@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  vertical-align: baseline;
}
.article-image{
  border: none;
  padding-bottom: calc(380/986 * 100%) ;
  background-size: cover;
  margin: auto;
}
html {
  font-size: 62.5%;
  font-family: "SST W20 Roman", sans-serif;
}

.l-nav__menu__contents__inner ul,.l-footer__link__wrap ul,.news-and-articles ul, .social-and-mail{
    list-style: none;
  }

.m-new__contents {
    display: flex;
    flex-wrap: wrap;
  }
  .social-and-mail{
    margin-top:90px
  }
  .m-new__contents__item {
    position: relative;
    width: 25%;
    border-bottom: 1px solid #9898B9;
    height: 240px;
    overflow: hidden;
  }

  .hide {
    display: none !important;
  }

   .detail-content * {
    font-style: revert;
    font-size: revert !important;
    text-decoration: revert;
    word-break: break-world;
   }

   .detail-content figure {
    max-width: max-content;
    margin: auto;
}

.detail-content figcaption {
  text-align: center;
}

   .detail-content img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}
.detail-content pre {
  padding: 20px;
}
.detail-content code {
  white-space: pre-wrap;
  font-family: "SST W20 Roman", sans-serif
}

.bg-color-code{
  background-color: #1E203C;
}
.detail-content blockquote {
  padding: 20px 10px;
  border-left: 2px solid #9898B9;
}

   .detail-content h1,.detail-content h2,.detail-content h3,.detail-content h4,.detail-content strong {
    font-family: "SST W20 Bold", sans-serif !important;
    font-weight: bold;
  }

   .detail-content .color-80FFF4{
    color: #80FFF4;
   }

   .detail-content a{
    text-decoration: none;
    color: #80FFF4;
   }
   .box-table{
    overflow: auto;
    margin-bottom: 12px;
   }
   table, th, td {
    border: 1px solid #9898B9;
    border-collapse: collapse;
  }

   .detail-content table th{
    font-family: "SST W20 Bold", sans-serif !important;
    background-color: #F8F9FD;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    color: #000000;
    width: 200px;
   }
   .detail-content table td{
    padding: 10px;
    width: 200px;
    text-align: left;
   }
   table{
    width: max-content;
   }

   .author-progress-room,.author-job,.author-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
   }
   .author-detail{
      margin: auto 0px;
   }

   .mail-magagine .m-btn{
    width: max-content;
    padding: 6px 40px;
    margin-top: 0px
  }
  
   @media (min-width: 926px) {
    .is-sp {
      display: none;
    }
   }

   @media (max-width: 927px) {
    .is-pc {
      display: none;
    }
   }
   .detail-content {
    width: 90%;
    margin: auto;
    word-break: break-word;
   }
   @media (max-width: 926px) {

    .social-and-mail{
      width: 100%;
      display: block;
      padding: 0px;
      margin-bottom: 0px;
      border: 1px solid #9898B9;
      border-left: none;
      border-right: none;
      background-size: cover;
      background-image: url(../../../../common/images/crew-space-SP.jpeg);
    }
    
    .social-and-mail li{
      width: 100%;
      position: relative;
      height: 300px;
      padding: 30px 0px;
    }
    
    .social-and-mail li .box-content {
      height: 100%;
      text-align: center;
      padding: 0px 30px;
    }
    
    .box-content-left, .box-content-right {
      height: 100%;
    }
    
    .box-content-left {
      border-bottom: 1px solid #9898B9;
      border-right: none;
    }
    
    .social-media .box-icons{
      display: flex; 
      justify-content: center; 
      margin-top: 10px;
    }
    
    .box-content h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 27px;
      padding-top: 30px;
    }
    
    .box-content p {
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      padding: 30px 0px;
    }
    
    .button-link{
      width: 90%;
      height: 50px;
      background-color: #244AB1;
      text-align: center;
      margin: 0 auto;
      position: relative;
    }
    
    .button-link a{
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      width: max-content;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
    .button-link a::after{
      content: "";
      display: inline-block;
      width: 46px;
      height: 15px;
      margin-left: 15px;
      vertical-align: -webkit-baseline-middle;
      background-image: url(/common/images/link-arrow.png);
      background-size: cover;
      transition: all 300ms 0s ease;
      transform: translateY(-50%);
  }
    .box-breadcrumb {
      display: block !important;
      background: #1E203C;
      padding: 16px 28px !important;
    }
    
    .box-breadcrumb div:nth-child(2) {
      font-weight: 400 !important;
      font-size: 13px;
      color:#C4C4C4;
    }
  }
  @media screen and (min-width:1190px) {
    .detail_list-article{
      display: flex;
      flex-wrap:wrap;
      max-width: 1200px;
      margin: auto;
      gap: 30px;
      padding: 0px !important;
      justify-content: left !important;
    }
  }
  @media (min-width: 927px) {
    .m-new__contents__item:hover .m-new__contents__item__text {
      opacity: 1;
    }
    .m-new__contents__item:hover .m-new__contents__item__text__wrap {
      height: 100%;
    }
    .m-new__contents__item:not(:hover) .m-new__contents__item__text__title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .m-new__contents__item:focus .m-new__contents__item__text {
      opacity: 1;
    }
    .m-new__contents__item:focus .m-new__contents__item__text__wrap {
      height: 100%;
    }
    .m-new__contents__item:not(:focus) .m-new__contents__item__text__title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

  .detaill-header{
    width: 90%;
    margin: auto;
  }
    .news-tags{
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      gap: 20px;
      margin-top: 20px;
    }

    .box-article-tags {
      width: auto !important;
      justify-content: right;
    }

    .tag p, .active p{
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      height: 21px;
      color:white
    }

    .tag p{
      color: #9A9CB9;
      cursor:pointer
    }

    .news-tags .active p{
      color: white;
    }

    .news-and-articles{
          width: 100%;
      }

      .news-and-articles_title {
          font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      margin-top: 30px;
          margin-bottom: 10px;
      }

      .detail_list-article{
        padding:0;
          display: flex;
          flex-wrap:wrap;
          padding: 0px 70px;
          margin: auto;
          gap: 30px;
          justify-content: space-between;
      }

      .article-item{
        width: 376px;
        background: #1E203C;
        cursor: pointer;
      }
      .article-image{
        border: none;
        padding-bottom: calc(380/986 * 100%) ;
        background-size: cover;
      }
      .article-item_image{
          padding-bottom: calc(212 / 376 * 100%) ;
          background-size: cover;
      }

      .article-item_category{
          min-width: 98px;
          background: #FFFFFF;
          color: #000000;
          text-align: center;
          float: right;
          padding: 2px 10px;
          border-radius: 0 0 0 4px;
          margin-top: 1px;
      }

      .article-item_category p{
          
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 16px;
      }

      .article-item_detail{
          padding: 30px;
      }

      .article-item_date{
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          margin-bottom: 12px;
      }

      .article-item_title{
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 18px;
          word-break: break-word;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: normal !important;
	        font-family: "SST W20 Bold", sans-serif !important;
      }

      .article-item_description{
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          margin-bottom: 20px;
          word-break: break-word;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }

      .article-item_text-link{
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 16px;
          width: max-content;
          border-bottom: 1px solid #9898B9;
          margin-bottom: 14px;
      }

    .article-item_text-link:hover{
          text-decoration: none !important;
      }

      .article-item_text-link::after{
          content: "";
          display: inline-block;
          width: 30px;
          height: 10px;
          margin-left: 5px;
          vertical-align: -webkit-baseline-middle;
          background-image: url(/common/images/link-arrow.png);
          background-size: cover;
          transition: all 300ms 0s ease;
          transform: translateY(-50%);
      }

      .go-page-news-list {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          margin-top: 78px;
          position: absolute;
          right: 45%;
          width: max-content;
          border-bottom: 1px solid #9898B9;
      }

      .box-go-page-news-list{
          height: 100px;
          margin-bottom:130px
      }

      .go-page-news-list::after{
          content: "";
          display: inline-block;
          width: 30px;
          height: 10px;
          margin-left: 5px;
          vertical-align: -webkit-baseline-middle;
          background-image: url(/common/images/link-arrow.png);
          background-size: cover;
          transition: all 300ms 0s ease;
          transform: translateY(-50%);
      }
    .social-and-mail{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin: auto;
          margin-top: 140px;
          background-size: cover;
          border: 1px solid #9898B9;
          background-image: url(../../../../common/images/crew-space-PC.jpeg);
      }

      .social-and-mail li{
          position: relative;
          height: 300px;
          width: 50%;
          padding: 30px 0px;
      }

      .social-and-mail li .box-content {
          height: 100%;
          text-align: center;
      }

      .box-content-left, .box-content-right {
        height: 100%;
      }

      .box-content-left {
        border-right: 1px solid #9898B9;
      }

      .social-media .box-icons{
          display: flex; 
          justify-content: center; 
          margin-top: 10px;
      }

      .box-content h2 {
          font-style: normal;
          font-weight: 400;
          font-size: 22px;
          line-height: 27px;
          padding-top: 30px;
      }

      .box-content p {
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          padding: 30px 0px;
      }

      .button-link{
          width: 300px;
          height: 50px;
          background-color: #244AB1;
          text-align: center;
          margin: 0 auto;
      position: relative;
      }

      .button-link a{
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          width: max-content;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
      }

      .button-link a:hover{
        text-decoration: none;
      }

      .button-link a::after{
          content: "";
          display: inline-block;
          width: 46px;
          height: 15px;
          margin-left: 15px;
          vertical-align: -webkit-baseline-middle;
          background-image: url(/common/images/link-arrow.png);
          background-size: cover;
          transition: all 300ms 0s ease;
          transform: translateY(-50%);
      }

    .article-intro{
      padding: 30px 100px 50px;
      border-bottom: 1px solid #9898B9;
      margin-bottom: 70px;
    }

    .article-category-and-date{
      display: flex;
      justify-content: space-between;
      margin-bottom: 26px;
    }
    .article_category{
      text-align: center;
      float: right;
      border-radius: 4px;
      border: 1px solid white;
      padding: 0px 18px;
    }

    .article_category p{
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
    }

    .article-date{
      font-size: 14px;
    }

    .article-title{
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 10px;
    }

    .article_description{
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 39px;
      margin-bottom:20px;
      word-break: break-word;
      font-weight: normal !important;
	    font-family: "SST W20 Bold", sans-serif !important;
    }

    .article-tags{
      display: flex;
      justify-content: flex-start;
    }

    .article-tags p{
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      margin-right: 20px;
    }
    .detail_list-article-title{
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      padding: 70px 40px;
    }
    .article-author{
      display: flex;
      flex-wrap: nowrap;
      gap: 50px;
      margin: 70px 60px 30px;
      padding: 50px 0px;
      border-bottom: 1px solid #9898B9;
      border-top: 1px solid #9898B9;
    }

    .author_image {
      background-size: cover;
      height: 142px;
      width: 142px;
    }
    .author-name{
      font-family: "SST W20 Bold", sans-serif !important;
      margin-bottom: 14px;
      font-size: 18px;
    }
  }

  @media (min-width: 927px) {
    .m-new__contents__item {
      border-left: 1px solid #9898B9;
    }
  }

  @media (max-width: 926px) {
    .author-name{
      font-family: "SST W20 Bold", sans-serif !important;
      font-size: 18px;
    }
    .m-new__contents__item {
      width: 100%;
      display: flex;
      align-items: center;
      height: 200px;
    }
    .detaill-header{
      width: 100%;
    }
      .news-tags{
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        gap: 20px;
        margin-top: 20px;
      }
  
      .box-article-tags {
        width: auto !important;
        justify-content: right;
      }
  
      .tag p, .active p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        height: 21px;
        color:white
      }
  
      .tag p{
        color: #9A9CB9;
        cursor:pointer
      }
  
      .news-tags .active p{
        color: white;
      }
  
      .news-and-articles{
            width: 100%;
        }
        .article-date{
          font-size: 14px;
        }
  
        .news-and-articles_title {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            margin-top: 30px;
            margin-bottom: 10px;
        }
  
        .detail_list-article{
          padding:0;
          width: 90%;
          margin:auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 30px;
        }
      
        .article-item{
          width: 45%;
          margin: 0;
          background: #1E203C;
          cursor: pointer;
        }
  
        .article-item_image{
          padding-bottom: calc(212 / 376 * 100%) ;
            background-size: cover;
        }
  
        .article-item_category{
            min-width: 98px;
            background: #FFFFFF;
            color: #000000;
            text-align: center;
            float: right;
            padding:2px 10px;
            border-radius: 0 0 0 4px;
            margin-top: 1px;
        }
  
        .article-item_category p{
            
            font-style: normal;
            font-weight: 400;
            font-size: 11px;
            line-height: 16px;
        }
  
        .article-item_detail{
            padding: 30px;
        }
  
        .article-item_date{
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 12px;
        }
  
        .article-item_title{
            font-style: normal;
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 18px;
            display: -webkit-box;
            word-break: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: normal !important;
	          font-family: "SST W20 Bold", sans-serif !important;
        }
  
        .article-item_description{
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 20px;
            word-break: break-word;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
  
        .article-item_text-link{
            font-style: normal;
            font-size: 12px;
            line-height: 16px;
            width: max-content;
            border-bottom: 1px solid #9898B9;
            margin-bottom: 14px;
            font-weight: normal !important;
	  	      font-family: "SST W20 Bold", sans-serif !important;
        }
  
      .article-item_text-link:hover{
            text-decoration: none !important;
        }
  
        .article-item_text-link::after{
            content: "";
            display: inline-block;
            width: 30px;
            height: 10px;
            margin-left: 5px;
            vertical-align: -webkit-baseline-middle;
            background-image: url(/common/images/link-arrow.png);
            background-size: cover;
            transition: all 300ms 0s ease;
            transform: translateY(-50%);
        }
  
        .go-page-news-list {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            margin-top: 78px;
            position: absolute;
            right: 45%;
            width: max-content;
            border-bottom: 1px solid #9898B9;
        }
  
        .box-go-page-news-list{
            height: 100px;
            margin-bottom:130px
        }
  
        .go-page-news-list::after{
            content: "";
            display: inline-block;
            width: 30px;
            height: 10px;
            margin-left: 5px;
            vertical-align: -webkit-baseline-middle;
            background-image: url(/common/images/link-arrow.png);
            background-size: cover;
            transition: all 300ms 0s ease;
            transform: translateY(-50%);
        }
  
      .article-intro{
        width: 90%;
        margin:auto;
        margin-bottom: 70px;
        padding: 30px 0px;
        border-bottom: 1px solid #9898B9;
      }
  
      .article-category-and-date{
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px;
      }
      .article_category{
        text-align: center;
        float: right;
        border-radius: 4px;
        border: 1px solid white;
        padding: 0px 18px;
      }
  
      .article_category p{
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
      }
  
      .article-title{
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
      }
  
      .article_description{
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        word-break: break-word;
        font-weight: normal !important;
	      font-family: "SST W20 Bold", sans-serif !important;
      }
  
      .article-tags{
        display: flex;
        flex-wrap: wrap;
      }
  
      .article-tags p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-right: 20px;
        margin-top: 20px;
      }

      .detail_list-article-title{
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        padding: 70px 40px;
      }
      .box-author{
        width: 90%;
        margin-top: 70px !important;
        margin: auto;
        border-bottom: 1px solid #9898B9;
        border-top: 1px solid #9898B9;
        padding: 50px 0px
      }
      .article-author{
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        margin-bottom: 20px;
      }
  
      .author_image {
        background-size: cover;
        height: 172px;
        width: 172px;
      }
  }

  .m-new__contents__item:hover .m-new__contents__item__img {
    height: 105%;
    transition: all 300ms ease-out;
  }

  .m-new__contents__item:hover .m-new__contents__item__img--width100 {
    width: 105%;
    transition: all 300ms ease-out;
  }

  .m-new__contents__item:focus .m-new__contents__item__img {
    height: 105%;
    transition: all 300ms ease-out;
  }

  .m-new__contents__item:focus .m-new__contents__item__img--width100 {
    width: 105%;
    transition: all 300ms ease-out;
  }

  .m-new__contents__item__img {
    width: 50%;
  }
  @media screen and (max-width:780px) {
    .detail_list-article{
      padding:0;
      width: 100%;
      display: block !important;
    }
  
    .article-item{
      width: 90% !important;
      max-width: 360px;
      background: #1E203C;
      margin: auto !important;
      margin-bottom: 30px !important;
      cursor: pointer;
    }
  }
  @media (max-width: 926px) {
    .m-new__contents__item__img {
      position: relative;
      overflow: hidden;
      height: 100%;
    }
  }

  .m-new__contents__item__img--width100 {
    width: 50%;
  }

  @media (min-width: 927px) {
    .m-new__contents__item__img__item {
      height: 100%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      transition: all 300ms ease-out;
    }
  }

  @media (max-width: 926px) {
    .m-new__contents__item__img__item {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      height: 100%;
      width: auto;
      min-width: 100%;
    }
  }

  @media screen and (max-width: 550px) {
    .m-new__contents__item__img__item {
      height: 100%;
      width: auto;
    }
  }

  @media (min-width: 927px) {
    .m-new__contents__item__img__item--width100 {
      height: auto;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      transition: all 300ms ease-out;
    }
  }

  @media (max-width: 926px) {
    .m-new__contents__item__img__item--width100 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      height: auto;
      width: 100%;
    }
  }

  @media screen and (max-width: 400px) {
    .m-new__contents__item__img__item--width100 {
      height: 100%;
      width: auto;
    }
  }

  @media screen and (max-width: 475px) {
    .m-new__contents__item__img__item--height100--475 {
      height: 100%;
      width: auto;
    }
  }

  .m-new__contents__item:nth-child(1) {
    border-top: 1px solid #9898B9;
  }

  @media (min-width: 927px) {
    .m-new__contents__item:nth-child(2) {
      border-top: 1px solid #9898B9;
    }
    .m-new__contents__item:nth-child(3) {
      border-top: 1px solid #9898B9;
    }
    .m-new__contents__item:nth-child(4) {
      border-top: 1px solid #9898B9;
    }
    .m-new__contents__item:nth-child(4n) {
      border-right: 1px solid #9898B9;
    }
    .m-new__contents__item:last-child {
      border-right: 1px solid #9898B9;
    }
  }

  .m-new__contents__item__text {
    line-height: 2rem;
    margin-top: 10px;
  }

  @media (min-width: 927px) {
    .m-new__contents__item__text {
      opacity: 0;
    }
  }

  @media (max-width: 926px) {
    .m-new__contents__item__text {
      font-size: 1.3rem;
    }
  }

  .m-new__contents__item__text__wrap {
    width: 50%;
    padding: 20px;
    word-wrap: break-word;
  }

  @media (min-width: 927px) {
    .m-new__contents__item__text__wrap {
      position: absolute;
      bottom: 0%;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      padding: 12px 20px 12px;
      transition: all 300ms 0s ease;
      height: 30%;
    }
  }

  .m-new__contents__item__text__date {
    font-size: 1.1rem;
  }

  .m-new__contents__item__text__title {
    font-weight: bold;
    line-height: 2rem;
  }

  @media (max-width: 926px) {
    .m-new__contents__item__text__title {
      font-size: 1.3rem;
      line-height: 1.5;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 926px) {
    #new .m-contents {
      padding: 0px;
    }
    #new .m-contents .m-heading {
      padding: 0px 20px;
    }
    #new .m-contents.l-footer__note__wrap {
      padding: 0px 10px;
    }
  }

  /* @media (min-width: 927px) {
    #new .l-footer {
      margin-top: 120px;
    }
  } */

  @media (max-width: 926px) {
    #new .l-footer {
      margin-top: 0px;
    }
  }

  #new .m-link-box__text__wrap__bg--show {
    display: none;
  }

  @media (max-width: 926px) {
    #new .m-link-box__text {
      font-size: 1.3rem;
    }
    #new .m-link-box__text__wrap {
      position: unset;
      transform: none;
      padding: 20px;
    }
    #new .m-link-box__text__wrap.m-text--center {
      text-align: left;
    }
    #new .m-link-box__text__wrap__bg {
      opacity: 1;
      background: none;
      position: unset;
      transform: none;
      width: 100%;
    }
    #new .m-link-box__text__date {
      font-size: 1.1rem;
    }
    #new .m-link-box__text__heading {
      font-size: 1.3rem;
      font-weight: bold;
    }

    #new .m-link-box__img__wrap {
      width: 50%;
      position: relative;
      min-height: 250px;
    }
  }
  /*# sourceMappingURL=style.css.map */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/* HTML5 display-role reset for older browsers */
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 2;
  font-size: 1.5rem;
  overflow-x: hidden;
  background-color: #090C2A;
  color: white;
  letter-spacing: 0rem;
  word-spacing: 0.16em;
}

