h2 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -18px;
  left: 8px;
}
h2.h2-white::before {
  background: url(../img/heading_w.png) no-repeat left top;
}
h2.h2-blue {
  color: #37ACC8;
}
h2.h2-blue::before {
  background: url(../img/heading_b.png) no-repeat left top;
}
.profile h2,
.movie h2,
.store h2 {
  padding: 0 10px 0 55px;
}
.sponser h2 {
  padding: 0 0 0 50px;
}
.interview h2 {
  padding: 0 0 0 55px;
}
.talk h2 {
  padding: 0 5px 0 55px;
}
h2 span {
  padding-right: .1em;
}
h3 {
  color: #37ACC8;
  font-size: 24px;
  line-height: 1.6;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: .8;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.fw-bold {
  font-weight: 700;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.contents {
  overflow-x: hidden;
  position: relative;
  color: #434343;
  background-color: #fff;
  font-size: 20px;
  line-height: 2;
}
.mb50-30 {
  margin-bottom: 50px;
}
.mb40-30 {
  margin-bottom: 40px;
}
.bg-blue {
  background-color: #37ACC8;
}
.link_hover {
  color: #37ACC8;
}
.link_hover:hover {
  color: #37ACC8;
  border-bottom: 1px solid;
  text-decoration: none;
}
.bg-wave-top,
.bg-wave-bottom {
  position: relative;
}
.bg-wave-top::before,
.bg-wave-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 33px;
  position: absolute;
  left: 0;
  animation: waveLoop 20s linear 0s infinite;
}
.bg-wave-top::before {
  background: url(../img/wave_top.png) repeat-x center center / auto 100%;
  bottom: -4px;
}
.bg-wave-bottom::before {
  background: url(../img/wave_bottom.png) repeat-x center center / auto 100%;
  bottom: -30px;
}
@-webkit-keyframes waveLoop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1600px 0;
  }
}
@keyframes waveLoop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1600px 0;
  }
}
.bg-flowing {
  width: 100%;
  overflow: hidden;
}
.bg-flowing-logo {
  animation: flowing 15s linear infinite;
  transform: translateX(100%);
  opacity: .4;
}
@-webkit-keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
/* header */
.header {
  background-color: #37ACC8;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 4px 6px -5px rgb(0 0 0 / 40%)
}
.header h1 {
  height: 100px;
}
.header .header_nav {
  position: absolute;
  top: 27px;
  right: 0;
}
.header .header_nav_btn {
  position: relative;
  width: 63px;
  height: 46px;
  z-index: 101;
}
.header .header_nav_btn span {
  position: absolute;
  left: 0;
  display: block;
  background-color: #fff;
  width: 63px;
  height: 5px;
  border-radius: 20px;
  transition-duration: .3s;
}
.header .header_nav_btn span:nth-of-type(1) {
  top: 0;
}
.header .header_nav_btn span:nth-of-type(2) {
  top: 21px;
}
.header .header_nav_btn span:nth-of-type(3) {
  top: 41px;
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(1) {
  top: 22px;
  transform: rotate(45deg);
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(2) {
  display: none;
}
.header .header_nav_btn.header_nav_btn--close span:nth-of-type(3) {
  top: 22px;
  transform: rotate(-45deg);
}
.header .header_nav_menu {
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background-color: #37ACC8;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-150%);
  transition-duration: .5s;
}
.header .header_nav_menu.open {
  transform: translateY(0);
  top: 100px;
  box-shadow: 0px 4px 6px -5px rgb(0 0 0 / 40%);
}
.header .header_nav_list {
  max-width: 930px;
  height: 160px;
  margin: 45px auto 0;
  flex-flow: column wrap;
}
.header .header_nav_wave {
  content: "";
  display: block;
  background: url(../img/bg_header.png) repeat-x;
  width: 100%;
  height: 25px;
  max-width: 1310px;
  margin: 20px auto 0;
}
.header .header_nav_list_item {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  max-width: 50%;
  margin-bottom: 14px;
  padding-left: 34px;
}
.header .header_nav_list_item:nth-child(-n+4) {
  margin-left: 70px;
}
.header .header_nav_list_item:nth-of-type(4n) {
  margin-bottom: 0;
}
.header .header_nav_list_item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 0;
}
.header .header_nav_list_item:nth-of-type(odd)::before {
  background-color: #fff;
}
.header .header_nav_list_item:nth-of-type(even)::before {
  background-color: #5C89BE;
}
.header .header_nav_list_item a {
  color: #fff;
}
.header_nav_sns {
  color: #fff;
  font-weight: 600;
  margin-top: 70px;
}
.header .header_nav_sns_heading {
  position: relative;
  font-size: 24px;
}
.header .header_nav_sns_heading::after {
  content: "";
  display: block;
  background: url(../img/heading_profile_w.png) no-repeat 100%/contain;
  width: 96px;
  height: 11px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.header_nav_sns_list {
  padding-top: 38px
}
.header .header_nav_sns_list_item {
  padding: 0 25px;
}
.header .header_nav_sns_list_item p {
  font-size: 22px;
  margin-top: 10px;
}
/*slider*/
.mv {
  position: relative;
  padding-top: 100px;
}
.mv .slick-slide img {
  width: 100%;
}
.mv .mv_slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.mv .prev_arrow {
  left: 22vw;
}
.mv .next_arrow {
  right: 22vw;
}
.mv .prev_arrow::before,
.mv .next_arrow::before {
  content: '';
  display: inline-block;
  background: url(../img/arrow_slider_l.png) no-repeat center/contain;
  width: 60px;
  height: 60px;
}
.mv .next_arrow::before {
  background: url(../img/arrow_slider_r.png) no-repeat center/contain;
}
/* profile */
.profile {
  position: relative;
  font-weight: 600;
  background-image: url(../img/bubble_l.png), url(../img/bubble_r.png), url(../img/bubble_l.png), url(../img/bubble_r.png);
  background-repeat: no-repeat;
  background-position: 0 10%, 100% 35%, 0 60%, 100% 85%;
  padding-top: 50px;
}
.profile::after {
  content: "";
  display: block;
  background: url(../img/fish.png) no-repeat;
  width: 404px;
  height: 143px;
  transform: scale(-1, 1);
  opacity: .6;
  position: absolute;
  bottom: -178px;
  left: -65px;
  overflow: hidden;
}
.profile_lead {
  color: #fff;
}
.profile_main {
  background-color: #fff;
  border-radius: 20px;
  margin: 80px 0;
  padding: 0 50px 50px;
}
.profile_main_title {
  margin-bottom: 50px;
}
.profile_main_title img {
  margin: 0 auto;
}
.profile_main_item + .profile_main_item {
  margin-top: 80px;
}
.profile_main_item--img {
  width: 48%;
}
.profile_main_item--text {
  width: 48%;
  font-size: 15px;
  text-align: left;
}
.profile_cap {
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  margin-top: 10px;
}
.profile_main_item:nth-of-type(1) .profile_main_item--img {
  margin-right: 4%;
}
.profile_main_item:nth-of-type(1) .profile_main_item--text {
  margin-top: 110px;
}
.profile_main_item:nth-of-type(2) .profile_main_item--img {
  margin-left: 4%;
}
.profile_main_item:nth-of-type(2) .profile_main_item--text {
  margin-top: 20px;
}
.profile_main_item--heading {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.profile_main_item--heading::after {
  content: "";
  display: block;
  background: url(../img/heading_profile_b.png) no-repeat 100%/contain;
  width: 96px;
  height: 11px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
/*interview*/
.interview {
  padding: 150px 0 180px;
}
.interview_item_flex {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}
.interview_item:nth-of-type(even) .interview_item_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.interview_item {
  position: relative;
}
.interview_item + .interview_item {
  margin-top: 120px;
}
.interview_item::after {
  content: "";
  display: block;
  background: url(../img/fish.png) no-repeat;
  width: 404px;
  height: 143px;
  opacity: .6;
  position: absolute;
  overflow: hidden;
}
.interview_item:nth-of-type(1)::after,
.interview_item:nth-of-type(3)::after,
.interview_item:nth-of-type(5)::after {
  bottom: 0;
  right: -83px;
}
.interview_item:nth-of-type(2)::after,
.interview_item:nth-of-type(4)::after {
  transform: scale(-1, 1);
  bottom: 0;
  left: -65px;
}
.interview_item:nth-of-type(7)::after {
  transform: scale(-1, 1);
  bottom: -148px;
  left: -65px;
}
.interview_item:nth-of-type(6) {
  position: relative;
  background-color: #E8FBFF;
  padding-bottom: 100px;
  margin-top: 100px;
}
.interview_item:nth-of-type(6)::before,
.interview_item:nth-of-type(6)::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}
.interview_item:nth-of-type(6)::before {
  background: url(../img/bg_interview_top.png) no-repeat 100%/cover;
  height: 26px;
  top: -26px;
}
.interview_item:nth-of-type(6)::after {
  background: url(../img/bg_interview_bottom.png) no-repeat 100%/cover;
  height: 38px;
  bottom: -38px;
}
.interview_item:nth-of-type(6) .interview_item--img {
  margin-top: -25px;
  z-index: 2;
}
.interview_item--img {
  position: relative;
  max-width: 717px;
  z-index: 1;
}
.interview_item--img::before {
  content: "";
  display: block;
  background: url(../img/interview_num_1.png) no-repeat 100%/contain;
  width: 150px;
  height: 150px;
  position: absolute;
}
.interview_item:nth-of-type(odd) .interview_item--img::before {
  top: -13px;
  right: -34px;
}
.interview_item:nth-of-type(even) .interview_item--img::before {
  top: -53px;
  left: -60px;
}
.interview_item:nth-of-type(2) .interview_item--img::before {
  background: url(../img/interview_num_2.png) no-repeat 100%/contain;
}
.interview_item:nth-of-type(3) .interview_item--img::before {
  background: url(../img/interview_num_3.png) no-repeat 100%/contain;
}
.interview_item:nth-of-type(4) .interview_item--img::before {
  background: url(../img/interview_num_4.png) no-repeat 100%/contain;
}
.interview_item:nth-of-type(5) .interview_item--img::before {
  background: url(../img/interview_num_5.png) no-repeat 100%/contain;
}
.interview_item:nth-of-type(6) .interview_item--img::before {
  background: url(../img/interview_num_6.png) no-repeat 100%/contain;
}
.interview_item:nth-of-type(7) .interview_item--img::before {
  background: url(../img/interview_num_7.png) no-repeat 100%/contain;
}
.interview_item--heading {
  margin-bottom: 25px;
}
.interview_item--text {
  max-width: 513px;
  text-align: left;
}
.interview_item:nth-of-type(6) .interview_item--text {
  z-index: 2;
}
.interview_item:nth-of-type(odd) .interview_item--text {
  margin-left: 50px;
}
.interview_item:nth-of-type(even) .interview_item--text {
  margin-right: 50px;
}
/*interview_tour*/
.interview_tour {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 60px;
}
.interview_tour--text {
  font-size: 15px;
  text-align: left;
  z-index: 2;
}
.interview_tour--title {
  position: relative;
  margin-bottom: 50px;
}
.interview_tour--title::before,
.interview_tour--title::after {
  content: "";
  display: block;
  width: 748px;
  height: 21px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.interview_tour--title::before {
  top: -24px;
  background: url(../img/heading_tour_top.png) no-repeat 100%/contain;
}
.interview_tour--title::after {
  bottom: -23px;
  background: url(../img/heading_tour_bottom.png) no-repeat 100%/contain;
}
.interview_tour--img {
  margin-right: 50px;
  z-index: 2;
}
.interview_tour--img img {
  max-width: 469px;
  margin: 0 auto;
}
.interview_tour_bg--left::before {
  content: "";
  display: block;
  background: url(../img/bg_interview_l.png) no-repeat;
  width: 425px;
  height: 1050px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.interview_tour_bg--right::before {
  content: "";
  display: block;
  background: url(../img/bg_interview_r.png) no-repeat;
  width: 380px;
  height: 812px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 1;
}
.interview_tour_bg--left::after,
.interview_tour_bg--right::after {
  content: "";
  display: block;
  background: url(../img/fish.png) no-repeat;
  width: 404px;
  height: 143px;
  position: absolute;
  z-index: 1;
  opacity: .5;
}
.interview_tour_bg--left::after {
  transform: scale(-1, 1);
  bottom: 200px;
  left: -65px;
}
.interview_tour_bg--right::after {
  bottom: -225px;
  right: -83px;
}
/*sponser*/
.sponser {
  color: #fff;
  background-image: url(../img/bubble_l.png), url(../img/bubble_r.png);
  background-repeat: no-repeat;
  background-position: 0 15%, 100% 85%;
}
.sponser h2 {
  margin-top: 70px;
}
.sponser_text {
  font-weight: 600;
}
.sponser_img {
  margin: 45px auto 65px;
}
.sponser_list {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sponser_item:not(:nth-child(-n+2)) {
  margin-top: 40px;
}
/*movie*/
.movie {
  position: relative;
  padding: 180px 0;
  background-image: url(../img/fish.png), url(../img/fish.png);
  background-repeat: no-repeat;
  background-position: -83px 6%, 109% 88%;
}
.movie_box {
  margin-bottom: 80px;
}
.movie_box.last_box {
  margin-bottom: 0;
}
.movie_box_heading_box {
  margin-bottom: 20px;
}
.movie_box_heading {
  color: #434343;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.movie_box_season {
  color: #fff;
  background-color: #37ACC8;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 40px;
}
.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*store*/
.store {
  position: relative;
  background-color: #EFFCFF;
}
.store::before,
.store::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
}
.store::before {
  background: url(../img/bg_store_top.png) no-repeat 100%/cover;
  top: -34px;
}
.store::after {
  background: url(../img/bg_store_bottom.png) no-repeat 100%/cover;
  bottom: -34px;
}
.store h2 {
  margin-top: 70px;
}
.store_list {
  padding: 55px 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.store_item {
  max-width: 460px;
}
.store_item:not(:nth-child(-n+2)) {
  margin-top: 35px;
}
.store_item--heading {
  margin: 30px auto;
}
.store_item:nth-of-type(4) .store_item--heading {
  padding-bottom: 1.6em;
}
.store_item--text {
  text-align: left;
}
/*talk*/
.talk {
  padding: 180px 0 100px;
}
.talk h3 {
  color: #434343;
  font-weight: 400;
  margin-bottom: 15px;
}
.talk_introduction_btn {
  margin: 50px 0 80px;
}
/*follow_us*/
.follow_us {
  padding-bottom: 100px;
}
.follow_us h2 {
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 1;
}
.follow_us h2::before {
  content: none;
}
.follow_us .follow_us_box {
  background-color: #fff;
  margin-top: 25px;
  padding: 20px 200px 20px 125px;
  border-radius: 20px;
}
.follow_us .follow_us_title {
  font-size: 25px;
  line-height: 1.5;
}
.follow_us .follow_us_share {
  min-width: 180px;
}
.follow_us .follow_us_list_item:not(:last-of-type) {
  margin-right: 40px;
}
.follow_us .follow_us_list_item {
  max-width: 68px;
}
.footer_btn {
  margin-top: 50px;
}
/* footer */
.footer {
  color: #0F3894;
  background-color: #fff;
}
.footer .copyright {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.footer img {
  width: 120px;
  vertical-align: bottom;
}
.page_top {
  position: fixed;
  bottom: 6%;
  right: 3%;
  z-index: 10;
}
.page_top img {
  width: 60px;
}

@media screen and (max-width: 980px) {
  /*header*/
  .header .header_nav_list_item:nth-child(-n+4) {
    margin-left: 0;
  }
  .header .header_nav_list {
    height: 170px;
  }
  /*profile*/
  .profile_main_list {
    text-align: center;
  }
  /*interview*/
  .interview_item_flex {
    display: block;
  }
  .interview_item {
    text-align: center;
  }
  .interview_item--text {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .interview_item:nth-of-type(odd) .interview_item--text {
    margin-left: 0;
  }
  .interview_item:nth-of-type(even) .interview_item--text {
    margin-right: 0;
  }
  .interview_item--img {
    margin: 0 auto;
  }
  .interview_tour {
    padding-left: 15px;
    padding-right: 15px;
  }
  .interview_tour_bg--left::before,
  .interview_tour_bg--right::before,
  .interview_tour_bg--left::after,
  .interview_tour_bg--right::after {
    content: none;
  }
  /*sponser*/
  .sponser_item {
    width: 48%;
  }
  .sponser_item:nth-of-type(odd) {
    margin-right: 4%;
  }
  /*store*/
  .store_list {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .store_item:not(:first-of-type) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  h2::before {
    height: 21px;
    bottom: -15px;
    left: 0;
  }
  h2.h2-white::before {
    background: url(../img/wave_heading_w.png) repeat-x left bottom 100%/contain;
  }
  h2.h2-blue::before {
    background: url(../img/wave_heading_b.png) repeat-x left bottom 100%/contain;
  }
  .profile h2,
  .store h2,
  .talk h2 {
    padding: 0 7px;
  }
  .interview h2,
  .movie h2 {
    padding: 0 12px;
  }
  .sponser h2 {
    padding: 0 7px;
    margin: 12px 10px auto;
  }
  h3 {
    font-size: 20px;
    line-height: 2;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents {
    font-size: 16px;
  }
  .mb50-30 {
    margin-bottom: 30px;
  }
  .mb40-30 {
    margin-bottom: 30px;
  }
  .bg-wave-top::before,
  .bg-wave-bottom::before {
    height: 18px;
  }
  .bg-wave-top::before {
    background: url(../img/wave_top_sp.png) repeat-x center center / auto 100%;
    bottom: -2px;
  }
  .bg-wave-bottom::before {
    background: url(../img/wave_bottom_sp.png) repeat-x center center / auto 100%;
    bottom: -16px;
  }
  @-webkit-keyframes waveLoop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -890px 0;
    }
  }
  @keyframes waveLoop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -890px 0;
    }
  }
  .bg-flowing-logo {
    width: 210%;
  }
  /* header */
  .header {
    height: 70px;
  }
  .header h1 {
    padding: 0 20%;
    height: 70px;
  }
  .header h1 img {
    display: block;
  }
  .header .header_nav {
    top: 25px;
    right: 15px;
  }
  .header .header_nav_btn {
    width: 30px;
    height: 23px;
  }
  .header .header_nav_btn span {
    width: 30px;
    height: 3px;
  }
  .header .header_nav_btn span:nth-of-type(1) {
    top: 0;
  }
  .header .header_nav_btn span:nth-of-type(2) {
    top: 8px;
  }
  .header .header_nav_btn span:nth-of-type(3) {
    top: 16px;
  }
  .header .header_nav_btn.header_nav_btn--close span:nth-of-type(1) {
    top: 6px;
  }
  .header .header_nav_btn.header_nav_btn--close span:nth-of-type(3) {
    top: 6px;
  }
  .header .header_nav_menu {
    height: 100%;
    padding-bottom: 20px;
  }
  .header .header_nav_menu.open {
    top: 70px;
  }
  .header .header_nav_list {
    max-width: 100%;
    height: auto;
    margin: 35px auto 0;
    padding: 0 15px;
    margin-left: 0;
  }
  .header .header_nav_wave {
    background: url(../img/bg_header.png) repeat-x 100%/contain;
    width: 94%;
    height: 16px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header .header_nav_list_item {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .header .header_nav_list_item:nth-of-type(4n) {
    margin-bottom: 15px;
  }
  .header .header_nav_list_item:last-of-type {
    margin-bottom: 0;
  }
  .header .header_nav_list_item::before {
    top: 8px;
  }
  .header_nav_sns {
    margin-top: 45px;
  }
  .header .header_nav_sns_heading {
    font-size: 16px;
  }
  .header .header_nav_sns_heading::after {
    bottom: -12px;
  }
  .header_nav_sns_list {
    padding-top: 30px
  }
  .header .header_nav_sns_list_item {
    padding: 0 10px;
  }
  .header .header_nav_sns_list_item p {
    font-size: 14px;
    line-height: 20px;
  }
  .header .header_nav_sns_list_item img {
    max-width: 40px;
  }
  /*slider*/
  .mv {
    padding-top: 70px;
  }
  .mv .prev_arrow {
    left: 10px;
  }
  .mv .next_arrow {
    right: 10px;
  }
  .mv .prev_arrow::before,
  .mv .next_arrow::before {
    width: 30px;
    height: 30px;
  }
  /* profile */
  .profile {
    background-image: none;
    padding-top: 15px;
  }
  .profile::after {
    background: url(../img/fish.png) no-repeat 100%/contain;
    width: 158px;
    height: 56px;
    bottom: -100px;
    left: -40px;
  }
  .profile_main {
    margin: 45px 0;
    padding: 0 20px 35px;
  }
  .profile_main_title {
    margin-bottom: 30px;
  }
  .profile_main_item + .profile_main_item {
    margin-top: 45px;
  }
  .profile_main_item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .profile_main_item--img {
    width: 100%;
  }
  .profile_main_item--text {
    width: 100%;
    font-size: 14px;
  }
  .profile_cap {
    font-size: 14px;
    margin-top: 5px;
  }
  .profile_main_item:nth-of-type(1) .profile_main_item--img {
    margin-right: 0;
  }
  .profile_main_item:nth-of-type(1) .profile_main_item--text {
    margin-top: 25px;
  }
  .profile_main_item:nth-of-type(2) .profile_main_item--img {
    margin-left: 0;
  }
  .profile_main_item:nth-of-type(2) .profile_main_item--text {
    margin-top: 20px;
  }
  .profile_main_item--heading {
    margin-bottom: 20px;
  }
  .profile_main_item--heading::after {
    bottom: -7px;
  }
  /*interview*/
  .interview {
    padding: 90px 0 80px;
  }
  .interview_item + .interview_item {
    margin-top: 75px;
  }
  .interview_item::after {
    background: url(../img/fish.png) no-repeat 100%/contain;
    width: 158px;
    height: 56px;
  }
  .interview_item:nth-of-type(1)::after,
  .interview_item:nth-of-type(3)::after,
  .interview_item:nth-of-type(5)::after {
    content: none;
  }
  .interview_item:nth-of-type(2)::after,
  .interview_item:nth-of-type(4)::after {
    content: none;
  }
  .interview_item:nth-of-type(7)::after {
    transform: scale(1);
    bottom: -56px;
    left: 72%;
  }
  .interview_item:nth-of-type(6) {
    background-color: #fff;
    background-image: none;
    padding-bottom: 0;
    margin-top: 55px;
  }
  .interview_item:nth-of-type(6)::before,
  .interview_item:nth-of-type(6)::after {
    content: none;
  }
  .interview_item:nth-of-type(6)::before {
    height: 0;
    background: none;
  }
  .interview_item:nth-of-type(6)::after {
    height: 0;
    background: none;
  }
  .interview_item:nth-of-type(6) .interview_item--img {
    margin-top: 0;
  }
  .interview_item--img {
    max-width: 100%;
  }
  .interview_item--img::before {
    width: 80px;
    height: 80px;
  }
  .interview_item:nth-of-type(odd) .interview_item--img::before {
    top: -20px;
    right: 5px;
  }
  .interview_item:nth-of-type(even) .interview_item--img::before {
    top: -35px;
    left: 8px;
  }
  .interview_item--heading {
    margin-bottom: 0;
  }
  .interview_item--text {
    max-width: 100%;
    padding: 15px;
  }
  .interview_item:nth-of-type(odd) .interview_item--text {
    margin-left: 0;
  }
  .interview_item:nth-of-type(even) .interview_item--text {
    margin-right: 0;
  }
  /*interview_tour*/
  .interview_tour {
    position: relative;
    max-width: 100%;
    background-color: #E8FBFF;
    padding: 55px 15px 30px;
    margin-top: 40px;
  }
  .interview_tour::before,
  .interview_tour::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 1;
  }
  .interview_tour::before {
    background: url(../img/bg_interview_top_sp.png) no-repeat 100%/contain;
    height: 27px;
    top: -20px;
  }
  .interview_tour::after {
    background: url(../img/bg_interview_bottom_sp.png) no-repeat 100%/contain;
    height: 27px;
    bottom: -20px;
  }
  .interview_tour--text {
    position: relative;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .interview_tour--text::after {
    content: "";
    display: block;
    background: url(../img/fish.png) no-repeat 100%/contain;
    width: 158px;
    height: 56px;
    position: absolute;
    bottom: 0;
    right: -46px;
    opacity: .5;
  }
  .interview_item:nth-of-type(6) .interview_tour--text {
    margin-bottom: 0;
  }
  .interview_tour--title {
    margin-bottom: 60px;
  }
  .interview_tour--title::before,
  .interview_tour--title::after {
    width: 100%;
    height: 39px;
  }
  .interview_tour--title::before {
    top: -32px;
    background: url(../img/heading_tour_top_sp.png) no-repeat 100%/contain;
  }
  .interview_tour--title::after {
    bottom: -30px;
    background: url(../img/heading_tour_bottom_sp.png) no-repeat 100%/contain;
  }
  .interview_tour--img {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .interview_tour--img img {
    max-width: 100%;
  }
  /*sponser*/
  .sponser {
    background-image: none;
  }
  .sponser h2 {
    margin-top: 20px;
  }
  .sponser_text {
    margin-top: 25px;
  }
  .sponser_img {
    margin: 45px auto 25px;
  }
  .sponser_item {
    width: 48%;
  }
  .sponser_item:not(:nth-child(-n+2)) {
    margin-top: 4%;
  }
  /*movie*/
  .movie {
    padding: 90px 0;
    background-image: none;
  }
  .movie_box {
    margin-bottom: 45px;
  }
  .movie_box_heading_box {
    margin-bottom: 10px;
  }
  .movie_box_heading {
    font-size: 16px;
    font-weight: 600;
  }
  .movie_box_season {
    font-size: 14px;
    padding: 7px 20px;
  }
  /*store*/
  .store {
    background-color: #EFFCFF;
  }
  .store::before,
  .store::after {
    height: 37px;
  }
  .store::before {
    background: url(../img/bg_store_top_sp.png) no-repeat 100%/contain;
    top: -26px;
  }
  .store::after {
    background: url(../img/bg_store_bottom_sp.png) no-repeat 100%/contain;
    bottom: -26px;
  }
  .store h2 {
    margin-top: 20px;
  }
  .store_list {
    padding: 20px 10px 40px;
  }
  .store_item {
    max-width: 100%;
  }
  .store_item:not(:nth-child(-n+2)) {
    margin-top: 45px;
  }
  .store_item:not(:nth-child(1)) {
    margin-top: 45px;
  }
  .store_item--heading {
    margin: 30px auto 20px;
  }
  .store_item:nth-of-type(4) .store_item--heading {
    padding-bottom: 0;
  }
  /*talk*/
  .talk {
    padding: 90px 0 35px;
  }
  .talk h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .talk_introduction_btn {
    margin: 50px 0 40px;
  }
  /*follow_us*/
  .follow_us {
    padding: 0 0 50px;
  }
  .follow_us h2 {
    margin-top: 40px;
  }
  .follow_us .follow_us_box {
    text-align: center;
    margin-top: 22px;
    padding: 15px 15px 20px;
    border-radius: 10px;
  }
  .follow_us .follow_us_title {
    font-size: 16px;
    line-height: 2;
  }
  .follow_us .follow_us_share {
    min-width: 100%;
    margin-top: 10px;
  }
  .follow_us .follow_us_list_item:not(:last-of-type) {
    margin-right: 16px;
  }
  .follow_us .follow_us_list_item {
    max-width: 36px;
  }
  .footer_btn {
    margin: 50px auto 0;
  }
  /* footer */
  .footer .copyright {
    font-size: 10px;
  }
  .footer .copyright small {
    display: block;
    margin-top: 5px;
  }
  .page_top {
    bottom: 3%;
  }
  .page_top img {
    width: 55px;
  }
}
