  article {
  position: relative;
}

#mv {
  position: relative;
}
#mv .mv_pic {
  position: relative;
  z-index: 1;
}
#mv .mv_logo {
  width: 36.71875vw;
  position: absolute;
  z-index: 2;
  top: 10.9375vw;
  left: 30.859375vw;
}
#mv .pukapuka1 {
  width: 3.90625vw;
  position: absolute;
  z-index: 2;
  top: 16.71875vw;
  right: 32.265625vw;
  -webkit-animation: 4s fuwafuwa_n infinite;
          animation: 4s fuwafuwa_n infinite;
}
#mv .pukapuka2 {
  width: 3.59375vw;
  position: absolute;
  z-index: 2;
  top: 10.546875vw;
  left: 36.796875vw;
  -webkit-animation: 5.5s fuwafuwa_n infinite;
          animation: 5.5s fuwafuwa_n infinite;
}
#mv .pukapuka3 {
  width: 3.125vw;
  position: absolute;
  z-index: 2;
  top: 36.5625vw;
  left: 32.34375vw;
  -webkit-animation: 2.5s fuwafuwa_n infinite;
          animation: 2.5s fuwafuwa_n infinite;
}
#mv .scroll {
  padding-bottom: 3rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #00b0c1;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 10.9375vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
#mv .scroll:after {
  content: "";
  width: 2.5rem;
  height: 2.1rem;
  background: url(/saiyo/images/top/arrow_down.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 5%;
  }
  00% {
    bottom: 0%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 5%;
  }
  00% {
    bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv_logo {
    width: 20.5rem;
    top: 14.7rem;
    left: 9rem;
  }
  #mv .pukapuka1 {
    width: 2.3rem;
    top: 16.2rem;
    right: 7.6rem;
  }
  #mv .pukapuka2 {
    width: 1.8rem;
    top: 14.2rem;
    left: 13.5rem;
  }
  #mv .pukapuka3 {
    width: 2.3rem;
    top: 33rem;
    left: 10.7rem;
  }
  #mv .scroll {
    bottom: 11.8rem;
  }
}
.bg {
  background: url(/saiyo/images/top/bg.png) 0 0 no-repeat;
  background-size: cover;
  margin-top: -2px;
  padding-bottom: 19.375vw;
}

@media screen and (max-width: 1560px) {
  .bg {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .bg {
    background: url(/saiyo/images/top/bg_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: -2px;
    padding-bottom: 25rem;
  }
}
#swimmer {
  z-index: 10;
  position: absolute;
  top: 69.375vw;
  left: 50%;
  margin-left: -7.2rem;
  width: 14.4rem;
  height: 9.9rem;
  background: url(/saiyo/images/top/swimmer_wrap.png) 0 0 no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
#swimmer img {
  width: 5.8rem;
  margin-top: 1.2rem;
  margin-left: 3.8rem;
}
#swimmer.is-fixed {
  position: fixed;
  bottom: 2rem;
  top: auto;
}

