@charset "UTF-8";
#mv {
  position: relative;
  background-image: url(../images/top/mv_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: none;
    background-color: #000;
  }
}
#mv .wrap_sp {
  max-width: 718px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #mv .wrap_sp {
    max-width: none;
    width: 51.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap_sp {
    width: 100%;
  }
}
#mv .wrap_sp h1 {
  width: 656px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  #mv .wrap_sp h1 {
    width: 46.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap_sp h1 {
    width: 100%;
  }
}
#mv .wrap_sp .catch {
  width: 370px;
  position: absolute;
  top: 0;
  left: -340px;
}
@media screen and (max-width: 1400px) {
  #mv .wrap_sp .catch {
    width: 26.4285714286vw;
    left: -24.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap_sp .catch {
    width: 100%;
    left: -50%;
    transform: translateX(50%);
  }
}
#mv .wrap_sp .message {
  width: 370px;
  position: absolute;
  top: 0;
  right: -340px;
}
@media screen and (max-width: 1400px) {
  #mv .wrap_sp .message {
    width: 26.4285714286vw;
    right: -24.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap_sp .message {
    display: none;
  }
}
#mv .wrap_sp .schedule {
  width: 656px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  #mv .wrap_sp .schedule {
    width: 46.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap_sp .schedule {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

#special {
  background-image: url(../images/top/special_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  #special {
    background-image: url(../images/top/special_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
#special .wrap01 {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #special .wrap01 {
    max-width: none;
    width: 70vw;
    padding-top: 5.7142857143vw;
    padding-bottom: 6.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #special .wrap01 {
    width: 88%;
    padding-top: 12vw;
    padding-bottom: 15.7333333333vw;
  }
}
#special h2 {
  max-width: 622px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
@media screen and (max-width: 1400px) {
  #special h2 {
    max-width: none;
    width: 44.4285714286vw;
    margin-bottom: 2.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #special h2 {
    width: 65.7333333333vw;
    margin-bottom: 5.2vw;
  }
}
#special .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#special .link_list li {
  width: 31.1%;
  position: relative;
  margin-left: 3.35%;
}
@media screen and (max-width: 768px) {
  #special .link_list li {
    width: 48%;
    margin-left: 4%;
  }
}
#special .link_list li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #special .link_list li:nth-child(3n+1) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  #special .link_list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
#special .link_list li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  #special .link_list li:nth-child(n+4) {
    margin-top: calc(2.1428571429px * 1vw);
  }
}
@media screen and (max-width: 768px) {
  #special .link_list li:nth-child(n+4) {
    margin-top: 4.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #special .link_list li:nth-child(n+3) {
    margin-top: 3.1vw;
  }
}
#special .link_list li a {
  display: block;
}
#special .link_list li a.no_link {
  pointer-events: none;
  cursor: default;
}
#special .link_list li a img {
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1400px) {
  #special .link_list li a img {
    filter: drop-shadow(0.5vw 0.5vw 0.7142857143vw rgba(0, 0, 0, 0.5));
  }
}
#special .img01 {
  width: 1900px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
}
@media screen and (max-width: 1400px) {
  #special .img01 {
    width: 135.7142857143vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #special .img01 {
    width: 146.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16vw;
  }
}

