﻿@charset "UTF-8";
.titleid{color:rgba(153, 153, 153, 1);font-weight: 700;font-size: 76px;text-align: center;line-height: 1;margin-bottom: 70px;}
@media (max-width: 940px) {
  .titleid{font-size: 64px;margin-bottom: 32px;}
}
img{width: 100%; vertical-align: middle;}
p{margin: 0;}

/* MV */
.mv-area02{position: relative;background-color: rgba(0, 0, 0, 1);height: 420px;}
.mv-area02 img{width: 100%;height: auto;object-fit: cover;display: block;bottom: 0;position: absolute;}
.mv-area02 h1 {position: absolute;top: 110px;right: 0;left: 0;margin: auto;text-align: center;color: rgba(255, 255, 255, 1);line-height: 1;}
.mv-area02 h1 .line02{background: rgba(8, 14, 55, 1);padding: 13px 22px;font-size: 22px;font-family: "A P-OTF A1 Mincho StdN";display: inline-block;font-weight: 550;}
.mv-area02 h1 .line03{font-size: 60px;font-weight: 700;margin-top: 30px;}
.mv-area02 h1 .line04{font-weight: 550;font-size: 85px;margin-top: 20px;}
@media (max-width: 940px) {
  .mv-area02{height: 378px;}
  .mv-area02 h1{top: 150px;}
  .mv-area02 h1 .line02{font-size: 14px;}
  .mv-area02 h1 .line03{font-size: 30px;}
  .mv-area02 h1 .line04{font-size: 42px;margin-top: 0;line-height: 1.6;}
}

/* global-nav */
nav.global-nav {background-color: rgba(16, 33, 139, 1);padding: 20px 0;justify-content: center;align-items: center;}
nav.global-nav a::after{display: none;}
nav.global-nav ul {display: flex;justify-content: center;list-style: none;margin: 0;padding: 0;gap: 58px;}
nav.global-nav li a {font-size: 30px;color: rgba(255, 255, 255, 1);text-decoration: none;font-family: "urw-din-semi-condensed", sans-serif;position: relative;font-weight: 600;}
nav.global-nav li a::after {background-color: #fff;bottom: 0;content: '';display: block;height: 1px;left: 0;position: absolute;transition: .5s all;width: 0;}
nav.global-nav li a:hover::after {width: 100%;}
@media (max-width: 940px) {nav.global-nav ul{gap: 16px;}nav.global-nav li a{font-size: 14px;}}

/* gallery-area  */
.gallery-area{background-image: url(/sp/makaizo/img/common/pattern.png);background-color: rgba(0, 0, 0, 0.6);background-repeat: repeat;background-size: contain;background-position: center;background-blend-mode: multiply;padding-top: 120px;}
.gallery-area .slider-wrapper {width: 100%;overflow: hidden;padding: 0 0 140px;}
.gallery-area .slider {display: flex;transition: transform 0.5s ease-in-out;will-change: transform;}
.gallery-area .slider img {width: 350px;height: auto;margin: 0 10px;flex-shrink: 0;cursor: pointer;transition: transform 0.3s;}
.gallery-area .slider img:hover {opacity: 0.7;}
.gallery-area .modal {display: none;position: fixed;z-index: 999;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.9);justify-content: center;align-items: center;}
.gallery-area .modal-img-wrapper {position: relative;display: inline-block;max-width: 900px;width: 80%;}
.gallery-area .modal-content {display: block;max-width: 780px;width: 100%;z-index: 1;margin: 0 auto;}
.gallery-area .modal-img-wrapper .close {position: absolute;top: -10%;right: -7%;width: 48px;height: auto;cursor: pointer;z-index: 2;}
.gallery-area .modal-img-wrapper .nav-btn {position: absolute;bottom: 50%;width: 50px;height: 50px;transform: translateY(-50%);cursor: pointer;z-index: 2;}
.gallery-area .modal-img-wrapper .nav-btn::before {content: '';display: block;width: 0;height: 0;margin: auto;position: relative;top: 0;left: 0;right: 0;border-style: solid;}
.gallery-area .modal-img-wrapper .prev { left: -80px; }
.gallery-area .modal-img-wrapper .next { right: -80px; }
.gallery-area .sp-slider-nav {display: none;}
.gallery-area .pc-slider-nav{position: relative;width: 100%;top: -150px;}
.gallery-area .pc-slider-nav button{position: absolute;cursor: pointer;background: none;border: none;display: inline;}
.gallery-area .pc-slider-nav button.prev{left: 15px;}
.gallery-area .pc-slider-nav button.next{right: 15px;}
@media (max-width: 940px) {
  .gallery-area{padding: 130px 0;}
  .gallery-area .wrap {max-width: none;width: 100%;padding: 0;}
  .gallery-area .titleid{margin-bottom: 40px;}
  .gallery-slider img {width: 252px;height: auto;}
  .gallery-area .slider-wrapper {position: relative;overflow: hidden;width: 100vw;overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;}
  .gallery-area .slider-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  .gallery-area .slider {display: flex;transition: transform 0.5s ease;box-sizing: content-box;scroll-snap-type: x mandatory;}
  .gallery-area .slider img {flex: 0 0 auto;width: 252px;height: auto;margin: 0 10px;cursor: pointer;scroll-snap-align: start;}
  .gallery-area .modal-img-wrapper .nav-btn{bottom: -30%;width: 42px;height: 42px;transform: translateY(0);}
  .gallery-area .modal-img-wrapper .prev{left: 32%;}
  .gallery-area .modal-img-wrapper .next {right: 32%;}
  .gallery-area .modal-img-wrapper .close {top: -50px;width: 24px;}
  .gallery-area .pc-slider-nav{display: none;}
  .gallery-area .sp-slider-nav .sp-nav-btn {background: none;border: none;padding: 0;cursor: pointer;}
  .gallery-area .sp-slider-nav .sp-nav-btn img {width: 42px;height: auto;}
  .gallery-area .sp-slider-nav {display: flex;justify-content: center;gap: 16px;margin-top: -100px;position: relative;z-index: 2;}
  .gallery-area .sp-slider-nav .sp-nav-btn {background: none;border: none;padding: 0;cursor: pointer;}
  .gallery-area .sp-slider-nav .sp-nav-btn img {width: 42px;height: auto;}
}

