@charset "UTF-8";
@font-face {
  font-family: "digital";
  src: url("../font/DSEG7Classic-Bold.woff") format("woff");
  src: url("../font/DSEG7Classic-Bold.ttf") format("truetype");
}
#mv {
  position: relative;
}
#mv .bg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#mv h1, #mv .left, #mv .right, #mv .boat, #mv .catch, #mv .img, #mv .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#mv .left {
  z-index: 1;
}
#mv .right {
  z-index: 2;
}
#mv .boat {
  z-index: 3;
}
#mv .catch {
  z-index: 4;
}
#mv .img {
  z-index: 5;
  display: none;
}
@media screen and (max-width: 768px) {
  #mv .img {
    display: block;
  }
}
#mv .logo {
  z-index: 6;
}
#mv h1 {
  z-index: 7;
}

#timer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b49600+0,cab448+50,b49600+100 */
  background: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(202, 180, 72) 50%, rgb(180, 150, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#timer .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 87px;
}
@media screen and (max-width: 1080px) {
  #timer .wrap01 {
    height: 8.1vw;
  }
}
@media screen and (max-width: 768px) {
  #timer .wrap01 {
    width: 100%;
    height: 15.3vw;
  }
}
#timer .wrap01 .txt01 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 0.3em 0.5em 0.4em;
  margin-right: 1em;
}
@media screen and (max-width: 1080px) {
  #timer .wrap01 .txt01 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #timer .wrap01 .txt01 {
    font-size: 3.5vw;
    margin-right: 0.7em;
  }
}
#timer .wrap01 .countdown {
  position: relative;
  top: 0.2em;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #timer .wrap01 .countdown {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #timer .wrap01 .countdown {
    font-size: 3.5vw;
  }
}
#timer .wrap01 .countdown .digital {
  font-size: 40px;
  font-family: digital;
}
@media screen and (max-width: 1080px) {
  #timer .wrap01 .countdown .digital {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #timer .wrap01 .countdown .digital {
    font-size: 7vw;
  }
}
#timer .wrap01 .countdown .time-dots {
  font-size: 40px;
  margin-left: 10px;
  font-family: digital;
}
@media screen and (max-width: 1080px) {
  #timer .wrap01 .countdown .time-dots {
    font-size: 2vw;
    margin-left: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #timer .wrap01 .countdown .time-dots {
    font-size: 7vw;
    margin-left: 1.7vw;
  }
}
#timer .wrap01 .countdown .day {
  margin-right: 0.5em;
}