@media screen and (max-width: 767px) {
  #swimmer {
    top: 85.6rem;
  }
}
.intro {
  text-align: center;
  color: #fff;
  padding-top: 39rem;
  padding-bottom: 0;
  position: relative;
}
.intro .intro_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 9rem;
}
.intro p {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 9rem;
}
.intro p:last-of-type {
  padding-bottom: 0;
}
.intro .scroll_down {
  width: 2.5rem;
  margin: 0 auto;
  margin-top: 7rem;
}
.intro .fuwa_parts01 {
  width: 13.4rem;
  position: absolute;
  top: 7.8rem;
  left: 50%;
  margin-left: -18.2rem;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
.intro .fuwa_parts02 {
  width: 13.3rem;
  top: 26.8rem;
  right: 50%;
  margin-right: -17rem;
  position: absolute;
  -webkit-animation: 5s fuwafuwa infinite;
          animation: 5s fuwafuwa infinite;
}
.intro .parts02 {
  width: 55.3rem;
  position: absolute;
  left: 0;
  bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-top: 44.4rem;
    z-index: 2;
  }
  .intro .intro_ttl {
    font-size: 1.5rem;
    padding-bottom: 11rem;
  }
  .intro p {
    font-size: 1.5rem;
    line-height: 2.9333333333;
    letter-spacing: 0;
    padding-bottom: 16rem;
  }
  .intro p:last-of-type {
    padding-bottom: 0;
  }
  .intro .scroll_down {
    width: 2.5rem;
    margin: 0 auto;
    margin-top: 10rem;
  }
  .intro .parts01_sp {
    width: 33.9rem;
    top: 16.4rem;
    left: 1.6rem;
    position: absolute;
  }
  .intro .fuwa_parts01 {
    width: 10rem;
    top: -4.4rem;
    left: 5.2rem;
    margin-left: 0;
  }
  .intro .fuwa_parts02 {
    width: 10.2rem;
    top: 6rem;
    right: 4.7rem;
    margin-right: 0;
  }
  .intro .parts02 {
    width: 26.65rem;
    bottom: auto;
    top: 67rem;
  }
}
.numaken {
  position: relative;
  padding-top: 20rem;
}
.numaken:before {
  content: "";
  width: 100%;
  /*
  width:132.8rem;
  height:63.7rem;
  */
  aspect-ratio: 1328/637;
  background: url(/saiyo/images/top/bg_numaken.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.numaken .inner {
  position: relative;
  z-index: 2;
  width: 92rem;
  margin: 0 auto;
}
.numaken .numaken_ttl {
  position: relative;
  width: 6.3rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.numaken .numaken_ttl .fukidashi {
  position: absolute;
  right: -26rem;
  top: 0;
  width: 20.7rem;
}
.numaken .click {
  width: 23.2rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.numaken .numaken_select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.numaken .numaken_select ul li {
  list-style: none;
  margin: 0 3.2rem;
  cursor: pointer;
}
.numaken .numaken_select ul li.is-current img, .numaken .numaken_select ul li:hover img {
  opacity: 0;
}
.numaken .numaken_select .numaken_select_item01 {
  width: 12.8rem;
}
.numaken .numaken_select .numaken_select_item01.is-current, .numaken .numaken_select .numaken_select_item01:hover {
  opacity: 0.8;
  background: url(/saiyo/images/top/numaken_navi01_on.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.numaken .numaken_select .numaken_select_item02 {
  width: 13.4rem;
}
.numaken .numaken_select .numaken_select_item02.is-current, .numaken .numaken_select .numaken_select_item02:hover {
  opacity: 0.8;
  background: url(/saiyo/images/top/numaken_navi02_on.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.numaken .numaken_select .numaken_select_item03 {
  width: 12.7rem;
}
.numaken .numaken_select .numaken_select_item03.is-current, .numaken .numaken_select .numaken_select_item03:hover {
  opacity: 0.8;
  background: url(/saiyo/images/top/numaken_navi03_on.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.numaken .numaken_select .numaken_select_item04 {
  width: 13.4rem;
}
.numaken .numaken_select .numaken_select_item04.is-current, .numaken .numaken_select .numaken_select_item04:hover {
  opacity: 0.8;
  background: url(/saiyo/images/top/numaken_navi04_on.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.numaken .numaken_select .numaken_select_item05 {
  width: 12.8rem;
}
.numaken .numaken_select .numaken_select_item05.is-current, .numaken .numaken_select .numaken_select_item05:hover {
  opacity: 0.8;
  background: url(/saiyo/images/top/numaken_navi05_on.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.numaken .click02 {
  width: 40.8rem;
  margin: 0 auto;
  margin-top: 7rem;
}
.numaken .numaken_content {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}
.numaken .numaken_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5rem;
}
.numaken .numaken_content ul li {
  display: none;
  list-style: none;
  width: calc(33.333% - 2.5rem);
  margin-left: 2.5rem;
  margin-bottom: 1.5rem;
  /*
  &:nth-child(2),
  &:nth-child(5){
  	margin-top:6rem;
  }
  */
}
.numaken .numaken_content ul li.even {
  margin-top: 6rem;
}
.numaken .numaken_content ul li.numaken01 {
  display: block;
}
.numaken .numaken_content ul li.is-show {
  opacity: 0;
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.numaken #numaken_back {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  padding-top: 2rem;
}
.numaken #numaken_back:before {
  content: "";
  width: 2rem;
  height: 1rem;
  background: url(/saiyo/images/top/arrow_up.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1rem;
}
.numaken .parts03 {
  width: 48.1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.numaken .parts04 {
  width: 7.6rem;
  position: absolute;
  top: 36rem;
  left: 6.4rem;
}
.numaken .parts05 {
  width: 10.2rem;
  position: absolute;
  top: 117rem;
  right: 5.5rem;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
@media screen and (max-width: 767px) {
  .numaken {
    padding-top: 39rem;
  }
  .numaken:before {
    display: none;
  }
  .numaken .inner {
    width: 100%;
  }
  .numaken .numaken_ttl {
    width: 6.4rem;
    margin-bottom: 3rem;
  }
  .numaken .numaken_ttl .fukidashi {
    right: -13.4rem;
    top: -14.5rem;
    width: 20.7rem;
  }
  .numaken .numaken_select {
    padding: 0 1.6rem 5rem;
  }
  .numaken .numaken_select ul li {
    margin: 0 0.4rem;
  }
  .numaken .numaken_select .numaken_select_item01 {
    width: 10.9rem;
  }
  .numaken .numaken_select .numaken_select_item01.is-current, .numaken .numaken_select .numaken_select_item01:hover {
    background: url(/saiyo/images/top/numaken_navi01_on_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .numaken .numaken_select .numaken_select_item02 {
    width: 11.3rem;
  }
  .numaken .numaken_select .numaken_select_item02.is-current, .numaken .numaken_select .numaken_select_item02:hover {
    background: url(/saiyo/images/top/numaken_navi02_on_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .numaken .numaken_select .numaken_select_item03 {
    width: 11.2rem;
  }
  .numaken .numaken_select .numaken_select_item03.is-current, .numaken .numaken_select .numaken_select_item03:hover {
    background: url(/saiyo/images/top/numaken_navi03_on_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .numaken .numaken_select .numaken_select_item04 {
    width: 11.7rem;
  }
  .numaken .numaken_select .numaken_select_item04.is-current, .numaken .numaken_select .numaken_select_item04:hover {
    background: url(/saiyo/images/top/numaken_navi04_on_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .numaken .numaken_select .numaken_select_item05 {
    width: 10.9rem;
  }
  .numaken .numaken_select .numaken_select_item05.is-current, .numaken .numaken_select .numaken_select_item05:hover {
    background: url(/saiyo/images/top/numaken_navi05_on_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .numaken .click {
    margin-bottom: 3rem;
  }
  .numaken .click02 {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .numaken .numaken_content {
    padding: 0 1rem 1.3rem;
  }
  .numaken .numaken_content ul {
    margin-left: -1.5rem;
  }
  .numaken .numaken_content ul li {
    width: calc(50% - 1.5rem);
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .numaken .numaken_content ul li.even {
    margin-top: 0;
  }
  .numaken .numaken_content ul li.even_sp {
    margin-top: 3.5rem;
  }
  .numaken .parts03 {
    width: 27.95rem;
    position: absolute;
    top: 2.8rem;
    right: 0;
  }
  .numaken .parts04 {
    display: none;
  }
  .numaken .parts05 {
    display: none;
  }
}
#hide {
  display: none;
}

.mfp-close {
  display: none !important;
}

.popup_modal {
  max-width: 45rem;
  width: 100%;
  background: #fff;
  border-radius: 3rem;
  margin: 0 auto;
}
.popup_modal .popup_head {
  padding-top: 2rem;
  border-bottom: 1px solid #707070;
  position: relative;
}
.popup_modal .popup_head .popup_head_ttl {
  width: 12.1rem;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.popup_modal .popup_head .popup_back {
  padding: 1.3rem 2rem 1.3rem 5rem;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #707070;
}
.popup_modal .popup_head .popup_back:before {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background: url(/saiyo/images/top/back_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.popup_modal .popup_head .popup_back span {
  background: rgba(0, 176, 193, 0.1);
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.65rem 1.2rem;
  display: block;
  border-radius: 1rem;
}
.popup_modal .popup_head .popup-modal-dismiss {
  position: fixed;
  top: 3.6rem;
  left: 50%;
  margin-left: -18.75rem;
  width: 37.5rem;
  z-index: 10;
}
.popup_modal .popup_head .popup-modal-dismiss img {
  cursor: pointer;
  width: 1.6rem;
  margin-left: auto;
  margin-right: 2rem;
}
.popup_modal .popup_content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.popup_modal .popup_item {
  padding: 0 2rem;
}
.popup_modal .popup_item + .popup_item {
  margin-top: 5rem;
}
.popup_modal .popup_item_head {
  position: relative;
  padding-left: 4.4rem;
  margin-bottom: 1rem;
}
.popup_modal .popup_item_head img {
  width: 3.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.popup_modal .popup_item_head .popup_item_name {
  font-size: 1.3rem;
}
.popup_modal .popup_item_head .popup_item_pos {
  font-size: 1rem;
  opacity: 0.9;
}
.popup_modal .popup_item_slide {
  overflow: hidden;
  margin-right: -2rem;
}
.popup_modal .popup_item_slide .swiper {
  overflow: visible;
}
.popup_modal .popup_item_slide .swiper-slide {
  width: 40.2rem;
  margin-right: 1rem;
}
.popup_modal .popup_item_slide .swiper-btns {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup_modal .popup_item_slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup_modal .popup_item_slide .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #000000;
  opacity: 0.2;
  display: block;
  margin: 0 0.2rem;
  cursor: pointer;
}
.popup_modal .popup_item_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #01B0C1;
}
.popup_modal .popup_item_slide .swiper-button-next,
.popup_modal .popup_item_slide .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  background: url(/saiyo/images/common/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 10;
}
.popup_modal .popup_item_slide .swiper-button-next.swiper-button-disabled,
.popup_modal .popup_item_slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.popup_modal .popup_item_slide .swiper-button-next {
  right: 2.5rem;
}
.popup_modal .popup_item_slide .swiper-button-prev {
  left: 0.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.popup_modal .popup_icon {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 2.6rem;
  position: relative;
}
.popup_modal .popup_icon img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup_modal .popup_icon .popup_icon01 {
  width: 1.6rem;
}
.popup_modal .popup_icon .popup_icon02 {
  width: 1.78rem;
}
.popup_modal .popup_icon .popup_icon03 {
  width: 1.9rem;
}
.popup_modal .popup_icon .popup_icon04 {
  width: 2.075rem;
}
.popup_modal .popup_ttl {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5909090909;
}
.popup_modal .popup_txt {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.5384615385;
}
.popup_modal .popup_tag li {
  display: inline-block !important;
  list-style: none;
  color: #004797;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .mfp-inline-holder {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mfp-wrap .mfp-container {
    padding: 0;
  }
  .mfp-wrap .mfp-content {
    padding: 2rem 0;
  }
  .popup_modal .popup_item_slide .swiper-slide {
    width: 33.5rem;
  }
}
.theater {
  width: 55rem;
  margin: 0 auto;
  padding-top: 10rem;
  position: relative;
}
.theater:before {
  content: "";
  width: 100vw;
  aspect-ratio: 1500/715;
  pointer-events: none;
  /*
  width:150rem;
  height:71.5rem;
  */
  background: url(/saiyo/images/top/bg_link.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  top: 15.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.theater .parts06 {
  width: 10.3rem;
  position: absolute;
  top: 4.7rem;
  left: -15.6rem;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

@media screen and (max-width: 767px) {
  .theater {
    width: 29rem;
    padding-top: 10rem;
  }
  .theater:before {
    display: none;
  }
  .theater .parts06 {
    top: auto;
    bottom: -12rem;
    left: -3rem;
  }
}
.link {
  position: relative;
  padding-top: 18.4rem;
}
.link .inner {
  position: relative;
  z-index: 2;
  width: 72rem;
  margin: 0 auto;
}
.link .link_ttl {
  position: relative;
  width: 21.7rem;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.link .link_ttl .fukidashi {
  position: absolute;
  left: -12.5rem;
  top: -11.7rem;
  width: 14.6rem;
}
.link .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -3.2rem;
}
.link .link_list .linkbtn {
  margin-top: 3.2rem;
  width: 31.5rem;
  height: 9rem;
}
.link .link_list .linkbtn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 1rem;
  font-size: 0;
  text-align: left;
  position: relative;
  padding-left: 2.2rem;
}
.link .link_list .linkbtn img {
  pointer-events: none;
}
.link .link_list .linkbtn .linkbtn02 {
  padding-left: 13.2rem;
}
.link .link_list .linkbtn .linkbtn04 {
  padding-left: 10.8rem;
}
.link .link_list .linkbtn .linkbtn04 .txt02 {
  font-size: 2rem;
  letter-spacing: -0.1em;
}
.link .link_list .linkbtn .txt01 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}
.link .link_list .linkbtn .txt02 {
  margin-top: 0.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.link .link_list .linkbtn .txt02 .color {
  color: #00b0c1;
}
.link .link_list .linkbtn .link_item01 {
  width: 6.5rem;
  position: absolute;
  right: 2.2rem;
  bottom: 0;
}
.link .link_list .linkbtn .link_item02 {
  width: 14.1rem;
  position: absolute;
  left: 0.2rem;
  bottom: 0;
}
.link .link_list .linkbtn .link_item03 {
  width: 14.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.link .link_list .linkbtn .link_item04 {
  width: 13rem;
  position: absolute;
  left: 0rem;
  bottom: 0;
}
.link .link_list .linkbtn .link_item05 {
  width: 8.9rem;
  position: absolute;
  right: 4.3rem;
  bottom: -0.4rem;
}
.link .parts07 {
  width: 2.2rem;
  position: absolute;
  top: 8.4rem;
  left: 50%;
  margin-left: -1.1rem;
}
.link .parts08 {
  width: 6.8rem;
  position: absolute;
  top: 36.8rem;
  left: 15.3rem;
}
.link .parts09 {
  width: 10.3rem;
  position: absolute;
  bottom: -5.6rem;
  right: 8.6rem;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

@media screen and (max-width: 767px) {
  .link {
    padding-top: 40rem;
    padding-bottom: 8rem;
  }
  .link:before {
    display: none;
  }
  .link .inner {
    width: 100%;
    padding: 0 3rem;
  }
  .link .link_ttl {
    width: 21.4rem;
    margin-bottom: 5.4rem;
  }
  .link .link_ttl .fukidashi {
    left: -5.4rem;
    top: -12.8rem;
    width: 14.6rem;
  }
  .link .link_list {
    margin-top: -2rem;
  }
  .link .parts07 {
    width: 2.2rem;
    position: absolute;
    top: 15.6rem;
    left: 50%;
    margin-left: -1.1rem;
  }
  .link .parts08 {
    display: none;
  }
  .link .parts09 {
    display: none;
  }
}
#footer {
  margin-top: -19.375vw;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: -25rem;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@-webkit-keyframes fuwafuwa_n {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes fuwafuwa_n {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
.check {
  padding-top: 12rem;
  padding-bottom: 4rem;
}
.check .inner {
  position: relative;
  z-index: 2;
  width: 72rem;
  margin: 0 auto;
}
.check .check_ttl {
  width: 23rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.check .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check .check_list a {
  display: block;
  width: 31.5rem;
}

@media screen and (max-width: 767px) {
  .check {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .check .inner {
    width: 100%;
    padding: 0 3rem;
  }
  .check .check_ttl {
    width: 23rem;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .check .check_list a {
    width: 100%;
  }
  .check .check_list a + a {
    margin-top: 1.5rem;
  }
}