.mv {
  position: relative;
  z-index: 5;
}
.mv .title {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .title {
    top: 34%;
  }
}
.mv .title .mv_title {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.mv .title .mv_title_sub {
  font-size: 34px;
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  .mv .title .mv_title_sub {
    font-size: 44px;
  }
}
@media screen and (max-width: 1320px) {
  .mv .title .mv_title_sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mv .title .mv_title_sub {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.mv .title .mv_title h2 {
  margin-top: 50px;
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width: 1600px) {
  .mv .title .mv_title h2 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1320px) {
  .mv .title .mv_title h2 {
    margin-top: 5%;
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .title .mv_title h2 {
    margin-top: 8vw;
    font-size: 6.5vw;
  }
}
.mv .title .mv_title h3 {
  font-size: 27px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .mv .title .mv_title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mv .title .mv_title h3 {
    font-size: 3.4vw;
    letter-spacing: 0.05em;
    margin-top: 2vw;
  }
}
.mv .title .mv_title .mv_title_sub,
.mv .title .mv_title h2,
.mv .title .mv_title h3 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.mv .title .mv_title .mv_title_sub.act,
.mv .title .mv_title h2.act,
.mv .title .mv_title h3.act {
  opacity: 1;
}
.mv .scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 60px;
  overflow: hidden;
  color: #fff;
  font-size: 0.812em;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1320px) {
  .mv .scroll {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mv .scroll {
    display: none;
  }
}
.mv .scroll::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0%;
  width: 2px;
  height: 100px;
  background: #fff;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.mv #congestion {
  position: absolute;
  top: 0;
  right: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .mv #congestion {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv #congestion {
    right: 5%;
  }
}
.mv #congestion.contents1 {
  width: 310px;
}
@media screen and (max-width: 1320px) {
  .mv #congestion.contents1 {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #congestion.contents1 {
    width: 58vw;
  }
}
.mv #congestion.contents2 {
  width: 640px;
}
@media screen and (max-width: 1320px) {
  .mv #congestion.contents2 {
    width: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #congestion.contents2 {
    width: 80%;
  }
  .mv #congestion.contents2 #pool_contents, .mv #congestion.contents2 #training_room_contents {
    width: 48%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .mv #congestion.contents2 #pool_contents .date, .mv #congestion.contents2 #training_room_contents .date {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
  .mv #congestion.contents2 #pool_contents .p_title, .mv #congestion.contents2 #training_room_contents .p_title {
    font-size: 2.76vw;
  }
  .mv #congestion.contents2 #pool_contents .situation, .mv #congestion.contents2 #training_room_contents .situation {
    margin-top: 2vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mv #congestion.contents2 #pool_contents .situation span, .mv #congestion.contents2 #training_room_contents .situation span {
    font-size: 3.6vw;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
  }
}
.mv #pool_contents, .mv #training_room_contents {
  width: 310px;
  padding: 16px 20px;
  color: #fff;
  line-height: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 1320px) {
  .mv #pool_contents, .mv #training_room_contents {
    width: 25vw;
    padding: 1.2vw 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #pool_contents, .mv #training_room_contents {
    width: 58vw;
    padding: 2vw 3vw;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }
}
.mv #pool_contents .date, .mv #training_room_contents .date {
  font-size: 10px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1320px) {
  .mv #pool_contents .date, .mv #training_room_contents .date {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #pool_contents .date, .mv #training_room_contents .date {
    font-size: 2.6vw;
  }
}
.mv #pool_contents .p_title, .mv #training_room_contents .p_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1320px) {
  .mv #pool_contents .p_title, .mv #training_room_contents .p_title {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #pool_contents .p_title, .mv #training_room_contents .p_title {
    margin-top: 0.2em;
    font-size: 3.2vw;
  }
}
.mv #pool_contents .situation span, .mv #training_room_contents .situation span {
  display: inline-block;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  padding: 0.2em 0.5em 0.4em;
}
@media screen and (max-width: 1320px) {
  .mv #pool_contents .situation span, .mv #training_room_contents .situation span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mv #pool_contents .situation span, .mv #training_room_contents .situation span {
    font-size: 4vw;
    line-height: 1.5em;
    padding: 0.2em 0.5em 0.3em;
  }
}
.mv #pool_contents.manin, .mv #training_room_contents.manin {
  background-color: rgb(237, 108, 0);
}
.mv #pool_contents.manin .situation span, .mv #training_room_contents.manin .situation span {
  color: rgb(237, 108, 0);
}
.mv #pool_contents.konzatsu, .mv #training_room_contents.konzatsu {
  background-color: rgb(0, 160, 233);
}
.mv #pool_contents.konzatsu .situation span, .mv #training_room_contents.konzatsu .situation span {
  color: rgb(0, 160, 233);
}
.mv #pool_contents.aki, .mv #training_room_contents.aki {
  background-color: rgb(143, 195, 31);
}
.mv #pool_contents.aki .situation span, .mv #training_room_contents.aki .situation span {
  color: rgb(143, 195, 31);
}
.mv #pool_contents.kyujyo, .mv #training_room_contents.kyujyo {
  background-color: rgb(88, 88, 88);
}
.mv #pool_contents.kyujyo .situation span, .mv #training_room_contents.kyujyo .situation span {
  color: rgb(88, 88, 88);
}

.mv #training_room_contents .p_title {
  letter-spacing: 0;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.ban_block {
  position: absolute;
  bottom: 115px;
}
@media screen and (max-width: 1320px) {
  .ban_block {
    bottom: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .ban_block {
    bottom: 14vw;
  }
}
.ban_block .ban_content .txt_box_01 {
  font-size: 2.75em;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .ban_block .ban_content .txt_box_01 {
    font-size: 4.2vw;
  }
}
.ban_block .ban_content .txt_box_01 .catch {
  line-height: 2;
}
.ban_block .ban_content .txt_box_01 .catch .ani_txt_02 {
  margin-top: 20px;
}

.ban_block .title_block p > span {
  position: relative;
}

.ban_block .title_block p > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0s;
}

.ban_block .title_block p > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .title_block p > span::before,
.ban_block .title_block p > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: height;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .title_block p > span::before {
  background-color: #fff;
  z-index: -1;
}

.ban_block .title_block p > span .cover {
  z-index: 1;
}

.ban_block .title_block p > span.deactive::before,
.ban_block .title_block p > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 0%;
}

.ban_block .title_block p > span .cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
}

.ban_block .title_block p > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  height: 100%;
}

.ban_block .txt_box_01 .catch > span {
  position: relative;
}

.ban_block .txt_box_01 .catch > span .txt {
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.7s;
  transition-duration: 0s;
  position: relative;
  z-index: 2;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .ban_block .txt_box_01 .catch > span .txt {
    padding: 0 1vw;
  }
}

.ban_block .txt_box_01 .catch > span.deactive .txt {
  transition-delay: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.ban_block .txt_box_01 .catch > span::before,
.ban_block .txt_box_01 .catch > span .cover {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.ban_block .txt_box_01 .catch > span::before {
  background-color: #fff;
  z-index: -1;
}

.ban_block .txt_box_01 .catch > span .cover {
  z-index: 1;
}
.ban_block .txt_box_01 .catch > span .cover.cover01 {
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgb(143, 195, 31) 0%, rgba(0, 160, 233, 0.7) 49%, rgba(120, 89, 163, 0.7) 73%, rgb(184, 99, 73) 100%);
}
.ban_block .txt_box_01 .catch > span .cover.cover02 {
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgb(143, 195, 31) 0%, rgba(0, 160, 233, 0.7) 40%, rgba(120, 89, 163, 0.7) 60%, rgba(237, 108, 0, 0.7) 100%);
}
.ban_block .txt_box_01 .catch > span .cover.cover03 {
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgba(143, 195, 31, 0.7) 0%, rgba(0, 160, 233, 0.7) 82%, rgba(48, 132, 205, 0.7) 100%);
}

.ban_block .txt_box_01 .catch > span.deactive::before,
.ban_block .txt_box_01 .catch > span.deactive .cover {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 0%;
}

.ban_block .txt_box_01 .catch > span .cover::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.7s;
}

.ban_block .txt_box_01 .catch > span.deactive .cover::before {
  transition-duration: 0s;
  transition-delay: 0s;
  width: 100%;
}

.story_cover {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1320px) {
  .story_cover {
    height: 60.6vw;
  }
}
@media screen and (max-width: 768px) {
  .story_cover {
    height: 130vw;
  }
}
.story_cover.open {
  height: 2200px;
}
@media screen and (max-width: 1320px) {
  .story_cover.open {
    height: 189.4vw;
  }
}
@media screen and (max-width: 768px) {
  .story_cover.open {
    height: 450vw;
  }
}
.story_cover.open .read_more_box {
  display: none;
}
.story_cover .read_more_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  padding: 70px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
  text-align: center;
}
.story_cover .read_more_box .read_more {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 0.3em 3em 0.4em;
  border-radius: 1.5em;
  cursor: pointer;
}

.story {
  position: relative;
  z-index: 3;
  background: rgb(237, 108, 0);
  background: linear-gradient(0deg, rgba(237, 108, 0, 0.9) 0%, rgba(120, 89, 163, 0.9) 35%, rgba(0, 160, 233, 0.9) 55%, rgba(143, 195, 31, 0.9) 96%, rgba(143, 195, 31, 0) 100%);
  height: 2200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  .story {
    height: 189.4vw;
  }
}
@media screen and (max-width: 768px) {
  .story {
    height: 450vw;
  }
}
.story_inner {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-left: 40px;
}
@media screen and (max-width: 1320px) {
  .story_inner {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .story_inner {
    padding-left: 5vw;
  }
}
.story_inner p {
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 3;
}
@media screen and (max-width: 1320px) {
  .story_inner p {
    font-size: 2.1vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .story_inner p {
    font-size: 3.8vw;
    line-height: 2.5;
  }
}
.story_inner .mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 1320px) {
  .story_inner .mt70 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .story_inner .mt70 {
    margin-top: 8vw;
  }
}
.story_inner .mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 1320px) {
  .story_inner .mt130 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .story_inner .mt130 {
    margin-top: 14vw;
  }
}
.story_inner .brand {
  position: absolute;
  top: 62%;
  left: -15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  writing-mode: vertical-lr;
  width: 100%;
  height: 100%;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 146px;
  font-weight: bold;
  color: #EAEAEA;
  opacity: 0.2;
}
@media screen and (max-width: 1320px) {
  .story_inner .brand {
    position: absolute;
    top: 56%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
    height: 100%;
    font-size: 120px;
  }
}
@media screen and (max-width: 768px) {
  .story_inner .brand {
    top: 51%;
    font-size: 15vw;
    right: 8vw;
    opacity: 0.3;
  }
}

