@charset "utf-8";

/*=====================
common
==================== */

html {
    font-size: 62.5%;
}

body {
    font-family:
    'Noto Sans JP', 
    Arial,
    sans-serif;
    font-style: normal;
    color: #434040;  
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}
 .ver {
font-family: "verveine", sans-serif;
font-weight: 400;
font-style: normal;

}

.kiwi-maru-regular {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  





  /* .nav初期表示 */




  
  /* メニューが開いたとき */
  .nav.open {
    opacity: 1; /* 不透明にする */
    pointer-events: auto; /* クリック可能にする */
    display: block;
  }
  
  /* バツ印に変わるハンバーガーボタン */
  .nav_menu.active span:nth-child(2) {
    transform: rotate(45deg) translate(3px, 3px);
  }
  
  .nav_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -1px);
  }
  
  

.nav {
    background-color:#F5F5F0;
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 4% top;
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 15px 70px;
    transition: 0.4s;
    opacity: 0;
    display: none;
}


.nav_list {
    margin-top: 130px;
    display: inline-block;
}

.nav_item {
    color: #434040;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 23px;
    text-align: left;
}

.stop-scrol{
    overflow: hidden;
}


/*=====================
header
==================== */

.header {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}


.header_topic {
    font-family: Futura;
    font-size: 2.4rem;
    font-weight: 500;
}


.header_wrap {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 101;

}


/*=====================
main
==================== */

.article_header {
    position: relative;
    background-image: url(../images/top/back_2.png);
    background-size: 228%;
    background-position: 62% top;
    background-repeat: repeat;
}

.catchcopy1 {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
    animation: fadeInUp 2s ease-out forwards;
}

