@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese);
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

img {
  width: 100%;
  border: none;
  vertical-align: bottom; }

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  　word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

p {
  line-break: strict; }

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

body {
  font-size: 1.4rem;
  font-weight: 500;
  font: inherit;
  font-family: 'Noto Sans Japanese', "sans-serif";
  line-height: 1;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-feature-settings: "halt"; }

#wrapper {
  width: 100%; }

.pc {
  display: block; }

.sp {
  display: none; }

.hide, .hidden {
  visibility: hidden; }

img {
  max-width: 100%; }

article {
  display: block; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
/*Lato*/
/*Helvetica-Neue*/
@font-face {
  font-family: 'Helvetica-Neue-Interface';
  src: url("../font/Helvetica-Neue-Interface.ttf.woff") format("woff"), url("../font/Helvetica-Neue-Interface.ttf.svg#Helvetica-Neue-Interface") format("svg"), url("../font/Helvetica-Neue-Interface.ttf.eot"), url("../font/Helvetica-Neue-Interface.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
/*noto-sans*/
.font-noto {
  font-family: 'Noto Sans Japanese'; }

.font-serif {
  font-family: 'Noto Serif JP', serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  opacity: 0;
  transition: all 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

a {
  text-decoration: none; }

main {
  width: 100%; }
  main .header {
    width: fit-content;
    height: 100%;
    padding: 1.9166666667vw 0;
    padding-left: 2%;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 50;*/
    position: relative;
    z-index: 99; }
    main .header--inner {
      max-width: 96.7%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /*.produced{
      	width: 11.6%;//134
      }*/ }
      main .header--inner .logo {
        width: 22.9166666667vw;
        margin: 0 auto 0 0; }
  main article .contact--inner address {
    font-size: 0.8333333333vw;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 1.5em; }
    main article .contact--inner address a {
      color: #fff; }
  main .footer {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 23px 0; }
    main .footer--inner {
      max-width: 96.7%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row-reverse;
      flex-wrap: wrap; }
      main .footer--inner nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        main .footer--inner nav ul li {
          margin-right: 20px; }
          main .footer--inner nav ul li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 1.2rem;
            font-family: "Noto Sans Japanese";
            font-weight: bold;
            line-height: 1.3;
            padding-left: 40px;
            color: #000;
            position: relative; }
            main .footer--inner nav ul li a:before, main .footer--inner nav ul li a:after {
              content: '';
              display: block;
              position: absolute;
              transition: all .3s ease-in-out;
              margin-top: 2px; }
            main .footer--inner nav ul li a:before {
              width: 34px;
              height: 1px;
              border-top: 1px solid #000;
              top: 50%;
              left: 0; }
            main .footer--inner nav ul li a:after {
              height: 14px;
              width: 1px;
              border-right: 1px solid #000;
              transform: rotate(-65deg);
              top: 50%;
              left: 27px;
              margin: -7px 2px 0 0; }
            main .footer--inner nav ul li a:hover:before {
              left: 4px; }
            main .footer--inner nav ul li a:hover:after {
              left: 31px; }
          main .footer--inner nav ul li:last-of-type a, main .footer--inner nav ul li:nth-last-of-type(2) a {
            letter-spacing: .1em;
            padding: 6px 15px 6px 21px;
            border: 1px solid #000; }
            main .footer--inner nav ul li:last-of-type a:before, main .footer--inner nav ul li:last-of-type a:after, main .footer--inner nav ul li:nth-last-of-type(2) a:before, main .footer--inner nav ul li:nth-last-of-type(2) a:after {
              display: none; }
            main .footer--inner nav ul li:last-of-type a:hover, main .footer--inner nav ul li:nth-last-of-type(2) a:hover {
              background-color: #000;
              color: #fff; }
          main .footer--inner nav ul li:last-of-type {
            margin-right: 0; }
            main .footer--inner nav ul li:last-of-type a {
              letter-spacing: .24em; }
      main .footer--inner .logo {
        width: 205px; }

#pagetop {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200; }
  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    #pagetop a:before, #pagetop a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      vertical-align: middle; }
    #pagetop a:before {
      box-sizing: border-box;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
    #pagetop a:after {
      top: 6px;
      right: 12px;
      width: 24px;
      height: 24px;
      transform: rotate(-45deg);
      border-top-style: solid;
      border-right-style: solid;
      border-top-width: 2px;
      border-right-width: 2px;
      border-top-color: #fff;
      border-right-color: #fff; }
  #pagetop.bottom {
    bottom: 100px !important; }

@media screen and (max-width: 767px) {
  main .header {
    padding: 3.90625vw 0;
    padding-left: 3%; }
    main .header--inner {
      max-width: 94.4%; }
      main .header--inner .logo {
        width: 31.25vw; }
  main article .contact--inner address {
    font-size: 3.59375vw;
    line-height: 1.8; }
  main .footer {
    padding: 4.4vh 0 2.3vh; }
    main .footer--inner {
      max-width: 68.75vw;
      flex-direction: row; }
      main .footer--inner nav {
        width: 100%; }
        main .footer--inner nav ul li {
          width: 100%;
          margin-top: 4.4vh; }
          main .footer--inner nav ul li a {
            font-size: 3.75vw;
            font-weight: 400;
            padding-left: 12.96875vw; }
            main .footer--inner nav ul li a:before {
              width: 10.9375vw; }
            main .footer--inner nav ul li a:after {
              height: 3.90625vw;
              left: 9.0625vw;
              margin: -2.03125vw 0 0 0; }
            main .footer--inner nav ul li a:hover:before {
              left: 0.625vw; }
            main .footer--inner nav ul li a:hover:after {
              left: 6.09375vw; }
          main .footer--inner nav ul li:first-of-type {
            margin-top: 0; }
          main .footer--inner nav ul li:last-of-type, main .footer--inner nav ul li:nth-last-of-type(2) {
            margin-right: 0; }
            main .footer--inner nav ul li:last-of-type a, main .footer--inner nav ul li:nth-last-of-type(2) a {
              font-size: 4.0625vw;
              text-align: center;
              padding: 10px 15px 10px 21px; }
      main .footer--inner .logo {
        width: 100%;
        margin-top: 23px; }
        main .footer--inner .logo a img {
          width: 55%;
          height: auto; }

  #pagetop {
    right: 2.5vw;
    bottom: 2.5vw !important; }
    #pagetop.bottom {
      bottom: 2.5vw !important; } }
.hover-effect {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .hover-effect:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    /*transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);*/
    transform-origin: right top;
    transition: transform .3s;
    z-index: -1; }
  .hover-effect:hover:after {
    transform-origin: left top;
    transform: scale(1, 1); }

.top {
  overflow: hidden; }
  .top article .bg01 {
    background: linear-gradient(120deg, #0089bd 0 30%, #fdea33) !important; }
  .top article .bg02 {
    background: linear-gradient(120deg, #f6c650, #bd216e 80% 100%) !important; }
  .top article .inner,
  .top article .lead--block {
    font-size: 1.1666666667vw;
    line-height: 1.8;
    position: relative;
    z-index: 1; }
  .top article .inner {
    width: 63.3333333333vw;
    margin: 0 auto; }
  .top article .main {
    width: 100vw;
    height: 100vh;
    margin-top: -5.4166666667vw; }
    .top article .main--inner {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      /*iframe{
      	width: 100%;
      	height: 100%;
      }*/
      /*.youtube-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        min-width: 1920px;
        min-height: 100%;
        transform: translate(-50%, -50%);
        z-index: -100;
      }*/ }
      .top article .main--inner .movie {
        width: 100%;
        max-width: 100%; }
        .top article .main--inner .movie #myVideo {
          overflow: hidden;
          width: 100%;
          max-width: 100%;
          height: 100%;
          background-size: 100%;
          background-color: #fff;
          background-position: center center;
          background-size: cover;
          object-fit: cover;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }
        .top article .main--inner .movie .video_control {
          position: absolute;
          top: 1.6666666667vw;
          right: 1.6666666667vw;
          display: flex;
          align-items: center;
          z-index: 999; }
          .top article .main--inner .movie .video_control .sounds-btn {
            width: 3.3333333333vw;
            height: 3.3333333333vw;
            cursor: pointer;
            background: url("../images/common/btn_voice-off.png") no-repeat center center/contain; }
            .top article .main--inner .movie .video_control .sounds-btn.active {
              background: url("../images/common/btn_voice-on.png") no-repeat center center/contain; }
      .top article .main--inner .anchor {
        position: absolute;
        width: 11.25vw;
        bottom: 2.5vw;
        right: 3.3333333333vw;
        z-index: 2; }
        .top article .main--inner .anchor a {
          display: block;
          transition: all .3s ease; }
          .top article .main--inner .anchor a:hover {
            opacity: 1;
            transform: scale(1.04); }
  .top article .lead {
    position: relative;
    width: 100%;
    height: 100%;
    /*範囲外の背景画像を隠す*/
    clip-path: inset(0 0 0 0); }
    .top article .lead .parallax-bg {
      /*背景画像の位置を固定する*/
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-image: url("../images/top/img_bg01_pc.png"); }
    .top article .lead--block {
      padding: 5vw 0; }
      .top article .lead--block .inner h1 {
        width: 53.3333333333vw;
        margin: 0 auto; }
      .top article .lead--block .inner h2 {
        width: 24.8333333333vw;
        margin: 0 auto; }
      .top article .lead--block .inner p {
        width: 33.5vw;
        margin: .5em auto 0; }
      .top article .lead--block .inner .figure {
        margin-top: -1.25vw; }
      .top article .lead--block.block02 {
        background-color: rgba(0, 0, 0, 0.7); }
  .top article .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .top article .container--block {
      width: 50%;
      padding-bottom: 7.9166666667vw; }
      .top article .container--block .inner {
        width: 26.6666666667vw;
        margin: 0 auto; }
        .top article .container--block .inner .icon-arrow {
          width: 5vw;
          margin: 0 auto; }
        .top article .container--block .inner h2 {
          font-size: 2.1666666667vw;
          font-family: "Noto Serif JP", serif;
          line-height: 1;
          color: #fff;
          margin-top: 1.2em; }
          .top article .container--block .inner h2 span {
            display: inline-block;
            background-color: #000;
            padding: .15em;
            margin-top: .2em; }
            .top article .container--block .inner h2 span em {
              font-size: 3.25vw;
              color: #fff034; }
        .top article .container--block .inner--category {
          font-size: 1.1666666667vw;
          line-height: 1.7;
          color: #fff;
          position: relative;
          padding-bottom: 4.6em; }
          .top article .container--block .inner--category:before, .top article .container--block .inner--category:after {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            border-left: 1px dashed #fff;
            bottom: 0;
            left: 1em; }
          .top article .container--block .inner--category:before {
            height: 3.6em; }
          .top article .container--block .inner--category:after {
            height: 1.2em;
            transform: rotate(-45deg);
            left: .4em; }
          .top article .container--block .inner--category--drawer-item .step {
            font-family: "Noto Serif JP", serif;
            font-weight: bold; }
            .top article .container--block .inner--category--drawer-item .step dt {
              font-size: 1.25vw;
              line-height: 1;
              margin-top: 2em; }
              .top article .container--block .inner--category--drawer-item .step dt span {
                display: inline-block;
                color: #000;
                background-color: #fff;
                padding: .1em .3em; }
            .top article .container--block .inner--category--drawer-item .step dd {
              font-size: 1.9166666667vw;
              line-height: 1.5;
              color: #fff034;
              margin-top: .5em; }
              .top article .container--block .inner--category--drawer-item .step dd em {
                font-size: 1.3333333333vw; }
          .top article .container--block .inner--category--drawer-item p {
            text-align: justify;
            margin-top: 1em; }
          .top article .container--block .inner--category--info .more-btn-trigger,
          .top article .container--block .inner--category--info .more-btn-close {
            width: 100%;
            font-size: 1.1666666667vw;
            font-weight: 400;
            line-height: 1;
            letter-spacing: .05em;
            text-align: center;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            padding: .3em;
            margin-top: 1em;
            cursor: pointer;
            transition: all .4s ease-in-out; }
            .top article .container--block .inner--category--info .more-btn-trigger:hover,
            .top article .container--block .inner--category--info .more-btn-close:hover {
              opacity: .7; }
            .top article .container--block .inner--category--info .more-btn-trigger.active,
            .top article .container--block .inner--category--info .more-btn-close.active {
              display: none;
              opacity: 0;
              transition: all .4s ease-in-out; }
            .top article .container--block .inner--category--info .more-btn-trigger.hover-effect:after,
            .top article .container--block .inner--category--info .more-btn-close.hover-effect:after {
              background-color: #fff; }
            .top article .container--block .inner--category--info .more-btn-trigger.hover-effect:hover,
            .top article .container--block .inner--category--info .more-btn-close.hover-effect:hover {
              color: #000; }
          .top article .container--block .inner--category--info--contents {
            display: none; }
            .top article .container--block .inner--category--info--contents--wrap {
              font-size: 1.0833333333vw;
              padding: 0 0 1em 2em;
              position: relative; }
              .top article .container--block .inner--category--info--contents--wrap:before, .top article .container--block .inner--category--info--contents--wrap:after {
                content: '';
                display: block;
                position: absolute;
                width: 1px;
                border-left: 1px dashed #fff;
                bottom: 0;
                left: 1em; }
              .top article .container--block .inner--category--info--contents--wrap:before {
                height: 100%; }
              .top article .container--block .inner--category--info--contents--wrap:after {
                height: 1.2em;
                transform: rotate(-45deg);
                left: .4em; }
              .top article .container--block .inner--category--info--contents--wrap--box {
                margin-top: 1em; }
                .top article .container--block .inner--category--info--contents--wrap--box:nth-of-type(n+2) {
                  margin-top: 2em; }
                .top article .container--block .inner--category--info--contents--wrap--box dl dt {
                  font-size: 1.75vw;
                  font-family: "Noto Serif JP", serif;
                  font-weight: bold;
                  display: flex;
                  align-items: baseline;
                  flex-wrap: wrap; }
                  .top article .container--block .inner--category--info--contents--wrap--box dl dt em {
                    font-size: 0.9166666667vw; }
                  .top article .container--block .inner--category--info--contents--wrap--box dl dt span {
                    font-size: 1.4166666667vw; }
                .top article .container--block .inner--category--info--contents--wrap--box dl dd {
                  margin-top: .5em; }
                  .top article .container--block .inner--category--info--contents--wrap--box dl dd p em {
                    display: block;
                    font-size: 1.25vw;
                    line-height: 1.4;
                    margin-top: .5em; }
                    .top article .container--block .inner--category--info--contents--wrap--box dl dd p em span {
                      display: inline-block;
                      line-height: 1;
                      background-color: rgba(0, 0, 0, 0.5);
                      padding: .2em; }
                .top article .container--block .inner--category--info--contents--wrap--box .figure {
                  padding-top: 1em; }
                .top article .container--block .inner--category--info--contents--wrap--box .image {
                  margin-top: 1em; }
            .top article .container--block .inner--category--info--contents .more-btn-close {
              margin-top: 1em; }
          .top article .container--block .inner--category--interview {
            margin-left: 2.5em; }
            .top article .container--block .inner--category--interview--list {
              font-size: 1.3333333333vw;
              line-height: 1;
              margin-top: 3em; }
              .top article .container--block .inner--category--interview--list a {
                display: flex;
                align-items: flex-start;
                color: #fff; }
                .top article .container--block .inner--category--interview--list a .image {
                  width: 8.3333333333vw;
                  overflow: hidden; }
                  .top article .container--block .inner--category--interview--list a .image img {
                    transition: all .3s ease; }
                .top article .container--block .inner--category--interview--list a dl {
                  margin-left: .5em; }
                  .top article .container--block .inner--category--interview--list a dl span {
                    display: inline-block;
                    padding: .2em; }
                  .top article .container--block .inner--category--interview--list a dl p {
                    font-size: 1vw;
                    margin-top: .5em; }
                  .top article .container--block .inner--category--interview--list a dl .btn {
                    font-size: 1.1666666667vw;
                    margin-top: .5em; }
                    .top article .container--block .inner--category--interview--list a dl .btn span {
                      padding-right: .5em; }
                .top article .container--block .inner--category--interview--list a.hover-marker .image {
                  overflow: hidden;
                  position: relative;
                  z-index: 1; }
                  .top article .container--block .inner--category--interview--list a.hover-marker .image img {
                    transition: all .3s ease; }
                  .top article .container--block .inner--category--interview--list a.hover-marker .image:before {
                    mix-blend-mode: overlay;
                    background-color: #98bed380;
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    margin: auto;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: background-size .3s;
                    z-index: 2; }
                .top article .container--block .inner--category--interview--list a.hover-marker dl span {
                  position: relative;
                  z-index: 1; }
                  .top article .container--block .inner--category--interview--list a.hover-marker dl span:before {
                    background-color: #fff;
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: transform .3s;
                    z-index: -1; }
                .top article .container--block .inner--category--interview--list a.hover-marker .btn span:before {
                  background-color: #fff034; }
                .top article .container--block .inner--category--interview--list a:hover {
                  opacity: 1; }
                  .top article .container--block .inner--category--interview--list a:hover .image img {
                    transform: scale(1.1); }
                  .top article .container--block .inner--category--interview--list a:hover.hover-marker .image:before {
                    transform-origin: left top;
                    transform: scale(1, 1); }
                  .top article .container--block .inner--category--interview--list a:hover.hover-marker dl span,
                  .top article .container--block .inner--category--interview--list a:hover.hover-marker .btn span {
                    color: #000; }
                    .top article .container--block .inner--category--interview--list a:hover.hover-marker dl span:before,
                    .top article .container--block .inner--category--interview--list a:hover.hover-marker .btn span:before {
                      transform-origin: left top;
                      transform: scale(1, 1); }
          .top article .container--block .inner--category:last-of-type:before, .top article .container--block .inner--category:last-of-type:after, .top article .container--block .inner--category.active:before, .top article .container--block .inner--category.active:after {
            display: none; }
          .top article .container--block .inner--category:last-of-type {
            padding-bottom: 0; }
      .top article .container--block:nth-of-type(odd) .inner {
        margin-left: 6.25vw; }
      .top article .container--block:nth-of-type(even) .inner {
        margin-right: 6.25vw; }

@media screen and (max-width: 767px) {
  .top article .inner,
  .top article .lead--block {
    font-size: 3.75vw; }
  .top article .inner {
    width: 80%; }
  .top article .main {
    margin-top: -15.625vw; }
    .top article .main--inner {
      height: calc(100vh + 0vh); }
      .top article .main--inner .movie #myVideo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .top article .main--inner .movie .video_control {
        top: 3.125vw;
        right: 3.125vw; }
        .top article .main--inner .movie .video_control .sounds-btn {
          width: 10.9375vw;
          height: 10.9375vw; }
      .top article .main--inner .anchor {
        width: 21.09375vw;
        bottom: 3.90625vw;
        right: 4.6875vw; }
  .top article .lead .parallax-bg {
    background-image: url("../images/top/img_bg01_sp.png"); }
  .top article .lead--block {
    padding: 15.625vw 0; }
    .top article .lead--block .inner h1 {
      width: 54.6875vw; }
    .top article .lead--block .inner h2 {
      width: 50.78125vw; }
    .top article .lead--block .inner p {
      width: 68.125vw; }
    .top article .lead--block .inner .figure {
      width: 68.125vw;
      margin: 5.46875vw auto 0; }
  .top article .container--anchor {
    width: 100%;
    position: absolute;
    transition: top 0.3s ease-in-out; }
    .top article .container--anchor.fixed-anchor {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      /* 固定時の背景を明るくする */
      z-index: 1000;
      /* 他の要素の上に表示 */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      /* 影をつける */ }
    .top article .container--anchor ul {
      width: 100%;
      display: flex;
      background-color: #000; }
      .top article .container--anchor ul li {
        width: 50%;
        font-size: 4.0625vw;
        padding: 2em 1.5em 2.5em; }
        .top article .container--anchor ul li:nth-of-type(odd) {
          padding-left: 2.5em; }
        .top article .container--anchor ul li h2 {
          font-family: "Noto Serif JP", serif;
          line-height: 1;
          color: #fff; }
          .top article .container--anchor ul li h2 span {
            display: inline-block;
            background-color: #000;
            padding: .15em;
            margin-top: .2em; }
            .top article .container--anchor ul li h2 span em {
              font-size: 6.09375vw;
              color: #fff034; }
        .top article .container--anchor ul li .btn {
          font-size: 3.75vw;
          margin-top: .5em; }
          .top article .container--anchor ul li .btn span {
            background-color: #fff034;
            color: #000;
            padding: 0 .5em; }
            .top article .container--anchor ul li .btn span em {
              display: inline-block;
              transform: rotate(90deg) scale(1, 1.1);
              position: relative;
              top: .1em;
              left: .1em; }
  .top article .container--block {
    width: 100%;
    padding-bottom: 15.625vw; }
    .top article .container--block .inner {
      width: 80%;
      margin: 0 auto !important; }
      .top article .container--block .inner .icon-arrow {
        width: 15.625vw;
        display: none; }
      .top article .container--block .inner h2 {
        font-size: 6.25vw;
        margin-top: 2em; }
        .top article .container--block .inner h2 span em {
          font-size: 9.375vw; }
      .top article .container--block .inner--category {
        font-size: 3.75vw; }
        .top article .container--block .inner--category:before, .top article .container--block .inner--category:after {
          left: 50%;
          transform: translateX(-50%); }
        .top article .container--block .inner--category:after {
          transform: rotate(-45deg) translateX(-50%);
          left: 47.5%; }
        .top article .container--block .inner--category--drawer-item .step dt {
          font-size: 3.75vw; }
        .top article .container--block .inner--category--drawer-item .step dd {
          font-size: 5.3125vw; }
          .top article .container--block .inner--category--drawer-item .step dd em {
            font-size: 3.4375vw; }
        .top article .container--block .inner--category--info .more-btn-trigger,
        .top article .container--block .inner--category--info .more-btn-close {
          font-size: 3.75vw; }
        .top article .container--block .inner--category--info--contents--wrap {
          font-size: 3.4375vw; }
          .top article .container--block .inner--category--info--contents--wrap--box dl dt {
            font-size: 5vw; }
            .top article .container--block .inner--category--info--contents--wrap--box dl dt em {
              font-size: 3.75vw; }
            .top article .container--block .inner--category--info--contents--wrap--box dl dt span {
              font-size: 4.375vw; }
          .top article .container--block .inner--category--info--contents--wrap--box dl dd p em {
            font-size: 4.0625vw; }
        .top article .container--block .inner--category--interview {
          margin-left: 0; }
          .top article .container--block .inner--category--interview--list {
            font-size: 4.21875vw; }
            .top article .container--block .inner--category--interview--list a {
              color: #000; }
              .top article .container--block .inner--category--interview--list a .image {
                width: 26.5625vw; }
              .top article .container--block .inner--category--interview--list a dl p {
                font-size: 3.125vw; }
              .top article .container--block .inner--category--interview--list a dl .btn {
                font-size: 3.75vw; }
              .top article .container--block .inner--category--interview--list a.hover-marker .image:before {
                transform: scale(1, 1); }
              .top article .container--block .inner--category--interview--list a.hover-marker dl span:before {
                transform: scale(1, 1); }
        .top article .container--block .inner--category.cnt-interview {
          margin-left: 3em; }
  .top article .container #model-case01 {
    padding-top: 43.75vw; } }
.interview-common {
  overflow: hidden; }
  .interview-common.bg01 article {
    background: linear-gradient(120deg, #0089bd 0 30%, #fdea33) !important; }
  .interview-common.bg02 article {
    background: linear-gradient(120deg, #f6c650, #bd216e 80% 100%) !important; }
  .interview-common article .main--inner {
    position: relative;
    width: 100vw;
    aspect-ratio: 16 / 9;
    /*範囲外の背景画像を隠す*/
    clip-path: inset(0 0 0 0); }
    .interview-common article .main--inner .parallax-bg {
      /*背景画像の位置を固定する*/
      position: fixed;
      top: 5.25vw;
      left: 0;
      width: 100%;
      aspect-ratio: 16 / 9;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain; }
      .interview-common article .main--inner .parallax-bg img {
        display: none; }
    .interview-common article .main--inner .title {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
    .interview-common article .main--inner .profile {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 33.75vw;
      left: 62.9166666667vw;
      z-index: 2;
      font-size: 1.25vw;
      line-height: 1; }
      .interview-common article .main--inner .profile dt,
      .interview-common article .main--inner .profile dd {
        font-weight: 500; }
        .interview-common article .main--inner .profile dt span,
        .interview-common article .main--inner .profile dd span {
          display: inline-block;
          background-color: #fff;
          padding: .5em; }
      .interview-common article .main--inner .profile dt {
        font-size: 2.1666666667vw; }
        .interview-common article .main--inner .profile dt span {
          padding: .2em; }
      .interview-common article .main--inner .profile dd:first-of-type {
        margin-top: .5em; }
  .interview-common article .container--block .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    /*範囲外の背景画像を隠す*/ }
    .interview-common article .container--block .inner .parallax-bg {
      /*背景画像の位置を固定する*/
      width: 100vw;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      height: 42.75vw;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .interview-common article .container--block .inner--wrap {
      width: 42.9166666667vw;
      margin: 0 auto;
      font-size: 1.1666666667vw;
      line-height: 2;
      letter-spacing: .05em;
      color: #fff;
      padding: 6.6em 0 0; }
      .interview-common article .container--block .inner--wrap--texts {
        text-align: justify; }
        .interview-common article .container--block .inner--wrap--texts .ttl {
          font-size: 3.0833333333vw;
          font-family: "Noto Serif JP", serif;
          line-height: 1;
          letter-spacing: 0; }
          .interview-common article .container--block .inner--wrap--texts .ttl h2 {
            display: inline-block;
            background-color: #000;
            padding: 0 .1em .1em;
            margin-top: .1em; }
            .interview-common article .container--block .inner--wrap--texts .ttl h2 span {
              color: #fff034; }
        .interview-common article .container--block .inner--wrap--texts p {
          margin-top: 1.5em; }
      .interview-common article .container--block .inner--wrap .image {
        margin-top: 4em; }
        .interview-common article .container--block .inner--wrap .image.i01 {
          width: 48.4166666667vw;
          margin-left: -2.75vw; }
      .interview-common article .container--block .inner--wrap .comment {
        font-size: 0.8333333333vw;
        text-align: right;
        margin-top: 1em; }
  .interview-common article .container--block.block01 .inner .parallax-bg {
    bottom: -21.0833333333vw; }
  .interview-common article .container--block.block02 .inner .parallax-bg {
    bottom: -46.6666666667vw; }
  .interview-common article .container--block.block02 .inner--wrap {
    padding-top: 10em; }
  .interview-common article .container--block.block03 .inner--wrap {
    padding-top: 34.5em; }
  .interview-common article .under-link ul {
    width: 56.6666666667vw;
    margin: 12.5vw auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.25vw; }
    .interview-common article .under-link ul li {
      width: 4.6666666667vw;
      margin: 0 5%; }
      .interview-common article .under-link ul li a {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .3s ease; }
        .interview-common article .under-link ul li a:hover {
          opacity: 1;
          transform: scale(1.1); }
      .interview-common article .under-link ul li.prev {
        transform: scale(-1, 1); }
      .interview-common article .under-link ul li.home {
        width: 6.8333333333vw; }
  .interview-common.interview01 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview01/main_bg_pc.png"); }
  .interview-common.interview01 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview01/img_bg01_pc.png"); }
  .interview-common.interview01 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview01/img_bg02_pc.png"); }
  .interview-common.interview02 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview02/main_bg_pc.png"); }
  .interview-common.interview02 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview02/img_bg01_pc.png"); }
  .interview-common.interview02 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview02/img_bg02_pc.png"); }
  .interview-common.interview03 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview03/main_bg_pc.png"); }
  .interview-common.interview03 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview03/img_bg01_pc.png"); }
  .interview-common.interview03 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview03/img_bg02_pc.png"); }
  .interview-common.interview04 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview04/main_bg_pc.png"); }
  .interview-common.interview04 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview04/img_bg01_pc.png"); }
  .interview-common.interview04 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview04/img_bg02_pc.png"); }
  .interview-common.interview05 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview05/main_bg_pc.png"); }
  .interview-common.interview05 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview05/img_bg01_pc.png"); }
  .interview-common.interview05 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview05/img_bg02_pc.png"); }
  .interview-common.interview06 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview06/main_bg_pc.png"); }
  .interview-common.interview06 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview06/img_bg01_pc.png"); }
  .interview-common.interview06 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview06/img_bg02_pc.png"); }

@media screen and (max-width: 767px) {
  .interview-common article .main--inner {
    height: 160vw; }
    .interview-common article .main--inner .parallax-bg {
      top: 14.84375vw;
      height: 160vw; }
    .interview-common article .main--inner .profile {
      width: fit-content;
      height: fit-content;
      top: inherit;
      bottom: 11.71875vw;
      left: inherit;
      right: 8.28125vw;
      font-size: 3.28125vw; }
      .interview-common article .main--inner .profile dt {
        font-size: 5.625vw; }
  .interview-common article .container--block .inner--wrap {
    width: 84.375vw;
    font-size: 3.75vw;
    padding: 3.5em 0 0; }
    .interview-common article .container--block .inner--wrap--texts .ttl {
      font-size: 8.125vw; }
    .interview-common article .container--block .inner--wrap .image {
      margin-top: 4em; }
      .interview-common article .container--block .inner--wrap .image.i01 {
        width: 100%;
        margin-left: auto; }
    .interview-common article .container--block .inner--wrap .comment {
      font-size: 2.5vw; }
  .interview-common article .container--block.block01 .inner .parallax-bg {
    height: 66.25vw;
    bottom: -35.15625vw; }
  .interview-common article .container--block.block02 .inner .parallax-bg {
    height: 50.625vw;
    bottom: -57.03125vw; }
  .interview-common article .container--block.block02 .inner--wrap {
    padding-top: 5.2em; }
  .interview-common article .container--block.block03 .inner--wrap {
    padding-top: 14em; }
  .interview-common article .under-link ul {
    width: 93.75vw;
    margin: 23.4375vw auto;
    font-size: 6.71875vw; }
    .interview-common article .under-link ul li {
      width: 14.0625vw; }
      .interview-common article .under-link ul li.home {
        width: 20.3125vw; }
  .interview-common.interview01 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview01/main_bg_sp.png"); }
  .interview-common.interview01 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview01/img_bg01_sp.png"); }
  .interview-common.interview01 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview01/img_bg02_sp.png"); }
  .interview-common.interview02 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview02/main_bg_sp.png"); }
  .interview-common.interview02 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview02/img_bg01_sp.png"); }
  .interview-common.interview02 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview02/img_bg02_sp.png"); }
  .interview-common.interview03 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview03/main_bg_sp.png"); }
  .interview-common.interview03 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview03/img_bg01_sp.png"); }
  .interview-common.interview03 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview03/img_bg02_sp.png"); }
  .interview-common.interview04 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview04/main_bg_sp.png"); }
  .interview-common.interview04 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview04/img_bg01_sp.png"); }
  .interview-common.interview04 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview04/img_bg02_sp.png"); }
  .interview-common.interview05 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview05/main_bg_sp.png"); }
  .interview-common.interview05 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview05/img_bg01_sp.png"); }
  .interview-common.interview05 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview05/img_bg02_sp.png"); }
  .interview-common.interview06 article .main--inner .parallax-bg {
    background-image: url("../images/interview/interview06/main_bg_sp.png"); }
  .interview-common.interview06 article .container--block.block01 .inner .parallax-bg {
    background-image: url("../images/interview/interview06/img_bg01_sp.png"); }
  .interview-common.interview06 article .container--block.block02 .inner .parallax-bg {
    background-image: url("../images/interview/interview06/img_bg02_sp.png"); } }
.access {
  overflow: hidden; }
  .access article .main {
    width: 100vw; }
    .access article .main--inner {
      position: relative;
      z-index: 1;
      font-weight: 500; }
      .access article .main--inner--over--wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 1.25vw;
        line-height: 2;
        letter-spacing: .02em;
        margin: 5.5em auto; }
        .access article .main--inner--over--wrap .figure {
          width: 32.5vw; }
        .access article .main--inner--over--wrap--texts {
          width: 27.5vw;
          margin-left: 2.5em; }
          .access article .main--inner--over--wrap--texts p {
            text-align: justify; }
            .access article .main--inner--over--wrap--texts p span {
              color: #FFA400; }
  .access .footer--inner nav ul li:nth-last-of-type(2) a {
    letter-spacing: 0;
    padding: 0 0 0 40px;
    border: none; }
    .access .footer--inner nav ul li:nth-last-of-type(2) a:before, .access .footer--inner nav ul li:nth-last-of-type(2) a:after {
      content: '';
      display: block;
      position: absolute;
      transition: all .3s ease-in-out;
      margin-top: 2px; }
    .access .footer--inner nav ul li:nth-last-of-type(2) a:before {
      width: 34px;
      height: 1px;
      border-top: 1px solid #000;
      top: 50%;
      left: 0; }
    .access .footer--inner nav ul li:nth-last-of-type(2) a:after {
      height: 14px;
      width: 1px;
      border-right: 1px solid #000;
      transform: rotate(-65deg);
      top: 50%;
      left: 27px;
      margin: -7px 2px 0 0; }
    .access .footer--inner nav ul li:nth-last-of-type(2) a:hover:before {
      left: 4px; }
    .access .footer--inner nav ul li:nth-last-of-type(2) a:hover:after {
      left: 31px; }
  .access .footer--inner .logo {
    width: 205px; }

@media screen and (max-width: 767px) {
  .access article .main--inner--over--wrap {
    width: 85vw;
    font-size: 3.75vw;
    margin: 4em auto; }
    .access article .main--inner--over--wrap .figure, .access article .main--inner--over--wrap--texts {
      width: 100%;
      margin-left: 0; }
      .access article .main--inner--over--wrap .figure p, .access article .main--inner--over--wrap--texts p {
        margin-top: 3em; }
  .access article .main--inner--under p {
    width: 52.5%;
    font-size: 2.8125vw;
    line-height: 1.6;
    text-align: justify;
    margin: 2em auto; }
  .access .footer {
    padding: 4.4vh 0 2.3vh; }
    .access .footer--inner {
      max-width: 67.96875vw;
      flex-direction: row; }
      .access .footer--inner nav {
        width: 100%; }
        .access .footer--inner nav ul li {
          width: 100%;
          margin-top: 4.4vh; }
          .access .footer--inner nav ul li a {
            font-size: 3.75vw;
            font-weight: 400;
            padding-left: 12.96875vw; }
            .access .footer--inner nav ul li a:before {
              width: 10.9375vw; }
            .access .footer--inner nav ul li a:after {
              height: 3.90625vw;
              left: 9.0625vw;
              margin: -2.03125vw 0 0 0; }
            .access .footer--inner nav ul li a:hover:before {
              left: 0.625vw; }
            .access .footer--inner nav ul li a:hover:after {
              left: 6.09375vw; }
          .access .footer--inner nav ul li:nth-last-of-type(2) a {
            font-size: 3.75vw;
            text-align: inherit;
            padding-left: 12.96875vw; }
            .access .footer--inner nav ul li:nth-last-of-type(2) a:before {
              width: 10.9375vw; }
            .access .footer--inner nav ul li:nth-last-of-type(2) a:after {
              height: 3.90625vw;
              left: 9.0625vw;
              margin: -2.03125vw 0 0 0; }
            .access .footer--inner nav ul li:nth-last-of-type(2) a:hover:before {
              left: 0.625vw; }
            .access .footer--inner nav ul li:nth-last-of-type(2) a:hover:after {
              left: 6.09375vw; }
      .access .footer--inner .logo {
        width: 100%;
        margin-top: 23px; }
        .access .footer--inner .logo a img {
          width: 55%;
          height: auto; } }
