@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv .swiper-slide {
    height: 50.0205rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .top-kv .swiper-slide {
        height: 28rem;
        height: 50vw;
        height: 120vw;
    }
}

/* ------ slide ------ */
.top-kv .slide-1 {
    background: url(../img/top-kv-1.jpg) no-repeat center right / cover;
}
.slide-1 .wrap {
    position: absolute;
    width: 42rem;
    height: 38rem;
    left: 14.8rem;
    top: 5rem;
    /*border-top: solid 0.15rem #000;
    border-left: solid 0.15rem #000;
    border-bottom: solid 0.15rem #000;
    */
    z-index: 10;
    display: flex;
    align-items: center;
}
.slide-1 .wrap > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding-left: 8rem;*/
}
.slide-1 .wrap > div span {
    font-size: 3.2rem;
    white-space: nowrap;
    padding: 0 1.2rem 0.3rem 0;
}
.slide-1 .wrap > div span.big {
    font-size: 4.1rem;
    letter-spacing: 0.27em;
    line-height: 2.222;
}
.slide-1 .wrap > div span.small {
    font-size: 1.5rem;
    letter-spacing: 0.16em;
}
.slide-1 .wrap > div span:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
    .top-kv .slide-1 {
        background: url(../img/top-kv-1.jpg) no-repeat center right -45vw / cover;
    }
    .slide-1 .wrap {
        width: 100%;
        height: auto;
        left: 1.2rem;
        bottom: 1.2rem;
        top: auto;
        border: none;
    }
    .slide-1 .wrap > div {
        padding-left: 0;
    }
    .slide-1 .wrap > div span {
        font-size: 2rem;
    }
    .slide-1 .wrap > div span:not(:last-child) {
        margin-bottom: 0.4rem;
    }
    .slide-1 .wrap > div span.big {
        font-size: 6vw;
        font-size: 10vw;
        text-shadow: 2px 2px 10px #fff;
    }
    .slide-1 .wrap > div span.small {
        font-size: 3vw;
        font-size: 5vw;
        text-shadow: 2px 2px 10px rgba(255,255,255,0.5);
    }
}

/* ------ pagination ------ */
.top-kv .swiper-pagination {
    text-align: right !important;
    padding-right: 6rem;
}
.top-kv .swiper-pagination-bullet {
    width: 3.5rem !important;
    height: 0.12rem !important;
    border-radius: 0 !important;
    background: #fff !important;
    opacity: 1 !important;
}
.top-kv .swiper-pagination-bullet-active {
    background:#8f8f8f !important;
}
@media screen and (max-width: 768px) {
    .top-kv .swiper-pagination {
        bottom: 1rem !important;
        padding-right: 1rem;
    }
    .top-kv .swiper-pagination-bullet {
        height: 0.2rem !important;
    }    
}



/* -------------------------------------------

plan

------------------------------------------- */
.top-plan {
    padding: 4.5rem 0 6.7rem;
    position: relative;
    background: #F5F5F5;
}
@media screen and (max-width: 768px) {
    .top-plan {
        padding: 7rem 0 3rem 0;
    }
}
.top-plan > * {
    position: relative;
    z-index: 10;
}
/*.top-plan::before {
    content: "";
    width: 48rem;
    height: 23rem;
    background: var(--bg-grey);
    position: absolute;
    left: calc(50% - 24rem);
    top: 4rem;
}*/
@media screen and (max-width: 768px) {
    .top-plan::before {
        width: 100%;
        height: 20rem;
        left: 0;
    }
}

/* ------ swiper-button ------ */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
.swiper-button-prev,
.swiper-button-next {
    width: 3rem;
    height: 3rem;
    top: auto !important;
    bottom: 0 !important;
    position: absolute;
    z-index: 999;
    transition: all .3s;
}	
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center;
    background-size: 3rem;
    left: auto;
    right: 10.5rem;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat;
	background-size: 3rem;
    right: 6rem;
}
@media screen and (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 4rem;
        height: 4rem;
    }	
	.swiper-button-prev {
        background-size: 4rem;
        left: calc(50% - 4.5rem);
        right: auto;
    }	
    .swiper-button-next  {
        background-size: 4rem;
        right: calc(50% - 4.5rem);
    }
}



