/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes indicator {
  0% {
    top: 0;
    height: 0;
  }
  70% {
    height: 40px;
  }
  100% {
    top: 40px;
    height: 40px;
  }
}
@keyframes indicator {
  0% {
    top: 0;
    height: 0;
  }
  70% {
    height: 40px;
  }
  100% {
    top: 40px;
    height: 40px;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

body > img {
  display: none;
  position: absolute;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

picture {
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

::-webkit-input-placeholder {
  color: #d4d4d4;
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", YuGothic;
}

::-webkit-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #d4d4d4;
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", YuGothic;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

input, select {
  vertical-align: middle;
}

textarea,
select,
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date] {
  display: block;
  padding: 8px 0;
  width: 100%;
  height: 42px;
  max-width: 470px;
  color: #000;
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", YuGothic;
  letter-spacing: 0.04em;
  border: none;
  border-bottom: 1px solid #1A4192;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
textarea.has-error,
select.has-error,
input[type=text].has-error,
input[type=search].has-error,
input[type=email].has-error,
input[type=tel].has-error,
input[type=number].has-error,
input[type=password].has-error,
input[type=date].has-error {
  color: #f7f7f7;
  background-color: #1A4192;
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus {
  outline: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

textarea {
  padding: 1em;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #c7c8cb;
}
textarea:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}

textarea {
  max-width: none;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  padding: 12px 30px 12px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1A4192;
  border-radius: 0;
  -webkit-appearance: none;
  background: var(--icon-arrow-down-01) no-repeat right center;
}
select:focus {
  outline: none;
}

/**
*
*	common properties
*
**/
html {
  color: #000;
  font-size: 62.5%;
  background-color: #fff;
}

body {
  color: #000;
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", YuGothic;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  line-height: 1;
  min-height: 100vh;
}
@media (max-width: 600px) {
  body {
    font-size: 12px;
  }
}

img, a {
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em;
  line-height: 1.4em;
  font-weight: 400;
}

p {
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

main {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ol, ul {
  list-style: none;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  a:hover, a:active {
    opacity: 0.6;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  overflow: visible;
  overflow-y: visible;
  overflow-x: visible;
}

button {
  padding: 0;
  color: inherit;
  font-weight: 400;
  border: none;
  background-color: transparent;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
@media (hover: hover) {
  button:hover, button:active {
    opacity: 0.6;
  }
}
button:focus {
  outline: none;
}

.clear {
  clear: both;
}

ins {
  display: inline-block;
  vertical-align: bottom;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.no-scroll {
  overflow-y: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

@media (max-width: 900px) {
  .md\:mt10 {
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .md\:mt20 {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .md\:mt30 {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .md\:mt40 {
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .md\:mt50 {
    margin-top: 50px;
  }
}

@media (max-width: 900px) {
  .md\:mt60 {
    margin-top: 60px;
  }
}

@media (max-width: 900px) {
  .md\:mt70 {
    margin-top: 70px;
  }
}

@media (max-width: 900px) {
  .md\:mt80 {
    margin-top: 80px;
  }
}

@media (max-width: 900px) {
  .md\:mt90 {
    margin-top: 90px;
  }
}

@media (max-width: 900px) {
  .md\:mt100 {
    margin-top: 100px;
  }
}

@media (max-width: 900px) {
  .md\:mt110 {
    margin-top: 110px;
  }
}

@media (max-width: 900px) {
  .md\:mt120 {
    margin-top: 120px;
  }
}

@media (max-width: 900px) {
  .md\:mb10 {
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .md\:mb20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .md\:mb30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .md\:mb40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .md\:mb50 {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .md\:mb60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .md\:mb70 {
    margin-bottom: 70px;
  }
}

@media (max-width: 900px) {
  .md\:mb80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 900px) {
  .md\:mb90 {
    margin-bottom: 90px;
  }
}

@media (max-width: 900px) {
  .md\:mb100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 900px) {
  .md\:mb110 {
    margin-bottom: 110px;
  }
}

@media (max-width: 900px) {
  .md\:mb120 {
    margin-bottom: 120px;
  }
}

@media (max-width: 600px) {
  .sm\:mt0 {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .sm\:mt10 {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .sm\:mt20 {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .sm\:mt30 {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .sm\:mt40 {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .sm\:mt50 {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .sm\:mt60 {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .sm\:mt70 {
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  .sm\:mt80 {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .sm\:mt90 {
    margin-top: 90px;
  }
}

@media (max-width: 600px) {
  .sm\:mt100 {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  .sm\:mt110 {
    margin-top: 110px;
  }
}

@media (max-width: 600px) {
  .sm\:mt120 {
    margin-top: 120px;
  }
}

@media (max-width: 600px) {
  .sm\:mb10 {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .sm\:mb20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .sm\:mb30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .sm\:mb40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .sm\:mb50 {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .sm\:mb60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .sm\:mb70 {
    margin-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .sm\:mb80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .sm\:mb90 {
    margin-bottom: 90px;
  }
}

@media (max-width: 600px) {
  .sm\:mb100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 600px) {
  .sm\:mb110 {
    margin-bottom: 110px;
  }
}

@media (max-width: 600px) {
  .sm\:mb120 {
    margin-bottom: 120px;
  }
}

.list--inline {
  display: flex;
  flex-wrap: wrap;
}

.hidden,
.hide {
  display: none;
}

.video-js .vjs-big-play-button {
  width: 50px;
  height: 52px;
  border: none;
  background: transparent var(--button-play-01) no-repeat center center;
  background-color: transparent !important;
  background-size: contain;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.en {
  font-family: "Squada One", sans-serif;
}

.en--regular {
  font-family: var(--font-en);
}

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

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

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

.indented {
  margin-left: 1em;
  text-indent: -1em;
}

.img-rect--v {
  display: block;
  position: relative;
  padding-top: 152%;
  border-radius: 8px;
}
.img-rect--v img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 8px;
}

.img-square {
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
}
.img-square img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 8px;
}

.img-product {
  display: block;
  position: relative;
  padding-top: 133%;
  border-radius: 8px;
}
.img-product img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 8px;
}
.img-product.img-product--s {
  padding-top: 125%;
}

.img-platinum {
  display: block;
  position: relative;
  padding-top: 58%;
}
.img-platinum img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.md-visible {
  display: none;
}
@media (max-width: 900px) {
  .md-visible {
    display: block;
  }
}

.md-visible--inline {
  display: none;
}
@media (max-width: 900px) {
  .md-visible--inline {
    display: inline-block;
  }
}

@media (max-width: 900px) {
  .md-hidden {
    display: none;
  }
}

@media (max-width: 600px) {
  .sm-hidden {
    display: none;
  }
}

.sm-visible {
  display: none;
}
@media (max-width: 600px) {
  .sm-visible {
    display: block;
  }
}

.sm-visible--inline {
  display: none;
}
@media (max-width: 600px) {
  .sm-visible--inline {
    display: inline;
  }
}

.error {
  margin-top: 8px;
  color: #fb0000;
}

.dl--stack {
  font-size: 11px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0em;
}
.dl--stack dt {
  margin-bottom: 4px;
  line-height: 1.8em;
}
.dl--stack dd {
  margin-bottom: 30px;
}

.custom-input {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  font-size: 0;
  border-radius: 100px;
}
.custom-input::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #1A4192;
  border-radius: 100px;
  content: "";
}
.custom-input.checked {
  background-color: #1A4192;
}
.custom-input.custom-input--radio {
  border-radius: 50px;
}
.custom-input input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 9px;
  height: 9px;
}

.cf-form-inner * {
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", YuGothic !important;
}
.cf-form-inner .newsletter-label {
  margin-top: 60px;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .cf-form-inner .newsletter-label {
    margin-top: 30px;
  }
}
.cf-form-inner .newsletter-label .newsletter-label {
  margin-top: 0;
  margin-bottom: 0;
}
.cf-form-inner .accepts-marketing {
  padding-top: 4px;
}
.cf-form-inner .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) {
  background-color: transparent !important;
  border: none !important;
}
.cf-form-inner .cf-step-invalid {
  display: none;
}
.cf-form-inner .cf-field-errors {
  font-family: "Squada One", sans-serif;
  font-size: 13px;
  font-weight: 350;
  line-height: 2em;
  letter-spacing: 0.03em;
  margin-top: 7px !important;
  line-height: 1.5em;
}
.cf-form-inner .cf-field-errors li {
  margin-bottom: 0 !important;
}
.cf-form-inner .first-name label {
  opacity: 0;
}
.cf-form-inner label {
  font-family: "Squada One", sans-serif;
  font-size: 12px;
  font-weight: 350;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.custom-select {
  position: relative;
}
.custom-select .custom-select__inner {
  display: inline-block;
  position: relative;
  width: 100%;
}
.custom-select .custom-select__arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 6px;
  background: var(--icon-arrow-05) no-repeat center center;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select select {
  border-radius: 0;
}

.font--bold {
  font-family: var(--font-b);
}

.uppercase {
  text-transform: uppercase;
}

.bgc--light-gray {
  background-color: #f4f4f4;
}

.bgc--cream {
  background-color: #f7f6f3;
}

.bdr--top {
  border-top: 1px solid #9b9b9a;
}

.bdr--right {
  border-right: 1px solid #9b9b9a;
}

.bdr--bottom {
  border-bottom: 1px solid #9b9b9a;
}

.bdr--left {
  border-left: 1px solid #9b9b9a;
}

.sticky-contents {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 84px;
}
@media (max-width: 900px) {
  .sticky-contents {
    position: static;
  }
}
.sticky-contents .page-title {
  font-family: "Squada One", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
  width: 100%;
}
@media (max-width: 900px) {
  .sticky-contents .page-title {
    font-size: 12px;
    font-weight: 350;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 600px) {
  .row {
    margin-right: -6px;
    margin-left: -6px;
  }
}
.row.row--center {
  justify-content: center;
}
.row.row--v-center {
  align-items: center;
}
.row.row--reverse {
  flex-direction: row-reverse;
}

.col {
  padding: 0 10px;
}
@media (max-width: 600px) {
  .col {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col--right {
  margin-left: auto;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 900px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 900px) {
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 600px) {
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 600px) {
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.span-xl-12 {
  width: auto;
}

.span-xl-11 {
  width: 91.6666666667vw;
}

.span-xl-10 {
  width: 83.3333333333vw;
}

.span-xl-9 {
  width: 75vw;
}

.span-xl-8 {
  width: 66.6666666667vw;
}

.span-xl-7 {
  width: 58.3333333333vw;
}

.span-xl-6 {
  width: 50vw;
}

.span-xl-5 {
  width: 41.6666666667vw;
}

.span-xl-4 {
  width: 33.3333333333vw;
}

.span-xl-3 {
  width: 25vw;
}

.span-xl-2 {
  width: 16.6666666667vw;
}

.modal {
  background: rgba(0, 0, 0, 0.47);
  color: #000;
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  z-index: 11000;
  text-align: center;
}

.modal__container {
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 11001;
}

.modal__contents {
  margin-top: 60px;
  overflow: hidden;
}

.modal-wrapper {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 100px 80px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
}
.modal-wrapper .container {
  padding: 70px;
  max-width: none;
}
.modal-wrapper .collection-block {
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
  background-color: #fff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1280px;
}
@media (max-width: 600px) {
  .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.container--fluid {
  max-width: none;
}
.container--full {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}

.hamburger-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  width: calc(8vw + 18px);
  height: 50px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hamburger-button {
    display: block;
  }
}
.hamburger-button .bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  z-index: 100;
  width: 18px;
  height: 2px;
  border-radius: 8px;
  background-color: #000;
}
.hamburger-button .bar::before, .hamburger-button .bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #000;
  border-radius: 8px;
  transition: background-color 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-button .bar::before {
  margin-top: -7px;
}
.hamburger-button .bar::after {
  margin-top: 5px;
}
.hamburger-button.opened .bar {
  background-color: transparent;
}
.hamburger-button.opened .bar::before, .hamburger-button.opened .bar::after {
  margin-top: 0;
  background-color: #fff;
}
.hamburger-button.opened .bar::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.hamburger-button.opened .bar::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(-135deg);
}

#test {
  width: 600px;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.loaded .site-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loaded .copyright {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 70px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media (max-width: 900px) {
  .site-header {
    height: 150px;
  }
}

.logo {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 1000;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 600px) {
  .logo {
    left: 4vw;
  }
}

.email {
  position: absolute;
  top: 20px;
  left: 33.33vw;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 900px) {
  .email {
    position: absolute;
    top: 20px;
    right: 4vw;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.sns-links {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  line-height: 1.5em;
}
@media (max-width: 900px) {
  .sns-links {
    position: absolute;
    top: 20px;
    right: calc(4vw + 25px);
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.sns-links li {
  margin-right: 1em;
}
@media (max-width: 900px) {
  .sns-links li {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.sns-links li:last-of-type {
  margin-right: 0;
}
@media (max-width: 900px) {
  .sns-links li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.slogan-section {
  pointer-events: none;
  color: #fff;
  mix-blend-mode: difference;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  font-weight: 700;
}
.slogan-section .container {
  display: flex;
  align-items: center;
  height: 100vh;
}
.slogan-section .slogan {
  position: absolute;
  font-size: 160px;
  line-height: 1em;
  opacity: 0;
  letter-spacing: -0.02em;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.slogan-section .slogan.ready {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.slogan-section .slogan span {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  transition: filter 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slogan-section .slogan span.executed {
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media (max-width: 600px) {
  .slogan-section .slogan {
    font-size: 58px;
    letter-spacing: -0.04em;
    line-height: 1.1em;
  }
}

.profile-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}
.profile-section .contents {
  margin-left: auto;
  padding-right: 20px;
  width: 66.66%;
}
@media (max-width: 900px) {
  .profile-section .contents {
    width: 80%;
  }
}
.profile-section .headline {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}
@media (max-width: 900px) {
  .profile-section .headline {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.profile-section .profile {
  margin-bottom: 1.5em;
  color: #888;
  font-size: 14px;
}
@media (max-width: 900px) {
  .profile-section .profile {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.video-section {
  margin-top: 100vh;
}
.video-section .container {
  padding-top: 100px;
}
.video-section .video-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90vw;
  height: 50.625vw;
}
.video-section .video-container video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  height: auto;
}
.video-section .video-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 20vw;
  height: 40%;
}

.empty-section .container {
  min-height: 100vh;
}

.works-section {
  padding-top: 80vh;
}
@media (max-width: 900px) {
  .works-section {
    padding-top: 40vh;
  }
}
.works-section .work {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .works-section .work {
    padding: 80px 20px;
  }
}
.works-section .work::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
}
.works-section .work .col {
  position: relative;
  padding: 0 40px;
}
.works-section .work__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-section .work__info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 900px) {
  .works-section .work__info {
    font-size: 10px;
  }
}
.works-section .work__year {
  margin-top: 1em;
  color: #888;
}

.closing-section .container {
  position: relative;
  display: flex;
  height: 50vh;
}
@media (max-width: 600px) {
  .closing-section .container {
    height: 20vh;
  }
}
.closing-section .text {
  position: absolute;
  bottom: 20px;
  left: 33.33vw;
  color: #888;
}
@media (max-width: 600px) {
  .closing-section .text {
    left: auto;
    right: 4vw;
    font-size: 10px;
  }
}

.copyright {
  position: fixed;
  left: 20px;
  bottom: 0;
  padding-bottom: 20px;
  font-size: 10px;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media (max-width: 600px) {
  .copyright {
    left: 4vw;
  }
}

/*# sourceMappingURL=style.css.map*/