@charset "UTF-8";
/* CSS Document */
/*共通*/
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: black;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.inner {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
} /* maxwidth1100px→inheritに変更 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.line-r {
  font-family: vdl-linegr, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.reg-10 {
  transform: rotate(-10deg);
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-pink {
  background: #c60079;
}

.bg-red {
  background: #e63231;
}

.bg-navy {
  background: #1b206e;
}

.f-green {
  color: #009844;
}

.f-white {
  color: #fff;
}

.f-blue {
  color: #3aa6c6;
}

.ladies {
  color: #e3007f;
}

.mens {
  color: #005bab;
}


@media screen and (min-width: 400px) {
  .only-se {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .only-pc {
    display: none !important;
  }
}
.f-price_b {
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
  unicode-range: U+0030-0039;
}

.f-price_r {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*header*/
/*tenpo*/
.sale__shoplist-btn {
  background-color: #f5f5f5;
  padding: 80px 0 50px;
}

.wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.sale__shoplist-btn h2 {
  text-align: center;
}

.sale__shoplist-btn .list {
  display: none;
}

.sale__shoplist-cont h2 {
  background-color: #d3d3d3;
  height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.sale__shoplist-cont .area__parent {
  display: none;
}

.sale__shoplist-cont h3 {
  background-color: #ebebeb;
  height: 70px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.area__detail {
  display: none;
}

.area__detail > div {
  padding: 30px;
  border-bottom: 1px solid #d3d3d3;
}

.area__detail > div .ttl {
  font-size: 15px;
  margin-bottom: 16px;
}

.area__detail > div ul {
  display: flex;
}

.area__detail > div ul a {
  color: #2e3192;
  font-size: 14px;
}

.area__detail > div ul li:last-child {
  margin-left: 30px;
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: 0.3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.area__detail > div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/link_arrow_blue.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  transition: 0.3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (min-width: 1024px) {
  .area__detail {
    display: block !important;
  }
  .sale__shoplist-cont h3 {
    pointer-events: none;
  }
  .sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
  }
  .sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
  }
  .sale__shoplist-btn .list {
    display: block;
    flex: none;
  }
  .sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
  }
  .sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
  }
  .sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
  }
  .sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
  }
  .sale__bd {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 80px;
  }
  .sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
  }
  .sale__shoplist-cont h2 {
    display: none;
  }
  .sale__shoplist-cont .area__parent {
    display: block;
  }
  .sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #b40067;
    display: block;
    margin-bottom: 20px;
  }
  .area__detail {
    display: block;
    margin-bottom: 80px;
  }
  .area__detail > div:first-child {
    border-top: 1px solid #d3d3d3;
  }
  .area__detail > div {
    border-bottom: 1px solid #d3d3d3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area__detail > div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
  }
  .area__detail > div ul {
    display: flex;
    width: 330px;
  }
  .area__detail > div ul a {
    color: #2e3192;
    font-size: 14px;
  }
  .area__detail > div ul li:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .sale__shoplist-cont h3::after {
    content: "";
    background: url(https://www.izumi.jp/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .sale__shoplist-cont h3.act::after {
    transform: rotate(90deg);
  }
}
.one {
  margin-left: 0 !important;
}

.t_s {
  padding: 40px 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 1.4em;
}

.t_s span {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
  color: #818181;
}

/*==================================================
ここから全体
===================================*/
/* breakpoint定義 ゆめシール*/
/* 色定義 */
.maxwid1100 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/*=============================

==============================*/
/*==================================================
ここから　ZWILLING　本告 TODO:ここからシール
===================================*/
/* breakpoint定義 ZWILLING*/
/* ロードイベント========================= */
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