#guide {
  background-image: url(../images/top/guide_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 1400px) {
  #guide {
    background-size: 100vw auto;
  }
}
@media screen and (max-width: 768px) {
  #guide {
    background-image: url(../images/top/guide_bg_sp.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
  }
}
#guide .wrap_sp {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #guide .wrap_sp {
    max-width: none;
    width: 70.7142857143vw;
    padding-top: 6.4285714286vw;
    padding-bottom: 9.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .wrap_sp {
    width: 100%;
    padding-top: 14.6666666667vw;
    padding-bottom: 18.1333333333vw;
  }
}
#guide h2 {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  #guide h2 {
    max-width: none;
    width: 27.1428571429vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #guide h2 {
    width: 73.7333333333vw;
    margin-bottom: 8.4vw;
  }
}
#guide .bg01 {
  background-color: rgba(80, 0, 0, 0.6);
}
#guide .main_txt_box {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  #guide .main_txt_box {
    width: 60vw;
    padding-top: 3.5714285714vw;
    padding-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .main_txt_box {
    width: 83.4666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#guide .title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #guide .title {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .title {
    font-size: 6.7vw;
    text-align: center;
  }
}
#guide .title .sub_txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-left: 1em;
}
@media screen and (max-width: 1400px) {
  #guide .title .sub_txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .title .sub_txt {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7vw;
    text-align: center;
    margin-top: -0.7em;
  }
}
#guide .catch {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 0.3em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #42210b;
}
@media screen and (max-width: 1400px) {
  #guide .catch {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .catch {
    font-size: 4.5vw;
    letter-spacing: 0;
    margin-top: 0.7em;
    padding-bottom: 0.2em;
  }
}
#guide .main_txt {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.21em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1400px) {
  #guide .main_txt {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .main_txt {
    font-size: 3.7vw;
    text-align: justify;
    padding-bottom: 0.2em;
  }
}
#guide .main_txt + .catch {
  margin-top: 3em;
}
#guide .main_txt strong {
  font-weight: 500;
  color: #eeff00;
}
#guide .img01 {
  width: 1900px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
}
@media screen and (max-width: 1400px) {
  #guide .img01 {
    width: 135.7142857143vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .img01 {
    width: 164vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17.3333333333vw;
  }
}

