@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%; }

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem; }

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem; }

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

html, body {
  color: #222;
  font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #000; }
  html.fixed, body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem; }

dd, dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px; }

dt {
  font-weight: bold;
  letter-spacing: normal; }

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal; }

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

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%; }

hr {
  margin: 0px;
  padding: 0px; }

address {
  font-style: normal; }

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222; }

a img {
  border: none; }

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8; }
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem; }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; } }

#main {
  padding-top: 0; }

.msh_common-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  width: 29.86%;
  max-width: 430px;
  -webkit-filter: drop-shadow(5px 5px 15px rgba(226, 0, 14, 0.7));
  filter: drop-shadow(5px 5px 15px rgba(226, 0, 14, 0.7));
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  @media screen and (max-width: 812px) {
    .msh_common-btn {
      width: 100%;
      max-width: none;
      -webkit-filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(226, 0, 14, 0.7));
      filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(226, 0, 14, 0.7)); } }
  .msh_common-btn a {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.07em;
    border-radius: 40px;
    background: #EC010E;
    background: -webkit-gradient(linear, left bottom, left top, from(#ec010e), to(#890009));
    background: -webkit-linear-gradient(bottom, #ec010e 0%, #890009 100%);
    background: -o-linear-gradient(bottom, #ec010e 0%, #890009 100%);
    background: linear-gradient(0deg, #ec010e 0%, #890009 100%);
    font-family: 'M PLUS 1p', sans-serif;
    -webkit-transform: rotateZ(0.03deg);
    -ms-transform: rotate(0.03deg);
    transform: rotateZ(0.03deg);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    @media screen and (max-width: 812px) {
      .msh_common-btn a {
        font-size: 4vw;
        letter-spacing: normal;
        border-radius: 6vw; } }
    .msh_common-btn a > span {
      overflow: hidden;
      display: block;
      position: relative;
      padding: 31px 8px 29px;
      z-index: 1; }
      @media screen and (max-width: 812px) {
        .msh_common-btn a > span {
          padding: 4.13333vw 0.66667vw 3.86667vw; } }
    .msh_common-btn a:hover {
      -webkit-filter: brightness(1.3);
      filter: brightness(1.3); }
  .msh_common-btn._small {
    width: 230px; }
    @media screen and (max-width: 812px) {
      .msh_common-btn._small {
        width: 53.33333vw; } }
    .msh_common-btn._small a {
      font-size: 15px; }
      @media screen and (max-width: 812px) {
        .msh_common-btn._small a {
          font-size: 3.2vw; } }
      .msh_common-btn._small a > span {
        padding: 13px 8px 12px; }
        @media screen and (max-width: 812px) {
          .msh_common-btn._small a > span {
            padding: 3.4vw 0.66667vw 3.13333vw; } }

#article_msh {
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden; }
  #article_msh img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  #article_msh .inview-item {
    -webkit-transition: opacity .6s linear, -webkit-transform .45s linear;
    transition: opacity .6s linear, -webkit-transform .45s linear;
    -o-transition: transform .45s linear, opacity .6s linear;
    transition: transform .45s linear, opacity .6s linear;
    transition: transform .45s linear, opacity .6s linear, -webkit-transform .45s linear;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; }
  #article_msh .ttl-anim > img {
    -webkit-transform: rotateY(0deg) rotateX(100deg) rotateZ(-34deg) translateX(-100px) translateY(250px) translateZ(-120px);
    transform: rotateY(0deg) rotateX(100deg) rotateZ(-34deg) translateX(-100px) translateY(250px) translateZ(-120px); }
  #article_msh .subTtl-anim {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  #article_msh .loading {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    -webkit-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear; }
    #article_msh .loading.active {
      opacity: 0; }
  #article_msh .card_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-color: #000; }
    #article_msh .card_wrap.end {
      display: none; }
    #article_msh .card_wrap .will-change {
      will-change: transform, opacity; }
    #article_msh .card_wrap .active0 {
      opacity: 1;
      -webkit-animation: cardAnime0 0.30s linear forwards;
      animation: cardAnime0 0.30s linear forwards; }
    #article_msh .card_wrap .active {
      opacity: 1;
      -webkit-animation: cardAnime 0.2s linear forwards;
      animation: cardAnime 0.2s linear forwards; }

@-webkit-keyframes cardAnime0 {
  from {
    width: 64vw; }
  to {
    width: 55vw; } }

@keyframes cardAnime0 {
  from {
    width: 64vw; }
  to {
    width: 55vw; } }

@-webkit-keyframes cardAnime {
  from {
    width: 62vw; }
  to {
    width: 55vw; } }

