@charset "UTF-8";
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  z-index: 1;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'BIZ UDGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  background-color: #ffdcd6;
}
body::before {
  content: '';
  display: block;
  position: absolute;
  top: 12vw;
  left: 0;
  width: 10.8rem;
  height: 100%;
  background: url(../images/patern_deco.png) repeat-y top center/10.8rem 13.2rem;
}
body::after {
  content: '';
  display: block;
  position: absolute;
  top: 98vw;
  right: 0;
  width: 10.8rem;
  height: 100%;
  background: url(../images/patern_deco.png) repeat-y top center/10.8rem 13.2rem;
  z-index: -2;
}
.inner {
  padding: 0 4vw;
}

/* -------------------------------------------*/
.p-mv {
  position: relative;
  width: 100%;
}
.p-mv::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49.8438vw;
  background-color: #faef6a;
  z-index: -10;
}
.p-mv__deco01 {
  position: absolute;
  top: -5.4vw;
  right: -2.1875vw;
  width: 25vw;
  aspect-ratio: 497/474;
}
.p-mv__deco02 {
  position: absolute;
  bottom: 6.5vw;
  left: -3.6vw;
  width: 28.75vw;
  aspect-ratio: 497/474;
}

.p-banar {
  position: relative;
  margin-top: -10vw;
  padding: 8.75vw 0 18vw;
}
.p-banar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdcd6;
  z-index: -2;
}
.p-banar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/142;
  background: url(../images/line01.png) repeat-y top center/contain;
  z-index: -1;
}
.p-banar__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.p-banar__img {
  transition: 0.3s;
}
.p-banar__img:hover {
  opacity: 0.8;
}

.p-buying--01 {
  position: relative;
  padding: 8.33vw 0 20.15vw;
}
.p-buying--01::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #faef6a;
  z-index: -3;
}
.p-buying__title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 46.2vw;
}
.p-buying__title--01 {
  top: -15.5vw;
}
.p-buying__text {
  display: block;
  width: 50.6vw;
  margin: 0 auto;
}
.p-buying__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.2vw 0.8vw;
  margin-top: 11.5vw;
}
.p-buying__item {
  position: relative;
}
.p-buying__btn {
  display: block;
  width: 81.3%;
  margin: 0.5rem auto 0;
  transition: 0.3s;
}
.p-buying__btn:hover {
  opacity: 0.8;
}
.p-buying__item {
  position: relative;
}
.p-buying__item-img {
  width: 100%;
  aspect-ratio: 591/553;
  border: 0.155vw solid #7f2dca;
}
.p-buying__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-buying__item-name {
  position: relative;
  width: 98%;
  margin-top: -6%;
  padding: 1.5vw 3vw 2vw 1vw;
  background: url(../images/product_name_back.png) no-repeat top center/100% 100%;
  line-height: 1.5;
  letter-spacing: -0.05em;
  z-index: 1;
}
.p-buying__item-name span {
  display: inline-block;
  font-size: 1.0875vw;
}
.p-buying__item-name p {
  font-size: 1.455vw;
}
.p-buying__item-price {
  margin-top: -3.5%;
  margin-left: 5%;
  width: 98%;
  padding: 1vw 0.8vw 1.5vw;
  background: url(../images/product_price_back.png) no-repeat top center/100% 100%;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p-buying__item-price-head {
  display: flex;
  align-items: end;
}
.p-buying__item-price-head small {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.0875vw;
}
.p-buying__item-price-head p {
  display: inline-block;
  font-size: 1.916vw;
}
.p-buying__item-price-head p span {
  font-size: 1.45vw;
}
.p-buying__item-price-body {
  padding-left: 10%;
}
.p-buying__item-price-body small {
  font-size: 1.86vw;
}
.p-buying__item-price-body p {
  display: inline-block;
  color: #f41731;
  font-size: 1.97vw;
}
.p-buying__item-price-body p strong {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 3.16vw;
  font-weight: 400;
  text-align: right;
}
.p-buying__item-price-body p span {
  color: #000;
}

.p-buying__btn-off {
  position: absolute;
  top: -7%;
  right: -2.5%;
  width: 9.166vw;
  height: 9.166vw;
  padding-top: 0.8vw;
  border-radius: 50%;
  background-color: #f41731;
  color: #fff;
  font-size: 2.95vw;
  line-height: 0.95;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.p-buying__btn-off.about::before {
  content:"約";
  position: absolute;
top: 3.3vw;
left: 0.8vw;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
}
.p-buying__btn-off strong {
  display: block;
  padding-left: 0.5vw;
  font-size: 4.5vw;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.p-buying__btn-off span {
  font-size: 2.38vw;
}

.p-buying--02 {
  position: relative;
  padding: 14.54vw 0 19.16vw;
}
.p-buying--02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 1938/154;
  margin: 0 calc(50% - 50vw);
  background: url(../images/line02.png) repeat-y top center/contain;
  z-index: -1;
}
.p-buying--02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 1920/144;
  margin: 0 calc(50% - 50vw);
  background: #ffdcd6 url(../images/line03.png) repeat-y top center/contain;
  z-index: 1;
}
.p-buying__title--02 {
  top: -5.5vw;
}
.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer__inner {
  position: relative;
  padding-block: 6.77vw 5.73vw;
}
.l-footer__inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0093ff;
  z-index: -1;
}
.l-footer__contact {
  display: flex;
  justify-content: space-between;
}
.l-footer__contact01 {
  display: block;
  width: 42.2vw;
}
.l-footer__contact02 {
  display: block;
  width: 45.46vw;
  padding-top: 3vw;
}
.l-footer__contact-text {
  position: relative;
  text-align: center;
}
.l-footer__contact-text img {
  width: 42.6vw;
  margin: 5.9375vw auto 0;
  padding-bottom: 8.8541vw;
}
.l-footer__contact-text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15.78vw;
  height: 2px;
  background: #707070;
}
.l-footer__bottom {
  padding: 3vw 0;
  background-color: #ff457c;
}
.l-footer__menu {
  display: flex;
  justify-content: center;
}
.l-footer__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 38px;
  letter-spacing: -0.05em;
  transition: 0.3s;
}
.l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__link:not(:first-child) {
  padding-left: 50px;
  margin-left: 50px;
}
.l-footer__link:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 2px;
  height: 30px;
  background: #fff;
}
.l-footer__copyright {
  margin-top: 30px;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .l-footer__link {
    font-size: 20px;
  }
  .l-footer__link:not(:first-child)::before {
    height: 20px;
  }
  .l-footer__copyright {
    font-size: 18px;
  }
}