/* #dream_page {
	padding-top: 160px;
	margin-top: -160px;
	@include mq(tab){
		padding-top: 14.8vw;
		margin-top: -14.8vw;
	}
	@include mq(sp){
		padding-top: 26.6vw;
		margin-top: -26.6vw;
	}  
} */
#dream {
  background-image: url(../images/top/dream_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #dream {
    padding-top: 7.1428571429vw;
    padding-bottom: 9.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #dream {
    padding-top: 13.3333333333vw;
    padding-bottom: 0vw;
    background-image: url(../images/top/dream_bg01t_sp.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;
  }
}
#dream h2 {
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  #dream h2 {
    max-width: none;
    width: 40.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #dream h2 {
    width: 58.6666666667vw;
  }
}
#dream .bg01 {
  width: 1314px;
  min-height: 2813px;
  padding-top: 55px;
  padding-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/top/dream_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 1400px) {
  #dream .bg01 {
    width: 93.8571428571vw;
    min-height: 200.9285714286vw;
    padding-top: 3.9285714286vw;
    padding-bottom: 6.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .bg01 {
    width: 100%;
    minh: 1px;
    padding-top: 28vw;
    padding-bottom: 14.6666666667vw;
    background-image: url(../images/top/dream_bg02t_sp.png), url(../images/top/dream_bg02b_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: center top, center bottom;
  }
}
#dream .dream_section {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section {
    max-width: none;
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section {
    width: 91.3333333333vw;
  }
}
#dream .dream_section {
  position: relative;
}
#dream .dream_section + .dream_section {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section + .dream_section {
    margin-top: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section + .dream_section {
    margin-top: 14.6666666667vw;
  }
}
#dream .dream_section h3 {
  margin-left: auto;
  margin-right: auto;
}
#dream .dream_section h3.stitle01 {
  width: 702px;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section h3.stitle01 {
    width: 50.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section h3.stitle01 {
    width: 83.4666666667vw;
  }
}
#dream .dream_section h3.stitle02 {
  width: 696px;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section h3.stitle02 {
    width: 49.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section h3.stitle02 {
    width: 90.4vw;
  }
}
#dream .dream_section .player_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box {
    margin-top: 9.3vw;
    display: block;
    width: 85.3%;
    margin-left: auto;
    margin-right: auto;
  }
}
#dream .dream_section .player_box .player_block {
  width: 30.4%;
  padding: 2px;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block {
    width: 100%;
    padding: 0.8vw;
  }
  #dream .dream_section .player_box .player_block + .player_block {
    margin-top: 11.5vw;
  }
}
#dream .dream_section .player_box .player_block:nth-child(n+4) {
  margin-top: 45px;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block:nth-child(n+4) {
    margin-top: 3.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block:nth-child(n+4) {
    margin-top: 11.5vw;
  }
}
#dream .dream_section .player_box .player_block .txt_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#dream .dream_section .player_box .player_block .pho_box {
  position: relative;
}
#dream .dream_section .player_box .player_block .pho_box .name_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.2%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0em 0 0.2em;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt {
    font-size: 3.7vw;
  }
}
#dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt .no {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}
@media screen and (max-width: 1080px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt .no {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .boat_txt .no {
    font-size: 13.7vw;
  }
}
#dream .dream_section .player_box .player_block .pho_box .name_box .name {
  display: block;
  font-size: 28px;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .name {
    font-size: 7.6vw;
  }
}
#dream .dream_section .player_box .player_block .pho_box .name_box .no_txt {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .no_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .no_txt {
    font-size: 3.9vw;
  }
}
#dream .dream_section .player_box .player_block .pho_box .name_box .no_txt .no {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .no_txt .no {
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .pho_box .name_box .no_txt .no {
    font-size: 6vw;
  }
}
#dream .dream_section .player_box .player_block .table_box {
  background-color: #fff;
  position: relative;
  /* &::before {
  	content: "成績はダミーです。";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	color: #fff;
  	background-color: rgba($color: #000, $alpha: 0.8);
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	font-size: 21px;
  	font-weight: bold;
  	@include mq(tab){
  		font-size: 1.9vw;
  	}
  	@include mq(sp){
  		font-size: 5.5vw;
  	}
  } */
}
#dream .dream_section .player_box .player_block .table_box table {
  width: 100%;
}
#dream .dream_section .player_box .player_block .table_box table + table {
  margin-top: 3px;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .table_box table + table {
    margin-top: 0.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .table_box table + table {
    margin-top: 1vw;
  }
}
#dream .dream_section .player_box .player_block .table_box table tr th, #dream .dream_section .player_box .player_block .table_box table tr td {
  width: 33.33333%;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .table_box table tr th, #dream .dream_section .player_box .player_block .table_box table tr td {
    font-size: 1vw;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .table_box table tr th, #dream .dream_section .player_box .player_block .table_box table tr td {
    font-size: 4vw;
  }
}
#dream .dream_section .player_box .player_block .table_box table tr th {
  background-color: #000;
  color: #fff;
  border-left: 1px solid #fff;
}
#dream .dream_section .player_box .player_block .table_box table tr th:first-child {
  border-left: none;
}
#dream .dream_section .player_box .player_block .table_box table tr th.title {
  line-height: 1.3em;
}
#dream .dream_section .player_box .player_block .table_box table tr td {
  border-left: 1px solid #000;
}
#dream .dream_section .player_box .player_block .table_box table tr td:first-child {
  border-left: none;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total td, #dream .dream_section .player_box .player_block .table_box table.nationwide_total th {
  width: 50%;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total th.nationwide {
  background-color: #ED86B3;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total th.total {
  background-color: #52B88C;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total td {
  border-left: 1px solid #fff;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total td.nationwide {
  background-color: #FADEE9;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide_total td.total {
  background-color: #E2F3EC;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide .title {
  background-color: #ED86B3;
}
#dream .dream_section .player_box .player_block .table_box table.nationwide td {
  background-color: #FADEE9;
}
#dream .dream_section .player_box .player_block .table_box table.total .title {
  background-color: #52B88C;
}
#dream .dream_section .player_box .player_block .table_box table.total td {
  background-color: #E2F3EC;
}
#dream .dream_section .player_box .player_block .txt_box {
  width: 100%;
  font-size: 14px;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .txt_box {
    font-size: 1vw;
    padding: 0.95em 1em;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .txt_box {
    font-size: 4.1vw;
    padding: 0.9em 1em;
  }
}
#dream .dream_section .player_box .player_block .txt_box .sub_txt {
  font-size: 12px;
  position: absolute;
  line-height: 1.2em;
  right: 1.2em;
  top: 0.2em;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .txt_box .sub_txt {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .txt_box .sub_txt {
    font-size: 3.2vw;
  }
}
#dream .dream_section .player_box .player_block .txt_box .txt01 {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0;
  position: relative;
}
#dream .dream_section .player_box .player_block .txt_box .txt01 .sage {
  position: relative;
  top: 0.5em;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .player_box .player_block .txt_box .txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .player_box .player_block .txt_box .txt01 {
    font-size: 4.1vw;
    line-height: 1.5em;
  }
}
#dream .dream_section .player_box .player_block.boat01 {
  background-color: #fff;
}
#dream .dream_section .player_box .player_block.boat01 .boat_txt {
  background-color: #fff;
}
#dream .dream_section .player_box .player_block.boat02 {
  background-color: #4D4D4D;
}
#dream .dream_section .player_box .player_block.boat02 .boat_txt {
  background-color: #000;
  color: #fff;
}
#dream .dream_section .player_box .player_block.boat03 {
  background-color: #E60000;
}
#dream .dream_section .player_box .player_block.boat03 .boat_txt {
  background-color: #E60000;
  color: #fff;
}
#dream .dream_section .player_box .player_block.boat04 {
  background-color: #00C8FF;
}
#dream .dream_section .player_box .player_block.boat04 .boat_txt {
  background-color: #00C8FF;
}
#dream .dream_section .player_box .player_block.boat05 {
  background-color: #FFDC00;
}
#dream .dream_section .player_box .player_block.boat05 .boat_txt {
  background-color: #FFDC00;
}
#dream .dream_section .player_box .player_block.boat06 {
  background-color: #00C800;
}
#dream .dream_section .player_box .player_block.boat06 .boat_txt {
  background-color: #00C800;
}
#dream .dream_section .area {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 2.5em;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 1400px) {
  #dream .dream_section .area {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .dream_section .area {
    width: 85.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.4vw;
    font-size: 2.9vw;
    text-align: left;
  }
}
#dream .img01 {
  position: absolute;
  width: 1900px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -95px;
}
@media screen and (max-width: 1400px) {
  #dream .img01 {
    width: 135.7142857143vw;
    bottom: -6.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #dream .img01 {
    width: 164vw;
    bottom: -16vw;
  }
}

