/*--------------------------------------------------
  layput
--------------------------------------------------*/
.btn {
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.btn:hover {
  opacity: 0.7;
}

.btn--long {
  width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  border-radius: 5px;
}

.end_text {
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 45px;
  color: #c01734;
  font-weight: 900;
}

@media screen and (max-width: 736px) {
  .btn--long {
    width: 100%;
  }
}

.btn i {
  float: right;
  transform: scaleX(1.2);
}

.btn i::before {
  transform: scaleX(1.2);
}

#kvArea {
  position: relative;
}

.kvArea_copy {
  width: min(640px, 40vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -24%);
  margin-left: max(-24vw, -240px);

  & > img {
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
    width: 96%;
  }

  & .inform {
    font-size: clamp(15px, 1.9vw, 30px);
    line-height: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
    margin-top: 1.2em;
    font-weight: 700;

    & .new {
      color: #fff;
      background: #c00;
      white-space: nowrap;
      font-size: 0.8em;
      padding: 0.3em 1.2em;
      display: grid;
      place-content: center;
    }
    & .item {
      color: #0e0e0f;
      filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 6px #ffffffce);
      & span {
        display: block;
        font-size: 0.9em;
        margin-top: 0.5em;
      }
    }
  }
}

@media screen and (max-width: 736px) {
  .kvArea_copy {
    width: 55%;
    margin-left: -19%;
    transform: translate(-50%, -5%);

    & > img {
      filter: drop-shadow(0 0 1vw #fff) drop-shadow(0 0 1vw #fff);
    }

    & .inform {
      font-size: clamp(17px, 3vw, 22px);
    }

    & .item {
      filter: drop-shadow(0 0 1vw #fff);
    }
  }
}

@media screen and (max-width: 540px) {
  .kvArea_copy {
    transform: translate(-50%, -10%);
    & .inform {
      font-size: clamp(13px, 4.26667vw, 17px);
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto 1fr;
      gap: 0.5em;

      & .new {
        width: fit-content;
        font-size: 0.7em;
        padding: 0.5em 0.8em;
      }
    }
  }
}

.sec1_bnr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.sec1_bnr_item {
  width: 475px;
}

.sec1_bnr_item a {
  display: block;
  height: 100%;
  background: #fff;
}

.sec1_bnr_item_info {
  padding: 20px;
  color: #2b383f;
}

.sec1_bnr_item_info_ttl {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.sec1_bnr_item_info_txt {
  font-size: 16px;
  line-height: 26px;
}

.sec1_bnr02 {
  padding-bottom: 60px;
}

@media screen and (max-width: 736px) {
  #sec1 .l-section-inner {
    padding: 5px 0;
  }

  .sec1_bnr {
    display: block;
    padding-bottom: 30px;
  }

  .sec1_bnr_item {
    width: 100%;
    border-bottom: 3px solid #eceff1;
  }

  .sec1_bnr_item:last-child {
    border-bottom: 0;
  }

  .sec1_bnr_item a {
    display: flex;
    align-items: center;
    height: auto;
  }

  .sec1_bnr_item_img {
    width: 50%;
  }

  .sec1_bnr_item_info {
    padding: 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sec1_bnr_item_info_ttl {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .sec1_bnr02 {
    padding-bottom: 35px;
  }
}

.article-slide .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-slide .slick-slide {
  height: auto;
  outline: none;
}

.article-slide .slider__items {
  background-color: #fff;
  margin: 0 12.5px;
  border: 1px solid #e4e7e9;
}

.article-slide .slider__items a {
  display: block;
}

.article-slide .slick-prev,
.article-slide .slick-next {
  width: 38px;
  height: 38px;
}

.article-slide .slick-prev {
  left: -70px;
}

.article-slide .slick-prev::before {
  position: absolute;
  content: "<";
  top: 6px;
  left: 13px;
  font-size: 20px;
  transform: scale(0.6, 1);
}

.article-slide .slick-next {
  right: -70px;
}

.article-slide .slick-next::before {
  position: absolute;
  content: ">";
  top: 6px;
  right: 9px;
  font-size: 20px;
  transform: scale(0.6, 1);
}

@media screen and (max-width: 736px) {
  .l-article-slide {
    width: 110%;
    margin-left: -5%;
  }

  .l-article-slide.l-article-slide_main {
    width: 100%;
    margin-left: 0;
  }

  .article-slide {
    width: 100%;
    padding-bottom: 30px;
  }

  .article-slide .slider__items {
    margin: 0 7.5px;
  }

  .article-slide .slick-dots {
    bottom: 10px;
  }
}

#sec2 .bnr {
  width: 100%;
  background-image: url("/snow/img/top/sec2-1.jpg");
  background-size: cover;
  background-position: 50% 25%;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr {
    background-image: url("/snow/img/top/sec2-1-sp.jpg");
    background-position: center;
  }
}

#sec2 .bnr [class*="text--"] {
  color: #fff;
  display: inline-block;
  margin-top: 5%;
  float: right;
  width: 600px;
  position: relative;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr [class*="text--"] {
    margin-top: 30%;
    text-align: center;
    width: auto;
    float: none;
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }
}

#sec2 .bnr .btn {
  color: #fff;
  font-size: 16px;
  padding: 10px;
  padding-right: 15px;
  border: 1px solid #fff;
  display: inline-block;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 52px;
  margin: auto;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr .btn {
    display: block;
    margin: 15px auto;
    width: 70%;
    font-size: 14px;
    height: auto;
    position: relative;
  }
}

#sec2 .bnr .btn .fa-chevron-right {
  color: #fff;
}

