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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 1.5;
  font-family: m-plus-rounded-1c, 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-color: #f4c3c3;
  color: #4f3551;
}
@media screen and (max-width: 991px) {
  body {
    font-size: clamp(1.3rem, 3.5vw, 1.7rem);
  }
}

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

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

figure {
  margin: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #b8393d;
  text-decoration: underline;
  transition: 0.2s;
  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;
  }
}

.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 {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

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

.pageHeader {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  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::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_header_pc.png") repeat-x center bottom;
  background-size: auto 100%;
}
@media screen and (max-width: 991px) {
  .pageHeader::before {
    background-image: url("../img/bg_header_sp.png");
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.pageHeader__gnavi {
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.pageHeader__snsList {
  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: flex;
  align-items: center;
  line-height: 1;
  margin: 0 10px 0 0;
}
.pageHeader__snsListItem:first-child {
  margin: 0 20px 0 0;
}
.pageHeader__snsListItem:last-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListItem {
    margin: 0 1.5vw 0 0;
  }
  .pageHeader__snsListItem:first-child {
    margin: 0 3vw 0 0;
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__snsListItem {
    margin: 0 1.8vw 0 0;
  }
  .pageHeader__snsListItem:first-child {
    margin: 0 3.4vw 0 0;
  }
}
.pageHeader__snsListLink {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
  height: 30px;
  transition: 0.2s;
  color: transparent;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  transition: filter 0.2s;
  filter: brightness(1);
}
.pageHeader__snsListLink:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink:hover {
    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.amie {
  background-image: url("../img/logo_amie.png");
  aspect-ratio: 242/87;
  height: 34px;
  margin-bottom: 2px;
  transition: filter 0.2s;
  filter: brightness(1);
}
.pageHeader__snsListLink.amie:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink.amie:hover {
    filter: brightness(1);
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__snsListLink.amie {
    height: clamp(25px, 6vw, 34px);
    margin-bottom: 1px;
  }
}
.pageHeader__snsListLink.twitter {
  background-image: url("../img/ico_x.png");
}
.pageHeader__snsListLink.facebook {
  background-image: url("../img/ico_fb.png");
}
.pageHeader__snsListLink.line {
  background-image: url("../img/ico_line.png");
}
.pageHeader__snsListText {
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/txt_share.png") no-repeat center center/contain;
  aspect-ratio: 242/87;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .pageHeader__snsListText {
    height: clamp(14px, 3vw, 18px);
  }
}
.pageHeader__menuIcon {
  width: 84px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 15px;
  right: 1vw;
  cursor: pointer;
  z-index: 100;
  transition: filter 0.2s;
}
@media screen and (max-width: 1300px) {
  .pageHeader__menuIcon {
    top: 13px;
    width: clamp(76px, 6.2vw, 84px);
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon {
    top: 1.5vw;
    width: clamp(76px, 7.4vw, 84px);
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__menuIcon {
    top: 2.5vw;
    width: clamp(50px, 12.6vw, 66px);
  }
}
.pageHeader__menuIcon::before, .pageHeader__menuIcon:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s;
}
.pageHeader__menuIcon::before {
  background-image: url("../img/btn_menu_o.png");
}
.pageHeader__menuIcon::after {
  background-image: url("../img/btn_menu_c.png");
  opacity: 0;
  transform: scale(0.5);
}
.pageHeader__menuIcon.open::before {
  opacity: 0;
  transform: scale(0.5);
}
.pageHeader__menuIcon.open::after {
  opacity: 1;
  transform: scale(1);
}
.pageHeader__menuIcon:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pageHeader__menuIcon:hover {
    filter: brightness(1);
  }
}
.pageHeader__gnaviListWrap {
  position: fixed;
  width: 35vw;
  max-width: 500px;
  height: 100%;
  top: 0;
  right: -35vw;
  overflow: auto;
  transition: 0.3s;
  padding: 17vh 7% 3vh 4%;
  background-color: #cca360;
}
@media screen and (max-width: 1300px) {
  .pageHeader__gnaviListWrap {
    padding: 17vh 6% 3vh 5%;
  }
}
@media screen and (max-width: 991px) {
  .pageHeader__gnaviListWrap {
    width: 45vw;
    right: -45vw;
    padding: 17vh 8% 5vh 7%;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader__gnaviListWrap {
    width: 75vw;
    right: -75vw;
    padding: 18vh 10% 5vh 5%;
  }
}
@media screen and (max-width: 561px) {
  .pageHeader__gnaviListWrap {
    width: 80vw;
    right: -80vw;
    padding: 18vh 10% 5vh 11%;
  }
}
.pageHeader__gnaviListWrap.open {
  right: 0;
  filter: drop-shadow(7px 0 8px #8e7b59);
}
.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;
}
.pageHeader__gnaviItem::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/deco_star.svg") no-repeat center center/contain;
  width: clamp(16px, 1.8vw, 18px);
  aspect-ratio: 1/1;
  top: 0.4em;
  left: -1.45em;
}
@media screen and (max-width: 561px) {
  .pageHeader__gnaviItem {
    margin: 0 0 3.5vh;
  }
  .pageHeader__gnaviItem::before {
    top: 0.35em;
    left: -1.3em;
    width: clamp(13px, 3.47vw, 20px);
  }
}
.pageHeader__gnaviLink {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 606/100;
  transition: filter 0.2s;
}
.pageHeader__gnaviLink.menu01 {
  background-image: url("../img/menu_1.png");
}
.pageHeader__gnaviLink.menu02 {
  background-image: url("../img/menu_2.png");
}
.pageHeader__gnaviLink.menu03 {
  background-image: url("../img/menu_3.png");
}
.pageHeader__gnaviLink.menu04 {
  background-image: url("../img/menu_4.png");
}
.pageHeader__gnaviLink.menu05 {
  background-image: url("../img/menu_5.png");
}
.pageHeader__gnaviLink.menu06 {
  background-image: url("../img/menu_6.png");
}
.pageHeader__gnaviLink:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .pageHeader__gnaviLink:hover {
    filter: brightness(1);
  }
}

.mainVisual {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1420px) {
  .mainVisual {
    margin: 0 3vw;
  }
}
.mainVisual__wrapper {
  position: relative;
  padding: 90px 0 66px;
  background: url("../img/mv_bottom_pc.jpg") repeat-x center bottom;
}
@media screen and (max-width: 1300px) {
  .mainVisual__wrapper {
    padding: 6.5vw 0 5vw;
    background-size: auto 5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual__wrapper {
    padding: 9vw 0 8vw;
    background-size: auto 7vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__wrapper {
    padding: 13vw 0 8.5vw;
    background-size: auto 7.5vw;
  }
}
@media screen and (max-width: 561px) {
  .mainVisual__wrapper {
    padding: 16vw 0 10vw;
    background-size: auto 9vw;
  }
}
.mainVisual__wrapper::before, .mainVisual__wrapper::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 5vw;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.mainVisual__wrapper::before {
  left: 0;
  background-image: url("../img/mv_frame_left_pc.png");
  background-position: left bottom;
}
@media screen and (max-width: 991px) {
  .mainVisual__wrapper::before {
    background-image: url("../img/mv_frame_left_sp.png");
  }
}
.mainVisual__wrapper::after {
  right: 0;
  background-image: url("../img/mv_frame_right_pc.png");
  background-position: right bottom;
}
@media screen and (max-width: 991px) {
  .mainVisual__wrapper::after {
    background-image: url("../img/mv_frame_right_sp.png");
  }
}
@media screen and (max-width: 1300px) {
  .mainVisual {
    margin: 0 3.5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual {
    margin: 0 auto;
  }
}
.mainVisual::before {
  display: block;
  content: "";
  position: relative;
  aspect-ratio: 1344/640;
  margin: 0 auto;
  background: url("../img/mainvisual_pc.jpg") no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1260px) {
  .mainVisual::before {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual::before {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual::before {
    margin-top: 0;
    aspect-ratio: 960/1400;
    background-image: url("../img/mainvisual_sp.jpg");
  }
}

.content__wrapper {
  width: 100%;
  padding: 130px 0;
  position: relative;
  background: url("../img/deco_line.svg") repeat-x center top 10px;
  background-size: 180px auto;
}
@media screen and (max-width: 991px) {
  .content__wrapper {
    padding: 17vw 8vw 18vw;
    background-size: 20% auto;
    background-position: center top 1.5vw;
  }
}
@media screen and (max-width: 561px) {
  .content__wrapper {
    background-size: 26% auto;
  }
}
.content__wrapper:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .content__wrapper:last-child {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 561px) {
  .content__wrapper:last-child {
    padding-bottom: 27vw;
  }
}
.content__wrapper.bg-01 {
  background-color: #f7e29c;
}
.content__wrapper.bg-02 {
  background-color: #d0c3e0;
}
.content__wrapper.bg-03 {
  background-color: #b0d3ea;
}
.content__wrapper.bg-04 {
  background-color: #edbedd;
}
.content__wrapper.bg-05 {
  background-color: #dae889;
}
.content__title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  aspect-ratio: 874/236;
  width: 54%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1260px) {
  .content__title {
    width: clamp(440px, 60%, 600px);
  }
}
@media screen and (max-width: 991px) {
  .content__title {
    width: clamp(240px, 80%, 500px);
    margin: 0 auto 12vw;
  }
}
#section01 .content__title {
  background-image: url("../img/title_1.png");
}
#section02 .content__title {
  background-image: url("../img/title_2.png");
}
#section03 .content__title {
  background-image: url("../img/title_3.png");
}
#section04 .content__title {
  background-image: url("../img/title_4.png");
}
#section05 .content__title {
  background-image: url("../img/title_5.png");
}
#section06 .content__title {
  background-image: url("../img/title_6.png");
}
.content__subTitle {
  text-align: center;
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 0.75em;
  font-weight: 800;
  color: #b8393d;
}
@media screen and (max-width: 991px) {
  .content__subTitle {
    font-size: clamp(1.8rem, 5vw, 2.9rem);
  }
}
.content__subTitle.mb-narrow {
  margin-bottom: 0.45em !important;
}
@media screen and (max-width: 561px) {
  .content__subTitle.title-shop {
    letter-spacing: -0.02em;
  }
}
.content__subTitle .small {
  padding-left: 0.2em;
  letter-spacing: 0.05em;
  font-size: 1.95rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .content__subTitle .small {
    font-size: clamp(1.3rem, 3.5vw, 2.1rem);
  }
}
.content__ribbon {
  position: absolute;
  margin: auto;
  top: -88px;
  left: 0;
  right: 0;
  width: 560px;
  aspect-ratio: 560/72;
  background: url("../img/deco_ribbon_pc.png") no-repeat center top/contain;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .content__ribbon {
    top: -10vw;
    width: 76%;
    background-image: url("../img/deco_ribbon_sp.png");
    aspect-ratio: 508/72;
  }
}
.content__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 10;
}
.content__deco.deco-01 {
  background-image: url("../img/deco_frame_l_top.png");
  aspect-ratio: 82/112;
  width: 82px;
  top: -36px;
  left: 18px;
}
@media screen and (max-width: 991px) {
  .content__deco.deco-01 {
    width: 9vw;
    top: -3.2vw;
    left: 1.2vw;
  }
}
.content__deco.deco-02 {
  background-image: url("../img/deco_frame_r_top.png");
  aspect-ratio: 82/112;
  width: 82px;
  top: -36px;
  right: 16px;
}
@media screen and (max-width: 991px) {
  .content__deco.deco-02 {
    width: 9vw;
    top: -3.2vw;
    right: 1.2vw;
  }
}
.content__deco.deco-03 {
  background-image: url("../img/deco_frame_l_bottom.png");
  aspect-ratio: 85/84;
  width: 85px;
  bottom: -35px;
  left: 18px;
}
@media screen and (max-width: 991px) {
  .content__deco.deco-03 {
    width: 9.4vw;
    bottom: -3.6vw;
    left: 1.4vw;
  }
}
.content__deco.deco-04 {
  background-image: url("../img/deco_frame_r_bottom.png");
  aspect-ratio: 146/142;
  width: 146px;
  bottom: -73px;
  right: -50px;
}
@media screen and (max-width: 991px) {
  .content__deco.deco-04 {
    width: 15vw;
    bottom: -7vw;
    right: -2vw;
  }
}
.content__section {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #f9f6e8;
}
@media screen and (max-width: 991px) {
  .content__section {
    padding: 5vw 0;
  }
}
.content__section::before, .content__section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 50px solid #f9f6e8;
  border-radius: 50%;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .content__section::before, .content__section::after {
    width: 20vw;
    height: 20vw;
    border-width: 5vw;
  }
}
.content__section::before {
  top: -100px;
  left: -150px;
  clip: rect(100px, auto, auto, 100px);
  -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
}
@media screen and (max-width: 991px) {
  .content__section::before {
    top: -10vw;
    left: -15vw;
    clip: rect(10vw, auto, auto, 10vw);
    -webkit-clip-path: rectangle(50%, 50%, 100%, 100%, 0, 0);
  }
}
.content__section::after {
  top: -100px;
  right: -150px;
  clip: rect(100px, 100px, auto, auto);
  -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
}
@media screen and (max-width: 991px) {
  .content__section::after {
    top: -10vw;
    right: -15vw;
    clip: rect(10vw, 10vw, auto, auto);
    -webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
  }
}
.content__block {
  padding: 35px 20px 70px;
}
@media screen and (max-width: 991px) {
  .content__block {
    padding: 7.5vw 0 11vw;
  }
}
.content__inner {
  position: relative;
  padding: 0 50px;
  margin: 0 -50px;
  background-color: #f9f6e8;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .content__inner {
    padding: 0 5vw;
    margin: 0 -5vw;
  }
}
.content__inner::before, .content__inner::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 50px solid #f9f6e8;
  border-radius: 50%;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .content__inner::before, .content__inner::after {
    width: 20vw;
    height: 20vw;
    border-width: 5vw;
  }
}
.content__inner::before {
  bottom: -150px;
  left: -100px;
  clip: rect(auto, auto, 100px, 100px);
  -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}
