﻿@charset "utf-8";
/* ========= 共通設定 ========== */
:root{
  /* 色 */
  --textColor: #000000;
  --mainPpl: #9477a7;
  --subPpl: #6d4985;
  --accentYlw: #b69527;
  --accentRed: #c1272d;
  --bgPpl: #e9d8f5;
  --bgBrown: #e5decb;
  /* フォント */
  --ff_notoSan: "Noto Sans JP", sans-serif;
  --ff_notoSerif: "Noto Serif JP", serif;
  --ff_serif: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","游明朝",YuMincho,"Yu Mincho","HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --ff_sanSerif: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 幅・高さ */
  --margin_l: 130px;
  --margin_m: 100px;
}
* {box-sizing: border-box;}
body{
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  color: var(--textColor);
  font-size: 18px;
  line-height: 1.78;
  word-break: break-all;
  font-family: var(--ff_serif);
  counter-reset: srvc_num 0;
  -webkit-text-size-adjust: 100%;
}
main{overflow-x: hidden;}
figure,
img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
img {vertical-align: top;}
a{transition: .3s;}
a:hover{opacity: 0.7;}
a[href*=tel]{pointer-events: none;}
.inner{
  --innerPadding: 100px;
  width: 100%;
  max-width: min(1300px, calc(100vw - 100px));
  padding: 0 var(--innerPadding);
  margin: 0 auto;
}
.inner.inner_normal{
  padding: 0 calc(var(--innerPadding) / 2);
}
.flex{display: flex;}
.pc_cont{display: block !important;}
.sp_cont{display: none !important;}
.mb0 {margin-bottom: 0 !important;}
.mt_m{margin-top: 3.5em !important;}
.fc_red{color: var(--accentRed);}
/* recaptchaバッジ非表示 */
.grecaptcha-badge{display: none !important;}
/* ============================================== */
/*            スクロールアニメーション            */
/* ============================================== */
.scrollin {
    visibility: hidden;
    opacity: 0;
    transition: 1.2s;
}
.scrollin.bottom {transform: translateY(30px);}
.scrollin.left {transform: translateX(-30px);}
.scrollin.right {transform: translateX(30px);}
.scrollin.active,
.scrollin.bottom.active,
.scrollin.left.active,
.scrollin.right.active {
visibility: visible;
opacity: 1;
transform: translate(0,0);
}
/* ====================================================== */
/* ========================= PC ========================= */
/* ====================================================== */
/* --- common parts --- */
/* ボタン */
.btn a{
  background: var(--accentYlw);
  color: #fff;
  text-decoration: none;
  font-family: var(--ff_sanSerif);
  font-size: min(24px, 2vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  min-height: 68px;
  border-radius: 100px;
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}
/* ボタン - has_arrow*/
.btn.has_arrow a{
  position: relative;
  z-index: 0;
  padding-left: 2em;
}
.btn.has_arrow a::before{
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 1em;
  margin: auto;
  content: '';
  width: 1.33em;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/firsttime/ico/btn_arrow.svg) no-repeat center / contain;
}

/* --- header --- */
.header_firsttime{
  position: fixed;
  z-index: 10;
  inset: 0 0 auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 40px 45px 20px 40px; */
  padding: 26px 45px 12px 40px;
  transition: background .4s;
}
.logo_firsttime a{
  position: relative;
  z-index: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  max-width: 230px;
  transition: 2s;
}
.logo_firsttime a span{
  display: block;
  font-weight: 200;
  font-size: 17px;
  text-align: right;
  margin: 0;
}
.header_firsttime .logo_firsttime a img{
  transform: translateZ(0);
  transition: 2s;
}
.header_firsttime .logo_firsttime a .logoimg_wht{opacity: 1;}
.header_firsttime .logo_firsttime a .logoimg_blk{
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  margin: auto;
  opacity: 0;
}
.header_firsttime .sns_list{margin-top: 2px;}
/* is_scrolled */
.header_firsttime.is_scrolled{background: rgba(0, 0, 0, .5);}
.header_firsttime.is_scrolled .logo_firsttime a .logoimg_wht{opacity: 1 !important;}
.header_firsttime.is_scrolled .logo_firsttime a .logoimg_blk{opacity: 0 !important;}
.header_firsttime.is_scrolled .logo_firsttime a{color: #fff !important;}

/* sns */
.sns_list{
  display: flex !important;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.sns_list.sp_cont{display: none !important;}
.sns_list li a{
  display: block;
  width: 48px;
  height : auto;
  aspect-ratio: 1;
}
.sns_list li:nth-of-type(3) a{width: 46px;}

/* --- KV --- */
.kv{
  position: relative;
  z-index: 0;
  max-height: 100lvh;
}
.kv h1{
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 90px;
  margin: auto;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 50px;
  line-height: 1.2;
  transition: 2s;
}
.kv h1 span:not(.bg_red){
  text-shadow: 0 0 10px #000;
  -webkit-filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 7px #000);
          filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 7px #000);
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
  transition: 2s;
}
.kv h1 .fz_l{font-size: 1.4em;}
.kv h1 .bg_red{
  position: relative;
  z-index: 1;
  display: inline-block;
  text-shadow: none;
  -webkit-filter: none;
          filter: none;
  background: var(--accentRed);
  padding: 0.1em 0.1em 0;
  color: #fff;
}
/* 白背景対応 */
body:has(.kv_slider .logo_blk.slick-current) .header_firsttime .logo_firsttime a .logoimg_wht{opacity: 0;}
body:has(.kv_slider .logo_blk.slick-current) .header_firsttime .logo_firsttime a .logoimg_blk{opacity: 1;}
body:has(.kv_slider .logo_blk.slick-current) .header_firsttime .logo_firsttime a{color: var(--textColor);}
.kv .kv_slider:has(.txt_blk.slick-current) + h1 span:not(.bg_red){
  color: var(--textColor);
  text-shadow: 0 0 10px #fff;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 7px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 7px #fff);
}
/* scroll down */
.kv .scrolldown{
  position: absolute;
  z-index: 1;
  inset: auto 0 30px;
  margin: auto;
  font-size: 0;
  width: 90px;
  height: auto;
  aspect-ratio: 87 / 54;
  -webkit-animation: scrolldown 3.2s infinite ease-in-out both;
          animation: scrolldown 3.2s infinite ease-in-out both;
}
@-webkit-keyframes scrolldown {
  0%  {transform: translateY(0);}
  50% {transform: translateY(10px);}
  100%{transform: translateY(0);}
}
@keyframes scrolldown {
  0%  {transform: translateY(0);}
  50% {transform: translateY(10px);}
  100%{transform: translateY(0);}
}
.kv .scrolldown a{
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/firsttime/ico/scrolldown.svg) no-repeat center / contain;
}

/* --- セクション共通 --- */
.firsttime article > section{
  position: relative;
  z-index: 0;
  background:
    url(../img/firsttime/bg_deco.svg) repeat-y center top / contain,
    var(--bgPpl)
  ;
}
.firsttime article > section.bg_brown{
  background:
    url(../img/firsttime/bg_deco.svg) repeat-y center top / contain,
    var(--bgBrown)
  ;
}
.firsttime article > section::before{
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  margin: auto;
  content: '';
  width: 100%;
  height: 100%;
  /* background: url(../img/firsttime/bg_deco.svg) repeat-y center top / contain; */
  /* mix-blend-mode: multiply; */
  /* opacity: 0.3; */
}
.firsttime article > section .inner.has_bg{
  background: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(4, 0, 0, .3));
          filter: drop-shadow(0 0 5px rgba(4, 0, 0, .3));
}
/* ttl_cont */
.ttl_cont h2{
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 auto .7em;
}
.ttl_cont p{text-align: center;}
/* ttl_cont - has_line*/
.ttl_cont .has_line{
  position: relative;
  z-index: 0;
}
.ttl_cont .has_line::before{
  position: absolute;
  z-index: -1;
  inset: .6em 0 auto;
  margin: auto;
  content: '';
  width: 100%;
  height: 5px;
  background: #fff;
}
.ttl_cont .has_line span{
  display: inline-block;
  padding: 0 .4em;
  background: var(--mainPpl);
}

