@charset "UTF-8";
/* Scss Document */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 1.5;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.02em;
  line-height: 1.7;
  word-wrap: break-word;
  background: #ddd url(../img/bg-footer.webp);
}
@media screen and (max-width: 991px) {
  body {
    font-size: clamp(1.3rem, 3.5vw, 1.7rem);
  }
}

h2,
h3,
h4 {
  line-height: 1.2;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

p,
span,
li,
dl {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

figure {
  margin: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #b8393d;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
a:hover {
  color: #db616a;
}
@media screen and (max-width: 991px) {
  a:hover {
    color: #b8393d;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

.d-ib {
  display: inline-block;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 991px) {
  .mb15 {
    margin-bottom: 3vw !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
  .mb30 {
    margin-bottom: 5vw !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 991px) {
  .mb45 {
    margin-bottom: 7.5vw !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 991px) {
  .mb60 {
    margin-bottom: 10vw !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 991px) {
  .mb80 {
    margin-bottom: 13vw !important;
  }
}

.ta-c {
  width: 100%;
  text-align: center !important;
}

.ti-0 {
  text-indent: 0 !important;
  padding: 0 !important;
}

.ti-08 {
  text-indent: -0.8em !important;
}

.ti-1 {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 991px) {
  .ti-1 {
    display: inline-block;
  }
}
.ti-1.p0 {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .ti-1.p0 {
    padding: 0 0 0 1em;
  }
}

.ti-0 {
  text-indent: 0 !important;
  padding: 0 !important;
}

.ti-5 {
  text-indent: -5em !important;
  padding: 0 0 0 5em !important;
}

.ti-6 {
  text-indent: -6em !important;
  padding: 0 0 0 6em !important;
}

.wrap {
  background: #ddd url(../img/bg-wall.webp);
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: transparent url(../img/bg-pattern.webp);
}
@media screen and (max-width: 991px) {
  .wrapper {
    background: rgba(0, 0, 0, 0) url(../img/bg-pattern.webp) repeat 10vw 0/200vw auto;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loaded .loading {
  opacity: 0;
}

.pageHeader {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 0 15px 1.6vw;
  z-index: 999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .pageHeader {
    height: clamp(90px, 7.7vw, 100px);
  }
}
@media screen and (max-width: 991px) {
  .pageHeader {
    height: clamp(80px, 9vw, 90px);
  }
}
@media screen and (max-width: 561px) {
  .pageHeader {
    padding: 0 0 2vw 2vw;
    height: clamp(56px, 15.4vw, 80px);
  }
}
.pageHeader__gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageHeader__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: -2px 0 0;
}
@media screen and (max-width: 991px) {
  .pageHeader__snsList {
    margin-top: 0;
  }
}
.pageHeader__snsListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin: 0 20px 0 0;
}
.pageHeader__snsListItem:first-child {
  margin: 0 30px 0 0;
}
.pageHeader__snsListItem:last-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListItem {
    margin: 0 3vw 0 0;
  }
  .pageHeader__snsListItem:first-child {
    margin: 0 5vw 0 0;
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__snsListItem {
    margin: 0 3vw 0 0;
  }
  .pageHeader__snsListItem:first-child {
    margin: 0 5vw 0 0;
  }
}
.pageHeader__snsListLink {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  height: 41px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: transparent;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.pageHeader__snsListLink:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink {
    height: 23px;
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink {
    height: clamp(23px, 5.9vw, 30px);
  }
}
.pageHeader__snsListLink.amiami {
  background-image: url("../img/logo-amiami.svg");
  aspect-ratio: 191/40;
  height: 40px;
  margin-bottom: 2px;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.pageHeader__snsListLink.amiami:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink.amiami:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink.amiami {
    height: clamp(25px, 6vw, 34px);
    margin-bottom: 1px;
  }
}
.pageHeader__snsListLink.twitter {
  background-image: url("../img/ico-x.svg");
}
.pageHeader__snsListLink.facebook {
  background-image: url("../img/ico-fb.svg");
}
.pageHeader__snsListLink.line {
  background-image: url("../img/ico-line.svg");
}
.pageHeader__snsListText {
  font-size: clamp(0.5rem, 2vw, 1.5rem);
}
.pageHeader__menuIcon {
  width: 40px;
  aspect-ratio: 1/1;
  position: fixed;
  top: 57px;
  right: 57px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon {
    top: 3.5vw;
    right: 3vw;
    width: clamp(15px, 5vw, 84px);
  }
}
.pageHeader__menuIcon span {
  width: 40px;
  height: 2px;
  background: #fff;
  position: fixed;
  color: #fff;
  font-size: 1.2rem;
  rotate: 0deg;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon span {
    width: 5vw;
    font-size: 1.45vw;
  }
}
.pageHeader__menuIcon span:nth-child(1) {
  top: 57px;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon span:nth-child(1) {
    top: 3.5vw;
  }
}
.pageHeader__menuIcon span:nth-child(2) {
  top: 74px;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon span:nth-child(2) {
    top: 5.5vw;
  }
}
.pageHeader__menuIcon span:nth-child(3) {
  top: 82px;
  height: auto;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon span:nth-child(3) {
    top: 7vw;
  }
}
.pageHeader__menuIcon.open::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.pageHeader__menuIcon.open::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pageHeader__menuIcon.open span:nth-child(1) {
  top: 66px;
  rotate: 20deg;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon.open span:nth-child(1) {
    top: 4.5vw;
  }
}
.pageHeader__menuIcon.open span:nth-child(2) {
  top: 66px;
  rotate: -20deg;
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon.open span:nth-child(2) {
    top: 4.5vw;
  }
}
.pageHeader__gnaviListWrap {
  position: fixed;
  width: 34vw;
  max-width: 500px;
  height: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding: 17vh 7% 3vh 4%;
  background: #0f2754 url(../img/bg-footer.webp);
  clip-path: polygon(calc(100% - 255px) 0, 100% 0, 100% 255px, calc(100% - 255px) 0);
}
@media screen and (max-width: 1300px) {
  .pageHeader__gnaviListWrap {
    padding: 17vh 6% 3vh 5%;
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__gnaviListWrap {
    width: 90vw;
    padding: 17vh 8% 5vh 7%;
    clip-path: polygon(calc(100% - 17vw) 0, 100% 0, 100% 20vw, calc(100% - 17vw) 0);
  }
}
@media screen and (max-width: 767px) {
  .pageHeader__gnaviListWrap {
    width: 90vw;
    padding: 18vh 10% 5vh 5%;
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__gnaviListWrap {
    width: 90vw;
    padding: 18vh 10% 5vh 11%;
  }
}
.pageHeader__gnaviListWrap.open {
  right: 0;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.pageHeader__gnaviList {
  margin: 0 auto 4vw;
  padding: 0;
  position: relative;
  list-style: none;
  max-width: 303px;
}
@media screen and (max-width: 991px) {
  .pageHeader__gnaviList {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__gnaviList {
    max-width: inherit;
  }
}
.pageHeader__gnaviItem {
  position: relative;
  margin: 0 0 4vh;
}
@media screen and (max-width: 561px) {
  .pageHeader__gnaviItem {
    margin: 0 0 3.5vh;
  }
}
.pageHeader__gnaviLink {
  text-decoration: none;
  font-size: clamp(1.5rem, 6vw, 2.8125rem);
  color: #fff;
}
.pageHeader__gnaviLink::after {
  font-size: clamp(0.5rem, 2.5vw, 2rem);
  color: #9fa9bb;
  display: block;
}
.pageHeader__gnaviLink.menu01::after {
  content: "TOP";
}
.pageHeader__gnaviLink.menu02::after {
  content: "Collaboration Menu";
}
.pageHeader__gnaviLink.menu03::after {
  content: "Collaboration Goods";
}
.pageHeader__gnaviLink.menu04::after {
  content: "WEGO Customer Bonus";
}
.pageHeader__gnaviLink.menu05::after {
  content: "Store Information";
}
.pageHeader__gnaviLink:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .pageHeader__gnaviLink:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.mainVisual {
  display: block;
  content: "";
  position: relative;
  aspect-ratio: 1397/700;
  margin: 0 auto;
  background: url("../img/img-mainvisual.webp") no-repeat center center/contain;
  z-index: 1;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1420px) {
  .mainVisual {
    margin: 0 3vw;
    background: url("../img/img-mainvisual.webp") no-repeat center center/100% auto;
  }
}
.mainVisual__wrapper {
  position: relative;
  padding: 90px 0;
}
@media screen and (max-width: 1300px) {
  .mainVisual__wrapper {
    padding: 6.5vw 0 44vw;
    background-size: auto 5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual__wrapper {
    padding: 9vw 0 44vw;
    background-size: auto 7vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__wrapper {
    padding: 13vw 0 44vw;
    background-size: auto 7.5vw;
  }
}
@media screen and (max-width: 561px) {
  .mainVisual__wrapper {
    padding: 16vw 0 44vw;
    background-size: auto 9vw;
  }
}
@media screen and (max-width: 1300px) {
  .mainVisual {
    margin: 0 3.5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual {
    margin: 0 auto;
  }
}

.lead {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 875/361;
  margin: 0 auto;
  background: url(../img/title-pc.webp) no-repeat center center/contain;
  z-index: 1;
  width: 100%;
  max-height: 361px;
  bottom: 0;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .lead {
    background: url(../img/title-sp.webp) no-repeat center center/100% auto;
  }
}

.content {
  /*&__subTitle .small{
  	padding-left: 0.2em;
  	letter-spacing: 0.05em;
  	font-size: 1.95rem;
  	vertical-align: middle;
  	@include mq() {
  		font-size: clamp(1.3rem, 3.5vw, 2.1rem);
  	}
  }*/
  /*&__block{
  	padding: 35px 20px 70px;
  	@include mq() {
  		padding: 7.5vw 0 11vw;
  	}
  }*/
}
.content__wrapper {
  width: 100%;
  padding: 120px 0;
  /*&:last-child{
  	padding-bottom: 200px;
  	@include mq() {
  		padding-bottom: 25vw;
  	}
  	@include mq(narrow) {
  		padding-bottom: 27vw;
  	}
  }*/
}
@media screen and (max-width: 991px) {
  .content__wrapper {
    padding: 10vw 5vw;
  }
}
@media screen and (max-width: 561px) {
  .content__wrapper {
    background-size: 26% auto;
  }
}
.content__title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 68px;
  margin: 0 auto 70px;
  position: relative;
  text-align: center;
  line-height: 1em;
  font-size: clamp(3rem, 6vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 110px;
  color: #0f2754;
}
@media screen and (max-width: 991px) {
  .content__title {
    background-size: auto 6vw;
    background-position: center 4.5vw;
    margin: 0 auto;
    padding: 0 0 15vw;
    width: clamp(240px, 100%, 100%);
  }
}
.content__title:before, .content__title:after {
  content: "";
  display: block;
}
.content__title:before {
  background: transparent url(../img/bg-border-left.svg) no-repeat center center/100% 2px;
}
.content__title:after {
  background: transparent url(../img/bg-border-right.svg) no-repeat center center/100% 2px;
}
.content #section00 {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .content #section00 {
    padding-bottom: 5vw;
  }
}
#section00 .content__title {
  margin: 0;
  background-image: url("../img/h2-comingsoon.webp");
}
#section00 .content__title:before {
  width: calc(50% - 5.5em);
}
#section00 .content__title:after {
  width: calc(50% - 5.5em);
}
@media screen and (max-width: 991px) {
  #section00 .content__title {
    margin: 0;
  }
}
#section01 .content__title {
  background-image: url("../img/h2-apparel.webp");
  background-size: auto 90px;
}
@media screen and (max-width: 991px) {
  #section01 .content__title {
    background-size: auto 8vw;
  }
}
#section01 .content__title:before {
  width: calc(50% - 4em);
}
#section01 .content__title:after {
  width: calc(50% - 4em);
}
#section02 .content__title {
  background-image: url("../img/h2-goods.webp");
}
#section02 .content__title:before {
  width: calc(50% - 4.5em);
}
#section02 .content__title:after {
  width: calc(50% - 4.5em);
}
#section03 .content__title {
  background-image: url("../img/h2-bonus.webp");
}
#section03 .content__title:before {
  width: calc(50% - 4.65em);
}
#section03 .content__title:after {
  width: calc(50% - 4.65em);
}
#section04 .content__title {
  background-image: url("../img/h2-store.webp");
}
#section04 .content__title:before {
  width: calc(50% - 2.5em);
}
#section04 .content__title:after {
  width: calc(50% - 2.5em);
}
.content__subTitle {
  font-size: 3.6rem;
  margin-bottom: 0.75em;
  font-weight: 800;
  color: #0f2754;
  text-align: center;
  /*&.mb-narrow{
  	margin-bottom: 0.45em !important;
  }*/
}
@media screen and (max-width: 991px) {
  .content__subTitle {
    font-size: clamp(1.8rem, 5vw, 2.9rem);
    text-align: left;
  }
}
.content__subTitle:before {
  content: "[";
}
.content__subTitle:after {
  content: "]";
}
.content__subTitle span.small {
  font-size: clamp(1rem, 3vw, 2.4rem);
}
@media screen and (max-width: 561px) {
  .content__subTitle.title-shop {
    letter-spacing: -0.02em;
  }
}
.content__section {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
}
.content__innerList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__innerListImageWrap {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
}
.content__innerListImageWrap img {
  display: block;
  width: 100%;
}
.content__innerListImageWrap.w100 {
  width: 100%;
}
.content__innerListImageWrapCrepe {
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
  border-radius: 8px;
  border: solid 1px #a0a0a0;
}
@media screen and (max-width: 991px) {
  .content__innerListImageWrapCrepe {
    margin: 0 0 2vw;
    border-radius: 5px;
  }
}
.content__innerListImageWrapCrepe img {
  width: 100%;
}
.content__innerListImageWrapNotice {
  position: absolute;
  line-height: 1.2;
  bottom: 4px;
  right: 6px;
  color: #191919;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991px) {
  .content__innerListImageWrapNotice {
    bottom: 0.2vw;
    right: 0.6vw;
    font-size: clamp(1rem, 2.6vw, 1.2rem);
  }
}
.special .content__innerListImageWrap {
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .special .content__innerListImageWrap {
    margin: 0 0 3vw;
  }
}
.content__innerListTitle {
  line-height: 1.3;
  font-size: 2rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 991px) {
  .content__innerListTitle {
    font-size: clamp(1.3rem, 3.5vw, 2rem);
    margin: 0 0 1vw;
  }
}
.special .content__innerListTitle {
  color: #dd1b44;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  .special .content__innerListTitle {
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    margin: 0 0 1vw;
  }
}
.special .content__innerListTitle .number {
  display: inline-block;
  background-color: #dd1b44;
  width: 3.2rem;
  padding-top: 0.15rem;
  aspect-ratio: 1/1;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .special .content__innerListTitle .number {
    width: clamp(16px, 6vw, 35px);
    padding-top: 0.35vw;
  }
}
.content__innerListCatch {
  margin: 35px auto;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 991px) {
  .content__innerListCatch {
    margin: 6vw auto;
    font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  }
}
.content__innerListCatch:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  rotate: -45deg;
  margin: 0 0.5em 0 0;
}
.content__innerListText {
  padding: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .content__innerListText {
    margin-bottom: 4vw;
  }
}
.content__innerListTextItem {
  line-height: 1.4;
  list-style: none;
  margin-bottom: 0.3em;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .content__innerListTextItem {
    font-size: clamp(1.4rem, 3.8vw, 2.1rem);
  }
}
.content__innerListTextItem strong {
  color: #0f2754;
}
.content__innerListTextItemNote {
  line-height: 1.5;
  list-style: none;
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .content__innerListTextItemNote {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
  }
}
.content__innerListNote {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  list-style: none;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .content__innerListNote {
    font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  }
}
.content__innerText + .content__innerListNote {
  margin-top: 1em;
}
.content__innerListParagraph:last-child {
  margin: 0;
}
.content__innerListPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 5px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #b8393d;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .content__innerListPrice {
    font-size: clamp(1.5rem, 4vw, 2.6rem);
    margin: 0 0 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .content__innerListPrice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.5em;
  }
}
.content__innerListPrice.txt-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .content__innerListPrice > span {
    width: 100%;
    line-height: 1.1;
  }
}
.content__innerListPrice + .content__innerListPrice {
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .content__innerListPrice + .content__innerListPrice {
    margin-top: 0;
  }
}
.content__innerListPriceYen {
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  .content__innerListPriceYen {
    font-size: clamp(1rem, 2.7vw, 1.7rem);
  }
}
@media screen and (max-width: 991px) {
  .content__innerListPriceYen.dsp-bl {
    display: block;
    margin-bottom: -0.5em;
  }
}
.content__innerListPriceYen.txt-pr {
  padding-right: 0.4em;
}
.content__innerTextList {
  text-indent: -1em;
  padding: 0 0 0 1em;
  list-style: none;
}
.content__innerTextListItem:before {
  content: "・";
}
.content__innerText {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .content__innerText {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
  }
}
.content__innerText + .content__innerText {
  margin-top: 0.5em;
}
.content__innerTextNote {
  width: 100%;
  letter-spacing: -0.02em;
  margin-top: -0.5em;
  text-align: right;
  font-size: 1.5rem;
  color: #424242;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .content__innerTextNote {
    margin-top: 0;
    font-size: clamp(1rem, 2.7vw, 1.5rem);
  }
}
.content__innerItem {
  width: calc(50% - 15px);
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
  .content__innerItem {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .content__innerItem {
    width: 100%;
    margin: 0 0 6vw;
  }
}
.content__innerItem figure img {
  display: block;
  width: 100%;
}
.content__innerItemSingle {
  width: 100%;
  margin: 0 0 60px;
}
@media screen and (max-width: 991px) {
  .content__innerItemSingle {
    margin: 0 0 10vw;
  }
}
.content__innerItemSingle .content__innerListImageWrap {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .content__innerItemSingle .content__innerListImageWrap {
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__innerItemImageLink {
  display: block;
  width: 100%;
}
.content__innerItemImageLink:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 26px;
  background-image: url("../img/ico-zoom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 6px;
  top: 6px;
}
@media screen and (max-width: 991px) {
  .content__innerItemImageLink:after {
    width: clamp(16px, 3.6vw, 24px);
    right: 0.8vw;
    top: 0.8vw;
  }
}
.w100 .content__innerItemImageLink:after {
  width: 30px;
}
@media screen and (max-width: 991px) {
  .w100 .content__innerItemImageLink:after {
    width: clamp(18px, 4.8vw, 30px);
    right: 1.2vw;
    top: 1.2vw;
  }
}
.content__innerItemImageLink img {
  display: block;
  width: 100%;
}
.content__innerListIngredient {
  width: 100%;
  padding: 20px 20px;
  text-indent: 0;
  margin: 15px 0 0;
  border-radius: 8px;
  background-color: #e6faff;
}
@media screen and (max-width: 991px) {
  .content__innerListIngredient {
    margin: 2.5vw 0 0;
    padding: 2.5vw;
    border-radius: 5px;
  }
}
.content__innerListIngredientItem {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1.4rem;
}
.content__innerListIngredientItem:before {
  content: "・";
}
@media screen and (max-width: 991px) {
  .content__innerListIngredientItem {
    display: block;
    padding-right: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
  }
}
.content__innerListIngredientItem.note {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .content__innerListIngredientItem.note {
    font-size: clamp(1rem, 2.7vw, 1.2rem);
  }
}
.content__innerListIngredientItem.note:before {
  content: "※";
}
.content__innerAttention {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto 90px;
  padding: 0;
  text-indent: -1em;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .content__innerAttention {
    margin: 0 auto 16vw;
    padding: 0;
    font-size: clamp(1rem, 3vw, 1.3rem);
  }
}
.content__innerAttention.single {
  padding: 0 30px 30px;
}
.content__innerAttention:last-child {
  margin-bottom: 0;
}
.content__innerAttentionItem {
  line-height: 1.4;
  text-indent: -1em;
  margin-bottom: 0.2em;
  padding: 0 0 0 1em;
  list-style: none;
  font-size: clamp(1rem, 3vw, 1.6rem);
}
.content__innerAttentionItem:last-child {
  margin-bottom: 0;
}
.content__innerShopItemWrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .content__innerShopItemWrap {
    display: block;
  }
}
.content__innerShopItemWrap:last-child {
  border-bottom: none;
}
.content__innerShopList {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .content__innerShopList {
    margin-bottom: 6vw;
  }
}
.content__innerShopList dt {
  width: 150px;
  padding: 0.65em 0;
  font-size: clamp(1rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #0f2754;
  line-height: 1;
  /*@include mq(narrow) {
  	padding: 0.8em 0;
  }*/
}
@media screen and (max-width: 991px) {
  .content__innerShopList dt {
    width: 100%;
    padding: 0.65em 0 0;
  }
}
.content__innerShopList dd {
  width: calc(100% - 150px);
  padding: 1em 0;
  margin: 0;
  font-size: clamp(1rem, 3.5vw, 2.4rem);
}
@media screen and (max-width: 991px) {
  .content__innerShopList dd {
    width: 100%;
  }
}
.content__innerShopSubList {
  list-style: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.content__innerSalesList {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .content__innerSalesList {
    margin-bottom: 6vw;
  }
}
.content__innerSalesItem {
  position: relative;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.7rem;
  font-weight: 500;
}
.content__innerSalesItem::before {
  position: static;
  display: inline;
  content: "●";
  padding-right: 0.4em;
  font-size: 0.65em;
  vertical-align: 0.15em;
}
.content__innerSalesItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .content__innerSalesItem {
    font-size: clamp(1.4rem, 3.7vw, 1.8rem);
  }
}
.content__innerSalesLink {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .content__innerSalesLink {
    font-size: clamp(1.2rem, 3.3vw, 1.6rem);
  }
}
.content__paragraph {
  font-size: 2.2rem;
  margin: 0 auto 1.4em;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .content__paragraph {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    margin: 0 auto 5vw;
  }
}
.content__paragraph.w100 {
  width: 100%;
}
.content__paragraph.center {
  line-height: 1.35;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .content__paragraph.center {
    font-size: clamp(1.6rem, 4.3vw, 2.4rem);
  }
}
.content__paragraph.bold {
  font-weight: 800;
}
.content__paragraph.red {
  color: #dd1b44;
}
.content__paragraphTitle {
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 991px) {
  .content__paragraphTitle {
    font-size: clamp(1.75rem, 4.25vw, 2.8rem);
  }
}
.content__paragraphTitle.title-panel {
  background: #0f2754;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  padding: 0.35em;
}
@media screen and (max-width: 991px) {
  .content__paragraphTitle.title-panel {
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
}
.content__paragraphTitle + .content__paragraphTitle {
  margin-top: -0.35em;
}
.content__paragraphList {
  line-height: 1.4;
  padding: 0;
  display: block !important;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .content__paragraphList {
    font-size: clamp(1.4rem, 3.8vw, 2.2rem);
  }
}
.content__paragraphList.red {
  color: #dd1b44;
}
.content__paragraphNote {
  display: block;
  line-height: 1.4;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .content__paragraphNote {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
  }
}
.content__subTitle + .content__paragraphNote {
  margin-top: -0.5em;
  text-align: center;
}
.content__paragraphNote + .content__paragraphList {
  margin-top: 0.7em;
}
.content__appCollabo {
  max-width: 100%;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content__btnList {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .content__btnList {
    margin: 0 auto 8vw;
  }
}
.content__btnList + .content__btnList {
  margin-top: -10px;
}
@media screen and (max-width: 991px) {
  .content__btnList + .content__btnList {
    margin-top: -2vw;
  }
}
.content__innerBtn {
  display: block;
  position: relative;
  line-height: 1.4;
  width: 448px;
  aspect-ratio: 448/80;
  margin: 0 auto 20px;
  font-weight: 800;
  font-size: 2.3rem;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  background: #0f2754;
}
@media screen and (max-width: 991px) {
  .content__innerBtn {
    width: clamp(200px, 100%, 500px);
    margin: 0 0 3vw;
    font-size: clamp(1.6rem, 4.2vw, 2.3rem);
  }
}
.content__innerBtn:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .content__innerBtn:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.content__innerBtn:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 991px) {
  .content__innerBtn:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.content__innerBtn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0.3em 2px 30px;
  -webkit-transform: scaleX(0.98) rotate(0.03deg);
          transform: scaleX(0.98) rotate(0.03deg);
}
@media screen and (max-width: 991px) {
  .content__innerBtn span {
    padding: 0 5vw;
  }
}
.content__innerBtn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 30px;
  rotate: -45deg;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: calc(50% - 10px);
}
@media screen and (max-width: 991px) {
  .content__innerBtn:after {
    right: 5vw;
    top: calc(50% - 2vw);
    width: 4vw;
    height: 4vw;
  }
}
.content__btnList + .content__innerAttention {
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .content__btnList + .content__innerAttention {
    margin-top: -3.5vw;
  }
}
.content__innerImage {
  width: 100%;
  height: auto;
}

.pageFooter {
  text-align: center;
  position: relative;
  padding: 80px 0 40px;
}
@media screen and (max-width: 991px) {
  .pageFooter {
    padding: 10vw 0 2vw;
  }
}
@media screen and (max-width: 561px) {
  .pageFooter {
    padding: 13vw 0 2vw;
    background-size: 26% auto;
  }
}
.pageFooter__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(300px, 50%, 530px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 70px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .pageFooter__banner {
    margin: 0 auto 9vw;
    width: clamp(200px, 82vw, 530px);
  }
}
@media screen and (max-width: 561px) {
  .pageFooter__banner {
    margin: 0 auto 12vw;
  }
}
.pageFooter__bannerList:first-child {
  margin: 0 80px 0 0;
}
@media screen and (max-width: 991px) {
  .pageFooter__bannerList:first-child {
    margin: 0 8vw 0 0;
  }
}
.pageFooter__bannerListLink {
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.pageFooter__bannerListLink:hover {
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .pageFooter__bannerListLink:hover {
    opacity: 1;
  }
}
.pageFooter__bannerListImage {
  width: auto;
  height: 75px;
}
@media screen and (max-width: 991px) {
  .pageFooter__bannerListImage {
    height: 10vw;
  }
}
.pageFooter__copy {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto 20px;
  text-align: center;
  background: url("../img/copy.webp") no-repeat center center/contain;
  width: 189px;
  aspect-ratio: 189/12;
}
@media screen and (max-width: 991px) {
  .pageFooter__copy {
    margin: 0 auto 3vw;
    width: clamp(36px, 35vw, 189px);
  }
}
.pageFooter__copyNote {
  margin: 0;
  line-height: 1.4;
  font-size: 1.2rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .pageFooter__copyNote {
    margin: 0 5vw 4vw;
    font-size: clamp(0.5rem, 2vw, 1.2rem);
  }
}
.teaser .pageFooter {
  background-color: #fff3f9;
}

/* pagetop */
.pagetop {
  position: fixed;
  width: 44px;
  aspect-ratio: 44/82;
  bottom: 30px;
  right: 30px;
  z-index: 200;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/btn_pagetop_b.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.pagetop.change {
  background: url(../img/btn_pagetop_w.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .pagetop {
    right: 5vw;
    bottom: 5vw;
    width: clamp(20px, 7.5vw, 66px);
  }
}
.pagetop:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pagetop:hover {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.modaal-overlay {
  z-index: 2000;
  opacity: 0.9 !important;
}
.modaal-close#modaal-close {
  top: 58px;
  right: 58px;
  width: 70px;
  height: auto;
  aspect-ratio: 70/70;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/ico-close.png");
  border-radius: 0;
}
.modaal-close#modaal-close:before, .modaal-close#modaal-close:after {
  display: none;
}
@media screen and (max-width: 1300px) {
  .modaal-close#modaal-close {
    top: 13px;
    width: clamp(72px, 6vw, 80px);
  }
}
@media screen and (max-width: 991px) {
  .modaal-close#modaal-close {
    top: 1.5vw;
    right: 1.5vw;
    width: clamp(72px, 7.2vw, 80px);
  }
}
@media screen and (max-width: 561px) {
  .modaal-close#modaal-close {
    top: 2.5vw;
    right: 2.5vw;
    width: clamp(42px, 12.2vw, 66px);
  }
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: none;
}
.modaal-container {
  background-color: transparent;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .modal {
    padding: 20vw 5vw;
  }
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  min-height: calc(100vh - 120px);
}
.modal__close {
  position: fixed;
  top: 58px;
  right: 58px;
  width: 70px;
  height: auto;
  aspect-ratio: 70/70;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/ico-close.png");
  border-radius: 0;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .modal__close {
    top: 13px;
    width: clamp(72px, 6vw, 80px);
  }
}
@media screen and (max-width: 991px) {
  .modal__close {
    top: 1.5vw;
    right: 1.5vw;
    width: clamp(72px, 7.2vw, 80px);
  }
}
@media screen and (max-width: 561px) {
  .modal__close {
    top: 2.5vw;
    right: 2.5vw;
    width: clamp(42px, 12.2vw, 66px);
  }
}
.modal__sectionInner {
  cursor: auto;
  z-index: 10001;
  background: #fff;
  padding: 100px 70px;
}
@media screen and (max-width: 991px) {
  .modal__sectionInner {
    padding: 18vw 10vw;
  }
}
.modal .content__innerAttention {
  margin-top: 0;
}