@media screen and (max-width: 991px) {
  .content__inner::before {
    bottom: -15vw;
    left: -10vw;
    clip: rect(auto, auto, 10vw, 10vw);
    -webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
  }
}
.content__inner::after {
  bottom: -150px;
  right: -100px;
  clip: rect(auto, 100px, 100px, auto);
  -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}
@media screen and (max-width: 991px) {
  .content__inner::after {
    bottom: -15vw;
    right: -10vw;
    clip: rect(auto, 10vw, 10vw, auto);
    -webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
  }
}
.content__innerList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  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;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.45;
  color: #bc8639;
}
@media screen and (max-width: 991px) {
  .content__innerListCatch {
    margin: 6vw auto;
    font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  }
}
.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__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: flex;
  justify-content: space-between;
  align-items: baseline;
  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 {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
  }
}
.content__innerListPrice.txt-fe {
  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: 400px;
  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: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .content__innerItemSingle .content__innerListImageWrap {
    padding: 5vw;
    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 {
  background-color: #f7eed7;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto 90px;
  padding: 25px;
  text-indent: -1em;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .content__innerAttention {
    margin: 0 auto 16vw;
    padding: 3.2vw 3vw;
    font-size: clamp(1rem, 2.7vw, 1.3rem);
  }
}
@media screen and (max-width: 767px) {
  .content__innerAttention {
    padding: 3.5vw 3.2vw;
  }
}
.content__innerAttention.single {
  padding: 0 30px 30px;
}
@media screen and (max-width: 991px) {
  .content__innerAttention.single {
    padding: 0 3vw 3vw;
  }
}
.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;
}
.content__innerAttentionItem:last-child {
  margin-bottom: 0;
}
.content__innerShopItemWrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #e8d3ae;
}
.content__innerShopItemWrap:first-child {
  border-top: 2px dotted #e8d3ae;
}
.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: 2rem;
  font-weight: 700;
  color: #bc8639;
}
@media screen and (max-width: 991px) {
  .content__innerShopList dt {
    width: 8rem;
    font-size: clamp(1.5rem, 4vw, 1.8rem);
  }
}
@media screen and (max-width: 561px) {
  .content__innerShopList dt {
    padding: 0.8em 0;
  }
}
.content__innerShopList dd {
  width: calc(100% - 150px);
  padding: 1em 0;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .content__innerShopList dd {
    width: calc(100% - 9rem);
    font-size: clamp(1.3rem, 3.5vw, 1.6rem);
  }
}
.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;
  text-align: left;
}
@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;
  text-align: center;
}
@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.5rem, 4vw, 2.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;
  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;
  letter-spacing: -0.02em;
  width: 410px;
  aspect-ratio: 82/14;
  margin: 0 auto 20px;
  font-weight: 800;
  font-size: 2.3rem;
  color: #f5f1df !important;
  text-decoration: none !important;
  transition: filter 0.2s;
}
@media screen and (max-width: 991px) {
  .content__innerBtn {
    width: clamp(200px, 90%, 500px);
    margin: 0 auto 3vw;
    font-size: clamp(1.6rem, 4.2vw, 2.3rem);
  }
}
.content__innerBtn::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/btn_bg_r.png") no-repeat center center/contain;
}
.content__innerBtn::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: auto;
  height: 17px;
  aspect-ratio: 28/38;
  background: url("../img/arrow_r.png") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 991px) {
  .content__innerBtn::after {
    right: 3.2vw !important;
    height: clamp(12px, 3.2vw, 18px);
  }
}
@media screen and (max-width: 561px) {
  .content__innerBtn::after {
    border-width: 2px 2px 0 0;
  }
}
.content__innerBtn.btn-animate::before, .content__innerBtn.btn-amiami::before {
  background-image: url("../img/btn_bg_g.png");
}
.content__innerBtn:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 991px) {
  .content__innerBtn:hover {
    filter: brightness(1);
  }
}
.content__innerBtn:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 991px) {
  .content__innerBtn:hover::after {
    transform: translateX(0);
  }
}
.content__innerBtn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.3em 2px 0;
  transform: scaleX(0.98) rotate(0.03deg);
}
@media screen and (max-width: 991px) {
  .content__innerBtn span {
    padding: 0 0.3em 1px 0;
  }
}
.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;
  background: url("../img/deco_line.svg") repeat-x center top 10px;
  background-size: 180px auto;
}
@media screen and (max-width: 991px) {
  .pageFooter {
    padding: 10vw 0 2vw;
    background-size: 20% auto;
    background-position: center top 1.5vw;
  }
}
@media screen and (max-width: 561px) {
  .pageFooter {
    padding: 13vw 0 2vw;
    background-size: 26% auto;
  }
}
.pageFooter__banner {
  display: flex;
  width: clamp(300px, 50%, 530px);
  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 30px 0 0;
}
@media screen and (max-width: 991px) {
  .pageFooter__bannerList:first-child {
    margin: 0 3vw 0 0;
  }
}
.pageFooter__bannerListLink {
  display: block;
  position: relative;
  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: 100%;
}
.pageFooter__copy {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto 20px;
  text-align: center;
  background: url("../img/copyright_copy.png") no-repeat center center/contain;
  width: 50px;
  aspect-ratio: 158/56;
}
@media screen and (max-width: 991px) {
  .pageFooter__copy {
    margin: 0 auto 3vw;
    width: clamp(36px, 11vw, 50px);
  }
}
.pageFooter__copyNote {
  margin: 0;
  line-height: 1.4;
  font-size: 1.2rem;
  transform: rotate(0.03deg);
  color: #716272;
}
@media screen and (max-width: 991px) {
  .pageFooter__copyNote {
    margin: 0 5vw 4vw;
    font-size: clamp(1rem, 2.6vw, 1.2rem);
  }
}
.teaser .pageFooter {
  background-color: #fff3f9;
}

