@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(0.8125rem, 0.71875rem + 0.3125vw, 1rem);
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #132C3F;
}
a:hover, a:active {
  color: #2b638d;
}

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

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

.ly_cont {
  position: relative;
}

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

/* gcoat */
.ly_g_cont {
  position: relative;
  background-color: #000;
}
.ly_g_cont:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 100%;
  background-color: #54B923;
  top: 0;
  left: 0;
  z-index: 5000;
}
@media screen and (max-width: 479px) {
  .ly_g_cont:before {
    width: 4px;
  }
}
.ly_g_cont:after {
  position: absolute;
  content: "";
  width: 14px;
  height: calc(100% + 83px);
  background-color: #54B923;
  top: -83px;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width: 479px) {
  .ly_g_cont:after {
    width: 4px;
  }
}

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

/*
 * Module Group - Block
 */
/* common */
.bl_header {
  position: relative;
  display: flex;
  z-index: 9999;
}

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

.bl_header_nav {
  background-color: #fff;
  padding: 0 2em;
}
@media screen and (max-width: 896px) {
  .bl_header_nav {
    display: none;
  }
}

.bl_header_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 83px;
  column-gap: 24px;
}

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

.bl_header_btns {
  position: absolute;
  top: 20px;
  right: 3.611%;
  display: flex;
  column-gap: 14px;
}
@media screen and (max-width: 896px) {
  .bl_header_btns {
    display: none;
  }
}

.bl_header_btn {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 700;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
  height: 64px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .bl_header_btn {
    padding: 0 20px;
  }
}
.bl_header_btn.bl_header_btn__spnav {
  box-shadow: none;
  border: 1px solid #B9C8D4;
}
@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 {
    width: 100%;
    font-size: clamp(0.875rem, 0.75rem + 0.41667vw, 1.125rem);
  }
}

/* gcoat */
.gcoat .bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}

/* ebody */
.ebody .bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #CCD2D6;
}
.ebody .bl_header_btns {
  top: 10px;
}
.ebody .bl_header_btn {
  box-shadow: none;
}

.bl_footer {
  display: flex;
  flex-wrap: wrap;
  height: 467px;
}
@media screen and (max-width: 896px) {
  .bl_footer {
    flex-direction: column-reverse;
    height: auto;
  }
}

.bl_footer_logo {
  width: 35.555%;
  background-color: #E80000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bl_footer_logo {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
}

.bl_footer_body {
  position: relative;
  width: 64.445%;
  background-color: #F7F6F3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .bl_footer_body {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 170px;
  }
}

.bl_footer_banners {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 600px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 896px) {
  .bl_footer_banners {
    gap: 20px;
    max-width: none;
  }
}

.bl_footer_item {
  width: calc((100% - 60px) / 3 );
  overflow: hidden;
  line-height: 0;
}
.bl_footer_item img {
  transition: 0.4s all;
  width: 100%;
}
.bl_footer_item a:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 896px) {
  .bl_footer_item {
    width: calc((100% - 40px ) / 3);
  }
}
@media screen and (max-width: 479px) {
  .bl_footer_item {
    width: calc((100% - 20px) / 2);
  }
}

.bl_footer_items {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}
.bl_footer_items a {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .bl_footer_items {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.bl_footer_pagetop {
  display: block;
  position: fixed;
  right: 2%;
  bottom: -100px;
  z-index: 6000;
  line-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.bl_footer_pagetop.show {
  opacity: 1;
  bottom: 0;
}
.bl_footer_pagetop.hide {
  opacity: 0;
  bottom: -100px;
}

#sp_fix_btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5000;
}
#sp_fix_btn ul {
  display: flex;
  justify-content: center;
  padding: 4px 4%;
}
@media screen and (max-width: 479px) {
  #sp_fix_btn {
    display: block;
  }
}

