/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages #content .section:not(:last-child) {
    padding: 0 0px 55px 0;
}

.pages #content .section .section {
    padding-top: 30px;
}

.pages #content .section p:last-child {
    margin-bottom: 0;
}

.pages .contents_detail {
    letter-spacing: 0.05em;
}

.pages .contents_detail p {
    line-height: 2;
}

.pages .contents_detail p:not(:last-child) {
    margin-bottom: 42px;
}

.pages .contents_detail a {
    text-decoration: underline;
}

.pages .contents_detail .hasimg {
    line-height: 0;
}

.pages .contents_detail ul li,
.pages .contents_detail ol li {
    list-style: inherit;
    margin-left: 15px;
}

.pages .contents_detail .wp-block-image {
    margin-bottom: 47px;
}

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.pages_mainttl {
    font-family: var(--NotoSerif-font);
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.pages h3.pages_mainttl span.en {
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.pages h3,
.pages h4,
.pages h5,
.pages h6 {
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ------------------------------------------------------
p_mainvisual
------------------------------------------------------ */
.pages #p_mainvisual {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pages #p_mainvisual::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
}

.pages #p_mainvisual .inner {
    z-index: 1;
}

.pages #p_mainvisual h2 {
    font-family: var(--NotoSerif-font);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--white-color);
}

.pages #p_mainvisual h2 span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 4px;
}

.pages #p_mainvisual .fv_logo {
    width: 94%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pages #p_mainvisual .fv_logo::after {
    position: absolute;
    content: '';
    background: url(../images/common/pages_logo.png) no-repeat;
    background-size: contain;
    width: 109.091vw;
    max-width: 1200px;
    height: 118.364vw;
    max-height: 1302px;
    bottom: -96px;
    left: -187px;
    opacity: .6;
    z-index: -1;
}

.pages #p_mainvisual .fv_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.pages #p_mainvisual .fv_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------------------------
topic_path
------------------------------------------------------ */
.pages #topic_path {
    margin: 0 0 67px;
}

.pages #topic_path ul {
    padding: 38px 0 0;
}

.pages #topic_path li {
    display: inline-block;
    color: #3e3a39;
    font-size: 14px;
    line-height: 1.4;
}

.pages #topic_path li a {
    text-decoration: underline;
    color: #e06277;
}

.pages #topic_path li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------
table
------------------------------------------------------ */
.pages table {
    margin-bottom: 35px;
}

.pages table th,
.pages table td {
    letter-spacing: 0.1em;
    line-height: 1.875;
    padding: 15px 20px;
}

.pages table th {
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

.pages table.td_top td {
    vertical-align: top;
}

.pages table.td_center td {
    text-align: center;
}

.pages table.tb_fix {
    table-layout: fixed;
}

.pages #content table:last-child {
    margin-bottom: 0;
}

.pages table td a {
    text-decoration: underline;
}

.pages table td ol li,
.pages table td ul li {
    list-style: inherit;
    margin-left: 15px;
}

/*-----txt_note-----*/
.pages .txt_note {
    display: none;
}

.pages .txt_bold {
    font-weight: 700;
}

/* ------------------------------------------------------
under list
------------------------------------------------------ */
.pages .list01 li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list01 li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #1e3c72;
    top: 9px;
    left: 0;
}

.pages .list_check li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list_check li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    border: solid #1e3c72;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
    top: 8px;
    left: 0;
}

.pages .list01:last-child,
.pages .list01 li:last-child,
.pages .list_check:last-child,
.pages .list_check li:last-child {
    margin-bottom: 0px;
}