/* js-slide-side01  */
.js-slide-side01 .right-area::before {display: none;}
.js-slide-side01 .left-area,
.js-slide-side01 .right-area {opacity: 0;transform: translateX(-30px);transition: all 1s ease;}
.js-slide-side01 .left-area.show,
.js-slide-side01 .right-area.show {opacity: 1;transform: translateX(0);}
@media (max-width: 940px) {
  .js-slide-side01 .right-area {position: static;max-width: none;pointer-events: auto;}
}

/* js-slide-side02  */
.js-slide-side02 > * {opacity: 0;transform: translateX(-30px);transition: all 1s ease;}
.js-slide-side02 > *.show {opacity: 1;transform: translateX(0);}

/* js-fade-up01  */
.js-fade-up01 .right-area::before {display: none;}
.js-fade-up01 > * {opacity: 0;transform: translateY(30px);transition: all 1s ease;}
.js-fade-up01 > *.show {opacity: 1;transform: translateY(0);}

/* interview-area  */
.interview-area {
  color: #fff;
  padding: 90px 0 130px;
  background: linear-gradient(180deg, #000000 29.92%, rgba(33, 33, 33, 0) 100%), url(/sp/makaizo/img/common/pattern.png);
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.interview-area.contents01::before{display: none;}
.interview-area.contents01::after{display: none;}

.interview-area .title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.interview-area .text {
  padding: 34px 0 80px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 940px) {
  .interview-area .title {
    padding: 0 16px;
    font-size: 24px;
    font-weight: 600;
  }
  .interview-area .text {
    padding: 40px 16px 38px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
  }
}

/* tabs */
.interview-area .tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.interview-area .tab-label {
  flex: 1;
  padding: 25px 5px 9px;
  font-size: 32px;
  font-weight: 700;
  background: #464646;
  cursor: pointer;
  text-align: center;
}
.interview-area .tab-label span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.interview-area .tab-content {
  width: 100%;
  display: none;
  overflow: hidden;
  margin-top: -2px;
  border-top: solid 2px #CDCDCD;
  position: relative;
  animation: fadeIn 1s ease;
}
.interview-area .tab-content .tab-title {
  padding-top: 50px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.interview-area input[name="tab-switch"] {
  display: none;
}

.interview-area .tabs input:checked + .tab-label {
  background: #010101;
  border: solid 2px #CDCDCD;
  border-bottom: solid 2px #010101;
  z-index: 1;
}

.interview-area #tab01:checked ~ #tab01-content,
.interview-area #tab02:checked ~ #tab02-content,
.interview-area #tab03:checked ~ #tab03-content {
  display: block;
}

.interview-area .tab-content .feature-wrap {
  padding: 30px 30px 80px;
}
.interview-area .tab-content .feature {
  max-width: 1000px;
  gap: 40px;
  border: 2px solid #5A5A5A;
}
.interview-area .tab-content .feature-item:first-child {
  width: 43%;
}
.interview-area .tab-content .feature-item:last-child {
  width: 57%;
  padding-right: 40px;
}
.interview-area .tab-content .feature-heading {
  margin: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.interview-area .tab-content .feature-heading span {
  display: inline-block;
  margin-left: 11px;
  margin-top: -4px;
  padding: 5px 11px;
  font-size: 14px;
  font-weight: 500;
  background: #10218B;
  vertical-align: middle;
}
.interview-area .tab-content .feature-text {
  font-size: 14px;
}
.interview-area .tab-content .detail {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 30px 40px;
}
.interview-area .tab-content .detail:last-child {
  padding-bottom: 0;
}
.interview-area .tab-content .detail-title {
  padding: 5px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  background: #080E37;
}

.interview-area .tab-content span{
  font-size: 13px;
}

.interview-area .tab-content .detail-text {
  margin-top: 24px;
}
.interview-area .tab-content .detail img {
  margin-top: 40px;
}
@media (max-width: 940px) {
  .interview-area .tabs {
    gap: 4px;
  }
  .interview-area .tab-label {
    padding: 20px 11px;
    font-size: 14px;
    font-weight: 700;
  }
  .interview-area .tab-label span {
    font-size: 11px;
    font-weight: 500;
  }
  .interview-area .tab-content {
    margin-top: -6px;
  }
  .interview-area .tab-content .tab-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
  .interview-area .tab-content .feature-wrap {
    padding: 50px 16px;
  }
  .interview-area .tab-content .feature {
    padding: 30px 16px;
    gap: 16px;
  }
  .interview-area .tab-content .feature-item:first-child,
  .interview-area .tab-content .feature-item:last-child {
    width: 100%;
  }
  .interview-area .tab-content .feature-item:first-child {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .interview-area .tab-content .feature-item:last-child {
    padding: 0 0 30px;
  }
  .interview-area .tab-content .detail {
    padding: 0 16px 40px;
  }
  .interview-area .tab-content .detail-title {
    font-size: 18px;
    font-weight: 500;
  }
  .interview-area .tab-content .detail-text {
    margin-top: 16px;
    font-size: 14px;
  }
}

/* voices-area  */
.voices-area {
  padding: 130px 0 147px;
  background: linear-gradient(180deg, #000000 29.92%, rgba(33, 33, 33, 0) 100%), url(/sp/makaizo/img/common/pattern.png);
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode: multiply;
}
.voices-area .voice {
  align-items: stretch;
}
.voices-area .voice.col2 {
  justify-content: center;
  gap: clamp( 30px, calc( -474.8421052631579px + 46.31578947368421vw ), 118px );
}
.voices-area .voice.col3 {
  justify-content: space-between;
  gap: 30px;
}
.voices-area .voice ~ .voice {
  margin-top: 67px;
}
.voices-area .voice-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  max-width: 348px;
  width: calc(100% / 3);
  min-height: 210px;
  padding: 24px;
  color: #fff;
  line-height: 1.6;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.voices-area .voice-item::before, .voices-area .voice-item::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 24px;
  background: url(/sp/makaizo/interview/img/interview_voice.svg) no-repeat;
}
.voices-area .voice-item::before {
  top: -18px;
  left: 4%;
}
.voices-area .voice-item::after {
  bottom: -18px;
  right: 0;
  transform: rotate(180deg);
}
.voices-area .voice-item span {
  color: #6C6C6C;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 940px) {
  .voices-area .slider-sp-wrapper {
    position: relative;
    /*overflow: hidden;*/
    width:100%;
    padding-bottom: 110px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .voices-area .slider-sp {
    display: flex;
    padding:20px 0;
    margin:0;
    width:100%;
    transition: transform 0.5s ease;
  }
  .voices-area .slide-sp {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 24px;
    box-sizing: border-box;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .voices-area .gradient-border {position: absolute;bottom: 50px;left: 0;height: 24px;background: linear-gradient(90deg, rgba(54, 75, 202, 0) 0%, #364BCA 19.71%, #1B2564 48.56%, #2D3EA7 79.81%, rgba(45, 62, 167, 0) 100%);pointer-events: none;}
  .voices-area .slider-sp-controls {text-align: center;position: relative;z-index: 2;}
  .voices-area .slider-sp-controls button {background: none;border: none;padding: 5px 5px 0;cursor: pointer;}
  .voices-area .slider-sp-controls button img {width: 30px;height: 30px;}
  
  .voices-area {
    padding: 130px 16px 95px;
  }
  .voices-area .titleid {
    margin-bottom: 50px;
  }
  .voices-area .voice-item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
  .voices-area .voice-item span {
    display: inline-block;
    margin-top: 16px;
  }
  .voices-area .voice.col3, .voice.col2 {
    gap: 40px;
  }
  .voices-area .voice ~ .voice {
    margin-top: 40px;
  }
}

/* movie01  */
.movie01 {
  padding: 130px 0 134px;
  background: linear-gradient(180deg, #000000 29.92%, rgba(33, 33, 33, 0) 100%), url(/sp/makaizo/img/common/pattern.png);
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode: multiply;
}
@media (max-width: 940px) {
  .movie01 {
    padding: 130px 16px 0;
  }
}


/*voice text*/
.voices-area .titleid{margin-bottom: 30px;}
.voices-area .wrap .text{color: #ffffff;text-align: center;font-weight: 700;margin-bottom: 70px;}
@media (max-width: 940px) {
    .voices-area .wrap .text{margin-bottom: 30px;}
}

