@charset "UTF-8";
/*
 * Base Group
 */
html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #132C3F;
  font-size: clamp(13px, 11.5px + 0.3125vw, 16px);
  font-size: clamp(0.8125rem, 0.71875rem + 0.3125vw, 1rem);
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}

a:link, a:visited {
  color: #132C3F;
}

a:hover, a:active {
  color: #2b638d;
}

img {
  height: auto;
  max-width: 100%;
  width: auto;
}

/*
 * Layout Group
 */
.ly_header_inner {
  margin: 0 auto;
  max-width: 1600px;
}

.ly_cont {
  position: relative;
}

.ly_cont_inner {
  margin: auto;
  max-width: 1200px;
}

/* gcoat */
.ly_g_cont {
  background-color: #E80000;
}

.ly_g_contPink {
  background-color: #000;
  position: relative;
}

.ly_g_contPink:before {
  background-color: #E62E8B;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
  z-index: 5001;
}

@media screen and (max-width: 479px) {
  .ly_g_contPink:before {
    width: 4px;
  }
}
.ly_g_contPink:after {
  background-color: #E62E8B;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  z-index: 10001;
}

@media screen and (max-width: 479px) {
  .ly_g_contPink:after {
    width: 4px;
  }
}
/*
 * Module Group - Block
 */
/* common */
.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5000;
}

.bl_header_logo {
  background-color: #E80000;
  line-height: 0;
}

.bl_header_logo img {
  max-height: 83px;
}

.spNav-logo {
  left: 0;
  max-width: 180px;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bl_header_nav {
  background-color: #fff;
  padding: 0 2em;
}

@media screen and (max-width: 896px) {
  .bl_header_nav {
    display: none;
  }
}
.bl_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 83px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.bl_header_link {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-size: 14px;
  font-weight: 700;
}

.bl_header_btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 3.611%;
          transform: translateY(-50%);
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}

@media screen and (max-width: 896px) {
  .bl_header_btns {
    display: none;
  }
}
.bl_header_btn {
  background: #FFFFFF;
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .25);
  border-radius: 60px;
          box-shadow: 0px 4px 12px rgba(0, 0, 0, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1140px) {
  .bl_header_btn {
    padding: 15px 20px;
  }
}
.bl_header_btn.bl_header_btn__spnav {
  -webkit-box-shadow: none;
  border: 1px solid #B9C8D4;
          box-shadow: none;
}

@media screen and (max-width: 896px) {
  .bl_header_btn.bl_header_btn__spnav {
    width: 48%;
  }
}
@media screen and (max-width: 479px) {
  .bl_header_btn.bl_header_btn__spnav {
    font-size: clamp(0.875rem, 0.75rem + 0.41667vw, 1.125rem);
    width: 100%;
  }
}
.bl_header_btn-01 {
  height: 56px;
  width: 172px;
}

@media screen and (max-width: 1140px) {
  .bl_header_btn-01 {
    height: 50px;
    width: 150px;
  }
}
.bl_header_btn-02 {
  height: 56px;
  width: 195px;
}

@media screen and (max-width: 1140px) {
  .bl_header_btn-02 {
    height: 50px;
    width: 150px;
  }
}
/* gcoat */
.bl_header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.bl_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 467px;
}

@media screen and (max-width: 896px) {
  .bl_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.bl_footer_logo {
  background-color: #E80000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35.555%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_footer_logo_pagetop{
  display: none;
}

@media screen and (max-width: 896px) {
  .bl_footer_logo {
    padding-bottom: 35px;
    padding-top: 35px;
    width: 100%;
    position: relative;
  }
  .bl_footer_logo_pagetop{
    display: block;
    width: 182px;
    height: 126px;
    background: url(../img/pagetop--sp.png)no-repeat top center / cover;
    position: absolute;
    top:-126px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}
.bl_footer_body {
  background-color: #F7F6F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 64.445%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .bl_footer_body {
    padding-bottom: 170px;
    padding-top: 80px;
    width: 100%;
  }
}
.bl_footer_banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 600px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .bl_footer_banners {
    gap: 20px;
    max-width: none;
  }
}
.bl_footer_item {
  line-height: 0;
  overflow: hidden;
  width: calc(33.33333% - 20px);
}

.bl_footer_item img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.bl_footer_item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 896px) {
  .bl_footer_item {
    width: calc(33.33333% - 13.33333px);
  }
}
@media screen and (max-width: 479px) {
  .bl_footer_item {
    width: calc(50% - 10px);
  }
}
.bl_footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  gap: 18px;
          justify-content: flex-end;
}

.bl_footer_items a {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .bl_footer_items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bl_footer_pagetop {
  bottom: -100px;
  display: block;
  width: 79px;
  line-height: 0;
  opacity: 0;
  position: fixed;
  right: 2%;
  z-index: 6000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bl_footer_pagetop.show {
  bottom: 0;
  opacity: 1;
}

.bl_footer_pagetop.hide {
  bottom: -100px;
  opacity: 0;
}

@media(max-width:767px){
  .bl_footer_pagetop{
    display: none;
  }
}


#sp_fix_btn {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3000;
}

#sp_fix_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 4%;
}

@media screen and (max-width: 479px) {
  #sp_fix_btn {
    display: block;
  }
}
.bl_mv {
  margin-top: -83px;
  min-height: 806px;
  overflow: hidden;
  position: relative;
}

.bl_mv:after {
  background-image: url(../images/index/mv_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 806px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 480px);
  z-index: -100;
}

@media screen and (max-width: 1440px) {
  .bl_mv {
    min-height: 55.9722222222vw;
  }
  .bl_mv:after {
    min-height: 55.9722222222vw;
  }
}
@media screen and (max-width: 1140px) {
  .bl_mv {
    min-height: 476px;
  }
  .bl_mv:after {
    height: 70.701754386vw;
    min-height: 476px;
    width: 66.589%;
  }
}
@media screen and (max-width: 479px) {
  .bl_mv {
    min-height: 350px;
  }
}
@media screen and (max-width: 700px) {
  .bl_mv:after {
    width: 100%;
  }
}
.bl_mv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 806px;
  padding: 0 4%;
  width: calc(100% - 480px);
}

@media screen and (max-width: 1440px) {
  .bl_mv_wrap {
    height: 55.9722222222vw;
  }
}
@media screen and (max-width: 1140px) {
  .bl_mv_wrap {
    min-height: 476px;
    width: 66.589%;
  }
}
@media screen and (max-width: 700px) {
  .bl_mv_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bl_mv_wrap {
    min-height: 350px;
    padding: 72px 4% 0;
  }
}
.bl_mv_ttl {
  color: #fff;
  font-size: clamp(51px, -33px + 9.375vw, 102px);
  font-size: clamp(3.1875rem, -2.0625rem + 9.375vw, 6.375rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.11765;
}

.bl_mv_txt {
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, -12.941px + 3.67647vw, 40px);
  font-size: clamp(1.25rem, -0.80882rem + 3.67647vw, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 2.85;
}

.bl_mv_link {
  color: #FFFFFF;
  font-family: "Roboto";
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  font-weight: 700;
  line-height: 1.15;
}

.bl_mv_link:link, .bl_mv_link:visited {
  color: #fff;
}

.bl_mv_link:hover, .bl_mv_link:active {
  color: white;
}

.bl_mv_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  right: 0;
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .bl_mv_img {
    gap: 1.3888888889vw;
    width: 45.2777777778vw;
  }
  .bl_mv_img img:nth-child(1), .bl_mv_img img:nth-child(2) {
    width: 15.6944444444vw;
  }
  .bl_mv_img img:nth-child(3) {
    width: 11.1805555556vw;
  }
}
@media screen and (max-width: 700px) {
  .bl_mv_img {
    display: none;
  }
}
.bl_mv_post {
  background-color: #B3C1CC;
  border-radius: 7px;
  bottom: 45px;
  left: 25px;
  max-width: 397px;
  padding: 18px 16px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .bl_mv_post {
    display: none;
  }
}
.bl_mv_post_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  z-index: auto;
}

.bl_mv_post_wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.bl_mv_post_wrap:hover + .bl_mv_post_thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_mv_post_thumb {
  line-height: 0;
  max-width: 101px;
  overflow: hidden;
  width: 100%;
}

.bl_mv_post_thumb img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.bl_mv_post_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_mv_post_body:after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 50%;
}

.bl_mv_post_date {
  color: #738491;
}

.bl_mv_post_txt {
  color: #2C2928;
  line-height: 1.75;
  padding-right: 30px;
}

