@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #333;
}

main {
  overflow: hidden;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 100;
  src: local("HiraMinProN-W1"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 200;
  src: local("HiraMinProN-W2"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraMinProN-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraMinProN-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraMinProN-W5"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraMinProN-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraMinProN-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 800;
  src: local("HiraMinProN-W7"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 900;
  src: local("HiraMinProN-W8"), local("Hiragino Sans");
}

/* リンク */
a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 568px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab-only {
    display: block;
  }
}

.spc-only {
  display: none;
}

@media screen and (max-width: 1200px) {
  .spc-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
}

.headline-2 {
  position: relative;
  padding-top: 60px;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 600;
}

.headline-2::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #333;
  content: "";
}

@media screen and (max-width: 960px) {
  .headline-2 {
    padding-top: 40px;
    font-size: 15px;
  }
  .headline-2::after {
    height: 30px;
  }
}

.headline-en {
  margin-top: 1em;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .headline-en {
    font-size: 12px;
    line-height: 1.8em;
  }
}

.copy {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .copy {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8em;
  }
}

.text-1 {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  font-weight: 500;
}

.text-2 {
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
  font-size: 18px;
  line-height: 2em;
  text-align: left;
  text-align: justify;
  font-weight: 500;
}

.text-3 {
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
  font-size: 18px;
  line-height: 2em;
  text-align: left;
  text-align: justify;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .text-1,
  .text-2 {
    font-size: 12px;
  }
  .text-3 {
    font-size: 12px;
    padding: 0 30px;
  }
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 54px;
  font-size: 18px;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.2);
}

.button::before, .button::after {
  position: absolute;
  right: -25px;
  height: 1px;
  background-color: #333;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button::before {
  bottom: 10px;
  width: 54px;
}