.bl_mv {
  position: relative;
  margin-top: -83px;
  min-height: 806px;
  overflow: hidden;
}
.bl_mv:after {
  position: absolute;
  content: "";
  width: calc(100% - 480px);
  height: 806px;
  top: 0;
  left: 0;
  background-image: url(../images/index/mv_bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -100;
}
@media screen and (max-width: 1440px) {
  .bl_mv {
    min-height: calc(806 / 1440 * 100vw);
  }
  .bl_mv:after {
    min-height: calc(806 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1140px) {
  .bl_mv {
    min-height: 476px;
  }
  .bl_mv:after {
    width: calc(100% - 33.411%);
    min-height: 476px;
    height: calc(806 / 1140 * 100vw);
  }
}
@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: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 480px);
  min-height: 806px;
  padding: 0 4%;
}
@media screen and (max-width: 1440px) {
  .bl_mv_wrap {
    height: calc(806 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1140px) {
  .bl_mv_wrap {
    min-height: 476px;
    width: calc(100% - 33.411%);
  }
}
@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(3.1875rem, -2.0625rem + 9.375vw, 6.375rem);
  font-weight: 900;
  line-height: 1.11765;
  letter-spacing: 0.1em;
}

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

.bl_mv_link {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  line-height: 1.15;
  color: #FFFFFF;
}
.bl_mv_link:link, .bl_mv_link:visited {
  color: #fff;
}
.bl_mv_link:hover, .bl_mv_link:active {
  color: white;
}

.bl_mv_img {
  position: absolute;
  display: flex;
  gap: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1440px) {
  .bl_mv_img {
    gap: calc(20 / 1440 * 100vw);
    width: calc(652 / 1440 * 100vw);
  }
  .bl_mv_img img:nth-child(1), .bl_mv_img img:nth-child(2) {
    width: calc(226 / 1440 * 100vw);
  }
  .bl_mv_img img:nth-child(3) {
    width: calc(161 / 1440 * 100vw);
  }
}
@media screen and (max-width: 700px) {
  .bl_mv_img {
    display: none;
  }
}

.bl_mv_post {
  position: absolute;
  background-color: #B3C1CC;
  border-radius: 7px;
  max-width: 397px;
  width: 100%;
  padding: 18px 16px;
  bottom: 45px;
  left: 25px;
}
@media screen and (max-width: 700px) {
  .bl_mv_post {
    display: none;
  }
}

.bl_mv_post_inner {
  position: relative;
  display: flex;
  column-gap: 15px;
  z-index: auto;
}

.bl_mv_post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.4s all;
}
.bl_mv_post_wrap:hover + .bl_mv_post_thumb img {
  transform: scale(1.2);
}

.bl_mv_post_thumb {
  max-width: 101px;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.bl_mv_post_thumb img {
  transition: 0.4s all;
  width: 100%;
}

.bl_mv_post_body {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  flex-grow: 1;
}
.bl_mv_post_body:after {
  position: absolute;
  content: "→";
  top: 50%;
  right: 15px;
}

.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;
  top: 0;
  right: 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 {
  position: relative;
  margin-top: -161px;
  padding-top: 161px;
  padding-bottom: 100px;
  background-color: #000;
  text-align: center;
  padding-right: 14px;
  padding-left: 14px;
}
@media screen and (max-width: 1440px) {
  .bl_gmv {
    margin-top: calc(-161 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_gmv {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: calc(-500 / 1440 * 100vw);
  }
}

.bl_gmv_wrap {
  position: relative;
}

.bl_gmv_ttl {
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .bl_gmv_ttl img {
    width: 100%;
  }
}

.bl_gmv_lineup {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: -470px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .bl_gmv_lineup {
    margin-top: calc(-470 / 1440 * 100vw);
  }
}

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

.bl_mv_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .bl_mv_sp {
    display: block;
    position: relative;
    background-color: #C8D8E4;
    z-index: 0;
  }
  .bl_mv_sp:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    z-index: -100;
  }
  .bl_mv_sp .bl_mv_sp_img {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 40px;
    margin-bottom: 36px;
  }
  .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 {
    display: block;
    position: relative;
    background-color: #C8D8E4;
    border: 1px solid #B3C1CC;
    border-radius: 7px;
    padding: 18px 16px;
    margin: 0 25px;
  }
}

/* ebody */
.bl_ebodyMv {
  position: relative;
  margin-top: 155px;
}

.bl_ebodyMv_top {
  position: relative;
  background: url(../images/ebody/mv_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.bl_ebodyMv_top_main {
  position: relative;
  text-align: center;
  top: -96px;
}

.bl_ebodyMv_btm {
  background: url(../images/ebody/bg_line@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -510px;
  padding-top: 360px;
}

.bl_ebodyMv_btm_main {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 200px;
}

.bl_ebodyMv_btm_ttl {
  text-align: right;
  margin-bottom: 64px;
}
@media (max-width: 896px) {
  .bl_ebodyMv_btm_ttl {
    margin-bottom: calc(64px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_ebodyMv_btm_ttl {
    margin-bottom: calc(64px / 2);
  }
}

.bl_ebodyMv_btm_media {
  display: flex;
  flex-wrap: wrap;
  column-gap: 43px;
}

.bl_ebodyMv_btm_img {
  width: 65.833%;
}

.bl_ebodyMv_btm_body {
  width: 21.944%;
  padding-top: 28px;
}
.bl_ebodyMv_btm_body > h3 {
  margin-bottom: 23px;
}
@media (max-width: 896px) {
  .bl_ebodyMv_btm_body > h3 {
    margin-bottom: calc(23px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_ebodyMv_btm_body > h3 {
    margin-bottom: calc(23px / 2);
  }
}
.bl_ebodyMv_btm_body > p {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  line-height: 210%;
  margin-bottom: 24px;
}
@media (max-width: 896px) {
  .bl_ebodyMv_btm_body > p {
    margin-bottom: calc(24px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .bl_ebodyMv_btm_body > p {
    margin-bottom: calc(24px / 2);
  }
}

.bl_ebodyMv_btm_features {
  text-align: right;
  margin-top: -50px;
  margin-right: 25px;
}

.bl_slider {
  position: relative;
  background-color: #C8D8E4;
  padding-top: 120px;
  padding-bottom: 75px;
}
@media screen and (max-width: 700px) {
  .bl_slider {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.bl_slider_item {
  text-align: center;
}
.bl_slider_item a {
  overflow: hidden;
}
.bl_slider_item img {
  transition: 0.4s all;
  width: 100%;
}
.bl_slider_item:hover .bl_slider_img img {
  transform: scale(1.2);
}
.bl_slider_item:hover.__hoverOpa img {
  transform: none;
  opacity: 0.7;
}

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

.bl_slider_link {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  margin-top: 35px;
  font-weight: 500;
  line-height: 2;
  transition: 0.5s all;
}
@media screen and (max-width: 700px) {
  .bl_slider_link {
    margin-top: 8px;
  }
}

.swiper-slide.swiper-slide-active .bl_slider_link {
  visibility: visible;
  opacity: 1;
}

.bl_slider__fraction .swiper-button-prev-fraction {
  position: absolute;
  width: auto;
  top: auto;
  right: 190px;
  bottom: 74px;
  left: auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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 {
    top: calc(50% - 35px);
    right: auto;
    left: 0;
    transform: translateY(-50%);
  }
}
.bl_slider__fraction .swiper-button-next-fraction {
  position: absolute;
  width: auto;
  top: auto;
  right: 80px;
  bottom: 74px;
  left: auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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 {
    top: calc(50% - 35px);
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
}
.bl_slider__fraction .swiper-pagination-fraction {
  width: 100px;
  right: 100px;
  bottom: 84px;
  left: auto;
  font-size: 16px;
  color: #738491;
  letter-spacing: 0.011em;
  font-weight: 900;
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-pagination-fraction {
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translate3d(0, 0, 0) translateX(-50%);
  }
}
.bl_slider__fraction .swiper-pagination-stop-n-start-fraction {
  position: absolute;
  right: 50px;
  bottom: 84px;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  width: 20px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .bl_slider__fraction .swiper-pagination-stop-n-start-fraction {
    bottom: 40px;
    right: auto;
    left: calc(50% + 40px);
    transform: translate3d(0, 0, 0) translateX(-50%);
  }
}

.bl_slider_pagination {
  display: flex;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-top: 42px;
  gap: 40px 32px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 479px) {
  .bl_slider_pagination {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

.bl_slider_pagination_wrap {
  position: relative;
  display: flex;
  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 {
  margin-right: 12px;
  line-height: 0;
  min-width: 35px;
}

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

.bl_swiper-scrollbar {
  position: relative;
  background-color: #fff;
  width: calc(100% - 20px);
  height: 3px;
  margin-right: 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: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  padding-top: 60px;
}
.bl_txtSlider .bl_txtSlider_item {
  color: #132C3F;
  opacity: 0.12;
  font-size: clamp(4.6875rem, 3.59375rem + 3.64583vw, 6.875rem);
  font-weight: 300;
  white-space: nowrap;
  padding: 0 1em 0 0;
  margin: 0;
  animation: marquee-left 22s linear infinite;
}
@media screen and (max-width: 479px) {
  .bl_txtSlider {
    padding-top: 30px;
  }
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
/* LINEUP slider */
.bl_lineupSlider {
  position: relative;
  margin-top: 90px;
}

.bl_lineupSlider_item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  row-gap: 24px;
}
.bl_lineupSlider_item img {
  padding-right: 4%;
  padding-left: 4%;
  transition: 0.4s all;
}
.bl_lineupSlider_item a:hover {
  opacity: 0.7;
}
.bl_lineupSlider_item a:hover.bl_lineupSlider_img img {
  transform: scale(1.2);
}
.bl_lineupSlider_item a:hover.bl_lineupSlider_img.__hoverOpa img {
  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(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  font-weight: 700;
  min-height: 7em;
}
.bl_lineupSlider_txt span {
  display: block;
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 700;
  margin-top: 6px;
}

.bl_lineupSlider_btns {
  display: flex;
  column-gap: 4px;
}
.bl_lineupSlider_btns a {
  width: calc((100% - 4px) / 2);
}
.bl_lineupSlider_btns a img {
  width: 100%;
}
.bl_lineupSlider_btns.bl_lineupSlider_btns__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-right: 25px;
    padding-left: 25px;
  }
}
.bl_lineupSlider__sponly .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.bl_lineupSlider__sponly .swiper:not(.swiper-initialized) .bl_lineupSlider_item {
  width: calc((100% - 96px) / 5);
}
.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: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.bl_lineupSlider__sponly .bl_lineupSlider_item img {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.bl_lineupSlider__sponly .bl_lineupSlider_img > span {
  overflow: hidden;
  line-height: 0;
  border-radius: 8px;
}
.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: 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 {
  position: relative;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #C8D8E4;
  padding-bottom: 100px;
}
.bl_banner__spslider .swiper:not(.swiper-initialized) .swiper-wrapper {
  max-width: 1086px;
  margin: 0 auto;
  display: flex;
  gap: 35px 24px;
}
.bl_banner__spslider .swiper:not(.swiper-initialized) .bl_banner_item {
  width: calc((100% - 72px) / 4 );
}
@media screen and (max-width: 896px) {
  .bl_banner__spslider .swiper:not(.swiper-initialized) .bl_banner_item {
    width: calc((100% - 48px) / 3 );
  }
}
.bl_banner__spslider .swiper.swiper-initialized .swiper-wrapper {
  max-width: none;
  flex-wrap: nowrap;
  gap: initial;
}
.bl_banner__spslider .bl_banner_row {
  display: flex;
  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: 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 {
  position: relative;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #C8D8E4;
  padding-bottom: 100px;
}

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

.bl_banner_item {
  width: calc((100% - 72px) / 4 );
}
.bl_banner_item a:hover .bl_banner_thumb img {
  transform: scale(1.2);
}
@media screen and (max-width: 896px) {
  .bl_banner_item {
    width: calc((100% - 48px) / 3 );
  }
}

.bl_banner_thumb {
  margin-bottom: 8px;
  overflow: hidden;
  line-height: 0;
}
.bl_banner_thumb img {
  transition: 0.4s all;
  width: 100%;
}

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

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

.bl_banner__spnav.bl_banner {
  padding-bottom: 0;
  background-color: transparent;
}
.bl_banner__spnav .bl_banner_inner {
  gap: 12px 8px;
}
.bl_banner__spnav .bl_banner_item {
  width: calc((100% - 8px) / 2 ) !important;
}
.bl_banner__spnav .bl_banner_ttl {
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
}

.bl_banner__spnavG .bl_banner_ttl {
  color: #fff;
}

.bl_banner__gcoat.bl_banner {
  padding-bottom: 45px;
  background-color: transparent;
}
.bl_banner__gcoat .bl_banner_inner {
  gap: 16px 6px;
}
.bl_banner__gcoat .bl_banner_item {
  width: calc((100% - 18px) / 4);
}

.bl_banner__noslider.bl_banner {
  position: relative;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #C8D8E4;
  padding-bottom: 100px;
}
@media screen and (max-width: 479px) {
  .bl_banner__noslider.bl_banner {
    display: none;
  }
}
.bl_banner__noslider .swiper-wrapper {
  max-width: 1086px;
  margin: 0 auto;
  display: flex;
  gap: 35px 24px;
}
.bl_banner__noslider .bl_banner_item {
  width: calc((100% - 72px) / 4 );
}
@media screen and (max-width: 896px) {
  .bl_banner__noslider .bl_banner_item {
    width: calc((100% - 48px) / 3 );
  }
}

.bl_movie {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 75px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1140px) {
  .bl_movie {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bl_movie_item {
  width: calc((100% - 75px) / 2 );
  cursor: pointer;
  background-color: #F7F6F3;
  border: none;
}
@media screen and (max-width: 896px) {
  .bl_movie_item {
    width: 100%;
    text-align: left;
  }
}

.bl_movie_thumb {
  margin-bottom: 30px;
}
.bl_movie_thumb img {
  width: 100%;
}

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

.bl_movie_txt {
  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 {
  position: relative;
  padding-top: 110px;
  z-index: 5;
}

.bl_movie__gcoat.bl_movie {
  margin-bottom: 0;
}
.bl_movie__gcoat .bl_movie_item {
  background-color: #000;
  color: #D8E3EB;
}

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

.bl_lineup {
  position: relative;
  z-index: 0;
  padding-left: 7%;
}
.bl_lineup:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 14.583%;
  height: 100%;
  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 {
  padding-top: 75px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1140px) {
  .bl_lineup_ttl {
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

.bl_lineup_media_img {
  position: relative;
  width: 38.541%;
  height: fit-content;
  overflow: hidden;
  border-radius: 10px;
}
.bl_lineup_media_img img {
  transition: 0.4s all;
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 1140px) {
  .bl_lineup_media_img {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup_media_img {
    width: 100%;
  }
}
.bl_lineup_media_img:hover img {
  transform: scale(1.2);
}

.bl_lineup_media_body {
  width: 40%;
}
@media screen and (max-width: 1140px) {
  .bl_lineup_media_body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup_media_body {
    width: 100%;
  }
}

.bl_lineup_media_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  font-weight: 700;
  border-radius: 20px;
  width: 100%;
  height: 30px;
  margin-bottom: 12px;
}

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

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

.bl_lineup_rec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .bl_lineup_rec {
    padding-right: 25px;
    padding-left: 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 {
  position: absolute;
  content: "";
  width: 604.24px;
  height: 123.02px;
  top: calc(150 / 1440 * 100vw);
  left: calc(70 / 1440 * 100vw);
  background: #46A538;
  filter: blur(75px);
  transform: rotate(-5.5deg);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .bl_lineup__gcoat .bl_lineup_media_img:after {
    width: calc(604.24 / 1440 * 100vw);
    height: calc(123.02 / 1440 * 100vw);
  }
}
@media screen and (max-width: 896px) {
  .bl_lineup__gcoat .bl_lineup_media_img:after {
    top: auto;
    bottom: 0;
  }
}
.bl_lineup__gcoat .bl_lineup_media_img_gcoat {
  overflow: hidden;
  display: block;
  border-radius: 10px;
  line-height: 0;
}
.bl_lineup__gcoat .bl_lineup_media_cat {
  color: #D8E3EB;
  border: 1px solid #90A7B8;
  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 {
  color: #000;
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  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;
  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 {
  color: #000;
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  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;
  justify-content: center;
}

/* garage */
.bl_lineup__garage {
  padding-bottom: 46px;
  background: #F7F7F7;
}
.bl_lineup__garage.bl_lineup:after {
  background-color: #CCCCCC;
}
.bl_lineup__garage .bl_lineup_rec {
  margin-top: 60px;
  margin-right: 21%;
}
.bl_lineup__garage  .bl_lineup_rec__sp{
  display: none;
}
.bl_lineup__garage .bl_lineupSlider_txt{
  min-height: 6em;
  text-align: left;
}
.bl_lineup__garage .bl_lineup_media_cat {
  color: #000;
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  max-width: 115px;
}
@media screen and (max-width: 896px) {
  .bl_lineup__garage {
    padding-bottom: 20px;
  }
  .bl_lineup__garage .bl_lineup_rec {
    margin-right: 0;
  }
  .bl_lineup__garage  .bl_lineup_rec__sp{
    display: flex;
    margin-bottom:0;
  }
}

/* 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 {
  color: #000;
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  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-top: 60px;
  margin-right: 21%;
}
@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;
  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 {
  color: #000;
  background-color: #D8E3EB;
  border: 1px solid #D8E3EB;
  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;
  justify-content: center;
}

.bl_search {
  padding-right: 4%;
  padding-left: 4%;
  border-radius: 10px;
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .bl_search {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.bl_search_inner {
  max-width: 1008px;
  margin: 0 auto;
  background-color: #F0F0F0;
  padding: 30px 4% 55px 4%;
}

.bl_search_ttl {
  margin-bottom: 20px;
}

.bl_search_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.bl_search_cat {
  margin-bottom: 18px;
}

.bl_search_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 13px;
}
@media screen and (max-width: 896px) {
  .bl_search_list {
    gap: 26px 10px;
    flex-direction: row;
  }
}

.bl_search_link {
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 5px;
}

.bl_mdv {
  position: relative;
  background-image: url(../images/index/md_bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479px) {
  .bl_mdv {
    background-image: url(../images/index/md_bg_sp@2x.png);
  }
}

.bl_mdv_inner {
  position: relative;
  padding-top: 6.041%;
  padding-right: 4%;
  padding-bottom: 7.083%;
  padding-left: 8.75%;
}
@media screen and (max-width: 479px) {
  .bl_mdv_inner {
    padding-bottom: calc(350 / 480 * 100vw);
  }
}

.bl_mdv_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .bl_mdv_ttl img {
    width: calc(654 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_ttl img {
    width: auto;
  }
}

@media screen and (max-width: 1440px) {
  .bl_mdv_txt img {
    width: calc(411 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_txt img {
    width: auto;
  }
}

.bl_mdv_img {
  position: absolute;
  display: flex;
  column-gap: 45px;
  right: 3.333%;
  bottom: 9.305%;
}
@media screen and (max-width: 1440px) {
  .bl_mdv_img {
    column-gap: calc(45 / 1440 * 100vw);
  }
  .bl_mdv_img img {
    width: calc(318 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_mdv_img {
    column-gap: 12.5px;
    bottom: 5.305%;
  }
  .bl_mdv_img img {
    max-width: 115px;
    width: 100%;
  }
}

.bl_news {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.bl_news_item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .bl_news_item {
    column-gap: 15px;
  }
}

.bl_news_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl_news_link:hover + .bl_news_img img {
  transform: scale(1.2);
}

.bl_news_img {
  width: 18%;
  overflow: hidden;
  line-height: 0;
}
.bl_news_img img {
  transition: 0.4s all;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_news_img {
    width: 30%;
  }
}

.bl_news_body {
  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(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  margin-right: 10px;
}

.bl_news_cat {
  position: relative;
  display: inline-block;
  font-size: clamp(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 7px;
  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: flex;
  justify-content: space-between;
}
.bl_media.bl_media__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  .bl_media {
    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(1.25rem, 0.875rem + 1.25vw, 2rem);
  line-height: 1.75;
  margin-bottom: 16px;
}

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

.bl_media__ov.bl_media {
  margin-bottom: 55px;
}
@media screen and (max-width: 896px) {
  .bl_media__ov.bl_media {
    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 {
  width: 50%;
  padding-top: 6.944%;
  padding-right: 4.513%;
  padding-left: 11.666%;
}
@media screen and (max-width: 896px) {
  .bl_media__ov .bl_media_body {
    width: 100%;
    padding: 0;
  }
}
.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 {
    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 {
  width: 43.75%;
  padding-top: 2%;
  padding-right: 9.027%;
  padding-left: 4%;
}
@media screen and (max-width: 896px) {
  .bl_media__ov2 .bl_media_body {
    width: 100%;
    padding: 0;
  }
}
.bl_media__ov2 .bl_media_txt {
  color: #132C3F;
}

@media screen and (max-width: 896px) {
  .bl_media__x.bl_media {
    flex-wrap: wrap;
  }
}
.bl_media__x .bl_media_img {
  width: 45.350%;
  overflow: hidden;
  line-height: 0;
}
.bl_media__x .bl_media_img img {
  width: 100%;
  transition: 0.4s all;
}
@media screen and (max-width: 896px) {
  .bl_media__x .bl_media_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bl_media__x .bl_media_img a:hover img {
  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 {
  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(2.375rem, 1.375rem + 3.33333vw, 4.375rem);
  color: #738491;
  margin-bottom: 50px;
  line-height: 1;
}
.bl_media__x .bl_media_subttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  margin-bottom: 20px;
  margin-bottom: 24px;
}

/* G COAT */
.bl_nav {
  position: fixed;
  top: 83px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 479px) {
  .bl_nav {
    top: 60px;
    position: relative;
  }
}

.bl_nav_menu {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
@media screen and (max-width: 896px) {
  .bl_nav_menu {
    display: none;
  }
}

.bl_nav_link {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 3;
  overflow: hidden;
}
.bl_nav_link:link, .bl_nav_link:visited {
  color: #fff;
}
.bl_nav_link:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 0;
  background-color: #54B923;
  left: 0;
  bottom: -12px;
  transition: 0.4s all;
  overflow: hidden;
}
.bl_nav_link:hover:after {
  width: 100%;
}
.bl_nav_link.bl_nav_link__mm:hover + .bl_nav_mm {
  visibility: visible;
  opacity: 1;
}

.bl_nav_logo {
  position: fixed;
  top: 90px;
  left: 10px;
  transition: .3s all;
}
.bl_nav_logo.shrink {
  top: 0;
  transform: scale(0.6);
}
@media screen and (max-width: 896px) {
  .bl_nav_logo {
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  .bl_nav_logo.shrink {
    transform: translateX(-50%) scale(0.5);
  }
}
@media screen and (max-width: 479px) {
  .bl_nav_logo {
    position: absolute;
    transform: translateX(-50%) scale(1);
  }
}

.bl_nav_mm {
  width: 80%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #3B3B3B;
  border-radius: 10px;
  background-color: #000;
  z-index: 10;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
}
.bl_nav_mm:hover {
  visibility: visible;
  opacity: 1;
}

.bl_nav_mm_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 35px 50px 50px 50px;
}

.bl_nav_mm_item {
  width: calc((100% - 54px) / 4);
  border-right: 1px solid #fff;
  text-align: center;
}

.bl_nav__ebody.bl_nav {
  background-color: #E4ECF2;
}
.bl_nav__ebody .bl_nav_link {
  color: #595757;
}
.bl_nav__ebody .bl_nav_link:after {
  background-color: #595757;
}
.bl_nav__ebody .bl_nav_mm {
  border-color: #BACAD5;
  background-color: #BACAD5;
}
.bl_nav__ebody .bl_nav_logoEbody {
  position: fixed;
  top: 98px;
  left: 60px;
  transition: .3s all;
}
@media screen and (max-width: 896px) {
  .bl_nav__ebody .bl_nav_logoEbody {
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
}
@media screen and (max-width: 479px) {
  .bl_nav__ebody .bl_nav_logoEbody {
    position: absolute;
    transform: translateX(-50%) scale(1);
  }
}

.bl_series {
  position: relative;
  padding-top: 95px;
  padding-bottom: 125px;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .bl_series {
    padding-bottom: 60px;
  }
}

.bl_series_ttl {
  text-align: center;
  margin-bottom: 30px;
}

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

.bl_series_item img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .bl_series_item {
    width: calc((100% - 72px) / 4);
  }
}

.bl_detail {
  position: relative;
  z-index: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

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

.bl_detail_ttl {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 479px) {
  .bl_detail_ttl {
    display: none;
  }
}

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

.bl_detail_movie {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail_movie {
    width: calc(275 / 1440 * 100vw);
  }
}
@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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.bl_detail_btns .el_btn {
  display: flex;
  justify-content: 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((100% - 16px) / 2);
  }
}
.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: flex;
    width: calc((100% - 16px) / 2);
  }
}
@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 {
  padding-right: 412px;
  max-width: 1146px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_body {
    padding-right: calc(412 / 1440 * 100vw);
    max-width: calc(1146 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__hs .bl_detail_body {
    padding-right: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__hs .bl_detail_ttl {
  top: -65px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_ttl {
    top: calc(-65 / 1440 * 100vw);
    width: calc(347 / 1440 * 100vw);
  }
}
.bl_detail__hs .bl_detail_img {
  padding-top: 65px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__hs .bl_detail_img {
    padding-top: calc(65 / 1440 * 100vw);
    width: calc(688 / 1440 * 100vw);
  }
}
@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: calc(714 / 1440 * 100vw);
  }
}
@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-top: 137px;
  padding-bottom: 77px;
}
@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 {
  padding-left: 376px;
  max-width: 1119px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_body {
    padding-left: calc(376 / 1440 * 100vw);
    max-width: calc(1119 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sb .bl_detail_body {
    padding-left: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__sb .bl_detail_ttl {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_ttl {
    width: calc(305 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sb .bl_detail_img {
    width: calc(723 / 1440 * 100vw);
  }
}
@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: calc(718 / 1440 * 100vw);
  }
}
@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-top: 112px;
  padding-bottom: 94px;
}
@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-size: 100% 340px, 100% 250px;
    background-position: top,bottom;
  }
}
.bl_detail__utd .bl_detail_body {
  padding-right: 339px;
  max-width: 1073px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_body {
    padding-right: calc(339 / 1440 * 100vw);
    max-width: calc(1073 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__utd .bl_detail_body {
    padding-right: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__utd .bl_detail_ttl {
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_ttl {
    width: calc(347 / 1440 * 100vw);
  }
}
.bl_detail__utd .bl_detail_img {
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__utd .bl_detail_img {
    width: calc(680 / 1440 * 100vw);
  }
}
@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: calc(708 / 1440 * 100vw);
  }
}
@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-top: 174px;
  padding-bottom: 122px;
}
@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 {
  padding-left: 389px;
  max-width: 1133px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_body {
    padding-left: calc(389 / 1440 * 100vw);
    max-width: calc(1133 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__sa .bl_detail_body {
    padding-left: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__sa .bl_detail_ttl {
  top: -55px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_ttl {
    width: calc(365 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__sa .bl_detail_img {
    width: calc(680 / 1440 * 100vw);
  }
}
@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: calc(744 / 1440 * 100vw);
  }
}
@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-top: 110px;
  padding-bottom: 140px;
}
@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 {
  padding-right: 325px;
  max-width: 1041px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_body {
    padding-right: calc(325 / 1440 * 100vw);
    max-width: calc(1041 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__qs .bl_detail_body {
    padding-right: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__qs .bl_detail_ttl {
  top: 0px;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_ttl {
    width: calc(177 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__qs .bl_detail_img {
    width: calc(685 / 1440 * 100vw);
  }
}
@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: calc(703 / 1440 * 100vw);
  }
}
@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-top: 126px;
  padding-bottom: 85px;
}
@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 {
  padding-left: 467px;
  max-width: 1211px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_body {
    padding-left: calc(467 / 1440 * 100vw);
    max-width: calc(1211 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__wr .bl_detail_body {
    padding-left: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__wr .bl_detail_ttl {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_ttl {
    width: calc(467 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__wr .bl_detail_img {
    width: calc(704 / 1440 * 100vw);
  }
}
@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-top: 147px;
  padding-bottom: 112px;
}
@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 {
  padding-left: 309px;
  max-width: 1158px;
}
@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_body {
    padding-left: calc(309 / 1440 * 100vw);
    max-width: calc(1158 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__cs .bl_detail_body {
    padding-left: 0;
    max-width: none;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl_detail__cs .bl_detail_ttl {
  top: 0px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_ttl {
    width: calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .bl_detail__cs .bl_detail_img {
    width: calc(849 / 1440 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .bl_detail__cs .bl_detail_img {
    width: 100%;
  }
}

.bl_how2use {
  position: relative;
  padding-top: 432px;
  padding-bottom: 123px;
  z-index: 5;
}
@media screen and (max-width: 479px) {
  .bl_how2use {
    padding-top: 130px;
  }
}

.bl_how2use_inner {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-right: 25px;
  padding-left: 25px;
}

.bl_how2use_ttl {
  position: relative;
  font-size: clamp(1.875rem, 1.5625rem + 1.04167vw, 2.5rem);
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.bl_how2use_ttl:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 28px;
  bottom: 0;
  left: 0;
  background-color: #54B923;
}
.bl_how2use_ttl:after {
  position: absolute;
  content: "";
  height: 2px;
  width: calc(100% - 36px);
  bottom: 0;
  left: 36px;
  background-color: #fff;
}

.bl_how2use_subttl {
  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: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin-bottom: 60px;
}

.bl_how2use_item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 896px) {
  .bl_how2use_item {
    width: calc((100% - 24px) / 2);
  }
}
@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 {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  color: #fff;
  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(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(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 {
  position: relative;
  margin-top: -83px;
  padding-top: 120px;
  padding-right: 4%;
  padding-left: 4%;
}

.bl_pankuzu_list {
  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 {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .bl_pageNews {
    max-width: 100%;
    padding: 0 4%;
  }
}

.bl_pageNews_ttl {
  font-size: clamp(1.25rem, 0.9375rem + 1.04167vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
.bl_pageNews_ttl span {
  display: block;
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 900;
  color: #E80000;
}

.bl_pageNews_select {
  max-width: 900px;
  width: 100%;
  border-radius: 9px;
  background-color: #fff;
  padding: 5px 45px;
  margin-bottom: 45px;
}
@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: flex;
  column-gap: 25px;
  padding-top: 20px;
  padding-bottom: 11px;
}
.bl_pageNews_select_inner:nth-child(1) {
  border-bottom: 1px solid #C8D8E4;
}
@media screen and (max-width: 479px) {
  .bl_pageNews_select_inner {
    column-gap: 12px;
  }
}

.bl_pageNews_select_ttl {
  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: flex;
  column-gap: 25px;
}
.bl_pageNews_select_body li {
  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%;
    column-gap: 10px;
  }
}

.bl_pageNews_select_item {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
}
.bl_pageNews_select_item.bl_pageNews_select_item__active {
  font-weight: 700;
  border-bottom: 2px solid #E80000;
  padding-bottom: 7px;
}

.bl_pageNews_article {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
  padding-bottom: 240px;
}
.bl_pageNews_article article {
  position: relative;
  width: calc((100% - 60px) / 4);
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .bl_pageNews_article article {
    width: calc((100% - 20px) / 2);
    gap: 60px 20px;
  }
}
@media screen and (max-width: 479px) {
  .bl_pageNews_article article {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .bl_pageNews_article {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bl_pageNews_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl_pageNews_link:hover + .bl_pageNews_article_thumb img {
  transform: scale(1.2);
}

.bl_pageNews_article_thumb {
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}
.bl_pageNews_article_thumb img {
  transition: 0.4s all;
  width: 100%;
}

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

.bl_pageNews_article_wrap {
  display: flex;
  align-items: center;
  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(0.625rem, 0.5625rem + 0.20833vw, 0.75rem);
  letter-spacing: 0.1em;
}

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

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

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

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

.bl_single_inner {
  position: relative;
  background-color: #fff;
  max-width: 1000px;
  border-radius: 14px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 72px;
}
.bl_single_inner h1 {
  font-size: clamp(1.25rem, 0.9375rem + 1.04167vw, 1.875rem);
  font-weight: 700;
  line-height: 1.66667;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
}
.bl_single_inner h2 {
  font-size: clamp(1rem, 0.75rem + 0.83333vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-top: 18px;
  position: relative;
  border-top: 1px solid #D9D9D9;
}
.bl_single_inner h2::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
  width: 80px;
  height: 3px;
  background: #E80000;
}
.bl_single_inner h3 {
  font-size: clamp(0.9375rem, 0.78125rem + 0.52083vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 13px;
  border-left: 6px solid #E80000;
  margin-bottom: 14px;
}
.bl_single_inner h4 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D9D9D9;
}
.bl_single_inner p {
  font-size: clamp(0.75rem, 0.6875rem + 0.20833vw, 0.875rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  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 {
    padding: 50px 4%;
    border-radius: 0;
  }
}

.bl_single_movie {
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 55px;
}

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

.bl_single_wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px;
}

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

.bl_single_cat a {
  position: relative;
  padding: 5px 10px;
  background-color: #D8E3EB;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 30px;
  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 {
  display: inline-block;
  position: relative;
  color: #132C3F;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 24px 0.5rem;
  text-decoration: none;
  border: 1px solid #B9C8D4;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
.el_btn:after {
  position: absolute;
  content: "＋";
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.el_btn.el_btn--txt-long:after{
  right: 26px;
}
.el_btn:hover {
  color: #fff;
  background-color: #B9C8D4;
}
.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 0.5rem;
}
.el_btn.el_btn__arrow::after {
  content: "→";
}
.el_btn.__h2u:after {
  display: none;
}

.el_btns_x {
  display: flex;
  gap: 8px;
}
.el_btns_x .el_btn {
  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 {
    flex-wrap: wrap;
  }
  .el_btns_x .el_btn {
    width: 100%;
  }
}

.el_heading {
  font-size: clamp(2.375rem, 1.375rem + 3.33333vw, 4.375rem);
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1140px) {
  .el_heading {
    padding-right: 25px;
    padding-left: 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;
  padding-top: 80px;
  margin-bottom: 12px;
}

.el_heading__news.el_heading {
  color: #738491;
  padding-top: 90px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .el_heading__news.el_heading {
    padding-top: 0px;
  }
}

/* gcoat */
.el_gheading {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: -1;
}

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

.el_gheading__h2u.el_gheading {
  top: 400px;
  right: 24px;
  left: auto;
}
@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-right: 25px;
    padding-left: 25px;
  }
}

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

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

.el_container__news.el_container {
  max-width: 980px;
  margin: 0 auto;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
@media screen and (max-width: 479px) {
  .el_container__news.el_container {
    padding-top: 80px;
    padding-bottom: 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: 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 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .hp_base {
    padding-right: 4%;
    padding-left: 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(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: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mt100 {
    margin-top: calc(100px / 2);
  }
}

.hp_mt120 {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .hp_mt120 {
    margin-top: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mt120 {
    margin-top: calc(120px / 2);
  }
}

.hp_mt160 {
  margin-top: 160px;
}
@media (max-width: 896px) {
  .hp_mt160 {
    margin-top: calc(160px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mt160 {
    margin-top: calc(160px / 2);
  }
}

.hp_mr40 {
  margin-right: 40px;
}
@media (max-width: 896px) {
  .hp_mr40 {
    margin-right: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mr40 {
    margin-right: calc(40px / 2);
  }
}

.hp_mr50 {
  margin-right: 50px;
}
@media (max-width: 896px) {
  .hp_mr50 {
    margin-right: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mr50 {
    margin-right: calc(50px / 2);
  }
}

.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mb20 {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .hp_mb20 {
    margin-bottom: calc(20px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb20 {
    margin-bottom: calc(20px / 2);
  }
}

.hp_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .hp_mb30 {
    margin-bottom: calc(30px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb30 {
    margin-bottom: calc(30px / 2);
  }
}

.hp_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .hp_mb40 {
    margin-bottom: calc(40px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb40 {
    margin-bottom: calc(40px / 2);
  }
}

.hp_mb50 {
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .hp_mb50 {
    margin-bottom: calc(50px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb50 {
    margin-bottom: calc(50px / 2);
  }
}

.hp_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 896px) {
  .hp_mb60 {
    margin-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb60 {
    margin-bottom: calc(60px / 2);
  }
}

.hp_mb70 {
  margin-bottom: 70px;
}
@media (max-width: 896px) {
  .hp_mb70 {
    margin-bottom: calc(70px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb70 {
    margin-bottom: calc(70px / 2);
  }
}

.hp_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .hp_mb80 {
    margin-bottom: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb80 {
    margin-bottom: calc(80px / 2);
  }
}

.hp_mb100 {
  margin-bottom: 100px;
}
@media (max-width: 896px) {
  .hp_mb100 {
    margin-bottom: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb100 {
    margin-bottom: calc(100px / 2);
  }
}

.hp_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 896px) {
  .hp_mb120 {
    margin-bottom: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb120 {
    margin-bottom: calc(120px / 2);
  }
}

.hp_mb140 {
  margin-bottom: 140px;
}
@media (max-width: 896px) {
  .hp_mb140 {
    margin-bottom: calc(140px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb140 {
    margin-bottom: calc(140px / 2);
  }
}

.hp_mb150 {
  margin-bottom: 150px;
}
@media (max-width: 896px) {
  .hp_mb150 {
    margin-bottom: calc(150px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb150 {
    margin-bottom: calc(150px / 2);
  }
}

.hp_mb160 {
  margin-bottom: 160px;
}
@media (max-width: 896px) {
  .hp_mb160 {
    margin-bottom: calc(160px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb160 {
    margin-bottom: calc(160px / 2);
  }
}

.hp_mb180 {
  margin-bottom: 180px;
}
@media (max-width: 896px) {
  .hp_mb180 {
    margin-bottom: calc(180px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb180 {
    margin-bottom: calc(180px / 2);
  }
}

.hp_mb250 {
  margin-bottom: 250px;
}
@media (max-width: 896px) {
  .hp_mb250 {
    margin-bottom: calc(250px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb250 {
    margin-bottom: calc(250px / 2);
  }
}

.hp_mb300 {
  margin-bottom: 300px;
}
@media (max-width: 896px) {
  .hp_mb300 {
    margin-bottom: calc(300px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_mb300 {
    margin-bottom: calc(300px / 2);
  }
}

.hp_space {
  padding-right: 4%;
  padding-left: 4%;
}

.hp_pt80 {
  padding-top: 80px;
}
@media (max-width: 896px) {
  .hp_pt80 {
    padding-top: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt80 {
    padding-top: calc(80px / 2);
  }
}

.hp_pt90 {
  padding-top: 90px;
}
@media (max-width: 896px) {
  .hp_pt90 {
    padding-top: calc(90px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt90 {
    padding-top: calc(90px / 2);
  }
}

.hp_pt100 {
  padding-top: 100px;
}
@media (max-width: 896px) {
  .hp_pt100 {
    padding-top: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt100 {
    padding-top: calc(100px / 2);
  }
}

.hp_pt120 {
  padding-top: 120px;
}
@media (max-width: 896px) {
  .hp_pt120 {
    padding-top: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt120 {
    padding-top: calc(120px / 2);
  }
}

.hp_pt150 {
  padding-top: 150px;
}
@media (max-width: 896px) {
  .hp_pt150 {
    padding-top: calc(150px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pt150 {
    padding-top: calc(150px / 2);
  }
}

.hp_pb60 {
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .hp_pb60 {
    padding-bottom: calc(60px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb60 {
    padding-bottom: calc(60px / 2);
  }
}

.hp_pb80 {
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .hp_pb80 {
    padding-bottom: calc(80px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb80 {
    padding-bottom: calc(80px / 2);
  }
}

.hp_pb90 {
  padding-bottom: 90px;
}
@media (max-width: 896px) {
  .hp_pb90 {
    padding-bottom: calc(90px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb90 {
    padding-bottom: calc(90px / 2);
  }
}

.hp_pb100 {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .hp_pb100 {
    padding-bottom: calc(100px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb100 {
    padding-bottom: calc(100px / 2);
  }
}

.hp_pb120 {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .hp_pb120 {
    padding-bottom: calc(120px * 2 / 3);
  }
}
@media (max-width: 480px) {
  .hp_pb120 {
    padding-bottom: calc(120px / 2);
  }
}

.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 {
  z-index: 10000;
  background-color: rgba(8, 8, 8, 0.75);
}

@media screen and (max-width: 1140px) {
  .lity-wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.lity-close {
  width: 115px;
  height: 50px;
  top: auto !important;
  right: 50%;
  bottom: 5%;
  transform: translateX(50%);
  font-size: 0;
}
.lity-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .lity-close {
    bottom: 10%;
  }
}

/*
 * Original Group
 */
header .header_menu {
  display: none;
  position: absolute;
  right: 18px;
  top: 19px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 50000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #292929;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 10px;
}
header .header_menu span:nth-child(2) {
  top: 20px;
}
header .header_menu span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 896px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
}
header .header_menu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #292929;
  width: 40%;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #292929;
  width: 40%;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: -webkit-calc(100vh);
  height: calc(100vh);
  background: #F7F6F3;
  text-align: center;
  padding: 3vh 4% 4vh;
  z-index: 20000;
  overflow: auto;
}
#spNav .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spNav .logo {
  text-align: left;
}
#spNav .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
#spNav .nav {
  opacity: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#spNav .nav li {
  border-bottom: 1px solid rgba(57, 73, 85, 0.15);
  padding-left: 32px;
}
#spNav .nav li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 8.2vh;
  color: #fff;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
#spNav .nav li a:after {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
#spNav .spNav_inn {
  margin-bottom: 20px;
}
#spNav .spNav_inn .spNav_title {
  margin-bottom: 10px;
}
#spNav .spNav_inn .spNav_title span {
  display: block;
  background: #7A7474;
  color: #fff;
  text-align: center;
  padding: 18px 1em;
  font-size: 1.6rem;
}
#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;
  padding: 8px 1em;
  font-size: 1.4rem;
}
#spNav .spNav_inn .spNav_title .spNav_menu_toggle ul li .spNav_link {
  padding: 10px 0;
  font-size: 1.3rem;
}
#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-color: #132C3F;
}
#spNav.spNav__gcoat .nav li a {
  color: #fff;
}

body.gcoat header .header_menu {
  position: fixed;
  right: 18px;
  top: 12px;
}
body.gcoat header .header_menu span {
  background: #fff;
}
body.gcoat header .header_menu.open + .header_menu-gcoat {
  display: none !important;
}
body.gcoat header .header_menu-gcoat {
  display: none;
  position: fixed;
  right: 18px;
  top: 68px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 50000;
}
body.gcoat header .header_menu-gcoat div {
  position: relative;
}
body.gcoat header .header_menu-gcoat span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
body.gcoat header .header_menu-gcoat span:nth-child(1) {
  top: 10px;
}
body.gcoat header .header_menu-gcoat span:nth-child(2) {
  top: 20px;
}
body.gcoat header .header_menu-gcoat span:nth-child(3) {
  top: 30px;
}
@media screen and (max-width: 896px) {
  body.gcoat header .header_menu-gcoat {
    display: block;
  }
}
body.gcoat header .header_menu-gcoat.open {
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  top: 12px;
}
body.gcoat header .header_menu-gcoat.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #292929;
  width: 40%;
}
body.gcoat header .header_menu-gcoat.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
body.gcoat header .header_menu-gcoat.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  background: #292929;
  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;
}