/* -------------------------------------------

problem

------------------------------------------- */
.top-problem {
    position: relative;
    padding: 7rem 0;
}
.top-problem > * {
    position: relative;
    z-index: 10;
}
.top-problem .heading-1 {
    width: max-content;
    margin: 0 auto;
}
.top-problem-more {
	position: absolute;
    top: 3rem;
    right: -14.8rem;
    font-size: 1.34rem;
    letter-spacing: 0.02em;
}
.top-problem-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.1rem;
    margin: 7.3rem auto 0;
    max-width: 91.7034rem;
}
.top-problem-wrap .card {
    position: relative;
}
.top-problem-wrap .txt-wrap {
    position: absolute;
    top: 1.92rem;
    left: 2.1rem;
}
.top-problem-wrap .txt-wrap .txt1 {
    font-family: "Cormorant Garamond", serif;
    color: #E7E7E7;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
.top-problem-wrap .txt-wrap .txt2 {
    color: #fff;
    font-size: 2.251rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 1rem;
}
.top-problem-wrap .txt-wrap ul {
    margin-top: 11.7rem;
}
.top-problem-wrap .txt-wrap ul li {
    color: #fff;
    font-size: 1.17rem;
    letter-spacing: 0.2em;
    line-height: 1.785;
}
.top-problem-wrap-second {
    margin: 3.085rem auto 0;
    max-width: 91.12rem;
}
.top-problem-wrap .txt-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 2rem;
}
.top-problem-wrap-second .txt-wrap {
    position: absolute;
    top: 2.4rem;
    left: 4rem;
}
.top-problem-wrap-second .txt-wrap .txt1 {
    font-family: "Cormorant Garamond", serif;
    color: #E7E7E7;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0.5rem 2rem 0 0;
}
.top-problem-wrap-second .txt-wrap .txt2 {
    color: #fff;
    font-size: 2.251rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
.top-problem-wrap-second .txt-wrap ul {
    margin-top: 1.7rem;
}
.top-problem-wrap-second .txt-wrap ul li {
    color: #fff;
    font-size: 1.17rem;
    letter-spacing: 0.2em;
    line-height: 1.785;
}
.top-problem-wrap-second .title-wrap {
    display: flex;
    align-items: center;
}
.top-problem-wrap-second .list-wrap {
    display: flex;
}
.top-problem-wrap-second .link-wrap {
    position: absolute;
    bottom: 2.5rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.top-problem-wrap-second .link-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
}
.top-problem-wrap-second .link-wrap .makeup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    font-size: 1.2rem;
    width: 17.3rem;
    height: 3.2rem;
}
@media screen and (max-width: 768px) {
    .top-problem {
        position: relative;
        padding: 7rem 2.6vw 4rem;
    }
    .top-problem::before {
        width: 100%;
        height: 20rem;
        left: 0;
    }
    .top-problem-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 4rem auto 0;
    }
    .top-problem .heading-1 {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
    .top-problem-more {
        position: initial;
        font-size: 2rem;
    }
    .top-problem-wrap .txt-wrap .txt1 {
        font-size: 4vw;
        text-shadow: 2px 2px 10px #000;
    }
    .top-problem-wrap .txt-wrap .txt2 {
        font-size: 4.7vw;
        text-shadow: 2px 2px 10px #000;
    }
    .top-problem-wrap .txt-wrap ul {
        margin-top: 19vw;
    }
    .top-problem-wrap .txt-wrap ul li {
        font-size: 3vw;
        text-shadow: 2px 2px 10px #000;
    }
    .top-problem-wrap .txt-wrap a {
        border-radius: 13vw;
        width: 41vw;
        height: 7vw;
        font-size: 3vw;
        margin-top: 4vw;
    }
    .top-problem-wrap .txt-wrap {
        top: 3vw;
        left: 3vw;
    }
    .top-problem-wrap-second {
        height: 40vw;
    }
    .top-problem-wrap-second img {
        height: 100%;
        object-fit: cover;
    }
    .top-problem-more {
        position: initial;
        font-size: 2rem;
    }
    .top-problem-wrap-second .txt-wrap {
        top: 3vw;
        left: 3vw;
    }
    .top-problem-wrap-second .txt-wrap .txt1 {
        font-size: 4vw;
        text-shadow: 2px 2px 10px #000;
        margin: 0.5vw 5vw 0 0;
    }
    .top-problem-wrap-second .txt-wrap .txt2 {
        font-size: 4.7vw;
        text-shadow: 2px 2px 10px #000;
    }
    .top-problem-wrap-second .txt-wrap ul {
        margin-top: 6vw;
    }
    .top-problem-wrap-second .txt-wrap ul li {
        font-size: 3vw;
        text-shadow: 2px 2px 10px #000;
    }
    .top-problem-wrap-second .list-wrap {
        flex-direction: column;
    }
    .top-problem-wrap-second .list-wrap ul:last-child {
        margin-top: 0;
    }
    .top-problem-wrap-second .link-wrap {
        margin-top: 4vw;
        bottom: 2vw;
        right: 3vw;
    }
    .top-problem-wrap-second .link-wrap a {
        border-radius: 13vw;
        width: 38vw;
        height: 7vw;
        font-size: 3vw;
    }
    .top-problem-wrap-second .link-wrap .makeup {
        border-radius: 13vw;
        width: 38vw;
        height: 7vw;
        font-size: 2.5vw;
    }
    .top-problem .heading-1 .en {
        font-size: 4rem;
    }
    .top-problem .heading-1 .jp {
        font-size: 1.5rem;
    }
}