.catchcopy2 {
    background-image: url(../images/top/bubble2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 17%;
    font-size: 1.2rem;
    position: absolute;
    right: -50px;
    top: -15px;;
    transform: rotate(23deg);
    padding: 0 20px 40px;
    animation: fadeInRotate 2s ease-out 0.5s forwards;
}

.catchcopy3 {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: "Kaisei Decol";
}

.decoration3 {
    width: 205px;
    height: 176px;
    background-image: url(../images/top/top3.png);
    background-size: 100%;
    background-position: bottom;
    transform: translate(-2px, 25px);
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .decoration3 p {
    color: #542727;
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    top: 66px;
    left: -9px;
    line-height: 19px;
 }

.main_img {
    margin-top: 50px;
    text-align: center;  
}
.main_img p{
    background-color: #fff;
    border-radius: 110px;
    width: 80%;
    margin: auto;
}

.main_img img {
    width: 100%;
    opacity: 0.2;
    transform: scale(0.95);
    animation: fadeInScaleMain 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}



.main_img1 {
    display: inline-block;
}

.main_img1 img {
    width: 50%;
}

.main_img2 {
    text-align: right;
    margin-right: 10px;
    position: relative;
    top: -58px;   
}

.main_img2 img {
    z-index: 10;
    position: relative;
    width: 88%;
    top: -20px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main_img2 img.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.nav_menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nav_menu.active .btn0{
    opacity: 0;
}
.nav_menu.active .btn3{
    opacity: 0;
}
.nav_menu span {
    width: 31px;
    height: 2px;
    display: block;
    border-radius: 100vmax;
    transition: .3s;
}

.btn0 {
    line-height: 0;
}

.btn1 {
    background-color: #B22222;
    
}

.btn2 {
    background-color: #542727;
}

.btn3 {
    background-color: #FFC582;
}

.catchcopy {
    position: relative;
    top: 26px;
    width: fit-content;
    margin: 0 auto;
}

.catchcopy p {
    text-align: center;
    width: 215px;

}




.section_topic {
    color: #542727;
    text-align: center;
    /* font-family: "Montserrat"; */
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 121%; /* 24.2px */
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.consept {
    padding: 30px 0;
}


.consept_img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/top/concept_img.png);
    background-size: 80% 100%;
    margin-top: 30px;
    padding: 13px 43px 100px 43px;
}

.consept_img_none {
    display: none;
}

.consept_text p {
    color: #333;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7; /* 25.5px */
    margin-top: 20px;
}

.pink {
    color: #E05865;
    font-size: 1.8rem;
    position: relative;
    font-family: 'Kiwi Maru';
    font-weight: bold;
    display: inline-block;
}


@keyframes fadeInChar {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pink::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 43px;
    height: 43px;
    background-image: url(../images/top/heart.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -14px;
    right: -43px;
    opacity: 1;
    /* transform: scale(0.8);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

/* .pink.is-visible::after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 2.6s;
} */

.pro {
    color:#434040;
    background: linear-gradient(transparent 70%,#FFC582 70% );
}


.consept_btn {
    color: #434040;
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(../images/top/check.png);
    padding: 24px 148px 20px 87px;;
    position: relative;
    top: -66px;;
    display: flex;
    justify-content: flex-end;
    margin-right: 28px;
}


 .menu_text {
    font-size: 1.5rem;
 }

 .pink2 {
    color: #E05865;
    font-size: 1.5rem;
}

 .line {
    background: linear-gradient(transparent 70%,#FFC582 70% );
 }

 .menu_img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/top/menu_img.png);
    background-size: 85% 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 50px 0;
} 


.regular_menu {
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-image: url(../images/top/regular.webp);
    background-size: 37%;
    padding: 88px 0px 65px 0px;
    display: flex;
    margin-top: 20px;
    background-position: 5px -9px;
}

.regularmenu_text p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1.5rem;
    padding: 0 55px;

}

.regular_menu_item {
    margin: 20px;
}


.more_menu {
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(../images/top/check.png);
    display: inline-block;
    padding: 24px 148px 20px 200px;
    position: relative;
    top: -40px;

}

.winter_menu {
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-image: url(../images/top/winter-sp.webp);
    background-size: 43%;
    padding: 88px 0px 65px 0px;
    display: flex;
    background-position: 5px -9px;
}

.wintermenu_text p {
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
    position: relative;
    top: 112px;
    right: 208px;
    transform: rotate(-17deg);
}



.winter_menu_item {
    margin: 25px;
    
    
}
 
.calendar {
    padding: 0px 10px 93px 10px;
    background-repeat: no-repeat;
    background-image: url(../images/top/calendar_img.png);
    margin-bottom: 61px;
    background-size: 100% 94%;
    
}

.calendarimg {
    text-align: center;
}

.calendarimg img {
    width: 90%;

}




.instagram {
    /* padding: 20px 10px 63px 10px; */
    background-repeat: no-repeat;
    background-image: url(../images/top/Instagram.png);
    background-size: 100% 100%;
}

.instagram_iframe {
    text-align: center;
    position: relative;

}

.instagram_iframe::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;

}

.insta_check {
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-image: url(../images/top/check.png);
    display: inline-block;
    padding: 24px 148px 20px 200px;
    position: relative;
    top: 13px;
    left: -4px;
}

.footer {
    padding: 20px;
    margin-top: 40px;
}

.footer_name p {
    color: #434040;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: solid 1px #4340408c;
    padding-bottom: 10px;

}

.pagetop_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
}

.pagetop_btn img {
    width: 15%;
}


.copy{
    color: #D9D9D9;
    font-size: 1.5rem;
    padding-top: 50px;
}





/* pc  769px */

@media screen and (min-width:769px) {


.header_topic {
    font-size: 2.8rem;
}  


.nav {
    background-position: right;

}

.article_header {
    position: relative;
    background-image: url(../images/top/back_2.png);
    background-size: 92%;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 0 30px;
}

.article_header-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 960px;
    margin: auto;
    gap: 80px;
    padding-top: 110px;
}

.catchcopy {
    flex: 1;
}

.catchcopy p {
    text-align: center;
    width: 100%;
}

.catchcopy1 {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 12px;
    margin-right: 12px;
}

.catchcopy2 {
    background-image: url(../images/top/bubble2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 17%;
    font-size: 1.8rem;
    position: absolute;
    right: 18px;
    top: -31px;
    transform: rotate(27deg);
    padding: 0 22px 68px;
}

.catchcopy3 {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 2px;
}

.main_img {
    flex: 1.2;
}

.main_img img {
    width: 100%;
}

.main_img2 {
    width: 820px;
    margin: auto;
    position: relative;
    margin-top: 287px;
    left: 120px;
}

.main_img2 img {
    width: 100%;
    top: 23px;
    /* left: 140px; */
}

.decoration3 {
    background-image: url(../images/top/top3.webp);
    background-size: 125%;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(390px, 51px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 270px;
    left: -375px;
    position: absolute;
    top: -250px;
    font-size: 22px;
}


.section_topic {
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 200px;
}

.pink {
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
}

.pink::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 43px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 300px;
    top: -5px;
}

.consept {
    padding: 0;
    margin-bottom: 200px;
}

.consept_img {
    background-image: none;   
}


.consept_img-pc {
    position: relative;
    display: block;
    text-align: center;
}

.consept_img-pc img {
    width: 70%;
}

.consept_img_none {
    display: block;
}

.consept_text  {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;

}


.consept_text {
    max-width: 1200px;
    margin: auto;
}


.consept_text p {
    margin: auto;
    font-size: 1.6rem;
    margin-top: 20px;
    margin-right: 35px;
}

.consept_btn {
    font-size: 1.6rem;
    text-align: right;
    right: 225px;
    position: absolute;
    bottom: 38px;
    top: auto;
}

.menu_img {
    background-image: none;   
}

.menu_img-pc {
    display: block;
    text-align: center;
}

.menu_img-pc img {
    width: 80%;
}


.menu_text {
    position: relative;
    text-align: center;
}

.regular_menu {
    background-repeat: no-repeat;
    background-size: 13%;
    background-image: url(../images/top/regular-pc.webp);
    padding: 136px 0px 65px 0px;
    display: flex;
    background-position: 26px 0;
}


.regularmenu_text {
    max-width: 1200px;
    position: absolute;
    margin: auto;
    width: 100%;
    margin: auto;
    top: -339px;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.regularmenu_text p {
    margin: auto;
    font-size: 1.6rem;
    margin-top: 20px;
}

.pink2 {
    font-size: 1.8rem;
}

.more_menu {
    display: flex;
    margin: 50px;
    background-size: 15% 100%;
    
    }

.winter_menu {
    background-repeat: no-repeat;
    background-size: 13%;
    background-image: url(../images/top/winter-pc.webp);
    padding: 88px 0px 65px 0px;
    display: flex;
    padding: 136px 0px 65px 0px;
    display: flex;
    background-position: 26px 0;
    }    
    

.wintermenu_text p {
    font-family: "Kiwi Maru";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    position: relative;
    top: -60px;
    left: 0px;
    transform: rotate(-17deg);
}

.calendar {
    padding: 0 0 99px 0;
    background-position: 50%;
    background-image: url(../images/top/calendar_img.png);
    background-size: 100% 100%;
    margin-bottom: 300px;
    
}

.calendarimg img {
    width: 80%;
    margin-top: 70px;
}



.instagram {
    margin-bottom: 300px;
}


  .instagram_iframe {
    width: 80%;
    margin: 140px auto;
  }

  .insta_check {
    display: flex;
    margin: 50px;
    background-size: 15% 100%;
}

.pagetop_btn {
    width: 50%;
}

.copy {
    color: #D9D9D9;
    font-size: 1.6rem;
    padding-top: 108px;
}

.line {
    background: none;
    display: inline;
    width: auto;
    padding: 0;
}

}


/* アニメーション用のキーフレーム */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotate(23deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(23deg);
    }
}

@keyframes fadeInScaleMain {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* アニメーションクラス */
/* .animate-fadeInUp {
    animation: fadeInUp 1s ease-out forwards;
}

.animate-fadeIn {
    animation: fadeIn 1s ease-out forwards;
}

.animate-slideInRight {
    animation: slideInRight 1s ease-out forwards;
} */

.fade-in-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-in-text.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 段階的な表示のための遅延 */
.fade-in-text:nth-of-type(2) {
    transition-delay: 0.2s;
}

.fade-in-text:nth-of-type(3) {
    transition-delay: 0.4s;
}

.fade-in-text:nth-of-type(4) {
    transition-delay: 0.5s;
}

メニューセクションのアニメーション
/* .menu_text .fade-in-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_text .fade-in-text.is-visible {
    opacity: 1;
    transform: translateY(0);
} */

/* メニューテキストの段階的な表示 */
/* .menu_text .fade-in-text:nth-of-type(1) {
    transition-delay: 0.2s;
}

.menu_text .fade-in-text:nth-of-type(2) {
    transition-delay: 0.4s;
}

.menu_text .fade-in-text:nth-of-type(3) {
    transition-delay: 0.6s;
}

.menu_text .fade-in-text:nth-of-type(4) {
    transition-delay: 0.8s;
} */

/* ピンクテキストとラインのアニメーション */
/* .menu_text .pink2,
.menu_text .line {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0.3s;
}

.menu_text .fade-in-text.is-visible .pink2,
.menu_text .fade-in-text.is-visible .line {
    opacity: 1;
    transform: translateY(0);
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-fade {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    visibility: hidden;
}

.scroll-fade.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
} */











































