@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Helvetica", "Noto Sans JP", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, "Arial", "メイリオ", sans-serif;
  color: #222323;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  opacity: 0.1;
  transition: opacity 3s;
}
body .pc {
  display: block !important;
}
body .sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}
body .sp-small {
  display: none;
}
@media screen and (max-width: 400px) {
  body .sp-small {
    display: block;
    margin-left: -1em;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 400;
  font-feature-settings: "palt" 1;
}
body a {
  color: #222323;
  text-decoration: none;
  cursor: pointer;
}
body ul {
  padding-inline-start: 0px;
}
body li {
  list-style: none;
}
body .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  body .inner {
    width: 96%;
    width: calc(100% - 48px);
    min-width: 320px;
  }
}
body button {
  cursor: pointer;
}
body button.disabled {
  cursor: not-allowed;
  background: #cfcfcf !important;
  color: #444 !important;
}
body .conteiner {
  width: 100%;
}
body .progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.8, 0.11, 0.88, 0.66) 1s;
  transform-origin: left top;
  will-change: transform;
}
body .progress.hide {
  transform: translateY(100%);
}
body #kv {
  min-height: 560px;
  position: relative;
  height: 100vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #kv {
    min-height: 0;
    height: auto;
    margin-bottom: 60px;
  }
}
body #kv .kv-inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 959px) {
  body #kv .kv-inner {
    height: auto;
  }
}
body #kv .main-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 180px);
  background-color: #C6C6C6;
}
body #kv .main-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body #kv .titlebox {
  background: #222323;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: #222323;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  body #kv .titlebox {
    height: 125px;
    position: relative;
  }
}
body #kv .titlebox .title {
  position: absolute;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 959px) {
  body #kv .titlebox .title {
    max-width: 400px;
    top: 30px;
  }
}
body #kv .titlebox .subtitle {
  color: #fff;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 82px;
  margin: auto;
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  body #kv .titlebox .subtitle {
    font-size: 13px;
    top: auto;
    bottom: 20px;
  }
}
body .block {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
  box-sizing: content-box;
}
@media screen and (max-width: 959px) {
  body .block {
    display: block;
    margin-bottom: 80px;
  }
}
body .block.-reverse {
  flex-direction: row-reverse;
}
body .block.-reverse .photo {
  margin-left: calc(50% - 50vw);
  margin-right: 100px;
  width: 50vw;
}
@media screen and (max-width: 959px) {
  body .block.-reverse .photo {
    margin: 30px calc(50% - 50vw) 0 calc(50% - 50vw);
    width: 100vw;
  }
}
body .block .content {
  width: 440px;
}
@media screen and (max-width: 959px) {
  body .block .content {
    width: 100%;
  }
}
body .block .content h1 {
  display: block;
  font-size: 27px;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  margin: 30px 0 40px;
}
@media screen and (max-width: 959px) {
  body .block .content h1 {
    font-size: 20px;
    margin: 12px 0 20px;
    white-space: normal;
  }
}
body .block .content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 27px;
}
@media screen and (max-width: 959px) {
  body .block .content h2 {
    font-size: 20px;
  }
}
body .block .content .text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: justify;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  body .block .content .text {
    font-size: 15px;
  }
}
body .block .photo {
  align-self: flex-start;
  width: 50vw;
  margin-left: 100px;
  margin-right: calc(50% - 50vw);
  width: 100%;
}
@media screen and (max-width: 959px) {
  body .block .photo {
    width: auto;
    margin: 60px calc(50% - 50vw) 0 0;
  }
}
body .block .photo figcaption {
  margin-top: 15px;
  font-size: 12px;
  color: #888;
  text-align: left;
}
body #introduction {
  margin-bottom: 80px;
}
body #introduction .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 959px) {
  body #introduction .wrapper {
    display: block;
  }
}
body #introduction .left {
  font-family: "Helvetica Neue", HelveticaNeue, arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  body #introduction .left {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
  }
}
body #introduction .introduction-text {
  padding-left: 120px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  body #introduction .introduction-text {
    padding-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
  }
}
body #introduction .introduction-text p {
  margin-bottom: 22px;
}
body #gallery {
  width: 100%;
  margin-bottom: 130px;
}
@media screen and (max-width: 959px) {
  body #gallery {
    margin-bottom: 80px;
  }
}
body #gallery figure {
  width: 100%;
  height: auto;
}
body #gallery figcaption {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  body #gallery figcaption {
    font-size: 13px;
    margin-top: 8px;
  }
}
body #five-note {
  margin-bottom: 190px;
}
@media screen and (max-width: 959px) {
  body #five-note {
    margin-bottom: 56px;
  }
}
body #five-note .heading {
  font-family: "Helvetica", "Noto Sans JP", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, "Arial", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  body #five-note .heading {
    font-size: 18px;
    line-height: 150%;
  }
}
body #five-note .description {
  text-align: justify;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #five-note .description {
    text-align: left;
    font-size: 15px;
    margin-bottom: 24px;
  }
}
body #five-note .photo {
  width: 90%;
  max-width: calc(100vw - (100vw - 1040px) / 2);
  margin-bottom: 130px;
}
@media screen and (max-width: 959px) {
  body #five-note .photo {
    width: 90%;
    width: calc(100vw - 30px);
    margin-bottom: 80px;
  }
}
body #five-note .photo.-reverse {
  margin: 0 0 130px auto;
}
@media screen and (max-width: 959px) {
  body #five-note .photo.-reverse {
    margin-bottom: 80px;
  }
}
body #five-note .photo.-reverse .process-caption {
  margin: 24px auto 0 0;
}
@media screen and (max-width: 959px) {
  body #five-note .photo.-reverse .process-caption {
    margin-top: 12px;
  }
}
body #five-note .process-caption {
  width: 100%;
  max-width: 1000px;
  margin-right: 100px;
  margin: 24px 0 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  body #five-note .process-caption {
    width: 90%;
    width: calc(100vw - 60px);
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    margin-top: 12px;
  }
}
body #five-note .process-image-3 {
  text-align: center;
}
body #five-note .process-image-3 img {
  width: 100%;
  max-width: 1000px;
}
body #note-boxset .block, body #movie-boxset .block {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .block, body #movie-boxset .block {
    margin-bottom: 40px;
  }
}
body #note-boxset h1, body #movie-boxset h1 {
  font-family: "Helvetica", "Noto Sans JP", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, "Arial", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  body #note-boxset h1, body #movie-boxset h1 {
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  body #note-boxset .boxset-sample, body #movie-boxset .boxset-sample {
    width: 100%;
  }
  body #note-boxset .boxset-sample img, body #movie-boxset .boxset-sample img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