#sec2 .bnr a {
  height: 150px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  #sec2 .bnr a {
    height: auto;
  }
}

#sec2 .btn--long {
  background-color: #c00;
}

#sec2 .l-flex-box {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  #sec2 .l-flex-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec2 .l-col,
#sec2 .r-col {
  width: 47.95918%;
}

@media screen and (max-width: 736px) {
  #sec2 .l-col,
  #sec2 .r-col {
    width: 100%;
  }
}

#sec2 .l-col .borderd-box {
  color: #c00;
  font-weight: bold;
}

#sec2 .l-col ul {
  margin: 20px 0;
  padding-left: 15px;
}

@media screen and (max-width: 736px) {
  #sec2 .r-col {
    margin-bottom: 9.375%;
  }
}

#sec2 .r-col .text-wrap {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

@media screen and (max-width: 736px) {
  #sec2 .r-col .text-wrap {
    vertical-align: bottom;
  }
}

#sec2 .r-col figure {
  width: 16.66667%;
  display: inline-block;
  margin-left: 5%;
}

#sec2 .r-col .text--subheading {
  color: #c00;
}

#sec2 .borderd-box {
  border-style: solid;
  border-width: 5px;
  border-color: #eceff1;
}

#sec2 .text--subheading {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.04em;
}

#sec2 .bnr__text {
  letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
  #sec2 .text--subheading {
    font-size: 16px;
    line-height: 1.6;
  }
}

#sec3 .text--heading + p {
  text-align: center;
}

@media screen and (max-width: 736px) {
  #sec3 .text--heading + p {
    text-align: left;
  }
}

#sec3 .card-list figure > img {
  display: block;
}

@media screen and (max-width: 736px) {
  #sec3 .card-list a {
    padding: 5px;
  }

  #sec3 .card-list .text-wrap {
    position: relative;
  }

  #sec3 .card-list .text-wrap::after {
    transform: scaleX(0.9);
    font-size: 14px;
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    content: "\f054";
    font-weight: 100;
    color: #c00;
    height: 16px;
    line-height: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}

#sec3 .card-list p {
  text-align: center;
}

#sec3 .card-list span {
  padding-right: 12%;
}

@media screen and (max-width: 736px) {
  #sec3 .card-list span {
    padding-right: 0;
    display: inline-block;
    font-size: 14px !important;
  }
}

#sec3 .card-list span::after {
  color: #c00;
}

@media screen and (max-width: 736px) {
  #sec3 .card-list span::after {
    content: "";
  }
}

#sec3 .btn--long {
  background-color: #c00;
}

#sec4 .l-section-inner {
  padding: 50px 0 70px 0;
}

.sec4_campaign {
  margin: 0 auto;
  padding-top: 70px;
  width: 980px;
}

