@charset "UTF=8";
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}
body{
    font-family: 'Noto Serif JP', serif;
    z-index: -3;
    color: #3C3C3C;
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: initial;
}
:root{
    --fontcolor:#00A29D;
    --h2size:clamp(1rem,4vw,2.2rem);
    --h3size:clamp(1rem,1.6vw,2rem);
    --h4size:clamp(1rem,1.2vw,2rem);
    --psize:clamp(1rem,1.6vw,2rem);
    --p_ssize:clamp(1rem,1vw,1.2rem);
    --ssize:clamp(1rem,1vw,1.4rem);
}

#top{
    aspect-ratio: 16/9;
    background-color: #dfdfdf;
    display: flex;
    width: 100%;
    margin: 1% auto;
    z-index: -2;
    position: relative;
    max-width: 2000px;
    border-radius: 10px;
}
#top::after{
    content: "";
    display: block;
    border: #fff solid 2px;
    border-radius: 10px;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 99%;
    height: 98%;
}
.top_txt{
    width: 45%;
    height: 100%;
    margin-right: .8%;
    border-radius: 10px;
    display: grid;
    place-content: center;
    position: relative;
    font-weight: bold;
}
.top_txt .txt{
    color: var(--fontcolor);
    text-align: center;
    font-size: 1.6vw;
}
.top_txt .txt_wrap{
    display: flex;
    align-items: flex-end;
}
.top_txt .top_illust{
    position: absolute;
    inset: 0;
    background: url("../img/lady1.png") no-repeat;
    background-size: 150%;
    background-position: 100% -95%;
    opacity: .1;
    z-index: -1;
}
.top_txt01{
    background-image: url("../img/fukidasi1.png");
    background-size: cover;
    aspect-ratio: 1/1;
    height: 10vw;
    display: grid;
    place-items: center;
    margin-right: .5em;
}
.top_txt01 p{
    transform: rotate(-14deg);
}
.top_txt01 span{
    font-size: 2.8vw;
}
.top_txt01 strong{
    margin-bottom: -12px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_txt02{
    position:relative
}
.top_txt02::after{
    content: "";
    background-image: url("../img/asirai.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 24%;
    height: 24%;
    position: absolute;
    top: -20%;
    right: -16%;
}
.top_txt02 strong{
    font-size: 3.8vw;
}
.top_txt03{
    margin: .5em 0 -.5em;
    font-weight: initial;
}
.txt.top_txt04{
    font-size: 3.6vw;
    line-height: initial;
}
.txt.top_txt04{
    color: var(--fontcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt.top_txt04 strong{
    font-size: 5.6vw;
}
.txt.top_txt04 strong:nth-of-type(2){
    font-size: 5.3vw;
}
.top_txt05 span{
    font-size: 2vw;
    border-top: solid .5px #3c3c3c;
    border-bottom: solid .5px #3c3c3c;
    display: block;
}
.top_txt05 span,.top_txt03 span{
    color: #3C3C3C;
}
.top_img{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas:
        "a a b b c c"
        "a a b b c c"
        "d d b b c c"
        "d d e e e e"
        "f f e e e e"
        "f f e e e e";
    grid-template-rows: repeat(auto-fill,minmax(calc(100%/7),1fr));
    grid-template-columns: repeat(auto-fill,minmax(calc(100%/7),1fr));
    gap: 1%;
}
.top_img > *{
    border-radius: 10px;
    background: rgb(192, 192, 192);
    width: 100%;
}
.top_img > * img{
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.top_img01{
    grid-row: a;
    grid-column: 1/3;
}
.top_img02{
    grid-row: d;
    grid-column: 1/3;
}
.top_img03{
    grid-row: f;
    grid-column: 1/3;
}
.top_img04{
    grid-row: b;
    grid-column: 3/5;
}
.top_img05{
    grid-row: c;
    grid-column: 5/7;
}
.top_img06{
    grid-row: e;
    grid-column: 3/7;
}
nav{
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(2px);
    padding: 0 1em 0 1em;
    height: fit-content;
    z-index: 999999999;
    transform: translateZ(0);
}
nav ul{
    display: flex!important;
    align-items: center;
    height: 3vw;
    padding: 3em 0 2em;
}
nav ul a{
    padding: 0 1em;
}
nav a{
    color: var(--fontcolor);
    transition: .2s ease-in-out;
}
nav a:hover{
    color:#3C3C3C;
    transition: .2s ease-in-out;
}
nav .insta img{
    width: 4vw;
    max-width: 50px;
}
nav .logo img{
    height: 6vw;
    max-height: 60px;
}
nav img:hover{
    opacity: .7;
    transition: .1s ease-in-out;
}
.desc_content{
    background-color: #B9EECE;
    padding: 2% 6% 10% 6%;
    margin-bottom: -6vw;
    background-image: url(../img/kumo1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.desc_box{
    width: 80%;
    height: fit-content;
    margin: 10% auto;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    padding: 6%;
    filter: drop-shadow(8px 8px 0 #71bbaa);
    max-width: 1050px;
    position: relative!important;
    transform: translateZ(0);
}
.ilst_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
}
.ilst_box{
    width: 8%;
}
.i_01{
    width: 8%;
    position: absolute;
    top: -5%;
    left: 4%;
}
.i_02{
    width: 11%;
    position: absolute;
    left: -3%;
    top: 14%;
}
.i_03{
    width: 8%;
    position: absolute;
    bottom: 16%;
    left: -2%;
}
.i_04{
    width: 8%;
    position: absolute;
    bottom: -4%;
    left: 4%;
}
.i_05{
    width: 10%;
    position: absolute;
    top: -5%;
    right: 2%;
}
.i_06{
    width: 10%;
    position: absolute;
    right: -3%;
    bottom: 30%;
}
.i_07{
    width: 8%;
    position: absolute;
    right: -2%;
    bottom: 12%;
    transform: rotate(10deg);
}
.i_08{
    width: 7%;
    position: absolute;
    right: 5%;
    bottom: -4%;
}
.subti {
    font-size: clamp(1rem,2vw,2rem);
    border-bottom: #BCBCBC 1px solid;
    display: block;
    width: fit-content;
    margin: auto;
    line-height: initial;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    text-align: center;
}
.subti span{
    font-size: clamp(1rem,4vw,2.2rem);
}
.subti + p {
    line-height: 2;
    font-size: large;
}
.subti + p span{
    font-size: clamp(1rem,2vw,2rem);
    color: var(--fontcolor);
    font-weight: bold;
}
#new{
    width: 100%;
    background-color: rgb(255, 246, 170);
    padding: 4.5% 6% 14% 6%;
    position: relative;
    z-index: 0;
    margin-top: 15%;
    background-image: url(../img/kumo2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
#new::after{
    content: "";
    display: block;
    width: 36%;
    height: 100%;
    background-image: url(../img/asirai2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -14vw;
    z-index: -1;
}
#new a figure{
    position: relative;
}
#new a{
    width: 100%;
    display: block;
    width: fit-content;
    /* max-width: 700px; */
    margin: auto;
    border-radius: 15px;
    background: #fff;
    aspect-ratio: 3/2;
    margin: 0 auto 4%;
    filter: drop-shadow(5px 5px 0 #cec47e);
    border: solid 1px #ddd594;
    transform: translateZ(0);
    width: 46%;
}
#new a.above{
    margin: 0 auto 1%;
}
#new figure.new_fukidasi::before{
    content: "NEW";
    transform: rotate(-18deg);
    font-size: var(--p_ssize);
    display: inline-block;
    background-image: url("../img/fukidasi2.png");
    background-size: cover;
    aspect-ratio: 1/1;
    height: 6vw;
    max-height: 130px;
    display: grid;
    place-items: center;
    margin-right: .5em;
    position: absolute;
    left: -2%;
    top: -6%;
    z-index: 1;
    color: #3C3C3C;
}
#new .circle span{
    transform: rotate(-18deg);
    color: #3c3c3c;
}
figure p{
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
figure img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
figure figcaption{
    padding: 1% 4% 4%;
    font-size: smaller;
    color: #3c3c3c;
}
figure h3{
    color: var(--fontcolor);
    padding: 3% 4% 2%;
    font-size: var(--h4size);
    line-height: 1.2;
}
#new .subti{
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    width: fit-content;
    position: relative;
}
#new .subti::after{
    content: "";
    background-image: url("../img/golf.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 300%;
    top: -200%;
    right: -77%;
}
#intro{
    margin: auto;
    padding: 2% 6% 10% 6%;
}
#intro .subti{
    position: relative;
}
#intro .subti::before{
    content: "";
    background-image: url("../img/lady1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 42%;
    height: 132%;
    position: absolute;
    top: -30%;
    left: -44%;
}
#intro .subti::after{
    content: "";
    background-image: url("../img/ryoko.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 42%;
    height: 132%;
    position: absolute;
    top: -30%;
    right: -44%;
}
#intro a{
    width: 48%;
    background: #fff;
    filter: drop-shadow(5px 5px 0 #bbbbbb);
    margin-bottom: 3%;
    border-radius: 15px;
    border: solid 1px #e7e7e7;
    transform: translateZ(0);
}
#intro figure figcaption{
    min-height: 6vw!important;
}
.box_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: auto;
}
#new .box_list{
    margin-top: .5em;
    max-width: calc(1050px + 6%);
}
/* #new .box_list:nth-child(n+2){
    margin-top:initial;
} */
figure h4{
    color: var(--fontcolor);
    font-size: var(--h4size);
    padding: 3% 4% 2%;
    line-height: 1.2;
}
a.a_link{
    transition: .1s ease-in-out;
}
a.a_link:hover{
    transition: .1s ease-in-out;
    filter: initial!important;
}
.scale_hidden img{
    transition: .3s ease-in-out;
}
a.a_link:hover .scale_hidden img{
    transform: scale(1.1);
    transition: .3s ease-in-out;
}
#insta p{
    font-size: var(--h3size);
    text-align: center;
}
.insta_subti{
    display: flex;
    justify-content: center;
    align-items: center;
    border: initial;
    margin-bottom: 2%;
}

