@charset "UTF-8";
.top-wrap .site-select {
  width: 100%;
  height: 13.2rem;
  background: linear-gradient(0deg, var(--bk-brown) -3.2rem, transparent 1.6rem), var(--wt-brown);
  display: flex;
  justify-content: space-between;
  padding-top: 1.2rem;
}

.top-wrap .site-select li {
  width: 36.9rem;
  height: 100%;
}
.top-wrap .site-select li:nth-of-type(1) {
  border-radius: 0 2rem 0 0;
}
.top-wrap .site-select li:nth-of-type(2) {
  border-radius: 2rem 0 0 0;
}
.top-wrap .site-select li p {
  color: #fff;
  text-align: center;
  font-family: var(--font-en-ja);
  line-height: 1;
}
.top-wrap .site-select li p span.count {
  font-weight: bold;
  font-family: inherit;
  margin: 0 0.1em;
  line-height: 1;
}

.top-wrap .site-select li.tokotan {
  background: url(../images/visu_tokotan-tab_sp.jpg) no-repeat bottom center/cover;
  padding: 1.6rem 2.4rem;
  box-shadow: 0 0 1.2rem var(--bk-brown);
}
.top-wrap .site-select li.tokotan p {
  font-size: 3.6rem;
}
.top-wrap .site-select li.tokotan p span.count {
  font-size: 8.8rem;
  color: var(--yellow);
}

.top-wrap .site-select li.chikusen {
  background: linear-gradient(0deg, var(--bk-brown) -3.2rem, transparent 1.6rem), #006B9B;
  position: relative;
}
.top-wrap .site-select li.chikusen:has(.no)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: inherit;
  mix-blend-mode: color;
}
.top-wrap .site-select li.chikusen a {
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.4rem;
}
.top-wrap .site-select li.chikusen a p {
  font-size: 2.8rem;
  position: relative;
}
.top-wrap .site-select li.chikusen a p span.count {
  font-size: 4.8rem;
  color: #00DCFF;
}
.top-wrap .site-select li.chikusen a img {
  filter: drop-shadow(#00405D 0 0 1.6rem);
}
.top-wrap .site-select li.chikusen a div.arrow {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  background: #0098DE;
  bottom: 1.2rem;
  right: 2.4rem;
  position: absolute;
}
.top-wrap .site-select li.chikusen a div.arrow::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
}
.top-wrap .site-select li.chikusen a.no {
  pointer-events: none;
}
.top-wrap .site-select li.chikusen a.no div.arrow {
  opacity: 0.3;
}
.top-wrap .site-select li.chikusen a.no img, .top-wrap .site-select li.chikusen a.no .arrow {
  filter: grayscale(1);
}

.top-wrap #top {
  width: 100%;
  height: 84rem;
  background: url(../images/visu_sp.jpg) no-repeat top center/contain;
  padding: 2.4rem;
  position: relative;
}
.top-wrap #top #news {
  height: 5.6rem;
  width: 100%;
  display: flex;
}
.top-wrap #top #news * {
  line-height: 5.6rem;
}
.top-wrap #top #news h2 {
  display: inline-block;
  background: var(--yellow);
  height: 100%;
  font-size: 4rem;
  font-family: var(--font-en);
  color: var(--bk-brown);
  font-weight: 900;
  padding: 0 1rem;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  margin-right: 1.6rem;
}
.top-wrap #top #news ul li {
  text-shadow: var(--bk-brown) 0 0 1.6rem, var(--bk-brown) 0 0 1.6rem;
}
.top-wrap #top #news ul li * {
  color: var(--wt-brown);
}
.top-wrap #top #news ul li span.date {
  font-family: var(--font-en);
  font-weight: bold;
  margin-right: 0.25em;
}
.top-wrap #top #news ul li a {
  color: var(--yellow);
  text-decoration: underline;
}
.top-wrap #top #news ul li p {
  display: inline;
  color: var(--wt-brown);
}
.top-wrap #top img {
  position: absolute;
}
.top-wrap #top img.copy {
  bottom: 24rem;
  left: 1rem;
  width: 49.8rem;
}
.top-wrap #top img.title {
  bottom: 11rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.top-wrap #top img.cal {
  bottom: 5.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 60rem;
}

