@charset "utf-8";



/*-----------------------------------------------------
カスタムプロパティ
-------------------------------------------------------*/
:root {
  --breakPoint-xs: 0px;
  --breakPoint-sm: 576px;
  --breakPoint-md: 768px;
  --breakPoint-lg: 992px;
  --breakPoint-xl: 1200px;
  --breakPoint-xxl: 1400px;


  --fontFamily-maruGothic: "Zen Maru Gothic", serif;
  --fontWeight-normal: 500;
  --fontWeight-bold: 700;
  --letterSpacing-sm: .05em;
  --letterSpacing-md: .1em;

  --boxShadow-primary: 0.1em 0.4em 0.8em rgba(96, 76, 63, .1);
}

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/

main{
  overflow: hidden;
  font-feature-settings: "palt";
  color: #604C3F;
}
.container{
  max-width: var(--breakPoint-xl);
}
/* @media only screen and (max-width: 1200px){
  .container{
  padding: 100px 5vw;
}}
@media only screen and (max-width: 991px) {
  .container{
  padding: 100px 0.5em;
}}
@media only screen and (max-width: 767px) {
  .container{
  padding: 50px 10vw;
}} */
p,h2,h3,h4,h5,h6 {
  color: #604c3f;
}
a:hover{
  opacity: 0.7;
}
.a-hoverbig:hover{
  animation: pulse;
  animation-duration: 1s;
}
.blindBox {
  overflow: hidden;
}
.trial_btn {
  display: grid;
  gap: 1em;
  place-content: center;
  text-align: center;
  margin-inline: auto;
  padding-block: 4vw;
  width: 37%;
  min-width: 280px;
}
.trial_btn img {
  width: 100%;
  height: auto;
}

.btn_primary {
  position: relative;
  display: flex;
  gap: .3em;
  width: fit-content;
  border: none;
  border-radius: 999px;
  background-color: #d8d8d8;
  filter: drop-shadow(5px 6px 0 rgba(100, 100, 100, .5));
  padding-inline: 1.1em;
  padding-block: 0.5em;
  color: #604C3F;
  font-family: var(--fontFamily-maruGothic);
  letter-spacing: 0.05em;
  text-decoration: none;
}
.btn_primary__textLarge {
  font-size: clamp(18px, 2.2vw, 24px);
}
.btn_primary__pink {
  background-color: #fbb9a4;
  filter: drop-shadow(5px 6px 0 rgba(223, 144, 128, 1));
}
.btn_primary__yellow {
  background-color: #FCFA97;
  filter: drop-shadow(5px 6px 0 rgba(216, 165, 0, 1));
}
.btn_primary__orange {
  background-color: #ffc700;
  filter: drop-shadow(5px 6px 0 rgba(222, 164, 46, 1));
}
.btn_primary__green {
  background-color: #6cd86c;
  filter: drop-shadow(5px 6px 0 rgba(75, 182, 75, 1));
}
.btn_primary__arrowRight:after {
  content: url(../images/icon_arrow_right.svg);
  display: inline-block;
  width: 1em;
  padding-block-start: .15em;
  transition-duration: .3s;
  transition-property: transform content;
  vertical-align: top;
}
.btn_primary__plus:after {
  content: url(../images/icon_plus.svg);
  display: inline-block;
  width: 1em;
  padding-block-start: .15em;
  transition-duration: .3s;
  transition-property: transform content;
}
.btn_primary__plus.js_active::after {
  content: url(../images/icon_minus.svg);
  transform: rotate(180deg);
}


.br_sp{display:none}
.br_pc{display:block}

.small_txt{
  display: block;
  font-size: clamp(0.5rem, 1rem, 1rem);
}
.remove-margin-padding{
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .br_sp{display:block}
  .br_pc{display:none}
  .small_txt{
  font-size: 10px;
  line-height: 1.5;
}
}
.br_tl{display:none}

@media only screen and (max-width: 991px) {
  .br_tl{display:block}
  .br_pc{display:none}
}
/*-----------------------------------------------------
header
-------------------------------------------------------*/

#Header {
  padding: 0.5em 0;
  overflow: hidden;
}
#Header .container{
  padding: 0.3em;
}
#Header ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.h_logo{
  width: 60%;
}
.h_cta{
  width: 100%;
  padding: 0 0.5em;
}

@media only screen and (max-width: 991px) {
.h_cta{
  width: 95%;
}
.h_logo{
  width: 80%;
}}
@media only screen and (max-width: 767px) {
#Header p{
  text-align: center;
}
#Header h1{
  text-align: center;
  margin-bottom: 0;
}
.h_logo{
  width: 60%;
}}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/

.fv {
  position: relative;
}
@media screen and (max-width: 576px) {
  .fv {
    height: 45vh;
  }
}
.fv_text{
  position: absolute;
    top: 5%;
    right: 6vw;
}
.fv_text img {
  width: clamp(100px, 18vw, 210px);
  height: auto;
}
/* @media screen and (max-width: 576px) {
  .fv_text img{
    width: 25vw;
  }
} */
.fv__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

/* 波
------------------------------------------------*/

.waveCanvas{
  position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    height: 25vw;
}
.waveCanvas--reverse{
  top: 0;
  bottom: auto;
  transform: scaleY(-1);
}



/* あしらい
------------------------------------------------*/