/* ------ wrap ------ */
.top-problem .wrap {
    background: #fff;
    border: solid 0.3rem var(--orange);
    padding: 3.5rem 3rem;
}
.top-problem .wrap > ul {
    display: flex;
    justify-content: space-between;
}
.top-problem .wrap > ul > li {
    width: 23%;
}
@media screen and (max-width: 768px) {
    .top-problem .wrap {
        padding: 3rem;
    }
    .top-problem .wrap > ul {
        display: block;
    }
    .top-problem .wrap > ul > li {
        width: 100%;
    }
    .top-problem .wrap > ul > li:not(:last-child) {
        margin-bottom: 4rem;
    }
}
.top-problem .wrap > ul > li > ul > li {
    border-bottom: dotted var(--grey) 0.2rem;
}
.top-problem .wrap > ul > li > ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7rem;
    padding-left: 1.5rem;
}
.top-problem .wrap > ul > li > ul > li > a:hover {
    opacity: 1;
    background: var(--bg-grey);
}
/* 目 */
.top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a {
    height: 21.6rem;
    position: relative;
    display: block;
}
.top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a img {
    position: absolute;
    right: 0;
    top: -0.8rem;
}
.top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul {
    margin-top: 2.5rem;
    margin-left: 2.5rem;
}
.top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul li {
    list-style: disc;
    font-size: 1.3rem;
}
.top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul li:not(:last-child) {
    margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
    .top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a {
        height: 17rem;
    }
    .top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a img {
        top: -0.4rem;
    }
    .top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul {
        margin-top: 1rem;
    }
    .top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul li {
        font-size: 1.5rem;
    }
    .top-problem .wrap > ul > li:nth-child(1) > ul > li:nth-child(1) a ul li:not(:last-child) {
        margin-bottom: 0.6rem;
    }
}
.top-problem .wrap > ul > li > ul > li span {
    line-height: 1.4;
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .top-problem .wrap > ul > li > ul > li span {
        font-size: 1.8rem;
    }
}
.top-problem .wrap > ul > li > ul > li img {
    width: 4rem;
}
@media screen and (max-width: 768px) {
    .top-problem .wrap > ul > li > ul > li img {
        width: 4.8rem;
    }
}
/* h3 */
.top-problem h3 {
    border-bottom: solid 0.3rem var(--orange); 
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--brown);
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.top-problem h3 .en {
    font-size: 1.1rem;
    color: #b7b7b7;
}