/* ------------------------------------------------------
under frame
------------------------------------------------------ */
.pages .frame01 {
    background: rgba(255, 211, 216, 0.3);
    padding: 25px 30px 25px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.pages .frame01:last-child {
    margin: 0 auto;
}

/* ------------------------------------------------------
under_step
------------------------------------------------------ */
.pages .under_step dl {
    margin-bottom: 60px;
}

.pages .under_step dl:last-child {
    margin-bottom: 0px;
}

.pages .under_step dl dt {
    font-size: 18px;
    color: #fff;
    background: #e06277;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #e06277;
    padding: 10px 20px 5px;
    box-sizing: border-box;
}

.pages .under_step dl dt span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.pages .under_step dl dd {
    display: flex;
    align-items: center;
    border: 2px solid #e06277;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pages .under_step dl:nth-child(odd) dd {
    flex-direction: row-reverse;
}

.pages .under_step dl dd .step_img {
    flex-shrink: 0;
    padding-left: 40px;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.pages .under_step dl:nth-child(even) dd .step_img {
    padding: 0 40px 0 0;
}

/* ------------------------------------------------------
qa_dl
------------------------------------------------------ */
.pages .qa_dl dl {
    padding-left: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.pages .qa_dl dl:after {
    position: absolute;
    z-index: -1;
    left: 25px;
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
    display: block;
    border-left: rgba(119, 119, 119, 0.30) 1px dotted;
}

.pages .qa_dl dl:last-child {
    padding-bottom: 0;
}

.pages .qa_dl dl dt,
.pages .qa_dl dl dd {
    position: inherit;
    z-index: 1;
}

.pages .qa_dl dl dt span,
.pages .qa_dl dl dd span {
    position: absolute;
    z-index: 1;
    left: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.pages .qa_dl dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00478A;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.4em;
}

.pages .qa_dl dl dd {
    padding: 30px;
    background: rgba(109, 178, 216, 0.15);
}

/* ------------------------------------------------------
under_bnr
------------------------------------------------------ */
.pages .under_bnr_full {
    background: url(../images/under_btn_bg.jpg) no-repeat center;
    background-size: cover;
    width: 700px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    transition: all 0.25s linear;
}

.pages .under_bnr_full a {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 .5em;
}

/* ------------------------------------------------------
others
------------------------------------------------------ */
.pages .center {
    margin-bottom: 35px;
}

.pages .image_l {
    margin: 0 40px 15px 0;
}

.pages .image_r {
    margin: 0 0 15px 40px;
}

.pages .a_hover:hover {
    text-decoration: none;
}

.pages .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.pages .wp-pagenavi span,
.pages .wp-pagenavi a {
    font-family: var(--en-font);
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    background: var(--main-color);
    margin: 0 5px 10px;
    position: relative;
}

.pages .wp-pagenavi a,
.pages .wp-pagenavi a:link,
.pages .wp-pagenavi a:visited {
    transition: all 0.3s ease;
    position: relative;
}

.pages .wp-pagenavi .current {
    color: var(--main-color);
    background: none;
    border: 3px solid var(--main-color);
    position: relative;
}

.pages .wp-pagenavi a.previouspostslink,
.pages .wp-pagenavi a.nextpostslink {
    background: url(../images/common/icon_arrow.png) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    border: 0;
    color: transparent;
}

.pages .wp-pagenavi a.previouspostslink {
    transform: rotate(-180deg);
    margin-right: 10px;
}

.pages .wp-pagenavi a.nextpostslink {
    margin-left: 10px;
}

.pages .wp-pagenavi a.previouspostslink:hover,
.pages .wp-pagenavi a.nextpostslink:hover {
    color: transparent;
}

.pages .wp-pagenavi .pages {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--main-color);
    width: auto;
    background: none;
    border: 0;
    padding: 0 3px 0 0;
}

.pages .wp-pagenavi .first,
.pages .wp-pagenavi .last {
    display: none;
}

.pages .btn_back {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .btn_back li:not(.special-btn) {
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
}

.pages .btn_back li:not(.special-btn) a {
    letter-spacing: 0.1em;
    color: #b3b3b3;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
}

.pages .btn_back li:not(.special-btn) a i {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 39px;
    height: 11px;
    position: relative;
    top: -4px;
}

.pages .btn_back li.prev-btn {
    margin-right: 93px;
}

.pages .btn_back li.prev-btn a i {
    background-image: url(../images/common/prev_icon.svg);
    margin-right: 7px;
}

.pages .btn_back li.next-btn {
    margin-left: 93px;
}

.pages .btn_back li.next-btn a i {
    background-image: url(../images/common/next_icon.svg);
    margin-left: 7px;
}

.pages .btn_back li.special-btn {
    width: 303px;
}

.pages .btn_back li.special-btn .btn_primary a {
    text-transform: uppercase;
}

.pages #comingsoon {
    text-align: center;
    padding: 119px 0 88px;
}

.pages #comingsoon .comingsoon_title {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 52px;
}

.pages #comingsoon .comingsoon_txt {
    font-family: var(--ShipporiMincho-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 2.4;
    margin-bottom: 78px;
}

.pages #comingsoon .btn_primary {
    margin: 0 auto;
}

