@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
/* ==

　02. モジュール

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
#animation_container,
#canvas,
#dom_overlay_container {
  max-width: 1200px;
  width: 100% !important;
  height: auto !important;
  min-width: 950px;
}

.sMv {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 750px;
  min-height: 720px;
  background-color: #E3E4E0;
  overflow: hidden;
}
.sMv .sMv_in {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
  padding: 0 10px;
  opacity: 0;
  transition: opacity 2s linear;
}
.sMv .sMv_in.inView {
  opacity: 1;
}
.sMv .sMv_canvas {
  max-width: 1200px;
  width: 100% !important;
  height: auto !important;
  min-width: 950px;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 2s linear;
}
.sMv .sMv_canvas.inView {
  opacity: 1;
}
.sMv .sMv_canvas.skip {
  transition: opacity 0.5s linear;
  opacity: 0;
}
.sMv .sMv_layer {
  max-width: 1200px;
  width: 100% !important;
  height: auto !important;
  min-width: 950px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sMv .sMv_layer p {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-align: center;
  width: 100%;
  transition: opacity 0.7s linear;
}
.sMv .sMv_layer p.inView {
  opacity: 1;
}
.sMv .sMv_layer .sMv_text01 {
  transform: translate(-50%, -103%);
  max-width: 1106px;
  width: 92%;
}
.sMv .sMv_layer .sMv_text02 {
  transform: translate(120%, -75%);
  max-width: 250px;
  width: 20.8%;
}
.sMv .sMv_layer .sMv_text03 {
  transform: translate(-50%, -165%);
  max-width: 467px;
  width: 38.9%;
}
.sMv .sMv_layer .sMv_text04 {
  transform: translate(-143%, -66%);
  max-width: 398px;
  width: 33.2%;
}
.sMv .sMv_layer .sMv_text05 {
  transform: translate(130%, -70%);
  max-width: 240px;
  width: 19.9%;
}
.sMv .sMv_layer .sMv_text06 {
  transform: translate(-130%, -135%);
  max-width: 457px;
  width: 38.1%;
}
.sMv .sMv_layer .sMv_text07 {
  transform: translate(-49%, -110%);
  max-width: 1095px;
  width: 91.25%;
}
.sMv .sMv_layer.skip {
  transition: opacity 0.5s linear;
  opacity: 0;
}
.sMv .sMv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-align: center;
  width: 100%;
  transition: opacity 0.7s linear;
  transform: translate(-50%, -300%);
  max-width: 817px;
  width: 67%;
}
.sMv .sMv_title.inView {
  opacity: 1;
}
.sMv .sMv_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  max-width: 580px;
  width: 49.5%;
  opacity: 0;
  transition: opacity 2s linear;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 20px #aaa;
}
.sMv .sMv_img.inView {
  opacity: 1;
}
.sMv .sMv_img img {
  transition: all 2s;
  transform-origin: top;
}
.sMv .sMv_img.inView img {
  transform: scale(1.05);
}
.sMv .sMv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  max-width: 150px;
  width: 16%;
  opacity: 0;
  transition: opacity 0.7s linear;
}
.sMv .sMv_logo.inView {
  opacity: 1;
}
.sMv .sMv_logo img {
  width: 100%;
  height: auto;
}
.sMv .sMv_skip {
  position: absolute;
  bottom: 7%;
  left: calc(50% - 22px);
  max-width: 45px;
  width: 3.75%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.sMv .sMv_skip:hover {
  opacity: 0.5;
}
.sMv .sMv_scroll {
  position: absolute;
  bottom: 2.5%;
  left: calc(50% - 15px);
  width: 30px;
  opacity: 0;
  transition: opacity 0.7s linear;
  pointer-events: none;
}
.sMv .sMv_scroll.inView {
  opacity: 1;
}
.sMv .sMv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/70th/images/mv/bg01.jpg) no-repeat 0 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 2s linear;
}
.sMv .sMv_bg .sMv_bg_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sMv .sMv_bg .sMv_bg_in span {
  border-radius: 10px;
  overflow: hidden;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_01,
.sMv .sMv_bg .sMv_bg_in .sMv_bg_02,
.sMv .sMv_bg .sMv_bg_in .sMv_bg_03,
.sMv .sMv_bg .sMv_bg_in .sMv_bg_04,
.sMv .sMv_bg .sMv_bg_in .sMv_bg_05,
.sMv .sMv_bg .sMv_bg_in .sMv_bg_06 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_02 {
  left: -100%;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_03 {
  left: -200%;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_04 {
  left: -300%;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_05 {
  left: -400%;
}
.sMv .sMv_bg .sMv_bg_in .sMv_bg_06 {
  left: -500%;
}
.sMv .sMv_bg.inView .sMv_bg_front,
.sMv .sMv_bg.inView .sMv_bg_middle,
.sMv .sMv_bg.inView .sMv_bg_back {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.sMv .sMv_bg.inView .sMv_bg_front {
  -webkit-animation-name: front_animation;
          animation-name: front_animation;
}
.sMv .sMv_bg.inView .sMv_bg_middle {
  -webkit-animation-name: middle_animation;
          animation-name: middle_animation;
}
.sMv .sMv_bg.inView .sMv_bg_back {
  -webkit-animation-name: back_animation;
          animation-name: back_animation;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_item04 {
  position: absolute;
  width: 315px;
  height: 210px;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item01 {
  top: calc(50% - 120px);
  left: 5%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item02 {
  top: calc(30% - 50px);
  left: 78%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item03 {
  top: calc(50% + 140px);
  left: 20%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item04 {
  top: calc(30% + 280px);
  right: 10%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item01 {
  background: url(/70th/images/mv/img01.jpg) no-repeat 0 0;
  background-size: cover;
  transform: scale(0.92);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item02 {
  background: url(/70th/images/mv/img02.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 20px);
  left: 75%;
  transform: scale(0.96);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item03 {
  background: url(/70th/images/mv/img03.jpg) no-repeat 0 0;
  background-size: cover;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_01 .sMv_bg_item04,
.sMv .sMv_bg .sMv_bg_front .sMv_bg_06 .sMv_bg_item04 {
  background: url(/70th/images/mv/img04.jpg) no-repeat 0 0;
  background-size: cover;
  transform: scale(0.98);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item01 {
  background: url(/70th/images/mv/img05.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 170px);
  left: 12%;
  transform: scale(0.96);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item02 {
  background: url(/70th/images/mv/img06.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 10px);
  left: 50%;
  transform: scale(0.92);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item03 {
  background: url(/70th/images/mv/img20.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 100px);
  left: 20%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_02 .sMv_bg_item04 {
  background: url(/70th/images/mv/img08.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 270px);
  right: 2%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item01 {
  background: url(/70th/images/mv/img09.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 160px);
  left: 20%;
  transform: scale(0.9);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item02 {
  background: url(/70th/images/mv/img10.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 0px);
  left: 65%;
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item03 {
  background: url(/70th/images/mv/img11.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 100px);
  left: 10%;
  transform: scale(0.92);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_03 .sMv_bg_item04 {
  background: url(/70th/images/mv/img12.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 240px);
  right: 20%;
  transform: scale(0.96);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item01 {
  background: url(/70th/images/mv/img13.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 110px);
  left: 14%;
  transform: scale(0.94);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item02 {
  background: url(/70th/images/mv/img14.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 0px);
  left: 66%;
  transform: scale(0.96);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item03 {
  background: url(/70th/images/mv/img15.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 130px);
  left: 5%;
  transform: scale(0.98);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_04 .sMv_bg_item04 {
  background: url(/70th/images/mv/img16.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 310px);
  right: 15%;
  transform: scale(0.92);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item01 {
  background: url(/70th/images/mv/img17.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 150px);
  left: 90px;
  transform: scale(0.9);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item02 {
  background: url(/70th/images/mv/img18.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 40px);
  right: 1%;
  left: auto;
  transform: scale(0.96);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item03 {
  background: url(/70th/images/mv/img19.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 200px);
  left: 20%;
  transform: scale(0.92);
}
.sMv .sMv_bg .sMv_bg_front .sMv_bg_05 .sMv_bg_item04 {
  background: url(/70th/images/mv/img20.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 250px);
  right: 12%;
  transform: scale(0.98);
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_item04 {
  position: absolute;
  width: 200px;
  height: 133px;
  filter: blur(1px);
  opacity: 0.7;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_02 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_03 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_04 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_05 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_06 .sMv_bg_item01 {
  top: calc(50% + 150px);
  left: 55%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_02 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_03 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_04 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_05 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_06 .sMv_bg_item02 {
  top: calc(50% + 50px);
  left: 1%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_05 .sMv_bg_item01 {
  background: url(/70th/images/mv/img20.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 210px);
  left: 75%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_05 .sMv_bg_item02 {
  background: url(/70th/images/mv/img09.jpg) no-repeat 0 0;
  background-size: cover;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_02 .sMv_bg_item01 {
  background: url(/70th/images/mv/img01.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 120px);
  left: 120px;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_02 .sMv_bg_item02 {
  background: url(/70th/images/mv/img13.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 0px);
  left: 90%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_03 .sMv_bg_item01 {
  background: url(/70th/images/mv/img02.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 130px);
  left: 10%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_03 .sMv_bg_item02 {
  background: url(/70th/images/mv/img17.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 130px);
  left: 75%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_04 .sMv_bg_item01 {
  background: url(/70th/images/mv/img08.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 190px);
  left: 38%;
}
.sMv .sMv_bg .sMv_bg_middle .sMv_bg_04 .sMv_bg_item02 {
  background: url(/70th/images/mv/img01.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% - 30px);
  left: 30%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_item03,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_item04 {
  position: absolute;
  width: 130px;
  height: 85px;
  filter: blur(2px);
  opacity: 0.5;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_02 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_03 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_04 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_05 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_06 .sMv_bg_item01 {
  top: calc(50% + 50px);
  left: 75%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_02 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_03 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_04 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_05 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_06 .sMv_bg_item02 {
  top: calc(50% + 250px);
  left: 35%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_01 .sMv_bg_item01,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_04 .sMv_bg_item01 {
  background: url(/70th/images/mv/img16.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 50px);
  left: 65%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_01 .sMv_bg_item02,
.sMv .sMv_bg .sMv_bg_back .sMv_bg_04 .sMv_bg_item02 {
  background: url(/70th/images/mv/img10.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 190px);
  left: 35%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_02 .sMv_bg_item01 {
  background: url(/70th/images/mv/img18.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% - 100px);
  left: 30%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_02 .sMv_bg_item02 {
  background: url(/70th/images/mv/img19.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 360px);
  left: 60%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_03 .sMv_bg_item01 {
  background: url(/70th/images/mv/img04.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(50% + 160px);
  left: 30%;
}
.sMv .sMv_bg .sMv_bg_back .sMv_bg_03 .sMv_bg_item02 {
  background: url(/70th/images/mv/img07.jpg) no-repeat 0 0;
  background-size: cover;
  top: calc(30% + 200px);
  left: 60%;
}
@-webkit-keyframes front_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500%);
  }
}
@keyframes front_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500%);
  }
}
@-webkit-keyframes middle_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400%);
  }
}
@keyframes middle_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400%);
  }
}
@-webkit-keyframes back_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes back_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300%);
  }
}
.sMv .sMv_bg.inView {
  opacity: 1;
}

/* ナビ
------------------------------------------------------------------------------- */
.sNav {
  margin-bottom: 90px;
  padding: 80px 0;
}
.sNav .sNav_in {
  padding: 0 10px;
}
.sNav .sNav_in .sNav_tit {
  margin: 0 auto 50px;
  text-align: center;
}
.sNav .sNav_in .sNav_list {
  max-width: 1120px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sNav .sNav_in .sNav_list.devSmp {
  display: none;
}
.sNav .sNav_in .sNav_list li {
  position: relative;
  width: calc(25% - 1px);
  max-width: 356px;
  margin-bottom: 20px;
  text-align: center;
}
.sNav .sNav_in .sNav_list li:nth-child(1) a, .sNav .sNav_in .sNav_list li:nth-child(5) a {
  border-left: 1px solid #b9b9ba;
}
.sNav .sNav_in .sNav_list li a {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 25px 0 0;
  border-right: 1px solid #b9b9ba;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.sNav .sNav_in .sNav_list li a span {
  display: block;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .sNav .sNav_in .sNav_list li a {
    font-size: 16px;
  }
  .sNav .sNav_in .sNav_list li a span {
    font-size: 13px;
  }
}
.sNav .sNav_in .sNav_list li a:hover {
  text-decoration: underline;
}
.sNav .sNav_in .sNav_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 2px #ca2b2a;
  border-right: solid 2px #ca2b2a;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
}
.sNav .sNav_in .sNav_list li:last-child {
  position: relative;
}
.sNav-bottom {
  margin: 0;
  padding-top: 0;
}
.sNav-bottom .sNav_in .sNav_list li a::after {
  transform: rotate(-45deg);
}