.seal__wrap {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  overflow-x: hidden;
  font-size: 100%;
  color: #1e1e1e;
  line-height: 1.5;
  font-style: normal;
}
@media (max-width: 430px) {
  .seal__wrap {
    font-style: normal;
    font-weight: 500;
  }
}
.seal__wrap .gnav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  opacity: 0;
  overflow: hidden;
}
.seal__wrap .gnav.open {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  transition: all 1s;
  opacity: 1;
  overflow: hidden;
}
.seal__wrap .gnav.open .gnav__list {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.seal__wrap .gnav.open .gnav__list .gnav__item {
  height: 100%;
  flex: 1;
  font-weight: 400;
}
.seal__wrap .gnav.open .gnav__list .gnav__item a {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.8rem;
  display: inline-block;
  color: #fff;
  background: rgba(30, 30, 30, 0.9);
}
.seal__wrap .gnav.open .gnav__list .gnav__item a::after {
  content: "";
  width: 0.8rem;
  height: 4px;
  background: #e60012;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.youmelogo__wrap {
  position: absolute;
  width: 80px;
  top: 1rem;
  left: 1rem;
  z-index: 100;
}
@media (max-width: 430px) {
  .youmelogo__wrap {
    width: 55px;
  }
}

.mv {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 800px) {
  .mv {
    flex-direction: column;
  }
}
.mv__inner {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
.mv__inner .logo__wrap--zwilling {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 430px) {
  .mv__inner .logo__wrap--zwilling {
    top: 8%;
  }
}
.mv__inner .logo__wrap--zwilling img {
  max-width: 55px;
  height: auto;
}
@media (max-width: 430px) {
  .mv__inner .logo__wrap--zwilling img {
    max-width: 36px;
    height: auto;
  }
}
.mv__inner .seal__title {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  padding: 0 3%;
  font-size: 4rem;
  line-height: 1.3;
  color: #e60012;
}
@media (max-width: 800px) {
  .mv__inner .seal__title {
    top: 48%;
  }
}
@media (max-width: 430px) {
  .mv__inner .seal__title {
    top: 40%;
  }
}
.mv__inner .seal__title img {
  width: 100%;
  max-width: 603px;
}
@media (max-width: 800px) {
  .mv__inner .seal__title img {
    max-width: 480px;
  }
}
@media (max-width: 430px) {
  .mv__inner .seal__title img {
    max-width: 360px;
  }
}
.mv__inner .mv__img--nabehotyo {
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 430px) {
  .mv__inner .mv__img--nabehotyo {
    padding-top: 50px;
    justify-content: center;
  }
}
.mv__inner .mv__img--nabehotyo img {
  width: 100%;
  max-width: 552px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 430px) {
  .mv__inner .mv__img--nabehotyo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .max67--red {
  color: #fff;
  background: #e60012;
  mix-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3%;
}
.mv .max67--red p {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
  .mv .max67--red p {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .mv .max67--red {
    padding: 3% 2%;
  }
}
.mv .max67--red img {
  max-width: 250px;
}
@media (max-width: 800px) {
  .mv .max67--red img {
    max-width: 360px;
  }
}

.mv__osae {
  position: absolute;
  bottom: 0.8em;
  left: 3%;
  font-weight: 500;
}
@media (max-width: 430px) {
  .mv__osae {
    font-size: 0.8125rem;
  }
}

.period__wrap {
  width: 100%;
  padding: 1.8em 2%;
  margin: 0 auto;
  background: #1e1e1e;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}
@media (max-width: 800px) {
  .period__wrap {
    padding: 0.8em 2% 1.5em;
    text-align: left;
  }
}
.period__wrap p {
  font-size: 1.75rem;
  color: #fff;
}
@media (max-width: 800px) {
  .period__wrap p {
    font-size: 1.25rem;
  }
}
.period__wrap p:last-child {
  margin-top: 0.5em;
}
.period__wrap p span {
  display: inline-block;
  background: #fff;
  font-size: 1.25rem;
  color: #1e1e1e;
  padding: 0 2px;
  margin-right: 0.8em;
  border-radius: 2px;
}
@media (max-width: 800px) {
  .period__wrap p span {
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .period__wrap p span {
    font-size: 0.875rem;
    margin-bottom: 0.3em;
  }
}

/*==================================================
seal_intro
===================================*/
.seal_intro {
  padding: 60px 2%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  /*==================================================
  実施店舗
  ===================================*/
}
@media (max-width: 430px) {
  .seal_intro {
    padding: 20px 2%;
  }
}
.seal_intro .title__box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .seal_intro .title__box {
    flex-direction: column;
  }
}
.seal_intro .title__box .title {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .seal_intro .title__box .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 430px) {
  .seal_intro .title__box .title {
    font-size: 2rem;
  }
}
.seal_intro .title__box .title::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/kirakira.svg) no-repeat;
  background-size: contain;
  margin-right: -8px;
}
@media (max-width: 800px) {
  .seal_intro .title__box .title::before {
    width: 36px;
    height: 36px;
  }
}
.seal_intro .title__box img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  .seal_intro .title__box img {
    margin: 0.5rem auto 0;
  }
}
.seal_intro .title__box + p {
  font-size: 2rem;
  color: #c60079;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 800px) {
  .seal_intro .title__box + p {
    font-size: 1.5rem;
  }
}
@media (max-width: 430px) {
  .seal_intro .title__box + p {
    font-size: 1.25rem;
  }
}
.seal_intro .title__box + p {
  font-weight: 700;
}
.seal_intro .top_tenpo {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 1rem 2%;
  background: #f4f4f4;
  border-radius: 8px;
}
@media (max-width: 430px) {
  .seal_intro .top_tenpo {
    padding: 0.5rem 2%;
    margin: 1rem auto 0;
  }
}
.seal_intro .top_tenpo .top_tenpo_text_wrap {
  font-weight: 700;
}
.seal_intro .top_tenpo .top_tenpo_text_wrap .title {
  display: inline-block;
  font-size: 1.25rem;
  border-bottom: 3px solid #1e1e1e;
  padding-bottom: 2px;
}
@media (max-width: 430px) {
  .seal_intro .top_tenpo .top_tenpo_text_wrap .title {
    font-size: 1rem;
  }
}
.seal_intro .top_tenpo .top_tenpo_text_wrap .text {
  margin-top: 1rem;
}
@media (max-width: 430px) {
  .seal_intro .top_tenpo .top_tenpo_text_wrap .text {
    font-size: 0.875rem;
  }
}
.seal_intro .btn {
  display: inline-block;
  background: #1e1e1e;
  border-radius: 4px;
  margin-top: 50px;
  padding: 0.9rem 1.5rem 1rem;
  font-size: 1.25rem;
  box-shadow: 3px 3px #ccc;
  color: #fff;
  transition: all 0.3s;
}
.seal_intro .btn:hover {
  background: #b40067;
}
@media (max-width: 430px) {
  .seal_intro .btn {
    font-size: 1rem;
  }
}
.seal_intro .btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 0.8rem;
  transition: all 0.3s;
}

/*==================================================
商品一覧　　.product_list
===================================*/
.section_title {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 700;
  border-bottom: 8px solid #dbdbdb;
}
@media (max-width: 800px) {
  .section_title {
    font-size: 1.25rem;
  }
}
.section_title::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
  width: 45px;
  height: 55.57px;
  background-size: contain;
}