.under_curve {
    width: 100%;
    position: relative;
}

.under_curve .cls-1 {
    fill: var(--red-color);
}

/* ------------------------------------------------------
p_notfound
------------------------------------------------------ */
.pages #notfound {
    text-align: center;
    padding: 86px 0 88px;
}

.pages #notfound .notfound_title {
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.pages #notfound .notfound_txt {
    line-height: 2.5;
    margin-bottom: 81px;
}

.pages #notfound .btn_primary {
    margin: 0 auto;
}

/* ------------------------------------------------------
p_company
------------------------------------------------------ */
.pages #company_message {
    background: url(../images/common/texture_02.jpg) repeat;
    padding: 94px 0 196px;
}

.pages #company_message .inner {
    max-width: 1000px;
}

.pages #company_message .pages_mainttl {
    margin-bottom: 78px;
}

.pages #company_message .company_message_txt {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.3;
    text-align: justify;
    margin-bottom: 64px;
}

.pages #company_message .company_message_txt p:not(:last-child) {
    margin-bottom: 46px;
}

.pages #company_message .company_message_tag {
    font-family: var(--NotoSerif-font);
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}

.pages #company_philosophy {
    width: 100%;
    min-height: 100vh;
    background: url(../images/company/company_philosophy_bg.jpg) no-repeat;
    background-size: cover;
    color: var(--white-color);
    padding: 129px 0;
    position: relative;
}

.pages #company_philosophy::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pages #company_philosophy .inner {
    max-width: 1500px;
    z-index: 1;
}

.pages #company_philosophy .pages_mainttl {
    margin-bottom: 115px;
}

.pages #company_philosophy .philosophy_lines .line {
    font-family: var(--NotoSerif-font);
    font-size: 58px;
    font-weight: 600;
    text-align: center;
}

.pages #company_philosophy .philosophy_lines .line:not(:last-child) {
    margin-bottom: 35px;
}

.pages #company_philosophy .philosophy_lines .line .char {
    display: inline-block;
    opacity: 0;
    transform: scale(1.3) translateX(8px);
    will-change: transform, opacity;
    transition: all .6s cubic-bezier(.15, 0, .25, 1);
    transition-delay: calc(.02s * var(--char-index));
}

.pages #company_philosophy .philosophy_lines .line.is-show .char {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.pages #company_outline {
    padding-top: 50px;
}

.pages #company_outline .under_curve svg {
    transform: rotate(180deg);
}

.pages #company_outline .company_outline_wrap {
    color: var(--white-color);
    padding: 0 0 55px;
    position: relative;
}

.pages #company_outline .company_outline_wrap::before {
    position: absolute;
    content: '';
    background: var(--red-color);
    width: 100%;
    height: 100%;
    top: 168.5px;
    left: 0;
}

.pages #company_outline .inner {
    max-width: 1100px;
    margin-top: -174px;
    z-index: 1;
}

