@charset "UTF-8";
/*================================================
Foundation
================================================*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/*=====
変数
=====*/
/*=====
Mixin
=====*/
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*================================================
Layout
================================================*/

.l-header {
  background-color: transparent;
  color: #ffffff;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.l-footer {
  background-color: #0F3655;
  color: #ffffff;
  padding-top: 4rem;
}

/*================================================
Object
================================================*/
.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
}
.c-container--s {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(800px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
}

.c-hamburger {
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 28px;
  z-index: 999;
}
.c-hamburger__line {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  width: 28px;
}
.c-hamburger__line1 {
  top: 0;
}
.c-hamburger__line3 {
  top: 12px;
}
.c-hamburger__check {
  display: none;
}
.c-hamburger__check:checked ~ .c-hamburger__button {
  position: fixed;
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__check:checked ~ .c-hamburger__button .c-hamburger__line3 {
  top: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-hamburger__check:checked ~ .c-hamburger__nav {
  opacity: 1;
  visibility: visible;
}
.c-hamburger__button {
  position: relative;
  z-index: 100;
}
.c-hamburger__nav {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
.c-hamburger__item {
  border-bottom: 1px dashed #ffffff;
}
.c-hamburger__social {
  display: inline-block;
  margin-top: 1rem;
  width: 50px;
}
.c-hamburger__link {
  color: #ffffff;
  display: block;
  padding: 12px;
}
.c-hamburger__link:hover {
  opacity: 0.8;
}

.c-mail {
  color: #F39800;
}

.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-menu__link {
  display: block;
  padding: 8px 24px;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-menu__link:hover {
  background-color: #000000;
  color: #ffffff;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}
.p-about__heading, .p-about__title {
  margin-bottom: 1rem;
}
.p-about__header {
  background-color: #072550;
  color: #ffffff;
  padding-bottom: 3em;
  padding-top: 10em;
  position: relative;
}
.p-about__title {
  font-size: 1.5rem;
}
.p-about__caption {
  margin-bottom: 3rem;
}
.p-about__logo {
  max-width: 200px;
}
.p-about__profile {
  padding: 2em 5vw 3em;
  position: relative;
}
.p-about__profile-heading, .p-about__profile-title {
  margin-bottom: 1rem;
}
.p-about__profile-heading {
  color: #072550;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: black;
}
.p-about__profile-heading .t {
  font-size: 2rem;
  line-height: 1.5;
}
.p-about__profile-caption {
  font-size: 12px;
  line-height: 2;
}

.p-book {
  background-color: #072550;
  color: #ffffff;
  padding-bottom: 10em;
  padding-top: 10em;
}
.p-book__header {
  margin-bottom: 4rem;
}
.p-book__logo, .p-book__media, .p-book__brand {
  margin-left: auto;
  margin-right: auto;
}
.p-book__logo {
  margin-bottom: 3rem;
  max-width: 240px;
}
.p-book__media {
  margin-bottom: 3rem;
  max-width: 350px;
}
.p-book__brand {
  max-width: 420px;
}
.p-book__body {
  margin-bottom: 5em;
  text-align: center;
}
.p-book__buy {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.p-book__site {
  padding-top: 3rem;
}
.p-book__site-item:nth-child(1) {
  margin-bottom: 3rem;
}
.p-book__site-header, .p-book__site-media {
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-book__site-header {
  max-width: 180px;
}
.p-book__site-media {
  max-width: 220px;
}
.p-book__site-body {
  text-align: center;
}
.p-book__site-link {
  font-size: 12px;
}
.p-book__caption {
  line-height: 2;
}
.p-footer__logo {
  margin-bottom: 2rem;
  max-width: 100px;
}
.p-footer__address {
  margin-bottom: 1.5rem;
}
.p-footer__nav {
  margin-bottom: 2rem;
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 1rem;
  text-align: center;
}

.p-gallary {
  overflow: hidden;
  position: relative;
}
.p-gallary__inner {
  -webkit-animation: 20s linear infinite xScroll;
          animation: 20s linear infinite xScroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gallary__image {
  display: block;
  margin-right: 2px;
}

@-webkit-keyframes xScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes xScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 8vh;
}
.p-header__logo-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__logo-link:hover {
  color: #072550;
}
.p-header__nav {
  display: none;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 2rem;
}
.p-header__link {
  padding-bottom: 14px;
  position: relative;
}
.p-header__link::after {
  background-color: #072550;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.p-header__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.p-loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #072550;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  -o-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  width: 100%;
  z-index: 999;
}
.p-loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.p-loading__icon {
  position: relative;
}
.p-loading__icon::before {
  background-color: #072550;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 100%;
}
.p-loading__icon.is-active::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-loading;
          animation-name: kf-loading;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes kf-loading {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes kf-loading {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.p-mainvisual {
  color: #ffffff;
  position: relative;
}
.p-mainvisual::before {
  content: "";
  display: block;
  padding-top: 100vh;
}
.p-mainvisual__inner {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.p-mainvisual__logo {
  margin-bottom: 4em;
  margin-top: 5vh;
  max-width: 100px;
}
.p-mainvisual__title .subtitle {
  font-size: 1.4rem;
}
.p-mainvisual__title .title {
  font-size: 2.4rem;
  line-height: 1.25;
}
.p-mainvisual__title .time {
  font-size: 1.1rem;
}
.p-mainvisual__sale {
  padding-top: 1.5rem;
}
.p-mainvisual__swiper {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-mainvisual__swiper-control {
  display: none;
}
.p-mainvisual__swiper-next, .p-mainvisual__swiper-prev, .p-mainvisual__swiper-pagination {
  position: relative;
}
.p-mainvisual__swiper-next, .p-mainvisual__swiper-prev {
  height: 32px;
  left: 0;
  right: 0;
  width: 32px;
}
.p-mainvisual__swiper-next::after, .p-mainvisual__swiper-prev::after {
  content: "";
  display: none;
}
.p-mainvisual__swiper-next img, .p-mainvisual__swiper-prev img {
  height: 60%;
  width: 60%;
}
.p-mainvisual__swiper-pagination {
  margin-bottom: 24px;
}
.p-mainvisual__swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  display: block;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  opacity: 1;
  width: 24px;
}
.p-mainvisual__swiper-pagination .swiper-pagination-bullet-active {
  color: #F39800;
}
.p-mainvisual__swiper-next {
  margin-bottom: 32px;
}
.p-mainvisual__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-profile {
  padding-bottom: 10em;
}
.p-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-profile__info {
  position: relative;
}
.p-profile__title {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
}
.p-profile__caption {
  margin-bottom: 3rem;
}
.p-profile__supervisor {
  font-weight: 600;
}
.p-profile__supervisor-item {
  margin-bottom: 1rem;
}
.p-profile__supervisor-item .en {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 700;
}
.p-profile__supervisor-company {
  font-size: 0.8rem;
}
.p-profile__media {
  margin: 0 calc(50% - 50vw) 3rem;
  position: relative;
  width: 100vw;
}
.p-profile__detail {
  left: 5vw;
  position: absolute;
  text-align: right;
  top: 15%;
  z-index: 1;
}
.p-profile__logo {
  margin-left: auto;
  max-width: 80px;
}
.p-profile__name {
  font-weight: 700;
}
.p-profile__name .s {
  font-size: 10px;
  padding-right: 0.5rem;
}
.p-profile__name .name {
  font-size: 12px;
}

.js-fadein {
  opacity: 0;
}
.js-fadein.is-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-fadeIn;
          animation-name: kf-fadeIn;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-fadein:nth-child(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-fadein:nth-child(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-fadein:nth-child(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-fadein:nth-child(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-fadein:nth-child(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-fadein:nth-child(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-fadein:nth-child(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-fadein:nth-child(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-fadein:nth-child(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-fadein:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes kf-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes kf-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.js-left {
  position: relative;
}
.js-left::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  width: 100%;
}
.js-left--main::before {
  background-color: #072550;
}
.js-left.is-active::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-left;
          animation-name: kf-left;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-left:nth-child(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.js-left:nth-child(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.js-left:nth-child(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.js-left:nth-child(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.js-left:nth-child(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.js-left:nth-child(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.js-left:nth-child(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.js-left:nth-child(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.js-left:nth-child(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.js-left:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes kf-left {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes kf-left {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.js-zoom {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.js-zoom::before {
  background-color: #fafafa;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.js-zoom.is-active img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: kf-zoom;
          animation-name: kf-zoom;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes kf-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kf-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.font-md {
  font-size: 1.05rem;
}

.u-mbxs {
  margin-bottom: 0.25rem;
}
.u-mbs {
  margin-bottom: 1rem;
}
@media (min-width: 960px) {
  body {
    font-size: 16px;
  }
  .l-main {
    overflow: hidden;
    position: relative;
  }
  .l-header {
    height: 80px;
  }
  .c-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-menu__item {
    margin-left: 2.5rem;
  }
  .c-menu__link {
    padding: 0;
  }
  .c-menu__link:hover {
    background-color: transparent;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .p-about {
    margin-bottom: 6em;
    position: relative;
  }
  .p-about::before {
    background-image: url(../svg/logo--white.svg);
    background-size: contain;
    content: "";
    display: block;
    height: 520px;
    position: absolute;
    right: -9rem;
    top: -18vh;
    width: 520px;
    z-index: 5;
  }
  .p-about__heading {
    margin-bottom: 3rem;
    max-width: 70%;
  }
  .p-about__title {
    font-size: 4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .p-about__caption {
    font-size: 1.25rem;
    margin-bottom: 6em;
  }
  .p-about__logo {
    margin-left: calc(50% + 5vw);
    max-width: 350px;
  }
  .p-about__footer {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -9em;
    position: relative;
    z-index: 1;
  }
  .p-about__media {
    width: 50%;
  }
  .p-about__profile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4rem 5vw;
    width: 50%;
  }
  .p-about__profile::after {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 45vw;
    z-index: 1;
  }
  .p-about__profile-heading, .p-about__profile-title {
    margin-bottom: 2.5rem;
  }
  .p-about__profile-heading {
    font-size: 1.25rem;
  }
  .p-about__profile-heading .t {
    font-size: 3.5rem;
    line-height: 1;
  }
  .p-about__profile-caption {
    font-size: 1rem;
    line-height: 2.4;
  }
  .p-book__buy {
    font-size: 4rem;
  }
  .p-book__site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
  .p-book__site-item:nth-child(1) {
    margin-bottom: 0;
  }
  .p-book__site-item:nth-child(1) .p-book__site-header {
    padding-bottom: calc(1rem + 27.84px);
  }
  .p-book__site-item {
    width: 50%;
  }
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .p-footer__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
  }
  .p-footer__logo {
    max-width: 140px;
    padding-right: 2rem;
  }
  .p-footer__contact {
    border-left: 1px solid #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: right;
    width: 35%;
  }
  .p-footer__nav {
    margin-bottom: 0;
  }
  .p-footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2rem;
  }
  .p-gallary__image {
    margin-right: 10px;
  }
  .p-header {
    padding-top: 50px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    display: block;
  }
  .p-mainvisual__logo {
    margin-bottom: 3em;
    max-width: 120px;
  }
  .p-mainvisual__title .subtitle {
    font-size: 2.4rem;
  }
  .p-mainvisual__title .title {
    font-size: 6rem;
    line-height: 0.8;
    margin-bottom: 1.5rem;
  }
  .p-mainvisual__title .time {
    font-size: 1.8rem;
  }
  .p-mainvisual__sale {
    font-size: 1.25rem;
  }
  .p-mainvisual__swiper-control {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 5vw;
    top: 25vh;
    z-index: 10;
  }
  .p-profile {
    padding-bottom: 0;
    position: relative;
  }
  .p-profile::before {
    background-image: url(../svg/logo--blue.svg);
    background-size: contain;
    content: "";
    height: 360px;
    left: 5vw;
    position: absolute;
    top: -9em;
    width: 360px;
    z-index: -1;
  }
  .p-profile__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-profile__info {
    padding-bottom: 6em;
    width: 50%;
  }
  .p-profile__title {
    font-size: 1.5rem;
  }
  .p-profile__caption {
    margin-bottom: 6em;
  }
  .p-profile__supervisor {
    font-size: 1.15rem;
  }
  .p-profile__supervisor-item {
    margin-bottom: 1.5rem;
  }
  .p-profile__media {
    margin-bottom: 0;
    margin-left: auto;
    width: 50vw;
  }
  .p-profile__detail {
    left: 0;
    top: 18%;
  }
  .p-profile__logo {
    min-width: 200px;
  }
  .p-profile__name .s {
    font-size: 1rem;
  }
  .p-profile__name .name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .p-gallary__image {
    margin-right: 20px;
  }
  .p-mainvisual__inner {
    margin: 0 calc(50% - 50vw);
    max-width: 100%;
  }
  .p-mainvisual__logo {
    margin-bottom: 9em;
    max-width: 200px;
  }
  .p-mainvisual__title .subtitle {
    font-size: 3rem;
  }
  .p-mainvisual__title .title {
    font-size: 9rem;
  }
  .p-mainvisual__swiper-next, .p-mainvisual__swiper-prev {
    height: 48px;
    width: 48px;
  }
  .p-mainvisual__swiper-pagination .swiper-pagination-bullet {
    font-size: 36px;
    height: 72px;
    width: 48px;
  }
  .p-profile__info::after {
    display: none;
  }
}

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