.sec4_campaign a {
  display: block;
}

.sec4_bnr {
  display: flex;
  flex-wrap: wrap;
}

.sec4_bnr_item {
  margin-top: 35px;
  margin-right: 25px;
  width: 310px;
}

.sec4_bnr_item:nth-child(1),
.sec4_bnr_item:nth-child(2),
.sec4_bnr_item:nth-child(3) {
  margin-top: 0;
}

.sec4_bnr_item:nth-child(3n) {
  margin-right: 0;
}

.sec4_bnr_item a {
  display: block;
  height: 100%;
  background: #fff;
}

.sec4_bnr_item_info {
  padding-top: 16px;
  color: #2b383f;
}

.sec4_bnr_item_info_ttl {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.sec4_bnr_item_info_txt {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  #sec4 .l-section-inner {
    padding: 40px 4.6875%;
  }

  .sec4_campaign {
    padding-top: 50px;
    width: 100%;
  }

  .sec4_bnr {
    display: block;
  }

  .sec4_bnr_item {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  .sec4_bnr_item:last-child {
    margin-bottom: 0;
  }

  .sec4_bnr_item a {
    height: auto;
  }

  .sec4_bnr_item_info {
    padding-top: 11px;
  }

  .sec4_bnr_item_info_ttl {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .sec4_bnr_item_info_txt {
    font-size: 14px;
    line-height: 24px;
  }
}

#sec5 {
  margin-top: -129px;
  padding-top: 129px;
}

#sec5 .l-flex-box {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 736px) {
  #sec5 {
    margin-top: -78px;
    padding-top: 78px;
  }

  #sec5 .l-flex-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec5 .text--under-line {
  text-decoration: underline;
}

#sec5 .l-col,
#sec5 .r-col {
  width: 48.57143%;
}

@media screen and (max-width: 736px) {
  #sec5 .l-col,
  #sec5 .r-col {
    width: 100%;
  }

  .emb-card .text--plane {
    line-height: 24px;
  }
}

#sec5 .l-col {
  position: relative;
}

#sec5 .bk_wh {
  background-color: #fff;
}

#sec5 .l-col .first {
  position: absolute;
  width: 66px;
  height: 66px;
  top: -33px;
  left: -33px;
}

@media screen and (max-width: 736px) {
  #sec5 .l-col .first {
    width: 60px;
    height: 20px;
    position: static;
  }
}

@media screen and (max-width: 736px) {
  #sec5 .r-col {
    margin-top: 5px !important;
    margin-bottom: 0;
  }
}

#sec5 *::after {
  color: #c00;
}

.text--heading__discription {
  color: #c00;
}

#sec6 .l-section-inner {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  #sec6 .l-section-inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#sec6 .l-col {
  width: 57.14286%;
}

@media screen and (max-width: 736px) {
  #sec6 .l-col {
    width: 100%;
  }
}

#sec6 .l-col .news-list__item {
  background-color: #eceff1;
}

#sec6 .l-col .news-list__item::after {
  color: #c00;
}

@media screen and (max-width: 736px) {
  #sec6 .l-col .news-list__item::after {
    right: 10px;
  }
}

#sec6 .r-col {
  position: relative;
  width: 34.18367%;
  border: 5px solid #eceff1;
}

#sec6 .r-col .text-wrap {
  margin-top: 10px;
}

#sec6 .r-col h4.text--subheading {
  margin-bottom: 25px;
}

#sec6 .r-col p.pdf-img {
  padding-left: 15px;
  font-size: 13px;
  margin-bottom: 21px;
}

@media all and (-ms-high-contrast: none) {
  #sec6 .r-col .text--plane {
    width: 75%\9;
    /* IE10 */
  }

  #sec6 .r-col .post {
    margin-left: -75px\9;
    /* IE10 */
  }

  #sec6 .r-col .post img {
    width: 50px\9;
    /* IE10 */
  }
}

@media screen and (max-width: 736px) {
  #sec6 .r-col {
    margin-bottom: 20px;
  }

  #sec6 .r-col h4.text--subheading {
    margin-bottom: 10px;
  }

  @media all and (-ms-high-contrast: none) {
    #sec6 .r-col .text--plane {
      width: auto%\9;
      /* IE10 */
    }

    #sec6 .r-col .post {
      margin-left: 0\9;
      /* IE10 */
    }

    #sec6 .r-col .post img {
      width: auto\9;
      /* IE10 */
    }
  }
}