.lead__img-wrap--01{
  top: -5vw;
  left: 10vw;
}
.lead__img-wrap--02{
  top: 5vw;
  right: -2vw;
  animation-delay: -1s;
}
.lead__img--02{
  animation-delay: -1s;
}
.lead__img-wrap--03{
  top: 50vw;
  left: -3vw;
  animation-delay: -2s;
}
.lead__img--03{
  animation-delay: -2s;
}
.lead__img-wrap--04{
  top: 120vw;
  left: 3vw;
  animation-delay: -3s;
}
.lead__img--04{
  animation-delay: -3s;
}
.lead__img-wrap--05{
  top: 150vw;
  right: -2vw;
  animation-delay: -4s;
}
.lead__img--05{
  animation-delay: -4s;
}

/*-----------------------------------------------------
うれしい特典
-------------------------------------------------------*/

.benefits_container {
  display: grid;
  gap: 0;
}
.benefits{
  background-color: #fffadd;
  position: relative;
}
.benefits_title {
  text-align: center;
  padding-block-start: 1em;
}
.benefits_title img {
  width: clamp(350px, 80%, 1000px);
  height: auto;
}
.benefits_title p {
  font-size: clamp(14px, 2.2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: .1em;
  padding-bottom: 2vw;
  margin-block-start: -1.2em;
  line-height: 1.4;
}
.benefits_card_list {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 3%;
  padding: 3%;
	max-width: 1200px;
	margin: 0 auto;
}
.benefits_card {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / span 3;
  gap: 1em;
  background-color: #fff;
  border-radius: 15px;
  padding: 1em;
  box-shadow: var(--boxShadow-primary);
}
.benefits_card:last-of-type{max-width: 1000px!important;}
.benefits_card_badge {
  position: absolute;
  top: -6%;
  left: -3%;
  width: 29%;
}
.benefits_card_badge img {
  width: 100%;
    height: auto;
}
.benefits_card_img {
  margin-block-end: 0;
  display: flex;
  align-items: center;
}
.benefits_card_img img{
  width: 100%;
  height: auto;
  margin-block-end: 0;
}
.benefits_card_title {
  display: grid;
  place-content: center;
  font-family: var(--fontFamily-maruGothic);
  font-size: 1.5em;
  text-align: center;
  color: #ffaa00;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-block-end: 0;
}
.benefits_card_title_lg {
  font-size: 1.8em;
}
.benefits_card_title_sm {
  font-size: 1rem;
  line-height: 1.5;
}

.benefits_card_title_campain {
  font-family: var(--fontFamily-maruGothic);
  font-weight: bold;
}
.benefits_card_description {
  margin-block-end: 0;
  padding-inline: 1em;
  text-indent: -1em;
  text-align: justify;
  line-height: 170%;
  letter-spacing: .03em;
  font-size: .8em;
}
.benefits_card_description ul {
  margin-block-end: 0;
  
}

@media only screen and (max-width: 991px) {
	.benefits{
  padding-bottom: 3vw;
}
  .benefits_card_list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 4em;
    margin-inline: 10vw;
    margin-block: 3em;
	  margin-top: -5rem!important;
  }
  .benefits_card {
    grid-template-rows: repeat(3, auto);
    grid-row: auto;
    gap: 1em;
  }
	.benefits_card:nth-child(2n) {
    margin-top: -90px;
  }

  .benefits_card_badge {
    width: 26%;
    top: -7%;
  }
  .benefits_card_img {
    grid-row: 1 / span 2;
  }
  .benefits_card_title {
    font-size: 2em;
  }
	.benefits_title p {
  font-size: clamp(18px, 2.2vw, 1.5rem);
  margin-top: 2vw;
}
}
@media only screen and (max-width: 767px) {
  .benefits_card_list {
    margin-inline: 0%;
    margin-block-start: 3em;
  }
  .benefits_card_title {
    font-size: 1.4em;
    left: -3%;
  }
  .benefits_title {
  position: block;
}
  .benefits_card_title_campain {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.5rem;
}

}
@media only screen and (max-width: 560px) {
.benefits_card_list {
   padding: 6%;
}}


.floating_mesh {
  position: absolute;
  z-index: 2;
}
.floating_mesh img {
  width: 100%;
  height: 100%;
}
.floating_mesh01 {
  z-index: 3;
  bottom: -2%;
  left: 10%;
  width: clamp(40px, 11vw, 200px);
}
.floating_mesh02 {
  top: 10%;
  right: -2%;
  width: clamp(80px, 20vw, 400px);
}
.floating_mesh03 {
  bottom: -10%;
  left: -3%;
  width: clamp(70px, 14vw, 250px);
}
.floating_mesh04 {
  bottom: 40%;
  left: 4%;
  width: clamp(70px, 14vw, 180px);
}
.floating_mesh05 {
  bottom: 10%;
  right: 0%;
  width: clamp(100px, 18vw, 260px);
}
@media screen and (max-width: 576px) {
  .floating_mesh01 {
    width: 20vw;
    bottom: 3%;
    left: 10%;
  }
  .floating_mesh02 {
    width: 30%;
    top: 38%;
  }
  .floating_mesh03 {
    width: 25vw;
    bottom: 0;
  }
  .floating_mesh04 {
    width: 20vw;
    left: -10%;
  }
  .floating_mesh05 {
    width: 25vw;
  }
  
}


/*-----------------------------------------------------
51周年
-------------------------------------------------------*/

.thanks{
  background-color: #fffadd;
  position: relative;
  padding-block-start: 6vw;
}
.thanks_title {
  text-align: center;
}
.thanks_title img {
  width: clamp(350px, 90%, 1000px);
  height: auto;
}