@media screen and (max-width: 768px) {
    .top-problem h3 {
        font-size: 2.2rem;
    }
    .top-problem h3 .en {
        font-size: 1.4rem;
    }	
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background: #F0EEE8;
    padding: 8rem 0;
    overflow-x: hidden;
}
@media screen and (max-width: 768px) {
    .top-concept {
        padding: 6rem 2.6vw;
    }
}
.top-concept .ttl-wrap {
    width: calc((100% - ((100% - 88rem) / 2)) / 2);
    display: flex;
    justify-content: center;
    margin-left: calc((100% - 88rem) / 2);
}
.top-concept h2 {
    padding: 0 0 0 5rem;
    align-items: flex-start;
    margin-bottom: 0;
}
.top-concept .heading-2 .en {
    font-size: 5.9rem;
}
.top-concept .heading-2 .jp {
    font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
    .top-concept .ttl-wrap {
        width: auto;
        margin-left: 0;
    }
    .top-concept h2 {
        margin-bottom: 3rem;
        padding: 0 3rem;
    }
    .top-concept .heading-2 .en {
        font-size: 4.5rem;
    }
}
.top-concept .wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    position: relative;
}
.top-concept .wrap figure {
    width: 35.7%;
    position: relative;
    z-index: 10;
    margin-left: -20%;
}
.top-concept .wrap figure p {
    font-size: 5.55rem;
    letter-spacing: 0.02em;
    color: #C6BFAF;
    line-height: 1;
    margin-top: 2.7rem;
}
.top-concept .wrap > div {
    width: 70%;
    padding: 1rem;
    margin-top: 3.6rem;
}
.top-concept .wrap > div > div {
    padding: 4rem 29rem 4rem 5rem;
}
.top-concept p {
    line-height: 2;
}
.top-concept .more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 27px;
    width: 26.6rem;
    height: 4.8rem;
    margin: 9.6rem 0 0 0 ;
    font-size: 1.6rem;
}
.top-concept-deco {
    position: absolute;
    top: 0;
    left: -12.9rem;
    width: 26.5rem;
}


@media screen and (max-width: 768px) {
	.top-concept .wrap {
        display: block;
        padding-left: 0;
    }
    .top-concept .wrap figure {
        width: 80%;
        margin-left: auto;
        right: -4vw;
    }
    .top-concept .wrap > div {
        width: 100%;
        padding: 1rem;
        margin-top: 3rem;
    }
    .top-concept .wrap > div > div {
        padding: 3rem;
    }
    .top-concept-deco {
        left: -19vw;
        width: 35vw;
    }
    .top-concept .wrap figure p {
        font-size: 9vw;
        margin-top: 2vw;
    }
    .top-concept .more {
        border-radius: 13vw;
        width: 41vw;
        height: 7vw;
        font-size: 3vw;
        margin-top: 4vw;
    }
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	background: #FFF;
    padding: 8rem 0;
}
.problem .top-menu {
    background: #F0EEE8;
    padding: 4.9rem 0 0.2rem;
}
.top-menu .heading-2 {
    margin-bottom: 0;
}
.top-menu .heading-2 .en {
    font-size: 4rem;
}
.top-menu .heading-2 .jp {
    font-size: 1.7rem;
}
.top-menu .ttl-wrap {
    width: max-content;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .top-menu {
        padding: 6rem 0;
    }
    .top-menu .ttl-wrap {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
}

/* ------ menu-main ------ */
.top-menu-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
    width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7rem;
}
.top-menu-main li {
    width: 47.5%;
}
.top-menu-main li > div {
    width: 100%;
    margin: 0 auto 0 auto;
    background: #F5F5F5;
    padding: 3rem;
}
.top-menu-main li > div dt {
    text-align: left;
    font-weight: 500;
    font-size: 1.9rem;
    color: #E84191;
    line-height: 1;
    letter-spacing: 0.1em;
}
.top-menu-main li > div dd {
    margin: 2rem 0 2.5rem 0;
}
.top-menu-main a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 2.2rem;
}
.top-menu-main figure {
    position: relative;
}
.top-menu-main figure p {
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    color: #fff;
    font-size: 4.4rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 768px) {
    .top-menu-main {
        display: block;
        margin-bottom: 4rem;
        width: 100%;
        padding: 4rem 2.6vw;
        margin-top: 0;
    }
    .top-menu-main li {
        width: 100%;
    }
    .top-menu-main li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .top-menu-main figure p {
        font-size: 11vw;
    }
}