#sec6 .r-col a {
  display: block;
}

@media screen and (max-width: 736px) {
  #sec6 .r-col .pdf-card .l-flex-box {
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  #sec6 .r-col .pdf-card .l-flex-box .text-wrap {
    width: 65%;
  }
}

#sec6 .r-col figure.info {
  width: 41px;
  height: 41px;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 736px) {
  #sec6 .r-col figure.info {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

#sec6 .r-col .text-cap {
  text-decoration: underline;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  #sec6 .r-col p.pdf-img {
    margin-top: 0;
    width: 100%;
    font-size: 12px;
  }
}

#sec6 .r-col p.pdf-img img {
  width: 22px;
  height: auto;
  margin-right: 3px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  #sec6 .r-col p.pdf-img img {
    width: 20px;
    height: 24px;
  }
}

#sec6 .r-col figure.post {
  margin-top: 20px;
  width: 62px;
  height: auto;
}

@media screen and (max-width: 736px) {
  #sec6 .r-col figure.post {
    width: 80%;
  }
}

@media screen and (max-width: 736px) {
  #sec6 .r-col {
    width: 100%;
  }
}

.notice {
  text-align: left !important;
  color: #c00;
}

#sec4 [class*="text--"] + [class*="text--"] {
  margin-top: 15px;
}

#sec6 .l-module-margin {
  margin: 30px 0 50px;
}

.figcap-mtt10 {
  margin-top: 25px !important;
}

.banner_area {
  max-width: 650px;
  padding: 25px 0 30px;
  margin: 0 auto;
}

.banner_area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  .banner_area {
    padding: 0 0 20px;
    margin: -0.8em 0 0 0;
  }

  .end_text {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 22px;
    font-weight: 900;
    color: #c01734;
  }
}

.tvcm_video {
  margin: 70px auto 0 auto;
  width: 800px;
}

.tvcm_video_ttl {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.tvcm_video_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  padding-top: 20px;
  border-bottom: solid 3px #c30d23;
}

.tvcm_video_container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.tvcm_video video,
.tvcm_video .video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.bc-player-4k5Jg43ag_default .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  margin-top: -52px;
  margin-left: -78px;
}

.tvcm_video_caption {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .tvcm_video {
    margin: 0 auto;
    padding: 12.5% 4.6875% 0;
    width: 100%;
    box-sizing: border-box;
  }

  .tvcm_video_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .tvcm_video_ttl:after {
    padding-top: 12px;
  }
}

/* 残クレバナー追加 202011 */
.zancre_bn {
  padding-bottom: 35px;
  margin-top: -20px;
}

@media screen and (max-width: 736px) {
  .zancre_bn {
    width: 90%;
    max-width: 380px;
    margin: -10px auto 0;
  }
}

.zancre_bn:hover {
  opacity: 0.7;
}

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

/* 2022.07 .snow-important-info plus */
.snow-important-info {
  text-align: center;
  padding: 0 5%;
  margin: -33px auto 43px;
}

.snow-important-info a {
  font-size: 21px;
  display: inline-block;
  color: #e60012;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s all ease;
  position: relative;
  padding: 0.4em 2.1em 0.4em 1.2em;
  border: 1px solid #e60012;
}

.snow-important-info a::after {
  content: "\f054";
  font-weight: 100;
  font-family: FontAwesome;
  font-size: 0.7em;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .snow-important-info a:hover {
    opacity: 0.7;
  }

  .snow-important-info a::after {
    transition: 0.3s all;
  }

  .snow-important-info a:hover::after {
    right: 1em;
  }
}

@media screen and (max-width: 736px) {
  .snow-important-info {
    margin: 12px auto -8px;
    padding: 0 4%;
  }

  .snow-important-info a {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 auto 30px;
    letter-spacing: 0.05em;
    padding: 0.4em 1.6em 0.4em 0.7em;
  }

  .snow-important-info a::after {
    right: 1em;
  }
}