.thanks_card_list {
  --cardBorderRadius: .7em;
  --cardPadding: 2em;
 
  position: relative;
  z-index: 3;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 2em;
  padding-inline: 1em;
}

.thanks_card_item {
  display: grid;
  grid-template-columns: 4fr 3fr;
  row-gap: 1em;
  column-gap: 1em;
  grid-template-areas: "title  price"
  "title  detailBtn"
  "img    img";
  background-color: #fff;
  border-radius: var(--cardBorderRadius);
  overflow: hidden;
  box-shadow: var(--boxShadow-primary);
}
.center-item {
  grid-column: span 2; 
  justify-self: center; 
  justify-items: center;
  width: 50%;
}


.thanks_card_title {
  grid-area: title;
  margin-block-end: 0;
  padding-inline-start: var(--cardPadding);
  padding-block-start: var(--cardPadding);
  align-self: self-start;
}
.thanks_card_title img {
  width: 100%;
  height: 100%;

}
.thanks_card_price {
  grid-area: price;
  margin-block-end: 0;
  padding-block-start: var(--cardPadding);
  padding-inline-end: var(--cardPadding);
}
.thanks_card_price img {
  width: 100%;
  height: 100%;
}
.thanks_card_detailBtn {
  grid-area: detailBtn;
  padding-inline-end: var(--cardPadding);
}
.thanks_card_detailBtn img {
  width: 100%;
  height: auto;
}
.thanks_card_img {
  grid-area: img;
  object-fit: cover;
  margin-block-end: 0;
}
.thanks_card_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .thanks_card_list {
    grid-template-columns: 1fr;
  }
  .center-item {
    grid-column: span 1; 
    justify-self: center; 
    width: 100%;
  }
}


/* 動画サムネイル */
.thanks_card_img_video_inner{
  position: relative;
  padding-top: 56.25%;
}
.thanks_card_img_video_inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px){
  .thank_box{
  padding: 1em 0.5em 0;
}
  .thanks_price{
  margin-bottom: 0.25em;
}}

/*-----------------------------------------------------
トマトの波
-------------------------------------------------------*/
.tomato_wave {
  position: relative;
  background-image: url(../images/wave_bg_tomato.webp);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 32vw;
  z-index: 0;
}
.tomato_wave canvas {
  margin-block-start: -1px;
}

/*-----------------------------------------------------
選ばれている3つの理由
-------------------------------------------------------*/

.reason {
  background-image:url(../images/reason_bg_pattern.png);
  background-repeat: repeat;
  background-size: 20%;
  position: relative;
}
.reason_title {
  text-align: center;
  margin: 0;
  height: 6vw;
}
.reason_title img {
  width: clamp(350px, 80%, 1000px);
  height: auto;
  transform: translateY(-50%);
}

.reason_item_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
  padding: 3vw;
}
.reason_item {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: 
    "title          img"
    "description    img"
    "btn            img";
  gap: 3%;
  padding: 3%;
}
/* 重なり順を反対にする */
.reason_item:nth-child(1) {
  z-index: 3;
}
.reason_item:nth-child(2) {
  z-index: 2;
}
.reason_item:nth-child(3) {
  z-index: 1;
}
.reason_item_reverse {
  grid-template-columns: 3fr 2fr;
  grid-template-areas: 
    "img          title"
    "img          description"
    "img          btn";
}
.reason_item_badge {
  position: absolute;
  top: -56%;
  left: 0%;
  width: 30%;
  height: auto;
}
.reason_item_badge__03 {
  top: -80%;
  left: -37px;
}
.reason_item_badge img {
  width: 100%;
  height: auto;
} 
.reason_item_title {
  position: relative;
  grid-area: title;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: .1em;
  text-align: center;
  color: #604c3f;
  margin-block-start: 12%;
}
.reason_item_title_text {
  width: 100%;
  height: auto;
}
.reason_item_description {
  grid-area: description;
  font-size: clamp(13px, 1.8vw, 21px);
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: .1em;
  text-align: justify;
}
.reason_item_btn {
  grid-area: btn;
  display: grid;
  place-content: start;
}
.reason_item_btn button {
  /* position: relative;
  font-family: var(--fontFamily-maruGothic);
  border: none;
  border-radius: 999px;
  background-color: #fbb9a4;
  filter: drop-shadow(5px 6px 0 rgba(223, 144, 128, 1));
  color: #604C3F;
  padding-inline: 1.1em;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: 0.05em;
  padding-block: 0.5em; */
}
.reason_item_btn button::after {
  /* content: url(../images/reason_btn_arrow.svg);
  display: inline-block;
  width: 1em;
  padding-block-start: .15em;
  transition: transform .3s; */
}
.reason_item_btn.js_active button::after {
  /* transform: rotate(-180deg); */
}
.reason_item_detail {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5em;
  border-radius: 1em;
  letter-spacing: .1em;
  line-height: 1.7em;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  transform-origin: 50% 0%;
  transition-duration: .3s;
  transition-property: opacity, top;
}
.reason_item_detail.js_show {
  opacity: 1;
  top: calc(100% + 1em);
}
.reason_item_btn img {
  width: 90%;
  height: auto;
}
.reason_item_img {
  grid-area: img;
  margin-block-end: 0;
}
.reason_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {

  .reason_item {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: 
    "title"
    "img"
    "description"
    "btn";
    gap: .3em;
  }
  .reason_item_list {
    padding: 1em;
  }
  .reason_item_badge {
    width: 34%;
    top: -69%;
    left: -4%;
  }
  .reason_item_badge__03 {
    top: -100%;
    left: -12%;
  }
  .reason_item_title {
    width: 80%;
    justify-self: center;
  }
  .reason_item_btn {
    place-content: center;
  }
  
}