body {
	-webkit-text-size-adjust: 100%;
}

@media (min-width: 1400px) {
  .mh-contens {
    min-height: calc(100vh - 20vw) !important;
    margin-bottom: 10vh;
  }
}

@media (min-width: 927px) {
  main {
    overflow: hidden;
  }
  .mh-contens {
    min-height: calc(90vh - 20vw);
    margin-bottom: 10vh;
  }
  .pdt-8{
    padding-top: 8vh;
  }
}

* {
  box-sizing: border-box;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
}

img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

*[href]:hover {
  text-decoration: underline;
}

*[href][target="_blank"] {
  word-break: break-word;
}

.l-section + .l-section {
  margin-top: 160px;
}

@media (max-width: 926px) {
  .l-section + .l-section {
    margin-top: 80px;
  }
  .mh-contens {
    min-height: 50vh;
    margin-bottom: 10vh;
  }
  .pdt-6{
    padding-top: 6vh;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 926px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 926px) {
  .sp-only {
    display: block;
  }
}
.m-breadcrumb{
  background: #1E203C;
  border-bottom: 1px solid #9898B9;
}
 .box-breadcrumb {
  max-width: 1190px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}

.breadcrumb{
  max-width: 700px;
  width: -webkit-fill-available;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.breadcrumb p{
  white-space: break-spaces;
}

.box-breadcrumb div:nth-child(2) {
  font-weight: 400;
  font-size: 13px;
  color:#C4C4C4;
}

.m-contents {
  max-width: 1190px;
  margin: 0 auto;
}

@media (max-width: 926px) {
  .m-contents {
    padding: 0px 30px;
  }
}

.m-contents__wrap {
  margin: 115px 0px;
}
.mt-10{
  margin-top: 10vh !important;
}
.m-contents__wrap + .m-heading__bg {
  margin-top: 150px;
}

@media (max-width: 926px) {
  .m-contents__wrap + .m-heading__bg {
    margin-top: 70px;
  }
}

@media (max-width: 926px) {
  .m-contents__wrap {
    margin: 0px;
  }
}

.m-btn {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #244AB1;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 55px;
  transition: all 300ms 0s ease;
  letter-spacing: 0.1rem;
}

.m-btn:hover {
  background-color: white;
  color: black;
  text-decoration: none;
  transition: all 300ms 0s ease;
}

.m-btn:hover .m-btn__inner::after {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
  right: -10px;
}

.m-btn__inner {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  font-family: "SST W20 Bold", sans-serif !important;
}

.m-btn__inner::after {
  content: '';
  width: 46px;
  height: 15px;
  display: inline-block;
  background-image: url(/common/images/link-arrow.png);
  background-size: cover;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 300ms 0s ease;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mr0 {
  margin-right: 0px !important;
}
.m-btn1 {
  margin: 60px 0;
  height: 60px;
}
.m-link--underline {
	font-weight: normal !important;
  font-family: "SST W20 Bold", sans-serif !important;
}
.width-max-content{
  width: max-content;
}
@media (max-width: 450px) {
  .m-btn1 {
    max-width: 91%;
  }
}

.m-link--underline:hover {
  text-decoration: underline;
}

.m-bg-light__item--purple {
  position: absolute;
  transition: all 300ms 0s ease;
  transform: translate(-50%, -50%);
  -webkit-animation: sizeUpAnime-purple backwards 10s infinite ease 0s alternate,moveAnime-purple backwards 70s infinite linear 0s alternate;
  animation: sizeUpAnime-purple backwards 10s infinite ease 0s alternate,moveAnime-purple backwards 70s infinite linear 0s alternate;
}

.m-bg-light__item--light-blue {
  position: absolute;
  transition: all 300ms 0s ease;
  transform: translate(-50%, -50%);
  -webkit-animation: sizeUpAnime-light-blue backwards 7s infinite ease 0s alternate,moveAnime-light-blue backwards 40s infinite linear 0s alternate;
  animation: sizeUpAnime-light-blue backwards 7s infinite ease 0s alternate,moveAnime-light-blue backwards 40s infinite linear 0s alternate;
}

.m-bg-light__item--green {
  position: absolute;
  transition: all 300ms 0s ease;
  transform: translate(-50%, -50%);
  -webkit-animation: sizeUpAnime-green backwards 12s infinite ease 0s alternate,moveAnime-green backwards 70s infinite linear 0s alternate;
  animation: sizeUpAnime-green backwards 12s infinite ease 0s alternate,moveAnime-green backwards 70s infinite linear 0s alternate;
}

.m-bg-light__item--blue {
  position: absolute;
  transition: all 300ms 0s ease;
  transform: translate(-50%, -50%);
  -webkit-animation: sizeUpAnime-blue backwards 10s infinite ease 0s alternate,moveAnime-blue backwards 40s infinite linear 0s alternate;
  animation: sizeUpAnime-blue backwards 10s infinite ease 0s alternate,moveAnime-blue backwards 40s infinite linear 0s alternate;
}

.m-bg-light__wrap {
  position: fixed;
  height: 100vw;
  width: 100%;
  z-index: -100;
}

@media (min-width: 927px) {
  @-webkit-keyframes sizeUpAnime-purple {
    0% {
      width: 70%;
      height: 50%;
    }
    50% {
      width: 45%;
      height: 40%;
    }
    100% {
      width: 70%;
      height: 80%;
    }
  }
  @keyframes sizeUpAnime-purple {
    0% {
      width: 70%;
      height: 50%;
    }
    50% {
      width: 45%;
      height: 40%;
    }
    100% {
      width: 70%;
      height: 80%;
    }
  }
  @-webkit-keyframes moveAnime-purple {
    0% {
      top: 35%;
      left: 95%;
    }
    50% {
      top: 35%;
      left: 10%;
    }
    100% {
      top: 25%;
      left: 15%;
    }
  }
  @keyframes moveAnime-purple {
    0% {
      top: 35%;
      left: 95%;
    }
    50% {
      top: 35%;
      left: 10%;
    }
    100% {
      top: 25%;
      left: 15%;
    }
  }
  @-webkit-keyframes sizeUpAnime-light-blue {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @keyframes sizeUpAnime-light-blue {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @-webkit-keyframes moveAnime-light-blue {
    0% {
      top: 30%;
      left: 15%;
    }
    50% {
      top: 30%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 95%;
    }
  }
  @keyframes moveAnime-light-blue {
    0% {
      top: 30%;
      left: 15%;
    }
    50% {
      top: 30%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 95%;
    }
  }
  @-webkit-keyframes sizeUpAnime-green {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @keyframes sizeUpAnime-green {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @-webkit-keyframes moveAnime-green {
    0% {
      top: 10%;
      left: 15%;
    }
    50% {
      top: 30%;
      left: 40%;
    }
    100% {
      top: 40%;
      left: 95%;
    }
  }
  @keyframes moveAnime-green {
    0% {
      top: 10%;
      left: 15%;
    }
    50% {
      top: 30%;
      left: 40%;
    }
    100% {
      top: 40%;
      left: 95%;
    }
  }
  @-webkit-keyframes sizeUpAnime-blue {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @keyframes sizeUpAnime-blue {
    0% {
      width: 85%;
      height: 70%;
    }
    50% {
      width: 35%;
      height: 40%;
    }
    100% {
      width: 65%;
      height: 80%;
    }
  }
  @-webkit-keyframes moveAnime-blue {
    0% {
      top: 30%;
      left: 45%;
    }
    50% {
      top: 10%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 65%;
    }
  }
  @keyframes moveAnime-blue {
    0% {
      top: 30%;
      left: 45%;
    }
    50% {
      top: 10%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 65%;
    }
  }
}

@media (max-width: 926px) {
  @-webkit-keyframes sizeUpAnime-purple {
    0% {
      width: 120%;
      height: 80%;
    }
    50% {
      width: 85%;
      height: 80%;
    }
    100% {
      width: 120%;
      height: 120%;
    }
  }
  @keyframes sizeUpAnime-purple {
    0% {
      width: 120%;
      height: 80%;
    }
    50% {
      width: 85%;
      height: 80%;
    }
    100% {
      width: 120%;
      height: 120%;
    }
  }
  @-webkit-keyframes moveAnime-purple {
    0% {
      top: 145%;
      left: 95%;
    }
    50% {
      top: 125%;
      left: 10%;
    }
    100% {
      top: 25%;
      left: 15%;
    }
  }
  @keyframes moveAnime-purple {
    0% {
      top: 145%;
      left: 95%;
    }
    50% {
      top: 125%;
      left: 10%;
    }
    100% {
      top: 25%;
      left: 15%;
    }
  }
  @-webkit-keyframes sizeUpAnime-light-blue {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 115%;
      height: 120%;
    }
  }
  @keyframes sizeUpAnime-light-blue {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 115%;
      height: 120%;
    }
  }
  @-webkit-keyframes moveAnime-light-blue {
    0% {
      top: 140%;
      left: 15%;
    }
    50% {
      top: 90%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 95%;
    }
  }
  @keyframes moveAnime-light-blue {
    0% {
      top: 140%;
      left: 15%;
    }
    50% {
      top: 90%;
      left: 50%;
    }
    100% {
      top: 10%;
      left: 95%;
    }
  }
  @-webkit-keyframes sizeUpAnime-green {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 105%;
      height: 120%;
    }
  }
  @keyframes sizeUpAnime-green {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 105%;
      height: 120%;
    }
  }
  @-webkit-keyframes moveAnime-green {
    0% {
      top: 10%;
      left: 15%;
    }
    50% {
      top: 140%;
      left: 50%;
    }
    100% {
      top: 140%;
      left: 95%;
    }
  }
  @keyframes moveAnime-green {
    0% {
      top: 10%;
      left: 15%;
    }
    50% {
      top: 140%;
      left: 50%;
    }
    100% {
      top: 140%;
      left: 95%;
    }
  }
  @-webkit-keyframes sizeUpAnime-blue {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 115%;
      height: 120%;
    }
  }
  @keyframes sizeUpAnime-blue {
    0% {
      width: 115%;
      height: 120%;
    }
    50% {
      width: 65%;
      height: 80%;
    }
    100% {
      width: 115%;
      height: 120%;
    }
  }
  @-webkit-keyframes moveAnime-blue {
    0% {
      top: 140%;
      left: 45%;
    }
    50% {
      top: 10%;
      left: 50%;
    }
    100% {
      top: 80%;
      left: 65%;
    }
  }
  @keyframes moveAnime-blue {
    0% {
      top: 140%;
      left: 45%;
    }
    50% {
      top: 10%;
      left: 50%;
    }
    100% {
      top: 80%;
      left: 65%;
    }
  }
}

.l-nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  position: relative;
}

@media (min-width: 927px) {
  .l-nav {
    justify-content: space-between;
  }

	.l-nav > a {
		position: absolute;
		width: 231px;
		left: calc(50% - 115px);
	}
	.l-nav .pc-only {
		display: flex;
	}
	.l-nav .pc-only a + span {
		margin-left: 40px;
	}
  .l-nav .pc-only a + span a.bold{
    font-weight: bold;
	}
}

@media (max-width: 926px) {
  .l-nav {
    height: 45px;
  }
}

.l-nav__logo {
  max-width: 231px;
}

@media (max-width: 926px) {
  .l-nav__logo {
    max-width: 110px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
}

.l-nav__menu {
  width: 34px;
}

@media (max-width: 926px) {
  .l-nav__menu {
    width: 18px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.bold{
  font-family: "SST W20 Bold", sans-serif;
}

.disabled-click{
  pointer-events: none;
}
@media (max-width: 926px) {
  .l-nav__menu__icon {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 18px;
  }
}

.l-nav__menu__icon__close:hover {
  cursor: pointer;
}

.l-nav__menu__icon:hover {
  cursor: pointer;
}

.l-nav__menu__icon__social {
  display: flex;
}

.l-nav__menu__icon__social li:first-child{
  margin-right: 60px;
}

@media (max-width: 450px) {
  .l-nav__menu__icon__social {
    margin: 0 auto;
    position: relative;
    left: -10px;
  }
  .l-nav__menu__icon__social li:first-child{
    margin-right: 60px;
  }
}

.l-nav__menu__contents {
  background-color: #090C2A;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 102;
  display: none;
  top: 0;
  overflow-y: auto;
}

.l-nav__menu__contents__list {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
}

@media (max-width: 926px) {
  .l-nav__menu__contents__list {
    font-size: 1.8rem;
    margin-left: 30px;
  }
}

.l-nav__menu__contents__list__item + .l-nav__menu__contents__list__item {
  margin-top: 20px;
}

.l-nav__menu__contents__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-nav__menu__contents__inner.m-contents {
  padding: 0px;
}

.l-nav__menu__hr {
  margin-top: 60px;
  border: 1px solid #9898B9;
}

@media (max-width: 926px) {
  .l-nav__menu__hr {
    max-width: 90%;
    margin-left: 0;
  }
}

.l-nav__menu__img {
  max-width: 35px;
  height: auto; 
  margin-right: 60px; 
  margin-top: 40px;
}

.l-nav__menu__ja {
  display: none;
}

@media (max-width: 926px) {
  .l-nav__menu__ja {
    display: block;
    margin-top: 40px;
    width: max-content;
  }
}

.l-nav__wrap {
  z-index: 101;
  background-color: #090C2A;
  border-bottom: 1px solid #9898B9;
}

@media (max-width: 926px) {
  .l-nav__wrap .m-contents {
    padding: 0px;
  }
}

.l-nav__wrap.is-fixed {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
}

@media (max-width: 926px) {
  .l-nav__wrap.is-fixed {
    height: 45px;
  }
}

.sony-header {
  height: 70px;
  position: relative;
  background: #000000;
  padding: 0 50px;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .sony-header {
    height: 64px;
  }
}

.sony-header img {
  width: 108px;
  height: 19px;
}

@media screen and (max-width: 736px) {
  .sony-header img {
    width: 108px;
    height: 19px;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 927px) {
  .sony-header__link {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 926px) {
  .sony-header__link {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.l-footer-no-data {
  width: 100vw;
}

@media (max-width: 926px) {
  .l-footer-no-data {
    position: relative;
    width: 100vw;
  }
}

@media (min-width: 927px) {
  .mh-contents{
    min-height: calc(100vh - 20vw) !important;
  }
}

.l-footer--next-text {
  margin-top: 160px;
}

@media (max-width: 926px) {
  .l-footer--next-text {
    margin-top: 85px;
  }
}

.l-footer__logo {
  max-width: 186px;
}

.l-footer__logo__wrap {
  display: inline-block;
}

.l-footer__inner {
  padding: 60px 0px 20px;
}

.l-footer__link {
  width: 25%;
}

.l-footer__link:nth-child(3) {
  width: 20%;
  border-right: 1px solid #9898B9;
}

.l-footer__link:nth-child(4) {
  width: 30%;
  padding-left: 170px;
}

.l-footer__link__wrap {
  margin-top: 22px;
  display: flex;
}

.l-footer__link__item {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.l-footer__link__item + .l-footer__link__item {
  margin-top: 8px;
}

.l-footer__note {
  color: #D5D5D5;
  font-size: 1.3rem;
  margin-top: 50px;
}

@media screen and (max-width: 400px) {
  .l-footer__note {
    font-size: 3.2vw;
  }
}

.l-global-footer {
  justify-content: space-between;
  background-color: #1F2024;
  padding: 15px 30px;
  font-size: 1.3rem;
}

@media (max-width: 926px) {
  .l-global-footer__link__item-en {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-family: "SST W20 Bold", sans-serif
  }
  .l-global-footer {
    border-top: 1px solid #9898B9;
    padding: 15px 50px;
  }
}

.l-global-footer__copyright {
  color: #AAAAAA;
}

@media (min-width: 927px) {
  .l-global-footer__link-en {
    width: 900px;
  }
  .l-global-footer__link__item-en {
    margin-right: 30px;
    font-family: "SST W20 Bold", sans-serif
  }
  .l-global-footer__copyright-en {
    text-align: right;
  }
  .pd-top-26{
    padding-top: 26px;
  }
  .l-footer__inner {
    
  }

  .l-global-footer {
    
    display: flex;
  }

  .l-global-footer__link {
    display: flex;
  }
  .l-global-footer__link__item + .l-global-footer__link__item {
    margin-left: 30px;
  }
  .l-global-footer__copyright {
    text-align: right;
  }
}

@media (max-width: 926px) {
  .l-footer__link:nth-child(4) {
    padding-left: 20%;
  }
  .l-footer__inner {
    display: none;
  }
  .l-footer__note {
    margin-bottom: 30px;
  }
  .l-footer__note__wrap {
    padding: 0px 10px;
  }
  .l-global-footer__link__item {
    width: 100%;
    display: block;
  }
  .l-global-footer__link__item + .l-global-footer__link__item {
    margin-top: 10px;
  }
  .l-global-footer__copyright {
    margin-top: 10px;
  }
}

@media (min-width: 927px) {
	.l-nav__menu__contents__list {
		padding-bottom: 100px;
    padding-left: 0px;
	}
	.l-nav__menu__contents__list__item + .l-nav__menu__contents__list__item {
		margin-top: 15px !important;
	}
	.l-nav__menu__contents__list .subtitle {
		margin-top: 15px;
	}
	.l-nav__menu__contents__list li ul {
		margin: 5px 0 10px 35px;
	}
	.l-nav__menu__contents__list li a span {
		font-size: 1.6rem;
		margin-left: 10px;
	}
  .l-nav__menu__contents__list .m-btn__inner{
    font-size: 18px;
  }
}

@media (max-width: 926px) {
	.l-nav__menu__contents__list {
		padding-bottom: 60px;
    padding-left: 0px;
	}
	.l-nav__menu__contents__list__item + .l-nav__menu__contents__list__item {
		margin-top: 15px !important;
	}
	.l-nav__menu__contents__list .subtitle {
		margin-top: 15px;
	}
	.l-nav__menu__contents__list li ul {
		margin: 5px 10px 10px 20px;
		line-height: 1.6;
	}
	.l-nav__menu__contents__list li a span {
		display: block;
		font-size: 1.4rem;
		margin-top: 5px;
		line-height: 1;
	}
  .l-nav__menu__contents__list .m-btn__inner{
    font-size: 15px;
  }
}

.icon-next .m-link--underline:hover {
    text-decoration: none;
  }

  .icon-next .m-link--underline::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 10px;
    vertical-align: middle;
    background-image: url(/common/images/link-arrow.png);
    background-size: cover;
    transition: all 300ms 0s ease;
  }

  @media (min-width: 927px) {
    .l-nav__menu__contents__list__item + .icon-next {
      line-height: 1 !important;
      width: max-content;
    }

    .l-nav__menu__contents__list__item + .icon-next:hover {
      border-bottom: 2px solid white;
      margin-bottom: -2px;
    }
  }

  @media (max-width: 926px) {
    .l-nav__menu__contents__list__item + .icon-next {
      line-height: 1 !important;
      width: max-content;
    }

    .l-nav__menu__contents__list__item + .icon-next:hover {
      border-bottom: 1px solid white;
      margin-bottom: -1px;
    }
  }

  .detail-flex {
    width: 100%;
    display: flex;
    justify-content: start;
    gap: 40px;
    margin-bottom: 30px;
  }
  .detail-flex_left{
    width: 50%;
  }
  .detail-flex_right{
    width: 50%;
  }
  @media (max-width: 926px) {
    .detail-flex {
      width: 100%;
      display: block;
    }
    .detail-flex_left{
      width: 100%;
      margin-bottom: 30px;
    }
    .detail-flex_right{
      width: 100%;
    }
  }
  .detail-border{
    border: 1px solid #9898B9;
  }
  .detail-background-and-border,.table_of_contents{
    padding:40px;
    margin-bottom: 30px
  }
  .table_of_contents{
    background-color: #1E203C;
  }

  .background-1E3562{
    background-color: #1E3562;
  }

  .border-9898B9{
    border: 1px solid #9898B9;
  }

  .content_rich,.content-html{
    margin-bottom: 30px;
  }

  .hide{
    display: none;
  }
  .box-newsletter{
    height: 550px; 
    max-width: 1190px; 
    margin: auto;
    margin-top:90px;
    position: relative;
    border: 1px solid #9898b9;
    background-size: cover;
    background-image: url(../../../../common/images/crew-space-SP.jpeg);
    }
    .newsletter-content{
    width: 50%; 
    position: absolute; 
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    }
  
    .newsletter-content h2{
      font-family: "SST W20 Bold", sans-serif;
      font-weight: 600;
      font-size: 22px;
      font-style: normal;
      line-height: normal;
    }
  
    .newsletter-content p{
      font-size: 15px;
      padding: 30px 0px;
    }
    .input-newsletter{
    max-width: 500px;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    }
  
    input[type='checkbox'] {
    accent-color: black;
    }
  
    .input-newsletter:focus-visible{
    border: none;
    outline-color: rgba(255, 255, 255, 0.6);
    }
    .m-btn-newsletter {
    max-width: 500px;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #244AB1;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 300ms 0s ease;
    letter-spacing: 0.1rem;
    cursor: pointer;
    }
  
    .m-btn-newsletter:hover {
    background-color: white;
    color: black;
    text-decoration: none;
    transition: all 300ms 0s ease;
    }
  
  .input-checkbox-container {
    display: flex;
    align-items: baseline;
    max-width: 500px;
    margin: auto;
    margin-top: 12px;
    text-align: start;
  }
  
  .input-checkbox-container input{
    margin-right: 16px;
    transform: scale(1.5);
  }
  
  .input-checkbox-container a{
    font-size: 16px;
    color: #80FFF4;
    text-decoration: underline;
  }
  
  .input-checkbox-container label{
    font-size: 16px;
    max-width: 470px;
  }
  
  .l-notification{
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      height: 100vh;
      z-index: 9000;
      background-color: rgba(0, 0, 0, 0.8);
  }
  
  .box-notification-content {
    position: absolute;
      width: 50%;
      max-width: 600px;
      height: 300px;
      padding: 30px;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background-color: #1E203C;
  }
  
  .box-notification-content h2 {
    margin-top: 60px;
    font-size: 22px;
    font-weight: normal !important;
    font-family: "SST W20 Bold", sans-serif !important;
  }
  
  .box-notification-content p {
    text-align: start;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 30px 60px 0px;
  }
  
  .l-notification-close {
    width: 20px;
    margin-left: auto;
    position: absolute;
    right: 5%;
    transform: translateY(-50%) translateX(-50%);
  }

  @media screen and (max-width:926px) {
    .box-newsletter{
      height: 700px;
      border-left: 0px !important;
      border-right: 0px !important;
    }
    .newsletter-content{
      width: 90% !important; 
    }
    .newsletter-content h2{
      font-size: 18px;
    }
  
    .newsletter-content > p{
      margin: 26px 0px;
      font-size: 16px;
      padding: 0px
    }
  }
  .m-header h1{
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 75px;
    text-align: center;
  }

  .m-header p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    width: 778px;
    margin: auto;
  }

  .m-header_button{
    width: 300px;
    height: 50px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px !important;
    text-align: center;
    position: relative;
  }
  @media (max-width: 926px) {
    .m-header{
      margin-top: 70px;
    }
    .m-header h1{
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 75px;
      text-align: center;
    }
  
    .m-header p{
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      width: 90%;
      margin: auto;
    }
  
    .m-header_button{
      width: 90%;
      margin-top: 60px;
      margin-bottom: 20px !important;
      text-align: center;
      position: relative;
      margin: auto;
    }
  
    .m-header_button .m-btn{
      max-width: none;
    }
    .m-btn-newsletter{
      margin-top: 10px;
      font-weight: normal !important;
      font-family: "SST W20 Bold", sans-serif !important;
    }
    .box-notification-content {
        width: 80%;
    }
  
    .box-notification-content p {
      padding: 30px 0px 0px;
    }
  
  }
  .relative{
    position: relative;
    margin-bottom: 50px;
  }
  .relative iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .input-newsletter::placeholder{
    color: #595959;
  }
  .text-no-decoration{
    text-decoration: none !important;
  }
  .disabled{
    opacity: 0.6;
    pointer-events: none;
  }
  .error{
    color: red;
  }
  
  .input-newsletter-error{
    border-color: red !important;
  }
  
  .input-newsletter-error:focus-visible{
    border: 1px solid red;
    outline: 0px !important;
    }
  .box-input-newsletter{
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }