@charset "utf-8";
/* --------------------------------------*/
/*mv */
/* --------------------------------------*/
.mv{
  position: relative;
  margin-top: 63px;
}
.mv h2{
  color: #fff;
  font-family: 'Arvo', serif;
  font-size: 16rem;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  line-height: .9;
}
.mv h2:before{
  content: "";
  background: url(../img/top/mv_ttl_img.png) no-repeat center/contain;
  width: 418px;
  height: 260px;
  position: absolute;
  right: -100px;
  top: -10px;
  z-index: -1;
}
.mv h2 span{
  font-size: 2.5rem;
  display: block;
  letter-spacing: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.scrolldown{
  width: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: flavorssh 2s linear infinite;
}
@keyframes flavorssh {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
.mv_slider-items .slick-slide{
  width: 100%;
  height: calc(95vh - 45px);
}

@media print, screen and (min-width: 601px) {
  .mv .mv_slider .slide1{
    background: url(../img/top/mv_slide1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide2{
    background: url(../img/top/mv_slide2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide3{
    background: url(../img/top/mv_slide3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide4{
    background: url(../img/top/mv_slide4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide5{
    background: url(../img/top/mv_slide5.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
}
@media (orientation: portrait) and (max-width: 1280px) {
  .mv_slider-items .slick-slide{
    width: 100%;
    height: 60vw;
  }
}
@media (max-width: 1110px) {
  .mv{
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mv h2{
    font-size: 5.7rem;
    position: absolute;
    line-height: 1;
  }
  .mv h2:before{
    width: 180px;
    height: 110px;
    right: -30px;
  }
  .mv h2 span{
    font-size: 1rem;
    transform: translateX(-50%) scale(.9);
    width: auto;
    white-space: nowrap;
  }
  .mv_slider-items .slick-slide{
    height: calc(90vh - 45px);
  }
  .mv .mv_slider .slide1{
    background: url(../img/top/mv_slide1_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide2{
    background: url(../img/top/mv_slide2_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide3{
    background: url(../img/top/mv_slide3_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide4{
    background: url(../img/top/mv_slide4_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
  .mv .mv_slider .slide4{
    background: url(../img/top/mv_slide5_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  
  }
}

/* --------------------------------------*/
/* about_area */
/* --------------------------------------*/
.about_txt-area{
  padding: 170px 0;
  position: relative;
}
.about_area h3{
  font-size: 10rem;
  font-family: 'Arvo', serif;
  text-align: center;
  color: #d70000;
  margin-bottom: 30px;
}
.about_area .video_area{
  position: relative;
  height: 39vw;
  overflow: hidden;
}
.about_area .video_area video{
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background: url('../img/top/camerons_fire_s.jpg') no-repeat;
  background-size: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .about_txt-area{
    padding: 100px 0;
  }
  .about_area h3{
    font-size: 5rem;
    margin-bottom: 20px;
  }
  .about_area .txt{
   margin: 0 5%;
  }
  .about_area .video_area{
    height: auto;
    overflow: auto;
  }
}

/* --------------------------------------*/
/* smokers_area */
/* --------------------------------------*/
.smokers_area{
  background: #d70000;
  position: relative;
}
.smokers_list-container{
  position: relative;
  margin: 0 auto;
}
.smokers_slider-items .slick-list{
    overflow: inherit;
    z-index: 2;
}
.smokers_list{
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.smokers_list:before{
  content: "SMOKERS";
  position: absolute;
  font-size: 25rem;
  font-family: 'Arvo', serif;
  color: #fff;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.smokers_list .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.smokers_area .txt{
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  top: 170px;
  font-size: 1.7rem;
}
.smokers_area .item_ttl{
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #fff;
}
.smokers_area .item_ttl h3{
  font-family:  'Lobster', cursive;
  font-size: 5.4rem;
  margin-bottom: 30px;
}
.smokers_area .item_ttl p{
  font-size: 1.8rem;
  line-height: 1.4;
}
.smokers_list figure{
  width: 530px;
  margin: 0px auto 100px;
}
.smokers_area .desc_area{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 270px;
  background: #d70000;
  z-index: 4;
  letter-spacing: 0;
}
.smokers_area .desc_area h4{
  font-weight: 600;
  line-height: 1.4;
}
.smokers_area .desc_area dl {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.smokers_area .desc_area dl div {
  margin-top: 10px;
}
.smokers_area .desc_area dl dt {
  display: block;
  position: relative;
  margin: 0;
  padding: 14px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  color: #d70000;
  cursor: pointer;
  transition: all 300ms 0s ease;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(249, 217, 217, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 255, 255, 1) 6px, rgba(255, 255, 255, 1) 8px );
  margin-top: 10px;
  transition: 0.3s;
}
.smokers_area .desc_area dl dt:hover{
  background:#fff;
  transition: 0.3s;
}
.smokers_area .desc_area dl dt::before,
.smokers_area .desc_area dl dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #d70000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.smokers_area .desc_area dl dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.smokers_area .desc_area dl dt.active::after {
  transform: translateY(-50%) rotate(0);
  transition: 0.5s;
}
.smokers_area .desc_area dl dd {
  display: none;
  padding: 10px 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
.smokers_area .btn_area{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 130px;
  display: flex;
}
.smokers_area .btn_area .big_btn{
  display: flex;
  flex-direction: column;
  width: 220px;
  background: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: 'Arvo', serif;
  margin-right: 4px;
  transition: 0.3s;
  height: 130px;
}
.smokers_area .btn_area .big_btn:hover{
  background: #fff;
  color: #000;
  transition: 0.3s;
}
.smokers_area .btn_area .big_btn svg{
  fill: #fff;
  width: 70px;
  margin-bottom: 10px;
  height: 28px;
  transition: 0.3s;
}
.smokers_area .btn_area .big_btn:hover svg{
  fill: #000;
  transition: 0.3s;
}
.smokers_area .btn_area .btn_list{
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 4px 0;
}
.smokers_area .btn_area .btn_list li{
  height: 63px;
  background: #960000;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.smokers_area .btn_area .btn_list li:hover{
  background: #fff;
  transition: 0.3s;
}
.smokers_area .btn_area .btn_list li a{
  color: #fff;
  font-size: 2rem;
  font-family: 'Arvo', serif;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.smokers_area .btn_area .btn_list li a svg{
  width: 26px;
  height: 26px;
  fill: #fff;
  transition: 0.3s;
  margin-right: 10px;
}
.smokers_area .btn_area .btn_list li:hover a svg{
  fill: #000;
  transition: 0.3s;
}
.smokers_area .btn_area .btn_list li:hover a{
  color: #000;
  transition: 0.3s;
}


/* ==========================
モーダルここから
========================== */
.smokers_area .js_modalBtnCont {
  background: #000;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  left: 67%;
  bottom: 180px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.smokers_area .js_modalBtnCont:hover,
.smokers_area .js_modalBtnCont:focus {
  background: #fff;
}
.smokers_area .js_modalBtnCont img{
  position: absolute;
  bottom: 85%;
}
.smokers_area .js_modalBtnCont span{
  width: 40px;
  height: 8px;
  background: #d70000;
  display: block;
  transition: 0.3s;
}
.smokers_area .js_modalBtnCont span:after{
  content: "";
  width: 8px;
  height: 40px;
  display: block;
  background: #d70000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.smokers_area .js_modalBtnCont:hover span,
.smokers_area .js_modalBtnCont:hover span:after{
  background: #000;
}
.smokers_area .js_modalBtnWrap .smokers_ripple::after,
.smokers_area .js_modalBtnWrap .smokers_ripple::before {
  content: '';
  position: absolute;
  left: -10%;
  top: -10%;
  border: 2px solid #000;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 1;
  animation:2s sr linear infinite;
}
.smokers_area .js_modalBtnWrap .smokers_ripple:hover::after,
.smokers_area .js_modalBtnWrap .smokers_ripple:hover::before {
  border: 2px solid #fff;
  transition: 0.3s;
}
.smokers_area .js_modalBtnWrap .smokers_ripple::before {
  animation-delay:.5s; 
}

@keyframes sr{
  0%{
    transform: scale(0.68);
  }
  100%{
    transform: scale(1.2);
    opacity: 0;
  }
}

.smokers_area .js_modalWrap {
  display: flex;
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overscroll-behavior: contain;
  overflow-y: auto;
}
.smokers_area .js_modalWrap::-webkit-scrollbar{
  width:0;
}
.smokers_area .nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}
.smokers_area .js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.smokers_area .js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.smokers_area .js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d70000;
  /* overflow-y:scroll; */
}
.smokers_area .js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 100%;
  background: #d70000;
  max-height: 600px;
  padding: 40px 8%;
  max-width: 1200px;
}
.smokers_area .js_modalCont {
    /* overflow-y: scroll; */
    /* max-height: 520px; */
    padding-bottom: 80px;
}
.smokers_area .js_modalCont h4{
  font-size: 6rem;
  text-align: center;
  color: #fff;
  font-family: 'Lobster', cursive;
}
.smokers_area .js_modalCont .modal_img_area{
  display: flex;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  margin: 80px 0;
}
.smokers_area .js_modalCont p{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.smokers_area .js_modalCont dl div{
  margin-top: 20px;
}
.smokers_area .js_modalCont dl div dt{
  display: block;
  position: relative;
  margin: 0;
  padding: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d70000;
  cursor: pointer;
  transition: all 300ms 0s ease;
  text-align: center;
  background-size: auto auto;
  background-color: rgba(249, 217, 217, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 1) 2px, rgba(255, 255, 255, 1) 5px );
}
.smokers_area .js_modalCont dl div dd{
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
}
.smokers_area .js_modalContInner > .smokers_area .js_modalClose + * {
  margin-top: 0;
}
.smokers_area .js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.smokers_area .js_modalClose::before,
.smokers_area .js_modalClose::after {
  content: "";
  background: #000;
  position: absolute;
  top: -3px;
  right: 10px;
  width: 4px;
  height: 30px;
}
.smokers_area .js_modalClose::before {
  transform: rotate(45deg);
}
.smokers_area .js_modalClose::after {
  transform: rotate(-45deg);
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================
モーダルここまで
========================== */



@media screen and (max-width: 600px) {
  .smokers_list:before{
    font-size: 6.7rem;
    top: 20px;
    white-space: nowrap;
  }
  .smokers_list .inner{
    margin: 0 5%;
    flex-direction: column;
  }
  .smokers_area .txt{
    left: 0;
    top: 0;
    line-height: 1.4;
    font-size: 1.4rem;
    white-space: initial;
  }
  .smokers_area .item_ttl{
    position: static;
    left: 0;
    bottom: 40px;
    color: #fff;
    margin-bottom: 20px;
  }
  .smokers_area .item_ttl h3{
    font-size: 3.8rem;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .smokers_area .item_ttl p{
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .smokers_list figure{
    width: 75%;
    margin: 90px auto 20px;
  }
  .smokers_area .desc_area{
    position: absolute;
    right: 0;
    bottom: 100px;
    transform: translateY(-50%);
    color: #fff;
    width: 270px;
    background: #d70000;
    z-index: 4;
    letter-spacing: 0;
    display: none;
  }
  .smokers_area .desc_area h4{
    font-weight: 600;
    line-height: 1.4;
  }

  .smokers_list .link_btn{
    background: #000;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: 70px;
    height: 70px;
    right: 30px;
    bottom: 90px;
    left: auto;
  }
  .smokers_list .link_btn:hover{
    background: #fff;
    transition: 0.3s;
  }
  /* .smokers_list .link_btn:after{
    content: "";
    background: url(../img/top/smorkersdetails_btn_txt.png) no-repeat center/contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 32px;
    top: -20px;
  } */
  .smokers_list .link_btn span{
    width: 30px;
    height: 6px;
    background: #d70000;
    display: block;
    transition: 0.3s;
  }
  .smokers_list .link_btn:hover span{
    background: #000;
    transition: 0.3s;
  }
  .smokers_list .link_btn span:after{
    content: "";
    width: 8px;
    height: 40px;
    display: block;
    background: #d70000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 6px;
    height: 30px;
  }
  .smokers_list .link_btn:hover span:after{
    background: #000;
    transition: 0.3s;
  }

  .smokers_area .btn_area{
    height: 80px;
    width: 50%;
    margin-left: auto;
    position: static;
  }
  .smokers_area .btn_area .big_btn{
    width: 220px;
    font-size: 1rem;
    height: 80px;
  }
  .smokers_area .btn_area .big_btn svg{
    width: 50%;
    height: 3.7vw;
    margin-bottom: 6px;
  }
  .smokers_area .btn_area .btn_list li{
    height: 38px;
  }
  .smokers_area .btn_area .btn_list li a{
    font-size: 1rem;
  }
  .smokers_area .btn_area .btn_list li a svg{
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
  .smokers_area .js_modalContInner {
   overflow-y: scroll;
  }
  .smokers_area .js_modalCont h4{
    font-size: 3rem;
  }
  .smokers_area .js_modalCont h4 span{
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    line-height: 1.4;
  }
  .smokers_area .js_modalCont .modal_img_area{
    flex-direction: column;
    gap: 10px;
    margin: 25px 15%;
  }
}

/* --------------------------------------*/
/* flavors_area */
/* --------------------------------------*/
.flavors_area{
  position: relative;
}
.flavors_list-container{
  position: relative;
  margin: 0 auto;
  background: #000;
}
.flavors_area .txt{
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  top: 170px;
}
.flavors_slider-items .slick-list{
  overflow: inherit;
  z-index: 2;
}
.flavors_list{
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.flavors_list:before{
  content: "FLAVORS";
  position: absolute;
  font-size: 25rem;
  font-family: 'Arvo', serif;
  color: #d70000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.flavors_list.hickory{
  background: url(../img/top/flavor_bg_hickory.jpg) no-repeat center/cover;
}
.flavors_list.cherry{
  background: url(../img/top/flavor_bg_cherry.jpg) no-repeat center/cover;
}
.flavors_list.oak{
  background: url(../img/top/flavor_bg_oak.jpg) no-repeat center/cover;
}
.flavors_list.apple{
  background: url(../img/top/flavor_bg_apple.jpg) no-repeat center/cover;
}
.flavors_list.alder{
  background: url(../img/top/flavor_bg_alder.jpg) no-repeat center/cover;
}
.flavors_list.maple{
  background: url(../img/top/flavor_bg_maple.jpg) no-repeat center/cover;
}
.flavors_list.bourbon{
  background: url(../img/top/flavor_bg_bourbonoak.jpg) no-repeat center/cover;
}
.flavors_list.mesquite{
  background: url(../img/top/flavor_bg_mesquite.jpg) no-repeat center/cover;
}
.flavors_list.pecan{
  background: url(../img/top/flavor_bg_pecan.jpg) no-repeat center/cover;
}
.flavors_list .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.flavors_area .item_ttl{
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #fff;
}
.flavors_area .item_ttl .number{
  font-family: 'Arvo', serif;
  font-size: 2.4rem;
}
.flavors_area .item_ttl .number strong{
  font-size: 7rem;
  margin-right: 5px;
}
.flavors_area .item_ttl h3{
  font-family:  'Lobster', cursive;
  font-size: 5.4rem;
  margin-bottom: 30px;
}
.flavors_area .item_ttl h3 span{
  font-size: 3.2rem;
  display: block;
}
.flavors_area .item_ttl p{
  font-size: 1.8rem;
  line-height: 1.4;
}
.flavors_list .img_area{
  position: relative;
}
.flavors_list figure{
  width: 760px;
  margin-left: 300px;
}
.flavors_list .img_area .link_btn{
  width: 100px;
  height: 100px;
  background: #fff;
  display: flex;
  position: absolute;
  left: 67%;
  bottom: 180px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.flavors_list .img_area .link_btn:hover{
  background: #d70000;
  transition: 0.3s;
}
/* 20221223 */
/* .flavors_list .img_area .link_btn:after{
  content: "";
  background: url(../img/top/flavorsdetails_btn_txt.png) no-repeat center/contain;
  width: 117px;
  height: 42px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
} */
.flavors_list .img_area .link_btn span{
  width: 40px;
  height: 8px;
  background: #000;
  display: block;
  transition: 0.3s;
}
.flavors_list .img_area .link_btn:hover span{
  background: #fff;
  transition: 0.3s;
}
.flavors_list .img_area .link_btn span:after{
  content: "";
  width: 8px;
  height: 40px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.flavors_list .img_area .link_btn:hover span:after{
  background: #fff;
  transition: 0.3s;
}
.flavors_list .img_area .link_btn img{
  position: absolute;
  bottom: 85%;
}
.flavors_list .img_area .flavors_ripple::after,
.flavors_list .img_area .flavors_ripple::before {
  content: '';
  position: absolute;
  left: -10%;
  top: -10%;
  border: 2px solid #fff;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  opacity: 1;
  animation:2s fr linear infinite;
}
.flavors_list .img_area .flavors_ripple:hover::after,
.flavors_list .img_area .flavors_ripple:hover::before {
  border: 2px solid#d70000;
  transition: 0.3s;
}
.flavors_list .img_area .flavors_ripple::before {
  animation-delay:.5s; 
}

@keyframes fr{
  0%{
    transform: scale(0.68);
  }
  100%{
    transform: scale(1.2);
    opacity: 0;
  }
}
.flavors_area .desc_area{
  position: absolute;
  right: 0;
  top: calc(50% - 220px);
  transform: translateY(-50%);
  color: #fff;
  width: 270px;
}
.flavors_area h4{
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  right: 0;
  top: 170px;
  color: #fff;
}
.flavors_area .btn_area{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 130px;
  display: flex;
  align-items: flex-end;
}
.flavors_area .btn_area .big_btn{
  display: flex;
  flex-direction: column;
  width: 220px;
  background: #d70000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: 'Arvo', serif;
  margin-right: 4px;
  height: 130px;
  transition: 0.3s;
}
.flavors_area .btn_area .big_btn:hover{
  background: #fff;
  color: #000;
  transition: 0.3s;
}
.flavors_area .btn_area .big_btn svg{
  fill: #fff;
  width: 70px;
  margin-bottom: 10px;
  height: 28px;
  transition: 0.3s;
}
.flavors_area .btn_area .big_btn:hover svg{
  fill: #000;
  transition: 0.3s;
}
.flavors_area .btn_area .btn_list{
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 4px 0;
}
.flavors_area .btn_area .btn_list li{
  height: 63px;
  background: #808080;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.flavors_area .btn_area .btn_list li:hover{
  background: #fff;
  transition: 0.3s;
}
.flavors_area .btn_area .btn_list li a{
  color: #fff;
  font-size: 2rem;
  font-family: 'Arvo', serif;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.flavors_area .btn_area .btn_list li:hover a{
  color: #000;
  transition: 0.3s;
}
.flavors_area .btn_area .btn_list li a svg{
  width: 26px;
  height: 26px;
  fill: #fff;
  transition: 0.3s;
  margin-right: 10px;
}
.flavors_area .btn_area .btn_list li:hover a svg{
  fill: #000;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .flavors_area .txt{
    left: 0;
    top: -50px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .flavors_list:before{
    font-size: 7rem;
    top: 20px;
  }
  .flavors_list.hickory{
    background: url(../img/top/flavor_bg_hickory_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.cherry{
    background: url(../img/top/flavor_bg_cherry_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.oak{
    background: url(../img/top/flavor_bg_oak_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.apple{
    background: url(../img/top/flavor_bg_apple_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.alder{
    background: url(../img/top/flavor_bg_alder_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.maple{
    background: url(../img/top/flavor_bg_maple_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.bourbon{
    background: url(../img/top/flavor_bg_bourbonoak_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.mesquite{
    background: url(../img/top/flavor_bg_mesquite_sp.jpg) no-repeat center/cover;
  }
  .flavors_list.pecan{
    background: url(../img/top/flavor_bg_pecan_sp.jpg) no-repeat center/cover;
  }
  .flavors_list .inner{
    margin: 15vw 5% 0;
    flex-direction: column;
  }
  .flavors_area .item_ttl{
    position: static;
  }
  .flavors_area .item_ttl .number{
    font-size: 1.8rem;
    margin: 0;
  }
  .flavors_area .item_ttl .number strong{
    font-size: 5rem;
  }
  .flavors_area .item_ttl h3{
    font-size: 3.6rem;
    margin: -10px 0 10px;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
  }
  .flavors_area .item_ttl h3 span,
  .flavors_area .item_ttl h3 small{
    font-size: 2.2rem;
    margin-right: 5px;
  }
  .flavors_area .item_ttl p{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .flavors_list .img_area{
    position: relative;
  }
  .flavors_list figure{
    width: 90%;
    margin: 0 auto;
  }
  .flavors_list .img_area .link_btn{
    width: 70px;
    height: 70px;
    left: 60%;
    bottom: auto;
    top: 40px;
  }
  .flavors_list .img_area .link_btn:hover{
    background: #d70000;
    transition: 0.3s;
  }
  /* 20221223 */
  /* .flavors_list .img_area .link_btn:after{
    width: 90px;
    height: 32px;
    top: -20px;
  } */
  .flavors_list .img_area .link_btn span{
    width: 30px;
    height: 6px;
  }
  .flavors_list .img_area .link_btn span:after{
    width: 6px;
    height: 30px;
  }
  .flavors_area h4{
    position: static;
    font-size: 1.2rem;
    min-height: 20vw;
  }
  .flavors_area .btn_area{
    height: 80px;
    width: 50%;
    margin-left: auto;
    position: static;
  }
  .flavors_area .btn_area .big_btn{
    width: 220px;
    font-size: 1rem;
    height: 80px;
  }
  .flavors_area .btn_area .big_btn svg{
    width: 50%;
    height: 3.7vw;
    margin-bottom: 6px;
  }
  .flavors_area .btn_area .btn_list li{
    height: 38px;
  }
  .flavors_area .btn_area .btn_list li a{
    font-size: 1rem;
  }
  .flavors_area .btn_area .btn_list li a svg{
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
}

/* --------------------------------------*/
/*howtouse_area */
/* --------------------------------------*/
.howtouse_area{
  position: relative;
  text-align: center;
  height: 500px;
  background: url(../img/top/htu_bg.jpg) no-repeat center/cover;
}
.howtouse_txt-area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.howtouse_area h3{
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 12rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
.howtouse_area .btn{
  background: #d70000;
}
.howtouse_area .btn:hover{
  background: #fff;
  color:#000;
}
.howtouse_area .btn:hover:after{
  background: #000;
}
@media screen and (max-width: 600px) {
  .howtouse_area{
    height: 114vw;
    background: url(../img/top/htu_bg_sp.jpg) no-repeat center/cover;
  }
  .howtouse_txt-area{
    white-space: nowrap;
  }
  .howtouse_area h3{
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

/* --------------------------------------*/
/*recipes_area */
/* --------------------------------------*/
.recipes_area{
  text-align: center;
  padding: 170px 0;
  position: relative;
}
.recipes_area h3{
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 12rem;
  margin-bottom: 20px;
  color: #d70000;
}
.recipes_list-container{
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 40px;
}
.recipes_list{
  margin-top: 40px;
}
.recipes_list a img{
  transition: 0.3s;
}
.recipes_list a:hover img{
  opacity:.5;
  transition: 0.3s;
}
.recipes_list figcaption{
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .recipes_area{
    padding: 100px 0;
  }
  .recipes_area h3{
    font-size: 5rem;
  }
  .recipes_area .txt{
     margin:0 5%;
  }
  .recipes_list-container{
    gap: 0;
    margin: 20px 5% 0;
    justify-content: space-between;
  }
  .recipes_list{
    margin-top: 25px;
    width: 47.5%;
  }
  .recipes_list figcaption{
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

/* --------------------------------------*/
/*insta_area */
/* --------------------------------------*/
.insta_area{
  position: relative;
  text-align: center;
  height: 300px;
  background: url(../img/top/insta_bg.jpg) no-repeat center/cover;
}
.insta_txt-area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.insta_txt-area h3{
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .insta_area{
    height: 100vw;
    background: url(../img/top/insta_bg_sp.jpg) no-repeat center/cover;
  }
  .insta_txt-area{
    width: 100%;
  }
  .insta_txt-area h3{
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

/* --------------------------------------*/
/*shoplist_area */
/* --------------------------------------*/
.shoplist_area{
  position: relative;
  text-align: center;
}
.shoplist_txt-area{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.shoplist_txt-area h3{
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 6rem;
  margin-bottom: 30px;
}
/* スライド */
.shoplist_area .shoplist_slider .slick-slide {
  height: 300px !important;
  width: auto !important;
}
.shoplist_area .shoplist_slider .slick-slide img{
  width:auto;
  max-width:none;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .shoplist_area .shoplist_slider{
    width: 100%;
  }
  .shoplist_txt-area{
    width: 100%;
  }
  .shoplist_txt-area h3{
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .shoplist_area .shoplist_slider .slick-slide {
    height: 100vw !important; 
    width: auto !important;
  }
}

/* 20221223 SWIPEアイコン */
@media screen and (max-width: 600px) {
  .fadein,
  .fadein2{
    opacity: 1;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 80%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fadein::after,
  .fadein2::after{
    content: "";
    width: 70%;
    height: 70%;
    background: url(../img/top/icon_flick.png) no-repeat center/contain;
    animation: swipe 2.5s ease-in-out infinite;
  }
  .fadein.active,
  .fadein2.active2{
    animation: fadein-keyframes 1s ease 0s 1 forwards;
    pointer-events: none;
  }
  @keyframes fadein-keyframes {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes swipe {
    0%,100%{
        transform:translateX(5px);
    }
    50%{
        transform:translateX(-5px);
    }
  }
}