#movie {
  background-image: url(../images/top/movie_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  #movie {
    padding-top: 5.7142857143vw;
    padding-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #movie {
    background-image: url(../images/top/movie_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
  }
}
#movie h2 {
  max-width: 194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  #movie h2 {
    max-width: none;
    width: 13.8571428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #movie h2 {
    width: 37.7333333333vw;
    margin-bottom: 8vw;
  }
}
#movie .movie_box {
  width: 39vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #movie .movie_box {
    width: 77.3vw;
  }
}
#movie .movie_box .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #movie .movie_box .slick-list {
    overflow: hidden;
  }
}
#movie .movie_box .slick-slide {
  margin: 0 3.15vw;
}
#movie .movie_box .movie_block a {
  display: block;
}
#movie .movie_box .movie_block a.no_link {
  pointer-events: none;
}
#movie .movie_box .movie_block .movie {
  width: 100%;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1080px) {
  #movie .movie_box .movie_block .movie {
    box-shadow: 0.9vw 0.9vw 1.8vw 0vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_box .movie_block .movie {
    box-shadow: 0.8vw 0.8vw 1.6vw 0vw rgba(0, 0, 0, 0.3);
  }
}
#movie .movie_box .movie_block .title {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #movie .movie_box .movie_block .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_box .movie_block .title {
    font-size: 4.5vw;
  }
}
#movie .movie_box .movie_block .title .icon {
  display: inline-block;
  width: 2.4vw;
  margin-right: 1.1vw;
  position: relative;
  top: 0.2vw;
}
@media screen and (max-width: 1080px) {
  #movie .movie_box .movie_block .title .icon {
    width: 3.1vw;
    margin-right: 1.4vw;
    top: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_box .movie_block .title .icon {
    width: 7.2vw;
    top: 0.75vw;
    margin-right: 2vw;
  }
}
#movie .movie_box .slick-prev:before,
#movie .movie_box .slick-next:before {
  display: none;
}
#movie .movie_box .slick-prev,
#movie .movie_box .slick-next {
  width: 1.3vw;
  top: calc(50% - 3.1vw);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #movie .movie_box .slick-prev,
  #movie .movie_box .slick-next {
    width: 2.8vw;
    top: calc(50% - 10.1vw);
  }
}
#movie .movie_box .slick-prev img,
#movie .movie_box .slick-next img {
  width: 100%;
  height: auto;
  display: block;
}
#movie .movie_box .slick-prev:hover img, #movie .movie_box .slick-prev:focus img,
#movie .movie_box .slick-next:hover img,
#movie .movie_box .slick-next:focus img {
  opacity: 0.8;
}
#movie .movie_box .slick-prev {
  left: -0.6vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_box .slick-prev {
    left: -4vw;
  }
}
#movie .movie_box .slick-next {
  right: -0.6vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_box .slick-next {
    right: -4vw;
  }
}

