@charset "UTF-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.mothers_day_cp {
  font-family: "Shippori Mincho", serif;
  padding: 0 15px;
}

#Journal h2 {
  font-family: "Shippori Mincho", serif;
  font-size: initial;
}

/* パンクズ */
#bread-crumb {
  position: static;
  transform: none;
}
@media screen and (max-width: 1025px) {
  #bread-crumb {
    margin: 0 0 15px;
    padding: 0 15px;
    border-top: 1px solid #9B9B9B;
    width: 100%;
  }
}
/* ２段目のパンくずを無効化（現在キャンペーンを無効化） */
#bread-crumb-listTop li:nth-of-type(2) a {
  pointer-events: none;
}

/* ユーティリティ */

.u_sp {
  display: block;

}

@media screen and (min-width: 1025px) {
.u_sp {
    display: none;
  }
}

.u_pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .u_pc {
    display: block;
  }
}

@media screen and (max-width: 1025px) {
  .u_sp_inline {
    display: inline;
  }
}

/* color */
.u_color_1 {
  color: #629FD2;
}
.u_color_2 {
  color: #E1645C;
}
/* コンテンツ幅 */
.content_width {
  max-width: 1166px;
  width: 100%;
  margin-inline: auto;
}
.content_width_full {
  margin: 0 -15px;
}

/* ページ見出し */
#Journal article > h2 {
  display: none;
}

/* ボタン */
.c_btn_1 {
  width: 100%;
  height: 60px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  background: #C9B571;
}
.c_btn_1:visited,
.c_btn_1:link {
  color: #fff;
}
.c_btn_1:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/asset/lp/2024/mothers_day/img/ico_chevron.svg) no-repeat center / cover;
}
.c_btn_2 {
  width: 100%;
  height: 60px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #629FD2;
}
.c_btn_2:visited,
.c_btn_2:link {
  color: #fff;
}
.c_btn_2:after {
  content: "";
  width: 26px;
  height: 27px;
  background: #fff;
  mask: url(/asset/lp/2024/mothers_day/img/ico_cart.svg) no-repeat center / contain;
}
@media screen and (min-width: 1025px) {
  .c_btn_1 {
    width: 280px;
  }
  .c_btn_1:hover {
    opacity: .7;
  }
  .c_btn_2 {
    width: 280px;
  }
  .c_btn_2:hover {
    opacity: .7;
  }
}

/* mv */
.mothers_day_cp__mv img {
  width: 100%;
  height: auto;
}

/* 無料でのし */
.mothers_day_cp_present {
  position: relative;
  z-index: 0;
  padding: 75px 40px 40px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.mothers_day_cp_present:before,
.mothers_day_cp_present:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #C9B571;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.mothers_day_cp_present:before {
  left: 0;
  top: 0;
}
.mothers_day_cp_present:after {
  left: 10px;
  top: 10px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_present {
    padding: 40px 90px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 404px;
    align-items: center;
    gap: 25px;
  }
}

.mothers_day_cp_present__obj {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 108px;
  left: 30px;
  top: -30px;
}

@media screen and (min-width: 1025px) {
  .mothers_day_cp_present__obj {
    width: 145px;
    left: 30px;
    top: -40px;
  }
}

.mothers_day_cp_present__ttl {
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_present__ttl {
    font-size: 35px;
    text-align: left;
    margin: 0;
  }
}
.mothers_day_cp_present__ttl .em {
  text-decoration: underline;
}

.mothers_day_cp_present__txt {
  font-size: 16px;
  line-height: calc(25 / 16);
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_present__txt {
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}

.mothers_day_cp_present__txt .note {
  font-size: 12px;
  line-height: calc(15 / 12);
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_present__txt .note {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}

.mothers_day_cp_present__img img {
  width: 100%;
}

/* 母の日におすすめのギフト商品 */
.mothers_day_cp_recommend_gift {
  margin-top: 40px;
}
@media screen and (max-width: 1235px) {
.mothers_day_cp_recommend_gift{
	padding-left:20px;
	padding-right:20px;
}
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_gift {
    margin-top: 88px;
  }
}
.mothers_day_cp_recommend_gift__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_gift__ttl {
    margin-bottom: 20px;
  }
}

/* 商品 */
.mothers_day_cp_product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 0;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mothers_day_cp_product {
    max-width:600px;
	margin-left:auto;
	margin-right:auto;
  }
}