/* ------ menu-sub ------ */
.top-menu-sub {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 77.5rem;
}
.top-menu-sub li {
    width: 47.5%;
    position: relative;
}
.top-menu-sub li > div {
    padding: 0.8rem;
    display: block;
}
.top-menu-sub li > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18.9rem;
    position: relative;
    line-height: 1;
}
/*.top-menu-sub li a > div::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.8rem solid transparent;
    border-bottom: 1.8rem solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.top-menu-sub .en {
    position: absolute;
    left: 0.5rem;
    top: 0;
    font-family: "Cormorant Garamond", serif;;
    font-size: 4rem;
    line-height: 1;
}
.top-menu-sub .jp {
    font-size: 2.2rem;
    font-weight: 500;
    position: absolute;
    top: 4.5rem;
    left: 1.9rem;
    letter-spacing: 0.1em;
}
.top-menu-sub li:nth-child(1) > div {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.top-menu-sub li:nth-child(2) > div {
    background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.top-menu-sub a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 2rem;
    position: absolute;
    bottom: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top-menu .heading-2 .jp {
    font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.top-menu-sub {
        padding: 0 2.6vw;
        width: auto;
        display: block;
    }
    .top-menu-sub li {
        width: 100%;
    }
    .top-menu-sub li:not(:last-child) {
        margin-bottom: 1rem;
    }
    .top-menu-sub .en {
        font-size: 5.6rem;
    }
    .top-menu-sub .jp {
        font-size: 2.4rem;
    }
    .top-menu-sub .jp {
        top: 5.9rem;
    }
}



/* -------------------------------------------

case

------------------------------------------- */
.top-case {
    padding: 8rem 0;
}
@media screen and (max-width: 768px) {
    .top-case {
        padding: 6rem 2rem;
    }
}
.top-case .wrap {
    margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    .top-case .wrap {
        margin-bottom: 3rem;
    }
}

/* ------ tab ------ */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-label {
    background: var(--bg-beige);
    border-left: solid 0.3rem var(--orange);
    border-right: solid 0.3rem var(--orange);
    border-top: solid 0.3rem var(--orange);
    order: -1;
    width: 49.4%;
    color: var(--bg-beige);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.8rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 0.1rem;
    position: relative;
    background: var(--orange);
}
@media screen and (max-width: 768px) {
    .tab-label {
        height: 6.4rem;
        text-align: center;
        line-height: 1.4;
        width: 49%;
    }
}
.tab-label:hover {
    cursor: pointer;
}
.tab-label::before {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: var(--orange);
    position: absolute;
    left: 0;
    bottom: -0.3rem;
}
.tab-content {
    width: 100%;
    display: none;
    background: var(--bg-beige);
    border: solid 0.3rem var(--orange);
    padding: 5rem;
}
@media screen and (max-width: 768px) {
    .tab-content {
        padding: 2rem;
    }
}
.tab-content ul {
    display: flex;
    flex-wrap: wrap;
}
.tab-content ul li {
    width: calc((100% - 4rem) / 3);
    margin-right: 2rem;
}
.tab-content ul li:nth-child(3n) {
    margin-right: 0;
}
.tab-content ul li:nth-child(n + 4) {
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .tab-content ul li {
        width: calc((100% - 2rem) / 3);
        margin-right: 1rem;
    }
    .tab-content ul li:nth-child(n + 4) {
        margin-top: 1rem;
    }
}
.tab-switch:checked+.tab-label {
    background: var(--bg-beige);
    color: var(--orange);
}
.tab-switch:checked+.tab-label::before {
    background: var(--bg-beige);
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
.tab-switch {
    display: none;
}



/* -------------------------------------------

topics

------------------------------------------- */
.top-topics {
    background: #FFF;
    padding: 8rem 0;
}
.top-topics .ttl-wrap {
    max-width: 91.7034rem;
    margin: 0 auto;
}
.top-topics .heading-2 {
    align-items: flex-start;
    margin-bottom: 0;
}
.top-topics .more {
    margin: 3rem auto 3rem 0;
}
.top-topics .CMS-ARTICLE-MORE-READ {
    display: none;
}
.top-topics .CMS-ARTICLE-INDEX {
    padding-bottom: 0;
}
.top-topics .wrap {
    max-width: 91.7034rem;
    margin: 0 auto;
}
.top-topics .more-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 2rem;
}
.top-topics .heading-2 .jp {
    font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.top-topics {
        padding: 6rem 2.6vw;
    }
    .top-topics .heading-2 {
        align-items: center;
    }
    .top-topics .more {
        margin: 3rem auto;
    }
    .top-topics .heading-2 .jp {
        font-size: 1.5rem;
    }
    .top-topics .heading-2 .en {
        font-size: 4rem;
    }
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
    background: #F0EEE8;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 3rem;
    }
}