.pages #company_outline .inner::before {
    position: absolute;
    content: '';
    background: url(../images/common/pages_logo02.png) no-repeat;
    background-size: contain;
    width: 93.75vw;
    max-width: 1200px;
    height: 101.719vw;
    max-height: 1302px;
    bottom: -406px;
    right: -370px;
    z-index: -1;
    pointer-events: none;
}

.pages #company_outline .pages_mainttl {
    margin-bottom: 87px;
}

.pages #company_outline .tb_outline dl {
    display: flex;
    gap: 20px;
}

.pages #company_outline .tb_outline dl dt,
.pages #company_outline .tb_outline dl dd {
    letter-spacing: 0.1em;
    padding-left: 20px;
    padding-right: 20px;
}

.pages #company_outline .tb_outline dl dt {
    width: 27.3%;
    font-weight: 700;
    line-height: 1.875;
    border-bottom: 3px solid var(--white-color);
    padding-top: 37px;
}

.pages #company_outline .tb_outline dl:first-child dt {
    border-top: 3px solid var(--white-color);
}

.pages #company_outline .tb_outline dl dd {
    width: 100%;
    line-height: 1.875;
    border-bottom: 1px solid var(--white-color);
    padding-top: 36px;
    padding-bottom: 41px;
    margin: 1px 0;
    flex: 1;
}

.pages #company_outline .tb_outline dl:first-child dd {
    border-top: 1px solid var(--white-color);
}

.pages #company_access {
    color: var(--white-color);
    background: var(--red-color);
    padding: 55px 0 33px;
}

.pages #company_access .inner {
    max-width: 1100px;
    z-index: 1;
}

.pages #company_access .pages_mainttl {
    margin-bottom: 44px;
}

.pages #company_access .company_access_map {
    width: 100%;
    height: 50.37vw;
    max-height: 680px;
    margin-bottom: 30px;
}

.pages #company_access .company_access_map iframe {
    width: 100%;
    height: 100%;
}

.pages #company_access .company_access_txt {
    line-height: 1.875;
    text-align: right;
}

.pages #company_equipement {
    padding: 0 0 88px;
    position: relative;
}

.pages #company_equipement .under_curve {
    margin-bottom: 91px;
}

.pages #company_equipement .inner {
    max-width: 1100px;
}

.pages #company_equipement .pages_mainttl {
    margin-bottom: 71px;
}

.pages #company_equipement .tb_equipement th,
.pages #company_equipement .tb_equipement td {
    line-height: 1.67;
    border-bottom: 1px solid #999999;
    padding: 67px 0 69px;
}

.pages #company_equipement .tb_equipement tr:first-child th,
.pages #company_equipement .tb_equipement tr:first-child td {
    border-top: 1px solid #999999;
}

.pages #company_equipement .tb_equipement th {
    width: 23%;
    font-size: 20px;
    color: var(--red-color);
}

.pages #company_equipement .tb_equipement td {
    font-size: 18px;
    padding-top: 70px;
    text-align: justify;
}

/* ------------------------------------------------------
p_service
------------------------------------------------------ */
.pages .p_service #p_mainvisual .fv_logo::after {
    bottom: -358px;
    right: -324px;
    left: auto;
}

.pages #service_intro {
    padding: 103px 0 45px;
}

.pages #service_intro .service_intro_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.56;
    margin-bottom: 28px;
}

.pages #service_intro .service_intro_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pages #service_intro .service_intro_txt {
    width: 100%;
    max-width: 580px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.3;
    text-align: justify;
    padding-top: 38px;
}

.pages #service_intro .service_intro_txt p:not(:last-child) {
    margin-bottom: 46px;
}

.pages #service_intro .service_intro_photo {
    width: 100%;
    max-width: 530px;
    position: relative;
}

.pages #service_intro .service_intro_photo .image01 img,
.pages #service_intro .service_intro_photo .image02 img {
    border-radius: 10px;
}

