@charset "UTF-8";
/* ==========================================================================
* foundation
========================================================================== */
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  border-radius: 0;
  /* iOS 8+ */
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

input[type='search'] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
  /* Chrome 45+ */
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden='false'] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* ==========================================================================
* content-width
========================================================================== */
/* ==========================================================================
* mediaqueries-size
========================================================================== */
/* ==========================================================================
* color
========================================================================== */
/* ==========================================================================
* font-family
========================================================================== */
/* ==========================================================================
* font-size
========================================================================== */
/* ==========================================================================
* content size
========================================================================== */
/* ==========================================================================
* media queries
========================================================================== */
/* ==========================================================================
* animation
========================================================================== */
/* ==========================================================================
* pseudo element
========================================================================== */
body {
  font-family: adobe-garamond-pro, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #000;
}

/* ==========================================================================
* layout
========================================================================== */
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 50px 80px 0;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .l-header {
    padding: 30px 80px 0;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .l-header {
    position: absolute;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header__store {
  position: relative;
}

.l-header__store::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/brand/shopping-cart.svg);
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .l-header__store {
    display: none;
  }
}

.l-footer {
  width: 80%;
  margin: 300px auto 0;
  padding-bottom: 160px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .l-footer {
    margin: 120px auto 0;
  }
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 60px 0;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}

.l-footer__body::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.l-footer__side-l {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #000;
  padding-right: 10px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .l-footer__side-l {
    font-size: 12px;
  }
}