.lineup,
.product_intro {
  padding: 60px 4%;
  text-align: center;
  font-style: normal;
}

.lineup .inner:first-of-type {
  margin: 50px auto 0;
}
@media (max-width: 800px) {
  .lineup .inner:first-of-type {
    margin: 30px auto 0;
  }
}
.lineup .inner {
  max-width: 900px;
  margin: 80px auto 0;
  text-align: left;
}
.lineup .inner .sub_title {
  max-width: 100%;
  display: inline-block;
  padding-bottom: 0.2rem;
  font-size: 2.5rem;
  border-bottom: 2px solid #1e1e1e;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 800px) {
  .lineup .inner .sub_title {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
}
.lineup .inner .sub_title span {
  font-size: 80%;
}
.lineup .inner .sub_title + p {
  margin-top: 0.6rem;
  font-size: 1.125rem;
}
@media (max-width: 800px) {
  .lineup .inner .sub_title + p {
    text-align: center;
    font-size: 0.875rem;
  }
}
.lineup__list {
  margin-top: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 3.5rem;
}
@media (max-width: 800px) {
  .lineup__list {
    flex-direction: column;
    gap: 0;
  }
}
.lineup__list li {
  width: min(100%, 414px);
  margin: 20px auto 0;
}
@media (max-width: 800px) {
  .lineup__list li {
    margin: 20px auto 0;
  }
}
.lineup__list li .img__box {
  text-align: center;
}
.lineup__list li .img__box img {
  width: min(100%, 350px);
  margin: 0 auto;
  border-radius: 8px;
}
.lineup__list li .price__box,
.lineup__list li .maker_price,
.lineup__list li .product_description {
  margin-top: 1rem;
}
.lineup__list li .product_name {
  font-size: 1.5rem;
  font-weight: 800;
  border-bottom: 1px solid #1e1e1e;
  margin-top: 0.4rem;
}
@media (max-width: 800px) {
  .lineup__list li .product_name {
    font-size: 1.25rem;
  }
}
.lineup__list li .limited {
  font-size: 1.125rem;
}
@media (max-width: 800px) {
  .lineup__list li .limited {
    font-size: 1rem;
  }
}
.lineup__list li .limited span {
  color: #e60012;
}
.lineup__list li .price__box {
  text-align: right;
}
.lineup__list li .price__box .seal_sum {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.375rem;
}
@media (max-width: 800px) {
  .lineup__list li .price__box .seal_sum {
    font-size: 1.25rem;
  }
}
.lineup__list li .price__box .seal_sum span {
  color: #e60012;
  font-weight: 700;
}
.lineup__list li .price__box .special_price {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  padding: 0 8px 8px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  background: #e60012;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .lineup__list li .price__box .special_price {
    font-size: 1.75rem;
  }
}
.lineup__list li .price__box .special_price span {
  font-size: 1.25rem;
  font-weight: 700;
  font-size: 50%;
}
.lineup__list li .price__box .special_price2 {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  padding: 0 8px 8px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  border: #1B2F92 solid 1px;
  color: #1B2F92;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .lineup__list li .price__box .special_price2 {
    font-size: 1.75rem;
  }
}
.lineup__list li .price__box .special_price2 span {
  font-size: 1.25rem;
  font-weight: 700;
  font-size: 50%;
}
.lineup__list li .price__box .taxinc_text {
  line-height: 1.8;
  font-size: 1.25rem;
  display: inline-block;
}
@media (max-width: 800px) {
  .lineup__list li .price__box .taxinc_text {
    font-size: 1rem;
  }
}
.lineup__list li .body_price {
  text-align: right;
  padding-right: 2.6rem;
}
.lineup__list li .maker_price {
  text-align: right;
  color: #656565;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  .lineup__list li .maker_price {
    font-size: 0.875rem;
  }
}
.lineup__list li .product_description {
  background: #f4f4f4;
  padding: 2%;
  border-radius: 8px;
}
.lineup__list li .product_description p {
  margin-top: 0.4rem;
}
@media (max-width: 800px) {
  .lineup__list li .product_description p {
    font-size: 0.9375rem;
  }
}
.lineup .lineup__list.soothie__list {
  gap: 1rem;
}
.lineup .smoothie__item {
  margin: 20px auto 0;
}
@media (max-width: 800px) {
  .lineup .smoothie__item {
    margin: 0 auto 0;
  }
}
.lineup .smoothie__item .disc_text__box p {
  margin-top: 2.5rem;
}
@media (max-width: 430px) {
  .lineup .smoothie__item .disc_text__box p {
    margin-top: 0;
    font-size: 0.9375rem;
  }
}
.lineup .smoothie__item .disc_text__box p span {
  color: #e60012;
}
.lineup .smoothie__item .smoothie__box {
  position: relative;
  border: 1px solid #839d2c;
  border-radius: 8px;
  padding: 3% 6%;
  margin-top: 1rem;
  gap: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup .smoothie__item .smoothie__box .label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #839d2c;
  color: #fff;
  border-top-left-radius: 4px;
  padding: 2px 4px;
  z-index: 10;
}
@media (max-width: 430px) {
  .lineup .smoothie__item .smoothie__box .label {
    font-size: 0.875rem;
  }
}
.lineup .smoothie__item .smoothie__box img {
  border-radius: 8px;
}
.lineup .smoothie__item .green_text {
  flex: 1;
  color: #839d2c;
  text-align: center;
  font-size: 0.875rem;
}
.lineup .smoothie__item .smoothie__box.futa img {
  width: 100%;
  max-width: 162px;
}
@media (max-width: 430px) {
  .lineup .smoothie__item .smoothie__box.futa img {
    max-width: 120px;
  }
}
.lineup .smoothie__item .smoothie__box.betuuri img {
  width: 100%;
  max-width: 68px;
}
.lineup .smoothie__item .smoothie__box.betuuri .green_text + p {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}
.lineup .smoothie__item .smoothie__box.betuuri .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 200px;
  margin: 0;
}
@media (max-width: 430px) {
  .lineup .smoothie__item .smoothie__box.betuuri .inner {
    width: 170px;
  }
}
.lineup .smoothie__item .smoothie__box.betuuri .inner .img__box {
  margin: 0.5rem auto 0;
  width: 61px;
}