.pages #service_intro .service_intro_photo .image01 {
    width: 37.5vw;
    max-width: 450px;
    margin-left: auto;
    margin-bottom: 137px;
}

.pages #service_intro .service_intro_photo .image02 {
    width: 21.973vw;
    max-width: 225px;
}

.pages #service_intro .service_intro_photo .image03 {
    width: 33.333vw;
    max-width: 400px;
    position: absolute;
    top: 42%;
    right: 23px;
}

.pages #service_intro .service_intro_animation {
    margin-top: 58px;
}

.pages #service_intro .service_intro_slogan {
    font-family: var(--NotoSerif-font);
    font-size: 13.333vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(51, 51, 51, 0.15);
    white-space: nowrap;
    transform: scale(1.3);
    transform-origin: left;
    padding-left: 1vw;
}

.pages #service_feature {
    background: var(--red-color);
    padding: 178px 0 200px;
    position: relative;
}

.pages #service_feature::before {
    position: absolute;
    content: '';
    background: url(../images/common/curve01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #service_feature .pages_mainttl {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 33px;
}

.pages #service_feature .service_feature_txt {
    text-align: center;
    line-height: 2.375;
    color: var(--white-color);
    margin-bottom: 89px;
}

.pages #service_feature .service_feature_card {
    width: 100%;
    min-height: 530px;
    display: flex;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 60px;
    overflow: hidden;
}

.pages #service_feature .service_feature_card:last-child {
    margin-bottom: 0;
}

.pages #service_feature .card_photo {
    width: 50%;
    line-height: 0;
}

.pages #service_feature .card_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #service_feature .card_component {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
}

.pages #service_feature .card_component .card_subtitle {
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 24px;
    margin-bottom: 21px;
    position: relative;
}

.pages #service_feature .card_component .card_subtitle::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--red-color);
    top: 6px;
    left: 0;
}

.pages #service_feature .card_component .card_title {
    font-family: var(--NotoSerif-font);
    font-size: 32px;
    margin-bottom: 20px;
}

.pages #service_feature .card_component .card_txt {
    line-height: 2.25;
    text-align: justify;
}

.pages #service_feature .card_component .card_txt p:not(:last-child) {
    margin-bottom: 36px;
}

.pages #our_service .our_service_layout {
    display: flex;
    width: calc(400vw + 1200px);
}

.pages #our_service .service_item {
    width: 100vw;
    height: 100vh;
}

.pages #our_service .set_center {
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.pages #our_service .set_bg {
    display: flex;
    background: url(../images/common/texture_02.jpg);
}

.pages #our_service .service_item .our_service_image {
    width: 100%;
    height: 100%;
}

.pages #our_service .service_item .our_service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #our_service .service_item .pages_mainttl {
    margin-bottom: 34px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #our_service .service_item .service_txt {
    line-height: 2.375;
    text-align: center;
}

.pages #our_service .service_item .item_component {
    width: 100%;
    flex: 1;
    padding: 164px 120px 50px;
}

.pages #our_service .service_item .item_headline {
    margin-bottom: 47px;
    position: relative;
}

.pages #our_service .service_item .our_service_title {
    font-family: var(--NotoSerif-font);
    font-size: 72px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #our_service .service_item .our_service_title span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.pages #our_service .service_item .item_title {
    font-size: 150px;
    letter-spacing: 0;
    line-height: 1;
    color: #e6e6e6;
    white-space: nowrap;
    margin-left: 160px;
    margin-top: -71px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #our_service .service_item .item_txt {
    width: 100%;
    max-width: 885px;
    line-height: 2.25;
    text-align: justify;
}

.pages #our_service .service_item .item_txt p:not(:last-child) {
    margin-bottom: 36px;
}

.pages #our_service .service_item .item_cover {
    width: 24.324vw;
    max-width: 450px;
    flex-shrink: 0;
    clip-path: inset(100% 0 0 0);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pages #our_service .service_item .item_cover figure {
    width: 100%;
    height: 100%;
}