@media screen and (max-width: 666px) {
  body::before {
    top: 15.8vw;
    width: 8.65vw;
    background: url(../images/patern_deco.png) repeat-y top center/8.65vw 10.17vw;
  }
  body::after {
    top: 148vw;
    width: 8.65vw;
    background: url(../images/patern_deco.png) repeat-y top center/8.65vw 10.17vw;
  }
  .inner {
    padding: 0 7vw;
  }
  .p-mv::before {
    bottom: 4rem;
    height: 67.9vw;
  }
  .p-mv__deco01 {
    position: absolute;
    top: -5.4vw;
    right: -2.1875vw;
    width: 37.66vw;
    aspect-ratio: 497/474;
  }
  .p-mv__deco02 {
    bottom: 9.5vw;
    left: -7.5vw;
    width: 37.66vw;
  }

  .p-banar {
    position: relative;
    margin-top: -10vw;
    padding: 10vw 0 28vw;
  }
  .p-banar__inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }

  .p-buying--01 {
    position: relative;
    padding: 8.33vw 0 50.38vw;
  }
  .p-buying--01::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/product_back_sp.png) no-repeat top center/contain;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .p-buying__title {
    width: 72.63vw;
  }
  .p-buying__title--01 {
    top: -18vw;
  }
  .p-buying__text {
    display: none;
  }
  .p-buying__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 14vw;
    margin-top: 15vw;
  }
  .p-buying__btn {
    width: calc(100% + 12vw);
    margin: 0.5rem -6vw 0;
  }
  .p-buying__item-name {
    width: 102%;
    margin-top: -6%;
    margin-left: -4vw;
    padding: 6vw 7vw 6vw 3vw;
    background: url(../images/product_name_back_sp.png) no-repeat top center/100% 100%;
    line-height: 1.4;
  }
  .p-buying__item-name span {
    font-size: 3.053vw;
  }
  .p-buying__item-name p {
    font-size: 4.58vw;
  }
  .p-buying__item-price {
    width: 96%;
    margin-right: -1vw;
    margin-left: 5vw;
    padding: 4vw 5.5vw 4.5vw;
    line-height: 1.3;
  }
  .p-buying__item-price-head small {
    font-size: 3.053vw;
  }
  .p-buying__item-price-head p {
    font-size: 5.089vw;
  }
  .p-buying__item-price-head p span {
    font-size: 3.81vw;
  }
  .p-buying__item-price-body {
    padding-left: 4%;
  }
  .p-buying__item-price-body small {
    font-size: 6.1vw;
  }
  .p-buying__item-price-body p {
    font-size: 5.089vw;
  }
  .p-buying__item-price-body p strong {
    font-size: 8.14vw;
  }

  .p-buying__btn-off {
    top: -3%;
    right: -2.5%;
    width: 26vw;
    height: 26vw;
    padding-top: 1vw;
    font-size: 7.63vw;
  }

  .p-buying__btn-off strong {
    font-size: 12vw;
  }
  .p-buying__btn-off span {
    font-size: 6.1vw;
  }

  .p-buying--02 {
    position: relative;
    padding: 17vw 0 43vw 2vw;
  }
  .p-buying--02 .p-buying__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 1vw;
  }
  .p-buying__title--02 {
    top: -9.5vw;
  }
  .p-buying--02 .p-buying__body {
    width: 98%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw 2vw;
  }
  .p-buying--02 .p-buying__item-name {
    width: 102%;
    margin-top: -6%;
    margin-left: 0;
    padding: 4vw 6vw 4vw 2vw;
    background-image: url(../images/product_name_back_sp-2column.png);
    line-height: 1.4;
  }
  .p-buying--02 .p-buying__item-name span {
    font-size: 2.03vw;
  }
  .p-buying--02 .p-buying__item-name p {
    font-size: 3.053vw;
  }
  .p-buying--02 .p-buying__item-price {
    width: 96%;
    margin-right: -0.5vw;
    margin-left: 4vw;
    padding: 2vw 1.5vw 3.5vw;
    background-image: url(../images/product_price_back_sp-2column.png);
    line-height: 1.3;
  }
  .p-buying--02 .p-buying__item-price-head small {
    font-size: 1.78vw;
  }
  .p-buying--02 .p-buying__item-price-head p {
    font-size: 3.05vw;
  }
  .p-buying--02 .p-buying__item-price-head p span {
    font-size: 2.29vw;
  }
  .p-buying--02 .p-buying__item-price-body {
    padding-left: 2%;
  }
  .p-buying--02 .p-buying__item-price-body small {
    font-size: 3.2vw;
  }
  .p-buying--02 .p-buying__item-price-body p {
    font-size: 3vw;
  }
  .p-buying--02 .p-buying__item-price-body p strong {
    font-size: 5.8vw;
  }

  .p-buying__btn-off {
    width: 18vw;
    height: 18vw;
    padding-top: 1.8vw;
    font-size: 5.5vw;
  }