.osae__wrap {
  margin-top: 60px;
}
.osae__wrap p {
  margin-top: 0.8rem;
}
@media (max-width: 800px) {
  .osae__wrap p {
    font-size: 0.875rem;
  }
}
.osae__wrap p a {
  color: #1e1e1e;
  text-decoration: underline;
}

/*====================================
              製品紹介
 =====================================*/
.product_intro--bg {
  background: #ebebeb;
  padding: 0 2%;
}

.product_intro {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.product_intro .section_title + p {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.product_intro .inner {
  max-width: 900px;
  margin: 80px auto 0;
}
.product_intro .inner .sub_title {
  max-width: 100%;
  display: inline-block;
  padding-bottom: 0.2rem;
  font-size: 2.5rem;
  color: #e60012;
  border-bottom: 2px solid #e60012;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 800px) {
  .product_intro .inner .sub_title {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
}
.product_intro .inner .sub_title span {
  font-size: 80%;
}
.product_intro .inner .sub_title + p {
  margin-top: 0.6rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 800px) {
  .product_intro .inner .sub_title + p {
    font-size: 0.9375rem;
  }
}
.product_intro .inner .sense_l_service__list {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  margin-top: 3rem;
}
@media (max-width: 430px) {
  .product_intro .inner .sense_l_service__list {
    gap: 0.5rem;
  }
}
.product_intro .inner .sense_l_service__list li {
  max-width: 175px;
}
.product_intro .inner .sense_l_service__list + p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 430px) {
  .product_intro .inner .sense_l_service__list + p {
    font-size: 1rem;
  }
}
.product_intro .inner .sense_l_service__list + p + p {
  font-size: 1.75rem;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  .product_intro .inner .sense_l_service__list + p + p {
    font-size: 1.25rem;
  }
}
.product_intro .inner .sense_l_service__list + p + p a {
  color: #1e1e1e;
  text-decoration: underline;
}

.guarantee {
  max-width: 400px;
  margin: 1rem auto 0;
  padding: 3px 4%;
  background: #ebebeb;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guarantee .img__box {
  max-width: 71px;
}
@media (max-width: 430px) {
  .guarantee .img__box {
    max-width: 50px;
  }
}
.guarantee .text__box {
  flex: 1;
  padding: 0 4%;
}
.guarantee .text__box .title {
  font-size: 1.5rem;
  font-weight: 900;
}
@media (max-width: 430px) {
  .guarantee .text__box .title {
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .guarantee .text__box .title + p {
    font-size: 0.8125rem;
  }
}

.pouristic__list {
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
  margin-top: 60px;
}
.pouristic__list li {
  margin-top: 2rem;
  padding: 2%;
  border-radius: 8px;
  border: 4px dotted #ebebeb;
}
.pouristic__list li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .pouristic__list li .inner {
    flex-direction: column;
  }
}
.pouristic__list li:first-child .inner {
  flex-direction: row-reverse;
}
.pouristic__list li:last-child .img__box {
  width: min(100%, 500px);
  margin: 0 auto;
}
.pouristic__list .img__box {
  width: min(100%, 360px);
}
.pouristic__list .img__box img {
  border-radius: 8px;
}
.pouristic__list .text__box {
  width: min(100%, 360px);
}
.pouristic__list .text__box .title {
  color: #e60012;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 0.5rem;
}
@media (max-width: 430px) {
  .pouristic__list .text__box .title {
    font-size: 1.25rem;
  }
}
.pouristic__list .text__box .text {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
@media (max-width: 430px) {
  .pouristic__list .text__box .text {
    font-size: 0.875rem;
  }
}
.pouristic__list .text__box .text span {
  display: inline-block;
  background: #1e1e1e;
  color: #fff;
  padding: 2px 4px;
  margin-top: 1rem;
}
.pouristic__list .yukiri {
  text-align: center;
}
.pouristic__list .yukiri .img__box {
  max-width: 200px;
}
.pouristic__list .yukiri_type__box {
  flex: 1;
  width: min(100%, 240px);
  margin-top: 1rem;
}
.pouristic__list .yukiri_type__box .title {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 430px) {
  .pouristic__list .yukiri_type__box .title {
    font-size: 1rem;
  }
}
.pouristic__list .yukiri_type__box .text {
  font-size: 1rem;
}
@media (max-width: 430px) {
  .pouristic__list .yukiri_type__box .text {
    font-size: 0.875rem;
  }
}
.pouristic__list .yukiri_type__box .img__box {
  margin: 0 auto;
  width: 150px;
}
.pouristic__list .yukiri_type__box .img__box img {
  border-radius: 8px;
}

.buy_method {
  background: #dedede;
  text-align: center;
  padding: 60px 3%;
}
@media (max-width: 430px) {
  .buy_method {
    padding: 30px 3%;
  }
}
.buy_method .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.buy_method .step__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 430px) {
  .buy_method .step__title {
    display: inline-block;
    border-bottom: 5px dotted #1e1e1e;
    font-size: 1.85rem;
  }
}
.buy_method ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 430px) {
  .buy_method ul {
    margin-top: 1.25rem;
  }
}
.buy_method ul li {
  width: min(100%, 360px);
}
.buy_method ul li .step123 {
  background: #1e1e1e;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 1;
}
@media (max-width: 430px) {
  .buy_method ul li .step123 {
    font-size: 1.125rem;
  }
}
.buy_method ul li .step123 span {
  font-size: 150%;
}
.buy_method ul li .step__box {
  background: #fff;
  padding: 2% 4%;
}
.buy_method ul li .step__box .title {
  font-weight: 900;
  font-size: 1.75rem;
}
@media (max-width: 430px) {
  .buy_method ul li .step__box .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 430px) {
  .buy_method ul li .step__box .text {
    font-size: 0.9375rem;
  }
}
.buy_method ul li .step__box .text span {
  color: #e60012;
}
.buy_method ul li .step__box .img__box {
  padding: 0 4%;
}

.coution__box .title {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #e60012;
  border-bottom: 1px solid #e60012;
  margin-top: 1rem;
}
@media (max-width: 430px) {
  .coution__box .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 430px) {
  .coution__box p {
    font-size: 0.875rem;
  }
}
.coution__box .title + p {
  margin-top: 0.5rem;
}
.coution__box .title + p + p {
  margin-top: 60px;
}
@media (max-width: 430px) {
  .coution__box .title + p + p {
    margin-top: 20px;
  }
}
.coution__box p:last-child {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 430px) {
  .coution__box p:last-child {
    font-size: 1.125rem;
  }
}

/* MV下ゆめシール新登場 */
.youmeseal_main {
  background-color: #c70079;
  padding-top: 8px;
  padding-bottom: 16px;
}
.youmeseal_main .youmeseal_main_text {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.youmeseal_main .youmeseal_main_text .only-pc,
.youmeseal_main .youmeseal_main_text .only-sp {
  padding: 1em 0.3em;
}
.youmeseal_main .youmeseal_main_button_wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .youmeseal_main .youmeseal_main_button_wrap {
    display: block;
  }
}
.youmeseal_main .youmeseal_main_button {
  width: 50%;
  display: block;
  padding-top: 1em;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .youmeseal_main .youmeseal_main_button {
    width: 100%;
  }
}
.youmeseal_main .youmeseal_main_button a {
  width: 100%;
  max-width: 300px;
  color: #c70079;
  font-size: 1.3em;
  background: #fff;
  padding: 8px 8px;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.youmeseal_main .youmeseal_main_button a::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 15px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c70079;
  border-right: 2px solid #c70079;
  transform: rotate(135deg);
}
@media screen and (max-width: 300px) {
  .youmeseal_main .youmeseal_main_button a {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
    font-size: 1em;
  }
}

/*==================================================
      紙シール配布は終了となり自動で貯まる「ゆめシール」へと移行いたします。
===================================*/
.youmeseal_passed {
  background-color: #ffecf5;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.youmeseal_passed .maxwid690 {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .maxwid690 {
    width: 90%;
  }
}
.youmeseal_passed .youmeseal_passed_text_top {
  font-size: 1em;
  text-align: center;
}
.youmeseal_passed .youmeseal_passed_text_top .text_normal {
  color: #2a2a2a;
}
.youmeseal_passed .youmeseal_passed_text_top .text_youmered {
  font-size: 1.3em;
  font-weight: 700;
  color: #c70079;
  padding-bottom: 24px;
}
.youmeseal_passed .youmeseal_passed_text_top .text_youmered span {
  background: linear-gradient(transparent 50%, #fff362 50%);
}
.youmeseal_passed .mount {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 104px;
  position: relative;
}
.youmeseal_passed .mount::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: calc((100% - 30px) / 2);
  bottom: 48px;
  width: 30px;
  height: 30px;
  border-top: 5px solid #c70079;
  border-right: 5px solid #c70079;
  transform: rotate(135deg);
}
.youmeseal_passed .youmeseal_passed_text_bottom {
  color: #c70079;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_passed .youmeseal_passed_text_bottom p {
  font-size: 1.2em;
  color: #c70079;
  line-height: 1.5;
}
.youmeseal_passed .youmeseal_passed_text_bottom h3 {
  font-size: 2.5em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_text_bottom h3 {
    font-size: 2.125rem;
  }
}
.youmeseal_passed .youmeseal_passed_text_bottom h3 span {
  background: linear-gradient(transparent 70%, #fff362 30%);
}
.youmeseal_passed .youmeseal_passed_text_bottom h3 + p {
  margin-top: 0.5rem;
}
.youmeseal_passed .youmeseal_passed_double_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_double_wrap {
    display: block;
  }
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image p {
  font-size: 1em;
  color: #2a2a2a;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image {
    width: 100%;
  }
}
.youmeseal_passed .youmeseal_passed_double_wrap .youmeseal_passed_image img {
  width: 100%;
}
.youmeseal_passed .app_download_box {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 3%;
  border-radius: 24px;
  background: #fff;
  border: 3px solid #c70079;
}
.youmeseal_passed .app_download_box h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #c70079;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_passed .app_download_box h4 span {
  background: linear-gradient(transparent 70%, #fff362 30%);
}
.youmeseal_passed .app_download_box .app_dl ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  gap: 0.5em;
}

