@charset "UTF-8";
/*! common/css/common.css */
a {
  word-break: break-all; }

.end-notice-nav-bg {
  display: none; }

@media only screen and (max-width: 768px) {
  .end-notice-nav-bg {
    display: block;
    margin: 0 auto;
    padding-top: 19.5%;
    background: #fbb509; } }

.end-notice {
  margin: 0 auto;
  padding: 20px 10px;
  background: #fd6700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.end-notice img {
  width: 82.58%;
  max-width: 867px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .end-notice {
    padding: 3% 0; }
  .end-notice img {
    width: 98%;
    max-width: 735px; } }

.btn {
  max-width: 434px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  @media only screen and (max-width: 768px) {
    .btn {
      max-width: 700px;
      border-radius: 2.67vw;
      -webkit-box-shadow: 0px 1.07vw 0px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 1.07vw 0px 0px rgba(0, 0, 0, 0.2); } }
  .btn a {
    display: block;
    text-decoration: none;
    position: relative; }
    .btn a:before {
      content: '';
      width: 2.54%;
      padding: 2.5% 0;
      background: url(/scarlet/common/img/btn_arrow_horizontal.svg) center center/100% auto no-repeat;
      position: absolute;
      top: 50%;
      right: 1%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: right .2s;
      transition: right .2s;
      z-index: 1; }
    .btn a:after {
      content: '';
      width: 23.05%;
      padding: 6.5% 0;
      border-radius: 50px;
      position: absolute;
      top: 50%;
      right: -17%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: right .2s;
      transition: right .2s;
      z-index: 0; }
    .btn a .txt {
      display: block;
      margin: 0 auto;
      padding: 15px 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .btn a .txt {
          padding: 4% 0; } }
      .btn a .txt i {
        font-size: 26px;
        font-style: normal;
        font-family: '黎ミンY40 H','ＭＳ Ｐ明朝';
        letter-spacing: 6px; }
        @media only screen and (max-width: 1050px) {
          .btn a .txt i {
            font-size: 2.48vw; } }
        @media only screen and (max-width: 768px) {
          .btn a .txt i {
            font-size: 5.34vw;
            letter-spacing: 0.67vw; } }
  @media only screen and (min-width: 769px) {
    .btn:hover {
      opacity: .8; }
      .btn:hover a:before {
        right: 2%; }
      .btn:hover a:after {
        right: -16%; } }
  @media only screen and (max-width: 768px) {
    .btn:before {
      width: 2.43%;
      padding: 2.5% 0;
      right: 1%; }
    .btn:after {
      width: 14.29%;
      padding: 7% 0;
      right: -16.5%; } }
  .btn.no-link {
    pointer-events: none;
    opacity: .2 !important; }
    .btn.no-link a {
      pointer-events: none; }
  .btn.b_ondemand {
    max-width: 842px;
    border: #e72422 solid 4px; }
    @media only screen and (max-width: 768px) {
      .btn.b_ondemand {
        border: #e72422 solid 0.67vw; } }
    .btn.b_ondemand a:before {
      width: 1.67%;
      padding: 2.5% 0;
      right: 1%; }
    .btn.b_ondemand a:after {
      width: 17.82%;
      padding: 6% 0;
      background: #e72422;
      right: -12%; }
    @media only screen and (max-width: 768px) {
      .btn.b_ondemand a:before {
        width: 2.43%;
        padding: 2.5% 0;
        right: 1%; }
      .btn.b_ondemand a:after {
        width: 21.43%;
        padding: 9% 0;
        background: #e72422;
        right: -15%; } }
    .btn.b_ondemand a .img {
      display: inline-block;
      width: 34.68%;
      margin: 10px;
      border-radius: 20px;
      vertical-align: middle;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .btn.b_ondemand a .img {
          width: 45.43%;
          margin: 4.29% 0.72% 4.29% 2.86%;
          border-radius: 2.67vw; } }
    .btn.b_ondemand a .txt {
      display: inline-block;
      width: 51.55%;
      margin: 0 auto;
      padding: 0 0 0 3%;
      text-align: left;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .btn.b_ondemand a .txt {
          width: 40.29%;
          padding: 0; } }
      .btn.b_ondemand a .txt i {
        font-size: 28px;
        font-weight: bold;
        color: #653100;
        font-family: 'ゴシックMB101 H', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        letter-spacing: 0; }
        @media only screen and (max-width: 1050px) {
          .btn.b_ondemand a .txt i {
            font-size: 2.67vw; } }
        @media only screen and (max-width: 768px) {
          .btn.b_ondemand a .txt i {
            font-size: 4vw;
            line-height: 1.4; } }
      .btn.b_ondemand a .txt img {
        width: 70.97%; }
        @media only screen and (max-width: 768px) {
          .btn.b_ondemand a .txt img {
            width: 92.91%; } }
    @media only screen and (min-width: 769px) {
      .btn.b_ondemand:hover a:before {
        right: 2%; }
      .btn.b_ondemand:hover a:after {
        right: -11%; } }
  .btn.b_news {
    border: #fabe00 solid 4px; }
    @media only screen and (max-width: 768px) {
      .btn.b_news {
        border: #fabe00 solid 0.67vw; } }
    .btn.b_news a:after {
      background: #fabe00; }
    .btn.b_news a .txt i {
      color: #fabe00; }
  .btn.b_blog {
    border: #ef7b41 solid 4px; }
    @media only screen and (max-width: 768px) {
      .btn.b_blog {
        border: #ef7b41 solid 0.67vw; } }
    .btn.b_blog a:after {
      background: #ef7b41; }
    .btn.b_blog a .txt i {
      color: #ef7b41; }
  .btn.b_gallery {
    border: #006063 solid 4px; }
    @media only screen and (max-width: 768px) {
      .btn.b_gallery {
        border: #006063 solid 0.67vw; } }
    .btn.b_gallery a:after {
      background: #006063; }
    .btn.b_gallery a .txt i {
      color: #006063; }
  .btn.b_end5 {
    border: #e8441f solid 4px; }
    @media only screen and (max-width: 768px) {
      .btn.b_end5 {
        border: #e8441f solid 0.67vw; } }
    .btn.b_end5 a:after {
      background: #e8441f; }
    .btn.b_end5 a .txt i {
      color: #e8441f; }

.modal {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }

.modal .modal-box {
  width: 96%;
  height: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px; }

.modal .modal-box.modal-article-box {
  max-width: 900px;
  background: #fff; }

@media only screen and (max-width: 768px) {
  .modal .modal-box.modal-article-box {
    width: 96%;
    background: #fff; } }

.modal .modal-box.modal-article-box .modal-article {
  visibility: hidden;
  opacity: 0;
  width: 91.77%;
  margin: 0 auto 6%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }

.modal .modal-box.modal-article-box .modal-article.show {
  visibility: visible;
  opacity: 1; }

.modal .modal-box.modal-video-box {
  max-width: 900px; }

.modal .modal-box.modal-video-box .modal-video {
  visibility: hidden;
  opacity: 0;
  width: 96%;
  max-width: 900px;
  margin: 0 auto 6%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }

.modal .modal-box.modal-video-box .modal-video .ttl {
  margin: 4% 0 3%;
  font-size: 24px;
  color: #653100;
  text-align: center;
  line-height: 1.4;
  font-family: 'ゴシックMB101 H', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.modal .modal-box.modal-video-box .modal-video .ttl span {
  display: block;
  font-size: 18px; }

@media only screen and (max-width: 768px) {
  .modal .modal-box.modal-video-box .modal-video .ttl {
    width: 88%;
    font-size: 3.74vw;
    margin: 5% 0 4%;
    text-align: left; }
  .modal .modal-box.modal-video-box .modal-video .ttl span {
    font-size: 2.67vw; } }

.modal .modal-box.modal-video-box .modal-video .video_frame {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 56%;
  border: #e72422 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .modal .modal-box.modal-video-box .modal-video .video_frame:after {
    content: '';
    width: 40%;
    height: auto;
    padding-top: 11.7%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(/scarlet/common/img/logo_scarlet.svg) top center/100% auto no-repeat;
    z-index: 0;
    opacity: .8; }
  @media only screen and (max-width: 900px) {
    .modal .modal-box.modal-video-box .modal-video .video_frame {
      border: #e72422 0.23vw solid; } }
  @media only screen and (max-width: 768px) {
    .modal .modal-box.modal-video-box .modal-video .video_frame {
      border: #e72422 0.27vw solid; } }

.modal .modal-box.modal-video-box .modal-video .video_frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.modal .modal-box.modal-video-box .modal-video .video_frame iframe.show {
  display: block; }

.modal .modal-box.modal-video-box .modal-video.show {
  visibility: visible;
  opacity: 1; }

.modal .modal-box .modal-close {
  width: 4.89%;
  margin: 0 auto;
  padding-top: 4%;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: absolute;
  top: 2%;
  right: 1.5%;
  cursor: pointer;
  z-index: 200; }
  @media only screen and (max-width: 768px) {
    .modal .modal-box .modal-close {
      width: 11.74%;
      padding-top: 8%;
      right: 2%; } }
  .modal .modal-box .modal-close span {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding-top: 8%;
    background-color: #e72422;
    border-radius: 10px; }
    .modal .modal-box .modal-close span:nth-of-type(1) {
      -webkit-transform: translateY(-18px) rotate(-45deg);
              transform: translateY(-18px) rotate(-45deg); }
    .modal .modal-box .modal-close span:nth-of-type(2) {
      -webkit-transform: translateY(-21px) rotate(45deg);
              transform: translateY(-21px) rotate(45deg); }
    @media only screen and (max-width: 900px) {
      .modal .modal-box .modal-close span {
        border-radius: vieww 0.01111; }
        .modal .modal-box .modal-close span:nth-of-type(1) {
          -webkit-transform: translateY(-2vw) rotate(-45deg);
                  transform: translateY(-2vw) rotate(-45deg); }
        .modal .modal-box .modal-close span:nth-of-type(2) {
          -webkit-transform: translateY(-2.33vw) rotate(45deg);
                  transform: translateY(-2.33vw) rotate(45deg); } }
    @media only screen and (max-width: 768px) {
      .modal .modal-box .modal-close span {
        border-radius: vieww 0.01333; }
        .modal .modal-box .modal-close span:nth-of-type(1) {
          -webkit-transform: translateY(-2.93vw) rotate(-45deg);
                  transform: translateY(-2.93vw) rotate(-45deg); }
        .modal .modal-box .modal-close span:nth-of-type(2) {
          -webkit-transform: translateY(-3.6vw) rotate(45deg);
                  transform: translateY(-3.6vw) rotate(45deg); } }
  @media only screen and (min-width: 769px) {
    .modal .modal-box .modal-close:hover {
      opacity: .6; } }

.modal .modal-box .modal-loader {
  display: none;
  width: 176px;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal .modal-box .modal-loader.show {
  display: inherit; }

.modal .modal-box .modal-loader img,
.modal .modal-box .modal-loader svg {
  display: block;
  margin-bottom: 6%; }

@media screen and (max-width: 768px) {
  .modal .modal-box .modal-loader {
    width: 31.25%;
    font-size: 3.13vw;
    letter-spacing: 1px; } }

.modal .modal-overlay {
  width: 100%;
  height: 100%; }

.modal.display {
  left: 0; }

.modal.show {
  opacity: 1; }

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