.contents01 {
  background-image: url(../images/top/special_bg01_pc.svg);
  background-repeat: repeat-x;
  background-size: auto 1598px;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents01 {
    background-size: auto 148vw;
  }
}
@media screen and (max-width: 768px) {
  .contents01 {
    background: none;
  }
}
.contents01 .bg01 {
  background-image: url(../images/top/special_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 1730px auto;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents01 .bg01 {
    background-size: 160.2vw auto;
  }
}
@media screen and (max-width: 768px) {
  .contents01 .bg01 {
    background: none;
  }
}
.contents01 .wrap01 {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1080px) {
  .contents01 .wrap01 {
    padding-top: 8.3vw;
    padding-bottom: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  .contents01 .wrap01 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents01 .bg02 {
    background-image: url(../images/top/special_bg01_sp.svg);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .contents01 .bg03 {
    background-image: url(../images/top/special_bg02_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 15.3vw;
    padding-bottom: 20.7vw;
  }
}

#news {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000032+0,00288c+50,000032+100 */
  background: linear-gradient(to right, rgb(0, 0, 50) 0%, rgb(0, 40, 140) 50%, rgb(0, 0, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 286px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px 50px 25px;
  overflow-y: scroll;
  border: 2px solid transparent; /* まず透明なボーダーを作る */
  -o-border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
     border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
}
@media screen and (max-width: 1080px) {
  #news {
    height: 26.5vw;
    margin-top: 2.8vw;
    padding: 2.8vw 4.6vw 2.3vw;
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news {
    width: 88%;
    height: 74.5vw;
    margin-top: 0;
    padding: 6.3vw 5.3vw 4.9vw;
    border-width: 0.5vw;
  }
}
#news h2 {
  font-size: 16px;
  font-weight: bold;
  color: #b49600;
  margin-bottom: 1em;
}
@media screen and (max-width: 1080px) {
  #news h2 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news h2 {
    font-size: 4vw;
  }
}
#news h2 + .news_block {
  border-top: 1px solid #666666;
}
#news .news_block {
  min-height: 64px;
  border-bottom: 1px solid #666666;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #news .news_block {
    min-height: 5.9vw;
    padding: 0.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  #news .news_block {
    justify-content: space-between;
    min-height: 0;
    padding: 2.7vw 0;
  }
}
#news .news_block .date {
  font-size: 16px;
  color: #b49600;
  margin-left: 1em;
}
@media screen and (max-width: 1080px) {
  #news .news_block .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news_block .date {
    width: 100%;
    font-size: 2.7vw;
    margin-left: 0;
    margin-bottom: 0.3em;
  }
}
#news .news_block .new {
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #b49600;
  padding: 0.2em 0.5em;
  margin-left: 1em;
  border-radius: 2px;
}
@media screen and (max-width: 1080px) {
  #news .news_block .new {
    font-size: 0.9vw;
    border-radius: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news_block .new {
    font-size: 2.4vw;
    border-radius: 0.8vw;
    margin-left: 0;
  }
}
#news .news_block .new + .txt {
  width: 645px;
}
@media screen and (max-width: 1080px) {
  #news .news_block .new + .txt {
    width: 59.7vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news_block .new + .txt {
    width: 59.5vw;
  }
}
#news .news_block .txt {
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
  margin-left: 1em;
  width: 695px;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  #news .news_block .txt {
    font-size: 1.3vw;
    width: 64.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news_block .txt {
    font-size: 2.7vw;
    width: 100%;
    margin-left: 0;
  }
}

#special {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  #special {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #special {
    margin-top: 7vw;
  }
}
#special h2 {
  width: 627px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #special h2 {
    width: 58.1vw;
  }
}
@media screen and (max-width: 768px) {
  #special h2 {
    width: 70.7vw;
  }
}
#special .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #special .link_list {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
#special .link_list li {
  width: 30.9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #special .link_list li {
    width: 48%;
  }
  #special .link_list li:nth-child(n+3) {
    margin-top: 4.7vw;
  }
  #special .link_list li:nth-child(2n) {
    margin-left: 4%;
  }
}
#special .link_list li:nth-child(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #special .link_list li:nth-child(n+4) {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #special .link_list li:nth-child(n+4) {
    margin-top: 4.7vw;
  }
}
#special .link_list li a {
  position: relative;
}
#special .link_list li a::before, #special .link_list li a::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 52px;
  background-image: url(../images/top/special_spark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1080px) {
  #special .link_list li a::before, #special .link_list li a::after {
    width: 6vw;
    height: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  #special .link_list li a::before, #special .link_list li a::after {
    display: none;
  }
}
#special .link_list li a::before {
  top: -26px;
  left: -32px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #special .link_list li a::before {
    top: -2.4vw;
    left: -3vw;
  }
}
#special .link_list li a::after {
  bottom: -26px;
  right: -32px;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #special .link_list li a::after {
    bottom: -2.4vw;
    right: -3vw;
  }
}
#special .link_list li a img {
  position: relative;
  z-index: 1;
}

#pamphlet {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000032+0,00288c+50,000032+100 */
  background: linear-gradient(to right, rgb(0, 0, 50) 0%, rgb(0, 40, 140) 50%, rgb(0, 0, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 40px 90px 50px;
  margin-top: 90px;
  border: 2px solid transparent; /* まず透明なボーダーを作る */
  -o-border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
     border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #pamphlet {
    padding: 3.7vw 8.3vw 4.6vw;
    margin-top: 8.3vw;
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 5.3vw 7.3vw 8vw;
    margin-top: 14.7vw;
    border-width: 0.5vw;
  }
}
#pamphlet .p_content {
  width: 450px;
}
@media screen and (max-width: 1080px) {
  #pamphlet .p_content {
    width: 41.7vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content {
    width: 100%;
  }
}
#pamphlet .p_content h2 {
  width: 283px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #pamphlet .p_content h2 {
    width: 26.2vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content h2 {
    width: 56.5vw;
  }
}
#pamphlet .p_content .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content .sp_img {
    width: 39.3vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3vw;
    display: block;
  }
}
#pamphlet .p_content .link01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #pamphlet .p_content .link01 {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content .link01 {
    margin-top: 6.7vw;
  }
}
#pamphlet .p_content .link01 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfc20b+0,9b7d00+50,967100+80,9b7d00+100 */
  background: linear-gradient(to bottom, rgb(223, 194, 11) 0%, rgb(155, 125, 0) 50%, rgb(150, 113, 0) 80%, rgb(155, 125, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 1em 0em 1.1em;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #pamphlet .p_content .link01 a {
    font-size: 1.7vw;
    border-radius: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content .link01 a {
    padding: 0.5em 0em 0.8em;
    font-size: 4.5vw;
    line-height: 1.4em;
    border-radius: 1.1vw;
  }
}
#pamphlet .p_content .link01 a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: center center;
}
@media screen and (max-width: 1080px) {
  #pamphlet .p_content .link01 a::after {
    width: 0.8vw;
    height: 1.2vw;
    right: 1.2vw;
    background-size: 0.8vw auto;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .p_content .link01 a::after {
    width: 1.7vw;
    height: 2.5vw;
    right: 2.9vw;
    background-size: 1.7vw auto;
  }
}
#pamphlet .img {
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 280px;
}
@media screen and (max-width: 1080px) {
  #pamphlet .img {
    right: 8.3vw;
    width: 25.9vw;
  }
}
@media screen and (max-width: 768px) {
  #pamphlet .img {
    display: none;
  }
}

#gallery {
  background-image: url(../images/top/gallery_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 70px;
}
@media screen and (max-width: 1080px) {
  #gallery {
    padding: 5.6vw 0 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery {
    background-image: url(../images/top/gallery_bg01_sp.jpg);
    padding: 7vw 0 11.3vw;
  }
}
#gallery h2 {
  width: 549px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #gallery h2 {
    width: 50.8vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery h2 {
    width: 60.1vw;
  }
}
#gallery .txt01 {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #gallery .txt01 {
    width: 39.8vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .txt01 {
    width: 56.8vw;
  }
}
#gallery .img01 {
  width: 100%;
  height: 273px;
  margin-top: 70px;
  background-image: url(../images/top/gallery_img01.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
  animation: infinity-scroll-left 2800s infinite linear 0.5s both;
}
@media screen and (max-width: 1080px) {
  #gallery .img01 {
    height: 25.3vw;
    margin-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .img01 {
    height: 35.5vw;
    margin-top: 6.7vw;
  }
}
#gallery .link01 {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #gallery .link01 {
    width: 35.2vw;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .link01 {
    width: 76.1vw;
    margin-top: 3.7vw;
  }
}
#gallery .link01 a, #gallery .link01 .no_link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfc20b+0,9b7d00+50,967100+80,9b7d00+100 */
  background: linear-gradient(to bottom, rgb(223, 194, 11) 0%, rgb(155, 125, 0) 50%, rgb(150, 113, 0) 80%, rgb(155, 125, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 1em 0em 1.1em;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #gallery .link01 a, #gallery .link01 .no_link {
    font-size: 1.7vw;
    border-radius: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  #gallery .link01 a, #gallery .link01 .no_link {
    font-size: 4.5vw;
    border-radius: 1.1vw;
  }
}
#gallery .link01 a::after, #gallery .link01 .no_link::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: center center;
}
@media screen and (max-width: 1080px) {
  #gallery .link01 a::after, #gallery .link01 .no_link::after {
    width: 0.8vw;
    height: 1.2vw;
    right: 1.2vw;
    background-size: 0.8vw auto;
  }
}
@media screen and (max-width: 768px) {
  #gallery .link01 a::after, #gallery .link01 .no_link::after {
    width: 1.7vw;
    height: 2.5vw;
    right: 2.9vw;
    background-size: 1.7vw auto;
  }
}
#gallery .link01 .no_link::after {
  display: none;
}

@keyframes infinity-scroll-left {
  from {
    background-position-x: right;
  }
  to {
    background-position-x: -100000px;
  }
}
.contents02 {
  background-image: url(../images/top/guide_bg01_pc.svg);
  background-repeat: repeat-x;
  background-size: auto 1754px;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents02 {
    background-size: auto 162.4vw;
  }
}
@media screen and (max-width: 768px) {
  .contents02 {
    background-image: url(../images/top/guide_bg01_sp.svg);
    background-size: 100% auto;
  }
}
.contents02 .bg01 {
  background-image: url(../images/top/guide_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 1850px auto;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents02 .bg01 {
    background-size: 171.3vw auto;
  }
}
@media screen and (max-width: 768px) {
  .contents02 .bg01 {
    background: none;
  }
}

#guide .wrap01 {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  #guide .wrap01 {
    padding-top: 6.5vw;
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .wrap01 {
    padding-top: 15.7vw;
    padding-bottom: 8.3vw;
  }
}
#guide .pc_title {
  width: 426px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #guide .pc_title {
    width: 39.4vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .pc_title {
    display: none;
  }
}
#guide .guide_content {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000032+0,00288c+50,000032+100 */
  background: linear-gradient(to right, rgb(0, 0, 50) 0%, rgb(0, 40, 140) 50%, rgb(0, 0, 50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 2px solid transparent; /* まず透明なボーダーを作る */
  -o-border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
     border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content {
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content {
    border-width: 0.5vw;
  }
}
#guide .guide_content .guide_wrap {
  width: 85.3%;
  padding: 45px 0 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_wrap {
    padding: 4.2vw 0 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_wrap {
    width: 84.8%;
    padding: 7.2vw 0 13.9vw;
  }
}
#guide .guide_content .sp_title {
  display: none;
}
@media screen and (max-width: 768px) {
  #guide .guide_content .sp_title {
    display: block;
    width: 67.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.7vw;
  }
}
#guide .guide_content .guide_box01 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #b49600;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box01 h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box01 h3 {
    font-size: 7.7vw;
    text-align: center;
  }
}
#guide .guide_content .guide_box01 h3 .sub_txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box01 h3 .sub_txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box01 h3 .sub_txt {
    display: inline-block;
    font-size: 3.7vw;
    padding-top: 4vw;
  }
}
#guide .guide_content .guide_box01 .txt01 {
  font-size: 16px;
  line-height: 2em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.3em;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box01 .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box01 .txt01 {
    font-size: 3.7vw;
    margin-top: 3vw;
    letter-spacing: 0;
  }
}
#guide .guide_content .guide_box02 {
  margin-top: 35px;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box02 {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box02 {
    margin-top: 8vw;
  }
}
#guide .guide_content .guide_box02 + .guide_box02 {
  margin-top: 45px;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box02 + .guide_box02 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box02 + .guide_box02 {
    margin-top: 14.1vw;
  }
}
#guide .guide_content .guide_box02 h3 {
  display: block;
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  color: #b49600;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box02 h3 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box02 h3 {
    font-size: 4.5vw;
  }
}
#guide .guide_content .guide_box02 .txt01 {
  display: inline;
  font-size: 16px;
  line-height: 3em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 1080px) {
  #guide .guide_content .guide_box02 .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_content .guide_box02 .txt01 {
    font-size: 3.7vw;
    letter-spacing: 0;
  }
}
#guide .table_box {
  margin-top: 35px;
}
@media screen and (max-width: 1080px) {
  #guide .table_box {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #guide .table_box {
    overflow-x: scroll;
    margin-top: 10.4vw;
  }
}
#guide table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guide table {
    width: 148.8vw;
  }
}
#guide table + table {
  margin-top: 0px;
}
#guide table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #b49600;
  text-align: center;
  padding: 0.3em 0 0.4em;
}
@media screen and (max-width: 1080px) {
  #guide table thead th {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #guide table thead th {
    font-size: 2.7vw;
  }
}
#guide table thead th + th {
  border-left: 1px solid #fff;
}
#guide table tbody th {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #808080;
  text-align: left;
  padding: 0.3em 0em 0.4em 0.7em;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1080px) {
  #guide table tbody th {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #guide table tbody th {
    font-size: 2.7vw;
  }
}
#guide table tbody th::first-letter {
  font-size: 1.5em;
}
@media screen and (max-width: 1080px) {
  #guide table tbody th::first-letter {
    font-size: 1.5em;
  }
}
#guide table tbody td {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: right;
  background-color: #fff;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 0.3em 1.8em 0.4em 1em;
}
@media screen and (max-width: 1080px) {
  #guide table tbody td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #guide table tbody td {
    font-size: 4vw;
  }
}
#guide table tbody td .percent {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  #guide table tbody td .percent {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #guide table tbody td .percent {
    font-size: 2.5vw;
  }
}
#guide table.table01 thead th {
  width: 18%;
}
#guide table.table01 thead th:first-child {
  width: 10%;
}
#guide table.table02 thead th {
  width: 15%;
}
#guide table.table02 thead th:first-child {
  width: 10%;
}
#guide table.table02 tbody td {
  padding-right: 1.3em;
  padding-left: 0.2em;
}
#guide table.table02 tbody td:nth-child(3) {
  padding-right: 1.5em;
}
#guide table.table02 tbody td:nth-child(4) {
  padding-right: 1.8em;
}
#guide table.table02 tbody td:nth-child(5) {
  padding-right: 1.8em;
}
#guide table.table02 tbody td:nth-child(6) {
  padding-right: 1.8em;
}
#guide table.table02 tbody td:nth-child(7) {
  padding-right: 2.1em;
}
#guide table.table02 tbody td.no_data {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#racer .switch_box .switch_list {
  width: 668px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #racer .switch_box .switch_list {
    width: 61.9vw;
  }
}
@media screen and (max-width: 768px) {
  #racer .switch_box .switch_list {
    width: 89.1%;
  }
}
#racer .switch_box .switch_list li {
  width: 47.9%;
  cursor: pointer;
}
#racer .switch_box .switch_list li.no_link {
  cursor: default;
  position: relative;
}
#racer .switch_box .switch_list li.no_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
}
#racer #dream .dream_bg {
  width: 100%;
  background: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 55px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1300px) {
  #racer #dream .dream_bg {
    padding-top: 4.2vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #racer #dream .dream_bg {
    padding-top: 10.7vw;
    padding-bottom: 16vw;
  }
}
#racer #dream .dream_bg h2 {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1300px) {
  #racer #dream .dream_bg h2 {
    width: 64.6vw;
    margin-bottom: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #racer #dream .dream_bg h2 {
    width: 88%;
    margin-bottom: 4.5vw;
  }
}
#racer #dream .dream_bg .racer_list {
  width: 1215px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  #racer #dream .dream_bg .racer_list {
    width: 93.5vw;
  }
}
@media screen and (max-width: 768px) {
  #racer #dream .dream_bg .racer_list {
    width: 88%;
  }
}
#racer #dream .dream_bg .racer_list li {
  width: 15.6%;
  box-shadow: 6px 6px 13px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #racer #dream .dream_bg .racer_list li {
    width: 48.1%;
  }
  #racer #dream .dream_bg .racer_list li:nth-child(n+3) {
    margin-top: 6.1vw;
  }
}
#racer #dream .dream_bg .sub_txt {
  width: 1215px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  color: #000;
  text-align: right;
  margin-top: 2em;
  letter-spacing: 0;
}
@media screen and (max-width: 1300px) {
  #racer #dream .dream_bg .sub_txt {
    width: 93.5vw;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #racer #dream .dream_bg .sub_txt {
    width: 88%;
    font-size: 2.4vw;
    line-height: 1.5em;
  }
}

.contents03 {
  background-image: url(../images/top/movie_bg01_pc.svg);
  background-repeat: repeat-x;
  background-size: auto 679px;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents03 {
    background-size: auto 62.9vw;
  }
}
@media screen and (max-width: 768px) {
  .contents03 {
    background-image: url(../images/top/movie_bg01_sp.svg);
    background-size: 100% auto;
  }
}
.contents03 .bg01 {
  background-image: url(../images/top/movie_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 1870px auto;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .contents03 .bg01 {
    background-size: 173.1vw auto;
  }
}
@media screen and (max-width: 768px) {
  .contents03 .bg01 {
    background-image: url(../images/top/movie_bg02_sp.png);
    background-size: 100% auto;
  }
}

#movie {
  padding-top: 70px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1080px) {
  #movie {
    padding-top: 6.5vw;
    padding-bottom: 13.9vw;
  }
}
@media screen and (max-width: 768px) {
  #movie {
    padding-top: 10.7vw;
    padding-bottom: 17.9vw;
  }
}
#movie h2 {
  width: 263px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #movie h2 {
    width: 24.4vw;
  }
}
@media screen and (max-width: 768px) {
  #movie h2 {
    width: 46.7vw;
    margin-bottom: 9.3vw;
  }
}
#movie .movie_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#movie .movie_list .movie_block {
  width: 100%;
}
#movie .movie_list .movie_block .movie {
  border: 2px solid transparent; /* まず透明なボーダーを作る */
  -o-border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
     border-image: linear-gradient(to right, rgb(180, 150, 0) 0%, rgb(180, 150, 0) 13%, rgb(246, 233, 168) 50%, rgb(180, 150, 0) 87%, rgb(180, 150, 0) 100%) 1;
  box-shadow: 6px 6px 13px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1080px) {
  #movie .movie_list .movie_block .movie {
    border-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_list .movie_block .movie {
    border-width: 0.5vw;
  }
}
#movie .movie_list .movie_block .title {
  width: 130%;
  margin-left: -15%;
  margin-right: -15%;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 0;
  color: #000032;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .movie_block .title {
    font-size: 4.5vw;
  }
}
#movie .movie_list .movie_block .title .icon {
  display: inline-block;
  width: 2.4vw;
  margin-right: 1.1vw;
  position: relative;
  top: 0.2vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .movie_block .title .icon {
    width: 7.2vw;
    top: 0.5vw;
    margin-right: 2vw;
  }
}
#movie .movie_list .slick-slide {
  margin: 0 2.3vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-slide {
    margin: 0 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-slide {
    margin: 0 11.4vw;
  }
}
#movie .movie_list .slick-prev,
#movie .movie_list .slick-next {
  width: 1.3vw;
  height: 2.9vw;
  transform: translateY(-100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 5;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-prev,
  #movie .movie_list .slick-next {
    width: 2.9vw;
    height: 6.5vw;
  }
}
#movie .movie_list .slick-prev:hover,
#movie .movie_list .slick-next:hover {
  opacity: 0.7;
}
#movie .movie_list .slick-prev:before, #movie .movie_list .slick-next:before {
  display: none;
}
#movie .movie_list .slick-dots {
  bottom: -5.6vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-dots {
    bottom: -10vw;
  }
}
#movie .movie_list .slick-dots li {
  margin: 0 0.4vw;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-dots li {
    margin: 0 1.9vw;
  }
}
#movie .movie_list .slick-dots li button {
  width: 0.9vw;
  height: 0.9vw;
  padding: 0px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-dots li button {
    width: 3.5vw;
    height: 3.5vw;
  }
}
#movie .movie_list .slick-dots li button:before {
  font-size: 0.9vw;
  line-height: 0.9vw;
  width: 0.9vw;
  height: 0.9vw;
  opacity: 1;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-dots li button:before {
    font-size: 3.5vw;
    line-height: 3.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
#movie .movie_list .slick-dots li.slick-active button:before {
  color: #00288c;
}
#movie .movie_list .slick-prev {
  left: 29vw;
  background-image: url(../images/top/slide_arrow_left.svg);
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-prev {
    left: 3.6vw;
  }
}
#movie .movie_list .slick-next {
  right: 29vw;
  background-image: url(../images/top/slide_arrow_right.svg);
}
@media screen and (max-width: 768px) {
  #movie .movie_list .slick-next {
    right: 3.6vw;
  }
}

#mv {
  overflow: hidden;
}
#mv .left {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(-10%);
}
#mv .left.act {
  opacity: 1;
  transform: translateX(0%);
}
#mv .right {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateX(10%);
}
#mv .right.act {
  opacity: 1;
  transform: translateX(0%);
}
#mv .boat {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(0.8);
}
#mv .boat.act {
  opacity: 1;
  transform: scale(1);
}
#mv .catch {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1.2);
}
#mv .catch.act {
  opacity: 1;
  transform: scale(1);
}
#mv h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
#mv h1.act {
  opacity: 1;
}
#mv .logo {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#mv .logo.act {
  opacity: 1;
}/*# sourceMappingURL=style_top.css.map */