#mv h1 img {
  opacity: 0;
  transition: 0s;
  transform: scale(1.3);
}
#mv h1 img.act {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#mv .schedule img {
  opacity: 0;
  transition: 0s;
  transform: translateY(3%);
}
#mv .schedule img.act {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .catch img {
  opacity: 0;
  transition: 0s;
  transform: translateY(5%);
}
@media screen and (max-width: 768px) {
  #mv .catch img {
    transform: translateY(0);
  }
}
#mv .catch img.act {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .message img {
  opacity: 0;
  transition: 0s;
  transform: translateY(-5%);
}
#mv .message img.act {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

#special h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#special .link_list li {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
  transform: translateY(0);
}
#special .link_list li:nth-child(1) {
  transition-delay: 0.5s;
}
#special .link_list li:nth-child(2) {
  transition-delay: 0.6s;
}
#special .link_list li:nth-child(3) {
  transition-delay: 0.7s;
}
#special .link_list li:nth-child(4) {
  transition-delay: 0.8s;
}
#special .link_list li:nth-child(5) {
  transition-delay: 0.9s;
}
#special .link_list li:nth-child(6) {
  transition-delay: 1s;
}
#special {
  /* .img01 {
  	opacity: 1;
  	transition-property: opacity,transform;
  	transition-duration:0.3s;
  	transition-timing-function:ease-in-out;
  	transition-delay: 1.5s;
  } */
}
#special.deactive h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}
#special.deactive .link_list li {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
  transition-delay: 0s;
}
#special.deactive {
  /* .img01 {
  	opacity: 0.0;
  	transition: 0s;
  } */
}

#dream h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#dream .dream_section h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#dream .dream_section .player_box .player_block {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#dream .dream_section .player_box .player_block:nth-child(1) {
  transition-delay: 1s;
}
#dream .dream_section .player_box .player_block:nth-child(2) {
  transition-delay: 1.2s;
}
#dream .dream_section .player_box .player_block:nth-child(3) {
  transition-delay: 1.4s;
}
#dream .dream_section .player_box .player_block:nth-child(4) {
  transition-delay: 1.6s;
}
#dream .dream_section .player_box .player_block:nth-child(5) {
  transition-delay: 1.8s;
}
#dream .dream_section .player_box .player_block:nth-child(6) {
  transition-delay: 2s;
}
#dream .dream_section.deactive h3 {
  opacity: 0;
  transform: scale(1.2);
  transition: 0s;
}
#dream .dream_section.deactive .player_box .player_block {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}
#dream .dream_section.deactive .player_box .player_block:nth-child(1), #dream .dream_section.deactive .player_box .player_block:nth-child(2), #dream .dream_section.deactive .player_box .player_block:nth-child(3), #dream .dream_section.deactive .player_box .player_block:nth-child(4), #dream .dream_section.deactive .player_box .player_block:nth-child(5), #dream .dream_section.deactive .player_box .player_block:nth-child(6) {
  transition: 0s;
}
#dream.deactive h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}

#guide h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#guide .main_txt_box,
#guide .main_top_box,
#guide .main_bottom_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.4s;
}
#guide {
  /* .img01 {
  	opacity: 1.0;
  	transition-property: opacity,transform;
  	transition-duration:0.4s;
  	transition-timing-function:ease-in-out;
  	transition-delay: 0.8s;
  } */
}
#guide.deactive h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}
#guide.deactive .main_txt_box,
#guide.deactive .main_top_box,
#guide.deactive .main_bottom_box {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}
#guide.deactive {
  /* .img01 {
  	opacity: 0.0;
  	transition: 0s;
  } */
}

#movie h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#movie .movie_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.4s;
  transform: translateY(0);
}
#movie.deactive h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}
#movie.deactive .movie_box {
  opacity: 0;
  transform: translateY(30px);
  transition: 0s;
}/*# sourceMappingURL=style_top.css.map */