.p-buying__btn-off.about::before {
top: 5.5vw;
left: 1.5vw;
  font-size: 2.8vw;
}
  .p-buying__btn-off strong {
    font-size: 8vw;
  }
  .p-buying__btn-off span {
    font-size: 4vw;
  }
  .p-buying--02 .p-buying__btn {
    width: 100%;
    margin: 0;
  }
  .l-footer__inner {
    padding: 7.6vw 3vw 15.26vw;
  }
  .l-footer__contact {
    display: block;
  }
  .l-footer__contact01 {
    width: 89vw;
    margin: 0 auto;
  }
  .l-footer__contact02 {
    position: relative;
    width: 92.87vw;
    margin-top: 12.7vw;
    padding-top: 11vw;
  }
  .l-footer__contact02::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 77vw;
    height: 2px;
    background-color: #707070;
  }
  .l-footer__contact-text {
    position: relative;
    text-align: center;
  }
  .l-footer__contact-text img {
    width: 74.8vw;
    margin: 7.1vw auto 0;
    padding-bottom: 0;
  }
  .l-footer__contact-text::before {
    display: none;
  }
  .l-footer__bottom {
    padding: 4.5vw 0 4.8vw;
  }
  .l-footer__link {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .l-footer__link:not(:first-child) {
    padding-left: 25px;
    margin-left: 25px;
  }
  .l-footer__link:not(:first-child)::before {
    width: 1px;
    height: 20px;
  }
  .l-footer__copyright {
    margin-top: 5px;
    font-size: 13px;
  }
}

@media screen and (min-width: 667px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 666px) {
  .p-hamburger {
    position: fixed;
    top: -10.17vw;
    right: -9.16vw;
    width: 37.4vw;
    aspect-ratio: 147/140;
    background: url(../images/hanbarger_back.png) no-repeat top center/contain;
    z-index: 10000;
  }
  .p-hamburger__inner {
    position: absolute;
    top: 15.5vw;
    right: 15vw;
    width: 9.67vw;
    height: 6vw;
  }
  .p-hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .p-hamburger__line:nth-child(1) {
    top: 0;
  }
  .p-hamburger__line:nth-child(2) {
    top: 2.8vw;
  }
  .p-hamburger__line:nth-child(3) {
    bottom: 0.5px;
  }
  .p-hamburger.is-open .p-hamburger__line:nth-child(1) {
    top: 2.8vw;
    transform: rotate(45deg);
  }
  .p-hamburger.is-open .p-hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .p-hamburger.is-open .p-hamburger__line:nth-child(3) {
    top: 2.8vw;
    transform: rotate(-45deg);
  }
  .p-drawer.is-open {
    transform: translateX(0%);
  }

  .p-mv__deco01 {
    display: none;
  }
  .p-drawer__product {
    display: block;
    width: 72.26vw;
  }
  .p-drawer__order {
    display: block;
    width: 73.8vw;
    margin: 8.6vw auto 0;
  }
  .p-drawer__cta {
    display: block;
    width: 76.08vw;
    margin: 6.1vw auto 0;
  }
}
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 4.32vw);
  height: calc(100vh - 4.32vw);
  min-height: 600px;
  transform: translateX(100%);
  padding: 18.57vw 6.87vw 0;
  transition: transform 0.3s ease;
  background: #0093ff;
  z-index: 9999;
  overflow: scroll;
}
.p-drawer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 15.67svw;
  right: 3.4vw;
  width: 8.1vw;
  aspect-ratio: 31.95/44.39;
  background: url(../images/ham_deco.png) no-repeat top center/contain;
  z-index: 1;
}