/* js-main-slide */
.js-main-slide_wrap {
  margin: 0 auto;
  padding: 45px 0 15px;
  width: 980px;
}

@media screen and (max-width: 736px) {
  .js-main-slide_wrap {
    padding: 10px 0 0;
    width: 100%;
  }
}

.js-main-slide {
  box-sizing: border-box;
}

.js-main-slide img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  .js-main-slide_wrap .l-article-slide {
    width: 100%;
    margin-left: 0;
  }
}

.js-main-slide .slider__items {
  background-color: #fff;
  margin: 0;
  border: 1px solid #e4e7e9;
}

.js-main-slide .slider__items a {
  display: flex;
  transition: 0.3s all;
}

@media screen and (max-width: 736px) {
  .js-main-slide .slider__items {
    border: none;
  }

  .js-main-slide .slider__items a {
    display: block;
  }
}

.js-main-slide .sec1_bnr_item_img {
  width: 55%;
}

@media screen and (max-width: 736px) {
  .js-main-slide .sec1_bnr_item_img {
    width: 100%;
  }
}

.js-main-slide .sec1_bnr_item_info {
  width: 45%;
  padding: 1rem 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 736px) {
  .js-main-slide .sec1_bnr_item_info {
    width: 100%;
    padding: 1rem 5vw 1rem;
    position: inherit;
  }
}

.js-main-slide .sec1_bnr_item_info_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.js-main-slide .sec1_bnr_item_info_txt small {
  font-size: 0.86em;
  font-weight: 400;
  opacity: 0.86;
  display: block;
  margin-top: 0.2em;
}

@media screen and (max-width: 736px) {
  .js-main-slide .sec1_bnr_item_info_txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 1rem;
    width: fit-content;
  }

  .js-main-slide .sec1_bnr_item_info_txt.l2 {
    margin-bottom: 2rem;
  }

  .js-main-slide .sec1_bnr_item_info_txt small {
    font-size: 0.9em;
  }
}

.js-main-slide .sec1_bnr_item_info_data {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.4rem 1rem;
}

@media screen and (min-width: 737px) {
  .js-main-slide .sec1_bnr_item_info_data::before {
    content: "\5B9F\65BD\671F\9593\FF1A";
  }
}

@media screen and (max-width: 736px) {
  .js-main-slide .sec1_bnr_item_info_data {
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
    margin-bottom: 1.3rem;
  }
}

.js-main-slide .slider__items a .sec1_bnr_item_info_bt {
  font-weight: 700;
  color: #fff;
  background: #c00;
  padding: 0 1rem 0 1.4rem;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
}

_::-webkit-full-page-media,
_:future,
:root .js-main-slide .slider__items a .sec1_bnr_item_info_bt {
  padding-top: 0.1em;
}

@media screen and (max-width: 736px) {
  .js-main-slide .slider__items a .sec1_bnr_item_info_bt {
    display: inline-flex;
    align-items: center;
    position: inherit;
    bottom: inherit;
    right: inherit;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto 1rem;
  }
}

@media (any-hover: hover) {
  .js-main-slide .slider__items a .sec1_bnr_item_info_bt::after {
    transition: 0.3s all;
  }

  .js-main-slide .slider__items a:hover .sec1_bnr_item_info_bt::after {
    transform: translateX(5px);
  }
}

.js-main-slide .slider__items a .sec1_bnr_item_info_bt::after,
.wide .sec1_bnr_item_info_bt2::after {
  transform: scaleX(0.9);
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 100;
  margin: 1px 0 0 10px;
  font-weight: 100;
}

.js-main-slide .slick-slide a.new {
  position: relative;
}