.pages #our_service .service_item .item_cover figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #our_service .service_item.is-active .pages_mainttl,
.pages #our_service .service_item.is-active .our_service_title,
.pages #our_service .service_item.is-active .item_title {
    opacity: 1;
    transform: translateY(0);
}

.pages #our_service .service_item.is-active .item_cover {
    clip-path: inset(0);
}

#service #footer .box_contact {
    padding-top: 200px;
}

/* ------------------------------------------------------
p_products
------------------------------------------------------ */
.pages .p_products #p_mainvisual .fv_logo::after {
    bottom: -748px;
    left: 0;
}

.pages #products_intro {
    padding: 102px 0 134px;
}

.pages #products_intro .products_intro_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 50px;
    line-height: 1.56;
    text-align: center;
    margin-bottom: 58px;
}

.pages #products_intro .products_intro_txt {
    font-weight: 500;
    line-height: 3.25;
    text-align: center;
}

.pages #products_intro .products_intro_txt p:not(:last-child) {
    margin-bottom: 52px;
}

.pages #products_gallery {
    margin-bottom: -220px;
    position: relative;
    z-index: 1;
}

.pages #products_gallery .swiper-wrapper {
    transition-timing-function: linear;
}

.pages #products_gallery .swiper-slide {
    width: 46.875vw;
    max-width: 480px;
    height: 31.25vw;
    max-height: 320px;
    margin: 0 15px;
}

.pages #products_gallery .swiper-slide img {
    border-radius: 10px;
}

.pages #our_products {
    background: var(--white-color);
    padding: 138px 0 0;
    position: relative;
}

.pages #our_products .our_products_headline {
    color: var(--white-color);
    background: var(--red-color);
    padding: 180px 0 77px;
    position: relative;
}

.pages #our_products .our_products_headline::before {
    position: absolute;
    content: '';
    background: url(../images/common/curve01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #our_products .pages_mainttl {
    margin-bottom: 31px;
}

.pages #our_products .our_products_txt {
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
}

.pages #our_products .our_products_txt a {
    color: var(--white-color);
    text-decoration: underline;
}

.pages #our_products .our_products_wrap {
    background: var(--red-color);
    padding: 0 0 80px;
}

.pages #our_products .our_products_list {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin: 0 auto;
}

.pages #our_products .our_products_list .product_card {
    width: calc((100% - 4vw) / 3);
    color: var(--white-color);
    margin-bottom: 47px;
}

.pages #our_products .product_card .product_image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
}

.pages #our_products .product_card .product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #our_products .product_card .product_name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

.pages #our_products .product_card .product_type {
    text-align: center;
    margin-bottom: 16px;
}

.pages #our_products .product_card .product_type span {
    min-width: 100px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 6px;
    border: 1px solid var(--white-color);
}

.pages #our_products .product_card .product_price {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 13px;
}

.pages #our_products .product_card .product_price span {
    font-size: 160%;
    letter-spacing: 0.1em;
}

.pages #our_products .product_card .product_desc {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.pages #products_cover {
    width: 100%;
    height: 100%;
    opacity: .15;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}

.pages #products_cover figure {
    width: 100%;
    height: 100%;
}

.pages #products_cover figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #products_cover .swiper-slide-active figure,
.pages #products_cover .swiper-slide-duplicate-active figure,
.pages #products_cover .swiper-slide-prev figure {
    animation: products_animation 13s linear 0s 1 normal both;
}

@keyframes products_animation {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.18);
    }
}

#products #footer .box_contact {
    background: var(--white-color);
    padding-top: 45px;
}

/* ------------------------------------------------------
p_community
------------------------------------------------------ */
.pages .p_community #p_mainvisual .fv_logo::after {
    bottom: -542px;
    left: -409px;
}

.pages #community_intro {
    color: var(--white-color);
    background: var(--red-color);
    padding: 119px 0 180px;
}

