@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;
}


.oleo-script-regular {
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .oleo-script-bold {
    font-family: "Oleo Script", system-ui;
    font-weight: 700;
    font-style: normal;
  }

  .darumadrop-one-regular {
    font-family: "Darumadrop One", sans-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_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;
}



.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
==================== */


main {
    padding: 0 30px;
}

.section_topic {
    font-size: 2.8rem;
    font-family: Futura;
    font-weight: 500;
    text-align: center;
}

.section_subtopic {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.winter_topic {
    padding-bottom: 100px;
}

.winter_title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 60px;
}

.winter_text {
    width: 97%;
    margin: auto;
    margin-bottom: 30px;
}

.winter_text p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2;
}

.shop_img {
    text-align: center;
}

.shop_img img {
    width: 100%;
}





/* menu */


.recommend {
    color: #B22222;
    font-family: "Darumadrop One";
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.84px;
    transform: rotate(31deg);
    position: relative;
    top: 14px;
    display: inline-block;
    right: -72px;
}


.menu_title {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 30px;

}

.sand_menu {
    padding-bottom: 100px;
}

.sand-list {
    text-align: center;
    margin-top: 60px;
}

.sand-list_item {
    margin-bottom: 110px;
}

.sand-list_item img {
    width: 60%;
    margin: 0 auto;
}

.menu_text_en {
    color: #434040;
    font-family: "Oleo Script";
    font-size: 3rem;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-top: 5px;
}

.menu_text_ja {
    color: #434040;
    font-size: 1.6rem;
    font-weight: 400;
}

.saidmenu-list {
    margin-top: 80px;
}

.saidmenu-list_item {
    text-align: center;
    margin-bottom: 110px;
}

.saidmenu-list_item img {
    width: 60%;
    margin: 0 auto;
}


.shop_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.shop_txt {
    font-size: 1.5rem;
    margin-bottom: 30px;
}



.shop_link {
    font-size: 1.6rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.external-link {
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    text-decoration: none;
    color: #333;
    font-weight: 400;
    pointer-events: none; 
}

.external-link::after {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(../images/winter/link.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    pointer-events: auto;
}




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

.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) {

.nav {
    background-position: right;
} 

.winter_topic {
    padding: 80px 0px 200px 0px;
}
   
.winter_title {
    font-size: 2rem;
}

.winter_text {
   text-align: center;
}

.winter_text p {
    font-size: 1.6rem;
}

.sand-list {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.saidmenu-list {
    display: flex;
    justify-content: center;
}

.sand-list_item {
    margin-bottom: 110px;
    width: calc(100% / 3);  

}

.recommend {
    font-size: 3.8rem;
    position: relative;
    top: -14px;
    right: -76px;
}

.pagetop_btn {
    width: 50%;
}

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


}