.reason_mask {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.reason_mask01 {
  mask-image: url(../images/reason_clip01.svg);
}
.reason_mask02 {
  mask-image: url(../images/reason_clip02.svg);
}
.reason_mask03 {
  mask-image: url(../images/reason_clip03.svg);
}


.point {
  position: relative;
  padding-top: 6rem;
  background-image:url(../images/reason_bg_pattern.png);
  background-repeat: repeat;
  background-size: 20%;
  overflow: hidden;
}
.point .container{
  padding: 0 8vw 100px;
}
.ttl03{
  position: relative;
  width: 45vw;
  margin: -6vw auto -3rem;
  z-index: 99;
}
.point_text{
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: .1em;
}
.point_cta{
  width: 80%;
}
.point_content{
  margin: 6em 0;
}
@media only screen and (max-width: 1200px){
.point .container{
  padding: 0 5vw 100px;
}}
@media only screen and (max-width: 991px){
.point .container{
  padding: 0 0.5em 100px;
}
.ttl03 {
  width: 60vw;
  margin-bottom: -9rem;
}}
@media only screen and (max-width: 767px) {
.point .container{
  padding: 0 10vw 50px;
}
.point_text{
  font-size: 0.8em;
}
.point_cta{
  width: 65%;
}
.point_picbox{
  padding: 0;
}
.point_content{
  margin: 2em 0;
}}

.point_title {
  position: relative;
}
.point_title_number {
  position: absolute;
  top: -70%;
  left: -5%;
  /* transform: translate(-50%, -50%); */
  transform-origin: center;
}
.point_title_number__03 {
  top: -111%;
  left: -14%;
}
.point_title_text {
  width: 100%;
}

/*-----------------------------------------------------
お悩み解決
-------------------------------------------------------*/

.nayami{
  background-image:url(../images/reason_bg_pattern.png);
  background-repeat: repeat;
  background-size: 20%;
  padding-block-start: 4em;
}
.nayami_container{
  position: relative;
  padding-block: 4vh;
  display: grid;
  gap: 1em;
}
.nayami_container::before {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background-image: url(../images/nayami_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 130%;
  width: 110%;
  display: block;
}
.nayami_card_list::before {
  content: '';
  width: 13%;
  height: 20%;
  display: block;
  position: absolute;
  bottom: -12%;
  right: 0%;
  background-image: url(../images/nayami_bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate 60s linear infinite alternate;
}
.nayami_card_list::after {
  content: '';
  width: 6%;
  height: 10%;
  display: block;
  position: absolute;
  bottom: -17%;
  right: -4%;
  background-image: url(../images/nayami_bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate 120s linear infinite alternate;
}
@keyframes rotate {
  from {
    transform: rotate(0deg) scale(1) translate(0%, 0%);
  }
  to {
    transform: rotate(360deg) scale(.8) translate(10%, 10%);
  }
}


.nayami_title{
  position: relative;
  text-align: center;
  width: min(90%, 600px);
  margin-inline: auto;
}
.nayami_title_text {
  width: 100%;
  height: auto;
}
.nayami_title_pop {
  display: inline-block;
  position: absolute;
  bottom: 30%;
  left: 103%;
  width: 40%;
  height: auto;
}

.nayami_card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  place-content: center;
  width: min(930px, 95%);
  margin-inline: auto;
  margin-block: 0;
}
@media screen and (max-width: 991px) {
  .nayami_title_pop {
    left: 50%;
    bottom: 100%;
  }
}
@media screen and (max-width: 576px) {
  .nayami_container::before {
    width: 170%;
    height: 129%;
    top: 51%;
  }
  .nayami_card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  
}
.nayami_card {
  position: relative;
  aspect-ratio: 1;
}
.nayami_card img {
  width: 100%;
  height: auto;
}
.nayami_card .back,
.nayami_card .front {
  transition: transform 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

/* カード表面のスタイル */
.nayami_card .back {
  transform: rotateY(-180deg);
}

/* ホバー時のカード裏面 */
.nayami_card:hover .front {
  transform: rotateY(180deg);
}

/* ホバー時のカード表面 */
.nayami_card:hover .back {
  transform: rotateY(0);
}

.nayami_ul{
  width: 73%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2em;
  place-content: center;
}

/* カード本体 */

.nayami-list {
  aspect-ratio: 1;
  position: relative;
  /* z-index: 2; */
  min-height: 15vw;
}

/* カード裏面・表面の共通スタイル */

.nayami-list .back,
.nayami-list .front {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

/* カード表面のスタイル */

.nayami-list .front {
  transform: rotateY(-180deg);
}

/* ホバー時のカード裏面 */

.nayami-list:hover .back {
  transform: rotateY(180deg);
}

/* ホバー時のカード表面 */

.nayami-list:hover .front {
  transform: rotateY(0);
}

@media only screen and (max-width: 1200px){
  .nayami_ttl{
  padding-bottom: 2em;
  padding-left: 5em;
}}
@media only screen and (max-width: 768px){
  .ttl04{
  width: 85%;
}
  .nayami_ttl{
  padding-bottom: 1em;
  padding-left: 2em;
}}

/* ================================
トラックアニメーション
================================ */
.running_truck {
  position: relative;
  background-image: url(../images/truck_ground.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 126%;
  width: 120%;
  left: -10%;
  aspect-ratio: 4 / 1;
}
.running_truck svg {
  width: 100%;
  height: 100%;
}
.trialSet {
  background-color: #E8EFAF;
}
@media only screen and (max-width: 425px) {
.running_truck {
  width: 200%;
}
.trialSet {
  margin-top: -65px;
}
}
/*-----------------------------------------------------
特別価格セット
-------------------------------------------------------*/

.trialSet_container {
  display: grid;
  place-content: center;
}
.trialSet_heading {
  display: flex;
  flex-wrap: wrap;
  gap: .4em;
  justify-content: center;
  margin-block-end: max(4vw,1.5em);
  margin-inline: auto;
}
.trialSet_heading_first,
.trialSet_heading_second {
  position: relative;
}
.trialSet_heading_second::before {
  content: url(../images/trialSet_title_underline.svg);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 1.6em;
}
.trialSet_heading_first::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: min(7vw, 3em);
  line-height: 0.6em;
  background-color: #E8EFAF;
}
.trialSet_heading_second .mask {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: min(7vw, 3em);
  line-height: 0.6em;
  background-color: #E8EFAF;
}

.trialSet_heading_first img,
.trialSet_heading_second img {
  width: auto;
  height: min(7vw, 3em);
}
/* .trialSet_heading {
  text-align: center;
  margin-block-end: 4vw;
  margin-inline: auto;
  width: min(940px, 94%);
}
.trialSet_heading_text {
  overflow: hidden;
}
.trialSet_heading_text img {
  width: 100%;
  height: auto;
}
.trialSet_heading_underline {
  position: relative;
  margin-inline-start: 36%;
  text-align: right;
  overflow: hidden;
}
.trialSet_heading_underline .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #E8EFAF;
}
.trialSet_heading_underline img {
  height: auto;
} */


.trialSet_list {
  display: grid;
  gap: 4svw;
  filter: drop-shadow(1em 1em 0 rgba(228,230,164,1));
}

.trialSet_item {
  --padding-md: max(2vw, 1rem);
  position: relative;
  display: grid;
  grid-template-areas: 
    "title  title       btn"
    "img    description description"
    "img    price       price";
  grid-template-columns: 3fr 1fr 1fr;
  gap: max(2vw, 1rem);
  background-color: #fff;
  mask-image: url(../images/trial_mask.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  padding: var(--padding-md);
}

.trialSet_title {
  grid-area: title;
  letter-spacing: .1em;
}
.trialSet_title img {
  width: 100%;
}
.trialSet_title01 img {
  max-width: 700px;
}
.trialSet_title02 img {
  max-width: 600px;
}
.trialSet_title03 img {
  max-width: 650px;
}

.trialSet_btn {
  grid-area: btn;
  align-self: center;
  justify-self: center;
}
.trialSet_btn img {
  width: 200px;
  height: auto;
}
.trialSet_img {
  grid-area: img;
  margin-inline-start: calc(var(--padding-md) *-1);
}
.trialSet_img img {
  width: 100%;
  height: auto;
}
.trialSet_description {
  grid-area: description;
  place-content: center;
  line-height: 180%;
  letter-spacing: .1em;
  margin-block-end: 0;
}
.trialSet_description li {
  list-style: none;
  padding-inline-start: 1em;
  text-indent: -1em;
}
.trialSet_description_text-sm {
  font-size: 0.9rem;
  line-height: 1.2;
}
.trialSet_description_text-xs {
  font-size: 0.8rem;
  line-height: 1.2;
}
.trialSet_description_list{
  line-height: 1.4;
}
.trialSet_price {
  grid-area: price;
  align-self: self-end;
}
.trialSet_price img {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 991px){
  .trialSet_list {
    margin-inline: 3vw;
  }
  .trialSet_item {
    grid-template-areas: 
    "title        title"
    "img          img"
    "description  description"
    "price         btn";
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 767px){
  .trialSet_item {
    grid-template-areas: 
    "title        "
    "img          "
    "description  "
    "price         "
    "btn";
    grid-template-columns: 1fr;
  }
}

/*-----------------------------------------------------
時短ごはん
-------------------------------------------------------*/

.short_time {
  background-image:url(../images/recipe_bg_pattern.png);
  background-repeat: repeat;
  background-size: 15%;
}
.short_time::after {
  content: '';
  display: block;
  width: 100%;
  height: 5vh;
  margin-block-start: 10em;
  background-color: white;
  background-image: url("../images/short_bg03.webp");
  background-size: auto 5vh;
  background-repeat: repeat-x;
}
.short_bg{
  margin-top: -16em;
  width: 100%;
}
.short_time_pic{
  width: 60vw;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translate(-50%);
}
.short_menu{
  width: 20%;
  padding: 0.3em 0;
}
.short_menu02{
  width: 25%;
}
.short_ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #888062;
  line-height: 1.5em;
}
.short_text{
  font-weight: 600;
  padding-top: 1em;
  line-height: 1.8em;
}
.menu_box{
  background-color: #fff;
  padding: 1em;
}
.menu_h6{
  font-size: 1.2rem;
  font-weight: 900;
}
.menu_h6 span{
  font-size: 1.0rem;
}
.menu_text{
  font-size: 1.0rem;
}
.set_ttl{
  font-size: 1.0rem;
  font-weight: 900;
  margin-bottom: 0.2em;
}
.menu_p{
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.2em;
}
.short_item{
  bottom: -1.5em;
  right: -6.4em;
}
.short_item img{
  width: 45%;
}

.recipe_title {
  position: relative;
  width: 97%;
  max-width: 1200px;
  margin-inline: auto;
  margin-block-end: 2vw;
}
@media screen and (max-width: 576px){
  .recipe_title {
    width: 130%;
    flex-shrink: 0;
  }
  
}
.recipe_title_container {
  background-image: url(../images/recipe_section_top.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
}
.recipe_title::before {
  content: url(../images/recipe_title_back.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7%;
    left: -4%;
    mix-blend-mode: multiply;
}

.recipe_title_text {
  position: absolute;
  top: 18%;
  right: 7%;
  width: 43%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 576px){
  .recipe_title_text {
    width: 52%;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.recipe_title_img {
  mask-image: url(../images/recipe_title_mask.svg);
  mask-size: 100% 100%;
}
.recipe_title_img img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.recipe_title_spark {
  width: 16%;
  height: 22%;
  position: absolute;
  bottom: 33px;
  right: 7%;
}
.recipe_title_spark img {
  position: absolute;
  transform: translate(-50%, -50%);
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
.recipe_title_spark img:nth-child(1) {
  width: 20%;
  height: auto;
  top: 80%;
  left: 15%;
  animation-duration: 1s;
}
.recipe_title_spark img:nth-child(2) {
  width: 18%;
  height: auto;
  top: 47%;
  left: 35%;
  animation-duration: 1.3s;
}
.recipe_title_spark img:nth-child(3) {
  width: 17%;
  height: auto;
  top: 12%;
  left: 57%;
  animation-duration: 1.6s;
}
.recipe_title_spark img:nth-child(4) {
  width: 16%;
  height: auto;
  top: 25%;
  left: 80%;
  animation-duration: 2s;
}
.recipe_title_spark img:nth-child(5) {
  width: 19%;
  height: auto;
  top: 69%;
  left: 70%;
  animation-duration: 1.4s;
}
@keyframes twinkle {
  0%, 10%, 30%, 40%, 50%, 70%, 80%, 90% {
    opacity: 1;
  }
  /* 20% {
    opacity: 0.3;
  } */
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

.recipe_body_container {
  display: grid;
  gap: 9em;
}
@media screen and (max-width: 767px){
  .recipe_body_container {
    gap: 3em;
  }
  
}
.recipe_container {
  display: grid;
  gap: 1.5em;
  /* padding-block-end: 9vw; */
  margin-block-end: 0;
}
.recipe_detail {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: 
    "title  lead"
    "title   description";
  gap: 1.5em 1.5em;
}
@media screen and (max-width: 991px){
  .recipe_detail {
    grid-template-areas: 
    "title        lead"
    "description  description";
    margin-inline: 3em;
  }
}
@media screen and (max-width: 767px){
  .recipe_detail {
    grid-template-columns: 1fr;
    grid-template-areas: 
    "title"
    "lead"
    "description";
    margin-inline: 2em;
    gap: 0.6em;
  }
}

.recipe_detail_title {
  position: relative;
  grid-area: title;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: .1em;
  text-align: center;
  /* Add the following properties to maintain the aspect ratio */
  width: 100%;
  height: 0;
  padding-block-end: 50%;
  margin-block-end: 0;
}
/* 大きい丸 */
.recipe_detail_title .decoration_big {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 53%;
  height: 94%;
}
.recipe_detail_title .decoration_big img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recipe_detail_title .decoration_big .bg {
  width: 100%;
  height: 100%;
}
.recipe_detail_title .decoration_big .text {
  width: 70%;
  height: 70%;
}
/* 小さい丸 */
.recipe_detail_title .decoration_small {
  position: absolute;
  z-index: 1;
  bottom: 66%;
  left: 25%;
  width: 26%;
  height: 49%;
}
/* イラスト */
.recipe_detail_title .illust {
  position: absolute;
  z-index: 3;
  bottom: 0%;
  right: 0%;
  width: 58%;
  height: auto;
}
.recipe_detail_lead {
  grid-area: lead;
  font-size: 1.5em;
  font-family: var(--fontFamily-maruGothic);
  letter-spacing: .1em;
  line-height: 1.6em;
  margin-block-end: 0;
  color: #888062;
  align-self: end;
}
@media screen and (max-width: 767px){
  .recipe_detail_lead {
    font-size: 1.2em;
  }
}
.recipe_detail_description {
  grid-area: description;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: .1em;
  margin-block-end: 0;
  text-align: justify;
}
@media screen and (max-width: 767px){
  .recipe_detail_description {
    font-size: 0.9em;
  }
}
.recipe_menu_container {
  display: grid;
  gap: .5em;
}
.recipe_menu_title {
  position: relative;
  overflow: hidden;
  margin-inline: auto;
  padding: 0.5em 1em;
  font-size: 1.1em;
  font-family: var(--fontFamily-maruGothic);
}
.recipe_menu_title span {
  display: inline-block;
}
.recipe_menu_title span::before,
.recipe_menu_title span::after {
  content: url(../images/recipe_menu_title_side.svg);
  position: absolute;
  width: 0.4em;
  height: 2em;
}
.recipe_menu_title span::before {
  left: -1em;
}
.recipe_menu_title span::after {
  right: -1em;
}

.recipe_menu_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.3em;
  filter: drop-shadow(var(--boxShadow-primary));
  width: min(100%, 85vw);
  margin-inline: auto;
}
@media screen and (max-width: 767px){
  .recipe_menu_list {
    grid-template-columns: none;
  }
}
.recipe_menu_list__col2 {
  width: min(100%, 779px);
}
.recipe_menu_list::before,
.recipe_menu_list::after {
  position: absolute;
  height: auto;
  transform: translateX(-50%);
  z-index: -1;
}
.recipe_menu_list__01::before {
  content: url(../images/recipe_deco01.svg);
  width: max(8%, 53px);
  top: -36px;
  left: 0%;
}
.recipe_menu_list__01::after {
  content: url(../images/recipe_deco02.svg);
  width: max(7%, 53px);
  bottom: -68px;
  left: 37%;
}
.recipe_menu_list__02::before {
  content: url(../images/recipe_deco03.svg);
  width: max(6%, 43px);
  top: -46px;
  right: 7%;
}
.recipe_menu_list__02::after {
  content: url(../images/recipe_deco04.svg);
  width: max(8%, 63px);
  bottom: -46px;
  left: 61%;
}
.recipe_menu_list__03::before {
  content: url(../images/recipe_deco05.svg);
  position: absolute;
  width: max(7%, 53px);
  bottom: 37px;
  left: -4%;
}
.recipe_menu_list__03::after {
  content: url(../images/recipe_deco06.svg);
  width: max(8%, 73px);
  bottom: -46px;
  left: 13%;
}
.recipe_menu_item {
  display: grid;
  gap: .5em;
  padding: 1.3em;
  background-color: #fff;
  border-radius: 2px;
  letter-spacing: .05em;
  justify-self: center;
}
.recipe_menu_item .image {
  position: relative;
  margin: -2%;
}
.recipe_menu_item .image img {
  width: 100%;
  height: auto;
}
.recipe_menu_item .image span.tag {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 2.2%;
  background-color: #FFB65D;
  border-radius: 999px;
  padding-inline: 1.5em;
  padding-block: 0.1em;
  color: #fff;
  font-weight: bold;
  font-size: .9em;
}
.recipe_menu_item .image span.subImg {
  position: absolute;
  bottom: -25%;
  right: 1%;
  width: 28%;
}
.recipe_menu_item .title {
  font-weight: bold;
  margin-block-start: 1.4em;
  line-height: 1.4em;
}
.recipe_menu_item .title__dish {
  padding-inline-end: 3.5em;
}
.recipe_menu_item .title__delivery {
  margin-block-start: 0;
}
.recipe_menu_item .title small {
  display: block;
  font-size: .8em;

}
.recipe_menu_item .description {
  font-size: 0.9em;
}
.recipe_menu_item .subject {
  font-weight: bold;
}
.recipe_menu_item .detail {
  font-size: .8em;
  margin-block-end: 0;
}
/*-----------------------------------------------------
お客様の声
-------------------------------------------------------*/
.voice {
  padding-block: 3em;
}

.voice_title {
  overflow: hidden;
  margin-block: 6vh 3vh;
  text-align: center;
}
.voice_title img {
  width: max( 22%, 170px);
  height: auto;
}

/* お客様の声 カルーセル */
.voice ul{
  padding-inline-start: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slick-track{
  display: flex;
}
.slick-slide{
  height: auto!important;
}
.slide-item__inner{
  width: 90%;
  height: 100%;
  margin: 0 auto;
  background: #F4EFEA;
  border-radius: .7em;
}
.slide-item__head,
.slide-item__body{
  padding: 1.3em;
}
.slide-item__head{
  display: flex;
  padding-bottom: 0;
}
.slide-item__head{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.slide-item__pic{
  max-width: 4em;
}
.slide-item__person{
  padding-left: 1em;
  text-align: left;
}
.slide-item__person-detail{
  display: block;
  font-size: .8rem;
}
.slide-item__comment{
  font-size: .9em;
}
.slick-prev {
    left: -50px !important;
    z-index: 2;
}
.slick-next {
    right: -15px !important;
    z-index: 3;
}

.slick-prev:before, .slick-next:before {
    color: #604c3f !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 30px !important;/*ボタンのサイズ*/
    border-radius: 50px;
    font-weight: bold;
    padding: 3px 12px;
}

.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width:767px) {
.slick-prev {
    left: -7px !important;
    z-index: 2;
}
.slick-next {
    right: 0px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 15px !important;/*ボタンのサイズ*/
    background: #36a14f ;
    border-radius: 50px;
    font-weight: bold;
    padding: 3px 6px;
}
.slick-dots li{
  width: 15px !important;
}
.slick-dots li button:before{
  font-size:15px!important;/*ドットのサイズ*/
  padding-top: 15px;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}}

/*-----------------------------------------------------
インスタグラム
-------------------------------------------------------*/
.insta_contianer {
  display: grid;
  margin-block-end: 10em;
}
.insta_title {
  position: relative;
  margin-block: 13vh 3vh;
  margin-inline: auto;
  text-align: center;
  width: max(43%, 240px);
}
.insta_title_wrapper {
  overflow: hidden;
}
.insta_title .insta_title_text{
  width: 100%;
  height: auto;
}
.insta_title .insta_title_pop{
  position: absolute;
  top: 50%;
  left: 84%;
  transform: translate(0%, -100%);
  width: 41%;
  height: auto;
}

/*-----------------------------------------------------
FAQ
-------------------------------------------------------*/
.faq {
  background-color: #F4EFEA;
}
.faq::before,
.faq::after {
  content: '';
  display: block;
  width: 100%;
  height: 3vh;
  background-color: white;
  background-image: url("../images/qa_bg01.png");
  background-size: auto 3vh;
  background-repeat: repeat-x;
}
.faq::after {
  background-image: url("../images/qa_bg02.png");
}
.faq_container {
  display: grid;
  gap: 3em;
  padding-block: 3em;
}
.faq_title {
  width: 40%;
  max-width: 180px;
  margin-inline: auto;
}
.faq_title img {
  width: 100%;
  height: auto;
}
.faq_wrapper {
  display: grid;
  gap: 1em;
}
.faq_item {
  background-color: #fff;
  border-radius: .5em;
  overflow: hidden;
  font-family: var(--fontFamily-maruGothic);
}
.faq_item_summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.3rem;
  align-items: center;
  padding: 1rem 1.2rem;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
}
.faq_item_summary:hover {
  background-color: #f9f9f9;
}
.faq_item_summary::-webkit-details-marker {
  display: none;
}
.faq_item_summary::before {
  content: url(../images/faq_icon_q.svg);
  width: 1.5em;
  line-height: 0;
}
.faq_item_summary::after {
  content: url(../images/faq_icon_plus.svg);
  width: 1em;
  height: auto;
  line-height: 0;
  transition: transform 0.3s ease-out;
  transform: rotate(90deg);
}
.faq_item_summary.js_open::after {
  content: url(../images/faq_icon_minus.svg);
  transform: rotate(180deg);
}

.faq_item_content {
  border-top: 1px solid #f4efeb;
  overflow: hidden;
}
.faq_item_content p {
  position: relative;
  margin: 0;
  padding: 2rem 1.3rem 2rem 4.25rem;
}
.faq_item_content p::before {
  position: absolute;
  display: inline-block;
  content: url(../images/faq_icon_a.svg);
  width: 1.5em;
  left: 1.25em;
  line-height: 0;
}

/*-----------------------------------------------------
リンク
-------------------------------------------------------*/
.link {
  margin: 3rem 0;
}
.link_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-block-end: 1.5em;
}
.link_ul li{
  flex-grow: 1;
}
.link_ul_btn {
  justify-content: space-between;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
  padding: .5em 1.3em;
  filter: drop-shadow(5px 6px 0 rgba(249,222,26,1));
  text-transform: uppercase;
  align-items: center;
  letter-spacing: 0;
}
.link_ul_btn__textSmall {
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 2.39;
}
.link_ul_btn:hover {
  opacity: 1;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/

#Footer .container {
  padding-top: 0px;
}
#Footer a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.icon-tel {
    width: auto;
    height: 33px;
    margin-right: 0px;
    margin-bottom: 0.3em;
    fill: #222;
    transform: translateY(2px);
}
.tel_text{
  margin-bottom: 0;
  font-size: .92em;
  font-weight: bold;
  padding-bottom: 3px;

}
.number{
  font-size: 36px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.5;
}
.number a {
  text-decoration: none !important;
  color: #222;
}
.tel_time{
  font-size: 0.8em;
  font-weight: 600;
}
.f_hr{
  border: 2px solid #eeeeee;
}
.f_ul{
  display: flex;
}
.f_li{
  padding: 0 0.3em;
  font-size: 0.8em;
}
.copyright{
  font-size: 0.8em;
  color: #aaa;
  white-space: nowrap;
}
.f_box{
    padding: 35px 0 50px 0;
    text-align: left;
}

/* ================================
モーダルのスタイル
================================ */
.modal_base,
.modal_video {
  /* display: none; */
  position: fixed;
  display: grid;
  place-content: center;
  place-items: center;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  transition-duration: .5s;
  transition-property: opacity;
}
.modal_video {
  display: block;
}
.modal_base.js_show,
.modal_video.js_show {
  left: 0;
  opacity: 1;
}
.modal_content {
  display: grid;
  place-content: center;
  place-items: center;
  gap: 2em;
  position: relative;
  width: 75%;
  max-width: 550px;
  background-color: #FFC700;
  border-radius: 1em;
  padding-inline: min(4vw, 2em);
  padding-block-start: min(10vw, 3em);
  padding-block-end: min(8vw, 2em);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  transition-duration: .5s;
  transition-timing-function: ease-out;
  transition-property: transform;
  transform: scale(0.5);
}
.modal_video .modal_content {
  width: 75%;
  padding: 0;
  background: #fff;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modal_video .modal_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_base.js_show .modal_content,
.modal_video.js_show .modal_content {
  transform: scale(1);
}
.modal_img {
  width: 100%;
  height: auto;
}
.modal_closeBtn {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 2em;
  height: 2em;
  cursor: pointer;
  background-image: url(../images/modal_closeBtn.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.modal_badge {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 30%;
  height: auto;
  transform: translate(50%, -50%);
}

/*-----------------------------------------------------
iframeリンク無効化
-------------------------------------------------------*/

.snapwidget-widget{
  pointer-events:none;
}

/*-----------------------------------------------------
SP CTA
-------------------------------------------------------*/

.sp-footer-cta{
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 0 0.75rem;
  z-index: 99;
  background: rgba(255,255,255,0.75);
}
.sp-footer-cta__item{
  min-width: 10em;
  text-align: center;
  color: #F8FF3F;
}