.js-main-slide .slick-slide a.new::before {
  content: "NEW";
  border: #c00 1px solid;
  color: #c00;
  background: #fff;
  font-size: 0.86rem;
  line-height: 23px;
  padding: 0 0.8em;
  height: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media screen and (max-width: 736px) {
  .js-main-slide .slick-slide a.new::before {
    font-size: 0.76em;
    top: 8px;
    right: 8px;
    line-height: 20px;
    height: 20px;
  }
}

/* slick */
.js-main-slide .slick-dots {
  bottom: -24px;
}

@media screen and (max-width: 736px) {
  .js-main-slide .slick-dots {
    bottom: 6px;
  }

  .js-main-slide .slick-prev,
  .js-main-slide .slick-next {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 98%;
  }

  .js-main-slide .slick-prev {
    left: 12px;
  }

  .js-main-slide .slick-prev::before {
    top: 3px;
    left: 10px;
  }

  .js-main-slide .slick-next::before {
    top: 3px;
  }

  .js-main-slide .slick-next {
    right: 12px;
  }

  .js-main-slide_wrap .slick-dotted.slick-slider {
    margin-bottom: 20px;
    border-bottom: 1rem solid #fff;
  }
}

/* wide */
.js-main-slide .slider__items.wide a {
  display: grid;
  height: 100%;
  grid-template-rows: 1fr auto;
}

.js-main-slide .slider__items.wide a .cp_2406 {
  display: grid;
  place-content: center;
  padding: 3%;
}

@media screen and (max-width: 736px) {
  .js-main-slide .slider__items.wide a {
    justify-items: center;
  }

  .js-main-slide .slider__items.wide a .cp_2406 img {
    width: min(540px, 98%);
    margin-inline: auto;
  }
}

.wide .sec1_bnr_item_info_bt2 {
  font-weight: 700;
  color: #fff;
  background: #c00;
  padding: 0.8rem 1rem 0.8rem 1.4rem;
  line-height: 1;
  text-align: center;
}

.wide .sec1_bnr_item_info_bt2::after {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 736px) {
  .wide .sec1_bnr_item_info_bt2 {
    padding: 0.5rem 1rem 0.6rem 1.4rem;
    display: inline-flex;
    align-items: center;
    position: inherit;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto 32px;
  }
}

@media (any-hover: hover) {
  .sec1_bnr_item_info_bt2::after {
    display: inline-block;
    transition: 0.3s all;
  }

  a:hover .sec1_bnr_item_info_bt2::after {
    transform: translateX(5px);
  }
}

#sec1:has(.cp_202508) {
  padding-top: 30px;
  @media screen and (max-width: 736px) {
    padding-top: min(30px, 5vw);
  }
}

.cp_202508 {
  margin-inline: auto;
  width: min(980px, 100%);
  border: 1.4px solid #015087;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;

  @media screen and (max-width: 736px) {
    width: min(400px, 90.625%);
  }
  & + .js-main-slide_wrap {
    padding-top: 30px;
    @media screen and (max-width: 736px) {
      padding-top: min(30px, 5vw);
    }
  }
  & a {
    position: absolute;
    inset: 0;
  }
  &:hover {
    opacity: 0.7;
  }
}

/* float-banner 2025.09 */
.float-banner img {
  max-width: 100%;
  transition: filter 0.3s ease-in-out;
  &:hover {
    filter: drop-shadow(0 0 10px #fff) brightness(1.3);
  }
}

.float-banner {
  z-index: 11;
  position: relative;
}

@media print, screen and (min-width: 736.1px) {
  .float-banner {
    & .pc {
      width: clamp(160px, 21vw, 210px);
      display: inline-block;
      position: fixed;
      top: 280px;
      right: 0;
    }
    & .sp {
      display: none;
    }
  }
}

@media screen and (max-width: 736px) {
  .float-banner {
    visibility: visible;

    & .pc {
      display: none;
    }

    & .sp {
      position: fixed;
      bottom: 0;
      z-index: 10;
      background: #015087;
    }
  }
  .batsu {
    display: inline-grid;
    place-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 35px;
    height: 35px;
    pointer-events: auto;
    bottom: 12.2vw;
    z-index: 12;
    &::after {
      content: "";
      background: #fff;
      height: 16px;
      width: 16px;
      clip-path: polygon(5% 0, 0 4%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
    }
  }
  body:has(.float-banner) footer .js-back-to-top {
    bottom: max(calc(6% + 1.4rem), 12vw) !important;
    transition: 0.4s;
    &.plus {
      bottom: 6% !important;
    }
  }
  body:has(.float-banner) footer {
    margin-bottom: 12.2vw;
    transition: 0.4s all;
    &.mb0 {
      margin-bottom: 0;
    }
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