.mothers_day_cp_product__item {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 0;
  gap: 0px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
  }
}

.mothers_day_cp_product__cat {
  width: 85px;
  height: 85px;
  background: #629FD2;
  text-align:center;
  border-radius:100%;
  /*mask: url(/asset/lp/2024/aged_day/img/ico_badge.svg) no-repeat center / contain;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  z-index: 10;


  pointer-events: none;
  top: -30px;
  left: -15px;
  letter-spacing:-0.1em;
}


.mothers_day_cp_product__cat_deco{
	display:block;
	position:absolute;
	left:-8px;
	top:-2px;
	width:25px;
	height:15px;
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
	transform: rotate(-43deg);
	z-index:11;
}



.mothers_day_cp_product__cat_deco:before,
.mothers_day_cp_product__cat_deco:after,
.mothers_day_cp_product__cat_deco > span{
	display:block;
	background:#C9B571;
	width:3px;
	height:13px;
	border-radius: 3px;
}

.mothers_day_cp_product__cat_deco:before,
.mothers_day_cp_product__cat_deco:after{
	content:"";
	position:absolute;
	bottom:0;

}

.mothers_day_cp_product__cat_deco:before{
	left:0;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.mothers_day_cp_product__cat_deco:after{
	right:0;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

.mothers_day_cp_product__cat_deco > span{
	margin:0 auto;

}

@media screen and (max-width: 1024px) {


.mothers_day_cp_product__cat {
  left: -10px;
}

}





.mothers_day_cp_product__thumb {
  order: -1;
  margin: 0 0 20px;
}
.mothers_day_cp_product__thumb img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product__thumb {
    margin: 0 0 30px;
  }
}

.mothers_day_cp_product__quantity {
  order: 1;
}
.mothers_day_cp_product__quantity .inr {
  font-size: 20px;
  line-height: calc(20 / 20);
  display: table;
  padding: 5px 20px;
  background: #F0EFCE;
  border-radius: 20px;
}

.mothers_day_cp_product__ttl {
  order: 2;
  font-size: 25px;
  line-height: calc(35 / 25);
  font-weight: 800;
  margin: 8px 0 0;
  color: #4D4D4D;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product__ttl {
    margin: 13px 0 0;
  }
}

.mothers_day_cp_product__price {
  order: 3;
  color: #4D4D4D;
  font-size: 20px;
  line-height: calc(34 / 35);
  font-weight: 600;
  margin: 10px 0 0;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product__price {
    margin: 10px 0 0;
  }
}
.mothers_day_cp_product__price .num {
  font-size: 35px;
}

.mothers_day_cp_product__cont {
  order: 4;
  margin: 10px 0 0;
  padding: 14px 0 0;
  border-top: 2px solid #629FD2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 17px;
  line-height: calc(25 / 17);
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_product__cont {
    margin: 14px 0 0;
    padding: 14px 0 0;
  }
}

.mothers_day_cp_product__cont_dtl_item {
  display: flex;
}
.mothers_day_cp_product__cont_dtl_item:before {
  content: "●";
  font-size: 15px;
  line-height: calc(25 / 15);
}

.mothers_day_cp_product__btnbox {
  order: 5;
  margin: 30px 0 0;
  text-align: center;
  .c_btn_1,
  .c_btn_2 {
    margin-inline: auto;
  }
  .c_btn_2 {
    margin-top: 15px;
  }
}

.mothers_day_cp_recommend_product {
  margin: 30px -15px 0;
  padding: 70px 15px;
  position: relative;
  z-index: 0;
}


@media screen and (max-width: 1190px) {
  .mothers_day_cp_recommend_product .c_btn_1,
  .mothers_day_cp_recommend_product .c_btn_2{
	font-size:17px;
	width:100%;
  }

}



@media screen and (max-width: 1024px) {
  .mothers_day_cp_recommend_product .c_btn_1,
  .mothers_day_cp_recommend_product .c_btn_2{
	font-size:22px;
  }
}

.mothers_day_cp_recommend_product__inr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_product__inr {
    grid-template-columns: 400px 1fr;
    align-items: center;
    gap: 52px;
    padding: 0 70px;
  }
}

@media screen and (max-width: 1024px) {
  .mothers_day_cp_recommend_product__inr {
	max-width:400px;
  }
}

.mothers_day_cp_recommend_product__thumb {
  order: -1;
}

.mothers_day_cp_recommend_product__head {
  .mothers_day_cp_product__quantity .inr {
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_product__head {
    display: flex;
    align-items: center;
    gap: 13px;
    .mothers_day_cp_product__ttl {
      margin: 0;
    }
  }
}

.mothers_day_cp_recommend_product__pricebox {
  margin: 10px 0 0;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_product__pricebox {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 45px;
  }
  .mothers_day_cp_recommend_product__pricebox .mothers_day_cp_product__cont {
    border-top: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

.mothers_day_cp_recommend_product__txtbox {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 16px;
  line-height: calc(25 / 16);
  margin: 30px 0 0;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_product__txtbox {
    font-size: 18px;
    line-height: calc(28 / 18);
    border-top: 2px solid #629FD2;
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
}

.mothers_day_cp_recommend_product__btnbox {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_recommend_product__btnbox {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
}

.mothers_day_cp_recommend_product__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.mothers_day_cp_recommend_product__bg img {
  max-width: initial;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* そうめんの特徴 */
.mothers_day_cp_feature {
  padding: 50px 15px 35px;
  margin-top: 30px;
  background: url(/asset/lp/2024/mothers_day/img/sp/feature_bg.png) no-repeat top / contain;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature {
    padding: 74px 15px 60px;
    margin-top: 100px;
    background: url(/asset/lp/2024/mothers_day/img/feature_bg.png) no-repeat bottom / cover;
  }
}
.mothers_day_cp_feature__ttl {
  font-size: 35px !important;
  line-height: calc(45 / 35);
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 0 !important;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature__ttl {
    font-size: 50px !important;
    line-height: calc(65 / 50);
    margin-bottom: 45px;
  }
}
.mothers_day_cp_feature__txtbox {
  font-size: 18px;
  line-height: calc(30 / 18);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature__txtbox {
    font-size: 24px;
    line-height: calc(40 / 25);
  }
}
.mothers_day_cp_feature__txtbox .em {
  font-size: 20px;
  line-height: calc(30 / 20);
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature__txtbox .em {
    font-size: 26px;
    line-height: calc(40 / 26);
  }
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature__txtbox .pc_em {
    font-size: 26px;
    line-height: calc(40 / 26);
  }
}
.mothers_day_cp_feature_cont {
  margin-top: 55px;
  position: relative;
  z-index: 0;
  background: #F0EFCE;
  border-radius: 20px;
  padding: 27px 10px 50px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_cont {
    margin-top: 65px;
    padding: 43px 60px 50px;
  }
}
.mothers_day_cp_feature_cont__ttl {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 248px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_cont__ttl {
    top: -30px;
  }
}
.mothers_day_cp_feature_itembox {
  counter-reset: li_count;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_itembox {
    grid-template-columns: 300px 1fr 320px;
    gap: 0 60px;
  }
}
.mothers_day_cp_feature_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 1025px) {
  .mothers_day_cp_feature_item:not(:first-of-type) {
    margin-top: 35px !important;
  }
}
.mothers_day_cp_feature_item__num {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  order: -1;
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_item__num {
    margin: 0 0 12px;
  }
}
.mothers_day_cp_feature_item__num_inr {
  display: inline-flex;
  align-items: baseline;
  border-bottom: 2px solid #C9B571;
  padding: 0 0 5px;
}
.mothers_day_cp_feature_item__num_inr:after {
  content: counter(li_count);
  counter-increment: li_count;
  font-size: 25px;
  font-weight: 800;
}