/* ------ h2 ------ */
.top-news h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
	margin-bottom: 2.4rem;
}
.top-news h2 .en {
	display: flex;
    flex-direction: column;
	align-items: center;
	font-size: 4.4rem;
	font-weight: normal;
	margin-bottom: 2rem;
}
/*.top-news h2 .en::after {
    content: "";
    width: 10rem;
    height: 1.1rem;
    background: url(../img/bg-ttl-3.png) no-repeat center;
    background-size: 100% auto;
    margin-top: 1.5rem;
}*/

/* ------ wrap ------ */
.top-news .wrap,
.top-topics .wrap {
    display: flex;
    max-width: 91.7034rem;
    margin: 0 auto;
}
.top-news .wrap > div:nth-of-type(1),
.top-topics .wrap > div:nth-of-type(1) {
    width: 31.2rem;
    display: flex;
    justify-content: flex-start;
}
.top-news .wrap > div:nth-of-type(2),
.top-topics .wrap > div:nth-of-type(2) {
    width: calc(100% - 22rem);
}
@media screen and (max-width: 768px) {
    .top-news .wrap,
    .top-topics .wrap {
        display: block;
    }
    .top-news .wrap > div:nth-of-type(1),
    .top-topics .wrap > div:nth-of-type(1) {
        width: 100%;
        justify-content: center;
    }
    .top-news .wrap > div:nth-of-type(2),
    .top-topics .wrap > div:nth-of-type(2) {
        width: 100%;
    }
    .top-news h2 {
        align-items: center;
    }
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
.top-news .more-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 2.6vw;
    }
    .top-news .CMS-NEWS-INDEX {
        margin-top: 4rem;
    }
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
    background: var(--bg-grey);
    padding: 8rem 0 0;
}
.top-access .gmap iframe {
    height: 26rem;
}
.top-access .gmap {
    margin-bottom: 2.5rem;
}
.top-access .heading-2 .en {
    font-size: 5.9rem;
}
.top-access .heading-2 .jp {
    font-size: 1.7rem;
}
.top-access dl.detail .mini {
    font-size: 1.26rem;
    letter-spacing: 0.02em;
}
.top-access .timetable .color {
    color: #9B8B4D !important;
}
.top-access-sns-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
.top-access-sns-wrap img {
    width: 3rem;
}
.top-access .more-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 19px;
    width: 17.3rem;
    height: 3.2rem;
    margin-top: 15rem;
}
@media screen and (max-width: 768px) {
    .top-access {
        background: var(--bg-grey);
        padding: 6rem 2.6vw 0;
    }
    .top-access .gmap iframe {
        height: 32rem;
    }
    .top-access .gmap {
        margin-bottom: 2rem;
    }
    .top-access .heading-2 .en {
        font-size: 4rem;
    }
    .top-access .heading-2 .jp {
        font-size: 1.5rem;
    }
}