.bl_mv_post_newlist {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.bl_mv_post_newlist:link, .bl_mv_post_newlist:visited {
  color: #E80000;
}

.bl_mv_post_newlist:hover, .bl_mv_post_newlist:active {
  color: #ff4f4f;
}

/* gcoat */
.bl_gmv {
  background-color: #000;
  margin-top: -161px;
  padding-bottom: 100px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 161px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .bl_gmv {
    margin-top: -11.1805555556vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_gmv {
    margin-top: -34.7222222222vw;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.bl_gmv_wrap {
  position: relative;
}

.bl_gmv_ttl {
  margin-bottom: 60px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .bl_gmv_ttl img {
    width: 100%;
  }
}
.bl_gmv_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -470px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .bl_gmv_lineup {
    margin-top: -32.6388888889vw;
  }
}
.bl_gmv_txt {
  margin-top: -70px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .bl_gmv_txt {
    margin-top: -4.8611111111vw;
  }
}
.bl_mv_sp {
  display: none;
}

@media screen and (max-width: 700px) {
  .bl_mv_sp {
    background-color: #C8D8E4;
    display: block;
    position: relative;
    z-index: 0;
  }
  .bl_mv_sp:after {
    background-color: #fff;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100;
  }
  .bl_mv_sp .bl_mv_sp_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    gap: 8px;
            justify-content: flex-end;
    margin-bottom: 36px;
    padding-top: 40px;
  }
  .bl_mv_sp .bl_mv_sp_img img:nth-child(1), .bl_mv_sp .bl_mv_sp_img img:nth-child(2) {
    width: 125px;
  }
  .bl_mv_sp .bl_mv_sp_img img:nth-child(3) {
    width: 89.5px;
  }
  .bl_mv_sp .bl_mv_sp_post {
    background-color: #C8D8E4;
    border: 1px solid #B3C1CC;
    border-radius: 7px;
    display: block;
    margin: 0 25px;
    padding: 18px 16px;
    position: relative;
  }
}
.bl_slider {
  background-color: #fff;
  padding-bottom: 75px;
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 700px) {
  .bl_slider {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}
.bl_slider_item {
  text-align: center;
}

.bl_slider_item a {
  overflow: hidden;
}

.bl_slider_item img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.bl_slider_item:hover .bl_slider_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_slider_item:hover.__hoverOpa img {
  -webkit-transform: none;
  opacity: 0.7;
          transform: none;
}

.bl_slider_img {
  border-radius: 15px;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
  overflow: hidden;
}

.bl_slider_link {
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  margin-top: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 700px) {
  .bl_slider_link {
    margin-top: 8px;
  }
}
.swiper-slide.swiper-slide-active .bl_slider_link {
  opacity: 1;
  visibility: visible;
}

.bl_slider__fraction .swiper-button-prev-fraction {
  bottom: 74px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  position: absolute;
  right: 190px;
  top: auto;
  width: auto;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_slider__fraction .swiper-button-prev-fraction:after {
  content: "";
}

@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-button-prev-fraction {
    left: 0;
    right: auto;
    top: calc(50% - 35px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bl_slider__fraction .swiper-button-next-fraction {
  bottom: 74px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  position: absolute;
  right: 80px;
  top: auto;
  width: auto;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_slider__fraction .swiper-button-next-fraction:after {
  content: "";
}

@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-button-next-fraction {
    left: auto;
    right: 0;
    top: calc(50% - 35px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bl_slider__fraction .swiper-pagination-fraction {
  bottom: 84px;
  bottom: 76px;
  color: #738491;
  font-size: 16px;
  font-weight: 900;
  left: auto;
  letter-spacing: 0.011em;
  position: absolute;
  right: 100px;
  text-align: center;
  width: 100px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-pagination-fraction {
    bottom: 40px;
    bottom: 33px;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
            transform: translate3d(0, 0, 0) translateX(-50%);
  }
}
.bl_slider__fraction .swiper-pagination-stop-n-start-fraction {
  bottom: 84px;
  position: absolute;
  right: 50px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
          transform: translate3d(0, 0, 0);
  width: 20px;
  z-index: 10;
}

@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-pagination-stop-n-start-fraction {
    bottom: 40px;
    left: calc(50% + 40px);
    right: auto;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
            transform: translate3d(0, 0, 0) translateX(-50%);
  }
}
.bl_slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 32px;
  margin: 0 auto;
  margin-top: 42px;
  max-width: 850px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .bl_slider_pagination {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_slider_pagination_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  .bl_slider_pagination_wrap {
    width: 100%;
  }
}
.bl_swiper-button-prev-bar {
  line-height: 0;
  margin-right: 12px;
  min-width: 35px;
}

.bl_swiper-button-next-bar {
  line-height: 0;
  min-width: 35px;
}

.bl_swiper-scrollbar {
  background-color: #fff;
  height: 3px;
  margin-right: 20px;
  position: relative;
  width: calc(100% - 20px);
}

.swiper-scrollbar-drag {
  background-color: #90A7B8 !important;
}

.bl_slider_pagination_lineup {
  line-height: 0;
}

@media screen and (max-width: 479px) {
  .bl_slider_pagination_lineup {
    margin: 0 auto;
  }
}
/* 背景文字スクロール */
.bl_txtSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  list-style: none;
  margin-inline: 0;
  overflow: hidden;
  padding-inline: 0;
  padding-top: 60px;
}

.bl_txtSlider .bl_txtSlider_item {
  color: #132C3F;
  font-size: clamp(75px, 57.5px + 3.64583vw, 110px);
  font-size: clamp(4.6875rem, 3.59375rem + 3.64583vw, 6.875rem);
  font-weight: 300;
  margin: 0;
  opacity: 0.12;
  padding: 0 1em 0 0;
  white-space: nowrap;
  -webkit-animation: marquee-left 22s linear infinite;
          animation: marquee-left 22s linear infinite;
}

@media screen and (max-width: 479px) {
  .bl_txtSlider {
    padding-top: 30px;
  }
}
@-webkit-keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* LINEUP slider */
.bl_lineupSlider {
  margin-top: 90px;
  position: relative;
}

.bl_lineupSlider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  row-gap: 24px;
}

.bl_lineupSlider_item img {
  padding-left: 4%;
  padding-right: 4%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.bl_lineupSlider_item a:hover {
  opacity: 0.7;
}

.bl_lineupSlider_item a:hover.bl_lineupSlider_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_lineupSlider_item a:hover.bl_lineupSlider_img.__hoverOpa img {
  -webkit-transform: none;
          transform: none;
}

.bl_lineupSlider_img {
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .bl_lineupSlider_img {
    text-align: center;
  }
}
.bl_lineupSlider_txt {
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  font-weight: 700;
  min-height: 7em;
}

.bl_lineupSlider_txt span {
  display: block;
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 700;
  margin-top: 6px;
}

.bl_lineupSlider_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.bl_lineupSlider_btns a {
  width: calc(50% - 2px);
}

.bl_lineupSlider_btns a img {
  width: 100%;
}

.bl_lineupSlider_btns.bl_lineupSlider_btns__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_lineupSlider__sponly.bl_lineupSlider {
  margin-top: auto;
}

@media (min-width: 480px) and (max-width: 897px) {
  .bl_lineupSlider__sponly .swiper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_lineupSlider__sponly .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.bl_lineupSlider__sponly .swiper:not(.swiper-initialized) .bl_lineupSlider_item {
  width: calc(20% - 19.2px);
}

.bl_lineupSlider__sponly .swiper-button-prev,
.bl_lineupSlider__sponly .swiper-button-next {
  display: none;
}

@media screen and (max-width: 479px) {
  .bl_lineupSlider__sponly .swiper-button-prev,
  .bl_lineupSlider__sponly .swiper-button-next {
    display: block;
  }
}
.bl_lineupSlider__sponly .bl_lineupSlider_item {
  row-gap: 0;
}

.bl_lineupSlider__sponly .bl_lineupSlider_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.bl_lineupSlider__sponly .bl_lineupSlider_item img {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.bl_lineupSlider__sponly .bl_lineupSlider_img > span {
  border-radius: 8px;
  line-height: 0;
  overflow: hidden;
}

.bl_lineupSlider__sponly .bl_lineupSlider_btns a {
  width: auto;
}

.bl_lineupSlider__sponly .bl_lineupSlider_btns a img {
  max-width: 84px;
}

.bl_lineupSlider__sponly .bl_slider_pagination {
  display: none;
}

@media screen and (max-width: 896px) {
  .bl_lineupSlider__sponly .bl_slider_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.bl_lineupSlider__sponly .bl_slider_pagination_wrap {
  width: 100%;
}

.bl_banner__spslider {
  display: none;
}

@media screen and (max-width: 479px) {
  .bl_banner__spslider {
    display: block;
  }
}
.bl_banner__spslider .swiper:not(.swiper-initialized).bl_banner {
  background-color: #C8D8E4;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

.bl_banner__spslider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 24px;
  margin: 0 auto;
  max-width: 1086px;
}

.bl_banner__spslider .swiper:not(.swiper-initialized) .bl_banner_item {
  width: calc(25% - 18px);
}

@media screen and (max-width: 896px) {
  .bl_banner__spslider .swiper:not(.swiper-initialized) .bl_banner_item {
    width: calc(33.33333% - 16px);
  }
}
.bl_banner__spslider .swiper.swiper-initialized .swiper-wrapper {
  max-width: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: initial;
}

.bl_banner__spslider .bl_banner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.bl_banner__spslider .swiper-button-prev,
.bl_banner__spslider .swiper-button-next {
  display: none;
}

@media screen and (max-width: 479px) {
  .bl_banner__spslider .swiper-button-prev,
  .bl_banner__spslider .swiper-button-next {
    display: block;
  }
}
.bl_banner__spslider .bl_slider_pagination {
  display: none;
}

@media screen and (max-width: 896px) {
  .bl_banner__spslider .bl_slider_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}
.bl_banner__spslider .bl_slider_pagination_wrap {
  width: 100%;
}

/* gcoat */
.gcoat .bl_slider {
  background-color: #000;
}

.gcoat .bl_slider_link {
  color: #fff;
}

.bl_banner {
  background-color: #C8D8E4;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

.bl_banner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1086px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 24px;
}

.bl_banner_item {
  width: calc(25% - 18px);
}

.bl_banner_item a:hover .bl_banner_thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 896px) {
  .bl_banner_item {
    width: calc(33.33333% - 16px);
  }
}
.bl_banner_thumb {
  line-height: 0;
  margin-bottom: 8px;
  overflow: hidden;
}

.bl_banner_thumb img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.bl_banner_ttl {
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .bl_banner__spslider {
    background-color: #C8D8E4;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_banner__spnav.bl_banner {
  background-color: transparent;
  padding-bottom: 0;
}

.bl_banner__spnav .bl_banner_inner {
  gap: 12px 8px;
}

.bl_banner__spnav .bl_banner_item {
  width: calc(50% - 4px) !important;
}

.bl_banner__spnav .bl_banner_ttl {
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
}

.bl_banner__spnavG .bl_banner_ttl {
  color: #fff;
}

.bl_banner__gcoat.bl_banner {
  background-color: transparent;
  padding-bottom: 45px;
}

.bl_banner__gcoat .bl_banner_inner {
  gap: 16px 6px;
}

.bl_banner__gcoat .bl_banner-container {
  padding: 0 25px;
  width: 100%;
}

.bl_banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap:30px 70px;
  justify-content: center;
  margin: 0 auto 45px;
  max-width: 315px;
  width: 100%;
}
.bl_banner-list__item {
  width: 104px;
}
.bl_banner-list__item:nth-child(4){
  width: 93px;
}
.bl_banner__gcoat .bl_banner_item {
  width: calc(25% - 4.5px);
}

.bl_banner__noslider.bl_banner {
  background-color: #C8D8E4;
  padding-bottom: 100px;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
}

@media screen and (max-width: 479px) {
  .bl_banner__noslider.bl_banner {
    display: none;
  }
}
.bl_banner__noslider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 24px;
  margin: 0 auto;
  max-width: 1086px;
}

.bl_banner__noslider .bl_banner_item {
  width: calc(25% - 18px);
}

@media screen and (max-width: 896px) {
  .bl_banner__noslider .bl_banner_item {
    width: calc(33.33333% - 16px);
  }
}
.bl_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 75px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1140px) {
  .bl_movie {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_movie_item {
  background-color: #F7F6F3;
  border: none;
  cursor: pointer;
  width: calc(50% - 37.5px);
}

@media screen and (max-width: 896px) {
  .bl_movie_item {
    text-align: left;
    width: 100%;
  }
}
.bl_movie_thumb {
  margin-bottom: 30px;
}

.bl_movie_thumb img {
  width: 100%;
}

.bl_movie_ttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 10px;
}

.bl_movie_txt {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500px;
  line-height: 2.28571;
}

.bl_movie_more {
  display: none;
  padding-top: 20px;
}

/*gcoat*/
.bl_gmovie {
  padding-top: 110px;
  position: relative;
  z-index: 5;
}

.bl_movie__gcoat.bl_movie {
  margin-bottom: 0;
}

.bl_movie__gcoat .bl_movie_item {
  background-color: #000;
  color: #D8E3EB;
}

.bl_comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 150px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 30px 70px;
          justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
}

.bl_lineup {
  padding-left: 7%;
  position: relative;
  z-index: 0;
}

.bl_lineup:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 14.583%;
  z-index: -1;
}

@media screen and (max-width: 1140px) {
  .bl_lineup {
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .bl_lineup:after {
    width: 14px;
  }
}
.bl_lineup_ttl {
  margin-bottom: 40px;
  padding-top: 75px;
}

@media screen and (max-width: 1140px) {
  .bl_lineup_ttl {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_lineup_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 65px;
}

@media screen and (max-width: 1140px) {
  .bl_lineup_media {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_lineup_media_img {
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  width: 38.541%;
}

.bl_lineup_media_img img {
  -webkit-transition: 0.4s all;
  line-height: 0;
  transition: 0.4s all;
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .bl_lineup_media_img {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup_media_img {
    width: 100%;
  }
}
.bl_lineup_media_img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_lineup_media_body {
  width: 40%;
}

@media screen and (max-width: 1140px) {
  .bl_lineup_media_body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup_media_body {
    width: 100%;
  }
}
.bl_lineup_media_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  font-weight: 700;
  height: 30px;
  margin-bottom: 12px;
  width: 100%;
}

.bl_lineup_media_ttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 13px + 1.45833vw, 34px);
  font-size: clamp(1.25rem, 0.8125rem + 1.45833vw, 2.125rem);
  margin-bottom: 12px;
}

.bl_lineup_media_ttl span {
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
}

.bl_lineup_media_txt {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  line-height: 2.28571;
  margin-bottom: 24px;
}

.bl_lineup_rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1140px) {
  .bl_lineup_rec {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_lineup__gcoat.bl_lineup {
  padding-bottom: 150px;
}

.bl_lineup__gcoat.bl_lineup:after {
  background-color: #0A4208;
}

.bl_lineup__gcoat .bl_lineup_ttl {
  padding-top: 50px;
}

.bl_lineup__gcoat .bl_lineup_media_img {
  overflow: visible;
}

.bl_lineup__gcoat .bl_lineup_media_img:after {
  background: #46A538;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="75" /></filter></svg>#filter');
  height: 123.02px;
  left: 4.8611111111vw;
  position: absolute;
  top: 10.4166666667vw;
  width: 604.24px;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  -webkit-transform: rotate(-5.5deg);
          transform: rotate(-5.5deg);
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .bl_lineup__gcoat .bl_lineup_media_img:after {
    height: 8.5430555556vw;
    width: 41.9611111111vw;
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup__gcoat .bl_lineup_media_img:after {
    bottom: 0;
    top: auto;
  }
}
.bl_lineup__gcoat .bl_lineup_media_img_gcoat {
  border-radius: 10px;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.bl_lineup__gcoat .bl_lineup_media_cat {
  border: 1px solid #90A7B8;
  color: #D8E3EB;
  max-width: 115px;
}

.bl_lineup__gcoat .bl_lineup_media_ttl {
  color: #D8E3EB;
}

.bl_lineup__gcoat .bl_lineup_media_txt {
  color: #D8E3EB;
}

/* cleanview */
.bl_lineup__cleanview.bl_lineup {
  padding-bottom: 75px;
  padding-right: 5%;
}

.bl_lineup__cleanview.bl_lineup:after {
  background-color: #E80000;
}

@media screen and (max-width: 1140px) {
  .bl_lineup__cleanview.bl_lineup {
    padding-right: 0;
  }
}
.bl_lineup__cleanview .bl_lineup_media_cat {
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  color: #000;
  max-width: 115px;
}

.bl_lineup__cleanview .bl_lineup_media_ttl {
  color: #000;
}

.bl_lineup__cleanview .bl_lineup_media_txt {
  color: #000;
}

.bl_lineup__cleanview .bl_lineup_rec {
  margin-top: 60px;
}

.bl_lineup__cleanview .bl_lineup_rec.bl_lineup_rec__sp {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* no touch */
.bl_lineup__notouch.bl_lineup {
  padding-bottom: 75px;
  padding-right: 5%;
}

.bl_lineup__notouch.bl_lineup:after {
  background-color: #C8D8E4;
}

@media screen and (max-width: 1140px) {
  .bl_lineup__notouch.bl_lineup {
    padding-right: 0;
  }
}
.bl_lineup__notouch .bl_lineup_media_cat {
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  color: #000;
  max-width: 115px;
}

.bl_lineup__notouch .bl_lineup_media_ttl {
  color: #000;
}

.bl_lineup__notouch .bl_lineup_media_txt {
  color: #47565A;
}

.bl_lineup__notouch .bl_lineup_rec {
  margin-top: 60px;
}

.bl_lineup__notouch .bl_lineup_rec.bl_lineup_rec__sp {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ebody */
.bl_lineup__ebody.bl_lineup {
  padding-bottom: 75px;
  padding-right: 5%;
}

.bl_lineup__ebody.bl_lineup:after {
  background-color: #AAABAB;
}

@media screen and (max-width: 1140px) {
  .bl_lineup__ebody.bl_lineup {
    padding-right: 0;
  }
}
.bl_lineup__ebody .bl_lineup_media_cat {
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  color: #000;
  max-width: 115px;
}

.bl_lineup__ebody .bl_lineup_media_ttl {
  color: #000;
}

.bl_lineup__ebody .bl_lineup_media_txt {
  color: #47565A;
}

.bl_lineup__ebody .bl_lineup_rec {
  margin-right: 21%;
  margin-top: 60px;
}

@media screen and (max-width: 896px) {
  .bl_lineup__ebody .bl_lineup_rec {
    margin-right: 0;
  }
}
.bl_lineup__ebody .bl_lineup_rec.bl_lineup_rec__sp {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* cleaner */
.bl_lineup__cleaner.bl_lineup {
  padding-bottom: 75px;
  padding-right: 5%;
}

.bl_lineup__cleaner.bl_lineup:after {
  background-color: #363030;
}

@media screen and (max-width: 1140px) {
  .bl_lineup__cleaner.bl_lineup {
    padding-right: 0;
  }
}
.bl_lineup__cleaner .bl_lineup_media_cat {
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  color: #000;
  max-width: 115px;
}

.bl_lineup__cleaner .bl_lineup_media_ttl {
  color: #000;
}

.bl_lineup__cleaner .bl_lineup_media_txt {
  color: #000;
}

.bl_lineup__cleaner .bl_lineup_rec {
  margin-top: 60px;
}

.bl_lineup__cleaner .bl_lineup_rec.bl_lineup_rec__sp {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_search {
  border-radius: 10px;
  padding-bottom: 70px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 150px;
}

@media screen and (max-width: 479px) {
  .bl_search {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
.bl_search_inner {
  background-color: #F0F0F0;
  margin: 0 auto;
  max-width: 1008px;
  padding: 30px 4% 55px 4%;
}

.bl_search_ttl {
  margin-bottom: 20px;
}

.bl_search_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_search_item {
  border-right: 1px solid rgba(115, 132, 145, .3);
}

.bl_search_item:last-child {
  border-right: none;
}

.bl_search_item:nth-child(1) {
  padding-right: 45px;
  width: calc(21.626% + 45px);
}

@media screen and (max-width: 896px) {
  .bl_search_item:nth-child(1) {
    border-bottom: 1px solid rgba(115, 132, 145, .3);
    padding-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.bl_search_item:nth-child(2) {
  padding-left: 45px;
  padding-right: 45px;
  width: calc(30.55% + 90px);
}

@media screen and (max-width: 896px) {
  .bl_search_item:nth-child(2) {
    border-bottom: 1px solid rgba(115, 132, 145, .3);
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    width: 100%;
  }
}
.bl_search_item:nth-child(3) {
  padding-left: 45px;
  width: calc(21.626% + 45px);
}

@media screen and (max-width: 896px) {
  .bl_search_item:nth-child(3) {
    padding-left: 0;
    padding-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .bl_search_item {
    border-right: none;
  }
}
.bl_search_cat {
  margin-bottom: 18px;
}

.bl_search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 13px;
}

@media screen and (max-width: 896px) {
  .bl_search_list {
    gap: 26px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_search_link {
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 5px;
}

.bl_mdv {
  background-image: url(../images/index/md_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 479px) {
  .bl_mdv {
    background-image: url(../images/index/md_bg_sp@2x.png);
  }
}
.bl_mdv_inner {
  padding-bottom: 7.083%;
  padding-left: 8.75%;
  padding-right: 4%;
  padding-top: 6.041%;
  position: relative;
}

@media screen and (max-width: 479px) {
  .bl_mdv_inner {
    padding-bottom: 72.9166666667vw;
  }
}
.bl_mdv_ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .bl_mdv_ttl img {
    width: 45.4166666667vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_ttl img {
    width: auto;
  }
}
@media screen and (max-width: 1440px) {
  .bl_mdv_txt img {
    width: 28.5416666667vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_txt img {
    width: auto;
  }
}
.bl_mdv_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
  bottom: 9.305%;
          column-gap: 45px;
  right: 3.333%;
}

@media screen and (max-width: 1440px) {
  .bl_mdv_img {
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
  }
  .bl_mdv_img img {
    width: 22.0833333333vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_img {
    -webkit-column-gap: 12.5px;
       -moz-column-gap: 12.5px;
    bottom: 5.305%;
            column-gap: 12.5px;
  }
  .bl_mdv_img img {
    max-width: 115px;
    width: 100%;
  }
}
.bl_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.bl_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
  border-bottom: 1px solid #fff;
          column-gap: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
  z-index: 0;
}

@media screen and (max-width: 896px) {
  .bl_news_item {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.bl_news_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.bl_news_link:hover + .bl_news_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_news_img {
  line-height: 0;
  overflow: hidden;
  width: 18%;
}

.bl_news_img img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .bl_news_img {
    width: 30%;
  }
}
.bl_news_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .bl_news_body {
    width: 70%;
  }
}
.bl_news_date {
  display: inline-block;
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  margin-right: 10px;
}

.bl_news_cat {
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  padding: 5px 7px;
  position: relative;
  z-index: 5;
  z-index: 2;
}

.bl_news_txt {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 896px) {
  .bl_news_txt {
    margin-top: 8px;
  }
}
.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_media.bl_media__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 479px) {
  .bl_media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_media_img {
  width: 48%;
}

.bl_media_body {
  width: 48%;
}

.bl_media_ttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(20px, 14px + 1.25vw, 32px);
  font-size: clamp(1.25rem, 0.875rem + 1.25vw, 2rem);
  line-height: 1.75;
  margin-bottom: 16px;
}

.bl_media_txt {
  color: rgba(0, 0, 0, .5);
  line-height: 2;
  margin-bottom: 16px;
}

.bl_media__ov.bl_media {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .bl_media__ov.bl_media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_media__ov .bl_media_img {
  width: 47.083%;
}

@media screen and (max-width: 896px) {
  .bl_media__ov .bl_media_img {
    width: 100%;
  }
  .bl_media__ov .bl_media_img img {
    width: 100%;
  }
}
.bl_media__ov .bl_media_body {
  padding-left: 11.666%;
  padding-right: 4.513%;
  padding-top: 6.944%;
  width: 50%;
}

@media screen and (max-width: 896px) {
  .bl_media__ov .bl_media_body {
    padding: 0;
    width: 100%;
  }
}
.bl_media__ov .bl_media_txt {
  color: #132C3F;
}

.bl_media__ov2.bl_media {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .bl_media__ov2.bl_media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_media__ov2 .bl_media_img {
  width: 50%;
}

@media screen and (max-width: 896px) {
  .bl_media__ov2 .bl_media_img {
    width: 100%;
  }
  .bl_media__ov2 .bl_media_img img {
    width: 100%;
  }
}
.bl_media__ov2 .bl_media_body {
  padding-left: 4%;
  padding-right: 9.027%;
  padding-top: 2%;
  width: 43.75%;
}

@media screen and (max-width: 896px) {
  .bl_media__ov2 .bl_media_body {
    padding: 0;
    width: 100%;
  }
}
.bl_media__ov2 .bl_media_txt {
  color: #132C3F;
}

@media screen and (max-width: 896px) {
  .bl_media__x.bl_media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_media__x .bl_media_img {
  line-height: 0;
  overflow: hidden;
  width: 45.35%;
}

.bl_media__x .bl_media_img img {
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media screen and (max-width: 896px) {
  .bl_media__x .bl_media_img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.bl_media__x .bl_media_img a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_media__x .bl_media_body {
  width: 47.837%;
}

@media screen and (max-width: 896px) {
  .bl_media__x .bl_media_body {
    width: 100%;
  }
}
.bl_media__x .bl_media_ttl {
  color: #738491;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(38px, 22px + 3.33333vw, 70px);
  font-size: clamp(2.375rem, 1.375rem + 3.33333vw, 4.375rem);
  line-height: 1;
  margin-bottom: 50px;
}

.bl_media__x .bl_media_subttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  margin-bottom: 20px;
  margin-bottom: 24px;
}

/* G COAT */
.bl_nav {
  background-color: #E80000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  left: 0;
  position: fixed;
  top: 83px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

@media screen and (max-width: 896px) {
  .bl_nav {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .bl_nav {
    position: relative;
    top: 60px;
  }
}
.bl_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

@media screen and (max-width: 896px) {
  .bl_nav_menu {
    display: none;
  }
}
.bl_nav_link {
  color: #fff;
  font-weight: 700;
  line-height: 3;
  overflow: hidden;
  position: relative;
}

.bl_nav_link:link, .bl_nav_link:visited {
  color: #fff;
}

.bl_nav_link:after {
  background-color: #fff;
  bottom: -12px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: 0.4s all;
  overflow: hidden;
  transition: 0.4s all;
}

.bl_nav_link:hover {
  opacity: 1;
}

.bl_nav_link:hover:after {
  width: 100%;
}

.bl_nav_link.bl_nav_link__mm:hover + .bl_nav_mm {
  opacity: 1;
  visibility: visible;
}

.bl_nav_logo {
  left: 10px;
  position: fixed;
  top: 90px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.bl_nav_logo.shrink {
  margin-left: 61px;
  width: 189px;
}

@media screen and (max-width: 896px) {
  .bl_nav_logo {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  .bl_nav_logo.shrink {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
}
@media screen and (max-width: 479px) {
  .bl_nav_logo {
    position: absolute;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.bl_nav_mm {
  left: 50%;
  max-width: 75%;
  position: absolute;
  top: 70px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: 0.3s all;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

@media (max-width: 1280px) {
  .bl_nav_mm {
    max-width: 58%;
  }
}
.bl_nav_mm:hover {
  opacity: 1;
  visibility: visible;
}

.bl_nav_mm_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  padding: 22px 30px 22px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_nav_mm_item {
  border-right: 1px solid #fff;
  position: relative;
  width: 171px;
}

.bl_nav_mm_item::after {
  background-color: #BACAD5;
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  right: -8.5%;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_nav_mm_item:nth-last-child(2) {
  width: 156px;
}

.bl_nav_mm_item:nth-last-child(3) {
  width: 152px;
}


.bl_nav_mm_item:last-child {
  border-right: none;
  width: 196px;
}

.bl_nav_mm_item:last-child::after {
  display: none;
}

.bl_series {
  padding-bottom: 125px;
  padding-top: 95px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 896px) {
  .bl_series {
    padding-bottom: 60px;
  }
}
.bl_series_ttl {
  margin-bottom: 30px;
  text-align: center;
}

.bl_series_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 auto;
  max-width: 1230px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.bl_series_item img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .bl_series_item {
    width: calc(25% - 18px);
  }
}
.bl_detail {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 0;
}

.bl_detail_body {
  margin: 0 auto;
  position: relative;
}

.bl_detail_ttl {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 479px) {
  .bl_detail_ttl {
    display: none;
  }
}
.bl_detail_img {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .bl_detail_img {
    margin-bottom: 30px;
  }
  .bl_detail_img img {
    width: 100%;
  }
}
.bl_detail_movie {
  bottom: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 1440px) {
  .bl_detail_movie {
    width: 19.0972222222vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail_movie {
    display: none;
  }
}
.bl_detail_features {
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .bl_detail_features img {
    width: 100%;
  }
}
.bl_detail_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.bl_detail_btns .el_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.bl_detail_btns .el_btn:after {
  content: "";
}

@media screen and (max-width: 479px) {
  .bl_detail_btns .el_btn.el_btn__amz {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail_btns .el_btn.el_btn__item {
    width: calc(50% - 8px);
  }
}
.bl_detail_btns .el_btn.el_btn__movie {
  display: none;
}

@media screen and (max-width: 479px) {
  .bl_detail_btns .el_btn.el_btn__movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail_btns .el_btn {
    padding: 19px 0.5rem;
  }
}
.bl_detail__hs.bl_detail {
  background-image: url(../images/gcoat/hs/bg@2x.png);
  padding-bottom: 77px;
}

@media screen and (max-width: 479px) {
  .bl_detail__hs.bl_detail {
    background-image: url(../images/gcoat/hs/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__hs .bl_detail_body {
  max-width: 1146px;
  padding-right: 412px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_body {
    max-width: 79.5833333333vw;
    padding-right: 28.6111111111vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__hs .bl_detail_body {
    max-width: none;
    padding-left: 25px;
    padding-right: 0;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__hs .bl_detail_ttl {
  right: 0;
  top: -65px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_ttl {
    top: -4.5138888889vw;
    width: 24.0972222222vw;
  }
}
.bl_detail__hs .bl_detail_img {
  padding-top: 65px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_img {
    padding-top: 4.5138888889vw;
    width: 47.7777777778vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__hs .bl_detail_img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_features {
    width: 49.5833333333vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__hs .bl_detail_features {
    width: 100%;
  }
}
.bl_detail__sb.bl_detail {
  background-image: url(../images/gcoat/sb/bg@2x.png);
  padding-bottom: 77px;
  padding-top: 137px;
}

@media screen and (max-width: 479px) {
  .bl_detail__sb.bl_detail {
    background-image: url(../images/gcoat/sb/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__sb .bl_detail_body {
  max-width: 1119px;
  padding-left: 376px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_body {
    max-width: 77.7083333333vw;
    padding-left: 26.1111111111vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sb .bl_detail_body {
    max-width: none;
    padding-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__sb .bl_detail_ttl {
  left: 0;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_ttl {
    width: 21.1805555556vw;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_img {
    width: 50.2083333333vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sb .bl_detail_img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_features {
    width: 49.8611111111vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sb .bl_detail_features {
    width: 100%;
  }
}
.bl_detail__utd.bl_detail {
  background-image: url(../images/gcoat/utd/bg@2x.png);
  padding-bottom: 94px;
  padding-top: 112px;
}

@media screen and (max-width: 479px) {
  .bl_detail__utd.bl_detail {
    background-image: url(../images/gcoat/utd/bg01_sp@2x.png), url(../images/gcoat/utd/bg02_sp@2x.png);
    background-position: top, bottom;
    background-size: 100% 340px, 100% 250px;
  }
}
.bl_detail__utd .bl_detail_body {
  max-width: 1073px;
  padding-right: 339px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_body {
    max-width: 74.5138888889vw;
    padding-right: 23.5416666667vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__utd .bl_detail_body {
    max-width: none;
    padding-left: 25px;
    padding-right: 0;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__utd .bl_detail_ttl {
  right: 0;
  top: -60px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_ttl {
    width: 24.0972222222vw;
  }
}
.bl_detail__utd .bl_detail_img {
  padding-top: 60px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_img {
    width: 47.2222222222vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__utd .bl_detail_img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_features {
    width: 49.1666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__utd .bl_detail_features {
    width: 100%;
  }
}
.bl_detail__sa.bl_detail {
  background-image: url(../images/gcoat/sa/bg@2x.png);
  padding-bottom: 122px;
  padding-top: 174px;
}

@media screen and (max-width: 479px) {
  .bl_detail__sa.bl_detail {
    background-image: url(../images/gcoat/sa/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__sa .bl_detail_body {
  max-width: 1133px;
  padding-left: 389px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_body {
    max-width: 78.6805555556vw;
    padding-left: 27.0138888889vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sa .bl_detail_body {
    max-width: none;
    padding-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__sa .bl_detail_ttl {
  left: 0;
  top: -55px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_ttl {
    width: 25.3472222222vw;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_img {
    width: 47.2222222222vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sa .bl_detail_img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_features {
    width: 51.6666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sa .bl_detail_features {
    width: 100%;
  }
}
.bl_detail__qs.bl_detail {
  background-image: url(../images/gcoat/qs/bg@2x.png);
  padding-bottom: 140px;
  padding-top: 110px;
}

@media screen and (max-width: 479px) {
  .bl_detail__qs.bl_detail {
    background-image: url(../images/gcoat/qs/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__qs .bl_detail_body {
  max-width: 1041px;
  padding-right: 325px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_body {
    max-width: 72.2916666667vw;
    padding-right: 22.5694444444vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__qs .bl_detail_body {
    max-width: none;
    padding-left: 25px;
    padding-right: 0;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__qs .bl_detail_ttl {
  right: 0;
  top: 0px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_ttl {
    width: 12.2916666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_img {
    width: 47.5694444444vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__qs .bl_detail_img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_features {
    width: 48.8194444444vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__qs .bl_detail_features {
    width: 100%;
  }
}
.bl_detail__wr.bl_detail {
  background-image: url(../images/gcoat/wr/bg@2x.png);
  padding-bottom: 85px;
  padding-top: 126px;
}

@media screen and (max-width: 479px) {
  .bl_detail__wr.bl_detail {
    background-image: url(../images/gcoat/wr/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__wr .bl_detail_body {
  max-width: 1211px;
  padding-left: 467px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_body {
    max-width: 84.0972222222vw;
    padding-left: 32.4305555556vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__wr .bl_detail_body {
    max-width: none;
    padding-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__wr .bl_detail_ttl {
  left: 0;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_ttl {
    width: 32.4305555556vw;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_img {
    width: 48.8888888889vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__wr .bl_detail_img {
    width: 100%;
  }
}
.bl_detail__cs.bl_detail {
  background-image: url(../images/gcoat/cs/bg@2x.png);
  padding-bottom: 112px;
  padding-top: 147px;
}

@media screen and (max-width: 479px) {
  .bl_detail__cs.bl_detail {
    background-image: url(../images/gcoat/cs/bg_sp@2x.png);
    background-size: 100% 250px;
  }
}
.bl_detail__cs .bl_detail_body {
  max-width: 1158px;
  padding-left: 309px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_body {
    max-width: 80.4166666667vw;
    padding-left: 21.4583333333vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__cs .bl_detail_body {
    max-width: none;
    padding-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
}
.bl_detail__cs .bl_detail_ttl {
  left: 0;
  top: 0px;
}

@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_ttl {
    width: 15.9722222222vw;
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_img {
    width: 58.9583333333vw;
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__cs .bl_detail_img {
    width: 100%;
  }
}
.bl_how2use {
  padding-bottom: 123px;
  padding-top: 432px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 479px) {
  .bl_how2use {
    padding-top: 130px;
  }
}
.bl_how2use_inner {
  color: #fff;
  margin: 0 auto;
  max-width: 950px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

.bl_how2use_ttl {
  font-size: clamp(30px, 25px + 1.04167vw, 40px);
  font-size: clamp(1.875rem, 1.5625rem + 1.04167vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 45px;
  padding-bottom: 20px;
  position: relative;
}

.bl_how2use_ttl:before {
  background-color: #54B923;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 28px;
}

.bl_how2use_ttl:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 36px;
  position: absolute;
  width: calc(100% - 36px);
}

.bl_how2use_subttl {
  font-size: clamp(18px, 13px + 1.04167vw, 28px);
  font-size: clamp(1.125rem, 0.8125rem + 1.04167vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.bl_how2use_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
  margin-bottom: 60px;
}

.bl_how2use_item {
  width: calc(33.33333% - 16px);
}

@media screen and (max-width: 896px) {
  .bl_how2use_item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 479px) {
  .bl_how2use_item {
    width: 100%;
  }
  .bl_how2use_item.__more01, .bl_how2use_item.__more02, .bl_how2use_item.__more03, .bl_how2use_item.__more04 {
    display: none;
  }
}
.bl_how2use_img {
  margin-bottom: 10px;
}

.bl_how2use_img img {
  width: 100%;
}

.bl_how2use_txt {
  color: #fff;
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  line-height: 1.5;
}

.bl_how2use_table {
  margin-top: 30px;
}

.bl_how2use_list__alt.bl_how2use_list {
  margin-bottom: 30px;
}

.bl_how2use_list__alt .bl_how2use_list_subttl {
  font-size: clamp(14px, 12px + 0.41667vw, 18px);
  font-size: clamp(0.875rem, 0.75rem + 0.41667vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.bl_how2use_list__alt2.bl_how2use_list {
  margin-bottom: 80px;
}

.bl_how2use_list__alt2 .bl_how2use_list_subttl {
  font-size: clamp(14px, 12px + 0.41667vw, 18px);
  font-size: clamp(0.875rem, 0.75rem + 0.41667vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.bl_h2u_more {
  display: none;
}

@media screen and (max-width: 479px) {
  .bl_h2u_more {
    display: block;
    padding: 10px 20% 0;
  }
}
/* NEWS */
.bl_pankuzu {
  margin-top: -83px;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 120px;
  position: relative;
}

.bl_pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_pankuzu_list li {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
}

.bl_pankuzu_list li:after {
  content: ">";
  padding-left: 1em;
  padding-right: 1em;
}

.bl_pankuzu_list li:last-child:after {
  content: "";
}

.bl_pageNews {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .bl_pageNews {
    max-width: 100%;
    padding: 0 4%;
  }
}
.bl_pageNews_ttl {
  font-size: clamp(20px, 15px + 1.04167vw, 30px);
  font-size: clamp(1.25rem, 0.9375rem + 1.04167vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
}

.bl_pageNews_ttl span {
  color: #E80000;
  display: block;
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 900;
}

.bl_pageNews_select {
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 45px;
  max-width: 900px;
  padding: 5px 45px;
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .bl_pageNews_select {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bl_pageNews_select {
    border-radius: 0;
    padding: 5px 12px;
  }
}
.bl_pageNews_select_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  padding-bottom: 11px;
  padding-top: 20px;
}

.bl_pageNews_select_inner:nth-child(1) {
  border-bottom: 1px solid #C8D8E4;
}

@media screen and (max-width: 479px) {
  .bl_pageNews_select_inner {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.bl_pageNews_select_ttl {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 700;
  width: 10%;
}

@media screen and (max-width: 479px) {
  .bl_pageNews_select_ttl {
    width: 17%;
  }
}
.bl_pageNews_select_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.bl_pageNews_select_body li {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .bl_pageNews_select_body {
    width: 80%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.bl_pageNews_select_item {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
}

.bl_pageNews_select_item.bl_pageNews_select_item__active {
  border-bottom: 2px solid #E80000;
  font-weight: 700;
  padding-bottom: 7px;
}

.bl_pageNews_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 20px;
  padding-bottom: 240px;
}

.bl_pageNews_article article {
  position: relative;
  width: calc(25% - 15px);
  z-index: 0;
}

@media screen and (max-width: 896px) {
  .bl_pageNews_article article {
    gap: 60px 20px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 479px) {
  .bl_pageNews_article article {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .bl_pageNews_article {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bl_pageNews_link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.bl_pageNews_link:hover + .bl_pageNews_article_thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_pageNews_article_thumb {
  border-radius: 4px;
  line-height: 0;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}

.bl_pageNews_article_thumb img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  width: 100%;
}

.bl_pageNews_article_new {
  background-color: #fff;
  border-radius: 30px;
  color: #E80000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 8px;
  top: 6px;
}

.bl_pageNews_article_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 6px;
}

@media screen and (max-width: 896px) {
  .bl_pageNews_article_wrap {
    margin-bottom: 12px;
  }
}
.bl_pageNews_article_date {
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  letter-spacing: 0.1em;
}

.bl_pageNews_article_cat a {
  background-color: #fff;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}

.bl_single {
  padding-bottom: 100px;
  padding-top: 50px;
  position: relative;
}

.bl_single_newlist {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.bl_single_newlist_ttl {
  font-size: clamp(16px, 12px + 0.83333vw, 24px);
  font-size: clamp(1rem, 0.75rem + 0.83333vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 45px;
}

.bl_single_inner {
  background-color: #fff;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 72px;
  position: relative;
  width: 100%;
}

.bl_single_inner h1 {
  font-size: clamp(20px, 15px + 1.04167vw, 30px);
  font-size: clamp(1.25rem, 0.9375rem + 1.04167vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.66667;
  margin-bottom: 55px;
}

.bl_single_inner h2 {
  border-top: 1px solid #D9D9D9;
  font-size: clamp(16px, 12px + 0.83333vw, 24px);
  font-size: clamp(1rem, 0.75rem + 0.83333vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-top: 18px;
  position: relative;
}

.bl_single_inner h2::before {
  background: #E80000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 80px;
}

.bl_single_inner h3 {
  border-left: 6px solid #E80000;
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-bottom: 14px;
  padding-left: 13px;
}

.bl_single_inner h4 {
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.bl_single_inner p {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 30px;
}

.bl_single_inner b {
  font-weight: 700;
}

.bl_single_inner a {
  text-decoration: underline;
}

.bl_single_inner a:link, .bl_single_inner a:visited {
  color: #E80000;
}

.bl_single_inner a:hover, .bl_single_inner a:active {
  color: #ff4f4f;
}

@media screen and (max-width: 896px) {
  .bl_single_inner {
    border-radius: 0;
    padding: 50px 4%;
  }
}
.bl_single_movie {
  margin: 0 auto;
  margin-bottom: 55px;
  max-width: 868px;
  width: 100%;
}

.bl_single_thumb {
  margin: 0 auto;
  margin-bottom: 110px;
  max-width: 750px;
  width: 100%;
}

.bl_single_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 16px;
}

.bl_single_date {
  font-size: clamp(10px, 9px + 0.20833vw, 12px);
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  letter-spacing: 0.1em;
}

.bl_single_cat a {
  background-color: #D8E3EB;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
}

.bl_single_cat a:link, .bl_single_cat a:visited {
  color: #132C3F;
}

.bl_single_cat a:hover, .bl_single_cat a:active {
  color: #2b638d;
}

/*
 * Module Group - Element
 */
.el_btn {
  background-color: #fff;
  border: 1px solid #B9C8D4;
  border-radius: 60px;
  color: #132C3F;
  cursor: pointer;
  display: inline-block;
  max-width: 320px;
  padding: 24px 8px;
  padding: 24px 0.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.el_btn:after {
  content: "＋";
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn:hover {
  background-color: #B9C8D4;
  color: #fff;
}

.el_btn:hover:link, .el_btn:hover:visited {
  color: #fff;
}

.el_btn:link, .el_btn:visited {
  color: #132C3F;
}

.el_btn.el_btn__arrow {
  padding: 17px 8px;
  padding: 17px 0.5rem;
}

.el_btn.el_btn__arrow::after {
  content: "→";
}

.el_btn.__h2u:after {
  display: none;
}

.el_btns_x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.el_btns_x .el_btn {
  font-size: clamp(12px, 11px + 0.20833vw, 14px);
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
}

.el_btns_x .el_btn:after {
  right: 8px;
}

.el_btns_x .el_btn:nth-child(1) {
  max-width: 210px;
}

@media screen and (max-width: 479px) {
  .el_btns_x .el_btn:nth-child(1) {
    max-width: none;
  }
}
.el_btns_x .el_btn:nth-child(2) {
  max-width: 250px;
}

@media screen and (max-width: 479px) {
  .el_btns_x .el_btn:nth-child(2) {
    max-width: none;
  }
}
@media screen and (max-width: 479px) {
  .el_btns_x {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .el_btns_x .el_btn {
    width: 100%;
  }
}
.el_heading {
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(38px, 22px + 3.33333vw, 70px);
  font-size: clamp(2.375rem, 1.375rem + 3.33333vw, 4.375rem);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1140px) {
  .el_heading {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.el_heading__lineup.el_heading {
  color: #738491;
  padding: 130px 4% 90px 4%;
}

@media screen and (max-width: 479px) {
  .el_heading__lineup.el_heading {
    padding: 80px 4% 20px 4%;
  }
}
.el_heading__ov.el_heading {
  color: #738491;
  margin-bottom: 12px;
  padding-top: 80px;
}

.el_heading__news.el_heading {
  color: #738491;
  margin-bottom: 20px;
  padding-top: 90px;
}

@media screen and (max-width: 479px) {
  .el_heading__news.el_heading {
    padding-top: 0px;
  }
}
/* gcoat */
.el_gheading {
  left: 24px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.el_gheading__right.el_gheading {
  left: auto;
  right: 24px;
}

.el_gheading__h2u.el_gheading {
  left: auto;
  right: 24px;
  top: 400px;
}

@media screen and (max-width: 479px) {
  .el_gheading__h2u.el_gheading {
    top: 50px;
  }
}
.el_container {
  position: relative;
}

@media screen and (max-width: 1140px) {
  .el_container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.el_container__ov.el_container {
  padding-bottom: 100px;
}

@media (min-width: 1440px) {
  .el_container__ov.el_container {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.el_container__x.el_container {
  margin: 0 auto;
  max-width: 1140px;
  padding-bottom: 120px;
  padding-top: 120px;
}

@media screen and (max-width: 479px) {
  .el_container__x.el_container {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.el_container__news.el_container {
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 120px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 479px) {
  .el_container__news.el_container {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
/*
 * Helper Group
 */
@media screen and (max-width: 479px) {
  .hp_dSpPc {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .hp_dSpNone {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hp_dW700none {
    display: none;
  }
}
.hp_dW700only {
  display: none;
}

@media screen and (max-width: 700px) {
  .hp_dW700only {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .hp_dPcOnly {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .hp_dLonly {
    display: none;
  }
}
.hp_flexSp {
  display: none;
}

@media screen and (max-width: 479px) {
  .hp_flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hp_dSpTab {
  display: none;
}

@media screen and (max-width: 896px) {
  .hp_dSpTab {
    display: block;
  }
}
.hp_dSp {
  display: none;
}

@media screen and (max-width: 479px) {
  .hp_dSp {
    display: block;
  }
}
.hp_base {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

@media screen and (max-width: 1140px) {
  .hp_base {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.hp_bgcWt {
  background-color: #F7F7F7;
}

.hp_bgcFWt {
  background-color: #F7F6F3;
}

.hp_bgcBlk {
  background-color: #000;
}

.hp_bgcGray {
  background-color: #EFEFEF;
}

.hp_bgcLGray {
  background-color: #D8E3EB;
}

.hp_bgcLBlue {
  background-color: #EFF5F9;
}

.hp_fs2 {
  font-size: clamp(15px, 12.5px + 0.52083vw, 20px);
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_cSub {
  color: #B40019;
}

.hp_cSub:visited {
  color: #B40019;
}

.hp_fwB {
  font-weight: bold;
}

.hp_mt100 {
  margin-top: 100px;
}

@media (max-width: 896px) {
  .hp_mt100 {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mt100 {
    margin-top: 50px;
  }
}
.hp_mt120 {
  margin-top: 120px;
}

@media (max-width: 896px) {
  .hp_mt120 {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .hp_mt120 {
    margin-top: 60px;
  }
}
.hp_mt160 {
  margin-top: 160px;
}

@media (max-width: 896px) {
  .hp_mt160 {
    margin-top: 106.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mt160 {
    margin-top: 80px;
  }
}
.hp_mr40 {
  margin-right: 40px;
}

@media (max-width: 896px) {
  .hp_mr40 {
    margin-right: 26.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mr40 {
    margin-right: 20px;
  }
}
.hp_mr50 {
  margin-right: 50px;
}

@media (max-width: 896px) {
  .hp_mr50 {
    margin-right: 33.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_mr50 {
    margin-right: 25px;
  }
}
.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mb20 {
  margin-bottom: 20px;
}

@media (max-width: 896px) {
  .hp_mb20 {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_mb20 {
    margin-bottom: 10px;
  }
}
.hp_mb30 {
  margin-bottom: 30px;
}

@media (max-width: 896px) {
  .hp_mb30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .hp_mb30 {
    margin-bottom: 15px;
  }
}
.hp_mb40 {
  margin-bottom: 40px;
}

@media (max-width: 896px) {
  .hp_mb40 {
    margin-bottom: 26.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mb40 {
    margin-bottom: 20px;
  }
}
.hp_mb50 {
  margin-bottom: 50px;
}

@media (max-width: 896px) {
  .hp_mb50 {
    margin-bottom: 33.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_mb50 {
    margin-bottom: 25px;
  }
}
.hp_mb60 {
  margin-bottom: 60px;
}

@media (max-width: 896px) {
  .hp_mb60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .hp_mb60 {
    margin-bottom: 30px;
  }
}
.hp_mb70 {
  margin-bottom: 70px;
}

@media (max-width: 896px) {
  .hp_mb70 {
    margin-bottom: 46.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mb70 {
    margin-bottom: 35px;
  }
}
.hp_mb80 {
  margin-bottom: 80px;
}

@media (max-width: 896px) {
  .hp_mb80 {
    margin-bottom: 53.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_mb80 {
    margin-bottom: 40px;
  }
}
.hp_mb100 {
  margin-bottom: 100px;
}

@media (max-width: 896px) {
  .hp_mb100 {
    margin-bottom: 66.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mb100 {
    margin-bottom: 50px;
  }
}
.hp_mb120 {
  margin-bottom: 120px;
}

@media (max-width: 896px) {
  .hp_mb120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .hp_mb120 {
    margin-bottom: 60px;
  }
}
.hp_mb140 {
  margin-bottom: 140px;
}

@media (max-width: 896px) {
  .hp_mb140 {
    margin-bottom: 93.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_mb140 {
    margin-bottom: 70px;
  }
}
.hp_mb150 {
  margin-bottom: 150px;
}

@media (max-width: 896px) {
  .hp_mb150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .hp_mb150 {
    margin-bottom: 75px;
  }
}
.hp_mb160 {
  margin-bottom: 160px;
}

@media (max-width: 896px) {
  .hp_mb160 {
    margin-bottom: 106.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mb160 {
    margin-bottom: 80px;
  }
}
.hp_mb180 {
  margin-bottom: 180px;
}

@media (max-width: 896px) {
  .hp_mb180 {
    margin-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .hp_mb180 {
    margin-bottom: 90px;
  }
}
.hp_mb250 {
  margin-bottom: 250px;
}

@media (max-width: 896px) {
  .hp_mb250 {
    margin-bottom: 166.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_mb250 {
    margin-bottom: 125px;
  }
}
.hp_mb300 {
  margin-bottom: 300px;
}

@media (max-width: 896px) {
  .hp_mb300 {
    margin-bottom: 200px;
  }
}
@media (max-width: 480px) {
  .hp_mb300 {
    margin-bottom: 150px;
  }
}
.hp_space {
  padding-left: 4%;
  padding-right: 4%;
}

.hp_pt80 {
  padding-top: 80px;
}

@media (max-width: 896px) {
  .hp_pt80 {
    padding-top: 53.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_pt80 {
    padding-top: 40px;
  }
}
.hp_pt90 {
  padding-top: 90px;
}

@media (max-width: 896px) {
  .hp_pt90 {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .hp_pt90 {
    padding-top: 45px;
  }
}
.hp_pt100 {
  padding-top: 100px;
}

@media (max-width: 896px) {
  .hp_pt100 {
    padding-top: 66.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_pt100 {
    padding-top: 50px;
  }
}
.hp_pt120 {
  padding-top: 120px;
}

@media (max-width: 896px) {
  .hp_pt120 {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .hp_pt120 {
    padding-top: 60px;
  }
}
.hp_pt150 {
  padding-top: 150px;
}

@media (max-width: 896px) {
  .hp_pt150 {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .hp_pt150 {
    padding-top: 75px;
  }
}
.hp_pb60 {
  padding-bottom: 60px;
}

@media (max-width: 896px) {
  .hp_pb60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .hp_pb60 {
    padding-bottom: 30px;
  }
}
.hp_pb80 {
  padding-bottom: 80px;
}

@media (max-width: 896px) {
  .hp_pb80 {
    padding-bottom: 53.3333333333px;
  }
}
@media (max-width: 480px) {
  .hp_pb80 {
    padding-bottom: 40px;
  }
}
.hp_pb90 {
  padding-bottom: 90px;
}

@media (max-width: 896px) {
  .hp_pb90 {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .hp_pb90 {
    padding-bottom: 45px;
  }
}
.hp_pb100 {
  padding-bottom: 100px;
}

@media (max-width: 896px) {
  .hp_pb100 {
    padding-bottom: 66.6666666667px;
  }
}
@media (max-width: 480px) {
  .hp_pb100 {
    padding-bottom: 50px;
  }
}
.hp_pb120 {
  padding-bottom: 120px;
}

@media (max-width: 896px) {
  .hp_pb120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .hp_pb120 {
    padding-bottom: 60px;
  }
}
.hp_wsnw {
  white-space: nowrap;
}

.hoverGray:hover {
  color: #aaa;
}

.hoverOpa:hover {
  opacity: 0.7;
}

#how-to-use {
  position: absolute;
  top: 200px;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
.lity {
  background-color: rgba(8, 8, 8, .75);
  z-index: 10000;
}

@media screen and (max-width: 1140px) {
  .lity-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.lity-close {
  bottom: 5%;
  height: 50px;
  right: 50%;
  top: auto !important;
  width: 115px;
  -webkit-transform: translateX(50%);
  font-size: 0;
          transform: translateX(50%);
}

.lity-close:after {
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 896px) {
  .lity-close {
    bottom: 10%;
  }
}
/*
 * Original Group
 */
header .header_menu {
  cursor: pointer;
  display: none;
  height: 20px;
  position: fixed;
  right: 28px;
  top: 22px;
  width: 26px;
  z-index: 50000;
}

header .header_menu div {
  position: relative;
}

header .header_menu span {
  background: #132C3F;
  border-radius: 2px;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header .header_menu span:nth-child(1) {
  top: 0px;
}

header .header_menu span:nth-child(2) {
  top: 8px;
}

header .header_menu span:nth-child(3) {
  top: 16px;
}

@media screen and (max-width: 896px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open {
  background-color: #fff;
  border-radius: 25px;
}

header .header_menu.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  background: #132C3F;
  transform: translateX(-50%) rotate(45deg);
  width: 100%;
}

header .header_menu.open span:nth-child(2) {
  left: 50%;
  width: 0;
}

header .header_menu.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  background: #132C3F;
  transform: translateX(-50%) rotate(-45deg);
  width: 100%;
}

#spNav {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background: #fff;
  height: 100vh;
  height: 100vh;
          justify-content: space-between;
  left: 0;
  overflow: auto;
  padding: 3.9vh 4% 4vh;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 20000;
}

#spNav .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#spNav .logo {
  text-align: left;
  width: 282px;
  transform:translate(-5%,-3.9vh);
}

#spNav .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

#spNav .nav {
  margin-bottom: 30px;
  margin-top: 30px;
  opacity: 0;
}

#spNav .nav li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-left: 32px;
}

#spNav .nav li a {
  color: #fff;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 8.2vh;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

#spNav .nav li a:after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  right: 32px;
          transform: translateY(-50%);
}

#spNav .spNav_inn {
  margin-bottom: 20px;
}

#spNav .spNav_inn .spNav_title {
  margin-bottom: 10px;
}

#spNav .spNav_inn .spNav_title span {
  background: #7A7474;
  color: #fff;
  display: block;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 18px 1em;
  text-align: center;
}

#spNav .spNav_inn .spNav_title .spNav_menu_toggle {
  display: none;
}

#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_title_sub {
  background: #D6D2D2;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 8px 1em;
}

#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link {
  font-size: 20.8px;
  font-size: 1.3rem;
  padding: 10px 0;
}

#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link a {
  display: inline-block;
  margin: 0 0.8em 8px;
}

#spNav .spNav_pere {
  text-align: center;
}

#spNav.spNav__gcoat {
  background: linear-gradient(270deg, #700000 0%, #D60000 20%, #D60000 80%, #700000 100%);
}

#spNav.spNav__gcoat .nav li a {
  color: #fff;
}

header .header_menu {
  position: fixed;
  right: 25px;
  top: 22px;
}

body.gcoat header .header_menu span {
  background: #fff;
}

body.gcoat header .header_menu.open + .header_menu-gcoat {
  display: none !important;
}

header .header_menu-gcoat {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 50px;
  position: fixed;
  right: 14px;
  top: 68px;
  width: 50px;
  z-index: 10000;
}

header .header_menu-gcoat div {
  position: relative;
}

header .header_menu-gcoat span {
  background: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header .header_menu-gcoat span:nth-child(1) {
  top: 16px;
}

header .header_menu-gcoat span:nth-child(2) {
  top: 24px;
}

header .header_menu-gcoat span:nth-child(3) {
  top: 32px;
}

@media screen and (max-width: 896px) {
  header .header_menu-gcoat {
    display: block;
  }
}
header .header_menu-gcoat.open {
  background-color: #fff;
  border-radius: unset;
  border-radius: 50%;
  padding: 25px;
  right: 10px;
  top: 11px;
  z-index: 50000;
}

header .header_menu-gcoat.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  background: #292929;
  transform: translateX(-50%) rotate(45deg);
  width: 40%;
}

header .header_menu-gcoat.open span:nth-child(2) {
  left: 50%;
  width: 0;
}

header .header_menu-gcoat.open span:nth-child(3) {
  top: 25px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  background: #292929;
  transform: translateX(-50%) rotate(-45deg);
  width: 40%;
}

.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
/*# sourceMappingURL=common-style.css.map */