.button::after {
  bottom: 13px;
  width: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.button:hover::before, .button:hover::after {
  right: -35px;
}

@media screen and (max-width: 960px) {
  .button {
    width: 100%;
  }
  .button::before {
    width: 40px;
  }
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.line-del {
  text-decoration: line-through;
  -webkit-text-decoration: line-through;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.section__inner::before, .section__inner::after {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
}

.section__inner::before {
  right: 80px;
  top: 40px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.section__inner::after {
  left: 80px;
  bottom: -40px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

.section__text1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

@media screen and (max-width: 960px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section__inner::before, .section__inner::after {
    display: none;
  }
  .section__text1 {
    font-size: 14px;
    line-height: 24px;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

main {
  margin-top: -2px;
}

@media screen and (max-width: 960px) {
  main {
    padding-bottom: 30px;
  }
  main.special {
    padding-bottom: 0;
  }
}

.header {
  height: 650px;
}

.header__logo {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.header__logo img {
  width: auto;
  height: 40px;
}

.header__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.header__headline {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
}

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

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

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

.header__kv .slide-img img {
  display: block;
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__movie {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .header {
    height: 92vh;
  }
  .header__logo {
    padding-left: 20px;
    height: 40px;
  }
  .header__logo img {
    height: 20px;
  }
  .header__headline {
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
  }
  .header__kv .slide-img img {
    height: 92vh;
  }
  .header__inner {
    height: 100%;
  }
  .header__start {
    width: 80px;
  }
}

.cv {
  position: relative;
  margin-top: -100px;
  padding-top: 180px;
  margin-top: -40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cv::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (max-width: 960px) {
  .cv {
    margin-top: -56px;
    padding-top: 96px;
  }
  .cv::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}

.cv::after {
  top: 40px;
  height: calc(100% - 40px);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/background_1.jpg);
  background-size: cover;
}

.cv__text {
  margin-top: 1.5em;
}

.cv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.cv__button li:last-child {
  margin-left: 100px;
}

@media screen and (max-width: 960px) {
  .cv {
    margin-top: -20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cv::after {
    top: 20px;
    height: calc(100% - 20px);
    background-image: url(../images/background_1-sp.jpg);
  }
  .cv__text {
    margin-top: 1em;
  }
  .cv__button {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .cv__button li {
    width: 100%;
  }
  .cv__button li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}

.section-1__photo {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
}

.section-1__photo iframe {
  width: 100%;
  height: 500px;
}

.section-1__copy {
  margin-top: 80px;
}

.section-1__text {
  margin-top: 2em;
}

.section-1__text-2 {
  margin-top: 3em;
}

@media screen and (max-width: 960px) {
  .section-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-1__photo {
    margin-top: 0;
  }
  .section-1__photo iframe {
    height: 210px;
  }
  .section-1__copy {
    margin-top: 20px;
  }
  .section-1__text-2 {
    margin-top: 2em;
  }
}

.section-2 {
  position: relative;
  margin-top: -100px;
  padding-top: 180px;
}

.section-2::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (max-width: 960px) {
  .section-2 {
    margin-top: -56px;
    padding-top: 96px;
  }
  .section-2::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}

.section-2::after {
  background-image: url(../images/background_2.jpg);
}

.section-2__copy {
  margin-top: 80px;
}

.section-2__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
}

.section-2__photo img:first-child {
  width: 390px;
  max-width: 100%;
}

.section-2__photo img:last-child {
  width: 260px;
  max-width: 100%;
}

.section-2__text {
  margin-top: 1.5em;
}

.section-2__text-2 {
  margin-top: 3em;
}

@media screen and (max-width: 960px) {
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2::after {
    background-image: url(../images/background_2-sp.jpg);
  }
  .section-2__copy {
    margin-top: 20px;
  }
  .section-2__photo {
    display: none;
  }
  .section-2__text-2 {
    margin-top: -20px;
  }
  .section-2__slider {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-2__slider .sp-fade-arrows {
    opacity: 1;
  }
  .section-2__slider img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 100%;
  }
  .section-2__slider .sp-slide {
    text-align: center;
  }
  .section-2__slider .sp-previous-arrow {
    top: 55%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-2__slider .sp-previous-arrow:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .section-2__slider .sp-next-arrow {
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-2__slider .sp-next-arrow:before {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
}

.section-3__photo {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
}

.section-3__photo iframe {
  width: 100%;
  height: 500px;
}

.section-3__item {
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
}

.section-3__item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.section-3__item_inner img {
  margin-top: .5em;
  width: 380px;
  max-width: 100%;
}

.section-3__item_text {
  margin-left: 0;
  margin-right: 0;
  width: 420px;
  max-width: 100%;
}

.section-3__item li {
  margin-top: 160px;
}

.section-3__item li:first-child .section-3__item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3__photo {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 830px;
    max-width: 100%;
  }
  .section-3__photo iframe {
    height: 210px;
  }
  .section-3__item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .section-3__item_inner img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    width: 100%;
  }
  .section-3__item_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5em;
    width: 100%;
  }
  .section-3__item li {
    margin-top: 40px;
  }
  .section-3__item li:first-child .section-3__item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-4 {
  position: relative;
}

.section-4__inner {
  margin-top: 80px;
  padding: 60px 60px 40px 12%;
  margin-left: auto;
  width: 65%;
  background-color: rgba(82, 82, 82, 0.1);
}

.section-4__copy {
  text-align: left;
}

.section-4__text {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 540px;
}

.section-4__photo {
  position: absolute;
  left: 0;
  top: 430px;
  width: 45%;
  height: 450px;
}

.section-4__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .section-4 {
    padding-bottom: 0;
  }
  .section-4__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -60px;
    padding: 80px 20px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
  .section-4__copy {
    text-align: center;
  }
  .section-4__text {
    margin-top: 1em;
  }
  .section-4__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: auto;
  }
  .section-4__photo img {
    height: auto;
  }
}

.section-5 {
  position: relative;
  position: relative;
  margin-top: -100px;
  padding-top: 180px;
}

.section-5::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (max-width: 960px) {
  .section-5 {
    margin-top: -56px;
    padding-top: 96px;
  }
  .section-5::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}

.section-5::after {
  background-image: url(../images/background_2.jpg);
}

.section-5__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80px;
  padding: 60px 12% 40px 60px;
  width: 65%;
  background-color: rgba(82, 82, 82, 0.1);
}

.section-5__inner_content:last-child {
  margin-top: 80px;
}

.section-5__copy {
  text-align: left;
}

.section-5__text {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 540px;
}

.section-5__photo {
  position: absolute;
  right: 0;
  top: 640px;
  width: 45%;
  height: 450px;
}

.section-5__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .section-5::after {
    background-image: url(../images/background_2-sp.jpg);
  }
  .section-5__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-5__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -60px;
    padding: 80px 20px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
  .section-5__inner_content:last-child {
    margin-top: 40px;
  }
  .section-5__copy {
    text-align: center;
  }
  .section-5__text {
    margin-top: 1em;
  }
  .section-5__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: auto;
  }
  .section-5__photo img {
    height: auto;
  }
}

.section-6 {
  position: relative;
}

.section-6__inner {
  margin-top: 160px;
  padding: 60px 60px 40px 12%;
  margin-left: auto;
  width: 65%;
  background-color: rgba(82, 82, 82, 0.1);
}

.section-6__inner_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98%;
  max-width: 520px;
}

.section-6__inner_photo li {
  width: 46%;
}

.section-6__copy {
  text-align: left;
}

.section-6__text {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 540px;
}

.section-6__photo {
  position: absolute;
  left: 0;
  top: 400px;
  width: 40%;
  height: 740px;
}

.section-6__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .section-6 {
    padding-bottom: 0;
  }
  .section-6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-6__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -130px;
    padding: 110px 20px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
  .section-6__inner_photo {
    display: none;
  }
  .section-6__inner_content:last-child {
    margin-top: 40px;
  }
  .section-6__copy {
    text-align: center;
  }
  .section-6__text {
    margin-top: 1em;
  }
  .section-6__slider {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-6__slider img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 100%;
  }
  .section-6__slider .sp-slide {
    text-align: center;
  }
  .section-6__slider .sp-fade-arrows {
    opacity: 1;
  }
  .section-6__slider .sp-previous-arrow {
    top: 55%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-6__slider .sp-previous-arrow:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .section-6__slider .sp-next-arrow {
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-6__slider .sp-next-arrow:before {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
}

.section-7 {
  position: relative;
  position: relative;
  margin-top: -100px;
  padding-top: 180px;
}

.section-7::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (max-width: 960px) {
  .section-7 {
    margin-top: -56px;
    padding-top: 96px;
  }
  .section-7::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}

.section-7::after {
  background-image: url(../images/background_2.jpg);
}

.section-7__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 80px;
  padding: 60px 12% 40px 60px;
  width: 65%;
  background-color: rgba(82, 82, 82, 0.1);
}

.section-7__inner_content:last-child {
  margin-top: 100px;
}

.section-7__copy {
  text-align: left;
}

.section-7__text {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 540px;
}

.section-7__text-2 {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 2em;
  width: 100%;
  max-width: 540px;
}

.section-7__photo {
  position: absolute;
  right: 0;
  top: 450px;
  width: 40%;
  height: 50%;
}

.section-7__photo_item {
  position: absolute;
  width: 60%;
}

.section-7__photo_item:first-child {
  z-index: 2;
  top: 0;
  left: 0;
}

.section-7__photo_item:last-child {
  z-index: 1;
  top: 35%;
  right: 0;
}

@media screen and (max-width: 960px) {
  .section-7 {
    padding-bottom: 0;
  }
  .section-7::after {
    background-image: url(../images/background_2-sp.jpg);
  }
  .section-7__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-7__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -130px;
    padding: 70px 20px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
  .section-7__inner_content:last-child {
    margin-top: 40px;
  }
  .section-7__photo {
    display: none;
  }
  .section-7__copy {
    text-align: center;
  }
  .section-7__text {
    margin-top: 1em;
  }
  .section-7__text-2 {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.8em;
    width: 100%;
    max-width: 100%;
  }
  .section-7__slider {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-7__slider .sp-fade-arrows {
    opacity: 1;
  }
  .section-7__slider .sp-previous-arrow {
    top: 55%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-7__slider .sp-previous-arrow:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .section-7__slider .sp-next-arrow {
    top: 55%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-7__slider .sp-next-arrow:before {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
}

.section-8 {
  position: relative;
}

.section-8__inner {
  margin-top: 100px;
  padding: 60px 40px 40px 12%;
  margin-left: auto;
  width: 65%;
  background-color: rgba(82, 82, 82, 0.1);
}

.section-8__copy {
  text-align: left;
}

.section-8__text {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  max-width: 560px;
}

.section-8__photo {
  position: absolute;
  left: 0;
  top: 350px;
  width: 45%;
  height: 410px;
}

.section-8__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .section-8 {
    padding-bottom: 0;
  }
  .section-8::after {
    background-image: url(../images/background_2-sp.jpg);
  }
  .section-8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-8__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -80px;
    padding: 100px 20px 20px 20px;
    margin-left: 0;
    width: 100%;
  }
  .section-8__inner_content:last-child {
    margin-top: 40px;
  }
  .section-8__photo {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    height: auto;
  }
  .section-8__photo img {
    height: auto;
  }
  .section-8__copy {
    text-align: center;
  }
  .section-8__text {
    margin-top: 1em;
    max-width: 100%;
  }
  .section-8__text-2 {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.8em;
    width: 100%;
    max-width: 100%;
  }
}

.section-9 {
  position: relative;
  margin-top: -100px;
  padding-top: 180px;
}

.section-9::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (max-width: 960px) {
  .section-9 {
    margin-top: -56px;
    padding-top: 96px;
  }
  .section-9::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}

.section-9::after {
  background-image: url(../images/background_2.jpg);
}

.section-9__copy {
  margin-top: 2em;
}

.section-9__photo {
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-9__photo li {
  margin-top: 60px;
  height: 210px;
}

.section-9__photo li img {
  width: auto;
  height: 100%;
}

.section-9__text {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .section-9 {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .section-9::after {
    background-image: url(../images/background_2-sp.jpg);
  }
  .section-9__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-9__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -20px;
  }
  .section-9__photo {
    display: none;
  }
  .section-9__slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-9__slider .sp-fade-arrows {
    opacity: 1;
  }
  .section-9__slider img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 100%;
  }
  .section-9__slider .sp-slide {
    text-align: center;
  }
  .section-9__slider .sp-previous-arrow {
    top: 55%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-9__slider .sp-previous-arrow:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .section-9__slider .sp-next-arrow {
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-9__slider .sp-next-arrow:before {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .section-9__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1em;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 90px;
}

.footer * {
  font-family: HiraginoCustom,"ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Noto Sans JP",helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav li:last-child {
  margin-left: 3em;
}

.footer__nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .footer {
    -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;
    padding: 0;
    height: 60px;
  }
  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__copy {
    margin-top: 1em;
  }
}

.fixed_bottom {
  display: none;
}

@media screen and (max-width: 960px) {
  .fixed_bottom {
    z-index: 2;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    width: 100%;
    height: 95px;
    background-image: url(../images/background_1-sp.jpg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fixed_bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    width: 100%;
  }
  .fixed_bottom__text {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
  }
  .fixed_bottom__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
    padding: 0 20px;
    width: 100%;
  }
  .fixed_bottom__button > li {
    width: 49%;
  }
  .fixed_bottom__button > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid #333;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 4;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 30px;
  width: 50px;
  height: 50px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 4;
}

.toggle_btn::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/menu.svg);
  background-size: auto 100%;
  content: "";
}

.open .toggle_btn {
  background-color: rgba(255, 255, 255, 0.5);
}

.open .toggle_btn::after {
  background-image: url(../images/close.svg);
  background-size: 90% auto;
  background-position: center center;
}

@media screen and (max-width: 960px) {
  .toggle_btn {
    top: 5px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

/*============
  #mask
  =============*/
#mask {
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 3;
  cursor: pointer;
}

.low .header {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 960px) {
  .low .header {
    height: 40px;
  }
}

.low .article {
  padding-top: 180px;
  padding-bottom: 80px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/background_1.jpg);
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .low .article {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.low .special-edition__text {
  margin-top: 3em;
}

.low .special-edition__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 830px;
  max-width: 100%;
  margin-top: 50px;
}

.low .special-edition__item li {
  width: 25%;
}

.low .special-edition__item a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.low .special-edition__item a img {
  margin-top: 10px;
  width: 90px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 3px 6px #483C1A29, 1px 3px 6px #000000B1;
          box-shadow: inset 0px 3px 6px #483C1A29, 1px 3px 6px #000000B1;
}

.low .special-edition__item a span {
  display: block;
}

@media screen and (max-width: 960px) {
  .low .special-edition {
    z-index: 2;
  }
  .low .special-edition__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
  }
  .low .special-edition__item li {
    width: 33.333%;
  }
  .low .special-edition__item li:nth-child(n+4) {
    margin-top: 40px;
  }
  .low .special-edition__item a {
    font-size: 18px;
  }
  .low .special-edition__item a img {
    width: 70%;
  }
}

@media screen and (max-width: 568px) {
  .low .special-edition__text {
    margin-top: 2em;
  }
  .low .special-edition__item li {
    width: 50%;
  }
  .low .special-edition__item li:nth-child(n+3) {
    margin-top: 40px;
  }
}

#movie {
  margin-top: -50px;
  padding-top: 100px;
}

@media screen and (max-width: 960px) {
  #movie {
    margin-top: -25px;
    padding-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */