@charset "UTF-8";
/*
@mixin font_en{
	font-family:'Open Sans', "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*
@mixin font_en{
	font-family:'Open Sans', "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
*/
#ms_contents {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  color: #222; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents {
      letter-spacing: 0.05em; } }
  html.PC #ms_contents {
    letter-spacing: 0.05em; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents img {
      width: 100%;
      height: auto; } }
  html.SP #ms_contents img {
    width: 100%;
    height: auto; }
  #ms_contents a {
    will-change: opacity; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents .ms_inner {
      padding: 0 !important; } }
  html.SP #ms_contents .ms_inner {
    padding: 0 !important; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sns {
      margin-top: 70px; } }
  html.PC #ms_contents #sns {
    margin-top: 70px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sns {
      margin-top: 5.22388vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sns {
      margin-top: 5.22388vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sns {
      margin-top: 51.71642px; } }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sns {
      padding-bottom: 70px; } }
  html.PC #ms_contents #sns {
    padding-bottom: 70px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sns {
      padding-bottom: 5.22388vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sns {
      padding-bottom: 5.22388vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sns {
      padding-bottom: 51.71642px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sns {
      margin-top: 13.33333vw;
      padding-bottom: 6.66667vw; } }
  html.SP #ms_contents #sns {
    margin-top: 13.33333vw;
    padding-bottom: 6.66667vw; }
  #ms_contents #sns .hd01 {
    margin: 0 auto; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sns .hd01 {
        width: 33%; } }
    html.PC #ms_contents #sns .hd01 {
      width: 33%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sns .hd01 {
        width: 72.13333vw; } }
    html.SP #ms_contents #sns .hd01 {
      width: 72.13333vw; }
  #ms_contents #sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sns ul {
        margin-top: 4%; } }
    html.PC #ms_contents #sns ul {
      margin-top: 4%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sns ul {
        margin-top: 10vw; } }
    html.SP #ms_contents #sns ul {
      margin-top: 10vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sns ul li {
        width: 3.07692%; } }
    html.PC #ms_contents #sns ul li {
      width: 3.07692%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sns ul li {
        width: 10.26667vw; } }
    html.SP #ms_contents #sns ul li {
      width: 10.26667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sns ul li + li {
        margin-left: 3.84615%; } }
    html.PC #ms_contents #sns ul li + li {
      margin-left: 3.84615%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sns ul li + li {
        margin-left: 13.33333vw; } }
    html.SP #ms_contents #sns ul li + li {
      margin-left: 13.33333vw; }
    #ms_contents #sns ul li a.js-copy {
      display: block;
      position: relative; }
      #ms_contents #sns ul li a.js-copy:after {
        content: 'copied';
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        line-height: 1;
        margin-top: 0.2em;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        opacity: 0; }
        @media screen and (min-width: 651px) {
          html:not(.SP) #ms_contents #sns ul li a.js-copy:after {
            font-size: 12px; } }
        html.PC #ms_contents #sns ul li a.js-copy:after {
          font-size: 12px; }
        @media screen and (min-width: 651px) and (max-width: 1340px) {
          html:not(.SP) #ms_contents #sns ul li a.js-copy:after {
            font-size: 0.89552vw; } }
        @media screen and (min-width: 651px) and (max-width: 1340px) {
          html.PC #ms_contents #sns ul li a.js-copy:after {
            font-size: 0.89552vw; } }
        @media screen and (min-width: 651px) and (max-width: 990px) {
          html:not(.SP) #ms_contents #sns ul li a.js-copy:after {
            font-size: 8.86567px; } }
        @media screen and (max-width: 650px) {
          html:not(.PC) #ms_contents #sns ul li a.js-copy:after {
            font-size: 3.2vw; } }
        html.SP #ms_contents #sns ul li a.js-copy:after {
          font-size: 3.2vw; }
      #ms_contents #sns ul li a.js-copy.copied:after {
        opacity: 1; }

#colorbox #cboxLoadedContent {
  margin-top: 40px; }

#colorbox #cboxClose {
  width: 38px;
  height: 38px;
  background: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #colorbox #cboxClose:hover {
    opacity: 0.8; }
  #colorbox #cboxClose:before, #colorbox #cboxClose:after {
    content: '';
    position: absolute;
    top: -0.3px;
    width: 51.2px;
    height: 2px;
    background: #000; }
  #colorbox #cboxClose:before {
    left: 0.7px;
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  #colorbox #cboxClose:after {
    right: 0.7px;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

#ms_contents #mv .mv01 {
  position: relative; }
  #ms_contents #mv .mv01:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #mv .mv01 video {
      width: 100%; } }
  html.PC #ms_contents #mv .mv01 video {
    width: 100%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #mv .mv01 video {
      position: relative;
      height: 169.06667vw;
      width: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  html.SP #ms_contents #mv .mv01 video {
    position: relative;
    height: 169.06667vw;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  #ms_contents #mv .mv01 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #mv .mv01 h1 {
        width: 26.04167%; } }
    html.PC #ms_contents #mv .mv01 h1 {
      width: 26.04167%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #mv .mv01 h1 {
        width: 53.33333vw; } }
    html.SP #ms_contents #mv .mv01 h1 {
      width: 53.33333vw; }
  #ms_contents #mv .mv01.ended h1 {
    opacity: 1; }

#ms_contents #sec01 .ph01 {
  margin: 0 auto; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec01 .ph01 {
      padding-top: 13.46154%;
      width: 75.53846%; } }
  html.PC #ms_contents #sec01 .ph01 {
    padding-top: 13.46154%;
    width: 75.53846%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec01 .ph01 {
      padding-top: 26.66667vw;
      width: 90.4vw; } }
  html.SP #ms_contents #sec01 .ph01 {
    padding-top: 26.66667vw;
    width: 90.4vw; }

#ms_contents #sec01 .im01 {
  margin: 0 auto; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec01 .im01 {
      margin-top: 3.53846%;
      width: 23.07692%; } }
  html.PC #ms_contents #sec01 .im01 {
    margin-top: 3.53846%;
    width: 23.07692%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec01 .im01 {
      margin-top: 17.06667vw;
      width: 56vw; } }
  html.SP #ms_contents #sec01 .im01 {
    margin-top: 17.06667vw;
    width: 56vw; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec01 .tx01 {
    margin-top: 5.61538%;
    text-align: center;
    line-height: 2.28571;
    font-weight: 500; } }

html.PC #ms_contents #sec01 .tx01 {
  margin-top: 5.61538%;
  text-align: center;
  line-height: 2.28571;
  font-weight: 500; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec01 .tx01 {
    font-size: 14px; } }

html.PC #ms_contents #sec01 .tx01 {
  font-size: 14px; }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html:not(.SP) #ms_contents #sec01 .tx01 {
    font-size: 1.04478vw; } }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html.PC #ms_contents #sec01 .tx01 {
    font-size: 1.04478vw; } }

@media screen and (min-width: 651px) and (max-width: 990px) {
  html:not(.SP) #ms_contents #sec01 .tx01 {
    font-size: 10.34328px; } }

@media screen and (max-width: 650px) {
  html:not(.PC) #ms_contents #sec01 .tx01 {
    margin: 11.33333vw 7.33333vw 0;
    font-size: 3.2vw;
    line-height: 2.08333; } }

html.SP #ms_contents #sec01 .tx01 {
  margin: 11.33333vw 7.33333vw 0;
  font-size: 3.2vw;
  line-height: 2.08333; }

#ms_contents #sec01 .tx01 p + p {
  margin-top: 2em; }

#ms_contents #sec01 .bt01 {
  margin: 0 auto; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec01 .bt01 {
      margin-top: 5.38462%;
      width: 24.61538%; } }
  html.PC #ms_contents #sec01 .bt01 {
    margin-top: 5.38462%;
    width: 24.61538%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec01 .bt01 {
      margin-top: 11.33333vw;
      width: 59.46667vw; } }
  html.SP #ms_contents #sec01 .bt01 {
    margin-top: 11.33333vw;
    width: 59.46667vw; }
  #ms_contents #sec01 .bt01 a {
    display: block;
    border: 1px solid #222;
    text-align: center;
    text-decoration: none;
    line-height: 1; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec01 .bt01 a {
        font-size: 14px; } }
    html.PC #ms_contents #sec01 .bt01 a {
      font-size: 14px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec01 .bt01 a {
        font-size: 1.04478vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec01 .bt01 a {
        font-size: 1.04478vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec01 .bt01 a {
        font-size: 10.34328px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec01 .bt01 a {
        padding: 9.375% 0;
        font-weight: 500; } }
    html.PC #ms_contents #sec01 .bt01 a {
      padding: 9.375% 0;
      font-weight: 500; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec01 .bt01 a {
        padding: 4.8vw 0;
        font-size: 2.93333vw; } }
    html.SP #ms_contents #sec01 .bt01 a {
      padding: 4.8vw 0;
      font-size: 2.93333vw; }
    #ms_contents #sec01 .bt01 a span {
      display: inline-block;
      margin-left: 0.5em;
      position: relative;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec01 .bt01 a span {
          width: 5.97484%;
          padding-top: 2.83019%; } }
      html.PC #ms_contents #sec01 .bt01 a span {
        width: 5.97484%;
        padding-top: 2.83019%; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec01 .bt01 a span {
          width: 3.33333vw;
          padding-top: 1.6vw; } }
      html.SP #ms_contents #sec01 .bt01 a span {
        width: 3.33333vw;
        padding-top: 1.6vw; }
      #ms_contents #sec01 .bt01 a span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: solid #000;
        -webkit-transform: skew(45deg);
            -ms-transform: skew(45deg);
                transform: skew(45deg);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left; }
        @media screen and (min-width: 651px) {
          html:not(.SP) #ms_contents #sec01 .bt01 a span:before {
            border-width: 0 1px 1px 0; } }
        html.PC #ms_contents #sec01 .bt01 a span:before {
          border-width: 0 1px 1px 0; }
        @media screen and (max-width: 650px) {
          html:not(.PC) #ms_contents #sec01 .bt01 a span:before {
            border-width: 0 0.26667vw 0.26667vw 0; } }
        html.SP #ms_contents #sec01 .bt01 a span:before {
          border-width: 0 0.26667vw 0.26667vw 0; }
    #ms_contents #sec01 .bt01 a:hover span {
      -webkit-transform: translateX(0.5em);
          -ms-transform: translateX(0.5em);
              transform: translateX(0.5em); }

#ms_contents #sec02 {
  position: relative; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 {
      margin-top: 100px; } }
  html.PC #ms_contents #sec02 {
    margin-top: 100px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec02 {
      margin-top: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec02 {
      margin-top: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec02 {
      margin-top: 73.8806px; } }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 {
      padding-bottom: 100px; } }
  html.PC #ms_contents #sec02 {
    padding-bottom: 100px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec02 {
      padding-bottom: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec02 {
      padding-bottom: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec02 {
      padding-bottom: 73.8806px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 {
      margin-top: 20vw;
      padding-bottom: 20vw; } }
  html.SP #ms_contents #sec02 {
    margin-top: 20vw;
    padding-bottom: 20vw; }
  #ms_contents #sec02:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f6f7; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02:before {
        top: 488px; } }
    html.PC #ms_contents #sec02:before {
      top: 488px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec02:before {
        top: 36.41791vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec02:before {
        top: 36.41791vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec02:before {
        top: 360.53731px; } }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02:before {
        top: 84.26667vw; } }
    html.SP #ms_contents #sec02:before {
      top: 84.26667vw; }
  #ms_contents #sec02 .bg01 {
    position: absolute;
    left: 0;
    right: 0;
    background: #e7e9eb; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        top: 1804px; } }
    html.PC #ms_contents #sec02 .bg01 {
      top: 1804px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        top: 134.62687vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec02 .bg01 {
        top: 134.62687vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        top: 1332.80597px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        height: 1381px; } }
    html.PC #ms_contents #sec02 .bg01 {
      height: 1381px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        height: 103.0597vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec02 .bg01 {
        height: 103.0597vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        height: 1020.29104px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .bg01 {
        -webkit-clip-path: polygon(0% 21.72339%, 100% 0%, 100% 100%, 0% 50.68791%);
                clip-path: polygon(0% 21.72339%, 100% 0%, 100% 100%, 0% 50.68791%); } }
    html.PC #ms_contents #sec02 .bg01 {
      -webkit-clip-path: polygon(0% 21.72339%, 100% 0%, 100% 100%, 0% 50.68791%);
              clip-path: polygon(0% 21.72339%, 100% 0%, 100% 100%, 0% 50.68791%); }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .bg01 {
        top: 376.53333vw;
        height: 166.4vw;
        -webkit-clip-path: polygon(0% 20.93333vw, 100% 0%, 100% 100%, 0% 119.6vw);
                clip-path: polygon(0% 20.93333vw, 100% 0%, 100% 100%, 0% 119.6vw); } }
    html.SP #ms_contents #sec02 .bg01 {
      top: 376.53333vw;
      height: 166.4vw;
      -webkit-clip-path: polygon(0% 20.93333vw, 100% 0%, 100% 100%, 0% 119.6vw);
              clip-path: polygon(0% 20.93333vw, 100% 0%, 100% 100%, 0% 119.6vw); }
  #ms_contents #sec02 .hd01 {
    z-index: 1; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .hd01 {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 8.23077% 0 0 2.92308%;
        width: 24.84615%; } }
    html.PC #ms_contents #sec02 .hd01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 8.23077% 0 0 2.92308%;
      width: 24.84615%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .hd01 {
        position: relative;
        margin-left: 33.46667vw;
        width: 56.13333vw; } }
    html.SP #ms_contents #sec02 .hd01 {
      position: relative;
      margin-left: 33.46667vw;
      width: 56.13333vw; }
  #ms_contents #sec02 .ph01 {
    position: relative; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .ph01 {
        left: 50%;
        margin-left: -43.07692%;
        width: 71.38462%; } }
    html.PC #ms_contents #sec02 .ph01 {
      left: 50%;
      margin-left: -43.07692%;
      width: 71.38462%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .ph01 {
        margin-top: -8.26667vw;
        width: 92.66667vw; } }
    html.SP #ms_contents #sec02 .ph01 {
      margin-top: -8.26667vw;
      width: 92.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .im01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 54.30769% 0 0 -9.38462%;
      width: 16.23077%; } }
  html.PC #ms_contents #sec02 .im01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 54.30769% 0 0 -9.38462%;
    width: 16.23077%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .im01 {
      position: relative;
      margin: -49.6vw 0 0 56.53333vw;
      width: 28.13333vw; } }
  html.SP #ms_contents #sec02 .im01 {
    position: relative;
    margin: -49.6vw 0 0 56.53333vw;
    width: 28.13333vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .im02 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 57.46154% 0 0 8.30769%;
      width: 30.23077%; } }
  html.PC #ms_contents #sec02 .im02 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 57.46154% 0 0 8.30769%;
    width: 30.23077%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .im02 {
      position: relative;
      margin: 17.46667vw 0 0 7.33333vw;
      width: 70.8vw; } }
  html.SP #ms_contents #sec02 .im02 {
    position: relative;
    margin: 17.46667vw 0 0 7.33333vw;
    width: 70.8vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .tx01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 18.76923% 0 0 3%;
      line-height: 2.25;
      font-weight: 500; } }
  html.PC #ms_contents #sec02 .tx01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 18.76923% 0 0 3%;
    line-height: 2.25;
    font-weight: 500; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .tx01 {
      font-size: 16px; } }
  html.PC #ms_contents #sec02 .tx01 {
    font-size: 16px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec02 .tx01 {
      font-size: 1.19403vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec02 .tx01 {
      font-size: 1.19403vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec02 .tx01 {
      font-size: 11.8209px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .tx01 {
      margin: 11.33333vw 7.33333vw 0;
      font-size: 3.2vw;
      line-height: 2.08333; } }
  html.SP #ms_contents #sec02 .tx01 {
    margin: 11.33333vw 7.33333vw 0;
    font-size: 3.2vw;
    line-height: 2.08333; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .ph02 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 80.38462% 0 0 1.23077%;
      width: 41.92308%; } }
  html.PC #ms_contents #sec02 .ph02 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 80.38462% 0 0 1.23077%;
    width: 41.92308%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .ph02 {
      margin: 9.33333vw 7.33333vw 0; } }
  html.SP #ms_contents #sec02 .ph02 {
    margin: 9.33333vw 7.33333vw 0; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .hd02 {
      margin: 16.07692% 0 0 4.92308%;
      width: 49.23077%; } }
  html.PC #ms_contents #sec02 .hd02 {
    margin: 16.07692% 0 0 4.92308%;
    width: 49.23077%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .hd02 {
      margin: 13.33333vw 0 0 7.33333vw;
      width: 85.33333vw; } }
  html.SP #ms_contents #sec02 .hd02 {
    margin: 13.33333vw 0 0 7.33333vw;
    width: 85.33333vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .tx02 {
      margin: 2.76923% 0 0 4.92308%;
      width: 49.23077%; } }
  html.PC #ms_contents #sec02 .tx02 {
    margin: 2.76923% 0 0 4.92308%;
    width: 49.23077%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .tx02 {
      margin: 4.66667vw 0 0 7.33333vw;
      width: 85.33333vw; } }
  html.SP #ms_contents #sec02 .tx02 {
    margin: 4.66667vw 0 0 7.33333vw;
    width: 85.33333vw; }
  #ms_contents #sec02 .tec {
    position: relative; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec {
        padding-top: 51.92308%; } }
    html.PC #ms_contents #sec02 .tec {
      padding-top: 51.92308%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec {
        height: 113.73333vw; } }
    html.SP #ms_contents #sec02 .tec {
      height: 113.73333vw; }
    #ms_contents #sec02 .tec .ph {
      position: absolute;
      top: 0; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec02 .tec .ph {
          left: 50%;
          margin: 7% 0 0 -27.84615%;
          width: 55.53846%; } }
      html.PC #ms_contents #sec02 .tec .ph {
        left: 50%;
        margin: 7% 0 0 -27.84615%;
        width: 55.53846%; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec02 .tec .ph {
          left: 0;
          margin: 50.26667vw 0 0 14vw;
          width: 68.13333vw; } }
      html.SP #ms_contents #sec02 .tec .ph {
        left: 0;
        margin: 50.26667vw 0 0 14vw;
        width: 68.13333vw; }
    #ms_contents #sec02 .tec ul li p {
      position: absolute;
      top: 0; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec02 .tec ul li p {
          left: 50%; } }
      html.PC #ms_contents #sec02 .tec ul li p {
        left: 50%; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec02 .tec ul li p {
          left: 0; } }
      html.SP #ms_contents #sec02 .tec ul li p {
        left: 0; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i01 .th {
        margin: 6.76923% 0 0 -32.84615%;
        width: 23.69231%; } }
    html.PC #ms_contents #sec02 .tec ul li.i01 .th {
      margin: 6.76923% 0 0 -32.84615%;
      width: 23.69231%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i01 .th {
        margin: 18.53333vw 0 0 13.46667vw;
        width: 41.06667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i01 .th {
      margin: 18.53333vw 0 0 13.46667vw;
      width: 41.06667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i01 .tt {
        margin: 11.53846% 0 0 -30.69231%;
        width: 14.23077%; } }
    html.PC #ms_contents #sec02 .tec ul li.i01 .tt {
      margin: 11.53846% 0 0 -30.69231%;
      width: 14.23077%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i01 .tt {
        margin: 26.8vw 0 0 13.46667vw;
        width: 24.66667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i01 .tt {
      margin: 26.8vw 0 0 13.46667vw;
      width: 24.66667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i01 .ti {
        margin: 11.07692% 0 0 -13.76923%;
        width: 4%; } }
    html.PC #ms_contents #sec02 .tec ul li.i01 .ti {
      margin: 11.07692% 0 0 -13.76923%;
      width: 4%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i01 .ti {
        margin: 25.06667vw 0 0 42.93333vw;
        width: 6.66667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i01 .ti {
      margin: 25.06667vw 0 0 42.93333vw;
      width: 6.66667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i02 .th {
        margin: 8.15385% 0 0 -4%;
        width: 11.92308%; } }
    html.PC #ms_contents #sec02 .tec ul li.i02 .th {
      margin: 8.15385% 0 0 -4%;
      width: 11.92308%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i02 .th {
        margin: 38.4vw 0 0 53.6vw;
        width: 20.66667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i02 .th {
      margin: 38.4vw 0 0 53.6vw;
      width: 20.66667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i02 .tt {
        margin: 6.38462% 0 0 -4.76923%;
        width: 13.38462%; } }
    html.PC #ms_contents #sec02 .tec ul li.i02 .tt {
      margin: 6.38462% 0 0 -4.76923%;
      width: 13.38462%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i02 .tt {
        margin: 36.66667vw 0 0 52.26667vw;
        width: 23.2vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i02 .tt {
      margin: 36.66667vw 0 0 52.26667vw;
      width: 23.2vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i02 .ti {
        margin: 11.69231% 0 0 1.84615%;
        width: 0.15385%; } }
    html.PC #ms_contents #sec02 .tec ul li.i02 .ti {
      margin: 11.69231% 0 0 1.84615%;
      width: 0.15385%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i02 .ti {
        margin: 45.86667vw 0 0 63.86667vw;
        width: 0.13333vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i02 .ti {
      margin: 45.86667vw 0 0 63.86667vw;
      width: 0.13333vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i03 .th {
        margin: -3.69231% 0 0 17%;
        width: 18%; } }
    html.PC #ms_contents #sec02 .tec ul li.i03 .th {
      margin: -3.69231% 0 0 17%;
      width: 18%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i03 .th {
        margin: 8.53333vw 0 0 59.2vw;
        width: 31.2vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i03 .th {
      margin: 8.53333vw 0 0 59.2vw;
      width: 31.2vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i03 .tt {
        margin: 1.07692% 0 0 16.92308%;
        width: 14.61538%; } }
    html.PC #ms_contents #sec02 .tec ul li.i03 .tt {
      margin: 1.07692% 0 0 16.92308%;
      width: 14.61538%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i03 .tt {
        margin: 16.53333vw 0 0 59.2vw;
        width: 25.33333vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i03 .tt {
      margin: 16.53333vw 0 0 59.2vw;
      width: 25.33333vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i03 .ti {
        margin: 0.53846% 0 0 27%;
        width: 6.38462%; } }
    html.PC #ms_contents #sec02 .tec ul li.i03 .ti {
      margin: 0.53846% 0 0 27%;
      width: 6.38462%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i03 .ti {
        margin: 14.93333vw 0 0 82.26667vw;
        width: 5.46667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i03 .ti {
      margin: 14.93333vw 0 0 82.26667vw;
      width: 5.46667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i04 .th {
        margin: 38.07692% 0 0 15.07692%;
        width: 18.15385%; } }
    html.PC #ms_contents #sec02 .tec ul li.i04 .th {
      margin: 38.07692% 0 0 15.07692%;
      width: 18.15385%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i04 .th {
        margin: 93.6vw 0 0 56.26667vw;
        width: 31.46667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i04 .th {
      margin: 93.6vw 0 0 56.26667vw;
      width: 31.46667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i04 .tt {
        margin: 42.84615% 0 0 15.07692%;
        width: 11%; } }
    html.PC #ms_contents #sec02 .tec ul li.i04 .tt {
      margin: 42.84615% 0 0 15.07692%;
      width: 11%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i04 .tt {
        margin: 101.86667vw 0 0 56.26667vw;
        width: 19.06667vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i04 .tt {
      margin: 101.86667vw 0 0 56.26667vw;
      width: 19.06667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i04 .ti {
        margin: 26.30769% 0 0 24.84615%;
        width: 7.61538%; } }
    html.PC #ms_contents #sec02 .tec ul li.i04 .ti {
      margin: 26.30769% 0 0 24.84615%;
      width: 7.61538%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i04 .ti {
        margin: 78.53333vw 0 0 77.86667vw;
        width: 7.2vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i04 .ti {
      margin: 78.53333vw 0 0 77.86667vw;
      width: 7.2vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i05 .th {
        margin: 39.46154% 0 0 -28.07692%;
        width: 20.84615%; } }
    html.PC #ms_contents #sec02 .tec ul li.i05 .th {
      margin: 39.46154% 0 0 -28.07692%;
      width: 20.84615%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i05 .th {
        margin: 88.26667vw 0 0 14.66667vw;
        width: 36.13333vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i05 .th {
      margin: 88.26667vw 0 0 14.66667vw;
      width: 36.13333vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i05 .tt {
        margin: 44.15385% 0 0 -26.84615%;
        width: 18.46154%; } }
    html.PC #ms_contents #sec02 .tec ul li.i05 .tt {
      margin: 44.15385% 0 0 -26.84615%;
      width: 18.46154%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i05 .tt {
        margin: 96.4vw 0 0 16.8vw;
        width: 32vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i05 .tt {
      margin: 96.4vw 0 0 16.8vw;
      width: 32vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .tec ul li.i05 .ti {
        margin: 34.15385% 0 0 -17.76923%;
        width: 0.15385%; } }
    html.PC #ms_contents #sec02 .tec ul li.i05 .ti {
      margin: 34.15385% 0 0 -17.76923%;
      width: 0.15385%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .tec ul li.i05 .ti {
        margin: 84vw 0 0 39.2vw;
        width: 0.13333vw; } }
    html.SP #ms_contents #sec02 .tec ul li.i05 .ti {
      margin: 84vw 0 0 39.2vw;
      width: 0.13333vw; }
  #ms_contents #sec02 .box {
    border: solid #fff; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box {
        margin: 0 auto;
        width: 71.38462%;
        padding: 1.53846% 4.76923%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-width: 2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    html.PC #ms_contents #sec02 .box {
      margin: 0 auto;
      width: 71.38462%;
      padding: 1.53846% 4.76923%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-width: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box {
        margin: 0 7.33333vw;
        padding: 4vw 0;
        border-width: 0.26667vw; } }
    html.SP #ms_contents #sec02 .box {
      margin: 0 7.33333vw;
      padding: 4vw 0;
      border-width: 0.26667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box .tt {
        width: 75%; } }
    html.PC #ms_contents #sec02 .box .tt {
      width: 75%; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box .tt .hd {
        width: 81.66667%; } }
    html.PC #ms_contents #sec02 .box .tt .hd {
      width: 81.66667%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box .tt .hd {
        margin-left: 5.73333vw;
        width: 65.33333vw; } }
    html.SP #ms_contents #sec02 .box .tt .hd {
      margin-left: 5.73333vw;
      width: 65.33333vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box .tt .tx {
        margin-top: 5.33333%;
        width: 95.83333%; } }
    html.PC #ms_contents #sec02 .box .tt .tx {
      margin-top: 5.33333%;
      width: 95.83333%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box .tt .tx {
        margin: 3.2vw 0 0 5.73333vw;
        width: 74.53333vw; } }
    html.SP #ms_contents #sec02 .box .tt .tx {
      margin: 3.2vw 0 0 5.73333vw;
      width: 74.53333vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box figure {
        width: 20%; } }
    html.PC #ms_contents #sec02 .box figure {
      width: 20%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box figure {
        margin: 4.4vw auto 0;
        width: 56vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    html.SP #ms_contents #sec02 .box figure {
      margin: 4.4vw auto 0;
      width: 56vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box figure .ph {
        width: 91.875%; } }
    html.PC #ms_contents #sec02 .box figure .ph {
      width: 91.875%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box figure .ph {
        width: 26.66667vw; } }
    html.SP #ms_contents #sec02 .box figure .ph {
      width: 26.66667vw; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec02 .box figure figcaption {
        margin-top: 6.25%;
        width: 92.5%; } }
    html.PC #ms_contents #sec02 .box figure figcaption {
      margin-top: 6.25%;
      width: 92.5%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec02 .box figure figcaption {
        margin-top: 11.6vw;
        width: 26.66667vw; } }
    html.SP #ms_contents #sec02 .box figure figcaption {
      margin-top: 11.6vw;
      width: 26.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec02 .mv01 {
      margin: 6.15385% auto 0;
      width: 71.38462%; } }
  html.PC #ms_contents #sec02 .mv01 {
    margin: 6.15385% auto 0;
    width: 71.38462%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec02 .mv01 {
      margin: 13.33333vw 7.33333vw 0; } }
  html.SP #ms_contents #sec02 .mv01 {
    margin: 13.33333vw 7.33333vw 0; }
  #ms_contents #sec02 .mv01 a {
    display: block;
    position: relative; }
    #ms_contents #sec02 .mv01 a:before {
      content: 'PLAY MOVIE';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.1em;
      background: url(../img/ic_movie.png) left center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          font-size: 26px; } }
      html.PC #ms_contents #sec02 .mv01 a:before {
        font-size: 26px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          font-size: 1.9403vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec02 .mv01 a:before {
          font-size: 1.9403vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          font-size: 19.20896px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          height: 32px; } }
      html.PC #ms_contents #sec02 .mv01 a:before {
        height: 32px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          height: 2.38806vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec02 .mv01 a:before {
          height: 2.38806vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          height: 23.64179px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec02 .mv01 a:before {
          padding-left: 3.87931%; } }
      html.PC #ms_contents #sec02 .mv01 a:before {
        padding-left: 3.87931%; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec02 .mv01 a:before {
          font-size: 2.4vw;
          height: 2.93333vw;
          padding-left: 3.46667vw; } }
      html.SP #ms_contents #sec02 .mv01 a:before {
        font-size: 2.4vw;
        height: 2.93333vw;
        padding-left: 3.46667vw; }
    #ms_contents #sec02 .mv01 a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#ms_contents #sec03 {
  position: relative; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 {
      margin-top: 100px; } }
  html.PC #ms_contents #sec03 {
    margin-top: 100px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec03 {
      margin-top: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec03 {
      margin-top: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec03 {
      margin-top: 73.8806px; } }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 {
      padding-bottom: 100px; } }
  html.PC #ms_contents #sec03 {
    padding-bottom: 100px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec03 {
      padding-bottom: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec03 {
      padding-bottom: 7.46269vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec03 {
      padding-bottom: 73.8806px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 {
      margin-top: 26.66667vw;
      padding-bottom: 13.33333vw; } }
  html.SP #ms_contents #sec03 {
    margin-top: 26.66667vw;
    padding-bottom: 13.33333vw; }
  #ms_contents #sec03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f6f7; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec03:before {
        top: 541px; } }
    html.PC #ms_contents #sec03:before {
      top: 541px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec03:before {
        top: 40.37313vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec03:before {
        top: 40.37313vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec03:before {
        top: 399.69403px; } }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec03:before {
        top: 76.66667vw; } }
    html.SP #ms_contents #sec03:before {
      top: 76.66667vw; }
  #ms_contents #sec03 .hd01 {
    z-index: 1; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec03 .hd01 {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 8.92308% 0 0 -42.69231%;
        width: 37.15385%; } }
    html.PC #ms_contents #sec03 .hd01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 8.92308% 0 0 -42.69231%;
      width: 37.15385%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec03 .hd01 {
        position: relative;
        margin-left: 9.2vw;
        width: 73.06667vw; } }
    html.SP #ms_contents #sec03 .hd01 {
      position: relative;
      margin-left: 9.2vw;
      width: 73.06667vw; }
  #ms_contents #sec03 .ph01 {
    position: relative; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec03 .ph01 {
        left: 50%;
        margin-left: -25.23077%;
        width: 71.38462%; } }
    html.PC #ms_contents #sec03 .ph01 {
      left: 50%;
      margin-left: -25.23077%;
      width: 71.38462%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec03 .ph01 {
        margin: -5.6vw 0 0 auto;
        width: 92.66667vw; } }
    html.SP #ms_contents #sec03 .ph01 {
      margin: -5.6vw 0 0 auto;
      width: 92.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .im01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 67.53846% 0 0 24.30769%;
      width: 16.23077%; } }
  html.PC #ms_contents #sec03 .im01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 67.53846% 0 0 24.30769%;
    width: 16.23077%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .im01 {
      position: relative;
      margin: -53.2vw 0 0 15.46667vw;
      width: 28.13333vw; } }
  html.SP #ms_contents #sec03 .im01 {
    position: relative;
    margin: -53.2vw 0 0 15.46667vw;
    width: 28.13333vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .tx01 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 71.23077% 0 0 -43%;
      width: 31.38462%; } }
  html.PC #ms_contents #sec03 .tx01 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 71.23077% 0 0 -43%;
    width: 31.38462%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .tx01 {
      position: relative;
      margin: 22.53333vw 0 0 8.8vw;
      width: 70.66667vw; } }
  html.SP #ms_contents #sec03 .tx01 {
    position: relative;
    margin: 22.53333vw 0 0 8.8vw;
    width: 70.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .tx02 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 16.53846% 0 0 -40.30769%;
      line-height: 2.25;
      font-weight: 500; } }
  html.PC #ms_contents #sec03 .tx02 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 16.53846% 0 0 -40.30769%;
    line-height: 2.25;
    font-weight: 500; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .tx02 {
      font-size: 16px; } }
  html.PC #ms_contents #sec03 .tx02 {
    font-size: 16px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec03 .tx02 {
      font-size: 1.19403vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec03 .tx02 {
      font-size: 1.19403vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec03 .tx02 {
      font-size: 11.8209px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .tx02 {
      margin: 12.53333vw 7.33333vw 0;
      font-size: 3.2vw;
      line-height: 2.08333; } }
  html.SP #ms_contents #sec03 .tx02 {
    margin: 12.53333vw 7.33333vw 0;
    font-size: 3.2vw;
    line-height: 2.08333; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .ph02 {
      position: absolute;
      top: 0;
      left: 50%;
      margin: 92.61538% 0 0 -43.15385%;
      width: 41.92308%; } }
  html.PC #ms_contents #sec03 .ph02 {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 92.61538% 0 0 -43.15385%;
    width: 41.92308%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .ph02 {
      margin: 9.33333vw 7.33333vw 0; } }
  html.SP #ms_contents #sec03 .ph02 {
    margin: 9.33333vw 7.33333vw 0; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .tec {
      margin-top: 26.15385%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  html.PC #ms_contents #sec03 .tec {
    margin-top: 26.15385%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .tec {
      margin-top: 10.66667vw; } }
  html.SP #ms_contents #sec03 .tec {
    margin-top: 10.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .tec li {
      width: 43.07692%; } }
  html.PC #ms_contents #sec03 .tec li {
    width: 43.07692%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .tec li {
      margin: 0 7.33333vw; } }
  html.SP #ms_contents #sec03 .tec li {
    margin: 0 7.33333vw; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .tec li + li {
      margin-top: 0.66667vw; } }
  html.SP #ms_contents #sec03 .tec li + li {
    margin-top: 0.66667vw; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec03 .mv01 {
      margin: 7.69231% auto 0;
      width: 71.38462%; } }
  html.PC #ms_contents #sec03 .mv01 {
    margin: 7.69231% auto 0;
    width: 71.38462%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec03 .mv01 {
      margin: 13.33333vw 7.33333vw 0; } }
  html.SP #ms_contents #sec03 .mv01 {
    margin: 13.33333vw 7.33333vw 0; }
  #ms_contents #sec03 .mv01 a {
    display: block;
    position: relative; }
    #ms_contents #sec03 .mv01 a:before {
      content: 'PLAY MOVIE';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.1em;
      background: url(../img/ic_movie.png) left center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          font-size: 26px; } }
      html.PC #ms_contents #sec03 .mv01 a:before {
        font-size: 26px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          font-size: 1.9403vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec03 .mv01 a:before {
          font-size: 1.9403vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          font-size: 19.20896px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          height: 32px; } }
      html.PC #ms_contents #sec03 .mv01 a:before {
        height: 32px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          height: 2.38806vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec03 .mv01 a:before {
          height: 2.38806vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          height: 23.64179px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec03 .mv01 a:before {
          padding-left: 3.87931%; } }
      html.PC #ms_contents #sec03 .mv01 a:before {
        padding-left: 3.87931%; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec03 .mv01 a:before {
          font-size: 2.4vw;
          height: 2.93333vw;
          padding-left: 3.46667vw; } }
      html.SP #ms_contents #sec03 .mv01 a:before {
        font-size: 2.4vw;
        height: 2.93333vw;
        padding-left: 3.46667vw; }
    #ms_contents #sec03 .mv01 a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec04 {
    margin-top: 100px; } }

html.PC #ms_contents #sec04 {
  margin-top: 100px; }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html:not(.SP) #ms_contents #sec04 {
    margin-top: 7.46269vw; } }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html.PC #ms_contents #sec04 {
    margin-top: 7.46269vw; } }

@media screen and (min-width: 651px) and (max-width: 990px) {
  html:not(.SP) #ms_contents #sec04 {
    margin-top: 73.8806px; } }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec04 {
    padding-bottom: 100px; } }

html.PC #ms_contents #sec04 {
  padding-bottom: 100px; }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html:not(.SP) #ms_contents #sec04 {
    padding-bottom: 7.46269vw; } }

@media screen and (min-width: 651px) and (max-width: 1340px) {
  html.PC #ms_contents #sec04 {
    padding-bottom: 7.46269vw; } }

@media screen and (min-width: 651px) and (max-width: 990px) {
  html:not(.SP) #ms_contents #sec04 {
    padding-bottom: 73.8806px; } }

@media screen and (max-width: 650px) {
  html:not(.PC) #ms_contents #sec04 {
    margin-top: 13.33333vw;
    padding-bottom: 13.33333vw; } }

html.SP #ms_contents #sec04 {
  margin-top: 13.33333vw;
  padding-bottom: 13.33333vw; }

#ms_contents #sec04 .hd01 {
  text-align: center;
  line-height: 1;
  font-weight: 900; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec04 .hd01 {
      font-size: 30px; } }
  html.PC #ms_contents #sec04 .hd01 {
    font-size: 30px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #sec04 .hd01 {
      font-size: 2.23881vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #sec04 .hd01 {
      font-size: 2.23881vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #sec04 .hd01 {
      font-size: 22.16418px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec04 .hd01 {
      font-size: 5.33333vw; } }
  html.SP #ms_contents #sec04 .hd01 {
    font-size: 5.33333vw; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec04 .list {
    margin: 3.84615% auto 0;
    width: 83.69231%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

html.PC #ms_contents #sec04 .list {
  margin: 3.84615% auto 0;
  width: 83.69231%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 650px) {
  html:not(.PC) #ms_contents #sec04 .list {
    margin-top: 13.33333vw; } }

html.SP #ms_contents #sec04 .list {
  margin-top: 13.33333vw; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec04 .list li {
    width: 41.17647%;
    padding: 0 2.94118%; } }

html.PC #ms_contents #sec04 .list li {
  width: 41.17647%;
  padding: 0 2.94118%; }

@media screen and (max-width: 650px) {
  html:not(.PC) #ms_contents #sec04 .list li {
    margin: 0 7.33333vw; } }

html.SP #ms_contents #sec04 .list li {
  margin: 0 7.33333vw; }

@media screen and (min-width: 651px) {
  html:not(.SP) #ms_contents #sec04 .list li:nth-child(n+3) {
    margin-top: 5.88235%; } }

html.PC #ms_contents #sec04 .list li:nth-child(n+3) {
  margin-top: 5.88235%; }

@media screen and (max-width: 650px) {
  html:not(.PC) #ms_contents #sec04 .list li + li {
    margin-top: 13.33333vw; } }

html.SP #ms_contents #sec04 .list li + li {
  margin-top: 13.33333vw; }

#ms_contents #sec04 .list li a {
  text-decoration: none;
  display: block;
  position: relative; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #sec04 .list li a {
      padding-bottom: 20.53571%; } }
  html.PC #ms_contents #sec04 .list li a {
    padding-bottom: 20.53571%; }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #sec04 .list li a {
      padding-bottom: 18.4vw; } }
  html.SP #ms_contents #sec04 .list li a {
    padding-bottom: 18.4vw; }
  #ms_contents #sec04 .list li a .date {
    position: absolute;
    top: 0;
    right: 100%;
    line-height: 1;
    color: #000;
    font-weight: 500;
    -webkit-transform: translatex(-1.5em) rotate(-90deg);
        -ms-transform: translatex(-1.5em) rotate(-90deg);
            transform: translatex(-1.5em) rotate(-90deg);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec04 .list li a .date {
        font-size: 12px; } }
    html.PC #ms_contents #sec04 .list li a .date {
      font-size: 12px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec04 .list li a .date {
        font-size: 0.89552vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec04 .list li a .date {
        font-size: 0.89552vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec04 .list li a .date {
        font-size: 8.86567px; } }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec04 .list li a .date {
        font-size: 2.4vw; } }
    html.SP #ms_contents #sec04 .list li a .date {
      font-size: 2.4vw; }
  #ms_contents #sec04 .list li a .tt {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec04 .list li a .tt {
        width: 57.14286%;
        padding: 3.34821% 0 4.01786% 3.34821%;
        margin-left: -1px; } }
    html.PC #ms_contents #sec04 .list li a .tt {
      width: 57.14286%;
      padding: 3.34821% 0 4.01786% 3.34821%;
      margin-left: -1px; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec04 .list li a .tt {
        width: 56vw;
        padding: 2.66667vw 0 3.6vw 2.66667vw;
        margin-left: -0.13333vw; } }
    html.SP #ms_contents #sec04 .list li a .tt {
      width: 56vw;
      padding: 2.66667vw 0 3.6vw 2.66667vw;
      margin-left: -0.13333vw; }
    #ms_contents #sec04 .list li a .tt .lead {
      font-weight: bold; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .lead {
          font-size: 14px; } }
      html.PC #ms_contents #sec04 .list li a .tt .lead {
        font-size: 14px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .lead {
          font-size: 1.04478vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec04 .list li a .tt .lead {
          font-size: 1.04478vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .lead {
          font-size: 10.34328px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .lead {
          line-height: 2; } }
      html.PC #ms_contents #sec04 .list li a .tt .lead {
        line-height: 2; }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec04 .list li a .tt .lead {
          font-size: 3.2vw;
          line-height: 1.875; } }
      html.SP #ms_contents #sec04 .list li a .tt .lead {
        font-size: 3.2vw;
        line-height: 1.875; }
    #ms_contents #sec04 .list li a .tt .name {
      margin-top: 0.7em;
      font-weight: 500;
      color: #8d8c8c;
      line-height: 1.2; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .name {
          font-size: 14px; } }
      html.PC #ms_contents #sec04 .list li a .tt .name {
        font-size: 14px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .name {
          font-size: 1.04478vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec04 .list li a .tt .name {
          font-size: 1.04478vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec04 .list li a .tt .name {
          font-size: 10.34328px; } }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec04 .list li a .tt .name {
          font-size: 2.93333vw; } }
      html.SP #ms_contents #sec04 .list li a .tt .name {
        font-size: 2.93333vw; }
      #ms_contents #sec04 .list li a .tt .name span {
        margin-left: 1.2em; }
        @media screen and (min-width: 651px) {
          html:not(.SP) #ms_contents #sec04 .list li a .tt .name span {
            font-size: 12px; } }
        html.PC #ms_contents #sec04 .list li a .tt .name span {
          font-size: 12px; }
        @media screen and (min-width: 651px) and (max-width: 1340px) {
          html:not(.SP) #ms_contents #sec04 .list li a .tt .name span {
            font-size: 0.89552vw; } }
        @media screen and (min-width: 651px) and (max-width: 1340px) {
          html.PC #ms_contents #sec04 .list li a .tt .name span {
            font-size: 0.89552vw; } }
        @media screen and (min-width: 651px) and (max-width: 990px) {
          html:not(.SP) #ms_contents #sec04 .list li a .tt .name span {
            font-size: 8.86567px; } }
      #ms_contents #sec04 .list li a .tt .name + .name {
        margin-top: 0.4em; }
  #ms_contents #sec04 .list li a .bt {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec04 .list li a .bt {
        font-size: 12px; } }
    html.PC #ms_contents #sec04 .list li a .bt {
      font-size: 12px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #sec04 .list li a .bt {
        font-size: 0.89552vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #sec04 .list li a .bt {
        font-size: 0.89552vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #sec04 .list li a .bt {
        font-size: 8.86567px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #sec04 .list li a .bt {
        margin-bottom: 4.46429%; } }
    html.PC #ms_contents #sec04 .list li a .bt {
      margin-bottom: 4.46429%; }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #sec04 .list li a .bt {
        margin-bottom: 4vw;
        font-size: 2.93333vw; } }
    html.SP #ms_contents #sec04 .list li a .bt {
      margin-bottom: 4vw;
      font-size: 2.93333vw; }
    #ms_contents #sec04 .list li a .bt span {
      display: inline-block;
      margin-left: 0.5em;
      position: relative;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          width: 19px; } }
      html.PC #ms_contents #sec04 .list li a .bt span {
        width: 19px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          width: 1.41791vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec04 .list li a .bt span {
          width: 1.41791vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          width: 14.03731px; } }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          height: 9px; } }
      html.PC #ms_contents #sec04 .list li a .bt span {
        height: 9px; }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          height: 0.67164vw; } }
      @media screen and (min-width: 651px) and (max-width: 1340px) {
        html.PC #ms_contents #sec04 .list li a .bt span {
          height: 0.67164vw; } }
      @media screen and (min-width: 651px) and (max-width: 990px) {
        html:not(.SP) #ms_contents #sec04 .list li a .bt span {
          height: 6.64925px; } }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #sec04 .list li a .bt span {
          width: 3.33333vw;
          padding-top: 1.6vw; } }
      html.SP #ms_contents #sec04 .list li a .bt span {
        width: 3.33333vw;
        padding-top: 1.6vw; }
      #ms_contents #sec04 .list li a .bt span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: solid #000;
        -webkit-transform: skew(45deg);
            -ms-transform: skew(45deg);
                transform: skew(45deg);
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left; }
        @media screen and (min-width: 651px) {
          html:not(.SP) #ms_contents #sec04 .list li a .bt span:before {
            border-width: 0 1px 1px 0; } }
        html.PC #ms_contents #sec04 .list li a .bt span:before {
          border-width: 0 1px 1px 0; }
        @media screen and (max-width: 650px) {
          html:not(.PC) #ms_contents #sec04 .list li a .bt span:before {
            border-width: 0 0.26667vw 0.26667vw 0; } }
        html.SP #ms_contents #sec04 .list li a .bt span:before {
          border-width: 0 0.26667vw 0.26667vw 0; }
  #ms_contents #sec04 .list li a:hover .bt span {
    -webkit-transform: translateX(0.5em);
        -ms-transform: translateX(0.5em);
            transform: translateX(0.5em); }

