@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Shippori+Mincho&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

html {
  /*overflow:auto;*/
  font-size: 62.5%;
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 2.25;
  width: 100%;
  /* Safari */
}
body _::-webkit-full-page-media, body _:future, :root body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

main {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***************************

layout/_fixed.scss

***************************/
.fixed-box {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(300px);
  transition: 1s;
}
.fixed-box.is-gift-show {
  transform: translateY(65px);
}
@media screen and (max-width: 600px) {
  .fixed-box.is-gift-show {
    transform: translateY(55px);
  }
}
.fixed-box.is-gift-show.is-btn-show {
  transform: translateY(0px);
}

.fixed-btn {
  display: flex;
  gap: 3px;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}

.fixed-btn__item {
  width: calc((100% - 26px) / 3);
}
.fixed-btn__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  background: #333;
  min-height: 48px;
  border-radius: 4px;
  font-size: min(3.7333333333vw, 2.688rem);
}
.fixed-btn__item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 4.5px);
}

.fixed-gift {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 12px);
}
.fixed-gift img {
  width: min(31.7333333333vw, 228.48px);
}

.fixed-gift__close {
  width: min(350.1333333333vw, 13px);
  aspect-ratio: 1/1;
  position: absolute;
  top: min(1.8666666667vw, 13.44px);
  right: min(1.8666666667vw, 13.44px);
  z-index: 2;
}