.l-footer__logo {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .l-footer__logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-footer__side-r {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #000;
  padding-left: 10px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .l-footer__side-r {
    font-size: 12px;
  }
}

.l-footer__foot {
  margin-top: 20px;
  text-align: center;
}

/* ==========================================================================
* component
========================================================================== */
.c-logo {
  width: 100px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .c-logo {
    width: 90px;
  }
}

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

.c-text.-val-1 {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.8em;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .c-text.-val-1 {
    font-size: 15px;
  }
}

.c-text.-val-2 {
  font-size: 8.5vw;
  font-family: hwt-roman-extended-light-fac, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  line-height: 0.95;
  text-transform: uppercase;
}

@media screen and (min-width: 1400px) {
  .c-text.-val-2 {
    font-size: 130px;
  }
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .c-text.-val-2 {
    font-size: 60px;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .c-text.-val-2 {
    font-size: 56px;
  }
}

.c-text.-val-3 {
  font-size: 7.5vw;
  font-family: hwt-roman-extended-light-fac, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  line-height: 0.95;
}

@media screen and (min-width: 1400px) {
  .c-text.-val-3 {
    font-size: 110px;
  }
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .c-text.-val-3 {
    font-size: 44px;
  }
}

.c-text.-val-4 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.c-text.-val-5 {
  font-size: 80px;
  font-family: hwt-roman-extended-light-fac, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  line-height: 0.95;
  text-transform: uppercase;
}

.c-paragraph {
  letter-spacing: 0.1em;
}

.c-paragraph + .c-paragraph {
  margin-top: 20px;
}

/* ==========================================================================
* modifier
========================================================================== */
/* フォントサイズ・行間
----------------------------------------------------------------- */
.c-paragraph.-medium {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .c-paragraph.-medium {
    font-size: 13px;
    line-height: 1.8;
  }
}

.c-paragraph.-small {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .c-paragraph.-small {
    font-size: 12px;
    line-height: 1.7;
  }
}

/* 行の揃え位置・均等割付
----------------------------------------------------------------- */
.c-paragraph.-center {
  text-align: center;
}

.c-button {
  position: relative;
  letter-spacing: 0.075em;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .c-button {
    font-size: 13px;
  }
}

.c-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: 40px;
  height: 40px;
  right: -55px;
  border: 1px solid #d5d5d5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: 14px;
  height: 10px;
  right: -42px;
  background-image: url(../images/common/right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button:hover::before {
  border: none;
  background-color: #000;
}

.c-button:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  width: 14px;
  height: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.c-image__cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
}

.c-image__body {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 2s cubic-bezier(0.83, 0, 0.17, 1);
}

.is-active.c-image.-top .c-image__cover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-active.c-image.-top .c-image__body {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.is-active.c-image.-right .c-image__cover {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-active.c-image.-right .c-image__body {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-hidetext.-bottom {
  overflow: hidden;
}

.c-hidetext.-bottom .c-hidetext__body {
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}

.is-active.c-hidetext.-bottom .c-hidetext__body {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-hidetext.-left {
  overflow: hidden;
}

.c-hidetext.-left .c-hidetext__body {
  display: block;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}

.is-active.c-hidetext.-left .c-hidetext__body {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-blur {
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
  transition: 1s cubic-bezier(0.83, 0, 0.17, 1);
}

.c-blur.is-active {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* ==========================================================================
* project
========================================================================== */
.p-hero {
  padding-top: 80px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero {
    padding-top: 75px;
  }
}

.p-hero__head {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__head {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.p-hero__heading-deco-unit {
  margin-top: 15px;
}

.p-hero__heading-deco.-sp-delete {
  display: block;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__heading-deco.-sp-delete {
    display: none;
  }
}

.p-hero__heading-deco.-sp-active {
  display: none;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__heading-deco.-sp-active {
    display: block;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.p-hero__image-main {
  position: relative;
  z-index: -1;
  width: 45%;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__image-main {
    width: 80%;
  }
}

.p-hero__lead {
  position: absolute;
  top: 60%;
  right: 25%;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__lead {
    font-size: 12px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
    top: -10px;
    right: auto;
    text-align: center;
  }
}

.p-hero__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 10%;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-hero__scroll {
    display: none;
  }
}

.p-hero__scroll circle {
  z-index: 3;
  stroke-dasharray: 390px;
  -webkit-animation-name: stroke;
          animation-name: stroke;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-hero__scroll-text {
  position: absolute;
  top: -30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-hero__scroll-text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -180%;
  left: 50%;
  width: 1px;
  height: 90px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: strokeline;
          animation-name: strokeline;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes strokeline {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}

@keyframes strokeline {
  0% {
    -webkit-transform: translateX(-50%) scale(1, 0);
            transform: translateX(-50%) scale(1, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}

@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 390px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 390px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

.p-intro {
  width: 100%;
  padding: 0 5%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro {
    margin-top: 160px;
    padding: 0 10%;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-intro {
    margin-top: 120px;
  }
}

.p-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__inner {
    display: block;
  }
}

.p-intro__visual {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.p-intro__image-sub {
  position: absolute;
  top: 30%;
  right: -10%;
  width: 30%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__image-sub {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
    top: 40px;
    right: auto;
  }
}

.p-intro__body {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__body {
    margin-top: 100px;
  }
}

.p-intro__heading {
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__heading {
    text-align: center;
  }
}

.p-intro__heading-deco {
  margin-top: 20px;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__heading-deco {
    text-align: center;
  }
}

.p-intro__paragraph {
  width: 80%;
  margin-top: 50px;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-intro__paragraph {
    margin: 50px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .p-intro__paragraph {
    width: 100%;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-intro__paragraph {
    margin-top: 30px;
  }
}

.p-texture {
  position: relative;
  z-index: 1;
  margin-top: 180px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-texture {
    margin-top: 120px;
  }
}

.p-texture__inner {
  position: relative;
}

.p-texture__head {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-texture__head {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}

.p-texture__heading-deco {
  margin-top: 15px;
}

.p-texture__image {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-texture__image {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-texture__image {
    width: 75%;
    margin: 0 auto;
  }
}

.p-texture__paragraph {
  width: 60%;
  margin: 100px auto 0;
  text-align: center;
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .p-texture__paragraph {
    width: 80%;
    margin: 70px auto 0;
  }
}

.p-texture__title {
  margin-top: 120px;
}

.p-texture__washing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  margin: 120px auto 0;
  opacity: 0.45;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .p-texture__washing {
    width: 50%;
  }
}

@media screen and (max-width: calc(768px - 0.02px)) {
  .p-texture__washing {
    width: 75%;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-texture__washing {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-texture__icon {
    width: 60px;
  }
}

.p-showcase {
  margin-top: 300px;
  padding-bottom: 200px;
  background-color: #fafafa;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-showcase {
    margin-top: 160px;
    padding-bottom: 0;
    background-color: transparent;
  }
}

.p-showcase__head {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-showcase__head {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.p-showcase__heading-deco {
  margin-top: 15px;
}

.p-showcase__paragraph {
  width: 60%;
  margin: 40px auto 0;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-showcase__paragraph {
    width: 80%;
  }
}

.p-showcase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 60px auto 0;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-showcase__list {
    display: block;
  }
}

.p-showcase__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-showcase__item + .p-showcase__item {
    margin-top: 30px;
  }
}

.p-showcase__name {
  margin-top: 20px;
}

.p-dynamic {
  padding: 80px 0;
  border-top: 1px solid #000;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-dynamic {
    padding: 50px 0;
  }
}

.p-dynamic__heading {
  margin-top: 10px;
  font-size: 6.5vw;
  font-family: hwt-roman-extended-light-fac, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .p-dynamic__heading {
    font-size: 80px;
  }
}

.p-dynamic__paragraph {
  margin-top: 10px;
}

.p-cv {
  margin-top: 230px;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-cv {
    margin-top: 160px;
  }
}

.p-cv__lead {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-cv__lead {
    font-size: 13px;
  }
}

.p-cv__heading {
  margin-top: 10px;
  font-size: 160px;
  font-family: hwt-roman-extended-light-fac, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-cv__heading {
    font-size: 60px;
  }
}

.p-cv__button {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-cv__button {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.p-cv__paragraph {
  margin: 0 auto;
}

@media screen and (max-width: calc(576px - 0.02px)) {
  .p-cv__paragraph {
    width: 80%;
    margin-top: 20px;
  }
}

/* ==========================================================================
* program
========================================================================== */
.swiper-button-next {
  right: 27%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .swiper-button-next {
    right: -10%;
  }
}

.swiper-button-prev {
  left: 27%;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .swiper-button-prev {
    left: -10%;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: #cfcfcf;
}

.swiper-slide-next,
.swiper-slide-prev {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media screen and (max-width: calc(992px - 0.02px)) {
  .swiper-container {
    overflow: visible;
  }
}

/* ==========================================================================
* utility
========================================================================== */
.u-x-10 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

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

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

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

.u-ml-100 {
  margin-left: 100px;
}
/*# sourceMappingURL=style.css.map */