/* pagetop */
.pagetop {
  position: absolute;
  width: 66px;
  aspect-ratio: 78/87;
  bottom: 68px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 200;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/btn_pagetop.png") no-repeat center center;
  background-size: contain;
  transition: none;
  cursor: pointer;
  transition: filter 0.2s;
}
@media screen and (max-width: 991px) {
  .pagetop {
    bottom: 9.2vw;
    width: clamp(38px, 7.5vw, 66px);
  }
}
.pagetop:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 991px) {
  .pagetop:hover {
    filter: brightness(1);
  }
}

.modaal-overlay {
  z-index: 2000;
}
.modaal-close#modaal-close {
  top: 15px;
  right: 1.4vw;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/btn_modal_c.png");
}
.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;
    width: clamp(72px, 7.2vw, 80px);
  }
}
@media screen and (max-width: 561px) {
  .modaal-close#modaal-close {
    top: 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;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .modal {
    padding: 20vw 5vw;
  }
}
.modal__bg {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  cursor: pointer;
  min-height: calc(100vh - 120px);
}
.modal__close {
  position: fixed;
  top: 15px;
  right: 1.4vw;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/btn_modal_c.png");
  cursor: pointer;
  z-index: 10100;
}
.modal__close:before, .modal__close:after {
  display: none;
}
@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;
    width: clamp(72px, 7.2vw, 80px);
  }
}
@media screen and (max-width: 561px) {
  .modal__close {
    top: 2.5vw;
    width: clamp(42px, 12.2vw, 66px);
  }
}
.modal .content__inner {
  cursor: auto;
  z-index: 10001;
  padding: 60px 100px;
}
@media screen and (max-width: 991px) {
  .modal .content__inner {
    padding: 12vw 12vw 10vw;
  }
}
.modal .content__subTitle {
  line-height: 1.45;
  font-size: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .modal .content__subTitle {
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
}
@media screen and (max-width: 991px) {
  .modal .content__subTitle span {
    display: block;
  }
}
.modal .content__subTitle span.txt-1 {
  display: block;
}/*# sourceMappingURL=common.css.map */