/***************************

layout/_lity.scss

***************************/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/***************************

object/component/_heading.scss

***************************/
/***************************

object/component/_box.scss

***************************/
.contents-Wrap {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cassette-desc {
  font-size: 1.4rem;
  line-height: 1.5;
}

/***************************

object/component/_button.scss

***************************/
.btn-type01 {
  color: #fff;
  background-color: #333;
  width: min(80vw, 576px);
  min-height: min(12.8vw, 92.16px);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-type01:after {
  content: "";
  width: min(2.6666666667vw, 19.2px);
  height: min(1.8666666667vw, 13.44px);
  background: url(../img/arrow_right_white.svg) no-repeat center/contain;
  display: inline-block;
}

.btn-external:after {
  content: "";
  width: min(2.1333333333vw, 15.36px);
  height: min(2.1333333333vw, 15.36px);
  background: url(../img/icon_external.svg) no-repeat center/contain;
  display: inline-block;
}
.btn-external:not(:hover) {
  text-decoration: underline;
}

/***************************

object/object/project/_mv.scss

***************************/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.mv {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.mv-hdg {
  max-width: 720px;
  margin: 0 auto 10px;
}

.mv-hdg__image01 {
  animation: fadeUp 1s 0.3s both;
}

.mv-hdg__image02 {
  animation: fadeUp 1s 0.6s both;
}

.mv-image {
  display: grid;
  grid-template-areas: "item2 item1" "item2 item3";
  grid-template-columns: 317fr 394fr;
  gap: 5px;
  align-items: start;
  max-width: 850px;
  margin: 0 auto;
}

.mv-image__item01 {
  grid-area: item1;
  position: relative;
  animation: fadeUp 1s 1s both;
}

.mv-image__item02 {
  grid-area: item2;
  position: relative;
  padding-top: 115px;
  animation: fadeUp 1s 1.2s both;
}

.mv-image__item03 {
  grid-area: item3;
  position: relative;
  animation: fadeUp 1s 1.5s both;
}

.mv-image__item01__name,
.mv-image__item02__name,
.mv-image__item03__name {
  font-family: "Bodoni Moda", serif;
  font-size: min(2.6666666667vw, 1.92rem);
  color: #808080;
  line-height: 1;
  font-weight: 500;
  position: absolute;
}

.mv-image__item01__name {
  top: 0;
  left: 0;
  transform: translate(-100%, -100%) rotate(-90deg);
  transform-origin: right bottom;
}

.mv-image__item02__name {
  top: calc(100% + 5px);
  left: 7px;
}

.mv-image__item03__name {
  bottom: 10px;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

/***************************

object/object/project/_intro.scss

***************************/
.intro__inner {
  background: #F6F8FA;
  padding: 320px min(9.8666666667vw, 71.04px) 50px;
  padding-top: min(42.6666666667vw + 165px, 490px);
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-size: min(4vw, 2.88rem);
}
.intro__inner > * {
  position: relative;
  z-index: 5;
}

.intro__image {
  position: absolute;
  right: 0;
  top: 160px;
  width: 58.7%;
  text-align: right;
}

.intro__hdg01 {
  font-family: "Bodoni Moda", serif;
  color: #808080;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro__hdg02 {
  font-size: min(6.4vw, 4.608rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.intro__index-wrap {
  border: 1px solid #ccc;
  padding: 30px 20px 30px 15px;
  width: max-content;
  max-width: calc(100% - 30px);
  margin: 70px auto 95px;
}

.intro__index__item {
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: bold;
}
.intro__index__item:before {
  content: "・";
}
@media screen and (max-width: 450px) {
  .intro__index__item {
    font-size: 1.5rem;
  }
}

.intro__index-wrap__hdg {
  font-family: "Lato", sans-serif;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.2;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 10px;
}

/***************************

object/object/project/_partner.scss

***************************/
.partner {
  background: #F6F8FA;
  padding-bottom: 60px;
}

.partner__hdg01 {
  text-align: center;
  transform: translateY(-28px);
}
.partner__hdg01 img {
  width: min(70.1333333333vw, 505px);
}

.partner__hdg01__jp {
  display: block;
  font-size: min(3.4666666667vw, 2.496rem);
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 700px) {
  .partner__hdg01__jp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.partner__swiper {
  overflow: hidden;
}

.partner__swiper-slide {
  width: min(39.2vw, 282px);
  text-align: center;
  padding: 0 3px;
}

.partner__swiper02 {
  margin-top: 20px;
  overflow: hidden;
}
.partner__swiper02 .swiper-button-next,
.partner__swiper02 .swiper-button-prev {
  top: 25px;
  height: auto;
}
.partner__swiper02 .swiper-button-next:after,
.partner__swiper02 .swiper-button-prev:after {
  display: none;
}
.partner__swiper02 .swiper-button-prev {
  left: 35px;
  right: auto;
}
.partner__swiper02 .swiper-button-next {
  right: 35px;
  left: auto;
}

.partner__swiper-slide__text {
  opacity: 0;
  transition: 0.1s;
  text-align: center;
}
.partner__swiper02-slide.swiper-slide-active .partner__swiper-slide__text {
  opacity: 1;
}

.partner__name {
  text-align: center;
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
  color: #808080;
  line-height: 1.2;
}

.partner__name__en {
  display: block;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: min(6.4vw, 4.608rem);
  color: #333;
  margin-bottom: 5px;
}

.partner__tag {
  color: #333;
  font-size: min(3.2vw, 2.304rem);
  line-height: 1.8;
  margin-top: 15px;
}

/***************************

object/object/project/_step.scss

***************************/
.step__countdown {
  padding: 90px 0 110px;
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
}

.step__countdown__hdg {
  text-align: center;
  margin-bottom: min(5.3333333333vw, 38.4px);
}
.step__countdown__hdg span {
  font-family: "Shippori Mincho", serif;
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
  display: block;
  margin-top: 15px;
}
.step__countdown__hdg img {
  width: min(78.1333333333vw, 562px);
}

.step__countdown__anchor {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 0 20px;
  margin-top: min(1.3333333333vw, 9.6px);
}

.step__contents {
  background: #f0f3f7;
}

.step__contents__image01 {
  margin-bottom: -35px;
}
.step__contents__image01 img {
  width: 100%;
}

.step__contents__top {
  background: #fff;
  position: relative;
  padding: 55px min(6.6666666667vw, 48px) 60px;
  max-width: calc(100% - min(9.3333333333vw, 67.2px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  z-index: 2;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.8;
  font-weight: 500;
}

.step__contents__top__num {
  position: absolute;
  top: -40px;
  left: 15px;
}

.step__contents__top__hdg-sub {
  text-decoration: underline;
  color: #7e9cca;
  text-underline-offset: 5px;
  font-size: min(3.4666666667vw, 2.496rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.step__contents__top__hdg {
  font-size: min(7.4666666667vw, 5.376rem);
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(5.3333333333vw, 38.4px);
}

.step__contents__top__hdg__small {
  display: block;
  font-size: min(5.0666666667vw, 3.648rem);
}

.step__contents__top__hdg__hen {
  font-size: min(5.8666666667vw, 4.224rem);
}

.step__contents__good__iamge01 {
  margin-bottom: 30px;
}

.step__contents__good__hdg-sub {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 8px;
  font-size: min(3.4666666667vw, 2.496rem);
  text-align: center;
  font-weight: 500;
}

.step__contents__good__hdg {
  font-weight: 500;
  font-size: min(6.4vw, 4.608rem);
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.8;
  margin-bottom: min(4vw, 28.8px);
}

.step__contents__good__hdg__hen {
  display: block;
  color: #fff;
  font-size: min(3.4666666667vw, 2.496rem);
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #7e9cca;
  width: min(38.9333333333vw, 280.32px);
  margin: 10px auto 0;
  text-align: center;
  border-radius: 999px;
}

.step__contents__good__balloon {
  width: max-content;
  max-width: 100%;
  padding: 0 min(5.8666666667vw, 42.24px);
  background: url(../img/step_good_balloon_left_2x.png) no-repeat bottom left/contain, url(../img/step_good_balloon_right_2x.png) no-repeat bottom right/contain;
  margin: 0 auto min(4vw, 28.8px);
  font-weight: 500;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.4;
  text-align: center;
}

.step__choice {
  background: #fff;
  padding: 55px 0 50px;
  margin-top: 70px;
}

.step__choice__swiper {
  position: relative;
  padding: 0 37px;
  overflow: hidden;
}
.step__choice__swiper .swiper-button-next,
.step__choice__swiper .swiper-button-prev {
  position: static;
  height: auto;
  margin: 0;
}
.step__choice__swiper .swiper-button-next:after,
.step__choice__swiper .swiper-button-prev:after {
  display: none;
  flex: 0 0 auto;
}
.step__choice__swiper .swiper-pagination {
  position: static;
  margin: 0;
}
.step__choice__swiper .swiper-pagination-bullet-active {
  background: #7e9cca;
}

.step__choice__swiper-slide {
  width: min(37.3333333333vw, 268.8px);
}

.step__choice__swiper-slide__tagWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.step__choice__swiper-slide__tag {
  background: #7e9cca;
  color: #fff;
  line-height: 1.1;
  padding: 2px 3px 1px;
  border-radius: 5px;
  font-weight: 500;
  font-size: min(2.9333333333vw, 2.112rem);
}

.step__choice__swiper-slide__hdg {
  font-size: min(2.6666666667vw, 1.92rem);
  font-weight: 500;
  line-height: 1.4;
}

.step__choice__swiper-slide__price {
  text-align: right;
  font-weight: 500;
  font-size: min(2.6666666667vw, 1.92rem);
  margin-bottom: 20px;
}

.step__choice__swiper-slide__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #333;
  min-height: 42px;
  padding: 10px;
  font-size: min(3.2vw, 2.304rem);
}
.step__choice__swiper-slide__detail:after {
  content: "";
  width: min(2.1333333333vw, 15.36px);
  height: min(2.1333333333vw, 15.36px);
  background: url(../img/icon_external.svg) no-repeat center/contain;
  display: inline-block;
}

.step__choice__swiper-slide__cart {
  margin-top: 5px;
}
.step__choice__swiper-slide__cart a {
  color: #fff;
  background-color: #333;
  min-height: 42px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
  text-align: center;
}
.step__choice__swiper-slide__cart a:after {
  content: "";
  width: min(3.7333333333vw, 26.88px);
  height: min(3.2vw, 23.04px);
  background: url(../img/icon_cart.svg) no-repeat center/contain;
  display: inline-block;
}
.step__choice__swiper-slide__cart.is-soldout a {
  pointer-events: none;
  color: #808080;
  background-color: #d3d5d9;
}
.step__choice__swiper-slide__cart.is-soldout a:after {
  display: none;
}

.step__choice__swiper__pagerWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.step__buy {
  background: #fff;
  padding: 0 0 56px;
}

.step__buy__hdg01 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: min(5.3333333333vw, 3.84rem);
  margin-bottom: 30px;
}

.step__buy__hdg01__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: min(3.2vw, 2.304rem);
}

.step__buy__hdg02 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #7e9cca;
  font-size: min(5.3333333333vw, 3.84rem);
  position: relative;
  margin: 40px 0 0;
}
.step__buy__hdg02:after {
  content: "";
  width: calc(100% - 74px);
  height: 1px;
  background: #7e9cca;
  position: absolute;
  bottom: min(3.3333333333vw, 24px);
  left: 37px;
  z-index: 1;
}

.step__buy__hdg02__en {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: min(3.2vw, 2.304rem);
}

.step__buy__hdg02__inner {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.step__buy__image {
  text-align: center;
  margin-top: 20px;
}
.step__buy__price {
  font-size: min(3.2vw, 2.304rem);
  text-align: center;
  padding: 5px 0;
}

.step__buy__price__tax {
  font-size: min(2.6666666667vw, 1.92rem);
}

.step__buy__detail {
  border: 1px solid #7e9cca;
  width: min(71.2vw, 512.64px);
  margin: 0 auto;
}

.step__buy__detail__btn {
  text-align: center;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: min(4vw, 2.88rem);
  color: #7e9cca;
  cursor: pointer;
  padding: 10px 0;
}
.step__buy__detail__btn:not(.is-open) .step__buy__detail__btn__inner:after {
  transform: rotate(90deg);
}

.step__buy__detail__btn__inner {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.step__buy__detail__btn__inner:before, .step__buy__detail__btn__inner:after {
  content: "";
  width: min(2.1333333333vw, 15.36px);
  height: 1px;
  background: #7e9cca;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

.step__buy__detail__contents {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.step__buy__detail__box {
  background: #f0f3f7;
  padding: 15px 10px;
  font-size: min(3.2vw, 2.304rem);
  line-height: 1.4;
  font-weight: 500;
}

.step__buy__detail__tax {
  text-align: right;
  color: #666;
  font-size: min(2.6666666667vw, 1.92rem);
}

.step__buy__cart {
  margin-top: 5px;
}
.step__buy__cart a {
  color: #fff;
  background-color: #7e9cca;
  width: min(71.2vw, 512.64px);
  min-height: 42px;
  padding: 10px 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: min(4vw, 2.88rem);
  font-weight: 500;
  text-align: center;
}
.step__buy__cart a:after {
  content: "";
  width: min(3.7333333333vw, 26.88px);
  height: min(4vw, 28.8px);
  background: url(../img/icon_cart.svg) no-repeat center/contain;
  display: inline-block;
}
.step__buy__cart.is-soldout a {
  pointer-events: none;
  color: #808080;
  background-color: #d3d5d9;
}
.step__buy__cart.is-soldout a:after {
  display: none;
}

.yakuji-note {
  font-size: min(3.2vw, 2.304rem);
  color: #808080;
  line-height: 1.2;
  margin-top: 15px;
}
.step__buy__hdg02 + .yakuji-note {
  text-align: center;
}
.pouch__partner > .yakuji-note {
  padding: 0 37px;
}

/***************************

object/object/project/_pouch.scss

***************************/
.pouch {
  background: #f0f3f7;
  padding: 30px 0 0;
}

.pouch__hdg01 {
  text-align: center;
  margin-bottom: min(4vw, 28.8px);
  position: relative;
}

.pouch__hdg01__item {
  position: absolute;
  top: 0;
  left: 0;
}

.pouch__read {
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  line-height: 1.6;
  width: min(80vw, 576px);
  margin: 0 auto;
}

.pouch__note {
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
  color: #808080;
  line-height: 1.2;
  width: min(80vw, 576px);
  margin: 15px auto 65px;
}

.pouch__partner {
  background: linear-gradient(to bottom, transparent 70px, #fff 70px);
  padding-bottom: 100px;
}
.pouch__partner.is-bgRev {
  background: linear-gradient(to bottom, #fff 70px, transparent 70px);
}
.pouch__partner.is-bgRev .pouch__partner__hdg-sub__inner {
  background: #f0f3f7;
}

.pouch__partner__image {
  margin-bottom: 15px;
  text-align: center;
}
.pouch__partner__image img {
  width: min(56vw, 403.2px);
}

.pouch__partner__profile {
  text-align: center;
  font-size: min(3.2vw, 2.304rem);
  font-weight: 500;
  line-height: 1.6;
  margin-top: min(2.6666666667vw, 19.2px);
  margin-bottom: min(4vw, 28.8px);
}

.pouch__partner__hdg {
  font-family: "Shippori Mincho", serif;
  font-size: min(5.8666666667vw, 4.224rem);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.pouch__partner__hdg-sub {
  text-align: center;
  position: relative;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: min(3.2vw, 2.304rem);
  color: #7e9cca;
  margin: 55px 0 10px;
}
.pouch__partner__hdg-sub:after {
  content: "";
  width: calc(100% - 74px);
  height: 1px;
  background: #7e9cca;
  position: absolute;
  top: 50%;
  left: 37px;
  z-index: 1;
}

.pouch__partner__hdg-sub__inner {
  display: inline-block;
  padding: 0 7px;
  position: relative;
  z-index: 2;
  background: #fff;
}

/***************************

object/object/project/_gift.scss

***************************/
.gift {
  background: #f0f3f7;
}

.gift__image01 {
  margin-bottom: -35px;
}
.gift__image01 img {
  width: 100%;
}

.gift__contents {
  background: #fff;
  position: relative;
  padding: 55px min(5.3333333333vw, 38.4px) 40px;
  max-width: calc(100% - min(9.3333333333vw, 67.2px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  z-index: 2;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.8;
  font-weight: 500;
}

.gift__ribbon {
  text-align: center;
  margin-bottom: 20px;
}
.gift__ribbon:before {
  content: "";
  width: min(13.0666666667vw, 94.08px);
  aspect-ratio: 49/45;
  background: url(../img/icon_present.svg) no-repeat center/contain;
  display: block;
  margin: 0 auto 13px;
}

.gift__ribbon__inner {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 25px;
  font-size: min(4.2666666667vw, 3.072rem);
  background: url(../img/ribbon_left.png) no-repeat left/contain, url(../img/ribbon_right.png) no-repeat right/contain;
  background-color: #7e9cca;
}

.gift__hdg01 {
  font-size: min(7.4666666667vw, 5.376rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.gift__text01 {
  text-align: center;
  font-weight: 500;
  font-size: min(3.6vw, 2.688rem);
}

.gift__service__hdg {
  text-align: center;
  margin: 70px 0 25px;
}
.gift__service__hdg img {
  width: min(53.3333333333vw, 384px);
}

.gift__service__hdg__jp {
  display: block;
  font-size: min(3.4666666667vw, 2.496rem);
  font-weight: 500;
  color: #808080;
  margin-top: 12px;
}

.gift__service__hdg02 {
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-color: #7e9cca;
  font-size: min(4.5333333333vw, 3.264rem);
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 2;
  line-height: 2.3;
}

.gift__service__image {
  text-align: center;
}
.gift__service__image img {
  width: min(73.6vw, 529.92px);
}

.gift__service__note {
  color: #666;
  font-size: min(3.2vw, 2.304rem);
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.1em;
  margin: 10px 0 30px;
}

.gift__how__hdg {
  text-align: center;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: bold;
  background: #f0f3f7;
  border-radius: 999px;
  padding: 5px 0;
  margin: 30px 0 20px;
}

.gift__how__flow__item {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.4;
}
.gift__how__flow__item:nth-of-type(n+2) {
  margin-top: 10px;
}

.gift__message__image {
  text-align: center;
  margin-top: 45px;
}

.gift__note {
  font-size: min(3.2vw, 2.304rem);
  color: #808080;
  max-width: calc(100% - min(9.3333333333vw, 67.2px));
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

.gift__buy {
  background: #fff;
  padding: 55px 0 115px;
  margin-top: 56px;
}
.gift__buy .step__buy__hdg01:before {
  content: "";
  width: min(13.0666666667vw, 94.08px);
  aspect-ratio: 49/45;
  background: url(../img/icon_present.svg) no-repeat center/contain;
  display: block;
  margin: 0 auto 13px;
}

.gift__buy__note {
  color: #666;
  font-size: min(3.2vw, 2.304rem);
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}

/***************************

object/object/project/_modal.scss

***************************/
.lity-content {
  overflow-y: scroll;
  height: 100%;
}

.lity-scroll-close:after {
  content: "";
  display: block;
  height: 101vh;
}

.lity-container {
  width: 100%;
  max-width: 720px;
  max-height: 100dvh;
  height: 100dvh;
}

.lity-close {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333;
}

.modal__inner {
  background: #fff;
  width: 100%;
  padding-top: 60px;
}

.modal__faq {
  counter-reset: faq;
  width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
}

.modal__faq__question {
  counter-increment: faq;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: min(4.2666666667vw, 3.072rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.modal__faq__question:before, .modal__faq__question:after {
  content: "Question";
  font-family: "Bodoni Moda", serif;
  color: #78a6da;
  display: block;
  font-weight: 500;
  font-size: min(2.9333333333vw, 2.112rem);
  order: 1;
  line-height: 1.3;
}
.modal__faq__question:after {
  content: counter(faq);
  font-size: min(5.3333333333vw, 3.84rem);
  line-height: 1;
  margin-left: 5px;
}
.modal__faq__answer + .modal__faq__question {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 25px;
}

.modal__faq__question__inner {
  width: 100%;
  order: 2;
  line-height: 1.5;
  margin-top: 10px;
}

.modal__faq__answer {
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.75;
  margin-top: 15px;
}
.modal__faq__answer:before {
  content: "Answer";
  font-family: "Bodoni Moda", serif;
  color: #78a6da;
  display: block;
  font-weight: 500;
  font-size: min(2.9333333333vw, 2.112rem);
  order: 1;
  line-height: 1.3;
}

.modal__itemWrap {
  background: #f0f3f7;
  padding: 45px 0 80px;
  margin-top: 80px;
}

.modal__itemWrap__hdg {
  text-align: center;
  line-height: 1.8;
  font-size: min(4.8vw, 3.456rem);
  font-family: "Shippori Mincho", serif;
  margin-bottom: 15px;
}

.modal__item__swiperHeight {
  height: min(70.6666666667vw, 508.8px);
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
}

.modal__item__swiper {
  overflow: hidden;
}
.modal__item__swiper .swiper-wrapper {
  align-items: center;
}
.modal__item__swiper .swiper-pagination {
  top: calc(100% + 8px);
}
.modal__item__swiper .swiper-pagination-bullet-active {
  background: #7e9cca;
}

.modal__item__swiper-slide {
  width: min(70.6666666667vw, 508.8px);
  transition: 0.3s;
  padding: 0 2.5px;
}
.modal__item__swiper-slide:not(.swiper-slide-active) {
  width: min(51.4666666667vw, 370.56px);
}

.modal__explanation__swiper {
  width: min(70.6666666667vw, 508.8px);
  margin: 0 auto;
}

.modal__explanation__swiper-slide {
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.1em;
}

.modal__explanation__swiper-slide__hdg {
  font-size: min(3.2vw, 2.304rem);
  color: #999;
  font-weight: 500;
  margin-top: 20px;
}

.modal__explanation__swiper-slide__note {
  font-size: min(3.2vw, 2.304rem);
  color: #999;
  font-weight: 500;
  margin-top: 30px;
}

.modal__explanation__swiper-slide {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal__explanation__swiper-slide.is-most-large {
  position: static;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="0"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(1) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="1"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(2) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="2"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(3) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="3"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(4) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="4"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(5) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="5"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(6) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="6"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(7) {
  opacity: 1;
}

.modal__itemWrap:has(.modal__item__swiper-slide[data-swiper-slide-index="7"].swiper-slide-active) .modal__explanation__swiper-slide:nth-of-type(8) {
  opacity: 1;
}

.modal__adviceWrap {
  background: #dde5f1;
  padding: 70px 0 85px;
}

.modal__adviceWrap__hdg-sub {
  text-align: center;
  line-height: 1.3;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: bold;
  margin-bottom: 15px;
}

.modal__adviceWrap__hdg {
  display: flex;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: min(5.3333333333vw, 3.84rem);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal__adviceWrap__hdg::before {
  content: "";
  background: url(../img/advice_hdg_left.png) no-repeat center/contain;
  flex: 0 0 min(9.6vw, 69px);
  display: block;
  aspect-ratio: 69/131;
}
.modal__adviceWrap__hdg::after {
  content: "";
  background: url(../img/advice_hdg_right.png) no-repeat center/contain;
  flex: 0 0 min(9.6vw, 69px);
  display: block;
  aspect-ratio: 69/131;
}

.modal__adviceBox {
  background: #fff;
  outline: 3px solid #fff;
  border: 1px solid #ccc;
  padding: 15px 25px;
  width: min(85.0666666667vw, 612.48px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px 0;
  font-size: min(3.7333333333vw, 2.688rem);
  line-height: 1.8;
}
.modal__adviceBox + .modal__adviceBox {
  margin-top: 18px;
}

.modal__adviceBox__image {
  width: 21.7%;
}

.modal__adviceBox__hdgWrap {
  width: 72.7%;
  font-size: min(3.2vw, 2.304rem);
  color: #999;
  font-weight: 500;
  line-height: 1.4;
}

.modal__adviceBox__hdg {
  font-size: min(3.7333333333vw, 2.688rem);
  color: #333;
  margin-bottom: 10px;
}

.modal__how__image {
  text-align: center;
}
.modal__how__image img {
  width: min(53.3333333333vw, 384px);
}

.modal__how__text {
  width: min(80vw, 576px);
  margin: 20px auto 0;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  line-height: 1.8;
}

.modal__pouch__hdg-num {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  color: #7e9cca;
}

.modal__pouch__hdg {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: min(7.2vw, 5.184rem);
  position: relative;
}
.modal__pouch__hdg:after {
  content: "";
  width: calc(100% - 74px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 50%;
  left: 37px;
  z-index: 1;
}

.modal__pouch__hdg__inner {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.modal__pouch__hdg-jp {
  text-align: center;
  color: #666;
  font-size: min(3.2vw, 2.304rem);
  margin-bottom: 30px;
}

/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

.none {
  display: none;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-item0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/***************************

object/utility/_background.scss

***************************/
/***************************

object/utility/_link.scss

***************************/
.link--underline {
  text-decoration: underline;
}

.link--underline:hover {
  text-decoration: none;
}

/***************************

object/utility/_text.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

@media screen and (min-width: 451px) {
  .t-center_pc {
    text-align: center;
  }
  .t-left_pc {
    text-align: left;
  }
  .t-right_pc {
    text-align: right;
  }
}
.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.f-bold {
  font-weight: bold;
}

.f-normal {
  font-weight: normal;
}

.indent--1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent--2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent--3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent--4 {
  text-indent: -4em;
  padding-left: 4em;
}

.indent--5 {
  text-indent: -5em;
  padding-left: 5em;
}

.fc--white {
  color: #fff;
}

.fc--black {
  color: #333;
}

.fc--blue {
  color: #7e9cca;
}

.txtdeco-none {
  text-decoration: none;
}

/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb300 {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/***************************

object/utility/_font.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.uppercase {
  text-transform: uppercase;
}

.letterspace01 {
  letter-spacing: 2px;
}

.letterspace02 {
  letter-spacing: 4px;
}

.letterspace03 {
  letter-spacing: 1px;
}

.lineheight01 {
  line-height: 1.3;
}

.vertical {
  writing-mode: vertical-rl;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.bodoni-moda {
  font-family: "Bodoni Moda", serif;
}/*# sourceMappingURL=style.css.map */