#news_contents {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #news_contents {
    padding-top: 8vw;
  }
}
#news_contents .switch_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1320px) {
  #news_contents .switch_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#news_contents .switch_box > p {
  width: 269px;
  font-size: 20px;
  font-weight: bold;
  padding: 1em 0 1.1em;
  text-align: center;
  border: 2px solid #000;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  #news_contents .switch_box > p {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #news_contents .switch_box > p {
    width: 31%;
    font-size: 2.7vw;
  }
}
#news_contents .switch_box > p.news {
  border-color: #8FC31E;
  color: #8FC31E;
}
#news_contents .switch_box > p.news:hover {
  background-color: #8FC31E;
  color: #fff;
}
#news_contents .switch_box > p.maintenance {
  border-color: #4DA1D8;
  color: #4DA1D8;
}
#news_contents .switch_box > p.maintenance:hover {
  background-color: #4DA1D8;
  color: #fff;
}
#news_contents .switch_box > p.regulation {
  border-color: #000;
  color: #000;
}
#news_contents .switch_box > p.regulation:hover {
  background-color: #000;
  color: #fff;
}
#news_contents .switch_box > p + p {
  margin-left: 10px;
}
@media screen and (max-width: 1320px) {
  #news_contents .switch_box > p + p {
    margin-left: 1.2%;
  }
}
#news_contents .news_section {
  display: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #news_contents .news_section {
    margin-top: 0;
  }
}
#news_contents .news_section .news_list {
  border-top: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #news_contents .news_section .news_list {
    margin-top: 0;
  }
}
#news_contents.news .switch_box > p.news {
  background-color: #8FC31E;
  color: #fff;
}
#news_contents.news .news_section#news {
  display: block;
}
#news_contents.news .news_section#maintenance {
  display: none;
}
#news_contents.news .news_section#regulation {
  display: none;
}
#news_contents.maintenance .switch_box > p.maintenance {
  background-color: #4DA1D8;
  color: #fff;
}
#news_contents.maintenance .news_section#news {
  display: none;
}
#news_contents.maintenance .news_section#maintenance {
  display: block;
}
#news_contents.maintenance .news_section#regulation {
  display: none;
}
#news_contents.regulation .switch_box > p.regulation {
  background-color: #000;
  color: #fff;
}
#news_contents.regulation .news_section#news {
  display: none;
}
#news_contents.regulation .news_section#maintenance {
  display: none;
}
#news_contents.regulation .news_section#regulation {
  display: block;
}