.pages #community_intro .inner {
    max-width: 1400px;
}

.pages #community_intro .community_intro_list {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.pages #community_intro .community_intro_list::before {
    position: absolute;
    content: '';
    background-image: url(../images/common/pages_logo02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 93.75vw;
    max-width: 1200px;
    height: 101.719vw;
    max-height: 1302px;
    bottom: -67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.pages #community_intro .community_intro_list li {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pages #community_intro .community_intro_list li:nth-child(1) {
    flex-direction: row-reverse;
    margin-bottom: -150px;
}

.pages #community_intro .community_intro_list li .intro_component {
    width: 100%;
    max-width: 640px;
}

.pages #community_intro .community_intro_list li:first-child .intro_component {
    display: flex;
    justify-content: center;
}

.pages #community_intro .community_intro_list li:nth-child(2) .intro_component {
    padding-top: 289px;
}

.pages #community_intro .community_intro_list li .community_intro_title {
    font-family: var(--ShipporiMincho-font);
    font-size: 50px;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.pages #community_intro .community_intro_list li .community_intro_title span {
    display: block;
    letter-spacing: 0.05em;
}

.pages #community_intro .community_intro_list li .community_intro_title span:nth-child(2) {
    margin-top: 108px;
}

.pages #community_intro .community_intro_list li .community_intro_txt {
    line-height: 2.375;
    text-align: justify;
}

.pages #community_intro .community_intro_list li .community_intro_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.pages #community_intro .community_intro_list li figure {
    width: 100%;
    max-width: 640px;
    height: 118.943vw;
    max-height: 810px;
    border-radius: 320px;
    overflow: hidden;
}

.pages #community_intro .community_intro_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #community_intro .community_intro_group {
    width: 100%;
    max-width: 1050px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
}

.pages #community_intro .btn_primary {
    max-width: 480px;
    height: 120px;
    margin: 0 0;
}

.pages #community_intro .btn_primary a {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 80px;
}

.pages #shop_info {
    padding: 102px 0 129px;
}

.pages #shop_info .pages_mainttl {
    margin-bottom: 31px;
}

.pages #shop_info .shop_info_txt {
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
    margin-bottom: 74px;
}

.pages #shop_info .shop_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.pages #shop_info .shop_card {
    width: calc((100% - 40px) / 2);
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.pages #shop_info .shop_card .card_component {
    width: 100%;
    padding: 24px 28px;
    flex: 1;
}

.pages #shop_info .shop_card .shop_name {
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.pages #shop_info .shop_card .shop_des {
    font-size: 13px;
    line-height: 2;
}

.pages #shop_info .shop_card .shop_des a {
    text-decoration: underline;
}

.pages #shop_info .shop_card .card_photo {
    width: 100%;
    max-width: 250px;
}

.pages #shop_info .shop_card .card_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #community_cover {
    width: 100%;
    height: 52vw;
    max-height: 650px;
    position: relative;
    overflow: hidden;
}

.pages #community_cover .parallax {
    width: 100%;
    height: 130%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pages #community_cover .parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #community_event {
    padding: 102px 0 85px;
}

.pages #community_event .pages_mainttl {
    margin-bottom: 74px;
}

.pages #community_event .community_event_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.pages #community_event .community_event_component {
    width: 100%;
    max-width: 450px;
    padding-top: 10px;
}

.pages #community_event .community_event_txt {
    line-height: 2.375;
    text-align: justify;
    margin-bottom: 55px;
}

.pages #community_event .community_event_txt p:not(:last-child) {
    margin-bottom: 38px;
}

.pages #community_event .community_event_photo {
    width: 100%;
    max-width: 680px;
}

.pages #community_event .community_event_photo img {
    border-radius: 10px;
}

/* ------------------------------------------------------
p_history
------------------------------------------------------ */
#history #wrapper {
    overflow: inherit;
}

#history #footer .box_contact {
    background: var(--white-color);
}