/*==================================================
ゆめシール新登場
===================================*/
.youmeseal_title_wrap {
  background-color: #c70079;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
  position: relative;
}
.youmeseal_title_wrap::before, .youmeseal_title_wrap::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 250px;
  height: 180px;
}
.youmeseal_title_wrap::before {
  background-image: url(../img/shine_topleft_yellow.png);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap::before {
    content: none;
  }
}
.youmeseal_title_wrap::after {
  background-image: url(../img/shine_topright_yellow.png);
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap::after {
    content: none;
  }
}
.youmeseal_title_wrap .maxwid1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.youmeseal_title_wrap .youmeseal_title_copy {
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 0 auto 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap .youmeseal_title_copy {
    max-width: 300px;
    padding-bottom: 8px;
  }
}
.youmeseal_title_wrap .youmeseal_title_copy::before, .youmeseal_title_wrap .youmeseal_title_copy::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 30px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap .youmeseal_title_copy::before, .youmeseal_title_wrap .youmeseal_title_copy::after {
    width: 26px;
    height: 40px;
  }
}
.youmeseal_title_wrap .youmeseal_title_copy::before {
  background: url(../img/double_line_left.png) no-repeat;
  top: 0;
  left: -1em;
  background-size: contain;
}
.youmeseal_title_wrap .youmeseal_title_copy::after {
  background: url(../img/double_line_right.png) no-repeat;
  top: 0;
  right: -1em;
  background-size: contain;
}
@media screen and (max-width: 300px) {
  .youmeseal_title_wrap .youmeseal_title_copy::before {
    left: 0;
  }
  .youmeseal_title_wrap .youmeseal_title_copy::after {
    right: 0;
  }
}
.youmeseal_title_wrap p {
  color: #fff362;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 300px) {
  .youmeseal_title_wrap p {
    font-size: 1em;
  }
}
.youmeseal_title_wrap h2 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::before, .youmeseal_title_wrap h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::before {
    background: url(../img/shine_left_yellow_sp.png) no-repeat;
    background-size: contain;
    left: -0.5em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2::after {
    background: url(../img/shine_right_yellow_sp.png) no-repeat;
    background-size: contain;
    right: -0.5em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_title_wrap h2 {
    width: 90%;
  }
}
.youmeseal_title_wrap h2 img {
  width: 100%;
}

/*==================================================
アコーディオン
===================================*/
.youmeseal_howto {
  width: 100%;
  background-color: #fff362;
  padding-top: 64px;
  padding-bottom: 80px;
  position: relative;
  /*==================================================
  アコーディオンのためのcss
  ===================================*/
  /*アコーディオン全体*/
  /*
  .accordion-area li{
      margin: 10px 0;
  }
  */
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
  /*個別*/
}
.youmeseal_howto::before, .youmeseal_howto::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  top: 0;
}
.youmeseal_howto::before {
  background: url(../img/shine_comingsoon_left.png) no-repeat;
  background-repeat: repeat-y;
  left: 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto::before {
    content: none;
  }
}
.youmeseal_howto::after {
  background: url(../img/shine_comingsoon_right.png) no-repeat;
  background-repeat: repeat-y;
  right: 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto::after {
    content: none;
  }
}
.youmeseal_howto .accordion-area {
  list-style: none;
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
}
.youmeseal_howto .accordion-area .accordion_content {
  margin-bottom: 16px;
  background-color: #ffecf5;
  border-radius: 13px;
}
.youmeseal_howto .accordion_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 2% 2% 2% 40px;
  transition: all 0.5s ease;
  background: #c70079;
  border-radius: 13px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_title {
    padding: 4% 40px 4% 40px;
    font-size: 1.3em;
  }
}
.youmeseal_howto .accordion_title::before,
.youmeseal_howto .accordion_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_title::before,
  .youmeseal_howto .accordion_title::after {
    width: 20px;
  }
}
.youmeseal_howto .accordion_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.youmeseal_howto .accordion_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.youmeseal_howto .accordion_title.close::before {
  transform: rotatex(180deg);
}
.youmeseal_howto .accordion_title.close::after {
  transform: rotatex(-45deg);
}
.youmeseal_howto .box {
  display: none; /*はじめは非表示*/
  background: #ffecf5;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  padding: 24px 24px 40px;
}
.youmeseal_howto .accordion_image_double_wrap {
  width: 100%;
  margin: 0 auto;
}
.youmeseal_howto .accordion_image_double {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_image_double {
    display: block;
  }
}
.youmeseal_howto .accordion_image_double .accordion_image {
  width: 50%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_image_double .accordion_image {
    width: 100%;
    margin: 0 auto;
  }
}
.youmeseal_howto .accordion_image_double .accordion_image img {
  width: 100%;
}
.youmeseal_howto .accordion_confirmation {
  padding-bottom: 48px;
}
.youmeseal_howto .accordion_title_sub {
  background-color: #c70079;
  padding: 4px 8px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  max-width: 170px;
  text-align: center;
  margin-bottom: 16px;
}
.youmeseal_howto .accordion_confirmation .accordion_image {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_confirmation .accordion_image {
    padding-bottom: 56px;
  }
}
.youmeseal_howto .accordion_confirmation_300 .accordion_image {
  max-width: 300px;
}
.youmeseal_howto .accordion_text {
  padding-bottom: 16px;
  color: #2a2a2a;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}
.youmeseal_howto .accordion_text_red {
  color: #c70079;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}
.youmeseal_howto .image_single {
  max-width: 220px;
  margin: 0 auto;
}
.youmeseal_howto .flex_content_center {
  align-items: center;
}
.youmeseal_howto .flex_content_center .accordion_text_sm {
  width: 50%;
  font-size: 0.9em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .flex_content_center .accordion_text_sm {
    width: 100%;
  }
}
.youmeseal_howto .arrow_down {
  position: relative;
}
.youmeseal_howto .arrow_down::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: calc((100% - 60px) / 2);
  top: calc((100% - 30px) / 2);
  width: 30px;
  height: 30px;
  border-top: 5px solid #c70079;
  border-right: 5px solid #c70079;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .arrow_down::after {
    transform: rotate(135deg);
    left: calc((100% - 20px) / 2);
    top: 43%;
    width: 20px;
    height: 20px;
    border-top: 5px solid #c70079;
    border-right: 5px solid #c70079;
  }
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .accordion_confirmation .accordion_text_red {
    font-weight: 500;
    position: relative;
    max-width: 180px;
    margin: 0 auto;
    padding-bottom: 16px;
  }
  .youmeseal_howto .accordion_confirmation .accordion_text_red::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c70079;
    left: 0;
    bottom: 8px;
  }
}
.youmeseal_howto .youmeseal_howto_notice {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #c70079;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .youmeseal_howto .youmeseal_howto_notice {
    border-radius: 0;
    margin-top: 40px;
  }
}
.youmeseal_howto .youmeseal_howto_notice h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: #2a2a2a;
  text-align: center;
  padding-bottom: 24px;
}
.youmeseal_howto .youmeseal_howto_notice h4 span {
  color: #c70079;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text {
  text-align: left;
  line-height: 1.8;
  padding-bottom: 24px;
  color: #2a2a2a;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text_lg {
  text-align: center;
  color: #c70079;
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 32px;
}
.youmeseal_howto .youmeseal_howto_notice .youmeseal_howto_notice_text_lg span {
  background: linear-gradient(transparent 70%, #fff362 30%);
}

/*==================================================
よくあるご質問
===================================*/
.seal_qa_wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 64px;
  max-width: 750px;
  margin: 0 auto;
}