section.special {
  width: 100%;
  background: var(--dk-brown);
  margin-top: -6.4rem;
  padding-bottom: 2.4rem;
}
section.special h2 {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: -1rem;
  pointer-events: none;
}
section.special h2 img {
  width: 34rem;
  pointer-events: all;
}
section.special h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/special_mark_sp.svg) no-repeat bottom 3.2rem center/contain;
  left: 0;
  bottom: 0;
}
section.special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(var(--bk-brown) 0 0 2.4rem);
}
section.special ul li {
  width: calc(50% - 0.8rem);
  margin-bottom: 1.6rem;
}
section.special ul li.big {
  width: 100%;
}
section.special ul li:nth-of-type(1) a {
  background: #DB181E;
}
section.special ul li:nth-of-type(2) a {
  background: #2697E8;
}
section.special ul li:nth-of-type(3) a {
  background: #F8A500;
}
section.special ul li:nth-of-type(4) a {
  background: #4EA713;
}
section.special ul li:nth-of-type(5) a {
  background: #7D3FE8;
}
section.special ul li:nth-of-type(6) a {
  background: #008888;
}
section.special ul li:nth-of-type(7) a {
  background: #285FE2;
}
section.special ul li.no a {
  background: var(--brown);
  opacity: 0.5;
  pointer-events: none;
}

ul.banner_dento {
  width: 100%;
  padding: 2.4rem;
  background: var(--gold-1);
}
ul.banner_dento li:not(:first-of-type) {
  margin-top: 1.6rem;
}
ul.banner_dento li img {
  width: 100%;
}
ul.banner_dento div.soon {
  width: 70.2rem;
  height: 28rem;
  background: var(--wt-brown);
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.banner_dento div.soon p {
  font-family: var(--font-en);
  font-size: 4.8rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  color: var(--lt-brown);
}

.banner_topics {
  background: var(--section-line-top), var(--section-line-bottom), var(--brown);
  width: 100%;
  padding: 4rem 0 4.4rem;
  position: relative;
  box-shadow: var(--bk-brown) 0 0 1.6rem;
}
.banner_topics ul li {
  width: fit-content;
  margin: 0 2.4rem;
}
.banner_topics ul li img {
  width: 50rem;
}
.banner_topics .swiper-pagination {
  margin-top: 0.8rem;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_topics .swiper-pagination span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin: 0 0.8rem;
  background: var(--wt-brown);
}
.banner_topics .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.6rem;
  background: var(--yellow);
}
.banner_topics .swiper-button {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background: #fff;
  top: 10.8rem;
  z-index: 1;
  box-shadow: var(--bk-brown) 0 0 0.8rem;
}
.banner_topics .swiper-button.swiper-button-prev {
  left: 4.5rem;
}
.banner_topics .swiper-button.swiper-button-next {
  right: 4.5rem;
  transform: scaleX(-1);
}
.banner_topics .swiper-button::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 3.2rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-0.3rem);
  background: var(--bk-brown);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

#dream {
  background: #870404;
}