#ms_contents #banner {
  position: fixed;
  z-index: 9999;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  opacity: 0; }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #banner {
      bottom: 23px; } }
  html.PC #ms_contents #banner {
    bottom: 23px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #banner {
      bottom: 1.71642vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #banner {
      bottom: 1.71642vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #banner {
      bottom: 16.99254px; } }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #banner {
      right: 40px; } }
  html.PC #ms_contents #banner {
    right: 40px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #banner {
      right: 2.98507vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #banner {
      right: 2.98507vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #banner {
      right: 29.55224px; } }
  @media screen and (min-width: 651px) {
    html:not(.SP) #ms_contents #banner {
      width: 510px; } }
  html.PC #ms_contents #banner {
    width: 510px; }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html:not(.SP) #ms_contents #banner {
      width: 38.0597vw; } }
  @media screen and (min-width: 651px) and (max-width: 1340px) {
    html.PC #ms_contents #banner {
      width: 38.0597vw; } }
  @media screen and (min-width: 651px) and (max-width: 990px) {
    html:not(.SP) #ms_contents #banner {
      width: 376.79104px; } }
  @media screen and (max-width: 650px) {
    html:not(.PC) #ms_contents #banner {
      bottom: 2vw;
      left: 7.33333vw;
      width: 85.33333vw; } }
  html.SP #ms_contents #banner {
    bottom: 2vw;
    left: 7.33333vw;
    width: 85.33333vw; }
  #ms_contents #banner.close {
    -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
            transform: translateY(150%);
    opacity: 0;
    pointer-events: none; }
  #ms_contents #banner .bt {
    margin: 0 0 0 auto;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #banner .bt {
        margin-bottom: 5px; } }
    html.PC #ms_contents #banner .bt {
      margin-bottom: 5px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #banner .bt {
        margin-bottom: 0.37313vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #banner .bt {
        margin-bottom: 0.37313vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #banner .bt {
        margin-bottom: 3.69403px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #banner .bt {
        width: 17px; } }
    html.PC #ms_contents #banner .bt {
      width: 17px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #banner .bt {
        width: 1.26866vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #banner .bt {
        width: 1.26866vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #banner .bt {
        width: 12.5597px; } }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #banner .bt {
        height: 17px; } }
    html.PC #ms_contents #banner .bt {
      height: 17px; }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html:not(.SP) #ms_contents #banner .bt {
        height: 1.26866vw; } }
    @media screen and (min-width: 651px) and (max-width: 1340px) {
      html.PC #ms_contents #banner .bt {
        height: 1.26866vw; } }
    @media screen and (min-width: 651px) and (max-width: 990px) {
      html:not(.SP) #ms_contents #banner .bt {
        height: 12.5597px; } }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #banner .bt {
        margin-bottom: 1.33333vw;
        width: 3.2vw;
        height: 3.2vw; } }
    html.SP #ms_contents #banner .bt {
      margin-bottom: 1.33333vw;
      width: 3.2vw;
      height: 3.2vw; }
    #ms_contents #banner .bt:before, #ms_contents #banner .bt:after {
      content: '';
      position: absolute;
      left: 0;
      width: 146%;
      height: 2px;
      background: #fff;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
      @media screen and (min-width: 651px) {
        html:not(.SP) #ms_contents #banner .bt:before, html:not(.SP) #ms_contents #banner .bt:after {
          -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
                  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6); } }
      html.PC #ms_contents #banner .bt:before, html.PC #ms_contents #banner .bt:after {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
                box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 650px) {
        html:not(.PC) #ms_contents #banner .bt:before, html:not(.PC) #ms_contents #banner .bt:after {
          -webkit-box-shadow: 0 0 0.4vw 0 rgba(0, 0, 0, 0.6);
                  box-shadow: 0 0 0.4vw 0 rgba(0, 0, 0, 0.6); } }
      html.SP #ms_contents #banner .bt:before, html.SP #ms_contents #banner .bt:after {
        -webkit-box-shadow: 0 0 0.4vw 0 rgba(0, 0, 0, 0.6);
                box-shadow: 0 0 0.4vw 0 rgba(0, 0, 0, 0.6); }
    #ms_contents #banner .bt:before {
      top: 0;
      -webkit-transform: translateY(-1px) rotate(45deg);
          -ms-transform: translateY(-1px) rotate(45deg);
              transform: translateY(-1px) rotate(45deg); }
    #ms_contents #banner .bt:after {
      bottom: 0;
      -webkit-transform: translateY(1px) rotate(-45deg);
          -ms-transform: translateY(1px) rotate(-45deg);
              transform: translateY(1px) rotate(-45deg); }
    #ms_contents #banner .bt:hover {
      opacity: 0.8; }
  #ms_contents #banner .ph {
    background: #fff; }
    @media screen and (min-width: 651px) {
      html:not(.SP) #ms_contents #banner .ph {
        -webkit-box-shadow: 10px 10px 50px 0 rgba(10, 57, 80, 0.1);
                box-shadow: 10px 10px 50px 0 rgba(10, 57, 80, 0.1); } }
    html.PC #ms_contents #banner .ph {
      -webkit-box-shadow: 10px 10px 50px 0 rgba(10, 57, 80, 0.1);
              box-shadow: 10px 10px 50px 0 rgba(10, 57, 80, 0.1); }
    @media screen and (max-width: 650px) {
      html:not(.PC) #ms_contents #banner .ph {
        -webkit-box-shadow: 1.33333vw 1.33333vw 6.66667vw 0 rgba(10, 57, 80, 0.1);
                box-shadow: 1.33333vw 1.33333vw 6.66667vw 0 rgba(10, 57, 80, 0.1); } }
    html.SP #ms_contents #banner .ph {
      -webkit-box-shadow: 1.33333vw 1.33333vw 6.66667vw 0 rgba(10, 57, 80, 0.1);
              box-shadow: 1.33333vw 1.33333vw 6.66667vw 0 rgba(10, 57, 80, 0.1); }

/*# sourceMappingURL=index.css.map */