/* メッセージ
------------------------------------------------------------------------------- */
.sMessage {
  margin-bottom: 160px;
}
.sMessage .sMessage_in {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
}
.sMessage .sMessage_in .sMessage_tit {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
  padding-left: 10%;
}
.sMessage .sMessage_in .sMessage_tit::before {
  content: "";
  width: 580px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  right: -40px;
  bottom: 0;
}
.sMessage .sMessage_in .sMessage_col {
  display: flex;
  justify-content: space-between;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt {
  width: 57.4%;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in {
  padding-left: 27%;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in .sMessage_lead {
  color: #fff;
  font-size: 50px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 45px;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in .sMessage_lead span {
  background-color: #ca2b2a;
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 5px 10px 10px;
  line-height: 1;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in p {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: -0.08em;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in .sMessage_name {
  margin-top: 40px;
  line-height: 1;
  letter-spacing: 0;
}
.sMessage .sMessage_in .sMessage_col .sMessage_txt .sMessage_txt_in .sMessage_name span {
  font-size: 16px;
  display: block;
}
.sMessage .sMessage_in .sMessage_col-reverse {
  flex-direction: row-reverse;
}
.sMessage .sMessage_in .sMessage_col-reverse .sMessage_txt .sMessage_txt_in {
  padding-left: 0;
  padding-right: 27%;
}
.sMessage .sMessage_in .sMessage_col + .sMessage_col {
  margin-top: 120px;
}
.sMessage .sMessage_in .sMessage_col .sMessage_img {
  width: 37.5%;
}

/* お知らせ
------------------------------------------------------------------------------- */
.sNews {
  background-color: #e3e4e0;
  padding: 80px 0;
}
.sNews .sNews_in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}
.sNews .sNews_in .sNews_tit {
  margin-bottom: 40px;
}
.sNews .sNews_in .sNews_tit + p {
  margin-bottom: 80px;
  font-size: 18px;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_img img {
  width: 100%;
  height: auto;
}
.sNews .sNews_in .sNews_swiper .sNews_item:hover {
  opacity: 0.7;
}
.sNews .sNews_in .sNews_swiper .sNews_item:hover .sNews_item_detail {
  text-decoration: underline;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt {
  position: relative;
  padding: 20px 15px 30px;
  letter-spacing: 0.02em;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt::before, .sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 2px;
  background-color: #ca2b2a;
  transform-origin: 100% 50%;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt::before {
  transform: rotate(45deg);
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt::after {
  transform: rotate(-45deg);
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt p span {
  font-size: 14px;
}
.sNews .sNews_in .sNews_swiper .sNews_item .sNews_item_txt .sNews_item_label {
  color: #a2a2a2;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 5px 26px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
.sNews .sNews_in .sNews_swiper {
  position: relative;
  margin-bottom: 80px;
}
.sNews .sNews_in .sNews_swiper .swiper {
  overflow: hidden;
}
.sNews .sNews_in .sNews_swiper .swiper .swiper-slide {
  background-color: #fff;
  height: auto;
}
.sNews .sNews_in .sNews_swiper .swiper .swiper-slide .sNews_item {
  color: #cb2c26;
  display: block;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s;
}
.sNews .sNews_in .sNews_swiper .swiper .swiper-slide .sNews_item .sNews_item_img img {
  width: 100%;
  height: auto;
}
.sNews .sNews_in .sNews_swiper .swiper .swiper-slide .sNews_item:hover {
  opacity: 0.7;
}
.sNews .sNews_in .sNews_swiper .swiper-button-next::after, .sNews .sNews_in .sNews_swiper .swiper-button-prev::after {
  display: none;
}
.sNews .sNews_in .sNews_swiper .swiper-button-next, .sNews .sNews_in .sNews_swiper .swiper-button-prev {
  background: url(/70th/images/index_btn01.png) no-repeat 0 0;
  background-size: 66px;
  width: 66px;
  height: 66px;
}
.sNews .sNews_in .sNews_swiper .swiper-button-next:hover, .sNews .sNews_in .sNews_swiper .swiper-button-prev:hover {
  opacity: 0.8;
}
.sNews .sNews_in .sNews_swiper .swiper-button-next {
  right: -100px;
}
@media screen and (max-width: 1300px) {
  .sNews .sNews_in .sNews_swiper .swiper-button-next {
    right: 20px;
  }
}
.sNews .sNews_in .sNews_swiper .swiper-button-prev {
  transform: rotateZ(180deg);
  left: -100px;
}
@media screen and (max-width: 1300px) {
  .sNews .sNews_in .sNews_swiper .swiper-button-prev {
    left: 20px;
  }
}
.sNews .sNews_in .sNews_swiper-none .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.sNews .sNews_in .sNews_swiper-none .swiper-wrapper .swiper-slide {
  color: #cf403f;
  display: block;
  text-decoration: none;
  max-width: 320px;
  width: 29.6%;
  height: 100%;
  transition: all 0.3s;
  background-color: #fff;
}

.sAmbassador {
  background-color: #e3e4e0;
  padding: 20px 0 90px;
}
.sAmbassador .sAmbassador_in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}
.sAmbassador .sAmbassador_in .sAmbassador_tit {
  margin-bottom: 40px;
}
.sAmbassador .sAmbassador_in .sAmbassador_col {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto 30px;
}
.sAmbassador .sAmbassador_in .sAmbassador_col .sAmbassador_item {
  width: 170px;
}
.sAmbassador .sAmbassador_in .sAmbassador_col .sAmbassador_item p {
  text-align: center;
  margin-top: 20px;
}
.sAmbassador .sAmbassador_in .sAmbassador_txt {
  text-align: center;
  margin-bottom: 50px;
}
.sAmbassador .sAmbassador_in .sAmbassador_btns {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.sAmbassador .sAmbassador_in .sAmbassador_btns .sBtn01 {
  width: 400px;
}

.sSpecial {
  padding: 90px 0 180px;
}
.sSpecial .sSpecial_in {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}
.sSpecial .sSpecial_in h2 {
  position: absolute;
  top: -130px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .sSpecial .sSpecial_in h2 {
    right: 30px;
  }
}
.sSpecial .sSpecial_in h2::after {
  content: "";
  width: 650px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  left: -325px;
  top: 320px;
  transform: rotateZ(90deg);
}
.sSpecial .sSpecial_in .sSpecial_txt {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
}
.sSpecial .sSpecial_in .sSpecial_txt h3 {
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 0;
}
.sSpecial .sSpecial_in .sSpecial_txt p {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.sSpecial .sSpecial_in .sSpecial_img {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .sSpecial .sSpecial_in .sSpecial_img {
    max-width: 700px;
    margin: 0 auto 0 80px;
  }
}
.sSpecial .sSpecial_in .sSpecial_img a {
  display: block;
}
.sSpecial .sSpecial_in .sSpecial_img a img {
  transition: all 0.3s;
}
.sSpecial .sSpecial_in .sSpecial_img a:hover img {
  opacity: 0.7;
}

.sOurStory {
  position: relative;
}
.sOurStory::before {
  content: "";
  width: 100%;
  height: calc(100% - 55px);
  background-color: #ce403f;
  position: absolute;
  top: 55px;
  left: 0;
}
.sOurStory .sOurStory_in {
  position: relative;
  z-index: 1;
}
.sOurStory .sOurStory_in .sOurStory_head {
  text-align: center;
  padding-bottom: 20px;
}
.sOurStory .sOurStory_in .sOurStory_head h2 {
  position: relative;
  margin-bottom: 50px;
}
.sOurStory .sOurStory_in .sOurStory_head h2::after {
  content: "";
  width: 460px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  left: calc(50% - 230px);
  bottom: -6px;
}
.sOurStory .sOurStory_in .sOurStory_head h3 {
  color: #fff;
  font-size: 56px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 100;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.sOurStory .sOurStory_in .sOurStory_head p {
  color: #fff;
  font-size: 18px;
}
.sOurStory .sOurStory_swiper {
  position: relative;
  overflow: hidden;
}
.sOurStory .sOurStory_swiper .swiper {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ca2b2a;
  background-color: #fff;
}
.sOurStory .sOurStory_swiper .sOurStory_swiper_item {
  display: block;
  border-left: 1px solid #ca2b2a;
  background-color: #fff;
}
.sOurStory .sOurStory_swiper .sOurStory_swiper_item:hover img {
  opacity: 0.7;
}
.sOurStory .sOurStory_swiper .sOurStory_swiper_item img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.sOurStory .sOurStory_swiper .swiper-button-next::after, .sOurStory .sOurStory_swiper .swiper-button-prev::after {
  display: none;
}
.sOurStory .sOurStory_swiper .swiper-button-next, .sOurStory .sOurStory_swiper .swiper-button-prev {
  background: url(/70th/images/index_btn01.png) no-repeat 0 0;
  background-size: 66px;
  width: 66px;
  height: 66px;
}
.sOurStory .sOurStory_swiper .swiper-button-next:hover, .sOurStory .sOurStory_swiper .swiper-button-prev:hover {
  opacity: 0.8;
}
.sOurStory .sOurStory_swiper .swiper-button-prev {
  transform: rotateZ(180deg);
}
.sOurStory .sOurStory_swiper .sOurStory_nav {
  background-color: #e3e4e0;
  padding: 30px 0;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in {
    max-width: 900px;
  }
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col {
  display: flex;
  justify-content: space-between;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item {
  position: relative;
  width: 90px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-01 {
  background: url(/70th/images/index_ep_nav01.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-02 {
  background: url(/70th/images/index_ep_nav02.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-03 {
  background: url(/70th/images/index_ep_nav03.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-04 {
  background: url(/70th/images/index_ep_nav04.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-05 {
  background: url(/70th/images/index_ep_nav05.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-06 {
  background: url(/70th/images/index_ep_nav06.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-07 {
  background: url(/70th/images/index_ep_nav07.png) no-repeat 0 -30px;
  background-size: 90px 53px;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-active {
  background-position-y: 0;
}
.sOurStory .sOurStory_swiper .sOurStory_nav .sOurStory_nav_in .sOurStory_nav_col .sOurStory_nav_item-active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cf403f;
  display: block;
}
.sOurStory .sOurStory_more {
  padding: 110px 0;
}
.sOurStory .sOurStory_more .sOurStory_more_in {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  font-family: "Zen Old Mincho", serif;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_tit {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_tit:hover {
  text-decoration: underline;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_tit::before, .sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_tit::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15px);
  right: 40px;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_tit::after {
  transform: rotateZ(90deg);
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items {
  display: none;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul {
  padding: 80px 30px 60px 0;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li {
  position: relative;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li a::before, .sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li a::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: -20px;
  transform: rotateZ(45deg);
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li a::after {
  top: calc(50% - 10px);
  transform: rotateZ(-45deg);
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list .sOurStory_list_items ul li a:hover {
  text-decoration: underline;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list-open .sOurStory_list_tit::before {
  display: none;
}
.sOurStory .sOurStory_more .sOurStory_more_in .sOurStory_list-open .sOurStory_list_items {
  display: block;
}

.sHistory {
  padding: 60px 0 160px;
  overflow: hidden;
}
.sHistory .sHistory_visual {
  text-align: right;
  margin-bottom: 65px;
}
.sHistory .sHistory_visual img {
  width: 84.7%;
  max-width: 1160px;
}
.sHistory .sHistory_col {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px auto;
  padding: 0 10px;
  align-items: flex-end;
  width: 100%;
  max-width: 1080px;
}
.sHistory .sHistory_col .sHistory_col_img {
  max-width: 700px;
  width: calc(100% - 370px);
}
.sHistory .sHistory_col .sHistory_tit {
  position: relative;
  display: inline-block;
  width: 324px;
}
.sHistory .sHistory_col .sHistory_tit::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.sHistory .sHistory_in {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 10px;
}
.sHistory .sHistory_in .sHistory_item {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_txt {
  width: 57%;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_txt .sHistory_item_tit {
  font-size: 62px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 30px;
  font-weight: normal;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_txt p {
  font-size: 18px;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_txt .sHistory_date {
  font-size: 16px;
  margin: 60px 0 20px;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_txt .sBtn01 {
  margin: 60px 0 0;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_img {
  position: relative;
  width: 38%;
  padding-top: 50px;
}
.sHistory .sHistory_in .sHistory_item .sHistory_item_img::before {
  content: "";
  width: 600px;
  height: 600px;
  display: block;
  background: url(/70th/images/index_bg01.png) no-repeat 0 0;
  background-size: 600px;
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  z-index: -1;
}

.sIntaview {
  position: relative;
  background-color: #e3e4e0;
}
.sIntaview .sIntaview_visual {
  position: relative;
  margin-bottom: 300px;
  overflow: visible;
}
.sIntaview .sIntaview_visual::before {
  content: "";
  width: 100%;
  height: 29vw;
  max-height: 400px;
  min-height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.sIntaview .sIntaview_visual .sIntaview_visual_in {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.sIntaview .sIntaview_visual .sIntaview_visual_in .sIntaview_visual_img01 {
  position: relative;
  width: 41%;
  z-index: 1;
  transform-origin: left;
}
.sIntaview .sIntaview_visual .sIntaview_visual_in .sIntaview_visual_img02 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 55%;
  z-index: 1;
  transform-origin: right;
}
.sIntaview .sIntaview_bg {
  background-color: #fff;
  border-radius: 150px 150px 0 0;
  padding-bottom: 190px;
}
.sIntaview .sIntaview_bg .sIntaview_in {
  position: relative;
  max-width: 1160px;
  margin: 0 auto 40px;
  padding-top: 50px;
  text-align: center;
}
.sIntaview .sIntaview_bg .sIntaview_in::after {
  content: "";
  width: 170px;
  height: 170px;
  display: block;
  background: url(/70th/images/index_icon01.png) no-repeat 0 0;
  background-size: 170px;
  position: absolute;
  top: -20px;
  left: 80px;
  mix-blend-mode: darken;
}
@media screen and (max-width: 1100px) {
  .sIntaview .sIntaview_bg .sIntaview_in::after {
    width: 150px;
    height: 150px;
    background-size: 150px;
  }
}
.sIntaview .sIntaview_bg .sIntaview_in .sIntaview_tit {
  position: absolute;
  top: -140px;
  right: -10px;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .sIntaview .sIntaview_bg .sIntaview_in .sIntaview_tit {
    right: 30px;
  }
}
.sIntaview .sIntaview_bg .sIntaview_in .sIntaview_tit::after {
  content: "";
  width: 470px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  left: -245px;
  top: 230px;
  transform: rotateZ(90deg);
}
.sIntaview .sIntaview_bg .sIntaview_in h3 {
  font-size: 78px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sIntaview .sIntaview_bg .sIntaview_in h3 span {
  font-size: 42px;
  display: block;
}
.sIntaview .sIntaview_bg .sIntaview_in p {
  font-size: 18px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper {
  overflow: hidden;
  margin-bottom: 90px;
  padding: 50px 0 100px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide img {
  width: 100%;
  height: auto;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide-active .sIntaview_item {
  transform: translateY(-50px);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background-color: #e3e4e0;
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_img-new {
  position: relative;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_img-new::after {
  content: "";
  width: 58px;
  height: 58px;
  display: block;
  background: url(/70th/interview/images/icon_new.png) no-repeat 0 0;
  background-size: 58px;
  position: absolute;
  top: 115px;
  left: 15px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt {
  position: relative;
  background-color: #ce403f;
  padding: 75px 25px 10px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::before, .sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform-origin: 100% 50%;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::before {
  transform: rotate(45deg);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt::after {
  transform: rotate(-45deg);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 {
  position: absolute;
  top: -50px;
  left: 25px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1050px) {
  .sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 {
    font-size: 17px;
    top: -45px;
    letter-spacing: -0.03em;
  }
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 2px 10px 4px;
  line-height: 1.5;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span:nth-child(3) {
  transform: translateY(-2px);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt h4 span:nth-child(5) {
  transform: translateY(-4px);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt-v1 h4 {
  top: -100px;
}
@media screen and (max-width: 1050px) {
  .sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt-v1 h4 {
    top: -90px;
  }
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item .sIntaview_item_txt p span {
  font-size: 14px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-next::after, .sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #ca2b2a;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-next, .sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-prev {
  top: auto;
  bottom: -92px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-next {
  right: calc(50% - 130px);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-button-prev {
  left: calc(50% - 130px);
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-pagination {
  bottom: -80px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-pagination-bullet {
  background-color: #f0c4c3;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.sIntaview .sIntaview_bg .sIntaview_swiper .swiper-pagination-bullet-active {
  background-color: #ca2b2a;
}

.d_hover .sIntaview .sIntaview_bg .sIntaview_swiper .sIntaview_swiper_in .swiper-slide .sIntaview_item:hover {
  opacity: 0.7;
}

.sThankYou {
  background-color: #e3e4e0;
  padding: 90px 0;
}
.sThankYou .sThankYou_in {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.sThankYou .sThankYou_in .sThankYou_logo {
  margin-top: 80px;
}

/* movie */
.mfp-content .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}

.mfp-iframe-holder .mfp-content {
  max-width: 960px !important;
}

.mfp-iframe-holder .mfp-close {
  position: absolute;
  top: -57px !important;
  right: 0 !important;
  padding: 0;
  width: 55px !important;
  height: 55px;
  background-image: url(/70th/images/index_icon03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
  font-size: 0px;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=index.css.map */