body #note-boxset .item, body #movie-boxset .item {
  width: 50%;
}
body #note-boxset .item figcaption, body #movie-boxset .item figcaption {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 175%;
  text-align: right;
  color: #888888;
}
@media screen and (max-width: 959px) {
  body #note-boxset .item, body #movie-boxset .item {
    width: 100%;
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  body #note-boxset .content, body #movie-boxset .content {
    width: 96%;
    width: calc(100% - 48px);
    min-width: 320px;
    margin: 40px auto;
  }
}
body #note-boxset .content h2, body #movie-boxset .content h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 170%;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .content h2, body #movie-boxset .content h2 {
    font-weight: 600;
    font-size: 16px;
  }
}
body #note-boxset .content .description, body #movie-boxset .content .description {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  text-align: justify;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .content .description, body #movie-boxset .content .description {
    font-size: 15px;
  }
}
body #note-boxset .content .text, body #movie-boxset .content .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  body #note-boxset .content .text, body #movie-boxset .content .text {
    font-size: 15px;
  }
}
body #note-boxset .sample-image, body #movie-boxset .sample-image {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .sample-image, body #movie-boxset .sample-image {
    width: 96%;
    width: calc(100% - 48px);
    min-width: 320px;
    margin: 0 auto 40px;
  }
}
body #note-boxset .inner, body #movie-boxset .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .inner, body #movie-boxset .inner {
    display: block;
  }
}
body #note-boxset .special-box, body #movie-boxset .special-box {
  width: 503px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .special-box, body #movie-boxset .special-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