/* ------ wrap ------ */
.top-access .wrap {
    display: flex;
    justify-content: space-between;
}
.top-access .wrap > div:nth-of-type(1) {
    width: 60%;
}
.top-access .wrap > div:nth-of-type(1) > div {
    height: 40rem;
}
.top-access .wrap > div:nth-of-type(2) {
    width: 35%;
}
@media screen and (max-width: 768px) {
    .top-access .wrap {
        display: block;
    }
    .top-access .wrap > div:nth-of-type(1) {
        width: 100%;
    }
    .top-access .wrap > div:nth-of-type(1) > div {
        height: 100%;
    }
    .top-access .wrap > div:nth-of-type(2) {
        width: 100%;
    }	
    .top-access table {
        margin: 2rem 0 3rem 0;
    }
    .top-access .more-wrap a {
        margin-top: 4rem;
    }
    .top-access-sns-wrap {
        justify-content: center;
        gap: 2rem;
    }
    .top-access-sns-wrap img {
        width: 5rem;
    }
}



/* -------------------------------------------

bnr

------------------------------------------- */
.top-bnr {
	padding: 8rem 0;
    background: var(--bg-grey);
}
.top-bnr ul {
    display: flex;
    justify-content: space-between;
}
.top-bnr ul li {
    width: 32%;
}
@media screen and (max-width: 768px) {
	.top-bnr {
        padding: 4rem 2.6vw;
    }
    .top-bnr ul {
        display: block;
    }
    .top-bnr ul li {
        width: 100%;
    }
    .top-bnr ul li:not(:last-child) {
        margin-bottom: 2rem;
    }
}



/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
    background: #fff;
    padding: 8rem 0;
}
.top-contact .heading-2 .en {
    font-size: 5.9rem;
}
.top-contact .heading-2 .jp {
    font-size: 1.7rem;
}
.top-contact ul {
    display: flex;
    justify-content: space-between;
    max-width: 91.7034rem;
    margin: 0 auto;
}
.top-contact ul li {
    width: 32.7%;
    background: #F0EEE8;
    padding: 0.8rem 0.8rem 2.7rem;
    position: relative;
}
.top-contact ul li > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #494949;
    padding-bottom: 0.2rem;
}
.top-contact ul li span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5.5rem;
    line-height: 1;
    font-weight: 600;
    margin-right: auto;
    margin-left: 1rem;
}
.top-contact ul li p {
    font-size: 3.4rem;
    font-family: "Cormorant Garamond", serif;
    color: #494949;
    letter-spacing: 0.04em;
    margin-right: auto;
}
.top-contact ul li img {
    position: absolute;
    top: 2rem;
    right: 1.7rem;
    width: 6rem;
}
.top-contact .more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 2rem;
    width: 17.3rem;
    height: 3.2rem;
}

@media screen and (max-width: 768px) {
	.top-contact {
        padding: 6rem 2.6vw;
    }
    .top-contact ul {
        display: block;
    }
    .top-contact ul li {
        width: 100%;
    }
    .top-contact ul li:not(:last-child) {
        margin-bottom: 2rem;
    }
    .top-contact ul li > div {
        padding: 0 2rem 0.2rem 2rem;
    }
    .top-contact .more {
        width: 100%;
    }
}

