@charset "UTF-8";
/* ==============================
		home.scss
================================= */
.emergency {
  background-color: #ff033f;
  color: #fff;
  padding: 3rem 16px;
}

@media screen and (max-width: 576px) {
  .emergency {
    padding: 1.5rem 16px 0.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.emergency__inner{
  max-width: 512px;
  margin: 0 auto;
}

.emergency__dateBox{
  display: flex;
  align-items: center;
}

.emergency .emergency__icon {
  margin-right: 12px;
}

.emergency .emergency__icon svg {
  display: block;
}

@media screen and (max-width: 576px) {
  .emergency .emergency__icon {
    width: 1.5em;
  }
}

@media screen and (max-width: 576px) {
  .emergency .emergency__icon svg {
    width: 1.3em;
    height: 1.3em;
  }
}

.emergency .emergency__time {
  font-size: 12px;
  line-height: 1;
  margin-right: 36px;
  display: block;
}

@media screen and (max-width: 576px) {
  .emergency .emergency__time {
    margin-right: 0;
    width: calc(100% - 1.8em - 18px);
  }
}

.emergency .emergency__content.wysiwyg{
  margin-top: 1rem;
  margin-bottom: 0;
}

.emergency .emergency__content {
  font-size: 18px;
  line-height: 1.444;
  min-width: 32rem;
}

@media screen and (max-width: 768px) {
  .emergency .emergency__content {
    font-size: 13px;
    min-width: 20rem;
  }
}

@media screen and (max-width: 576px) {
  .emergency .emergency__content {
    margin-top: .8em;
    width: calc(100%);
  }
}

.emergency .emergency__content a {
  text-decoration: underline;
}

.section-mv .section-mv__inner {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__inner {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
  }
}

.section-mv .section-mv__block {
  display: block;
  grid-row: 1/2;
  grid-column: 1/2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block {
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}

.section-mv .section-mv__block:nth-child(4) {
  grid-column: 6/7;
  grid-row: 1/2;
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
}

.section-mv .section-mv__block:nth-child(3) {
  grid-column: 3/4;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(3) {
    grid-column: 1/3;
    grid-row: 3/5;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 2;
  }
}

.section-mv .section-mv__block:nth-child(5) {
  grid-column: 6/7;
  grid-row: 2/3;
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(5) {
    grid-column: 3/4;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
}

.section-mv .section-mv__block:nth-child(2) {
  grid-column: 4/6;
  grid-row: 1/3;
  -ms-grid-column: 4;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(2) {
    grid-column: 3/4;
    grid-row: 4/5;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
}

.section-mv .section-mv__block:nth-child(6) {
  grid-column: 2/4;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(6) {
    grid-column: 1/3;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
  }
}

.section-mv .section-mv__block:nth-child(7) {
  grid-column: 1/3;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column-span: 2;
}

@media screen and (max-width: 768px) {
  .section-mv .section-mv__block:nth-child(7) {
    grid-column: 2/4;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
  }
}

.section-mv .section-mv__block:hover .section-mv__block__figcaption {
  opacity: 1;
}

.section-mv .section-mv__block__figure {
  position: relative;
  display: block;
  -webkit-transition: all 1.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 1.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

[loading="true"] .section-mv .section-mv__block__figure {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.section-mv .section-mv__block__figure img {
  width: 100%;
}

.section-mv .section-mv__block__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #faeaee;
  -webkit-transition: all 1.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 1.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[loading="true"] .section-mv .section-mv__block__figure::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.section-mv .section-mv__block__figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 32px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

@media screen and (max-width: 576px) {
  .section-mv .section-mv__block__figcaption {
    display: none;
  }
}

.section-mslide {
  overflow: hidden;
  background-color: #ff033f;
  padding: 3rem 5.4rem;
}

.section-mslide .section-mslide__content {
  position: relative;
  max-height: 230px;
}

@media screen and (max-width: 1632px) {
  .section-mslide .section-mslide__content {
    max-height: 14vw;
  }
}

@media screen and (max-width: 768px) {
  .section-mslide .section-mslide__content {
    max-height: 14vw;
  }
}

@media screen and (max-width: 576px) {
  .section-mslide .section-mslide__content {
    max-height: 36vw;
  }
}

@media screen and (max-width: 425px) {
  .section-mslide .section-mslide__content {
    max-height: 30.9vw;
  }
}

.section-news {
  padding: 72px 0 90px;
  background-color: #fde9ee;
}

.section-news .common__headline {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  .section-news .common__headline {
    margin-bottom: 2.4rem;
  }
}

.section-news .section-news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-news .section-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.section-news .section-news__maincontent {
  width: calc(100% - 370px);
}

@media screen and (max-width: 768px) {
  .section-news .section-news__maincontent {
    width: calc(100%);
    margin-bottom: 40px;
  }
}

.section-news main {
  margin-top: 0;
}

.section-news main .page_ttl {
  display: none;
}

/*
.section-news main .page_ttl + .news_date {
  display: block;
}

.section-news main .news_date {
  display: none;
}
*/

.section-news main .news_item{
  display: none;
}

.section-news main .news_date_ttl {
  display: none;
}

.section-news main .news_list .news_item {
  /*display: block;*/
  padding-bottom: 2rem;
  margin-bottom: 1.4rem;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-news main .news_list .news_item {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

.section-news main .news_list .news_item:not(:last-child) {
  border-bottom: #f2f2f2 1px solid;
}

.section-news main .news_list .news_item:nth-child(1n + 6) {
  display: none;
}

.section-news main .news_list .news_item:hover .news_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-news main .news_list .news_item:hover .news_ttl {
  color: #ff033f;
}

.section-news main .news_list .news_item .news_img {
  width: 300px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-news main .news_list .news_item .news_img {
    width: calc(50% - 24px);
  }
}

.section-news main .news_list .news_item .news_img img {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.section-news main .news_list .news_item .news_detail {
  width: calc(100% - 318px);
}

@media screen and (max-width: 768px) {
  .section-news main .news_list .news_item .news_detail {
    width: calc(50%);
  }
}

.section-news main .news_list .news_item .news_ttl {
  font-size: 22px;
  color: #222;
  line-height: 1.545;
  font-weight: 400;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

@media screen and (max-width: 768px) {
  .section-news main .news_list .news_item .news_ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .section-news main .news_list .news_item .news_ttl {
    font-size: 13px;
  }
}

.section-news main .news_list .news_item .news_txt {
  font-size: 15px;
  color: #767676;
  line-height: 1.733;
}

@media screen and (max-width: 768px) {
  .section-news main .news_list .news_item .news_txt {
    display: none;
  }
}

.section-news .section-news__maincontent__list {
  margin-bottom: 3.4rem;
}

.section-news .section-news__aside {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .section-news .section-news__aside {
    width: 100%;
    text-align: center;
  }
}

.section-list {
  padding: 86px 0 80px;
}

@media screen and (max-width: 768px) {
  .section-list {
    padding: 44px 0 64px;
  }
}

.section-list.base {
  /*background-color: #fde9ee;*/
}

.section-list.base .section-list__item .list-figure {
/*  background-color: #fff;*/
  border-radius: 5px;
}

.section-list .common__headline {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section-list .common__headline {
    margin-bottom: 32px;
  }
}

.section-list .section-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .section-list .section-list__list {
    margin-bottom: 16px;
  }
}

.section-list .section-list__item {
  width: 284px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  margin-left: 1.77%;
}

@media screen and (max-width: 1232px) {
  .section-list .section-list__item {
    /*width: calc(100% / 3 - 20px);*/
    width: 32%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-list .section-list__item {
    width: 48%;
    margin-left: 4%;
  }
}

.section-list .section-list__item.endcheck .list-figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.section-list .section-list__item.endcheck .list-figure::after {
  content: "終了しました";
  position: absolute;
  left: calc(50% - 4em);
  top: calc(50% - 1em);
  width: auto;
  height: auto;
  z-index: 2;
  padding: .5em 1em;
  border-radius: 2em;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}


/*.section-list .section-list__item:not(:last-child) {
  margin-right: 20px;
}*/
.section-list .section-list__item:first-child{
    margin-left: 0%;
}

@media screen and (max-width: 768px) {
  .section-list .section-list__item:nth-child(2n+1){
      margin-left: 0%;
  }
}


.section-list .section-list__item:hover .list-figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-list .section-list__item:hover .list-title {
  color: #ff033f;
}

.section-list .section-list__item a {
  display: block;
}

.section-list .section-list__item .list-figure {
  margin-bottom: 16px;
  overflow: hidden;
/*  height: 160px;*/
    padding-top: 56.3%;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fde9ee;
  position: relative;
  border-radius: 5px;

}

@media screen and (max-width: 768px) {
  .section-list .section-list__item .list-figure {
    margin-bottom: 8px;
    height: 24vw;
  }
}

.section-list .section-list__item .list-figure img {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
/*  height: 160px;
  width: 100%;*/
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  margin: auto;
}

/*@media screen and (max-width: 768px) {
  .section-list .section-list__item .list-figure img {
    height: 24vw;
  }
}*/

.section-list .section-list__item .list-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 14px;
  min-height: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  display: block;
  overflow: hidden;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section-list .section-list__item .list-title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 576px) {
  .section-list .section-list__item .list-title {
    font-size: 13px;
    min-height: 30px;
  }
}

@supports (-webkit-line-clamp: 2) {
  .section-list .section-list__item .list-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.section-list .section-list__item .list-text {
  font-size: 15px;
  color: #767676;
  line-height: 1.733;
}

@media screen and (max-width: 576px) {
  .section-list .section-list__item .list-text {
    font-size: 12px;
  }
}

.section-card {
  padding: 104px 0 70px;
}

@media screen and (max-width: 768px) {
  .section-card {
    padding: 44px 0 64px;
  }
}

.section-card.base {
  /*background-color: #fde9ee;*/
}

.section-card .common__headline {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section-card .common__headline {
    margin-bottom: 32px;
  }
}

.section-card .section-card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}

.section-card .section-card__item {
  width: calc(100% / 3 - 16px);
}

@media screen and (max-width: 768px) {
  .section-card .section-card__item {
    width: calc(100%);
  }
}

.section-card .section-card__item.endcheck .card-figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.section-card .section-card__item.endcheck .card-figure::after {
  content: "終了しました";
  position: absolute;
  left: calc(50% - 4em);
  top: calc(50% - 1em);
  width: auto;
  height: auto;
  z-index: 2;
  padding: .5em 1em;
  border-radius: 2em;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.section-card .section-card__item:not(:last-child) {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .section-card .section-card__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.section-card .section-card__item a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 26px 26px 42px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  border-radius: 5px;
}

.section-card .section-card__item a:hover {
  -webkit-box-shadow: 0 1px 10px rgba(255, 3, 63, 0.1);
          box-shadow: 0 1px 10px rgba(255, 3, 63, 0.1);
}

.section-card .section-card__item a:hover .card-title {
  color: #ff033f;
}

.section-card .section-card__item a:hover .card-figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-card .section-card__item .card-figure {
  margin-bottom: 30px;
  background-color: #fde9ee;
  width: 320px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1232px) {
  .section-card .section-card__item .card-figure {
    width: 100%;
    height: calc(16vw);
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .section-card .section-card__item .card-figure {
    height: calc(45vw);
  }
}

.section-card .section-card__item .card-figure img {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 320px;
  height: 180px;
}

@media screen and (max-width: 1232px) {
  .section-card .section-card__item .card-figure img {
    width: 100%;
    height: calc(16vw);
  }
}

@media screen and (max-width: 768px) {
  .section-card .section-card__item .card-figure img {
    height: calc(45vw);
  }
}

.section-card.movie .card-figure::before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/common/icon_pickup.svg);
  z-index: 2;
}

.section-card .card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 22px;
  min-height: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

@media screen and (max-width: 576px) {
  .section-card .card-title {
    font-size: 13px;
    min-height: 32px;
  }
}

.section-card .card-text {
  font-size: 15px;
  color: #767676;
  line-height: 1.733;
}

@media screen and (max-width: 576px) {
  .section-card .card-text {
    font-size: 12px;
  }
}

.section-sub {
  background-color: #fde9ee;
  padding: 86px 0 80px;
}

@media screen and (max-width: 768px) {
  .section-sub {
    padding: 42px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-sub .common_inner {
    padding: 0 16px;
  }
}

.section-sub .section-sub__info {
  background-color: #fff;
  padding: 60px 68px;
  margin-bottom: 86px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__info {
    padding: 32px 20px;
  }
}

.section-sub .section-sub__info .sub__headline {
  margin-bottom: 26px;
}

.section-sub .section-sub__info .section-sub__info__list {
  margin-bottom: 64px;
}

.section-sub .section-sub__info .section-sub__info__item a {
  padding: 32px 50px 24px 0;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__info .section-sub__info__item a {
    padding: 8px 50px 8px 0;
  }
}

.section-sub .section-sub__info .section-sub__info__item a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #ff033f;
  border-top: 2px solid #ff033f;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__info .section-sub__info__item a::after {
    right: 8px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff033f;
    border-top: 1px solid #ff033f;
  }
}

.section-sub .section-sub__info .section-sub__info__item .info-time {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  color: #ff033f;
  line-height: 1;
  margin-bottom: 22px;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__info .section-sub__info__item .info-time {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__info .section-sub__info__item .info-title {
    font-size: 12px;
  }
}

.section-sub .section-sub__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1232px) {
  .section-sub .section-sub__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter {
  width: 560px;
}

@media screen and (max-width: 1232px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter {
    width: 100%;
    margin-bottom: 44px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .sub__headline {
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .sub__headline {
    margin-bottom: 24px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__content {
  background-color: #fff;
  padding: 40px 30px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .twitter__content {
    padding: 24px 16px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .twitter__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__headline {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  line-height: 1.8;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .twitter__headline {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__headline::after {
  content: attr(data-ruby);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #ff033f;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .twitter__headline::after {
    font-size: 10px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__btn {
  background-color: #219ee0;
  width: 170px;
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 16px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__twitter .twitter__btn {
    font-size: 14px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
}

.section-sub .section-sub__sns .section-sub__sns__twitter .twitter__iframe {
  border-top: 3px solid #ff033f;
}

.section-sub .section-sub__sns .section-sub__sns__links {
  width: 100%;
}

.section-sub .section-sub__sns .section-sub__sns__links .sub__headline {
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__links .sub__headline {
    margin-bottom: 28px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__links .links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__links .links__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px 10px;
  }
}

.section-sub .section-sub__sns .section-sub__sns__links .links__item {
  width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 768px) {
  .section-sub .section-sub__sns .section-sub__sns__links .links__item {
    width: calc((100% - 10px) / 2);
    text-align: center;
  }
}

.sns__links__header{
  position: relative;
}

.sns__links__btn{
  position: absolute;
  bottom: 0.5em;
  right: 0;
}

.sns__links__btn .common__link{
  width: 220px;
}

.sns__links__btn__bottom{
  display: none;
}

@media screen and (max-width: 768px) {
  .sns__links__header .sns__links__btn{
    display: none;
  }
  .sns__links__btn__bottom{
    display: block;
    margin-top: 30px;
  }
}

.section-announcer {
  padding: 130px 0 0px;
}

.announcerPage_banner{
  display: block;
  opacity: 1;
}
.announcerPage_banner:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .section-announcer {
    padding: 50px 0 0px;
  }
}

.section-announcer .common__headline {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .section-announcer .common__headline {
    margin-bottom: 40px;
  }
}

.section-announcer .section-announcer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-announcer .section-announcer__item {
  display: block;
  width: calc(100% / 4 - 20px);
  background-color: #ffd1d7;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffb2bc' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 1232px) {
  .section-announcer .section-announcer__item {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item {
    width: calc(100% / 2 - 8px);
    margin-right: 0;
  }
}

.section-announcer .section-announcer__item.morishige {
  background-color: #f7d2ff;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f2b4ff' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}


.section-announcer .section-announcer__item.ueno {
  background-color: #ffdff8;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffcaf3' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

.section-announcer .section-announcer__item.ueno .announcer-figure__img {
  left: 15px;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.ueno .announcer-figure__img {
    width: 38vw;
    left: 11px;
  }
}

.section-announcer .section-announcer__item.kidokoro {
  background-color: #ffd1d7;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffb2bc' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.kidokoro .announcer-figure__img {
    width: 41vw;
    left: 3px;

  }
}


.section-announcer .section-announcer__item.sugai {
  background-color: #ffe4d1;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffd2b2' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");

}
.section-announcer .section-announcer__item.sugai .announcer-figure__img{
  left: 43px;
  width: 63%;
}
@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.sugai .announcer-figure__img {
    width: 29vw;
    left: 20px;
  }
}

.section-announcer .section-announcer__item.shimoda {
  background-color: #c8f5b8;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a3ee89' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

.section-announcer .section-announcer__item.shimoda .announcer-figure__img{
  left: 5px;
}


@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.shimoda .announcer-figure__img {
  left: 2px;
  }
}


.section-announcer .section-announcer__item.makino {
  background-color: #fff6d1;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff0b2' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.makino .announcer-figure__img {
    width: 43vw;
    left: 2px;
  }
}

.section-announcer .section-announcer__item.morishige {
  background-color: #f7d2ff;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f2b4ff' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}


.section-announcer .section-announcer__item.yoshikawa {
  background-color: #d1f6ff;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b2f0ff' fill-rule='evenodd'%3E%3Ccircle cx='2' cy='2' r='1.5'/%3E%3Ccircle cx='13' cy='13' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

.section-announcer .section-announcer__item.yoshikawa .announcer-figure__img{
  left: 5px;
}


@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item.yoshikawa .announcer-figure__img {
    width: 40vw;
    left: 7px;
  }
}

.section-announcer .section-announcer__item .announcer-figure {
  min-height: 374px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-figure {
    min-height: 54vw;
  }
}

.section-announcer .section-announcer__item .announcer-figcaption {
  position: absolute;
  text-align: center;
  width: 170px;
  min-height: 130px;
  padding-bottom: 20px;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/home/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-figcaption {
    width: 70%;
    min-height: 25vw;
  }
}

.section-announcer .section-announcer__item .announcer-figcaption__name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-figcaption__name {
    font-size: 12px;
  }
}

.section-announcer .section-announcer__item .announcer-figcaption__en {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  color: #ff033f;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-figcaption__en {
    font-size: 10px;
  }
}

.section-announcer .section-announcer__item .announcer-figure__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-announcer .section-announcer__item .announcer-footer {
  background-color: #ff033f;
  padding: 18px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.section-announcer .section-announcer__item .announcer-footer a {
  display: block;
  padding: 5px 12px;
  width: calc(50% - 3px);
  border-radius: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-footer a {
    width: 100%;
    font-size: 12px;
  }
}

.section-announcer .section-announcer__item .announcer-footer__prof {
  background: #fff;
  color: #ff033f;
}

@media screen and (max-width: 768px) {
  .section-announcer .section-announcer__item .announcer-footer__prof {
    margin-bottom: 16px;
  }
}

.section-announcer .section-announcer__item .announcer-footer__blog {
  background: #fce100;
}

.section-subad {
  padding: 34px 0;
}

.section-subad .section-subad__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-subad .section-subad__item {
  margin: 0 5px;
}

.section-recommend {
  padding: 88px 0 106px;
}

.section-recommend .common__headline {
  margin-bottom: 52px;
}

.section-recommend .section-recommend__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-recommend .section-recommend__item {
  width: calc(100% / 4);
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .section-recommend {
    padding: 60px 0 106px;
  }
  .section-recommend .section-recommend__item {
    width: calc(100% / 2);
  }
}

.nowonair {
  position: fixed;
  bottom: 22px;
  right: -320px;
  background: #ff033f;
  max-width: 306px;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .nowonair {
    max-width: calc(100% - 44px);
  }
}

[loading=true] .nowonair {
  right: 22px;
}

.nowonair.close {
  right: -320px !important;
}

@media screen and (max-width: 576px) {
  .nowonair.close {
    right: -100vw !important;
  }
}

.nowonair .nowonair__inner {
  display: block;
  position: relative;
}

.nowonair .nowonair__close {
  position: absolute;
  right: -22px;
  top: -22px;
  width: 44px;
  height: 44px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  background-image: url(../img/home/close.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .nowonair .nowonair__close {
    width: 40px;
    height: 40px;
    font-size: 28px;
    display: block;
  }
}

.nowonair .nowonair__inner a {
  display: block;
  padding: 10px;
}

.nowonair .nowonair__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Rubik',sans-serif;
  margin-bottom: 10px;
}

.nowonair .nowonair__header__headline {
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.nowonair .nowonair__header__time {
  background-color: #fff;
  color: #ff033f;
  font-size: 12px;
  margin-right: 14px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 10px;
}

.nowonair .nowonair__content {
  background: #fff;
  padding: 14px 20px;
  border-radius: 4px;
}

.nowonair .nowonair__content__title {
  font-size: 18px;
  color: #ff033f;
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

@media screen and (max-width: 576px) {
  .nowonair .nowonair__content__title {
    -webkit-line-clamp: 1;
  }
}

.nowonair .nowonair__content__text {
  font-size: 14px;
  line-height: 1.571;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 576px) {
  .nowonair .nowonair__content__text {
    -webkit-line-clamp: 1;
  }
}

.swiper-slide {
  height: auto;
}

/* 2024.2.27 */
.section-top-banner{
  margin-top: 20px;
}
.top-banner__img img{
  width: 100%;
}

.section-disaster-info{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-top-banner{
    margin-top: 10px;
  }
  .section-disaster-info{
    margin-top: 20px;
  }
}

.top-info__youtube-block{
  display: flex;
  justify-content: center;
  gap: 0 20px
}
.top-info__youtube-box{
  width: calc((100% - 20px) / 2);
  background-color: #ff033f;
  padding: 8px;
  border-radius: 8px;
}
.top-info__youtube-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 10px;
}
.top-info__youtube-box.box01 .youtube-title-icon{
  width: 26.8%;
}
.top-info__youtube-box.box01 .youtube-text{
  width: calc(73.2% - 15px);
}
.top-info__youtube-box.box02 .youtube-title-icon{
  width: 38.8%;
}
.top-info__youtube-box.box02 .youtube-text{
  width: calc(61.2% - 15px);
}
.top-info__youtube-title a{
  text-decoration: underline;
}
.top-info__youtube-title a:hover{
  text-decoration: none;
}
.top-info__youtube-title .youtube-channel{
  font-size: 22px;
  color: #ff033f;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
.top-info__youtube-box .youtube-text{
  font-size: 16px;
}
.top-info__youtube-movie{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.top-info__youtube-movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .top-info__youtube-block{
    flex-direction: column;
    gap: 20px 0;
  }
  .top-info__youtube-box{
    width: 100%;
    max-width: 574px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 768px) {
  .top-info__youtube-block{
    flex-direction: column;
    gap: 10px 0;
  }
  .top-info__youtube-box{
    padding: 4px;
  }
  .top-info__youtube-title{
    justify-content: flex-start;
    gap: 0 10px;
  }
  .top-info__youtube-title .youtube-channel{
    font-size: 18px;
  }
  .top-info__youtube-title .youtube-description{
    font-size: 13px;
  }
  .top-info__youtube-title .youtube-title-icon img{
    height: 32px;
    width: auto;
  }
  .top-info__youtube-box.box01 .youtube-title-icon{
    width: auto;
  }
  .top-info__youtube-box.box01 .youtube-text{
    width: auto;
  }
  .top-info__youtube-box.box02 .youtube-title-icon{
    width: auto;
  }
  .top-info__youtube-box.box02 .youtube-text{
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .top-info__youtube-title{
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px 0;
    margin-bottom: 4px;
    padding: 10px;
    text-align: center;
  }
  .top-info__youtube-box.box01 .youtube-title-icon{
    width: 100%;
  }
  .top-info__youtube-box.box01 .youtube-text{
    width: 100%;
  }
  .top-info__youtube-box.box02 .youtube-title-icon{
    width: 100%;
  }
  .top-info__youtube-box.box02 .youtube-text{
    width: 100%;
  }
  .top-info__youtube-title .youtube-channel{
    margin-bottom: 0;
  }
  .top-info__youtube-title .youtube-title-icon img{
    height: 24px;
    width: auto;
  }
}

.top-info__link-block{
  margin-top: 40px;
  background-color: #fde9ee;
  padding: 30px 30px;
}

.top-info__link-title{
  text-align: center;
  font-size: 22px;
  color: #ff033f;
}
.top-info__link-title-inner{
  display: inline-block;
  position: relative;
}
.top-info__link-title-inner::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/common/icon_info.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.top-info__link-list{
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 20px;
}
.top-info__link-item{
  width: calc((100% - 30px) / 4);
}
.top-info__link{
  opacity: 1;
}
.top-info__link:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top-info__link-block{
    margin-top: 20px;
    padding: 15px 15px;
  }
  .top-info__link-title{
    font-size: 18px;
  }
  .top-info__link-title-inner::before{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .top-info__link-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 10px auto 0;
    max-width: 562px;
  }
  .top-info__link-item{
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 375px) {
  .top-info__link-title{
    font-size: 16px;
  }
}

.section-btn-block{
  margin: 80px 0;
}
.warn-btn{
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}
.warn-btn:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .section-btn-block{
    margin: 40px 0;
  }
  .warn-btn{
    max-width: 480px;
  }
}

.section-bannerList{
  max-width: 1112px;
  margin: 0 auto;
  padding: 50px 16px;
}
.bannerList{
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

@media screen and (max-width: 1920px) {
  .bannerList{
    width: 56.25vw;
    margin: 0 auto;
  }
}

.bannerList li a{
  opacity: 1;
  transition: all 0.2s;
}

.bannerList li a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .bannerList{
    width: 100%;
    max-width: 460px;
    flex-direction: column;
    align-items: center;
    gap: 20px 20px;
  }
  .bannerList li:nth-child(1){
    width: calc((100% - 20px) / 2);
  }
  .bannerList li:nth-child(2){
    width: 77.25%;
  }
}

@media screen and (max-width: 576px) {
  .section-bannerList{
    padding: 30px 16px;
  }
  .bannerList{
    gap: 10px 10px;
  }
  .bannerList li:nth-child(1){
    width: calc((100% - 10px) / 2);
  }
}