body #note-boxset .content-sample, body #movie-boxset .content-sample {
  width: 470px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #note-boxset .content-sample, body #movie-boxset .content-sample {
    width: 100%;
    margin-bottom: 40px;
  }
}
body #note-boxset figcaption, body #movie-boxset figcaption {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  body #note-boxset figcaption, body #movie-boxset figcaption {
    margin-top: 8px;
  }
}
body #movie-boxset {
  padding: 80px 0;
  margin-bottom: 40px;
  color: #fff;
  background: #222323;
}
@media screen and (max-width: 959px) {
  body #movie-boxset {
    padding: 40px 0;
  }
}
body #movie-boxset h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  body #movie-boxset h1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
body #detail .detail-list {
  display: block;
  margin-top: 40px;
  margin-bottom: 180px;
}
@media screen and (max-width: 959px) {
  body #detail .detail-list {
    display: block;
    margin: 40px auto 100px;
  }
}
@media screen and (max-width: 959px) {
  body #detail .detail-list li {
    margin-bottom: 40px;
  }
}
body #detail .detail-list li .label {
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  body #detail .detail-list li .label {
    font-size: 16px;
  }
}
body #detail .detail-list li .btn-common {
  width: 418px;
  height: 85px;
  margin: 24px auto;
  background: #222323;
  color: #fff;
  text-align: center;
  line-height: 85px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  body #detail .detail-list li .btn-common {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    max-width: 400px;
  }
}
body #detail .detail-list li .external-link {
  font-size: 14px;
  text-align: center;
}
body #profile {
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 130px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 959px) {
  body #profile {
    padding-bottom: 40px;
  }
}
body #profile p {
  line-height: 200%;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  body #profile p {
    font-size: 15px;
  }
}
body #profile .caption {
  padding-right: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 175%;
  text-align: right;
  color: #888888;
}
body #profile .text-wrap {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #profile .text-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
body #profile .photo {
  width: 100%;
}
@media screen and (max-width: 959px) {
  body #profile .photo {
    margin-right: calc(50% - 50vw);
  }
}
body #profile .photo img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  body #profile .photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 34% 50%;
    object-position: 34% 50%;
  }
}
body #profile .label {
  font-family: "Helvetica Neue", HelveticaNeue, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 959px) {
  body #profile .label {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
body #profile h1 {
  display: inline-block;
  font-size: 27px;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  body #profile h1 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
  }
}
body #profile h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  body #profile h3 {
    font-size: 18px;
  }
}
body #profile h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}
body #profile h4:not(:first-child) {
  margin-top: 40px;
}
body #profile .en {
  font-size: 20px;
  font-family: "Helvetica Neue", HelveticaNeue, arial, sans-serif;
  margin-left: 40px;
}
@media screen and (max-width: 959px) {
  body #profile .en {
    display: block;
    margin-left: 0px;
    margin-top: 8px;
    font-size: 14px;
  }
}
body #profile .name-wrap::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #d5d5d5;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 80px;
}
@media screen and (max-width: 959px) {
  body #profile .name-wrap::after {
    margin: 30px auto 40px;
    height: 0;
  }
}
body #profile .name {
  display: flex;
  align-items: center;
  /* -webkit-box-pack: start; */
  justify-content: flex-start;
  margin: 30px 30px 40px 0;
}
@media screen and (max-width: 959px) {
  body #profile .name {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
body #profile .movie-info {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  body #profile .movie-info {
    margin-top: 16px;
    margin-bottom: 40px;
    display: block;
  }
}
@media screen and (max-width: 959px) {
  body #profile .movie-info h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
}
body #profile .movie-info .thumbnail {
  width: 470px;
}
@media screen and (max-width: 959px) {
  body #profile .movie-info .thumbnail {
    width: 100%;
  }
}
body #profile .movie-info .info {
  width: 470px;
}
@media screen and (max-width: 959px) {
  body #profile .movie-info .info {
    width: 100%;
    margin-top: 40px;
  }
}
body footer {
  padding: 40px 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 959px) {
  body footer {
    padding: 30px 0;
    margin: 0px auto;
  }
}
body footer .logo {
  width: calc(100% - 640px);
  margin-bottom: 30px;
  float: left;
}
@media screen and (max-width: 959px) {
  body footer .logo {
    width: 80px;
  }
}
body footer .logo img {
  width: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer .nav {
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  body footer .nav {
    float: right;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
body footer .nav li {
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #2c2e31;
  margin-right: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  body footer .nav li {
    float: none;
    margin-bottom: 10px;
  }
}
body footer .sns {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  body footer .sns {
    clear: both;
    float: left;
    margin-top: -80px;
  }
}
body footer .sns li {
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  body footer .sns li {
    float: left;
    margin: 0px 10px 0 0;
  }
}
body footer .sns li img {
  width: 20px;
}
body footer .sub_nav {
  clear: both;
  border-top: 1px solid #e5e5e5;
  color: #888;
}
@media screen and (max-width: 959px) {
  body footer .sub_nav {
    padding-top: 10px;
  }
}
body footer .sub_nav li {
  float: left;
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  margin-right: 12px;
  margin-bottom: 4px;
  padding-right: 12px;
  border-right: 1px solid #D5D5D5;
}
body footer .sub_nav li a {
  color: #888;
}
@media screen and (max-width: 959px) {
  body footer .sub_nav .left {
    float: left;
  }
}
@media screen and (max-width: 959px) {
  body footer .sub_nav .left li {
    float: none;
    border-right: 0;
  }
}
@media screen and (max-width: 959px) {
  body footer .sub_nav .right {
    float: right;
  }
}
body footer .sub_nav .right li:last-child {
  border-right: 0;
}
@media screen and (max-width: 959px) {
  body footer .sub_nav .right li {
    float: none;
    border-right: 0;
  }
}
body footer .copyright {
  clear: both;
  padding-top: 20px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #888;
}
body footer .ccc {
  clear: both;
  font-size: 12px;
  color: #888;
}/*# sourceMappingURL=main.css.map */