.pages .p_history #p_mainvisual .fv_logo::after {
    bottom: -535px;
    left: -70px;
}

.pages #history_intro {
    position: relative;
}

.pages .history_intro_cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
}

.pages .history_intro_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #history_intro .history_intro_headline {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

.pages #history_intro .history_intro_headline .inner {
    display: flex;
    justify-content: center;
}

.pages #history_intro .history_intro_headline .history_intro_txt {
    font-family: var(--ShipporiMincho-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 2.5;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.pages #history_intro .history_intro_gallery {
    width: 100%;
    max-width: 1800px;
    padding-bottom: 50vh;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pages #history_intro .history_intro_gallery li:nth-child(odd) {
    margin-left: auto;
}

.pages #history_intro .history_intro_gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #history_intro .history_intro_gallery li.history_intro_img01 {
    width: 32vw;
    max-width: 480px;
    height: 20.8vw;
    max-height: 312px;
    margin-right: 150px;
}

.pages #history_intro .history_intro_gallery li.history_intro_img02 {
    width: 26.667vw;
    max-width: 400px;
    height: 17.333vw;
    max-height: 260px;
    margin-left: 104px;
    margin-top: -127px;
}

.pages #history_intro .history_intro_gallery li.history_intro_img03 {
    width: 20vw;
    max-width: 300px;
    height: 13.333vw;
    max-height: 200px;
    margin-right: 225px;
    margin-top: 111px;
}

.pages #history_intro .history_intro_gallery li.history_intro_img04 {
    width: 32vw;
    max-width: 480px;
    height: 20.8vw;
    max-height: 312px;
    margin-top: -83px;
    margin-left: 195px;
}

.pages #history_contents {
    background: var(--white-color);
    padding: 175px 0 40px;
}

.pages #history_contents .history_parts {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.pages #history_contents .chapter_component {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0;
}

.pages #history_contents .chapter_component .chapter_title,
.pages #history_contents .chapter_component .chapter_subtitle {
    font-family: var(--ShipporiMincho-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 2;
}

.pages #history_contents .chapter_component .chapter_title span {
    display: block;
}

.pages #history_contents .chapter_component .chapter_subtitle {
    margin-bottom: 29px;
}

.pages #history_contents .history_component {
    width: 100%;
    max-width: 860px;
    flex: 1;
}

.pages #history_contents .history_component .component_frame {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
}

.pages #history_contents .history_component dl dt {
    display: flex;
    align-items: center;
    gap: 33px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
}

.pages #history_contents .history_component dl dt span {
    font-family: var(--Jost-font);
    font-size: 350%;
    font-weight: 500;
    letter-spacing: 0;
}

.pages #history_contents .history_component dl dd {
    padding: 25px 0 80px 50px;
    position: relative;
}

.pages #history_contents .history_component dl dd::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: var(--main-color);
    top: 0;
    left: 24px;
}

.pages #history_contents .history_component dl dd h4 {
    font-family: var(--NotoSerif-font);
    font-size: 32px;
    line-height: 1.625;
    margin-bottom: 28px;
}

.pages #history_contents .history_component dl dd .history_gallery {
    margin-bottom: 37px;
}

.pages #history_contents .history_component dl dd .history_gallery figure {
    width: 100%;
    margin-bottom: 35px;
}

.pages #history_contents .history_component dl dd .history_gallery figure:last-child {
    margin-bottom: 0;
}

.pages #history_contents .history_component dl dd .history_gallery .portrait_image {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.pages #history_contents .history_component dl dd .history_des li {
    display: flex;
    align-items: center;
    min-height: 60px;
    line-height: 2.375;
    text-align: justify;
    border-left: 4px solid #e83820;
    padding-left: 30px;
    margin-bottom: 25px;
}

.pages #history_contents .history_component dl dd .history_des li:last-child {
    margin-bottom: 0;
}

/* MOZZILLA CSS */
@-moz-document url-prefix() {}

/* IE CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}