/***********************************************************************
    「★スマホ版 CSS★」
**********************************************************************/
@media all and (max-width: 750px) {
  section.special li:not(.big) a {
    clip-path: polygon(0 0, calc(100% - 3.1rem) 0, 100% 3.1rem, 100% calc(100% - 3.1rem), calc(100% - 3.1rem) 100%, 0 100%);
  }
  section.special li:not(.big):nth-of-type(2) a, section.special li:not(.big):nth-of-type(4) a, section.special li:not(.big):nth-of-type(7) a {
    clip-path: polygon(100% 0, 3.1rem 0, 0 3.1rem, 0 calc(100% - 3.1rem), 3.1rem 100%, 100% 100%);
  }
}
/***********************************************************************
    「★PC版 CSS★」
**********************************************************************/
@media all and (min-width: 751px) {
  .top-wrap {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    width: 100%;
    height: 92rem;
    grid-template-rows: 53rem 1fr;
    grid-template-columns: 48rem 1fr;
  }
  .top-wrap .site-select {
    width: 48rem;
    height: 53rem;
    background: linear-gradient(-90deg, var(--bk-brown) -2.8rem, transparent 1.2rem), var(--wt-brown);
    display: block;
    padding: 12rem 0 2rem 3.2rem;
  }
  .top-wrap .site-select li {
    width: 100%;
    border-radius: 1.6rem 0 0 1.6rem !important;
    margin-bottom: 1.2rem;
  }
  .top-wrap .site-select li.tokotan {
    height: 16rem;
    background: url(../images/visu_tokotan-tab_pc.jpg) no-repeat bottom center/cover;
    padding: 2.4rem;
  }
  .top-wrap .site-select li.tokotan p {
    font-size: 4rem;
  }
  .top-wrap .site-select li.tokotan p span.count {
    font-size: 12rem;
  }
  .top-wrap .site-select li.chikusen {
    width: 43.6rem;
    height: 21.8rem;
    background: url(../images/visu_chikusen-tab_pc.jpg) no-repeat bottom center/cover;
    position: relative;
  }
  .top-wrap .site-select li.chikusen::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: inherit;
    mix-blend-mode: color;
  }
  .top-wrap .site-select li.chikusen a p {
    font-size: 2.8rem;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-wrap .site-select li.chikusen a p span.count {
    font-size: 5.6rem;
  }
  .top-wrap .site-select li.chikusen a img {
    position: absolute;
    bottom: 5.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 3.2rem);
  }
  .top-wrap .site-select li.chikusen a div.arrow {
    bottom: 0.8rem;
    right: 1.6rem;
    transform: rotate(-90deg);
  }
  .top-wrap #top {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 100%;
    height: 92rem;
    background: url(../images/visu_pc.jpg) no-repeat top left/cover;
    padding: 0;
  }
  .top-wrap #top #news {
    height: 3.6rem;
    width: fit-content;
    margin: 4.6rem 43.2rem 0 auto;
  }
  .top-wrap #top #news * {
    line-height: 3.6rem;
  }
  .top-wrap #top #news h2 {
    font-size: 2.8rem;
    clip-path: polygon(0 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% 100%, 0.8rem 100%, 0 calc(100% - 0.8rem));
    margin-right: 1.2rem;
  }
  .top-wrap #top #news ul li {
    font-size: 2rem;
  }
  .top-wrap #top #news ul li span.date {
    font-family: var(--font-en);
    font-weight: bold;
    margin-right: 0.25em;
  }
  .top-wrap #top #news ul li a {
    color: var(--yellow);
    text-decoration: underline;
  }
  .top-wrap #top img {
    position: absolute;
  }
  .top-wrap #top img.copy {
    bottom: 60.4rem;
    left: 3.6rem;
    width: 49.8rem;
  }
  .top-wrap #top img.title {
    bottom: 8.4rem;
    left: 2.8rem;
    right: auto;
    width: 90.4rem;
  }
  .top-wrap #top img.cal {
    bottom: 3.2rem;
    left: 16.8rem;
    right: auto;
    width: 62.4rem;
  }
  section.special {
    grid-row: 1/3;
    grid-column: 2/3;
    width: 52rem;
    margin: 12.8rem 0 0 auto;
    padding-bottom: 2rem;
    position: relative;
    background: none;
  }
  section.special h2 {
    width: 100%;
    text-align: center;
    position: relative;
    margin: -3.6rem 0 -2.4rem;
  }
  section.special h2 img {
    width: 27.2rem;
    pointer-events: all;
  }
  section.special h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/special_mark_pc.svg) no-repeat bottom 3.2rem center/contain;
    left: 0;
    bottom: 0;
  }
  section.special ul {
    padding-left: 4rem;
    justify-content: flex-start;
    overflow: hidden;
  }
  section.special ul li {
    width: 100%;
    height: 10rem;
    display: flex;
    margin-bottom: 0.8rem;
  }
  section.special ul li.big {
    width: 100%;
    height: 14rem;
  }
  section.special ul li.small {
    width: 20rem;
    height: 7.6rem;
    margin-right: 0.8rem;
  }
  section.special ul li:nth-of-type(even), section.special ul li.small {
    transform: translateX(4rem);
  }
  section.special ul li:not(.small) a {
    transform-origin: right;
  }
  section.special ul li:not(.small) a:hover {
    transform: scale(0.975);
  }
  section.special ul li a {
    clip-path: polygon(100% 0, 1.6rem 0, 0 1.6rem, 0 calc(100% - 1.6rem), 1.6rem 100%, 100% 100%);
  }
  section.special ul li a img {
    height: 100%;
  }
  section.special ul li.small a {
    clip-path: polygon(calc(100% - 1.6rem) 0, 1.6rem 0, 0 1.6rem, 0 calc(100% - 1.6rem), 1.6rem 100%, calc(100% - 1.6rem) 100%, 100% calc(100% - 1.6rem), 100% 1.6rem);
  }
  section.special::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4rem;
    background: url(../images/special_mark_pc.svg) no-repeat center center/contain;
    left: 0;
    transform: scaleY(-1);
  }
  ul.banner_dento {
    grid-row: 2;
    grid-column: 1;
    padding: 2.4rem 3.2rem;
    background: linear-gradient(-90deg, var(--bk-brown) -2.8rem, transparent 1.2rem), var(--gold-1);
  }
  ul.banner_dento li:not(:first-of-type) {
    margin-top: 0.4rem;
  }
  ul.banner_dento li img {
    width: 100%;
  }
  ul.banner_dento li div.soon {
    width: 41.6rem;
    height: 16.7rem;
  }
  ul.banner_dento li div.soon p {
    font-size: 3.2rem;
  }
  .banner_topics {
    background: var(--section-line-top), var(--section-line-bottom), var(--brown);
    width: 100%;
    padding: 2.4rem 0;
    position: relative;
    box-shadow: var(--bk-brown) 0 0 1.6rem;
  }
  .banner_topics ul {
    justify-content: center;
  }
  .banner_topics ul li {
    width: fit-content;
    margin: 0 0.8rem;
  }
  .banner_topics ul li img {
    width: 34rem;
  }
}/*# sourceMappingURL=index.css.map */