@charset "UTF-8";
/* CSS Document */
#top {
  position: relative;
}
#top .tit {
  background: url(../images/top_tit.png) no-repeat center;
  background-size: contain;
  width: 88rem;
  height: 36rem;
  position: absolute;
  top: 41rem;
  left: 20rem;
}

.contents_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contents_btn {
  position: absolute;
  z-index: 2;
  right: 0;
  background-size: contain;
}
.contents_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/cont_tit.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-45deg);
}
.contents_btn li {
  position: absolute;
  transition: all 0.3s;
}
.contents_btn li.nonac {
  filter: grayscale(0.9);
}
.contents_btn li:hover {
  filter: brightness(1.1);
}
.contents_btn li:nth-child(1) {
  background: url(../images/btn_dream.png) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(2) {
  background: url(../images/btn_kimari.png) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(3) {
  background: url(../images/btn_event.png) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(4) {
  background: url(../images/btn_tenbo.png) no-repeat center;
  background-size: contain;
}
.contents_btn li:nth-child(5) {
  background: url(../images/btn_motor.png) no-repeat center;
  background-size: contain;
}

.dream {
  position: relative;
}
.dream .tit {
  background: url(../images/dream_tit.svg) no-repeat center;
  background-size: contain;
  width: 70rem;
  height: 8.4rem;
  position: relative;
  z-index: 3;
  margin: auto;
}
.dream .day_btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
.dream .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.dream .list li {
  padding: 1rem;
}
.dream .list li .name_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dream .list li .tei {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: 0;
}
.dream .list li .tei .chiku {
  background: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  border-radius: 2rem;
  border-style: solid;
  border-color: #000;
  border-width: 0.1rem;
}
.dream .list li .tei .chiku.tokai {
  color: #719DA9;
}
.dream .list li .tei .chiku.chugoku {
  color: #B50600;
}
.dream .list li .tei .chiku.shikoku {
  color: #286FCE;
}
.dream .list li .tei .chiku.kyusyu {
  color: #D58700;
}
.dream .list li .tei .chiku.kanto {
  color: #109D56;
}
.dream .list li .name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
}
.dream .list li .name span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.dream .list li img {
  width: 100%;
}
.dream .list li .data_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 2rem);
  background: #fff;
}
.dream .list li .data_wrap h3 {
  width: 100%;
  font-weight: 900;
  text-align: center;
}
.dream .list li .data_wrap .data_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dream .list li .data_wrap .data_list li {
  border: solid 0.1rem #000;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.dream .list li .data_wrap .data_list h4 {
  background: #000;
  color: #fff;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.dream .list li .data_wrap .data_list.chokkin {
  width: 100%;
}
.dream .list li .data_wrap .data_list.chokkin li {
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.dream .list li .data_wrap .data_list.chokkin li h4 {
  text-align: center;
}
.dream .list li .data_wrap .data_list.chokkin li span {
  font-family: "Roboto", sans-serif;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade {
  text-align: center;
  font-weight: 900;
  background: #BDE0EA;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
}
.dream .list li .data_wrap .data_list.chokkin li span.grade.g1 {
  color: #fff;
  background: #FFA800;
  font-family: "Roboto", sans-serif;
  text-indent: 0.5rem;
}
.dream .list li .data_wrap .data_list.chokkin li span.jun {
  color: #003AFF;
}
.dream .list li .data_wrap .data_list.chokkin li span.yu {
  color: #FF0000;
}
.dream .list li.te1 {
  background: #EDFBFF;
}
.dream .list li.te1 .num {
  background: url(../images/dre_te1.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te1 h3 {
  background: #BDE0EA;
}
.dream .list li.te1 .data_list li:nth-child(even) {
  background: #E9F6F9;
}
.dream .list li.te2 {
  background: #000;
}
.dream .list li.te2 .num {
  background: url(../images/dre_te2.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te2 .name {
  color: #fff;
}
.dream .list li.te2 h3 {
  background: #000;
  color: #fff;
}
.dream .list li.te2 .data_list li:nth-child(even) {
  background: #E8EAEF;
}
.dream .list li.te3 {
  background: #DC0010;
}
.dream .list li.te3 .num {
  background: url(../images/dre_te3.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te3 .name {
  color: #fff;
}
.dream .list li.te3 h3 {
  background: #DC0010;
  color: #fff;
}
.dream .list li.te3 .data_list li:nth-child(even) {
  background: #FAD9DC;
}
.dream .list li.te4 {
  background: #004DBF;
}
.dream .list li.te4 .num {
  background: url(../images/dre_te4.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te4 .name {
  color: #fff;
}
.dream .list li.te4 h3 {
  background: #004DBF;
  color: #fff;
}
.dream .list li.te4 .data_list li:nth-child(even) {
  background: #D9E5F6;
}
.dream .list li.te5 {
  background: #FFDC00;
}
.dream .list li.te5 .num {
  background: url(../images/dre_te5.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te5 h3 {
  background: #FFDC00;
}
.dream .list li.te5 .data_list li:nth-child(even) {
  background: #FFF9CD;
}
.dream .list li.te6 {
  background: #009A47;
}
.dream .list li.te6 .num {
  background: url(../images/dre_te6.svg) no-repeat center;
  background-size: contain;
}
.dream .list li.te6 .name {
  color: #fff;
}
.dream .list li.te6 h3 {
  background: #009A47;
  color: #fff;
}
.dream .list li.te6 .data_list li:nth-child(even) {
  background: #E5F5ED;
}
.dream .dream_tab {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.dream .dream_tab .contents_wrap {
  display: none;
}
.dream .dream_tab.active {
  z-index: 2;
}
.dream .dream_tab.active .contents_wrap {
  display: block;
}
.dream .dream-day1 p {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.dream p {
  color: #fff;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.2));
}
.dream p span.jun {
  color: #003AFF;
}
.dream p span.yu {
  color: #FF0000;
}

.movie {
  background: url(../images/mov_bgt.png) no-repeat top left, url(../images/mov_bgb.png) no-repeat right bottom, #02C99C;
  background-size: auto 55rem;
}
.movie .tit {
  background: url(../images/mov_tit.svg) no-repeat center;
  background-size: contain;
  width: 34rem;
  height: 7.9rem;
}
.movie ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.movie a {
  color: #000;
  text-align: center;
  font-weight: 900;
}
.movie p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie p::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  background: #000;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  left: -1rem;
}

.topic {
  background: #132145;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.topic ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media screen and (max-width: 750px) {
  #top {
    width: 100%;
    height: 202rem;
    background: url(../images/top_kv_sp.jpg) no-repeat center top;
    background-size: contain;
  }
  #top .tit {
    background: url(../images/top_tit_sp.png) no-repeat center;
    background-size: contain;
    width: 70rem;
    height: 28rem;
    top: 48rem;
    left: 3rem;
  }
  #top .kaimon {
    position: absolute;
    flex-direction: column;
    top: 61rem;
    right: 4rem;
    width: 15.5rem;
    height: 10rem;
    font-size: 2.4rem;
    border-width: 0.3rem;
  }
  #top .kaimon p {
    width: 15.5rem;
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
  #top .kaimon p.time {
    line-height: 3.2rem;
    height: 7rem;
  }
  .contents_wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .contents_btn::before {
    width: 31.4rem;
    height: 9.5rem;
    top: 114rem;
    left: -75.5rem;
  }
  .contents_btn li {
    width: 33rem;
    height: 33rem;
  }
  .contents_btn li.large {
    width: 48rem;
    height: 48rem;
  }
  .contents_btn li:nth-child(1) {
    top: 101.5rem;
    right: 2.8rem;
  }
  .contents_btn li:nth-child(2) {
    top: 111.1rem;
    left: -68rem;
  }
  .contents_btn li:nth-child(3) {
    top: 143.1rem;
    left: -77.6rem;
  }
  .contents_btn li:nth-child(4) {
    top: 160.15rem;
    left: -60.525rem;
  }
  .contents_btn li:nth-child(5) {
    top: 135.7rem;
    right: -4.7rem;
  }
  .dream {
    top: -12.3rem;
    height: 373rem;
  }
  .dream .tit {
    top: 12.3rem;
  }
  .dream .day_btn {
    top: 16rem;
  }
  .dream .day_btn li {
    width: 32.5rem;
    height: 10rem;
  }
  .dream .day_btn li.active {
    width: 36rem;
    height: 14.3rem;
  }
  .dream .day_btn li.day1 {
    background: url(../images/dre_btn_1st_sp.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day1.active {
    background: url(../images/dre_btn_1st_sp_on.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day2 {
    background: url(../images/dre_btn_2nd_sp.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day2.active {
    background: url(../images/dre_btn_2nd_sp_on.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .contents_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .dream .list .te1,
  .dream .list .te2,
  .dream .list .te3,
  .dream .list .te4,
  .dream .list .te5,
  .dream .list .te6 {
    width: 33.2rem;
    margin-bottom: 2rem;
  }
  .dream .list .name_wrap {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .dream .list .tei .num {
    width: 10.5rem;
    height: 10.4rem;
    margin-bottom: -1rem;
  }
  .dream .list .tei .chiku {
    width: 10.5rem;
    height: 4rem;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .dream .list .name {
    font-size: 2.7rem;
    width: 21rem;
  }
  .dream .list .name span {
    font-size: 4rem;
  }
  .dream .list img {
    height: 27rem;
  }
  .dream .list .data_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
  }
  .dream .list .data_wrap h3 {
    font-size: 3.2rem;
    height: 4.6rem;
    margin-top: 2rem;
  }
  .dream .list .data_wrap .data_list li {
    width: 9.5rem;
    height: 7.7rem;
    margin-top: 0.7rem;
    font-size: 2.9rem;
  }
  .dream .list .data_wrap .data_list li span {
    font-size: 2rem;
  }
  .dream .list .data_wrap .data_list li h4 {
    font-size: 2.1rem;
    margin-bottom: 0.7rem;
  }
  .dream .list .data_wrap .data_list.chokkin li {
    font-size: 3.5rem;
    padding-bottom: 0.6rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span {
    font-size: 3.5rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade {
    font-size: 2.2rem;
    width: 6rem;
    height: 3.5rem;
    line-height: 3.6rem;
    margin-left: 1rem;
    margin-right: 0.7rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade.g1 {
    font-size: 2.7rem;
  }
  .dream .dream_tab {
    height: 352rem;
    padding-top: 42rem;
  }
  .dream .dream-day1 {
    clip-path: polygon(0 0, 100% 10rem, 100% 100%, 0 calc(100% - 10rem));
    background: url(../images/dre_1st_bgb_sp.png) no-repeat center bottom, url(../images/dre_1st_bgt_sp.png) no-repeat top, #E54F86;
    background-size: 100% auto;
  }
  .dream .dream-day2 {
    clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0 100%);
    background: url(../images/dre_2nd_bgb_sp.png) no-repeat center bottom, url(../images/dre_2nd_bgt_sp.png) no-repeat top, #206FBE;
    background-size: 100% auto;
  }
  .dream p {
    font-size: 1.7rem;
  }
  .movie {
    padding-top: 10rem;
  }
  .movie ul {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .movie ul li {
    margin-bottom: 3rem;
  }
  .movie a {
    font-size: 2.7rem;
  }
  .movie img {
    width: 34rem;
    height: 19.1rem;
  }
  .movie p {
    line-height: 3.8rem;
    height: 7rem;
    padding-top: 1.5rem;
  }
  .movie p::before {
    width: 2.2rem;
    height: 2.4rem;
  }
  .topic img {
    width: 34rem;
    height: 17.7rem;
  }
  .topic li {
    margin-bottom: 2rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media screen and (min-width: 751px) {
  #top {
    width: 100%;
    height: 115rem;
    background: url(../images/top_kv_pc.jpg) no-repeat center top;
    background-size: contain;
  }
  .contents_wrap {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .contents_btn::before {
    width: 28.8rem;
    height: 8.7rem;
    top: 21rem;
    left: -68.5rem;
  }
  .contents_btn li {
    width: 30rem;
    height: 30rem;
  }
  .contents_btn li.large {
    width: 43.5rem;
    height: 43.5rem;
  }
  .contents_btn li:nth-child(1) {
    top: 2.5rem;
    right: 9rem;
  }
  .contents_btn li:nth-child(2) {
    top: 18rem;
    right: 18rem;
  }
  .contents_btn li:nth-child(3) {
    top: 47rem;
    right: 40.5em;
  }
  .contents_btn li:nth-child(4) {
    top: 47rem;
    right: 9rem;
  }
  .contents_btn li:nth-child(5) {
    top: 62.5rem;
    right: 18rem;
  }
  .dream {
    top: -11rem;
    height: 122rem;
  }
  .dream .tit {
    top: 13rem;
  }
  .dream .day_btn {
    top: 17rem;
  }
  .dream .day_btn li {
    width: 51.7rem;
    height: 7.8rem;
  }
  .dream .day_btn li:hover {
    cursor: pointer;
    filter: brightness(1.3);
    opacity: 0.8;
  }
  .dream .day_btn li.active {
    pointer-events: none;
    width: 62rem;
    height: 11.6rem;
  }
  .dream .day_btn li.day1 {
    background: url(../images/dre_btn_1st.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day1.active {
    background: url(../images/dre_btn_1st_on.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day2 {
    background: url(../images/dre_btn_2nd.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .day_btn li.day2.active {
    background: url(../images/dre_btn_2nd_on.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .list .te1,
  .dream .list .te2,
  .dream .list .te3,
  .dream .list .te4,
  .dream .list .te5,
  .dream .list .te6 {
    width: 24rem;
  }
  .dream .list .tei .num {
    width: 7.8rem;
    height: 4.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .dream .list .tei .chiku {
    font-size: 2.2rem;
    line-height: 3rem;
    width: 7.8rem;
    height: 3.1rem;
  }
  .dream .list .name {
    font-size: 2rem;
    width: 16rem;
  }
  .dream .list .name span {
    font-size: 3rem;
  }
  .dream .list .name {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .dream .list img {
    height: 20rem;
    margin-top: 1.5rem;
  }
  .dream .list .data_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
  }
  .dream .list .data_wrap h3 {
    font-size: 2.4rem;
    height: 3.4rem;
    margin-top: 1.5rem;
  }
  .dream .list .data_wrap .data_list li {
    width: 7rem;
    height: 6rem;
    margin-top: 0.5rem;
    font-size: 2.2rem;
  }
  .dream .list .data_wrap .data_list li span {
    font-size: 1.5rem;
  }
  .dream .list .data_wrap .data_list li h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .dream .list .data_wrap .data_list.chokkin li {
    height: 6rem;
    font-size: 2.3rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span {
    font-size: 2.3rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade {
    font-size: 1.6rem;
    width: 4.4rem;
    height: 2.5rem;
    line-height: 2.6rem;
    margin-left: 1rem;
    margin-right: 0.5rem;
  }
  .dream .list .data_wrap .data_list.chokkin li span.grade.g1 {
    font-size: 1.9rem;
  }
  .dream .dream_tab {
    height: 106rem;
    padding-top: 40rem;
  }
  .dream .dream-day1 {
    clip-path: polygon(0 0, 100% 15rem, 100% 100%, 0 calc(100% - 15rem));
    background: url(../images/dre_1st_bgb.png) no-repeat center bottom, url(../images/dre_1st_bgt.png) no-repeat top, #E54F86;
    background-size: 100% auto;
  }
  .dream .dream-day2 {
    clip-path: polygon(0 15rem, 100% 0, 100% calc(100% - 15rem), 0 100%);
    background: url(../images/dre_2nd_bgb.png) no-repeat center bottom, url(../images/dre_2nd_bgt.png) no-repeat top, #206FBE;
    background-size: 100% auto;
  }
  .dream p {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .movie {
    padding-top: 10rem;
  }
  .movie ul {
    justify-content: flex-start;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .movie ul li {
    margin-bottom: 3rem;
  }
  .movie ul li:not(:nth-child(5n)) {
    margin-right: 3.8rem;
  }
  .movie a {
    font-size: 2.1rem;
    transition: opacity 0.5s;
  }
  .movie a:hover {
    opacity: 0.75;
  }
  .movie a:hover p::before {
    transform: rotateX(180deg);
    transition: all 0.5s;
  }
  .movie img {
    width: 29rem;
    height: 16.4rem;
  }
  .movie p {
    line-height: 2.6rem;
    height: 5rem;
    padding-top: 1rem;
  }
  .movie p::before {
    width: 1.6rem;
    height: 1.8rem;
  }
  .topic a {
    transition: opacity 0.5s;
  }
  .topic a:hover {
    opacity: 0.75;
  }
  .topic img {
    width: 38rem;
    height: 19.8rem;
  }
}/*# sourceMappingURL=index.css.map */