.news_section {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .news_section {
    margin-top: 15vw;
  }
}
.news_section .news_list {
  max-width: 1080px;
  width: 90%;
  margin: 50px auto 0;
  border-top: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  .news_section .news_list {
    margin-top: 8vw;
  }
}
.news_section .news_list_lineup {
  border-bottom: #707070 1px solid;
}
.news_section .news_article {
  padding: 30px 60px 30px 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  background: transparent;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1320px) {
  .news_section .news_article {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .news_section .news_article {
    padding: 3vw 32px 3vw 2vw;
  }
}
.news_section .news_article:after {
  content: "";
  background-image: url(../img/common/arrow.png);
  background-size: contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news_section .news_article:hover {
  opacity: 1;
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgba(143, 195, 31, 0.1) 0%, rgba(0, 160, 233, 0.1) 40%, rgba(120, 89, 163, 0.1) 60%, rgba(237, 108, 0, 0.1) 100%);
}
.news_section .news_article .date {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  .news_section .news_article .date {
    font-size: 3.2vw;
  }
}
.news_section .news_article .category {
  min-width: 6.2em;
  font-size: 0.875em;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px;
  border-radius: 11px;
  color: #fff;
  line-height: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .news_section .news_article .category {
    font-size: 3.2vw;
    height: 5vw;
    line-height: 5vw;
    margin-left: 3vw;
    margin-right: 0;
    padding: 0 3vw;
  }
}
.news_section .news_article .category.c_info {
  background-color: #8FC31F;
}
.news_section .news_article .category.c_event {
  background-color: #ED6C00;
}
.news_section .news_article .category.c_construction {
  background-color: #00A0E9;
}
.news_section .news_article .txt {
  font-size: 0.875em;
  width: 75%;
}
@media screen and (max-width: 1320px) {
  .news_section .news_article .txt {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_section .news_article .txt {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
.news_section.regulation h3 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news_section.regulation h3 {
    letter-spacing: 0.1em;
    line-height: 1.3em;
  }
}

.info {
  position: relative;
  padding: 272px 0 212px;
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgba(143, 195, 31, 0.2) 0%, rgba(0, 160, 233, 0.2) 40%, rgba(120, 89, 163, 0.2) 60%, rgba(237, 108, 0, 0.2) 100%);
}
@media screen and (max-width: 1320px) {
  .info {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 25vw;
    padding-bottom: 20vw;
  }
}
.info .gd_white_line {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 272px;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 1320px) {
  .info .gd_white_line {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .info .gd_white_line {
    height: 25vw;
  }
}
.info_inner {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .info_inner {
    width: 100%;
  }
}
.info_inner .half_circle {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%/100% 100% 0 0;
}
.info_inner .half_circle.under {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .info_inner .half_circle {
    height: 10vw;
  }
}
.info_circle {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 106px;
}
@media screen and (max-width: 1320px) {
  .info_circle {
    border-radius: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .info_circle {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .info_circle {
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.info_circle_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_circle_inner {
    width: 90%;
  }
}
.info_logo_area .logo {
  display: block;
}
.info_logo_area .logo img {
  width: auto;
  height: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_logo_area .logo img {
    width: 48%;
    height: auto;
  }
}
.info_logo_area .txt {
  line-height: 2;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .info_logo_area .txt {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    margin-top: 4vw;
  }
}
.info_concept {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .info_concept {
    margin-top: 8vw;
    text-align: center;
  }
}
.info_concept .gd_line {
  width: 100%;
  height: 2px;
  background: rgb(143, 195, 31);
  background: linear-gradient(90deg, rgb(143, 195, 31) 0%, rgb(0, 160, 233) 40%, rgb(120, 89, 163) 60%, rgb(237, 108, 0) 100%);
}
.info_concept h3 {
  font-size: 60px;
  padding-top: 36px;
}
@media screen and (max-width: 1320px) {
  .info_concept h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .info_concept h3 {
    font-size: 6vw;
    letter-spacing: 0.05em;
    padding-top: 7vw;
  }
}
.info_concept h4 {
  font-size: 27px;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .info_concept h4 {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    margin-top: 2vw;
    padding-bottom: 8vw;
  }
}
.info_concept .txt {
  font-size: 1.25em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .info_concept .txt {
    text-align: left;
    font-size: 3.5vw;
    margin-top: 7vw;
  }
}
.info_change {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .info_change {
    text-align: center;
    margin-top: 12vw;
  }
}
.info_change_headline {
  color: #fff;
  background-color: #C62F2F;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 33px;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .info_change_headline {
    font-size: 4vw;
    padding: 1.5vw 8vw;
  }
}
.info_change .txt_inner {
  max-width: 608px;
  width: 100%;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .info_change .txt_inner {
    margin-top: 7vw;
    padding-left: 18vw;
  }
}
.info_change .txt_inner .txt_fb {
  display: flex;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info_change .txt_inner .txt_fb {
    flex-wrap: wrap;
    font-size: 3.5vw;
    margin-top: 4vw;
  }
}
.info_change .txt_inner .txt_fb .fb01 {
  width: 46.6%;
}
@media screen and (max-width: 768px) {
  .info_change .txt_inner .txt_fb .fb01 {
    width: 100%;
  }
}
.info_change .txt_inner .txt_fb .fb02 {
  width: 3.6%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .info_change .txt_inner .txt_fb .fb02 {
    margin-top: 2vw;
    margin-left: 4%;
  }
}
.info_change .txt_inner .txt_fb .fb03 {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .info_change .txt_inner .txt_fb .fb03 {
    width: 89.4%;
    margin-top: 2vw;
  }
}
.info_change .txt {
  margin-top: 45px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .info_change .txt {
    text-align: left;
    margin-top: 9vw;
    font-size: 3.5vw;
  }
}

.parking {
  background: linear-gradient(90deg, rgba(143, 195, 31, 0.15) 0%, rgba(0, 160, 233, 0.15) 40%, rgba(120, 89, 163, 0.15) 60%, rgba(237, 108, 0, 0.15) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .parking {
    padding: 16vw 0;
  }
}
.parking .p_content {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .parking .p_content {
    display: block;
    padding: 2.6vw 5.3vw 8vw;
  }
}
.parking .p_content .left_block {
  width: 19.6%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .parking .p_content .left_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .parking .p_content .left_block .txt_box01 {
    width: 55.8%;
  }
}
.parking .p_content .left_block .txt_box01 .txt01 {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .parking .p_content .left_block .txt_box01 .txt01 {
    font-size: 4.8vw;
  }
}
.parking .p_content .left_block .txt_box01 .date {
  font-size: 14px;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .parking .p_content .left_block .txt_box01 .date {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}
.parking .p_content .left_block .link {
  font-size: 18px;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .parking .p_content .left_block .link {
    font-size: 3.5vw;
    text-align: right;
  }
}
.parking .p_content .left_block .link a {
  padding-left: 1.2em;
  background-image: url(../img/common/arrrow_link.svg);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: left center;
}
.parking .p_content .parking_box {
  width: 76.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box {
    justify-content: flex-start;
    width: 100%;
    margin: 5.3vw auto 0;
  }
}
.parking .p_content .parking_box .parking_block {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box .parking_block {
    max-width: none;
    width: 29.2%;
    margin-left: 6.2%;
  }
  .parking .p_content .parking_box .parking_block:nth-child(3n+1) {
    margin-left: 0;
  }
  .parking .p_content .parking_box .parking_block:nth-child(n+4) {
    margin-top: 5.9vw;
  }
}
.parking .p_content .parking_box .parking_block .p_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 0;
}
.parking .p_content .parking_box .parking_block .p_name .p_series {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box .parking_block .p_name .p_series {
    font-size: 4vw;
  }
}
.parking .p_content .parking_box .parking_block .p_name .p_no {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box .parking_block .p_name .p_no {
    font-size: 2.7vw;
  }
}
.parking .p_content .parking_box .parking_block .p_state {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  padding: 0.3em 0 0.5em;
  background-color: #fff;
  margin-top: 0.4em;
  border: 2px solid #EAEAEA;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box .parking_block .p_state {
    font-size: 4.3vw;
  }
}
.parking .p_content .parking_box .parking_block .p_state.full {
  background-color: #ed6c00;
  color: #fff;
  border-color: #ed6c00;
}
.parking .p_content .parking_box .parking_block .p_state.close {
  background-color: #EAEAEA;
  color: #939393;
}
.parking .p_content .parking_box .parking_block p.p_position {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0.5em;
  width: 108%;
  margin-left: -4%;
  margin-right: -4%;
}
@media screen and (max-width: 768px) {
  .parking .p_content .parking_box .parking_block p.p_position {
    font-size: 2.7vw;
  }
}

#instagram {
  max-width: 890px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  height: 680px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #instagram {
    margin-top: 15vw;
    height: 120vw;
  }
}

.top_link_box {
  margin: 100px auto 200px;
}
@media screen and (max-width: 768px) {
  .top_link_box {
    margin: 15.3vw auto 21.3vw;
  }
}
.top_link_box .lb_content {
  max-width: 890px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.top_link_box .lb_content .link_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_link_box .lb_content .link_list li {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li {
    width: 47.2%;
  }
}
.top_link_box .lb_content .link_list li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li:nth-child(n+3) {
    margin-top: 4.3vw;
  }
}
.top_link_box .lb_content .link_list li a {
  display: block;
  background: linear-gradient(90deg, rgb(143, 195, 31) 0%, rgb(0, 160, 233) 40%, rgb(120, 89, 163) 60%, rgb(237, 108, 0) 100%);
  padding: 3px;
}
.top_link_box .lb_content .link_list li a .bg {
  background-color: #fff;
  width: 100%;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li a .bg {
    height: 24vw;
  }
}
.top_link_box .lb_content .link_list li a .bg.gaibu {
  background-image: url(../img/common/icon_gaibu_link.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 15px bottom 15px;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li a .bg.gaibu {
    background-size: 2.7vw auto;
    background-position: right 2.1vw bottom 2.1vw;
  }
}
.top_link_box .lb_content .link_list li a .bg .txt01 {
  display: block;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li a .bg .txt01 {
    font-size: 4vw;
  }
}
.top_link_box .lb_content .link_list li a .bg .txt02 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top_link_box .lb_content .link_list li a .bg .txt02 {
    font-size: 3vw;
  }
}
.top_link_box .lb_content .link_list li a.no_link {
  opacity: 0.5;
}/*# sourceMappingURL=style_top.css.map */