.seal_qa_title {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  margin: 0 auto;
  background: #c70079;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .seal_qa_title {
    border-radius: 0;
  }
}
.seal_qa_title h3 {
  width: 100%;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  /* margin-bottom: 1em;*/
  /*&::before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: $youme_red;
        border-radius: 2px;
      }*/
}
@media screen and (max-width: 768px) {
  .seal_qa_title h3 {
    font-size: 1.3em;
  }
}

.seal_qa_content {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  /*max-width: 1100px;*/
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .seal_qa_content {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0;
  }
}

.seal_qa_list {
  padding-bottom: 64px;
  position: relative;
}
.seal_qa_list::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 32px;
  background-color: #d3d3d3;
}

.seal_qa_question_wrap {
  padding-bottom: 16px;
}

.seal_qa_question_wrap,
.seal_qa_answer_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.seal_qa_question_number {
  background: #c70079;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .seal_qa_question_number {
    font-size: 1em;
    width: 2.2em;
    height: 2em;
  }
}

.seal_qa_question_text {
  width: 100%;
  padding-left: 1.3em;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .seal_qa_question_text {
    font-size: 1em;
  }
}

.seal_qa_answer_number {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #2a2a2a;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
}

.seal_qa_answer_text {
  width: 100%;
  padding-left: 1.5em;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .seal_qa_answer_text {
    font-size: 0.9em;
  }
}

.button_return_wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 40px;
}

.button_return {
  background-color: #c70079;
  color: #fff;
  font-size: 1em;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 16px 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  border-radius: 50px;
}
.button_return::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 20px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* アプリ版のみ適用 */
.app_tenpo {
  display: block;
  width: 100%;
  padding-top: 64px;
}

.app_tenpo_text_wrap {
  display: block;
  width: 96%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  /* border: 5px solid #C70079; */
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
.app_tenpo_text_wrap .app_tenpo_text_youmered {
  font-size: 1.5em;
  color: #c70079;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 24px;
  border-radius: 8px;
  position: relative;
}
.app_tenpo_text_wrap .app_tenpo_text_youmered::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #c70079;
  bottom: 10px;
  left: calc((100% - 30px) / 2);
}
.app_tenpo_text_wrap .app_tenpo_text {
  color: #2a2a2a;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .app_tenpo_text_wrap .app_tenpo_text {
    text-align: left;
  }
}

/*デイリーマート田宮店追記*/
.top_tenpo_text_sm,
.app_tenpo_text_wrap .top_tenpo_text_sm {
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .top_tenpo_text_sm,
  .app_tenpo_text_wrap .top_tenpo_text_sm {
    text-align: left;
  }
}