@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");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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;
  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;
  overflow-x: hidden;
}

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

layout/_fixed.scss

***************************/
.fixed-box {
  z-index: 10;
  transition: 1s;
}

.fixed-btn {
  background: #000;
  color: #fff;
  font-family: "Marcellus", serif;
  border-radius: 5px 0 0 5px;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 15;
  padding: 25px 15px 20px 25px;
  width: min(36vw, 259.2px);
  transition: 0.3s;
}
.fixed-btn:not(.is-open) {
  transform: translateX(100%);
}

.fixed-btn__item {
  font-size: min(3.7333333333vw, 2.688rem);
}
.fixed-btn__item.is-gift {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.fixed-btn__item.is-gift i {
  width: min(3.4666666667vw, 24.96px);
  display: inline-block;
  margin-left: min(1.3333333333vw, 10px);
  transform: translateY(-5px);
}

.fixed-btn__close {
  text-align: right;
  cursor: pointer;
}
.fixed-btn__close img {
  transform: rotate(180deg);
  width: min(5.0666666667vw, 29px);
}

.fixed-box__open {
  cursor: pointer;
  color: #fff;
  background: url(../img/fixed_btn_2x.png) no-repeat bottom 22px right calc(50% - 1px)/min(5.0666666667vw, 29px) min(5.0666666667vw, 29px);
  background-color: #000;
  writing-mode: vertical-rl;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 14;
  border-radius: 5px 0 0 5px;
  font-size: min(3.7333333333vw, 2.688rem);
  padding: 25px 12px min(14.6666666667vw, 67px);
  line-height: 1.2;
  transition: 0.3s;
}
.fixed-box:not(.is-show) .fixed-box__open {
  transform: translateX(100%);
}

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

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 mvSlide {
  0% {
    background-position: top 0 left 0, top 50% right 0, bottom 0 left 0;
  }
  100% {
    background-position: top 0 left 522px, top 50% right 349px, bottom 0 left 522px;
  }
}
@keyframes mvSlidePc {
  0% {
    background-position: top 0 left 0, top 50% right 0, bottom 0 left 0;
  }
  100% {
    background-position: top 0 left min(139.2vw, 1002.24px), top 50% right min(93.0666666667vw, 670.08px), bottom 0 left min(139.2vw, 1002.24px);
  }
}
.mv {
  padding-top: 20px;
}

.mv-image {
  height: 538px;
  background-image: url(../img/main_image01_2x.jpg), url(../img/main_image02_2x.jpg), url(../img/main_image03_2x.jpg);
  background-size: 522px 176px, 349px 176px, 522px 176px;
  background-position: top 0 left 0, top 50% right 0, bottom 0 left 0;
  background-repeat: repeat-x;
  animation: mvSlide 30s both infinite linear;
}

.mv-hdg-sub {
  text-align: center;
  font-size: min(2.6666666667vw, 1.92rem);
  font-weight: bold;
  color: #848aa9;
}

.mv-hdg {
  text-align: center;
  margin: 10px 0 25px;
}
.mv-hdg img {
  width: min(64vw, 460px);
}

@media screen and (min-width: 450px) {
  .mv-image {
    height: min(143.4666666667vw, 1032.96px);
    background-size: min(139.2vw, 1002.24px) min(46.9333333333vw, 337.92px), min(93.0666666667vw, 670.08px) min(46.9333333333vw, 337.92px), min(139.2vw, 1002.24px) min(46.9333333333vw, 337.92px);
    background-position: top 0 left 0, top 50% right 0, bottom 0 left 0;
    background-repeat: repeat-x;
    animation: mvSlidePc 30s both infinite linear;
  }
}
/***************************

object/object/project/_intro.scss

***************************/
.intro__inner {
  padding: 75px min(9.8666666667vw, 71.04px) 50px;
  position: relative;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
}
.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(5vw, 3.84rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}

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

object/object/project/_artist.scss

***************************/
.artist {
  color: #fff;
  background: linear-gradient(to bottom, transparent 42px, #000 42px);
  font-size: min(3.2vw, 2.304rem);
  padding-bottom: 40px;
}

.artist-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 25px;
  font-weight: 500;
}

.artist-top__text {
  width: min(33.3333333333vw, 240px);
  padding-left: min(10vw, 72px);
  box-sizing: content-box;
}

.artist-top__image {
  width: min(47.7333333333vw, 344px);
  text-align: right;
}

.artist-top__job {
  font-size: min(2.6666666667vw, 1.92rem);
  line-height: 1.5;
  margin-bottom: 15px;
}

.artist-top__name {
  font-size: min(4.2666666667vw, 3.072rem);
  line-height: 1;
  font-weight: 500;
}

.artist-top__name__en {
  font-family: "Marcellus", serif;
  display: block;
  font-size: min(6.9333333333vw, 4.992rem);
  margin-bottom: 10px;
}

.artist__intro {
  width: min(80vw, 576px);
  margin: 0 auto;
}
.artist__intro .artist__insta {
  margin-top: min(4vw, 28.8px);
}

.artist-experience {
  border-top: 1px solid #fff;
  margin: 40px auto 0;
  padding: 30px min(5.3333333333vw, 38.4px) 0;
  width: min(90.4vw, 650.88px);
}

.artist-experience__hdg {
  text-align: center;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.artist-experience__list__item {
  display: flex;
  align-items: center;
  gap: min(4vw, 28.8px);
}
.artist-experience__list__item:nth-of-type(n+2) {
  margin-top: 14px;
}

.artist-experience__image {
  width: min(16vw, 115px);
}

.artist-experience__name {
  font-size: min(2.6666666667vw, 1.92rem);
  line-height: 1;
  margin-bottom: 5px;
}

.artist-experience__name__en {
  font-family: "Marcellus", serif;
  font-size: min(5.3333333333vw, 3.84rem);
  margin-right: min(1.3333333333vw, 5px);
}

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

.artist__insta {
  font-size: min(2.6666666667vw, 1.92rem);
  display: flex;
  align-items: center;
  gap: min(1.3333333333vw, 9.6px);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.artist__insta i {
  font-size: min(4.2666666667vw, 3.072rem);
}

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

object/object/project/_color.scss

***************************/
.color {
  padding: 65px 0 0;
}

.color-hdg01en {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: min(6.9333333333vw, 4.992rem);
  line-height: 1.2;
}

.color-hdg01en__large {
  font-size: min(9.6vw, 6.912rem);
  display: block;
}

.color-hdg01 {
  text-align: center;
  font-weight: 500;
  font-size: min(3.2vw, 2.304rem);
  margin-bottom: 30px;
}

.color-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 0;
  width: min(80vw, 576px);
  margin: 0 auto 70px;
}

.color-anchor__item {
  width: calc(50% - 5px);
}
.color-anchor__item a {
  display: flex;
  align-items: center;
  gap: min(2.6666666667vw, 19.2px);
  background: #000;
  color: #fff;
  position: relative;
}
.color-anchor__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 #fff;
  border-bottom: 0;
  position: absolute;
  top: calc(50% - 2px);
  right: min(2.6666666667vw, 19.2px);
}

.color-anchor__image {
  width: min(13.3333333333vw, 96px);
}

.color-anchor__name {
  font-family: "Marcellus", serif;
  font-size: min(3.2vw, 2.304rem);
}

.color__hdg02 {
  font-size: min(5.8666666667vw, 4.224rem);
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
}

.color-contents__hdg {
  position: relative;
  bottom: -18px;
  bottom: calc(-1 * min(4.8vw, 32px));
  z-index: 5;
  padding: 0 min(4vw, 28.8px);
}
.color-contents__hdg img {
  width: min(43.7333333333vw, 314.88px);
}

.color-contents__top {
  background: linear-gradient(to bottom, transparent 40px, #edeffa 40px);
  padding-bottom: 20px;
}

.color-contents__image {
  position: relative;
  padding: 0 min(4.8vw, 34.56px);
}

.color-contents__image__main {
  width: min(72.8vw, 527px);
  text-align: right;
  margin-left: auto;
}

.color-contents__image__goods {
  position: absolute;
  top: 0;
  left: 0;
}

.color-contents__copy {
  padding: 0 min(4.8vw, 34.56px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 5;
  font-size: min(4.2666666667vw, 3.072rem);
  transform: translateY(-0.8em);
}

.color-contents:has(.color-contents__image__main img.is-inview-animated) .color-contents__copy__inner {
  animation: colorCopy 1s 0.6s both;
}
.color-contents:has(.color-contents__image__main img.is-inview-animated) .color-contents__copy__inner:nth-of-type(2) {
  animation: colorCopy 1s 0.8s both;
}

.color-contents__copy__inner {
  background: #fff;
  width: max-content;
  display: block;
  padding: 0 5px;
  font-size: min(4.2666666667vw, 3.072rem);
  font-weight: 500;
  line-height: 1.6;
  font-weight: 500;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

@keyframes colorCopy {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.color-contents__copy__accent {
  color: #6bb2ff;
}

.color-contents__goods-note {
  padding: 0 min(4.8vw, 34.56px);
  width: min(89.6vw, 645.12px);
  margin-left: auto;
  font-size: min(2.4vw, 1.728rem);
  line-height: 1.3;
  color: #807f7d;
  font-weight: 500;
}

.color-slider-title {
  font-size: min(4.2666666667vw, 3.072rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  position: relative;
  padding-top: 40px;
  margin-bottom: 20px;
}
.color-slider-title:before {
  content: "BLUE/LIGHT BLUE";
  font-family: "Marcellus", serif;
  font-size: min(9.0666666667vw, 6.528rem);
  color: #6bb2ff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(-75px);
  z-index: 15;
}
@media screen and (max-width: 720px) {
  .color-slider-title:before {
    transform: rotate(90deg) translateX(-10.4166666667vw);
  }
}

.color-slider-title__deco {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-color: #6bb2ff;
}

.color-slider-title__item {
  opacity: 0;
  transition: 0.3s;
}
.color-slider-title__item:nth-of-type(n+2) {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

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

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

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

.color-slider__item__swiper {
  overflow: hidden;
}
.color-slider__item__swiper .swiper-wrapper {
  align-items: center;
}
.color-slider__item__swiper .swiper-pagination {
  top: calc(100% + 8px);
}
.color-slider__item__swiper .swiper-pagination-bullet-active {
  background: #848aa9;
}

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

.color-slider__explanation__swiper {
  width: min(74.6666666667vw, 537.6px);
  margin: 0 auto;
}

.color-slider__explanation__swiper-slide {
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 500;
  letter-spacing: -0.096em;
}

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

.color-contents:has(.color-slider__item__swiper-slide[aria-label^="1"].swiper-slide-active) .color-slider__explanation__swiper-slide:nth-of-type(1) {
  opacity: 1;
}
.color-contents:has(.color-slider__item__swiper-slide[aria-label^="1"].swiper-slide-active) .color-slider-title__item:nth-of-type(1) {
  opacity: 1;
}

.color-contents:has(.color-slider__item__swiper-slide[aria-label^="2"].swiper-slide-active) .color-slider__explanation__swiper-slide:nth-of-type(2) {
  opacity: 1;
}
.color-contents:has(.color-slider__item__swiper-slide[aria-label^="2"].swiper-slide-active) .color-slider-title__item:nth-of-type(2) {
  opacity: 1;
}

.color-slider__eye {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: min(74.6666666667vw, 537.6px);
  margin: 0 auto;
}

.color-slider__eye__text {
  width: min(50.6666666667vw, 364.8px);
}
.color-slider__eye__text p:nth-of-type(n+2) {
  margin-top: 25px;
}

.color-slider__eye__image {
  width: min(16vw, 115.2px);
}

.color-slider__explanation__lip-hdg {
  font-family: "Bodoni Moda", serif;
  text-align: center;
  font-size: min(4.2666666667vw, 3.072rem);
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.color-slider__explanation__lip-hdg:after {
  content: "";
  width: min(4.8vw, 34.56px);
  height: 2px;
  background: #b9b9b9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.color-contents.is-purple .color-slider__explanation__lip-image img {
  transform: scale(1.2);
  transform-origin: top;
}

@media screen and (min-width: 720px) {
  .color-contents.is-purple .color-slider__explanation__lip-image img {
    transform: scale(1.4);
    transform-origin: top;
  }
}
.step__contents__top__hdg-sub {
  text-decoration: underline;
  color: #848aa9;
  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-color: #6bb2ff;
  text-underline-offset: 8px;
  font-size: min(3.7333333333vw, 2.688rem);
  text-align: center;
  font-weight: 500;
}

.step__contents__good__hdg {
  font-weight: 500;
  font-size: min(5.3333333333vw, 3.84rem);
  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: #848aa9;
  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: 60px 0 50px;
}

.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: #848aa9;
}

.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: #848aa9;
  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-weight: 500;
  line-height: 1.4;
  font-size: min(4.2666666667vw, 3.072rem);
  margin-bottom: 20px;
}

.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-weight: 500;
  line-height: 1.4;
  color: #6bb2ff;
  font-size: min(5.3333333333vw, 3.84rem);
  position: relative;
}
.step__buy__hdg02:after {
  content: "";
  width: calc(100% - 74px);
  height: 1px;
  background: #6bb2ff;
  position: absolute;
  bottom: min(3.3333333333vw, 24px);
  left: 37px;
  z-index: 1;
}

.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 #848aa9;
  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: #848aa9;
  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: #848aa9;
  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: #edeffa;
  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: #848aa9;
  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;
}

.color-contents + .color-contents {
  margin-top: 45px;
}
.color-contents:nth-of-type(2n) .color-contents__image__main {
  text-align: left;
  margin-left: 0;
}
.color-contents:nth-of-type(2n) .color-contents__hdg {
  text-align: right;
}
.color-contents:nth-of-type(2n) .color-contents__copy {
  align-items: flex-end;
}
.color-contents:nth-of-type(2n) .color-contents__goods-note {
  margin-left: 0;
}
.color-contents.is-purple .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-purple .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-purple .color-contents__copy__accent {
  color: #9e85d0;
}
.color-contents.is-purple .color-slider-title:before {
  content: "PURPLE";
  color: #9e85d0;
}
.color-contents.is-purple .color-slider-title__deco,
.color-contents.is-purple .step__contents__good__hdg-sub {
  text-decoration-color: #9e85d0;
}
.color-contents.is-purple .step__buy__hdg02:after {
  background: #9e85d0;
}
.color-contents.is-purple .step__buy__hdg02__inner {
  color: #9e85d0;
}
.color-contents.is-pink .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-pink .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-pink .color-contents__copy__accent {
  color: #f88b9a;
}
.color-contents.is-pink .color-slider-title:before {
  content: "PINK";
  color: #f88b9a;
}
.color-contents.is-pink .color-slider-title__deco,
.color-contents.is-pink .step__contents__good__hdg-sub {
  text-decoration-color: #f88b9a;
}
.color-contents.is-pink .step__buy__hdg02:after {
  background: #f88b9a;
}
.color-contents.is-pink .step__buy__hdg02__inner {
  color: #f88b9a;
}
.color-contents.is-pink .color-contents__goods-note {
  width: min(94.9333333333vw, 683.52px);
}
.color-contents.is-red .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-red .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-red .color-contents__copy__accent {
  color: #b43a36;
}
.color-contents.is-red .color-slider-title:before {
  content: "RED";
  color: #b43a36;
}
.color-contents.is-red .color-slider-title__deco,
.color-contents.is-red .step__contents__good__hdg-sub {
  text-decoration-color: #b43a36;
}
.color-contents.is-red .step__buy__hdg02:after {
  background: #b43a36;
}
.color-contents.is-red .step__buy__hdg02__inner {
  color: #b43a36;
}
.color-contents.is-yellow .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-yellow .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-yellow .color-contents__copy__accent {
  color: #c69b00;
}
.color-contents.is-yellow .color-slider-title:before {
  content: "YELLOW";
  color: #c69b00;
}
.color-contents.is-yellow .color-slider-title__deco,
.color-contents.is-yellow .step__contents__good__hdg-sub {
  text-decoration-color: #c69b00;
}
.color-contents.is-yellow .step__buy__hdg02:after {
  background: #c69b00;
}
.color-contents.is-yellow .step__buy__hdg02__inner {
  color: #c69b00;
}
.color-contents.is-green .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-green .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-green .color-contents__copy__accent {
  color: #477973;
}
.color-contents.is-green .color-slider-title:before {
  content: "GREEN";
  color: #477973;
}
.color-contents.is-green .color-slider-title__deco,
.color-contents.is-green .step__contents__good__hdg-sub {
  text-decoration-color: #477973;
}
.color-contents.is-green .step__buy__hdg02:after {
  background: #477973;
}
.color-contents.is-green .step__buy__hdg02__inner {
  color: #477973;
}
.color-contents.is-white .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-white .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-white .color-contents__copy__accent {
  color: #919191;
}
.color-contents.is-white .color-slider-title:before {
  content: "WHITE";
  color: #919191;
}
.color-contents.is-white .color-slider-title__deco,
.color-contents.is-white .step__contents__good__hdg-sub {
  text-decoration-color: #919191;
}
.color-contents.is-white .step__buy__hdg02:after {
  background: #919191;
}
.color-contents.is-white .step__buy__hdg02__inner {
  color: #919191;
}
.color-contents.is-orange .color-contents__hdg {
  bottom: calc(-1 * min(11.7333333333vw, 84px));
}
.color-contents.is-orange .color-contents__hdg img {
  width: min(62.4vw, 449.28px);
}
.color-contents.is-orange .color-contents__copy__accent {
  color: #d67f23;
}
.color-contents.is-orange .color-slider-title:before {
  content: "ORANGE";
  color: #d67f23;
}
.color-contents.is-orange .color-slider-title__deco,
.color-contents.is-orange .step__contents__good__hdg-sub {
  text-decoration-color: #d67f23;
}
.color-contents.is-orange .step__buy__hdg02:after {
  background: #d67f23;
}
.color-contents.is-orange .step__buy__hdg02__inner {
  color: #d67f23;
}

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

object/object/project/_gift.scss

***************************/
.gift {
  background: #eaedf1;
  padding: min(5.8666666667vw, 42.24px) 0 50px;
}

.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: 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: #848aa9;
}

.gift__hdg01 {
  font-size: min(6.9333333333vw, 4.992rem);
  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: #7e8085;
  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: 500;
  background: #fff;
  color: #848aa9;
  border: 1px solid #848aa9;
  border-radius: 999px;
  padding: 5px 0;
  margin: 30px 0 20px;
  cursor: pointer;
}

.gift__how__hdg__plus {
  display: inline-block;
  position: relative;
  width: min(2.1333333333vw, 15.36px);
  height: 1px;
  background: #848aa9;
  vertical-align: middle;
  margin-left: 10px;
}
.gift__how__hdg__plus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #848aa9;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.gift__how__hdg:not(.is-open) .gift__how__hdg__plus:before {
  transform: rotate(90deg);
}

.gift__how__wrap {
  display: none;
}

.gift__how__flow__item {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: min(4vw, 2.88rem);
  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;
  line-height: 1.4;
  margin-top: 25px;
}

.gift__buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  max-width: calc(100% - min(9.3333333333vw, 67.2px));
  margin-left: auto;
  margin-right: auto;
}

.gift__buy__item {
  width: min(42.6666666667vw, 307.2px);
}

.gift__buy__image {
  margin-bottom: 10px;
}

.gift__buy__color {
  font-size: min(3.2vw, 2.304rem);
  font-weight: bold;
}
.gift__buy__color.is-blue {
  color: #6bb2ff;
}
.gift__buy__color.is-purple {
  color: #9e85d0;
}
.gift__buy__color.is-pink {
  color: #f88b9a;
}
.gift__buy__color.is-red {
  color: #b43a36;
}
.gift__buy__color.is-yellow {
  color: #c69b00;
}
.gift__buy__color.is-green {
  color: #477973;
}
.gift__buy__color.is-white {
  color: #919191;
}
.gift__buy__color.is-orange {
  color: #d67f23;
}

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

.gift__buy__price {
  font-size: min(2.6666666667vw, 1.92rem);
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
}

.last {
  text-align: center;
  font-size: min(3.7333333333vw, 2.688rem);
  font-weight: 400;
  padding: 280px 0 95px;
  background: url(../img/last_image_2x.jpg) repeat-x top 0 right 0/1125px 250px;
  animation: lastSlide 40s both infinite linear;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #d3d2cf;
}

@keyframes lastSlide {
  0% {
    background-position: top 0 right 0;
  }
  100% {
    background-position: top 0 right 1125px;
  }
}
/***************************

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;
}

.marcellus {
  font-family: "Marcellus", serif;
}/*# sourceMappingURL=style.css.map */