/* item_cat */
.item_cat{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  margin: 0.2em auto 0;
  padding: 100px 0 0;
}
.item_cat::before,
.item_cat::after{
  position: absolute;
  inset: auto 0;
  margin: auto;
  content: '';
}
.item_cat::before{
  top: 0;
  z-index: 0;
  width: 114px;
  height: auto;
  aspect-ratio: 114 / 80;
  background: url(../img/firsttime/ico/item_cat.svg) no-repeat center / contain;
}
.item_cat::after{
  top: 37.5px;
  z-index: -1;
  width: 100%;
  height: 7px;
  background: var(--mainPpl);
}
.item_cat img{
  width: 125px;
  height: auto;
  aspect-ratio: 1;
}
.item_cat span{
  display: block;
  font-size: 56px;
  margin-top: 0.2em;
}
/* .item_wrapper ================ */
.item_wrapper{
  display: flex;
  justify-content: space-between;
}
.item_wrapper > div{position: relative;}
.item_wrapper > div:nth-of-type(1){z-index: 3;}
.item_wrapper > div:nth-of-type(2){z-index: 2;}
.item_wrapper > div:nth-of-type(3){z-index: 1;}
.item_wrapper .balloon{
  position: relative;
  z-index: 0;
  color: var(--mainPpl);
  font-family: var(--ff_sanSerif);
  font-weight: 700;
  font-size: min(31px, 2.3375vw);
  text-align: center;
  letter-spacing: 0.025em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0.2em;
  /* font-family: var(--ff_notoSan); */
}
.item_wrapper .balloon::before,
.item_wrapper .balloon::after{
  --rotate: 30deg;
  position: absolute;
  z-index: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: .1em;
  height: auto;
  aspect-ratio: 3 / 66;
  background: currentColor;
}
.item_wrapper .balloon::before{
  left: -.7em;
  transform: rotate(calc(var(--rotate) * -1));
}
.item_wrapper .balloon::after{
  right: -.3em;
  transform: rotate(var(--rotate));
}
.item_wrapper figure{
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.item_wrapper figure figcaption{
  position: absolute;
  z-index: 1;
  inset: -18px max(-5vw, -80px) auto auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(155px,12vw);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--mainPpl);
  color: #fff;
  font-family: var(--ff_sanSerif);
  font-size: min(25px, 1.5625vw);
  font-weight: 700;
  padding: 0.2em 0 0;
}
.item_wrapper figure figcaption span{font-size: min(40px, 2.5vw);}
.item_wrapper .i_amount{
  text-align: center;
  font-weight: 500;
}
.item_wrapper .i_price{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: .875em;
       column-gap: .875em;
  margin: 0 auto 0.3em;
}
.item_wrapper .i_price p:nth-of-type(1){
  background: var(--accentRed);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.15em;
  padding: .4em .3em .2em;
}
.item_wrapper .i_price p:nth-of-type(2){
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.item_wrapper .i_price p:nth-of-type(2) span{
  display: inline-block;
  margin: 0 0 .3em 0.2em;
}
/* col01_02 */
.item_wrapper.col01_02{
  flex-wrap: wrap;
  gap: 50px 2%;
}
.item_wrapper.col01_02 > div:nth-of-type(1){
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.item_wrapper.col01_02 > div:not(:nth-of-type(1)){width: 48%;}
.item_wrapper.col01_02 > div:nth-of-type(1) > figure{width: min(50%, 420px);margin-right: 0;}
.item_wrapper.col01_02 > div:nth-of-type(1) > div{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 360px;
  margin: 0 auto 40px 2%;
}
.item_wrapper.col01_02 > div:nth-of-type(1) figure figcaption{left: max(-5vw, -60px);right: auto;}
.item_wrapper.col01_02 > div:nth-of-type(2) figure{max-width: 383px;}
.item_wrapper.col01_02 > div:nth-of-type(3) figure{max-width: 430px;}
.item_wrapper.col01_02 .i_amount{font-size: min(22px, 1.375vw);}
.item_wrapper.col01_02 .i_price p:nth-of-type(1){font-size: min(27px, 1.6875vw);}
.item_wrapper.col01_02 .i_price p:nth-of-type(2){font-size: min(86px, 5.375vw);}
.item_wrapper.col01_02 .i_price p:nth-of-type(2) span{font-size: 0.48em;}
.item_wrapper.col01_02 .btn{max-width: 360px;margin: 0 auto;}
.item_wrapper.col01_02 .btn a{padding-inline: .2em;}
/* col01_01 */
.item_wrapper.col01_01{display: block;}
.item_wrapper.col01_01 .cont{
  position: relative;
  z-index: 0;
  --offset: 195px;
  --offset: 300px;
  width: 100%;
  margin: 0 auto var(--margin_m);
  min-height: 620px;
}
.item_wrapper.col01_01 .cont:last-of-type{margin: 0 auto;}
.item_wrapper.col01_01 .cont::before{
  position: absolute;
  z-index: 0;
  margin: auto;
  content: '';
  width: calc(50% + var(--offset));
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 85 / 62;
  background: #ddd;
  opacity: 0;
  transition: 0.8s;
}
/* col01_01 左右 */
.item_wrapper.col01_01 .cont:nth-of-type(2n-1) > div{padding-right: 60%;}
.item_wrapper.col01_01 .cont:nth-of-type(2n-1)::before{
  inset: 0 calc(var(--offset) * -1) 0 auto;
  transform: translateX(50%);
}
.item_wrapper.col01_01 .cont:nth-of-type(2n) > div{padding-left: 60%;}
.item_wrapper.col01_01 .cont:nth-of-type(2n) > div figcaption{right: auto;left: max(-5vw, -80px);}
.item_wrapper.col01_01 .cont:nth-of-type(2n)::before{
  inset: 0 auto 0 calc(var(--offset) * -1);
  transform: translateX(-50%);
}
/* col01_01 アニメーション */
.item_wrapper.col01_01 .cont:has(.scrollin.active)::before{
  transform: translateX(0);
  opacity: 1;
}

/* col01_01 商品 */
.item_wrapper.col01_01 .i_amount{font-size: min(20px, 1.5vw);margin: 0 auto 0.2em;}
.item_wrapper.col01_01 .i_price{margin-bottom: 0.5em;}
.item_wrapper.col01_01 .i_price p:nth-of-type(1){font-size: min(31px, 2vw);}
.item_wrapper.col01_01 .i_price p:nth-of-type(2){font-size: min(95px, 5.9375vw);}
.item_wrapper.col01_01 .i_price p:nth-of-type(2) > span{
  font-size: 0.56em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.2em;
}
.item_wrapper.col01_01 .i_price p:nth-of-type(2) > span span{
  font-size: min(15px, 1vw);
  letter-spacing: 0.01em;
  font-feature-settings: "halt";
}
.item_wrapper.col01_01 .btn{max-width: 360px;margin: 0 auto;font-size: 25px;}
.item_wrapper.col01_01 .btn a{
  padding-inline: .2em;
  font-size: min(24px, 1.8vw);
}
.item_wrapper.col01_01 figure figcaption{
  font-size: min(17px, 1.0625vw);
  width: min(115px,12vw);
  font-weight: 700;
}
.item_wrapper.col03 figure figcaption{
  font-size: min(16px, 1.3vw);
  width: min(100px,12vw);
  inset: -18px max(-3vw, -50px) auto auto;
}
.item_wrapper.col01_01 figure figcaption span{font-size: min(27px, 2.1vw);}
.item_wrapper.col03 figure figcaption span{font-size: min(26px, 2vw);}
/* col03 */
.item_wrapper.col03{-moz-column-gap: min(5%,60px);column-gap: min(5%,60px);}
.item_wrapper.col03 .balloon{margin: 0 auto .6em;}
.item_wrapper.col03 figure img{
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 272px;
}
.item_wrapper.col03 .i_amount{
  font-size: min(18px, 1.125vw);
  margin: 0 auto 1em;
}
.item_wrapper.col03 .i_price p:nth-of-type(1){font-size: min(22px, 1.375vw);}
.item_wrapper.col03 .i_price p:nth-of-type(2){font-size: min(72px, 4.5vw);}
.item_wrapper.col03 .i_price p:nth-of-type(2) span{font-size: 0.48em;}
.item_wrapper.col03 .btn{max-width: 300px;margin: 0 auto;}
.item_wrapper.col03 .btn a{padding-inline: .2em;font-size: min(20px, 1.35vw);}

/* .ttl_band ================ */
.ttl_band{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  background: var(--subPpl);
}
.ttl_band::before{
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  content: '';
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/firsttime/ttl_band/bg.svg) no-repeat center / contain;
  mix-blend-mode: multiply;
}
.ttl_band::after{
  position: absolute;
  z-index: 0;
  inset: -100% auto;
  margin: auto;
  content: '';
  width: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  pointer-events: none;
}
.ttl_band h2{
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* --- sec_second --- */
.firsttime .sec_second .inner{padding-block: 50px 70px;}
.firsttime .sec_second .ttl_cont{margin: 0 auto 2em;}

/* --- sec_about --- */
.firsttime .sec_about .ttl_band::after{
  transform: translateX(550px);
  width: 380px;
  background: url(../img/firsttime/ttl_band/img01.png) no-repeat center / contain;
}
.firsttime .sec_about .inner{padding-block: var(--margin_l);}
.firsttime .sec_about section{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto var(--margin_m);
  min-height: 550px;
}
.firsttime .sec_about section:last-of-type{margin: 0 auto;}
.firsttime .sec_about section::before{
  --offset: 195px;
  position: absolute;
  z-index: 0;
  margin: auto;
  content: '';
  width: calc(50% + var(--offset) - 50px);
  height: auto;
  aspect-ratio: 75 / 55;
  background: #ddd;
  opacity: 0;
  transition: transform .8s, opacity .8s;
}
.firsttime .sec_about section.about01::before{background: url(../img/firsttime/img/img0101.jpg) no-repeat center / contain;}
.firsttime .sec_about section.about02::before{background: url(../img/firsttime/img/img0102.jpg) no-repeat center / contain;}
.firsttime .sec_about section.about03::before{background: url(../img/firsttime/img/img0103.jpg) no-repeat center / contain;}

.firsttime .sec_about section h3{
  position: relative;
  z-index: 0;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.5;
  margin: 0 0 0.3em;
}
.firsttime .sec_about section h3::before{
  position: absolute;
  z-index: -1;
  inset: -100% auto -100% -.5em;
  margin: auto;
  content: '';
  width: 77%;
  height: auto;
  aspect-ratio: 2 / 1;
  background: url(../img/firsttime/deco_about.svg) no-repeat center / contain;
  mix-blend-mode: multiply;
}
.firsttime .sec_about section p{
  position: relative;
  z-index: 0;
  max-width: 540px;
  letter-spacing: 0.01em;
  font-size: 18px;
}
/* 左右 */
.firsttime .sec_about section:nth-of-type(2n-1) > div{padding-left: 50%;}
.firsttime .sec_about section:nth-of-type(2n-1)::before{
  inset: 0 auto 0 calc(var(--offset) * -1);
  transform: translate(-50%);
}
.firsttime .sec_about section:nth-of-type(2n) > div{padding-right: 50%;}
.firsttime .sec_about section:nth-of-type(2n)::before{
  inset: 0 calc(var(--offset) * -1) 0 auto;
  transform: translate(50%);
}
/* anime */
.firsttime .sec_about section.scrollin{opacity: 1 !important; visibility: visible !important;}
.firsttime .sec_about section.scrollin.active::before{
  opacity: 1;
  transform: translateX(0);
}

/* --- sec_first_ltd --- */
.firsttime .sec_first_ltd .ttl_band::after{
  transform: translateX(-420px);
  width: 300px;
  aspect-ratio: 300 / 413;
  background: url(../img/firsttime/ttl_band/img02.png) no-repeat center / contain;
}
.firsttime .sec_first_ltd .inner{padding-block: var(--margin_m);}
.firsttime .sec_first_ltd .item_cat{margin-bottom: calc(var(--margin_m) - 1.2em);}

/* --- sec_recipe --- */
.firsttime .sec_recipe{
  color: #fff;
  background: var(--mainPpl);
  padding-block: var(--margin_m);
}
.firsttime .sec_recipe .ttl_cont{margin: 0 auto 2em;}
.firsttime .sec_recipe .btn{max-width: 500px;margin: 0 auto;}
/* .recipe_slider */
.firsttime .sec_recipe .recipe_slider{
  width: 100%;
  margin: 0 auto calc(var(--margin_m) * 0.7);
  /* transform: translateX(-17px); */
}
.firsttime .sec_recipe .recipe_slider li {
  width: 100%;
  max-width: calc((100vw - 17px) / 3);
  height: auto;
  aspect-ratio: 535 / 500;
}
.firsttime .sec_recipe .recipe_slider li a{
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  overflow: hidden;
}
.firsttime .sec_recipe .recipe_slider li a img{
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .8s cubic-bezier(0,.6,1,1);
}
.firsttime .sec_recipe .recipe_slider li a p{
  position: relative;
  z-index: 0;
  font-size: min(1.5625vw, 25px);
  font-family: var(--ff_sanSerif);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  width: 100%;
  height: 100%;
}
.firsttime .sec_recipe .recipe_slider li a p span{
  display: inline-block;
  background: #fff;
  color: var(--mainPpl);
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding: 1em 0.2em;
}
.firsttime .sec_recipe .recipe_slider li a p span:nth-of-type(2){margin-top: 3em;}
.firsttime .sec_recipe .recipe_slider li a p span:nth-of-type(3){margin-top: 6em;}
/* hover */
.firsttime .sec_recipe .recipe_slider li a:hover{opacity: 1;}
.firsttime .sec_recipe .recipe_slider li a:hover img{transform: scale(1.1);}
/* .arrow_ppl */
.arrow_ppl .slick-arrow{
  z-index: 2;
  width: min(3.75vw, 60px);
  height: auto;
  aspect-ratio: 1;
}
.arrow_ppl .slick-prev::before,
.arrow_ppl .slick-next::before{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  content: '＞';
  font-weight: 900;
  background: var(--mainPpl);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1 !important;
  transition: opacity .3s;
}
.arrow_ppl .slick-prev::before{transform: rotate(180deg);}
.arrow_ppl .slick-prev:hover::before,
.arrow_ppl .slick-next:hover::before{opacity: .7 !important;}

/* --- sec_voice --- */
.firsttime .sec_voice .ttl_band{
  min-height: 700px;
  background: url(../img/firsttime/ttl_band/bg_voice.jpg) no-repeat right center / cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 190px;
}
.firsttime .sec_voice .bg_ppl{
  background: var(--mainPpl);
  color: #fff;
  padding: calc(var(--margin_m) / 2) 0;
}
.firsttime .sec_voice .bg_ppl .item_wrapper .balloon{
  color: #fff;
  font-size: 20px;
}
.firsttime .sec_voice .bg_ppl .item_wrapper figure figcaption{
  background: #fff;
  color: var(--mainPpl);
}
.firsttime .sec_voice .bg_ppl .item_cat{margin: 0 auto 2em;}
.firsttime .sec_voice .bg_ppl .item_cat::before{background-image: url(../img/firsttime/ico/item_cat_ppl.svg);}
.firsttime .sec_voice .bg_ppl .item_cat::after{background: #fff;}
/* voice_slider */
.firsttime .sec_voice .voice_slider{
  position: relative;
  z-index: 1;
  transform: translateY(calc(var(--margin_m) * -1));
}
.firsttime .sec_voice .voice_slider .slick-track {display: flex;}
.firsttime .sec_voice .voice_slider .slick-slide {height: auto !important;}
.firsttime .sec_voice .voice_slider .slick-list{overflow: visible;}
.firsttime .sec_voice .voice_slider li{
  font-family: var(--ff_sanSerif);
  width: 330px;
  /* min-height: 400px; */
  background: 
    url(../img/firsttime/deco_voice.svg) no-repeat center top 20px / 290px 21px
    #fff
  ;
  margin: 0 20px;
  padding: 50px 20px 1em;
  /* transform: translateX(5vw); */
}
.firsttime .sec_voice .voice_slider li .ttl{
  font-family: var(--ff_sanSerif);
  color: var(--mainPpl);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 0.5em;
  line-height: 1.3;
}
.firsttime .sec_voice .voice_slider li .txt{
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* --- sec_giftservice --- */
.firsttime .sec_giftservice{padding: var(--margin_m) 0 0;}
.firsttime .sec_giftservice .inner.has_bg{
  max-width: min(1200px, calc(100vw - 100px));
}
.firsttime .sec_giftservice .ttl_band{
  background: url(../img/firsttime/ttl_band/bg_gift.jpg) no-repeat center / cover;
  min-height: 500px;
}
.firsttime .sec_giftservice .inner{padding-block: var(--margin_m) calc(var(--margin_m) * 1.5);}
.firsttime .sec_giftservice .ttl_cont {margin: 0 auto 3em;}
.firsttime .sec_giftservice .ttl_cont .has_line{
  text-align: center;
  color: var(--textColor);
  font-size: 50px;
  margin: 0 auto .7em;
}
.firsttime .sec_giftservice .ttl_cont .has_line::before{
  top: 0.8em;
  background: var(--textColor);
}
.firsttime .sec_giftservice .ttl_cont .has_line span{background: #fff;}
/* reason_list */
.firsttime .sec_giftservice .reason_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.firsttime .sec_giftservice .reason_list li{
  width: 31.5%;
  max-width: 270px;
}
.firsttime .sec_giftservice .reason_list li figure{
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1em;
}
.firsttime .sec_giftservice .reason_list li figure img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firsttime .sec_giftservice .reason_list li p:nth-of-type(1){
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--mainPpl);
  letter-spacing: 0.015em;
}
.firsttime .sec_giftservice .reason_list li p:nth-of-type(2){
  font-size: 0.875em;
  line-height: 1.45;
  letter-spacing: 0.015em;
}
/* h4 section */
.firsttime .sec_giftservice section h4{
  text-align: center;
  background: var(--mainPpl);
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin: 1.2em auto 1em;
  padding: .22em 1em .12em;
}
.firsttime .sec_giftservice section h4 + p{
  text-align: center;
  letter-spacing: 0.015em;
  margin: 0 auto 2em;
}
.firsttime .sec_giftservice section .btn{
  max-width: 500px;
  margin: 0 auto;
}
/* before_order */
.firsttime .sec_giftservice .before_order{padding: var(--margin_m) 0 0;}
.firsttime .sec_giftservice .before_order h4{
  font-size: 26px;
  font-family: var(--ff_notoSan);
  font-weight: 400;
}
.firsttime .sec_giftservice .before_order .contact_list{
  font-family: var(--ff_notoSan);
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 auto .2em;
}
.firsttime .sec_giftservice .before_order .contact_list li{
  width: 45%;
  max-width: 390px;
}
.firsttime .sec_giftservice .before_order .contact_list li .cat{
  font-size: min(19px, 1.61vw);
  font-weight: 500;
  text-align: left;
}
.firsttime .sec_giftservice .before_order .contact_list li .tel{
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.1em;
       column-gap: 0.1em;
  text-align: center;
  font-size: min(50px, 3.5843vw);
  font-weight: 700;
  line-height: 1.3;
}
.firsttime .sec_giftservice .before_order .contact_list li .tel::before{
  content: '';
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 1;
}
.firsttime .sec_giftservice .before_order .contact_list li:nth-of-type(1) .tel::before{background: url(../img/firsttime/ico/contact_01.svg) no-repeat center / contain;}
.firsttime .sec_giftservice .before_order .contact_list li:nth-of-type(2) .tel::before{background: url(../img/firsttime/ico/contact_02.svg) no-repeat center / contain;}
.firsttime .sec_giftservice .before_order .contact_list li .tel a{
  text-decoration: none;
  color: var(--textColor);
  /* pointer-events: auto !important; */
}
.firsttime .sec_giftservice .before_order .contact_list li .time{
  font-size: min(16px, 1.44vw);
  font-weight: 400;
  text-align: right;
}
.firsttime .sec_giftservice .before_order p{
  font-family: var(--ff_notoSan);
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) h4{margin-top: 2em;}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1em;
}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure img{
  width: 68%;
  max-width: 670px;
}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption{width: 32%;}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption{
  color: var(--accentRed);
  font-family: var(--ff_notoSan);
  font-size: 16px;
  line-height: 1.625;
}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption span{
  position: relative;
  z-index: 0;
  display: block;
  padding-left: 1.2em;
}
.firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption span::before{
  position: absolute;
  z-index: 0;
  inset: 0 auto auto 0;
  content: '※';
}
/* service_list */
.firsttime .sec_giftservice .service_list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.2em 1.5%;
  margin: 0 auto 34px;
}
.firsttime .sec_giftservice .service_list li{
  position: relative;
  z-index: 0;
  width: 31.5%;
}
.firsttime .sec_giftservice .service_list li::before{
  position: absolute;
  z-index: 0;
  inset: 0 auto auto 0;
  counter-increment: srvc_num 1;
  content: counter(srvc_num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: auto;
  aspect-ratio: 1;
  background: var(--mainPpl);
  border-radius: 50%;
  color: #fff;
  font-family: var(--ff_sanSerif);
  font-size: 25px;
  font-weight: 700;
  padding: 0.15em .0775em 0;
}
.firsttime .sec_giftservice .service_list li p{
  display: flex;
  align-items: center;
  color: var(--mainPpl);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  min-height: calc(2em * 1.3);
  padding: 0 0 0 3.4em;
  margin: 0 auto .4em;
}
.firsttime .sec_giftservice .service_list li figure{
  max-width: 260px;
  margin: 0 auto;
}
/* --- pagetop --- */
.pagetop_firsttime{
  position: fixed;
  z-index: 5;
  inset: auto 10px 10px auto;
  width: 140px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 3px var(--bgPpl));
          filter: drop-shadow(0 0 3px var(--bgPpl));
  transition: opacity .3s;
}
.pagetop_firsttime:hover{opacity: 0.7;}
/* --- footer --- */
.footer_firsttime{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  background: var(--mainPpl);
}
.footer_firsttime::before{
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  content: '';
  width: 200px;
  height: auto;
  aspect-ratio: 1;
  background: var(--bgPpl);
  -webkit-mask: url(../img/firsttime/ttl_band/bg.svg) no-repeat center / contain;
          mask: url(../img/firsttime/ttl_band/bg.svg) no-repeat center / contain;
}
.footer_firsttime .logo_firsttime a{margin-top: 28px;}
.footer_firsttime .logo_firsttime a span{margin: 0;}

/* ====================================================== */
/* ========================= TAB ========================= */
/* ====================================================== */
@media screen and (max-width:1100px) {
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure{flex-direction: column;}
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure img,
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption{width: 100%;}
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption br.pc_cont{display: none !important;}
}
/* ====================================================== */
/* ========================= SP ========================= */
/* ====================================================== */
@media screen and (max-width: 768px) {
  :root{
  /* 幅・高さ */
  --margin_l: 80px;
  --margin_m: 50px;
  }
  a[href*=tel]{pointer-events: auto;}
  body{
    font-size: 14px;
  }
  .inner{
    max-width: calc(100vw - 10%);
    padding-inline: 6% !important;
  }
  .pc_cont{display: none !important;}
  .sp_cont{display: block !important;}

  /* --- common parts --- */
  .btn a{
    font-size: 18px !important;
    min-height: 65px;
    padding: 0.4em .5em .3em;
  }
  /* --- header --- */
  .header_firsttime{padding: 18px;}
  .logo_firsttime a{max-width: 150px;}
  .logo_firsttime a span{
    font-size: 7px;
    text-align: center;
  }
  .header_firsttime .logo_firsttime a span{display: none;}
  .header_firsttime .logo_firsttime a .logoimg_blk{-webkit-filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 3px #fff);filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 3px #fff);}
  /* --- KV --- */
  .kv{
    width: 100%;
    min-height: 560px;
    height: 100svh;
    overflow: hidden;
  }
  .kv .slick-slider .slick-track,
  .kv .slick-slider .slick-list,
  .kv .kv_slider{
    height: 100% !important;
    pointer-events: none;
  }
  .kv .kv_slider img{
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }
  .kv h1{
    inset:0;
    margin: auto;
    transform: translateY(8px);
    font-size: 23px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.2em;
    transform: translateZ(0);
  }
  .kv h1 .fz_l{font-size: 1.6em;}
  .kv h1 .bg_red{padding: 0.2em 0.1em 0.1em;}
  .kv .kv_slider:has(.txt_blk.slick-current) + h1 span:not(.bg_red){  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 7px #fff) drop-shadow(0 0 3px #fff);  filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 7px #fff) drop-shadow(0 0 3px #fff);}
  /* scrolldown */
  .kv .scrolldown{width: 32px;}

  /* --- セクション共通 --- */
  /* ttl_cont */
  .ttl_cont h2{font-size: 25px;}
  .ttl_cont p{
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  .ttl_cont .has_line::before{display: none;}
  .ttl_cont .has_line span{padding: 0;}
  /* item_cat */
  .item_cat{
    padding: 25px 0 0;
    -moz-column-gap: 0.95em;
         column-gap: 0.95em;
  }
  .item_cat::before{width: 35px;}
  .item_cat::after{
    top: 12px;
    height: 2px;
  }
  .item_cat img{width: 76px;}
  .item_cat span{font-size: 32px;}
  /* item_wrapper */
  .item_wrapper{flex-direction: column;}
  .item_wrapper > div{width: 100% !important;}
  .item_wrapper .balloon{font-size: 20px;}
  .item_wrapper .balloon::before,
  .item_wrapper .balloon::after{
    bottom: 0.3em;
    aspect-ratio: 3 / 43;
  }
  .item_wrapper figure figcaption{
    right: -20px !important;
    left: auto !important;
    font-size: 11px !important;
    width: 70px !important;
  }
  .item_wrapper figure figcaption span{font-size: 18px !important;}
  .item_wrapper .i_amount{font-size: 16px !important;}
  .item_wrapper .i_price{margin-bottom: 0.6em;}
  .item_wrapper .i_price p:nth-of-type(1){font-size: 20px !important;}
  .item_wrapper .i_price p:nth-of-type(2){font-size: 70px !important;}
  .item_wrapper.col01_02 > div:nth-of-type(1){flex-direction: column;}
  .item_wrapper.col01_02 > div:nth-of-type(1) > div{
    min-width: 1px;
    width: 100%;
    margin: 0 auto;
  }
  .item_wrapper.col01_02 > div:nth-of-type(1) > figure{width: 100%;}
  /* .item_wrapper.col01_01 */
  .item_wrapper.col01_01 .cont{
    min-height: 1px;
    margin: 0 auto var(--margin_l);
  }
  .item_wrapper.col01_01 .cont::before{
    --offset: 11vw;
    position: relative;
    display: block;
    width: calc(100% + var(--offset));
    aspect-ratio: 35 / 18;
    background-size: cover !important;
    background-position: center top !important;
  }
  .item_wrapper.col01_01 .cont:nth-of-type(2n-1):before{inset: unset;}
  .item_wrapper.col01_01 .cont > div{
    padding: 0 !important;
    margin: 30px auto 0;
  }
  .item_wrapper.col01_01 .i_price p:nth-of-type(1){min-width: 52px;}
  .item_wrapper.col01_01 .i_price p:nth-of-type(2){min-width: 240px;}
  .item_wrapper.col01_01 .i_price p:nth-of-type(2) > span{
    margin-left: 0.1em;
    min-width: 49px;
  }
  .item_wrapper.col01_02 .btn{max-width: 100%;}
  .item_wrapper.col03 .balloon{margin: 0 auto .1em;}
  .item_wrapper.col03 figure img{min-height: 1px;}
  .item_wrapper.col03 .btn a{font-size: 19px;}
  /* ttl_band */
  .ttl_band{
    min-height: 58px;
    padding: 0.25em 0 0;
  }
  .ttl_band::before{width: 50px;}
  .ttl_band::after{display: none;}
  .ttl_band .inner{padding: 0 !important;}
  .ttl_band h2{font-size: 24px;}
  /* .arrow_ppl */
  .arrow_ppl .slick-arrow{width: 24px;}
  .arrow_ppl .slick-prev:before,
  .arrow_ppl .slick-next:before{font-size: 10px;}
  .arrow_ppl .slick-prev{left: 0;}
  .arrow_ppl .slick-next{right: 0;}

  /* --- sec_second --- */
  .firsttime .sec_second .inner{padding-block: var(--margin_l);}
  .firsttime .sec_second .ttl_cont{margin: 0 auto var(--margin_m);}

  /* --- sec_about --- */
  .firsttime .sec_about .inner{padding-block: 40px var(--margin_l);}
  .firsttime .sec_about section{
    flex-direction: column;
    row-gap: 16px;
    margin: 0 2vw;
  }
  .firsttime .sec_about section::before{
    --offset: 0;
    z-index: 1;
    position: static;
    width: 100%;
    aspect-ratio: 2 / 1;
    background-size: cover !important;
    background-position: center bottom !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
  .firsttime .sec_about section.about01::before{background-image: url(../img/firsttime/img/img0101_sp.jpg);}
  .firsttime .sec_about section.about02::before{background-image: url(../img/firsttime/img/img0102_sp.jpg);}
  .firsttime .sec_about section.about03::before{background-image: url(../img/firsttime/img/img0103_sp.jpg);}
  .firsttime .sec_about section > div{padding: 0 !important;}
  .firsttime .sec_about section h3{
    font-size: 18px !important;
  }
  .firsttime .sec_about section h3::before{
    inset: auto auto .3em .2em;
    width: 125px;
  }
  .firsttime .sec_about section p{font-size: 14px !important;max-width: 100%;letter-spacing: 0 !important;}
  .firsttime .sec_about .about_slider .slick-prev{left: -30px;}
  .firsttime .sec_about .about_slider .slick-next{right: -30px;}

  /* --- sec_first_ltd --- */
  .firsttime .sec_first_ltd .inner{padding-block: 35px 60px;}

  /* --- sec_recipe --- */
  .firsttime .sec_recipe .ttl_cont h2{
    white-space: nowrap;
    transform: translateX(-.4em);
    margin: 0 auto .3em;
  }
  .firsttime .sec_recipe .recipe_slider li{
    width: 50vw;
    max-width: 50vw;
    aspect-ratio: 20 / 22;
  }
  .firsttime .sec_recipe .recipe_slider li a p{font-size: max(12px, 3vw);}
  .firsttime .sec_recipe .recipe_slider li a p span:nth-of-type(2){margin-top: 2em;}

  /* --- sec_voice --- */
  .firsttime .sec_voice .ttl_band{
    display: flex;
    align-items: center;
    min-height: 175px;
    padding-bottom: 0;
  }
  .firsttime .sec_voice .bg_ppl{padding-bottom: var(--margin_l);}
  .firsttime .sec_voice .voice_slider{
    transform: none;
    padding: 40px 0 60px;
  }
  .firsttime .sec_voice .voice_slider li{
    min-height: 1px;
    width: 300px;
    background:
      url(../img/firsttime/deco_voice.svg) no-repeat center top 20px / 245px 18px,
      #fff
    ;
    padding-bottom: 1.5em;
    transform: none;
  }
  .firsttime .sec_voice .voice_slider li .ttl{font-size: 20px;}
  .firsttime .sec_voice .voice_slider li .txt{font-size: 14px;}
  .firsttime .sec_voice .voice_slider .slick-prev{left: calc(50% - 182px);}
  .firsttime .sec_voice .voice_slider .slick-next{right: calc(50% - 182px);}
  .firsttime .sec_voice .item_wrapper{row-gap: var(--margin_m);}

  /* --- sec_giftservice --- */
  .firsttime .sec_giftservice{padding-top: 0;}
  .firsttime .sec_giftservice .inner.has_bg{padding-bottom: 20px;}
  .firsttime .sec_giftservice .ttl_band{
    min-height: 175px;
    background-image: url(../img/firsttime/ttl_band/bg_gift_sp.jpg);
  }
  .firsttime .sec_giftservice .inner.has_bg{max-width: min(1200px, calc(100vw - 10%));}
  .firsttime .sec_giftservice .ttl_cont .has_line{
    font-size: 20px;
    line-height: 1.15;
  }
  .firsttime .sec_giftservice .ttl_cont .has_line::before{
    display: block;
    height: 1px;
  }
  .firsttime .sec_giftservice .ttl_cont .has_line span{
    display: inline-block;
    padding-inline: .6em;
  }
  .firsttime .sec_giftservice .reason_list{margin: 0 auto var(--margin_l);}
  .firsttime .sec_giftservice .reason_list li{
    max-width: initial;
    margin: 0 30px;
  }
  .firsttime .sec_giftservice .reason_list li figure{
    width: min(72vw, 350px);
  }
  .firsttime .sec_giftservice .reason_list li p:nth-of-type(1){
    font-size: 18px;
    text-align: left;
    margin: 0 0 0.3em;
  }
  .firsttime .sec_giftservice .reason_list li p:nth-of-type(2){font-size: 14px;}
  .firsttime .sec_giftservice section h4{
    font-size: 20px;
    padding: .2em 1em;
    line-height: 1.5;
  }
  .firsttime .sec_giftservice section h4 + p{text-align: left;}
  .firsttime .sec_giftservice .service_list{
    flex-direction: column;
  }
  .firsttime .sec_giftservice .service_list li{
    width: 100%;
  }
  .firsttime .sec_giftservice .service_list li::before{
    font-size: 20px;
    width: 45px;
  }
  .firsttime .sec_giftservice .service_list li p{
    font-size: 20px;
    padding: 0 0 0 3em;
  }
  .firsttime .sec_giftservice .ttl_cont .has_line::before{top: 0;bottom: 0;margin: auto;}
  .firsttime .sec_giftservice .before_order{padding: var(--margin_l) 0 0;}
  .firsttime .sec_giftservice .before_order h4{
    font-size: 16px;
    padding: .3em 1em .4em;
  }
  .firsttime .sec_giftservice .before_order p{
    text-align: left;
    font-size: 14px;
  }
  .firsttime .sec_giftservice .before_order .contact_list{
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
    margin: 0 auto 2em;
  }
  .firsttime .sec_giftservice .before_order .contact_list li{
    width: 100%;
    margin: 0 auto;
  }
  .firsttime .sec_giftservice .before_order .contact_list li .cat{
    text-align: center;
    font-size: 16px;
  }
  .firsttime .sec_giftservice .before_order .contact_list li .tel{font-size: 37px;}
  .firsttime .sec_giftservice .before_order .contact_list li .time{
    text-align: center;
    font-size: 14px;
  }
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure{
    flex-direction: column-reverse;
  }
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption{
    width: 100%;
    font-size: 14px;
    margin: 0 auto 0.2em;
  }
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure figcaption span{display: inline;}
  .firsttime .sec_giftservice .before_order section:nth-of-type(2) figure img{width: 100%;}
  .firsttime .sec_giftservice section .btn a{padding-left: .5em;}
  .firsttime .sec_giftservice section .btn a::before{display: none;}
  /* pagetop */
  .pagetop_firsttime{
    inset: auto 18px 24px auto;
    width: 75px;
  }
  /* --- footer上のsns --- */
  .sns_list.sp_cont{
    display: flex !important;
    margin: 60px auto 0;
    justify-content: center;
  }
  /* --- footer --- */
  .footer_firsttime{min-height: 110px;}
  .footer_firsttime::before{width: 75px;}
  .footer_firsttime .logo_firsttime a{
    max-width: 105px;
    margin-top: .8em;
  }
}
@media screen and (max-width:380px) {
  .item_wrapper.col01_01 .i_price{justify-content: flex-start;}
}

/* ====================================================== */
/* ======================= season ======================= */
/* ====================================================== */
/* 冬ver */
.season_winter .item_wrapper.col01_01 .cont:nth-of-type(1)::before{background: url(../img/firsttime/img/img0201_w.jpg) no-repeat center / contain;}
.season_winter .item_wrapper.col01_01 .cont:nth-of-type(2)::before{background: url(../img/firsttime/img/img0202_w.jpg) no-repeat center / contain;}
.season_winter .item_wrapper.col01_01 .cont:nth-of-type(3)::before{background: url(../img/firsttime/img/img0203_w.jpg) no-repeat center / contain;}
@media screen and (max-width:768px) {
  .season_winter .item_wrapper.col01_01 .cont:nth-of-type(1)::before{background-image: url(../img/firsttime/img/img0201_sp_w.jpg);}
  .season_winter .item_wrapper.col01_01 .cont:nth-of-type(2)::before{background-image: url(../img/firsttime/img/img0202_sp_w.jpg);}
  .season_winter .item_wrapper.col01_01 .cont:nth-of-type(3)::before{background-image: url(../img/firsttime/img/img0203_sp_w.jpg);}
}
/* 夏ver */
.season_summer .item_wrapper.col01_01 .cont:nth-of-type(1)::before{background: url(../img/firsttime/img/img0201_s.jpg) no-repeat center / contain;}
.season_summer .item_wrapper.col01_01 .cont:nth-of-type(2)::before{background: url(../img/firsttime/img/img0202_s.jpg) no-repeat center / contain;}
.season_summer .item_wrapper.col01_01 .cont:nth-of-type(3)::before{background: url(../img/firsttime/img/img0203_s.jpg) no-repeat center / contain;}
@media screen and (max-width:768px) {
  .season_summer .item_wrapper.col01_01 .cont:nth-of-type(1)::before{background-image: url(../img/firsttime/img/img0201_sp_s.jpg);}
  .season_summer .item_wrapper.col01_01 .cont:nth-of-type(2)::before{background-image: url(../img/firsttime/img/img0202_sp_s.jpg);}
  .season_summer .item_wrapper.col01_01 .cont:nth-of-type(3)::before{background-image: url(../img/firsttime/img/img0203_sp_s.jpg);}
}