.insta_subti img{
    width: 3em;
    aspect-ratio: 1/1;
}
#insta .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
#insta .btn a{
    font-size: var(--h4size);
    display: block;
    color: #3c3c3c;
    border: solid #3c3c3c 1px;
    border-radius: 70px;
    padding: 1% 4%;
    box-shadow: #7e7e7e 3px 3px 0;
    margin: 5% 0;
    transition: .1s ease-in-out;
}
#insta .btn a:hover{
    transition: .1s ease-in-out;
    box-shadow: initial;
}
.slide_content{
    margin-top: 2%;
}
.slick-slide{
    margin: 0 .5em;
}
footer{
    background-image: url(../img/footer_img.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: bottom;
    margin: auto;

    padding: 10vw 0 0;
}
footer .flx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.copy{
    font-size: clamp(10px,2vw,16px);
    margin: 3em auto;
}
footer img{
    display: block;
    width: 60%;
    max-width: 1000px;
    margin-bottom: 1vw;
}
.slider img{
    transition: .1s ease-in-out;
}
.slider img:hover{
    opacity: .7;
    transition: .1s ease-in-out;
}
.sp{
    display: none!important;
}
.pc{
    display: block;
}
.hamburger{
    display: none!important;
}

@media screen and (max-width:1100px) {
#new figure.new_fukidasi::before {
    height: 8vw;
}
}
@media screen and (max-width:820px) {
    nav a {
        font-size: smaller!important;
    }
    nav ul a {
        padding: 0 0.5em;
    }
    .top_txt01 strong {
        margin-bottom: -6px;
    }
    .desc_box {
        width: 100%;
    }
    .i_02 {
        top: 8%!important;
    }
    .i_03 {
        bottom: 10%!important;
        left: -3%!important;
    }
    .i_06 {
        bottom: 25%!important;
    }
    .i_07 {
        bottom: 7%!important;
    }
    .subti + p {
        padding: 0 2em;
    }
    #new{
        padding: 8% 4% 16%;
    }
    #new figure.new_fukidasi::before {
        height: 10vw;
        font-size: var(--psize);
    }
    #new a {
        max-width: initial;
    }
    #intro figure figcaption {
        min-height: 13vw!important;
    }
    #intro .subti::before {
        height: 142%;
        top: -40%;
        left: -38%;
    }
    #intro .subti::after {
        height: 142%;
        top: -40%;
        right: -40%;
    }
}
@media screen and (max-width:640px) {
    nav a {
        font-size: 8px!important;
    }
}
@media screen and (max-width:600px) {
    .subti + p {
        padding: 0 1em;
    }
}
@media screen and (max-width:576px) {
    #new figure.new_fukidasi::before {
        height: 18vw;
        font-size: var(--psize);
    }
    html{
        overflow-x: hidden;
    }
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    #top{
        margin: initial;
    }
    #top::after {
        display: none;
    }
    .top_slider img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #top.sp .slick-slide{
        height: 100vh;
        height: 100dvb;
    }
    .top_txt{
        position: absolute;
        left: 0;
        right: 0;
        top: -22%;
        z-index: 2;
        margin: auto;
        width: 78%;
        background-image: url("../img/circle_bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .top_txt .txt_wrap {
        align-items: center;
        margin-top: -18px;
    }
    .top_txt .txt{
        font-size: 4vw;
        filter: drop-shadow(2px 1px 0px #fff);
        transform: translateZ(0);
        font-weight: bold;
    }
    .top_txt01{
        background-image: initial;
        height: initial;
    }
    .top_txt01 p {
        display: flex;
        align-items: center;
        transform: initial;
        color: #3c3c3c!important;
        margin-top: 10px;
    }
    .top_txt01 strong {
        margin: initial;
        margin-top: 8px;
    }
    .top_txt01 span {
        font-size: 4.2vw;
        line-height: 1.5;
    }
    .top_txt01 p strong{
        font-size: 15.6vw;
        margin: 8px 5px 0 0;
        font-family: sans-serif;
        font-weight: initial;
    }
    
    .top_txt02 strong {
        font-size: 7.4vw;
        margin-bottom: -10px;
        display: block;
    }
    .top_txt02 span {
        font-size: 3.2vw;
        line-height: 2.6;
        display: block;
        margin-bottom: -11px;
    }
    .top_txt03{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: -10px 6px;
    }
    .top_txt03 hr{
        height: 1px;
        color: #777777;
        width: 2em;
    }
    .top_txt03 span{
        font-size: 4vw;
    }
    .top_txt04 {
        display: flex;
        align-items: flex-start!important;
    }
    .top_txt04 strong{
        font-size: 15vw!important;
        margin-right: 10px;
        margin-top: -3px;
    }
    .top_txt04 span{
        display: block;
    }
    .top_txt04 p{
        margin-top: 7px;
    }
    .top_txt04 p span:nth-of-type(1){
        font-size: 6vw;
        letter-spacing: 10px;
    }
    .top_txt04 p span:nth-of-type(1) span{
        font-size: 8vw;
        display: inline-block;
    }
    .top_txt04 p span:nth-of-type(2){
        color: #3C3C3C;
        font-size: 4vw;
        margin-right: 4px;
        letter-spacing: 1px;
    }
    nav{
        display: flex;
        padding: 0;
        height: 12vw;
        position: initial;
    }
    nav .logo img {
        height: 11vw;
        margin-top: 0;
    }
    nav ul{
        margin: auto;
        padding: initial;
    }
    nav ul .logo a{
        display: block;
    }
    .glv{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--fontcolor);
        color: #fff;
        padding: 4em 0 2em;
        display: none!important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .glv_active{
        display: flex!important;
        transform: translateY(-100%)!important;
        transition: .2s ease-in-out;

    }
    .glv_active2{
        transform: translateY(0)!important;
        transition: .2s ease-in-out;
    }
    .glv .insta{
        width: 30px;
        aspect-ratio: 1/1;
    }
    .glv li{
        width: 100%;
        text-align: center;
    }
    .glv a{
        display: block;
        width: 100%;
        padding: 1em 1em;
        transition: .2s ease-in-out;
        color: #fff;
    }
    .glv a:hover{
        transition: .2s ease-in-out;
        opacity: .7;
    }
    .glv .insta a{
        padding: initial;
        margin-top: 1em;
    }
    .hamburger{
        display: inline-block!important;
        position: fixed;
        top: 0;
        right: 0;
        background-color: rgba(255,255,255,.5)!important;
        z-index: 2;
    }
    .hamburger_bg{
        background-color: initial!important;
    }
    .top_txt02::after{
        display: none;
    }
    .i_01,.i_02,.i_03,.i_04,.i_06,.i_07{
        display: none!important;
    }
    .i_09 {
        width: 22%;
        position: absolute;
        left: -10%;
        bottom: -3%;
    }
    .i_010 {
        width: 13%;
        position: absolute;
        right: 4%;
        bottom: -2%;
    }
    .i_05 {
        width: 18%;
        position: absolute;
        top: -5%;
        right: 0;
        left: 0;
        margin: auto;
    }
    .i_08 {
        width: 9%;
        position: absolute;
        right: 1%;
        bottom: 13%;
    }
    .subti + p {
        line-height: 1.8;
    }
    .desc_content {
        padding: 1% 4% 18% 4%;
        background-size: 200%;
        background-position: bottom left;
    }
    .desc_box{
        padding: 15% 8%;
        margin: 18% auto;
        filter: drop-shadow(5px 5px 0 #71bbaa);
    }
    .desc_box p{
        font-size: initial;
        font-size: small;
    }
    #new {
        padding: 45px 3% 28%;
        background-size: 200%;
        background-position: bottom right;
    }
    #new a,#new a.above{
        width: 100%;
        margin-bottom: 7%;
        filter: drop-shadow(3px 3px 0 #cec47e);
    }
    #new a:not(:first-of-type) {
        margin-top: 1%;
    }
    #new::after{
        width: 50%;
        top: -20vw
    }
    #new figure::before {
        left: -2%;
        height: 18vw;
        font-size: var(--h2size);
    }
    #new .box_list{
        margin-top: 0;
    }
    #intro {
        margin: auto;
        padding: 2% 3% 10% 3%;
    }
    #intro a{
        width: 100%;
        margin-bottom: 7%;
        filter: drop-shadow(3px 3px 0 #bbbbbb);
    }
    #intro .subti::before{
        display: none;
    }
    #intro .subti::after {
        height: 120%;
        top: -18%;
    }
    #insta .btn a {
        font-size: var(--psize);
        display: inline-block;
        box-shadow: #7e7e7e 2px 2px 0;
        padding: 2% 5%;
    }
    footer{
        margin: 10% auto 0;
        background-position: top;
    }
    footer img {
        width: 80%;
        margin-top: 6vw;
        margin-bottom: 1vw;
    }
    .slick-slide{
        margin: 0;
    }
    .insta_slide .slick-slide{
        margin: 0.2em;
    }
}/* 576px */