@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  to {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  50% {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  to {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -100;
  }
}
@keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -100;
  }
}
#main .box__info_movie dt {
  letter-spacing: 0.1em;
}
#main .box__info_label .ttl, #main .box__info_movie dt {
  font-family: "Roboto Light","YuGothic M","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
#foot .accessory h3, #main .box__info_movie dd {
  font-family: "Roboto Thin","YuGothic M","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
#foot .accessory h3 {
  letter-spacing: 0.1em;
}
#main .box__info_flex--1, #main .box__info_flex--2, #main .box__info_flex--3 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}
#main .box__info_flex--1 > *, #main .box__info_flex--2 > *, #main .box__info_flex--3 > * {
  margin: 0 16px 56px;
}
#main .card > :not(:last-child) {
  margin-bottom: 24px;
}
#main .card .pic {
  width: 100%;
}
#main .description {
  line-height: 2;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#main .visual {
  text-align: center;
}
#main .specs, #main .specs--black, #main .specs--white {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#main .specs--black > *, #main .specs--white > *, #main .specs > * {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
#main .specs span, #main .specs--black span, #main .specs--white span {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
#main .specs--black > * {
  background-color: rgba(0,0,0,0.1);
  color: #000000;
}
#main .specs--white > * {
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
}
#main .box__info {
  display: none;
  overflow: hidden;
}
#main .box__info .ttl {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 16px;
}
#main .box__info .txt {
  font-size: 14px;
  line-height: 2;
}
#main .box__info_inner {
  background-color: #f2f2f2;
  color: #000000;
  margin-bottom: 56px;
  padding: 80px 48px;
}
#main .box__info_movie {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  margin-bottom: 80px;
}
#main .box__info_movie > :nth-child(1) {
  -webkit-flex: 0 0 384px;
  -ms-flex: 0 0 384px;
  flex: 0 0 384px;
}
#main .box__info_movie > :nth-child(2) {
  -webkit-flex: 0 0 640px;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px;
}
#main .box__info_movie dt {
  font-size: 16px;
  margin-bottom: 24px;
}
#main .box__info_movie dd {
  font-size: 48px;
  letter-spacing: 0.15em;
}
#main .box__info_flex--1 > * {
  -webkit-flex: 0 0 1024px;
  -ms-flex: 0 0 1024px;
  flex: 0 0 1024px;
}
#main .box__info_flex--2 > * {
  -webkit-flex: 0 0 496px;
  -ms-flex: 0 0 496px;
  flex: 0 0 496px;
}
#main .box__info_flex--3 > * {
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}
#main .box__info_label {
  margin-bottom: 24px;
  text-align: center;
}
#main .box__info_label .ttl {
  font-size: 28px;
  letter-spacing: 0.075em;
}
#head {
  background-color: #ffffff;
  color: #000000;
}
#head .l__outer {
  background-position: top center;
  background-repeat: no-repeat;
}
#format dl, #head .l__inner, body {
  position: relative;
}
#head .box, #msg dt {
  text-align: center;
}
#head .ttl {
  letter-spacing: 0;
}
#head .txt {
  line-height: 2;
}
#news {
  background: #222222;
}
#news .news__list a {
  line-height: 1.8;
  text-align: left;
}
#news .news__list time {
  color: #999999;
  letter-spacing: 0.05em;
  margin-right: 1em;
}
#movie {
  background: #ffffff no-repeat center;
  background-size: cover;
  color: #000000;
}
#movie .m__youtube--large {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
#movie .banner {
  background-color: #ffffff;
  font-size: 0;
}
#movie .banner, #movie .banner a {
  display: inline-block;
}
#format {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 0;
}
#format dl {
  z-index: 2;
}
#format .description {
  position: relative;
  z-index: 1;
}
#format .visual {
  margin-bottom: 8px;
  margin-top: -184px;
}
#hybrid {
  background: #222222;
  padding-bottom: 0;
}
#hybrid .visual {
  margin-bottom: -72px;
  margin-top: -32px;
}
#hybrid .l__inner {
  overflow: hidden;
}
#hybrid .box__info dt.ttl {
  font-family: "YuGothic M","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  font-size: 24px;
}
#hybrid .box__info p.ttl {
  font-size: 18px;
}
#design {
  background-color: #ffffff;
  color: #000000;
}
#design .visual, #features .visual {
  margin-bottom: 40px;
}
#design, #features {
  padding-bottom: 0;
}
#msg {
  overflow: hidden;
}
#msg .l__inner {
  margin: auto;
  max-width: 1020px;
}
#msg dt .box__msg_lead {
  display: block;
  font-size: 115%;
  line-height: 1.8;
  margin-top: 18px;
}
#msg dd {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-top: 60px;
}
#msg .box__msg_img {
  margin-top: -22px;
}
#foot .banner img, #msg .box__msg_step {
  width: 100%;
}
#msg .box__msg_step .notice {
  display: block;
  font-size: 75%;
}
#foot .foot_movies ul, #msg .list__step {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#msg .list__step_ttl-num {
  color: #e73878;
  display: block;
  font-family: YuGo;
  font-size: 100%;
  font-weight: 500;
}
#msg .list__step_ttl-txt {
  display: block;
  font-size: 115%;
  margin-top: 10px;
}
#msg .box__msg_info {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.8;
  margin-top: 30px;
}
#msg .box__msg_btn {
  line-height: 1.8;
  margin-top: 25px;
  text-align: center;
}
#foot .accessory, #msg .box__msg_btn a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#msg .box__msg_btn a {
  -webkit-align-items: center;
  align-items: center;
  border: 2.5px solid #313131;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 25px;
  padding-right: 15px;
}
#msg .box__msg_btn a:after {
  content: url(../img/index/msg__btn-arrow.png);
  display: inline-block;
}
#msg .box__msg_btn a img {
  margin: 0;
  max-width: 100%;
  width: auto;
}
#foot, #msg {
  background: #222222;
}
#foot .accessory {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#foot .accessory h3 {
  color: #000000;
}
#foot .accessory h3 small {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  padding-top: 16px;
}
#foot .banner a {
  display: inline-block;
}
#foot .foot_movies {
  margin: 64px 0 0;
}
#foot .foot_movies .ttl {
  font-size: 48px;
  margin-bottom: 32px;
  text-align: center;
}
#foot .foot_movies ul {
  width: 100%;
}
#foot .foot_movies__box {
  width: 50%;
}
#foot .foot_movies__box:last-child {
  margin-left: 24px;
}
#foot .foot_movies__box .m__youtube--medium {
  height: 308px;
  width: 548px;
}
#foot .foot_movies__box p {
  font-size: 16px;
  margin-bottom: 24px;
  text-align: center;
}
.btn__close, .btn__more {
  border: 0;
  position: relative;
}
.btn__close:after, .btn__close:before, .btn__more:after, .btn__more:before {
  top: 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.2s cubic-bezier(0.68,0,0.32,1.43);
}
.btn__close:before, .btn__more:before {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
.btn__close:after, .btn__more:after {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.m__btn--white.btn__close:before, .m__btn--white.btn__more:before {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  content: "";
}
.m__btn--white.btn__close:after, .m__btn--white.btn__more:after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  content: "";
}
/*
.index #content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.index #content.loaded, .motion h2 span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.index #content.loaded {
  overflow: auto;
  position: relative;
}
#container {
  top: 0;
  background: #000000;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition: 0.5s cubic-bezier(0.64,0.01,0.48,1);
  transition-delay: 0.3s;
  z-index: 10000;
}
#container canvas {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: 0.5s cubic-bezier(0.52,0.02,0.92,0.55);
}
#container.loaded {
  -webkit-transform: translate(0,-115%);
  transform: translate(0,-115%);
}
#container.loaded canvas {
  -webkit-transform: translate(-50%,-45%);
  transform: translate(-50%,-45%);
}
*/
.m__modal_container.is-hidden, .motion:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.motion:before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all 0.5s cubic-bezier(0.43,0.73,0.17,1);
}
.motion h2 {
  letter-spacing: 0.1em;
  -webkit-transform: scale(1);
  transform: scale(1);
  white-space: nowrap;
}
.motion h2 span {
  display: inline-block;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.m__modal_container, .motion .description, .motion dt, .motion.visible:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.motion.visible:before {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition: 0.5s cubic-bezier(0.43,0.73,0.17,1) 0.3s;
}
.m__modal_container {
  top: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.m__modal_container.is-hidden {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  z-index: -100;
}
.m__modal_container .m__modal_bg {
  background: rgba(31,31,31,0.88);
  height: 100%;
}
.m__modal_container .m__modal_box {
  position: fixed;
}
.m__modal_container .m__modal_box img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.m__modal_container .m__modal_btn {
  cursor: pointer;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.m__modal_container .m__modal_btn:after {
  content: url(../img/shared/ico__close.svg);
  display: inline-block;
  height: 24px;
  visibility: visible;
  width: 24px;
}
@media screen and (max-width:767px),print {
  #main .box__info_flex--1 > *, #main .box__info_flex--2 > *, #main .box__info_flex--3 > * {
    margin: 0 6.25vw 12.5vw;
  }
  #main .specs, #main .specs--black, #main .specs--white {
    margin-bottom: 10vw;
    margin-top: -1.25vw;
  }
  #main .specs--black > *, #main .specs--white > *, #main .specs > * {
    -webkit-flex-basis: 27.5vw;
    flex-basis: 27.5vw;
    -ms-flex-preferred-size: 27.5vw;
    height: 27.5vw;
    margin: 1.25vw;
    padding: 2.5vw;
  }
  #main .specs span, #main .specs--black span, #main .specs--white span {
    line-height: 1.8;
  }
  #main .specs--black.en, #main .specs--white.en {
    display: block;
  }
  #main .box__info {
    margin-left: -6.25vw;
    margin-right: -6.25vw;
  }
  #main .box__info .ttl {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
  #hybrid .box__info p.ttl, #hybrid .box__info p.ttl span, #main .box__info .txt {
    font-size: 3.75vw;
  }
  #main .box__info_inner {
    margin-bottom: 0;
    padding: 12.5vw 6.25vw;
  }
  #main .box__info_movie {
    display: block;
    margin-bottom: 15vw;
  }
  #main .box__info_movie img {
    width: 100%;
  }
  #main .box__info_movie dl {
    text-align: center;
  }
  #foot .foot_movies__box p, #main .box__info_movie dt {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #main .box__info_movie dd {
    font-size: 8.75vw;
    margin-bottom: 6.25vw;
  }
  #main .box__info_flex--1 > *, #main .box__info_flex--2 > * {
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  #hybrid .specs--white.en, #main .box__info_flex--3 {
    display: block;
  }
  #main .box__info_flex--3 img.pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 5vw;
    width: 50vw;
  }
  #main .box__info_flex--3 > * {
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-bottom: 15vw;
  }
  #head .l__outer {
    background-image: url(../img/index/head__bg--sp.jpg);
    background-position: top center;
    background-size: contain;
  }
  #head .l__inner {
    height: auto;
  }
  #head .box {
    padding-bottom: 15vw;
    padding-top: 100vw;
  }
  #head .ttl {
    font-size: 4.6875vw;
    margin-bottom: 6.25vw;
  }
  #head .logotype {
    margin-bottom: 5vw;
  }
  #head .logotype img {
    width: 75%;
  }
  #head .txt {
    font-size: 3.125vw;
    letter-spacing: 0.025em;
  }
  #head #toscroll {
    display: none;
  }
  #hybrid .box__info .box__info_flex--2 .card, #news .news__list {
    margin-bottom: 7.5vw;
  }
  #news .news__list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #movie .m__ttl_sub--small {
    margin-bottom: 2.5vw;
  }
  #movie .m__youtube--large {
    margin-bottom: 0.625vw;
  }
  #format .visual img, #movie .banner img {
    width: 100%;
  }
  #format .description {
    margin-bottom: 0;
  }
  #format .visual {
    margin-top: -12.5vw;
  }
  #hybrid .m__ttl_main--large {
    letter-spacing: 0.015em;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
  }
  #hybrid .visual {
    margin-bottom: 12.5vw;
    margin-top: 20vw;
  }
  #hybrid .visual img {
    -webkit-transform: scale(1.77);
    transform: scale(1.77);
    width: 100%;
  }
  #features #main .specs--black, #features #main .specs--white, #features .specs, #hybrid #main .specs--black, #hybrid #main .specs--white, #hybrid .specs, #main #features .specs--black, #main #hybrid .specs--black, #main #hybrid .specs--white {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #hybrid #main .specs--black li, #hybrid #main .specs--white li, #hybrid .specs li, #main #hybrid .specs--black li, #main #hybrid .specs--white li {
    -webkit-flex-basis: 26.5vw;
    flex-basis: 26.5vw;
    -ms-flex-preferred-size: 26.5vw;
    padding: 2vw;
  }
  #hybrid .box__info .box__info_label {
    margin-bottom: 3.75vw;
  }
  #hybrid .box__info dt.ttl {
    font-size: 5vw;
    line-height: 1.6;
    text-align: left;
  }
  #hybrid .box__info dd.txt {
    margin-bottom: 3.75vw;
    text-align: left;
  }
  #hybrid .box__info p.ttl + img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #hybrid .box__info .box__info_flex--3 {
    margin: 0.625vw 0.625vw 10vw;
  }
  #hybrid .box__info .box__info_flex--3 .card {
    display: table;
    margin: 0 0 3.75vw;
    width: 100%;
  }
  #hybrid .box__info .box__info_flex--3 .card img, #hybrid .box__info .box__info_flex--3 .card p {
    display: table-cell;
    vertical-align: middle;
  }
  #hybrid .box__info .box__info_flex--3 .card img {
    margin: 0;
    width: 100%;
  }
  #hybrid .box__info .box__info_flex--3 .card p {
    padding-left: 5%;
    width: 55%;
  }
  #design .visual img {
    width: 60%;
  }
  #design .specs--black.en, #foot .foot_movies ul, #msg img {
    display: block;
  }
  #features .visual img {
    width: 55%;
  }
  #features .specs--white, #main #features .specs--white {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #msg {
    border-top: 7.5px solid #313131;
  }
  #msg img {
    margin: auto;
    max-width: 90%;
  }
  #msg dd {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #msg .box__msg_img {
    margin-top: -50px;
    overflow: hidden;
  }
  #msg .box__msg_img img {
    margin-bottom: -70px;
  }
  #msg .box__msg_step {
    margin-top: 25px;
  }
  #msg .box__msg_step, #msg .list__step {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #msg .list__step li {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  #msg .list__step li:nth-of-type(n+2) {
    margin-top: 12px;
  }
  #msg .list__step_img {
    width: 50%;
  }
  #foot .accessory {
    background-image: url(../img/index/foot__bg__accessories--sp.jpg);
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 87.5vw;
    padding: 3.75vw 5vw 12.5vw;
  }
  #foot .accessory h3 small {
    font-size: 2.8125vw;
    padding-top: 0.625vw;
  }
  #foot .accessory h3 {
    font-size: 8.75vw;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  #foot .accessory .m__btn--black {
    -webkit-align-self: center;
    align-self: center;
    background-color: rgba(255,255,255,0.5);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    margin-top: auto;
  }
  #foot .foot_movies .ttl {
    font-size: 8.75vw;
  }
  #foot .foot_movies__box {
    width: 100%;
  }
  #foot .foot_movies__box:last-child {
    margin-left: 0;
  }
  #foot .foot_movies__box .m__youtube--medium {
    height: 49.375vw;
    margin-bottom: 10vw;
    width: 87.5vw;
  }
  .btn__more {
    margin-bottom: 10vw;
  }
  #container canvas {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  #container.loaded canvas {
    -webkit-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);
  }
  .motion h2 {
    letter-spacing: 0.075em;
  }
  .m__modal_container .m__modal_box {
    top: 5%;
    left: 50%;
    margin: 0 auto 0 -140px;
    max-width: 280px;
    width: 90%;
  }
  .m__modal_container .m__modal_btn {
    top: -2.5%;
    right: -3.5%;
  }
}
@media screen and (min-width:768px),print {
  #main .specs, #main .specs--black, #main .specs--white {
    margin-bottom: 48px;
    margin-top: -8px;
  }
  #main .specs--black > *, #main .specs--white > *, #main .specs > * {
    -webkit-flex-basis: 176px;
    flex-basis: 176px;
    -ms-flex-preferred-size: 176px;
    margin: 8px;
    padding: 16px;
  }
  #main .specs span, #main .specs--black span, #main .specs--white span {
    line-height: 2;
  }
  #main .box__main {
    padding-bottom: 80px;
  }
  #head .l__outer {
    background-image: url(../img/index/head__bg--pc.jpg);
  }
  #head .l__inner {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    height: 648px;
  }
  #head .box {
    left: 50%;
    margin-top: 350px;
    position: relative;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  #head .ttl {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  #head .txt {
    letter-spacing: 0.075em;
    margin-bottom: 64px;
    margin-top: 24px;
  }
  #news .news__list {
    margin-bottom: 32px;
  }
  #news .news__list li {
    text-align: center;
  }
  #news .news__list li:not(:last-child) {
    margin-bottom: 1em;
  }
  #news .news__list a {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    -ms-flex-align: start;
  }
  #news .news__list a:hover, .m__modal_link a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  #movie .m__ttl_main--medium {
    margin-bottom: 56px;
  }
  #format .box__info_movie dd {
    letter-spacing: 0.05em;
  }
  #msg {
    border-top: 15px solid #313131;
    padding-bottom: 0;
  }
  #msg .l__inner {
    margin-bottom: -110px;
  }
  #msg .list__step li:nth-of-type(n+2) {
    margin-left: 28px;
  }
  #msg .list__step_img img {
    display: block;
    height: auto;
    margin-top: 18px;
    max-width: 224px;
  }
  #foot .accessory {
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/index/foot__bg__accessories--pc.jpg);
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    height: 320px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px;
  }
  #foot .accessory h3 {
    font-size: 48px;
    line-height: 1.3;
  }
  .btn__close:hover, .btn__more:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1!important;
  }
  .btn__close:hover:before, .btn__more:hover:before {
    -webkit-transform: translate(-8px,8px);
    transform: translate(-8px,8px);
  }
  .btn__close:hover:after, .btn__more:hover:after {
    -webkit-transform: translate(8px,-8px);
    transform: translate(8px,-8px);
  }
  .m__modal_container .m__modal_box {
    top: 50%;
    left: 50%;
    margin: -240px auto 0 -400px;
  }
  .m__modal_container .m__modal_btn {
    top: 35px;
    right: 35px;
  }
  .m__modal_link {
    bottom: 120px;
    direction: rtl;
    display: none;
    overflow: hidden;
    position: fixed;
    right: -5px;
    width: 98px;
    z-index: 1000;
  }
  .m__modal_link.is-active {
    display: block;
    transition: width 0.5s;
  }
  .m__modal_link.is-active:hover {
    width: 250px;
  }
  .m__modal_link a {
    display: block;
    width: 250px;
  }
  .m__modal_link a img {
    height: auto;
    width: 100%;
  }
}