.mothers_day_cp_feature_item__ttl {
  font-size: 21px;
  line-height: calc(35 / 21);
  font-weight: 700;
  text-align: center;
  margin: 0 0 11px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_item__ttl {
    font-size: 25px;
    line-height: calc(35 / 25);
    margin: 0 0 9px;
  }
}

.mothers_day_cp_feature_item__txt {
  font-size: 16px;
  line-height: calc(25 / 16);
  text-align: center;
  margin: 0 0 22px;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_feature_item__txt {
    font-size: 20px;
    line-height: calc(30 / 20);
    margin: 0 0 20px;
  }
}

.mothers_day_cp_feature_item__ico {
  text-align: center;
}

/* そうめんより太く　うどんより細い */
.mothers_day_cp_explanation {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_explanation {
    margin-top: 20px;
  }
}

.mothers_day_cp_explanation__ttl {
 text-align: center;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_explanation__ttl img {
    display: table;
    margin-inline: auto;
    position: relative;
    left: calc(-80 * (100vw / 1360));
    /* margin-left: calc(-80 * (100vw / 1360px)); */
  }
}
.c_card {
  position: relative;
  z-index: 0;
}
.c_card + .c_card {
  margin-top: 25px;
}
@media screen and (min-width: 1025px) {
  .c_card + .c_card {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .c_card {
    margin-inline: calc(50% - 50vw);
    display: grid;
    align-items: start;
    gap: 50px;
    padding-bottom: 30px;
  }

  .c_card__thumb:after {
    height: 26%;
    left: -30px;
    bottom: -30px;
  }

  .c_card_box .c_card:nth-of-type(odd) {
    padding-right: calc(50vw - 50%);
    grid-template-columns: 40vw 1fr;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__thumb {
    order: -1;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__thumb img {
    border-radius: 0 10px 10px 0;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__cont:before {
    left: -120px;
  }

  .c_card_box .c_card:nth-of-type(even) {
    padding-left: calc(50vw - 50%);
    grid-template-columns: 1fr 40vw;
  }
  .c_card_box .c_card:nth-of-type(even) .c_card__thumb:after {
    left: auto;
    right: -30px;
  }

  .c_card__cont {
    margin-top: 40px;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
  }
  .c_card__cont:before {
    content: "";
    width: calc(100% + 120px);
    height: 1px;
    position: absolute;
    z-index: 10;
    top: 0;
    background: #629FD2;
  }
}
@media screen and (max-width: 1025px) {
  .c_card {
    display: grid;
    grid-template-columns: 1fr;
  }
  .c_card__thumb {
    order: -1;
    width: calc(100% - 30px);
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .c_card__thumb:after {
    height: 68px;
    background-size: cover;
    bottom: -10px;
  }
  .c_card__cont {
    position: relative;
    z-index: 1;
  }
  .c_card__cont:after {
    content: "";
    width: 1px;
    height: calc(100% + 80px);
    position: absolute;
    z-index: 10;
    top: -80px;
    background: #629FD2;
  }

  .c_card_box .c_card:nth-of-type(odd) .c_card__thumb img {
    border-radius: 0 10px 10px 0;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__thumb:after {
    left: -20px;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__cont {
    padding: 0 15px 0 50px;
  }
  .c_card_box .c_card:nth-of-type(odd) .c_card__cont:after {
    left: 30px;
  }

  .c_card_box .c_card:nth-of-type(even) .c_card__thumb {
    margin-left: auto;
  }
  .c_card_box .c_card:nth-of-type(even) .c_card__thumb img {
    border-radius: 10px 0 0 10px;
  }
  .c_card_box .c_card:nth-of-type(even) .c_card__thumb:after {
    right: -20px;
  }
  .c_card_box .c_card:nth-of-type(even) .c_card__cont {
    padding: 0 50px 0 15px;
  }
  .c_card_box .c_card:nth-of-type(even) .c_card__cont:after {
    right: 30px;
  }
}

.c_card__thumb {
  position: relative;
  z-index: 0;
  img {
    border-radius: 10px 0 0 10px;
  }
}
.c_card__thumb:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  background: url(/asset/lp/2024/mothers_day/img/c_card_thumb_obj.svg) no-repeat center / contain;
}

.c_card__ttl {
  font-size: 25px;
  line-height: calc(40 / 25);
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .c_card__ttl {
    font-size: 35px;
    line-height: calc(50 / 35);
    margin-bottom: 30px;
  }
}

.c_card__txt {
  font-size: 18px;
  line-height: calc(30 / 18);
  span {
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .c_card__txt {
    font-size: 22px;
    line-height: calc(35 / 22);
  }
}

/* 母の日に作る料理 */
.mothers_day_cp_cooking {
  margin: 35px 0 0;
}
.mothers_day_cp_cooking__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.mothers_day_cp_cooking__txt {
  font-size: 21px;
  line-height: calc(35 / 21);
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) { 
  .mothers_day_cp_cooking {
    margin: 85px 0 0;
  }
  .mothers_day_cp_cooking__txt {
    font-size: 24px;
    line-height: calc(40 / 24);
    text-align: center;
    margin: 0 0 35px;
  }
}
.tab_inr {
  width: 1166px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-inline: auto;
}
@media screen and (max-width: 1025px) {  
  .tab_inr {
    width: 1000px;
    margin: 0 -15px;
  }
}
.tablist {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 6px;
}
.tablist .tablist__ttl {
  margin: 0 0 10px;
}
.tablist  button {
  padding-bottom: 30px;
}
.tablist button[aria-selected="true"]:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #629FD2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tablist button[aria-selected="true"]:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #629FD2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.tablist::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width: 1025px) {
  .tablist {
   width: 1166px;
   margin: 0 auto;
  }
}
.tablist_up {
  overflow: auto;
  margin-inline: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 6px;
}
.tablist_up button {
  padding-top: 30px;
}
.tablist_up button[aria-selected="true"]:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #629FD2;
  position: absolute;
  left: 0;
  top: 0;
}
.tablist_up button[aria-selected="true"]:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #629FD2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
.tablist_up::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width: 1025px) {
  .tablist_up {
   width: 1166px;
   margin: 0 auto;
  }
}
.tablist button,
.tablist_up button {
  cursor: pointer;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-size: 20px;
    color: #AAAAAA;
    font-weight: bold;
    appearance: none;
    background: none;
    position: relative;
    z-index: 0;
    width: 300px;
    padding-inline: 40px;
    flex: 0 0 300px;
}
.tablist button:after,
.tablist_up button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1025px) {  
  .tablist,
  .tablist_up {
    margin: 0 -15px;
  }
  .tablist button,
  .tablist_up button {
    padding-inline: 10px;
  }
  .tablist button:first-child,
  .tablist_up button:first-child {
    margin-left: 50px;
  }
  .tablist button:last-child,
  .tablist_up button:last-child {
    margin-right: 50px;
  }

}

button[aria-selected="true"] .tablist__ttl {
  color: #629FD2;
}

.tabpanel_wrap {
  padding: 26px 15px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: -8px -15px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .tabpanel_wrap {
    padding: 37px 0;
    margin: -8px auto;
  }
}

.recipe {
  background: #F0EFCE;
  border: 2px solid #C9B571;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 0;
}
.recipe:after {
  content: "";
  width: 174px;
  height: 40px;
  background: #C9B571;
  mask: url(/asset/lp/2024/mothers_day/img/recipe_obj.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  bottom: -1px;
}
@media screen and (min-width: 1025px) {
  .recipe {
    padding: 60px 70px 40px;
  }
  .recipe:after {
    content: "";
    width: 392px;
    height: 90px;
    bottom: -2px;
  }
}
.recipe__ttl {
  font-size: 25px;
  line-height: calc(50 / 25);
  font-weight: 800;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 15px;
}
.recipe__ttl:after {
  content: "";
  width: 240px;
  height: 21px;
  background: url(/asset/lp/2024/fathers_day/img/sp/recipe_ttl_obj.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .recipe__ttl {
    font-size: 35px;
    line-height: calc(50 / 35);
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .recipe__ttl:after {
    width: 340px;
    height: 27px;
    background: url(/asset/lp/2024/fathers_day/img/recipe_ttl_obj.png) no-repeat center / contain;
  }
}

.recipe__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .recipe__head {
    grid-template-columns: 1fr 560px;
    gap: 50px;
  }
}

.recipe_ingredients__ttl {
  font-size: 18px;
  line-height: calc(28 / 18);
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
}
.recipe_ingredients__item {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 16px;
  line-height: calc(25 / 16);
}
.recipe_ingredients__cat:not(:first-of-type) {
  margin: 20px 0 0;
}
.recipe_ingredients__calorie {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C9B571;
  font-weight: 800;
  margin-top: 20px;
  margin-inline: auto;
  .ttl {
    font-size: 20px;
    line-height: calc(45 / 20);
    border-bottom: 1px solid #fff;
  }
  .txt {
    font-size: 25px;
    line-height: calc(45 / 25);
  }
}
@media screen and (min-width: 1025px) {
  .recipe_ingredients__calorie.sp {
    display: none;
  }
  .recipe_ingredients__calorie.pc {
    display: flex;
  }
}
@media screen and (max-width: 1025px) {
  .recipe_ingredients__calorie.sp {
    display: flex;
    margin-top: 0;
  }
  .recipe_ingredients__calorie.pc {
    display: none;
  }
}
.recipe_thumb__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.recipe_thumb__mov {
  position: relative;
  width: 100%;
  padding-top: 56.7857%;
}
.recipe_thumb__mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recipe_flow {
  margin: 30px 0 0; 
}
.recipe_flow > .ttl {
  font-size: 25px;
  display: table;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 140px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
}
.recipe_flow ol.lists {
  margin: 0 !important;
  counter-reset: flow_count;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.recipe_flow li.list {
  list-style-type: none !important;
}
.recipe_flow .list .ttl {
  font-size: 25px;
  line-height: calc(36 / 25);
  font-weight: 700;
  margin-bottom: 13px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #A78B2D;
} 
.recipe_flow .list .ttl:before {
  font-size: 40px;
  line-height: calc(58 / 40);
  content: counter(flow_count);
  counter-increment: flow_count;
  font-weight: 400;
}
.recipe_flow .list p {
  font-size: 16px;
  line-height: calc(25 / 16);
}

@media screen and (min-width: 1025px) {
  .recipe_ingredients__ttl {
    font-size: 20px;
    margin: 0 0 27px;
  }
  .recipe_ingredients__item {
    font-size: 20px;
    line-height: calc(35 / 20);
  }
  .recipe_ingredients__calorie {
    margin-inline: 0;
  }
  .recipe_flow {
    margin: 30px 0 0;
  }
  .recipe_flow > .ttl {
    margin-inline: 0;
    margin-bottom: 10px;
  }
  .recipe_flow ol.lists {
    grid-template-columns: repeat(3,1fr);
    gap: 30px 50px;
  }
  .recipe_flow ol.lists._ver2 {
    gap: 30px 50px;
  }
  .recipe_flow ol.lists._ver2 .list:first-of-type {
    grid-area: 1 / 1 / 2 / 3;
  }
  .recipe_flow ol.lists._ver2 .list:nth-of-type(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .recipe_flow ol.lists._ver2 .list:nth-of-type(4) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .recipe_flow .list p {
    font-size: 20px;
    line-height: calc(25 / 16);
  }
}


/* お客様の声 */
.mothers_day_cp_voice {
  margin: 40px 0 0;
  .ttl {
    text-align: center;
    margin: 0 0 20px;
  }
  .sub_ttl {
    font-size: 21px;
    line-height: calc(35 / 21);
    margin: 0 0 10px;
    text-align: center;
  }
  .annotation {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px;
  }
  .cont {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_voice {
    margin: 85px 0 0;
    .sub_ttl {
      font-size: 24px;
      line-height: calc(40 / 24);
    }
    .annotation {
      margin: 0 0 50px;
    }
    .cont {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
}
.voice_new_20240809{
	max-width:800px;
	margin:0 auto 40px;
}

.voice_new_20240809__item{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 15px;
  width: 100%;
  line-height: calc(28 / 15);
  z-index: 0;
}

.voice_new_20240809__item__accent{
	font-weight:bold;
	color:#E1645C;
}

.voice_new_20240809__item+.voice_new_20240809__item{
	margin-top:20px;
}

.voice_new_20240809__item:after {
  content: "";
  display: block;
  clear: both;
}

.voice_new_20240809__item__icon{
	width:80px;
	text-align:center;
}

.voice_new_20240809__item__balloon{
	width:calc(100% - 100px);
}

.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__balloon,
.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__icon{
	float:left;
}

.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__balloon,
.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__icon{
	float:right;
}

.voice_new_20240809__item__icon__circle{
	width:80px;
	height:80px;
	border-radius:100%;
	margin:0 auto 10px;
}

.voice_new_20240809__item__icon__desc{
	font-size:14px;
	font-weight:bold;
	color:#777;
}

.voice_new_20240809__item__balloon__inner{
	border-radius:10px;
	padding:20px;
	position:relative;
}

.voice_new_20240809__item__balloon__inner:before{
	content:"";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;

}

.voice_new_20240809__item__icon__user {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.voice_new_20240809__item__icon__user:before, .voice_new_20240809__item__icon__user:after {
  content: '';
  display: block;
  margin: 0 auto;
  background: currentColor;
  box-sizing: border-box;
}

.voice_new_20240809__item__icon__user:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 3px;
 margin-top: 15px;
}

.voice_new_20240809__item__icon__user:after {
  width: 40px;
  height: 20px;
  border-bottom: 0;
  border-radius: 50% / 100% 100% 0 0;
}


/* 奇数 */

.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__balloon__inner{
	background:#FAFAEB;
}

.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__balloon__inner:before{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #FAFAEB;
  border-left: 0;
	left:-15px;
	top:20px;
}

.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__icon__circle{
	background:#F7F6C4;
}

.voice_new_20240809__item:nth-child(odd) .voice_new_20240809__item__icon__user{
  color: #EFD565;
}







/* 偶数 */
.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__balloon__inner{
	background:#E2FAFF;
}

.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__balloon__inner:before{
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #E2FAFF;
  border-right: 0;
	right:-15px;
	top:20px;
}



.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__icon__circle{
	background:#C5F7FF;
}

.voice_new_20240809__item:nth-child(even) .voice_new_20240809__item__icon__user{
  color: #83BDE5;
}


@media screen and (min-width: 1025px) {
  .voice_new_20240809__item {
    font-size: 20px;
    line-height: calc(34 / 20);
  }

.voice_new_20240809__item+.voice_new_20240809__item{
	margin-top:40px;
}

.voice_new_20240809__item__balloon{
	width:calc(100% - 150px);
}

.voice_new_20240809__item__icon{
	width:100px;
	text-align:center;
}

.voice_new_20240809__item__icon__circle{
	width:100px;
	height:100px;
}

.voice_new_20240809__item__icon__user:before {
  width: 30px;
  height: 30px;
}

.voice_new_20240809__item__icon__user:after {
  width: 50px;
  height: 30px;
}

.voice_new_20240809__item__icon__desc{
	font-size:16px;
}

}

/* 購入手順 */
.mothers_day_cp_buy_flow {
  margin: 50px 0 0;
}
.mothers_day_cp_buy_flow > .ttl {
  text-align: center;
  margin: 0 0 20px;
}
.mothers_day_cp_buy_flow > .txt {
  font-size: 21px;
  line-height: calc(35 / 21);
  text-align: center;
  margin: 0 0 11px;
}
.mothers_day_cp_buy_flow > .txt .em {
  position: relative;
  z-index: 0;
}
.mothers_day_cp_buy_flow > .txt .em:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.mothers_day_cp_buy_flow > .annotation {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 15px;
  text-align: center;
  margin: 0 0 30px;
}
.buy_flow {
  counter-reset: buy_flow_count;
  margin: 0 !important;
}
.buy_flow_item {
  list-style-type: none !important;
  margin: 0 -15px;
  padding: 20px 15px;
  position: relative;
  z-index: auto;
  display: grid;
  grid-template-columns: 101px 1fr;
  align-items: start;
  gap: 20px;
}
.buy_flow_item .num {
  font-size: 19px;
  line-height: calc(27 / 19);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 101px;
  height: 101px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #629FD2;
  color: #629FD2;
  position: relative;
  z-index: 10;
}
.buy_flow_item .num:after {
  content: "0"counter(buy_flow_count);
  counter-increment: buy_flow_count;
  font-size: 30px;
  line-height: calc(30 / 30);
}
.buy_flow_item .ttl {
  font-size: 19px;
  line-height: calc(27 / 19);
  font-weight: 700;
  margin: 10px 0 12px;
}
.buy_flow_item .txt {
  font-size: 18px;
  line-height: calc(25 / 18);
}
.buy_flow_item .txt .em {
  border-bottom: 1px solid;
}
/* .buy_flow_item .txt .em:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
} */
.buy_flow_item .note {
  font-size: 15px;
  line-height: calc(20 / 15);
  margin-top: 6px;
}
.buy_flow_item .thumb {
  margin: 12px 0 0;
}
.buy_flow_item:not(:first-of-type):after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.buy_flow_item:first-of-type {
  background: #E3FAFF;
}
.buy_flow_item:first-of-type:after {
  background: #E3FAFF;
}
.buy_flow_item:nth-of-type(2) {
  background: #D0F4FC;
}
.buy_flow_item:nth-of-type(2):after {
  background: #E3FAFF;
}
.buy_flow_item:nth-of-type(3) {
  background: #C0F0FA;
  padding-bottom: 45px;
}
.buy_flow_item:nth-of-type(3):after {
  background: #D0F4FC;
}
.buy_flow_item:not(:first-of-type) {
  padding-top: 90px;
}
.buy_flow_item:not(:last-of-type):before {
  content: "";
  width: 2px;
  height: 100%;
  background: #629FD2;
  position: absolute;
  z-index: 5;
  top: 90px;
  left: 66px;
}


.mothers_day_cp_buy_flow_last{
	text-align:center;
	padding:40px 20px;
	max-width:700px;
	margin:0 auto;
}

.mothers_day_cp_buy_flow_last_ttl{
  font-size: 25px;
  line-height: calc(27 / 19);
  font-weight: 700;
  margin:0 0 20px;
}


.mothers_day_cp_buy_flow_last_txt{
	font-size:18px;
	margin-bottom:20px;
}

.mothers_day_cp_buy_flow_last img{
	border:1px solid #999;
}


@media screen and (max-width: 690px) {

.mothers_day_cp_buy_flow_last_txt{
	text-align:left;
}


}


@media screen and (min-width: 1025px) {
  .mothers_day_cp_buy_flow {
    margin: 60px 0 0;
  }
  .mothers_day_cp_buy_flow > .ttl {
    margin: 0 0 23px;
  }
  .mothers_day_cp_buy_flow > .txt {
    font-size: 24px;
    line-height: calc(40 / 24);
    text-align: center;
    margin: 0 0 15px;
  }

  .buy_flow_item {
    max-width: 1166px;
    margin: 0 auto;
    padding: 50px 50px 15px;
    grid-template-columns: 130px 1fr;
    gap: 30px;
  }
  .buy_flow_item .num {
    font-size: 25px;
    line-height: calc(36 / 25);
    width: 130px;
    height: 130px;
  }
  .buy_flow_item .num:after {
    font-size: 40px;
    line-height: calc(58 / 40);
    margin-top: -10px;
  }
  .buy_flow_item .cont {
    display: grid;
    grid-template-columns: auto 50%;
    gap: 44px;
  }
  .buy_flow_item .ttl {
    font-size: 25px;
    line-height: calc(35 / 25);
    margin: 0 0 26px;
  }
  .buy_flow_item .txt {
    font-size: 20px;
    line-height: calc(30 / 20);
    margin: 0;
  }
  .buy_flow_item .thumb {
    margin: 0;
  }
  .buy_flow_item:not(:first-of-type):after {
    height: 87px;
  }
  .buy_flow_item:not(:first-of-type) {
    padding-top: 115px;
  }
  .buy_flow_item:not(:last-of-type):before {
    content: "";
    width: 2px;
    height: 100%;
    background: #629FD2;
    position: absolute;
    z-index: 5;
    top: 115px;
    left: 115px;
  }
}



/* その他のギフト */
.mothers_day_cp_other_gift {
  margin: 40px 0 0;
}
.mothers_day_cp_other_gift .ttl {
  text-align: center;
  margin: 0 auto 20px;
}
.mothers_day_cp_other_gift .c_btn_1 {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .mothers_day_cp_other_gift {
    margin: 100px 0 0;
  }
  .mothers_day_cp_other_gift .ttl {
    margin: 0 auto 30px;
  }
}