/* -------------------------------------------

blog

------------------------------------------- */
.blog-inner {
    padding: clamp(5rem, 8.3333333333vw, 12rem) 2rem;
    max-width: 102rem;
    margin: 0 auto;
  }
  .blog-wrap {
      margin-bottom: 5rem;
  }
  
  .top-blog h2 {
      font-size: 40px;
      margin-bottom: 40px;
      font-family: Comfortaa, cursive;
      line-height: 1;
      font-weight: 700;
      text-align: center;
  }
    
  .top-blog-list {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
  }
    
  .top-blog-item {
      display: inline-block;
      width: calc(33.33333333333% - 30px * 2/3);
  }
  
  .top-blog-image {
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
      padding: 33.333333%;
      aspect-ratio: 3/2;
  }
  
  .top-blog-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      transition: .2s;
      object-fit: cover;
  }
  
  .top-blog-content {
      margin-top: 12px;
  }
  
  .top-blog-caption {
      color: #000000;
      font-size: 14px;
  }
  
  .top-blog-date {
      font-size: 12px;
      background-color: #000;
      width: fit-content;
      padding: 0px 5px;
      color: #fff;
  }
  
  .top-blog-btn {
      display: flex;
      justify-content: center;
  }
  
  @media screen and (max-width: 767px) {
      .top-blog .blog-wrap {
          margin-bottom: 40px;
      }
      .top-blog-list {
          flex-direction: column;
          margin-bottom: 32px;
      }
  
      .top-blog-item {
          width: 100%;
          margin-bottom: 20px;
      }
  }
  
  .blog-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
  }
    
  .blog-item {
      display: flex;
      gap: 12px;
      cursor: pointer;
      background-color: #f1f1f1;
  }
  
  .blog-item:hover {
      opacity: 0.5;
  }
    
  .blog-image {
      position: relative;
      width: 50%;
      overflow: hidden;
      aspect-ratio: 3/2;
  }
  
  .blog-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      transition: .2s;
      object-fit: cover;
  }
  
  .blog-item:hover img {
      transform: translate(-50%, -50%) scale(1.2);
  }
  
  .blog-content {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 12px;
  }
  
  .blog-caption {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 5px;
  }
  
  .blog-date {
      font-size: 14px;
      text-align: center;
      line-height: 1.2;
      padding-top: 0;
      padding-bottom: 0;
      align-self: flex-end;
  }
  
  .blog-day {
      font-size: 32px;
      text-align: right;
  }
  
  .blog-month {
      font-size: 12px;
  }
  
  .pagination {
      display: flex;
      justify-content: center;
      gap: 4px;
      margin-top: 32px;
  }
  
  .pagination-number,
  .pagination-arrow {
      font-size: 16px;
      padding: 8px 12px;
  }
  
  .pagination-number.active {
      background-color: orange;
      color: white;
      cursor: default;
  }
  
  .pagination-no-number {
      align-self: center;
  }
  
  @media screen and (max-width: 767px) {
      .blog-container {
          grid-template-columns: 1fr;
      }
  
      .blog-item {
          flex-direction: column;
      }
      .blog-image {
          width: 100%;
      }
      .blog-content {
          width: calc(100% - 24px);
      }
  }
  
  /* -------------------------------------------
  
  blog detail
  
  ------------------------------------------- */
  .blog-detail-inner {
    padding: clamp(5rem, 8.3333333333vw, 12rem) 2rem;
    max-width: 102rem;
    margin: 0 auto;
  }
  .second-blog-detail {
      max-width: 980px;
  }
  
  .blog-detail-image {
      width: 50%;
      margin: 0 auto;
  }
  
  .blog-detail-image img {
      width: 100%;
      height: auto;
  }
  
  .blog-detail-content {
      margin-top: 32px;
      font-size: 18px;
  }
  
  .blog-detail-back-link {
      margin-top: 40px;
      text-align: center;
      font-size: 20px;
  }
  
  .blog-detail-back-link a {
      color: #000;
      position: relative;
      padding: 12px 40px;
      border-bottom: 1px solid #616161;
  }
  
  .blog-detail-back-link a::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 1px;
      height: 32px;
      border-left: 1px solid #616161;
  }
  
  .blog-detail-back-link a::after {
      content: "";
      position: absolute;
      top: 30px;
      right: -16px;
      width: 32px;
      border-top: 1px solid #616161;
  }
  
  .blog-detail-back-link a:hover {
      opacity: 0.7;
  }
  
  @media screen and (min-width: 768px) {
      .second-blog-detail {
          margin: 60px auto 80px;
      }
  }
  
  @media screen and (max-width: 767px) {
      .second-blog-detail {
          margin: 30px 20px 40px;
      }
      
      .blog-detail-image {
          width: 100%;
          margin: 0 auto;
      }
  
      .blog-detail-back-link a {
          text-decoration: none;
      }
  }