@keyframes cardAnime {
  from {
    width: 62vw; }
  to {
    width: 55vw; } }
  #article_msh .card1 {
    position: absolute;
    top: calc(50% + -10%);
    left: 50%;
    width: 55vw;
    min-width: 300px;
    /* Safari 安定表示用 */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #article_msh .card1 > span {
      display: block; }
      #article_msh .card1 > span > picture {
        display: block; }
        #article_msh .card1 > span > picture > img {
          display: inline-block; }
  #article_msh .card_wrap div:nth-child(5),
  #article_msh .card_wrap div:nth-child(10),
  #article_msh .card_wrap div:nth-child(15),
  #article_msh .card_wrap div:nth-child(17),
  #article_msh .card_wrap div:nth-child(20) {
    top: calc(50% + 10%);
    left: calc(50% - 30%); }
  #article_msh .card_wrap div:nth-child(2),
  #article_msh .card_wrap div:nth-child(6),
  #article_msh .card_wrap div:nth-child(13),
  #article_msh .card_wrap div:nth-child(16),
  #article_msh .card_wrap div:nth-child(18),
  #article_msh .card_wrap div:nth-child(22) {
    top: calc(50% + -5%);
    left: 70%; }
  #article_msh .card_wrap div:nth-child(3),
  #article_msh .card_wrap div:nth-child(7),
  #article_msh .card_wrap div:nth-child(11),
  #article_msh .card_wrap div:nth-child(19),
  #article_msh .card_wrap div:nth-child(21),
  #article_msh .card_wrap div:nth-child(24) {
    top: calc(50% + -10%);
    left: calc(50% - 10%); }
  #article_msh .card_wrap div:nth-child(4),
  #article_msh .card_wrap div:nth-child(8),
  #article_msh .card_wrap div:nth-child(9),
  #article_msh .card_wrap div:nth-child(12),
  #article_msh .card_wrap div:nth-child(14),
  #article_msh .card_wrap div:nth-child(23) {
    top: calc(50% + 20%);
    left: 80%; }
  #article_msh .card_pt1 img {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%; }
  #article_msh .card_pt2 img {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    transform-origin: 50% 40%; }
  #article_msh .card_pt3 img {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transform-origin: 40% 50%;
    -ms-transform-origin: 40% 50%;
    transform-origin: 40% 50%; }
  #article_msh .card_pt4 img {
    -webkit-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg);
    -webkit-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    transform-origin: 50% 40%; }
  #article_msh .card_pt5 img {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    transform-origin: 50% 40%; }
  #article_msh #msh-anim-overlay {
    width: 100%;
    height: 200%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    #article_msh #msh-anim-overlay.end {
      display: none; }
  #article_msh #mv_logo {
    width: 150vw;
    opacity: 0; }
    #article_msh #mv_logo.active {
      opacity: 1; }
      #article_msh #mv_logo.active > img {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    #article_msh #mv_logo > img {
      width: 100%;
      -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
      transform: rotate(330deg); }
  #article_msh .msh_mv {
    height: 100vh;
    background-color: #000;
    position: relative; }
    @media screen and (max-width: 812px) {
      #article_msh .msh_mv {
        min-height: 145.73333vw;
        max-height: 173.33333vw; } }
    #article_msh .msh_mv-bg {
      width: 100%;
      max-width: 1980px;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 812px) {
        #article_msh .msh_mv-bg {
          max-width: none; } }
      #article_msh .msh_mv-bg-img {
        width: calc(1193 / 1680 * 100%);
        height: calc(1000 / 1056 * 100%);
        margin: 0 0 0 auto;
        background-image: url("../image/mv_pc.jpg");
        background-position: center 30%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_mv-bg-img {
            width: 100vw;
            height: 84.13333vw;
            background-image: url("../image/mv_sp.jpg");
            background-position: center top; } }
        #article_msh .msh_mv-bg-img::before {
          content: "";
          display: block;
          width: calc(209 / 1193 * 100%);
          height: 100%;
          position: absolute;
          top: 0;
          left: -1px;
          background: -webkit-gradient(linear, left top, right top, from(#0b0306), color-stop(75%, rgba(11, 3, 6, 0)));
          background: -webkit-linear-gradient(left, #0b0306 0%, rgba(11, 3, 6, 0) 75%);
          background: -o-linear-gradient(left, #0b0306 0%, rgba(11, 3, 6, 0) 75%);
          background: linear-gradient(90deg, #0b0306 0%, rgba(11, 3, 6, 0) 75%); }
          @media screen and (max-width: 812px) {
            #article_msh .msh_mv-bg-img::before {
              width: 100%;
              height: 13.33333vw;
              top: auto;
              bottom: 0;
              left: 0;
              background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0)), to(black));
              background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 5%, black 100%);
              background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 5%, black 100%);
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, black 100%); } }
      #article_msh .msh_mv-bg-credit {
        width: 120px;
        position: absolute;
        bottom: calc(165 / 1058 * 100%);
        right: 0; }
      #article_msh .msh_mv-bg-frame {
        width: 100%;
        position: absolute;
        left: 0; }
        #article_msh .msh_mv-bg-frame.frame-top {
          top: 0;
          height: calc(66 / 1058 * 100%);
          min-height: 66px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_mv-bg-frame.frame-top {
              height: 9.6vw;
              min-height: 9.6vw; } }
          #article_msh .msh_mv-bg-frame.frame-top > span {
            height: 100%;
            position: relative; }
            #article_msh .msh_mv-bg-frame.frame-top > span:before {
              background: -webkit-linear-gradient(277deg, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              background: -o-linear-gradient(277deg, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              background: linear-gradient(173deg, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%); }
        #article_msh .msh_mv-bg-frame.frame-bottom {
          bottom: -41px;
          height: calc(207 / 1058 * 100%);
          min-height: 207px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_mv-bg-frame.frame-bottom {
              bottom: 0;
              height: 12.26667vw;
              min-height: 12.26667vw; } }
          #article_msh .msh_mv-bg-frame.frame-bottom > span {
            height: 100%;
            position: relative; }
            #article_msh .msh_mv-bg-frame.frame-bottom > span:before {
              background: -webkit-gradient(linear, left top, left bottom, from(#8d0007), color-stop(75%, #ec010e), to(#ec010e));
              background: -webkit-linear-gradient(top, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              background: -o-linear-gradient(top, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              background: linear-gradient(180deg, #8d0007 0%, #ec010e 75%, #ec010e 100%);
              -webkit-clip-path: polygon(0% calc(100% - 41px), 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% calc(100% - 41px), 100% 0%, 100% 100%, 0% 100%); }
              @media screen and (max-width: 812px) {
                #article_msh .msh_mv-bg-frame.frame-bottom > span:before {
                  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
                  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%); } }
        #article_msh .msh_mv-bg-frame > span {
          display: block;
          width: 100%;
          min-width: 1680px;
          -webkit-filter: drop-shadow(5px 5px 15px rgba(136, 0, 8, 0.7));
          filter: drop-shadow(5px 5px 15px rgba(136, 0, 8, 0.7));
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 1; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_mv-bg-frame > span {
              min-width: 100%;
              -webkit-filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(136, 0, 8, 0.7));
              filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(136, 0, 8, 0.7)); } }
          #article_msh .msh_mv-bg-frame > span::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%; }
    #article_msh .msh_mv-inner {
      width: 100%;
      max-width: 1980px;
      margin: 0 auto;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_mv-inner {
          max-width: none; } }
    #article_msh .msh_mv-logo {
      width: calc(481 / 1680 * 100%);
      position: absolute;
      top: calc(50% + 7px);
      left: 50%;
      z-index: 2; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_mv-logo {
          width: 57.73333vw;
          top: 50%; } }
      #article_msh .msh_mv-logo.active {
        width: calc(481 / 1680 * 100%) !important;
        position: absolute !important;
        top: calc(50% + 7px) !important;
        z-index: 2 !important;
        left: calc(50 / 1680 * 100%) !important;
        -webkit-transform: translateX(0%) translateY(-50%) !important;
        -ms-transform: translateX(0%) translateY(-50%) !important;
        transform: translateX(0%) translateY(-50%) !important; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_mv-logo.active {
            width: 57.73333vw !important;
            top: 78.66667vw !important;
            left: 50% !important;
            -webkit-transform: translateX(-50%) translateY(0%) !important;
            -ms-transform: translateX(-50%) translateY(0%) !important;
            transform: translateX(-50%) translateY(0%) !important; } }
  #article_msh .msh_about {
    position: relative;
    margin-top: -52px; }
    @media screen and (max-width: 812px) {
      #article_msh .msh_about {
        margin-top: -3.2vw; } }
    #article_msh .msh_about-bg {
      width: 100%;
      min-width: 1680px;
      max-width: 1980px;
      height: 954px;
      margin: 0 auto;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) skewY(-3.5deg);
      -ms-transform: translateX(-50%) skewY(-3.5deg);
      transform: translateX(-50%) skewY(-3.5deg); }
      @media screen and (max-width: 812px) {
        #article_msh .msh_about-bg {
          min-width: 100%;
          max-width: none;
          height: 142vw; } }
      #article_msh .msh_about-bg::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 62.67%;
        background-image: url("../image/about-bg-01_pc.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) skewY(3.5deg);
        -ms-transform: translateY(-50%) skewY(3.5deg);
        transform: translateY(-50%) skewY(3.5deg); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-bg::before {
            padding-top: 0;
            height: 167.73333vw;
            background-image: url("../image/about-bg-01_sp.jpg");
            background-position: center bottom;
            top: auto;
            bottom: -3.2vw;
            -webkit-transform: translateY(0%) skewY(3.5deg);
            -ms-transform: translateY(0%) skewY(3.5deg);
            transform: translateY(0%) skewY(3.5deg); } }
    #article_msh .msh_about-inner {
      padding: 92px 0 119px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_about-inner {
          padding: 13.6vw 0 13.33333vw; } }
    #article_msh .msh_about-cont {
      width: 767px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_about-cont {
          width: 92vw; } }
      #article_msh .msh_about-cont::before {
        content: "";
        display: block;
        width: 100%;
        height: 793px;
        background-image: url("../image/about-bg-02_pc.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-filter: drop-shadow(5px 5px 15px rgba(136, 0, 8, 0.7));
        filter: drop-shadow(5px 5px 15px rgba(136, 0, 8, 0.7)); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont::before {
            height: 115.06667vw;
            background-image: url("../image/about-bg-02_sp.png");
            -webkit-filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(136, 0, 8, 0.7));
            filter: drop-shadow(0.66667vw 0.66667vw 2vw rgba(136, 0, 8, 0.7)); } }
      #article_msh .msh_about-cont-inner {
        width: 100%;
        position: absolute;
        top: 0;
        padding-top: 38px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont-inner {
            padding-top: 5.06667vw; } }
      #article_msh .msh_about-cont-ttl {
        width: 689px;
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont-ttl {
            width: 100%; } }
      #article_msh .msh_about-cont-txt {
        font-size: 24px;
        font-weight: 900;
        line-height: 2;
        text-align: center;
        color: #dddddd;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        margin-top: 36px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont-txt {
            font-size: 4vw;
            line-height: 1.8;
            text-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.8);
            margin-top: 4.13333vw; } }
      #article_msh .msh_about-cont-date-wrap {
        margin-top: 39px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont-date-wrap {
            margin-top: 4.26667vw; } }
      #article_msh .msh_about-cont-date {
        width: 600px;
        margin: 0 auto;
        padding: 22px 0 31px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_about-cont-date {
            width: 80vw;
            padding: 3.6vw 0 4vw; } }
        #article_msh .msh_about-cont-date::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          -webkit-clip-path: polygon(0% 50px, 50px 0%, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0% 100%);
          clip-path: polygon(0% 50px, 50px 0%, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0% 100%); }
          @media screen and (max-width: 812px) {
            #article_msh .msh_about-cont-date::before {
              -webkit-clip-path: polygon(0% 6.66667vw, 6.66667vw 0%, 100% 0%, 100% calc(100% - 6.66667vw), calc(100% - 6.66667vw) 100%, 0% 100%);
              clip-path: polygon(0% 6.66667vw, 6.66667vw 0%, 100% 0%, 100% calc(100% - 6.66667vw), calc(100% - 6.66667vw) 100%, 0% 100%); } }
        #article_msh .msh_about-cont-date-ttl {
          font-size: 38px;
          font-weight: 900;
          line-height: 1;
          text-align: center;
          background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #edc71c), color-stop(21%, #d6ad28), color-stop(71%, #ffe363));
          background: -webkit-linear-gradient(bottom, #edc71c 15%, #d6ad28 21%, #ffe363 71%);
          background: -o-linear-gradient(bottom, #edc71c 15%, #d6ad28 21%, #ffe363 71%);
          background: linear-gradient(0deg, #edc71c 15%, #d6ad28 21%, #ffe363 71%);
          color: transparent;
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
          margin-bottom: 15px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_about-cont-date-ttl {
              font-size: 5.86667vw;
              margin-bottom: 2.26667vw; } }
        #article_msh .msh_about-cont-date > div {
          width: 349px;
          margin: 0 auto; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_about-cont-date > div {
              width: 56.93333vw; } }
        #article_msh .msh_about-cont-date-txt {
          width: 389px;
          margin: -4px auto 0; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_about-cont-date-txt {
              width: 63.6vw;
              margin: -0.4vw auto 0; } }
  #article_msh .msh_store {
    position: relative; }
    #article_msh .msh_store-inner {
      padding: 60px 0 150px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_store-inner {
          padding: 13.86667vw 0 20vw; } }
    #article_msh .msh_store-ttl {
      position: relative;
      z-index: 1; }
      #article_msh .msh_store-ttl .ttl-en {
        display: block;
        width: 283px;
        margin: 0 auto;
        line-height: 1;
        -webkit-filter: drop-shadow(0 0 20px rgba(0, 86, 216, 0.7));
        filter: drop-shadow(0 0 20px rgba(0, 86, 216, 0.7)); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_store-ttl .ttl-en {
            width: 40vw;
            -webkit-filter: drop-shadow(0 0 2.66667vw rgba(0, 86, 216, 0.7));
            filter: drop-shadow(0 0 2.66667vw rgba(0, 86, 216, 0.7)); } }
      #article_msh .msh_store-ttl .ttl-jp {
        display: block;
        margin-top: 14px;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        color: #ddd;
        text-shadow: 0 0 20px rgba(0, 86, 216, 0.6), 0 0 20px rgba(0, 86, 216, 0.6); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_store-ttl .ttl-jp {
            margin-top: 2.13333vw;
            font-size: 4vw;
            text-shadow: 0 0 2.66667vw rgba(0, 86, 216, 0.6), 0 0 2.66667vw rgba(0, 86, 216, 0.6); } }
    #article_msh .msh_store-list {
      width: 100%;
      max-width: 1440px;
      margin: 97px auto 0;
      padding: 0 calc(20 / 1440 * 100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_store-list {
          width: 66.66667vw;
          max-width: none;
          margin: 11.73333vw auto 0;
          padding: 0;
          display: block; } }
      #article_msh .msh_store-list-btn {
        margin-right: calc(55 / 1400 * 100%); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_store-list-btn {
            margin-right: 0;
            margin-bottom: 4vw; } }
        #article_msh .msh_store-list-btn:last-of-type {
          margin-right: 0; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_store-list-btn:last-of-type {
              margin-bottom: 0; } }
  #article_msh .msh_gallery {
    position: relative;
    z-index: 1; }
    #article_msh .msh_gallery::before, #article_msh .msh_gallery::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: skewY(-3.5deg);
      -ms-transform: skewY(-3.5deg);
      transform: skewY(-3.5deg);
      z-index: -1; }
    #article_msh .msh_gallery::before {
      background-color: #170800; }
    #article_msh .msh_gallery::after {
      background: -webkit-radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      background: -o-radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      background: radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      opacity: 0.5; }
    #article_msh .msh_gallery-inner {
      width: 100%;
      padding: 137px 0 117px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_gallery-inner {
          padding: 13.86667vw 0 20vw; } }
    #article_msh .msh_gallery-ttl .ttl-en {
      display: block;
      width: 389px;
      margin: 0 auto;
      line-height: 1;
      -webkit-filter: drop-shadow(0 0 20px rgba(191, 148, 0, 0.7));
      filter: drop-shadow(0 0 20px rgba(191, 148, 0, 0.7)); }
      @media screen and (max-width: 812px) {
        #article_msh .msh_gallery-ttl .ttl-en {
          width: 55.256vw;
          -webkit-filter: drop-shadow(0 0 2.66667vw rgba(191, 148, 0, 0.7));
          filter: drop-shadow(0 0 2.66667vw rgba(191, 148, 0, 0.7)); } }
    #article_msh .msh_gallery-ttl .ttl-jp {
      display: block;
      margin-top: 14px;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      color: #ddd;
      text-shadow: 0 0 20px rgba(191, 148, 0, 0.6), 0 0 20px rgba(191, 148, 0, 0.6); }
      @media screen and (max-width: 812px) {
        #article_msh .msh_gallery-ttl .ttl-jp {
          margin-top: 2.13333vw;
          font-size: 4vw;
          text-shadow: 0 0 2.66667vw rgba(191, 148, 0, 0.6), 0 0 2.66667vw rgba(191, 148, 0, 0.6); } }
    #article_msh .msh_gallery-block {
      margin-top: 83px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_gallery-block {
          margin-top: 10vw; } }
      #article_msh .msh_gallery-block.gallery-02 {
        margin-top: 90px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_gallery-block.gallery-02 {
            margin-top: 10.66667vw; } }
      #article_msh .msh_gallery-block-ttl {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.66;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_gallery-block-ttl {
            font-size: 4.93333vw;
            text-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.8); } }
    #article_msh .msh_gallery-box {
      width: calc(1515 / 1680 * 100%);
      max-width: 1515px;
      margin: 37px auto 0; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_gallery-box {
          width: 86.66667vw;
          max-width: none;
          margin: 8vw auto 0; } }
      #article_msh .msh_gallery-box-line {
        width: 100%;
        padding: 80px 0 0;
        margin-top: -40px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_gallery-box-line {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 4vw 0 0;
            margin-top: -4vw;
            margin-bottom: 0.93333vw; } }
        #article_msh .msh_gallery-box-line:first-of-type {
          margin-top: 0; }
        #article_msh .msh_gallery-box-line .msh_gallery-item {
          width: calc(303 / 1515 * 100%);
          padding: 0 calc(21.5 / 1515 * 100%);
          -webkit-transition: opacity .6s linear, -webkit-transform .45s linear;
          transition: opacity .6s linear, -webkit-transform .45s linear;
          -o-transition: transform .45s linear, opacity .6s linear;
          transition: transform .45s linear, opacity .6s linear;
          transition: transform .45s linear, opacity .6s linear, -webkit-transform .45s linear;
          -webkit-transform: translateY(5px) rotateY(-90deg);
          transform: translateY(5px) rotateY(-90deg);
          opacity: 0;
          position: relative; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_gallery-box-line .msh_gallery-item {
              width: 40.26667vw;
              padding: 0;
              margin-bottom: 6.66667vw;
              -webkit-transform: translateY(0.66667vw) rotateY(-90deg);
              transform: translateY(0.66667vw) rotateY(-90deg); } }
          @media screen and (max-width: 812px) {
            #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(even) {
              margin-top: -4vw; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(2) {
            position: absolute;
            top: 60px;
            left: calc((303 * 1) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(2) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(3) {
            position: absolute;
            top: 40px;
            left: calc((303 * 2) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(3) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(4) {
            position: absolute;
            top: 20px;
            left: calc((303 * 3) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(4) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(5) {
            position: absolute;
            top: 0;
            left: calc((303 * 4) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(5) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(6) {
            margin-top: 42px; }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(6) {
                margin-top: -4vw; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(7) {
            position: absolute;
            bottom: 20px;
            left: calc((303 * 1) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(7) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(8) {
            position: absolute;
            bottom: 40px;
            left: calc((303 * 2) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(8) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(9) {
            position: absolute;
            bottom: 60px;
            left: calc((303 * 3) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(9) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(10) {
            position: absolute;
            bottom: 80px;
            left: calc((303 * 4) / 1515 * 100%); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item:nth-of-type(10) {
                position: static; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item.comming-soon > span {
            width: 100%;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.75;
            text-align: center;
            color: #ddd;
            position: absolute;
            bottom: -35px;
            left: 0; }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item.comming-soon > span {
                font-size: 2.66667vw;
                top: 57.06667vw;
                bottom: auto; } }
          #article_msh .msh_gallery-box-line .msh_gallery-item figure {
            display: block;
            width: 100%;
            border: 1px solid #676767;
            border-radius: 11px;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item figure {
                border-radius: 2.06667vw;
                -webkit-box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35);
                box-shadow: 0 0 2vw rgba(255, 202, 101, 0.35); } }
          #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-wrap {
            -webkit-perspective: 800px;
            perspective: 800px; }
          #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip {
            width: 100%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            -o-transition: transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
            position: relative; }
            #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip.flipped {
              -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
            #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip > figure {
              display: block;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              width: 100%; }
            #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-back {
              -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
              position: absolute;
              top: 0;
              left: 0; }
          #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 87.5%;
            left: 50%;
            margin-left: -30px;
            cursor: pointer; }
            @media screen and (max-width: 812px) {
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn {
                width: 10.66667vw;
                height: 10.66667vw;
                top: 49.06667vw;
                margin-left: -5.33333vw; } }
            #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div {
              background: #000;
              border-radius: 50%;
              border: 2px solid #fff;
              -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.35);
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              overflow: hidden;
              position: relative;
              z-index: 1; }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div:hover::before, #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div:hover::after {
                -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                -o-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
                -webkit-transform: translateX(-10%) skewX(-8deg);
                -ms-transform: translateX(-10%) skewX(-8deg);
                transform: translateX(-10%) skewX(-8deg);
                opacity: 1; }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div:hover::after {
                -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99); }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div::before, #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div::after {
                content: ' ';
                display: inline-block;
                position: absolute;
                width: 120%;
                height: 80px;
                top: -2px;
                left: 0;
                background: -webkit-linear-gradient(315deg, #f37e0a 0%, #d82d0f 100%);
                background: -o-linear-gradient(315deg, #f37e0a 0%, #d82d0f 100%);
                background: linear-gradient(135deg, #f37e0a 0%, #d82d0f 100%);
                z-index: 0;
                opacity: 0; }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div::before {
                -webkit-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -webkit-transform: translateX(100%) skewX(-8deg);
                -ms-transform: translateX(100%) skewX(-8deg);
                transform: translateX(100%) skewX(-8deg); }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div::after {
                -webkit-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -o-transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
                -webkit-transform: translateX(-100%) skewX(-8deg);
                -ms-transform: translateX(-100%) skewX(-8deg);
                transform: translateX(-100%) skewX(-8deg); }
              #article_msh .msh_gallery-box-line .msh_gallery-item .msh_flip-btn > div > img {
                position: relative;
                z-index: 1; }
  #article_msh .msh_prd {
    position: relative;
    z-index: 1; }
    #article_msh .msh_prd-inner {
      width: calc(1400 / 1680 * 100%);
      min-width: 1000px;
      max-width: 1400px;
      margin: 0 auto;
      padding: 147px 0 110px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_prd-inner {
          width: 100%;
          min-width: 100%;
          max-width: none;
          padding: 13.86667vw 0 20vw; } }
    #article_msh .msh_prd-ttl {
      margin-bottom: 80px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_prd-ttl {
          margin-bottom: 10vw; } }
      #article_msh .msh_prd-ttl .ttl-en {
        display: block;
        width: 487px;
        margin: 0 auto;
        line-height: 1;
        -webkit-filter: drop-shadow(0 0 20px rgba(191, 0, 0, 0.7));
        filter: drop-shadow(0 0 20px rgba(191, 0, 0, 0.7)); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-ttl .ttl-en {
            width: 55.256vw;
            -webkit-filter: drop-shadow(0 0 2.66667vw rgba(191, 0, 0, 0.7));
            filter: drop-shadow(0 0 2.66667vw rgba(191, 0, 0, 0.7)); } }
      #article_msh .msh_prd-ttl .ttl-jp {
        display: block;
        margin-top: 14px;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        color: #ddd;
        text-shadow: 0 0 20px rgba(191, 0, 0, 0.6), 0 0 20px rgba(191, 0, 0, 0.6); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-ttl .ttl-jp {
            margin-top: 2.13333vw;
            font-size: 4vw;
            text-shadow: 0 0 2.66667vw rgba(191, 0, 0, 0.6), 0 0 2.66667vw rgba(191, 0, 0, 0.6); } }
    #article_msh .msh_prd-block {
      margin-bottom: 120px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_prd-block {
          margin-bottom: 20.26667vw; } }
      #article_msh .msh_prd-block dt {
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-style: italic;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #fff;
        letter-spacing: 0.06em;
        margin-bottom: 42px;
        text-shadow: 0 0 20px rgba(191, 0, 0, 0.6), 0 0 20px rgba(191, 0, 0, 0.6); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block dt {
            font-size: 2.93333vw;
            margin-bottom: 7.73333vw;
            text-shadow: 0 0 2.66667vw rgba(191, 0, 0, 0.6), 0 0 2.66667vw rgba(191, 0, 0, 0.6); } }
        #article_msh .msh_prd-block dt > span {
          display: block;
          font-size: 42px;
          font-weight: 900;
          line-height: 1.07;
          letter-spacing: 0.05em;
          margin-bottom: 11px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block dt > span {
              font-size: 6.4vw;
              margin-bottom: 2.13333vw; } }
      #article_msh .msh_prd-block dd > p {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.75;
        color: #ddd;
        text-align: center; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block dd > p {
            font-size: 3.46667vw;
            line-height: 1.85;
            letter-spacing: -0.05em; } }
      #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-wrap {
        margin-top: 30px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-wrap {
            margin-top: 6.8vw; } }
      #article_msh .msh_prd-block.prd-01 .msh_prd-block-box {
        width: calc(730 / 1400 * 100%);
        max-width: 730px;
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-01 .msh_prd-block-box {
            width: 86.66667vw;
            max-width: none; } }
      #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-prd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-prd {
            display: block;
            position: relative; } }
      #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-btn {
        margin-top: 16px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-01 .msh_prd-block-box-btn {
            margin-top: 6.66667vw; } }
      #article_msh .msh_prd-block.prd-02 {
        width: calc(1255 / 1400 * 100%);
        min-width: 1000px;
        max-width: 1255px;
        margin: 0 auto 104px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-02 {
            width: 100%;
            min-width: 100%;
            max-width: none;
            margin: 0 auto 20.26667vw; } }
        #article_msh .msh_prd-block.prd-02 .msh_prd-block-box {
          width: calc(265 / 1255 * 100%);
          min-width: 230px;
          max-width: 265px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block.prd-02 .msh_prd-block-box {
              width: 60vw;
              min-width: auto;
              max-width: none;
              margin: 18.53333vw auto 0; } }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block.prd-02 .msh_prd-block-box:first-of-type {
              margin: 0 auto; } }
      #article_msh .msh_prd-block.prd-03, #article_msh .msh_prd-block.prd-04 {
        width: calc(686 / 1400 * 100%);
        max-width: 686px;
        margin-bottom: 112px;
        margin-right: calc(14 / 1400 * 100%); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-03, #article_msh .msh_prd-block.prd-04 {
            width: 100%;
            max-width: none;
            margin-bottom: 20.26667vw;
            margin-right: 0; } }
        #article_msh .msh_prd-block.prd-03 .msh_prd-block-box-wrap, #article_msh .msh_prd-block.prd-04 .msh_prd-block-box-wrap {
          margin-top: 32px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block.prd-03 .msh_prd-block-box-wrap, #article_msh .msh_prd-block.prd-04 .msh_prd-block-box-wrap {
              margin-top: 6.8vw; } }
        #article_msh .msh_prd-block.prd-03 .msh_prd-block-box-btn, #article_msh .msh_prd-block.prd-04 .msh_prd-block-box-btn {
          margin-top: 17px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block.prd-03 .msh_prd-block-box-btn, #article_msh .msh_prd-block.prd-04 .msh_prd-block-box-btn {
              margin-top: 6.66667vw; } }
      #article_msh .msh_prd-block.prd-03 .msh_prd-block-box {
        width: calc(588 / 686 * 100%);
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-03 .msh_prd-block-box {
            width: 86.66667vw; } }
      #article_msh .msh_prd-block.prd-04 .msh_prd-block-box {
        width: calc(380 / 686 * 100%);
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-04 .msh_prd-block-box {
            width: 86.66667vw; } }
      #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-wrap {
        margin-top: 20px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-wrap {
            margin-top: 6.8vw; } }
      #article_msh .msh_prd-block.prd-05 .msh_prd-block-box {
        width: calc(725 / 1400 * 100%);
        max-width: 725px;
        margin: 0 auto; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-05 .msh_prd-block-box {
            width: 73.33333vw;
            max-width: none; } }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-05 .msh_prd-block-box:last-of-type {
            margin: 18.53333vw auto 0; } }
      #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-prd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-prd {
            display: block;
            position: relative; } }
      #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-btn {
        width: 50%;
        margin-top: 25px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block.prd-05 .msh_prd-block-box-btn {
            width: 100%;
            margin-top: 6.66667vw; } }
      #article_msh .msh_prd-block-l-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block-l-wrap {
            display: block; } }
      #article_msh .msh_prd-block-box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 42px; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-block-box-wrap {
            display: block;
            margin-top: 6.8vw; } }
      #article_msh .msh_prd-block-box {
        width: 100%; }
        #article_msh .msh_prd-block-box-prd .item-prd {
          width: 100%;
          -webkit-filter: drop-shadow(0px 0px 30px rgba(191, 9, 0, 0.4));
          filter: drop-shadow(0px 0px 30px rgba(191, 9, 0, 0.4)); }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block-box-prd .item-prd {
              -webkit-filter: drop-shadow(0px 0px 4vw rgba(191, 9, 0, 0.4));
              filter: drop-shadow(0px 0px 4vw rgba(191, 9, 0, 0.4)); } }
        #article_msh .msh_prd-block-box-txt {
          font-size: 15px;
          line-height: 2;
          color: #ddd;
          text-align: center; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block-box-txt {
              font-size: 3.46667vw;
              line-height: 1.85;
              letter-spacing: -0.05em; } }
        #article_msh .msh_prd-block-box-btn {
          margin-top: 22px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-block-box-btn {
              margin-top: 6.66667vw; } }
          #article_msh .msh_prd-block-box-btn li {
            display: block;
            margin: 0 auto 10px; }
            @media screen and (max-width: 812px) {
              #article_msh .msh_prd-block-box-btn li {
                margin: 0 auto 3.86667vw; } }
            #article_msh .msh_prd-block-box-btn li:last-of-type {
              margin-bottom: 0; }
    #article_msh .msh_prd-btn {
      display: block;
      margin: 120px auto 0; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_prd-btn {
          margin: 20vw auto 0; } }
      #article_msh .msh_prd-btn a {
        display: block;
        width: 520px;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 900;
        color: #e4010f;
        border: 2px solid #e4010f;
        border-radius: 44px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
        @media screen and (max-width: 812px) {
          #article_msh .msh_prd-btn a {
            width: 86.66667vw;
            font-size: 4.66667vw;
            border: 0.26667vw solid #e4010f;
            border-radius: 11.73333vw; } }
        #article_msh .msh_prd-btn a > span {
          width: 100%;
          display: inline-block;
          padding: 25px 10px 27px;
          text-align: center; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_prd-btn a > span {
              padding: 4.66667vw 1.33333vw 4.93333vw; } }
        #article_msh .msh_prd-btn a:hover {
          color: #fff;
          background-color: #e4010f;
          -webkit-filter: drop-shadow(5px 5px 15px rgba(226, 0, 14, 0.7));
          filter: drop-shadow(5px 5px 15px rgba(226, 0, 14, 0.7)); }
  #article_msh .msh_banner {
    position: relative;
    z-index: 1; }
    #article_msh .msh_banner::before {
      content: "";
      display: block;
      width: 100%;
      height: 130%;
      background-color: #170800;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: skewY(-3.5deg);
      -ms-transform: skewY(-3.5deg);
      transform: skewY(-3.5deg);
      z-index: -1; }
    #article_msh .msh_banner::after {
      content: "";
      display: block;
      width: 100%;
      height: 130%;
      background: -webkit-radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      background: -o-radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      background: radial-gradient(circle, #970000 0%, rgba(151, 0, 0, 0) 100%);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transform: skewY(-3.5deg);
      -ms-transform: skewY(-3.5deg);
      transform: skewY(-3.5deg);
      z-index: -1;
      opacity: 0.5; }
    #article_msh .msh_banner-inner {
      width: calc(1400 / 1680 * 100%);
      max-width: 1400px;
      margin: 0 auto;
      padding: 124px 0 104px; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_banner-inner {
          width: 100%;
          max-width: none;
          padding: 13.86667vw 0 20vw; } }
    #article_msh .msh_banner-list {
      width: 100%;
      max-width: 1178px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_banner-list {
          width: 86.66667vw;
          max-width: none;
          display: block; } }
      #article_msh .msh_banner-list li {
        width: calc(520 / 1178 * 100%); }
        @media screen and (max-width: 812px) {
          #article_msh .msh_banner-list li {
            width: 100%;
            margin-bottom: 12vw; } }
        @media screen and (max-width: 812px) {
          #article_msh .msh_banner-list li:last-of-type {
            margin-bottom: 0; } }
        #article_msh .msh_banner-list li > a {
          display: block;
          border: 1px solid #000;
          -webkit-box-shadow: 0 0 15px black;
          box-shadow: 0 0 15px black;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_banner-list li > a {
              -webkit-box-shadow: 0 0 2vw black;
              box-shadow: 0 0 2vw black; } }
          #article_msh .msh_banner-list li > a:hover {
            -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }
        #article_msh .msh_banner-list li > p {
          font-size: 18px;
          font-weight: 700;
          line-height: 1.55;
          text-align: center;
          color: #ddd;
          margin-top: 12px; }
          @media screen and (max-width: 812px) {
            #article_msh .msh_banner-list li > p {
              font-size: 3.2vw;
              margin-top: 2vw; } }
  #article_msh .msh_copy {
    position: relative;
    z-index: 1;
    padding-bottom: 18px;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 812px) {
      #article_msh .msh_copy {
        padding-bottom: 5.33333vw; } }
    #article_msh .msh_copy > span {
      display: inline-block;
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 13px;
      color: #ccc; }
      @media screen and (max-width: 812px) {
        #article_msh .msh_copy > span {
          font-size: 2.8vw; } }
