@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
}

b, strong, .bold {
  font-family: "Zen Maru Gothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

::-webkit-input-placeholder {
  color: #BABABA;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

/* IE */
:-ms-input-placeholder {
  color: #BABABA;
}

/* Edge */
::-ms-input-placeholder {
  color: #BABABA;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  background-color: #0057AA;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.header {
  width: 100%;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header__right {
  display: none;
  position: fixed;
  width: 555px;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 999998;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  background: #0368B7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: scroll;
  border-radius: 25px 0 0 25px;
}
@media screen and (max-width: 640px) {
  .header__right {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
.header__right.active {
  right: 0;
}
.header__right_navigation {
  margin: 95px 0 65px 60px;
}
@media screen and (max-width: 640px) {
  .header__right_navigation {
    width: calc(100% - 60px);
    margin: 80px 40px;
  }
}
.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__right_navigation > ul > li {
  position: relative;
  margin-bottom: 20px;
}
.header__right_navigation > ul > li > a {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.68;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .header__right_navigation > ul > li > a {
    font-size: 2rem;
    line-height: 2.1;
  }
}
.header__right_navigation > ul > li:first-child a {
  color: #FFFF00;
}
.header__right_sns {
  margin: 0 auto;
  margin-top: 20px;
}
.header__right_sns .sidebar__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__right_sns .sidebar__sns li {
  margin-bottom: auto;
}
.header__right_sns .sidebar__sns li:first-child {
  margin-right: 20px;
}
.header__right_sns .sidebar__sns li img {
  width: 60px;
}
.header__btn_menu {
  position: fixed;
  display: block;
  z-index: 99999999;
  cursor: pointer;
  background-color: #fff;
  padding: 24px 26px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  top: 30px;
  right: 62px;
}
@media screen and (max-width: 1260px) {
  .header__btn_menu {
    right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .header__btn_menu {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .header__btn_menu {
    padding: 14px 17px;
    top: 20px;
    right: 10px;
  }
}
.header__btn_menu.is-open div {
  background-color: #0057AA;
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}
@media screen and (max-width: 640px) {
  .header__btn_menu.is-open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 3px);
            transform: rotate(-45deg) translate(-3px, 3px);
  }
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
@media screen and (max-width: 640px) {
  .header__btn_menu.is-open .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
            transform: rotate(45deg) translate(-4px, -4px);
  }
}
.header__btn_menu div {
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background-color: #0057AA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .header__btn_menu div {
    width: 16px;
    height: 2px;
  }
}
.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .header__btn_menu .bar2 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.footer {
  background-color: #0368B7;
  padding: 30px 20px 52px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 30px 20px 94px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 20px 27px 80px;
  }
}
.footer__inner {
  max-width: 1000px;
  margin: auto;
}
.footer__inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer__inner_box {
    display: block;
  }
}
.footer__inner_box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .footer__inner_box_left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__inner_box_left_logo {
  margin-right: 10px;
}
.footer__inner_box_left_logo img {
  width: 100%;
}
.footer__inner_box_left_text_site {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.footer__inner_box_left_text_site span {
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .footer__inner_box_right_copyright {
    text-align: right;
    margin-top: 10px;
  }
}
.footer__inner_box_right_copyright a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .footer__inner_box_right_copyright a {
    font-size: 1.2rem;
  }
}

.ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .ttl {
    margin-bottom: 30px;
  }
}
.ttl_img {
  margin-bottom: 17px;
}
@media screen and (max-width: 640px) {
  .ttl_img {
    margin-bottom: 10px;
  }
}
.ttl_text {
  font-size: 2rem;
  letter-spacing: 0.09em;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .ttl_text {
    font-size: 1.4rem;
    line-height: 3;
  }
}

.base_btn {
  width: 320px;
  background-color: #FFFF00;
  text-align: center;
  border-radius: 35px;
  margin: auto;
}
@media screen and (max-width: 340px) {
  .base_btn {
    width: 90%;
  }
}
.base_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #0057AA;
  font-size: 2rem;
  font-weight: 500;
  padding: 19px 0;
  letter-spacing: 0.04em;
}

.lightboxOverlay {
  background-color: #01477E;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-data .lb-close {
  display: block;
  background: none;
  font-size: 2.4rem;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  background: none;
  text-align: center;
}
.lb-data .lb-close::after {
  content: "× 閉じる";
}

/*------------------------------------------------------------
  top
------------------------------------------------------------*/
.top .sec__main {
  position: relative;
  overflow: hidden;
}
.top .sec__main_bg1 {
  position: fixed;
  left: -30px;
  top: -140px;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .top .sec__main_bg1 {
    left: -270px;
    top: -150px;
  }
}
.top .sec__main_bg2 {
  position: fixed;
  right: -80px;
  top: -160px;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  .top .sec__main_bg2 {
    right: -130px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_bg2 {
    right: -150px;
    top: -190px;
  }
}
.top .sec__main_bg3 {
  position: fixed;
  left: -176px;
  bottom: -128px;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  .top .sec__main_bg3 {
    bottom: -180px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_bg3 {
    left: -240px;
    bottom: -220px;
  }
}
.top .sec__main_bg4 {
  position: fixed;
  right: -60px;
  bottom: -120px;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .top .sec__main_bg4 {
    right: -230px;
  }
}
.top .sec__main_inner {
  padding-top: 100px;
  padding-bottom: 86px;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner {
    padding-top: 80px;
    padding-bottom: 74px;
  }
}
.top .sec__main_inner_top {
  position: relative;
  margin-left: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .top .sec__main_inner_top {
    margin-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top {
    margin-left: 20px;
  }
}
.top .sec__main_inner_top_ttl {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 0.9333333333;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1400px) {
  .top .sec__main_inner_top_ttl {
    font-size: clamp(3.8rem, 3.3333333333vw, 4.5rem);
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top_ttl {
    font-size: 2.6rem;
  }
}
.top .sec__main_inner_top_ttl span {
  display: block;
  margin-top: 20px;
}
.top .sec__main_inner_top_logo {
  position: absolute;
  top: -40px;
  right: 100px;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .top .sec__main_inner_top_logo {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .top .sec__main_inner_top_logo {
    right: -80px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top_logo {
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top_logo {
    top: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .top .sec__main_inner_top_logo img {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .top .sec__main_inner_top_logo img {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_top_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_top_logo img {
    width: 172px;
  }
}
.top .sec__main_inner_slider {
  margin-bottom: 40px;
}
.top .sec__main_inner_slider .swiper-slide {
  height: auto;
}
.top .sec__main_inner_slider .swiper-slide img {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree {
    padding: 0 35px;
  }
}
.top .sec__main_inner_degree_inner {
  border: 2px solid #fff;
  border-radius: 68px;
  padding: clamp(1.6rem, 1.6666666667vw, 3rem) clamp(2rem, 2.5vw, 4.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_inner {
    display: block;
    border-radius: 20px;
    padding: 30px 10px;
  }
}
.top .sec__main_inner_degree_left {
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_left {
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.top .sec__main_inner_degree_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree_left ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px;
  }
}
.top .sec__main_inner_degree_left ul li {
  font-size: clamp(1.9rem, 1.8333333333vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree_left ul li {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
.top .sec__main_inner_degree_left ul li:not(:first-child)::before {
  content: "｜";
  margin: 0 3px;
}
.top .sec__main_inner_degree_left ul li:last-child {
  color: #FFFF00;
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree_left ul li:nth-of-type(3)::before {
    content: none;
  }
}
.top .sec__main_inner_degree_left p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_left p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree_left p {
    font-size: 1.4rem;
  }
}
.top .sec__main_inner_degree_right {
  width: 39%;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_right {
    width: 100%;
  }
}
.top .sec__main_inner_degree_right p {
  font-size: clamp(1.2rem, 1.1666666667vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.375;
}
@media screen and (max-width: 834px) {
  .top .sec__main_inner_degree_right p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_inner_degree_right p {
    font-size: 1.2rem;
  }
}
.top .sec__main_insta {
  position: fixed;
  bottom: 30px;
  right: 63px;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .top .sec__main_insta {
    right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top .sec__main_insta {
    bottom: 28px;
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__main_insta {
    bottom: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .top .sec__main_insta img {
    width: 50px;
  }
}
.top .sec__temp {
  background-image: url(../img/bg_about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top .sec__temp_inner {
  padding-top: 120px;
  padding-bottom: 134px;
}
@media screen and (max-width: 640px) {
  .top .sec__temp_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__temp_inner h2 {
  font-size: clamp(3.2rem, 3.1666666667vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__temp_inner h2 {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    margin-bottom: 30px;
  }
}
.top .sec__temp_inner p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.45);
  margin-bottom: 33px;
}
@media screen and (max-width: 640px) {
  .top .sec__temp_inner p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 30px;
  }
}
.top .sec__temp_inner h3 {
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 640px) {
  .top .sec__temp_inner h3 {
    font-size: 2rem;
    line-height: 2;
  }
}
.top .sec__episode_inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.top .sec__episode_inner .ttl_img img {
  width: 260px;
}
.top .sec__episode_inner_box .episode_list {
  position: relative;
}
.top .sec__episode_inner_box .episode_list_box {
  padding-bottom: 50px;
}
.top .sec__episode_inner_box .episode_list_box_inner {
  background-color: #fff;
  border: 1px solid #FFFF00;
  border-radius: 12px;
  padding: clamp(2.2rem, 2.1666666667vw, 3rem) clamp(2.2rem, 2.1666666667vw, 3rem) clamp(1.8rem, 1.8333333333vw, 2.4rem) clamp(2.2rem, 2.1666666667vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner {
    padding: 28px 20px 30px;
    height: 380px;
  }
}
.top .sec__episode_inner_box .episode_list_box_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_box {
    display: block;
  }
}
.top .sec__episode_inner_box .episode_list_box_inner_box_left {
  margin-right: clamp(1.2rem, 1.1666666667vw, 2rem);
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_box_left {
    text-align: center;
    margin-bottom: 15px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .top .sec__episode_inner_box .episode_list_box_inner_box_left img {
    width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_box_left img {
    width: 100px;
  }
}
.top .sec__episode_inner_box .episode_list_box_inner_box_right {
  font-size: clamp(1.3rem, 1.1666666667vw, 1.6rem);
  color: #0057AA;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_box_right {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
  }
}
.top .sec__episode_inner_box .episode_list_box_inner_bottom {
  margin-top: 10px;
}
.top .sec__episode_inner_box .episode_list_box_inner_text {
  font-size: clamp(1.3rem, 1.1666666667vw, 1.6rem);
  color: #0057AA;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.top .sec__episode_inner_box .episode_list_box_inner_cmt {
  font-size: clamp(1.1rem, 1vw, 1.4rem);
  color: #0057AA;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  background-color: #FFFF00;
  border-radius: 9px;
  padding: clamp(0.8rem, 0.8333333333vw, 1.3rem) clamp(1.4rem, 1.3333333333vw, 2rem);
}
@media screen and (max-width: 640px) {
  .top .sec__episode_inner_box .episode_list_box_inner_cmt {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.4285714286;
    padding: 15px;
  }
}
.top .sec__episode_inner_box .swiper-pagination {
  bottom: 0;
}
.top .sec__episode_inner_box .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
}
.top .sec__episode_inner_box .swiper-pagination-bullet-active {
  background: #FFFF00;
}
.top .sec__good_inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .top .sec__good_inner {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner {
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__good_inner {
    margin-bottom: 80px;
  }
}
.top .sec__good_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec__good_inner_box .good_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box {
    margin-bottom: 60px;
  }
}
.top .sec__good_inner_box .good_box.box1 {
  margin-top: -10px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box1 {
    width: 52%;
    margin-left: 20px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box1 {
    width: 100%;
    margin-top: auto;
    margin-right: -60px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box1 {
    margin-right: -20px;
  }
}
.top .sec__good_inner_box .good_box.box1 .good_box_text {
  bottom: 38px;
  right: 120px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box1 .good_box_text {
    right: 80px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box1 .good_box_text {
    bottom: 38px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box1 .good_box_text {
    right: 50px;
    bottom: -30px;
  }
}
.top .sec__good_inner_box .good_box.box2 {
  margin-top: -100px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box2 {
    margin-top: 0;
    margin-right: 20px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box2 {
    margin-top: auto;
    margin-left: -60px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box2 {
    margin-left: -20px;
  }
}
.top .sec__good_inner_box .good_box.box2 .good_box_text {
  bottom: 260px;
  right: -60px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box2 .good_box_text {
    bottom: 100px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box2 .good_box_text {
    left: 80px;
    bottom: 100px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box2 .good_box_text {
    left: 40px;
    bottom: 0;
  }
}
.top .sec__good_inner_box .good_box.box3 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box3 {
    margin-top: 90px;
    margin-left: 20px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box3 {
    margin-top: auto;
    margin-right: -60px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box3 {
    margin-right: -20px;
    margin-bottom: 80px;
  }
}
.top .sec__good_inner_box .good_box.box3 .good_box_text {
  bottom: 70px;
  right: 120px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box3 .good_box_text {
    bottom: 0;
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box3 .good_box_text {
    bottom: 70px;
    right: 80px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box3 .good_box_text {
    right: 50px;
    bottom: -40px;
  }
}
.top .sec__good_inner_box .good_box.box4 {
  margin-top: -120px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box4 {
    margin-top: -40px;
    margin-right: 20px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box4 {
    margin-top: auto;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box4 {
    margin-left: -20px;
  }
}
.top .sec__good_inner_box .good_box.box4 .good_box_text {
  bottom: 270px;
  right: -60px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box4 .good_box_text {
    bottom: 100px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box4 .good_box_text {
    left: 80px;
    bottom: 100px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box4 .good_box_text {
    left: 40px;
    bottom: 0;
  }
}
.top .sec__good_inner_box .good_box.box5 {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box5 {
    margin-left: 20px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box5 {
    margin-top: auto;
    margin-right: -60px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box5 {
    margin-right: -20px;
  }
}
.top .sec__good_inner_box .good_box.box5 .good_box_text {
  bottom: 50px;
  right: 110px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box.box5 .good_box_text {
    bottom: 0;
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box.box5 .good_box_text {
    bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .top .sec__good_inner_box .good_box.box5 .good_box_text {
    right: 50px;
    bottom: -30px;
  }
}
.top .sec__good_inner_box .good_box img {
  width: 100%;
}
.top .sec__good_inner_box .good_box_text {
  position: absolute;
  background-color: #fff;
  z-index: 10;
  max-width: 350px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .top .sec__good_inner_box .good_box_text {
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box_text {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_text {
    max-width: 274px;
  }
}
.top .sec__good_inner_box .good_box_text h3 {
  color: #FF6C00;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.top .sec__good_inner_box .good_box_text p {
  color: #0057AA;
  font-size: clamp(1.3rem, 1.25vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_text p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.top .sec__good_inner_box .good_box_top {
  width: 42%;
  position: relative;
  margin-left: 100px;
}
@media screen and (max-width: 1200px) {
  .top .sec__good_inner_box .good_box_top {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_top {
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
.top .sec__good_inner_box .good_box_top::before {
  content: "";
  background-image: url(../img/bg_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: -13%;
  left: 8%;
  width: 457px;
  height: 360px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box_top::before {
    width: 370px;
    height: 290px;
    top: -6%;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_top::before {
    width: 310px;
    height: 240px;
    left: auto;
    right: 0;
    top: -20%;
  }
}
.top .sec__good_inner_box .good_box_top h3 {
  font-size: clamp(3.2rem, 3.3333333333vw, 5rem);
  line-height: 1.56;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box_top h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_top h3 {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.top .sec__good_inner_box .good_box_top p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box .good_box_top p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box .good_box_top p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1400px) {
  .top .sec__good_inner_box_left {
    margin-right: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box_left {
    width: 48%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box_left {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top .sec__good_inner_box_right {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__good_inner_box_right {
    width: 100%;
  }
}
.top .sec__reason {
  background-color: #fff;
}
.top .sec__reason_inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__reason_inner h2 {
  background-color: #0057AA;
  color: #fff;
  border-radius: 7px;
  border: 1px solid #707070;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 11px 0;
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 7px 0;
    margin-bottom: 32px;
  }
}
.top .sec__reason_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.top .sec__reason_inner_box_left {
  margin-right: 50px;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: auto;
  }
}
.top .sec__reason_inner_box_left p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #100101;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner_box_left p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}
.top .sec__reason_inner_box_right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .sec__reason_inner_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 25px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.top .sec__reason_inner_box_right img {
  width: 100%;
}
.top .sec__reason_inner_img {
  margin: auto;
  width: 730px;
}
@media screen and (max-width: 900px) {
  .top .sec__reason_inner_img {
    width: 100%;
    padding: 0 25px;
  }
}
.top .sec__reason_inner_img img {
  width: 100%;
}
.top .sec__access_inner {
  padding-top: 117px;
  padding-bottom: 138px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__access_inner .ttl_img img {
  width: 232px;
}
.top .sec__access_inner_map {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
  margin: auto;
}
.top .sec__access_inner_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
}
.top .sec__access_inner_box {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box {
    margin-top: 30px;
    display: block;
  }
}
.top .sec__access_inner_box .dire_box_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.top .sec__access_inner_box .dire_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box .dire_box_text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
  }
}
.top .sec__access_inner_box .dire_box a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box .dire_box a {
    margin-top: 10px;
  }
}
.top .sec__access_inner_box_left {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left {
    width: 100%;
    margin-bottom: 23px;
  }
}
.top .sec__access_inner_box_right {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_right {
    width: 100%;
  }
}
.top .sec__access_inner_box_right .dire_box:first-child {
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_right .dire_box:first-child {
    margin-bottom: 23px;
  }
}
.top .sec__gallery {
  background-color: #01477E;
  border-bottom: 1px solid #fff;
}
.top .sec__gallery_inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__gallery_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__gallery_inner .ttl_img img {
  width: 230px;
}
.top .sec__gallery_inner_box {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .top .sec__gallery_inner_box {
    width: 100%;
    padding: 0 20px;
  }
}
.top .sec__gallery_inner_box p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__gallery_inner_box p {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.top .sec__gallery_inner_box .gallery_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.top .sec__gallery_inner_box .gallery_box::after {
  content: "";
  width: 37.5%;
}
@media screen and (max-width: 834px) {
  .top .sec__gallery_inner_box .gallery_box::after {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__gallery_inner_box .gallery_box::after {
    content: none;
  }
}
.top .sec__gallery_inner_box .gallery_box_item {
  width: 16.7%;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top .sec__gallery_inner_box .gallery_box_item {
    width: 22%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__gallery_inner_box .gallery_box_item {
    width: 48%;
    margin-bottom: 28px;
  }
}
.top .sec__gallery_inner_box .gallery_box_item img {
  width: 100%;
}
.top .sec__gallery_inner_text {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__gallery_inner_text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 20px;
  }
}
.top .sec__logo {
  background-color: #01477E;
}
.top .sec__logo_inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__logo_inner .ttl_img img {
  width: 156px;
}
.top .sec__logo_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.top .sec__logo_inner_box_left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box_left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top .sec__logo_inner_box_left p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box_left p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}
.top .sec__logo_inner_box_left a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box_left a {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.top .sec__logo_inner_box_right {
  width: 41%;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box_right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}
.top .sec__logo_inner_box_right img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__logo_inner_box_right img {
    width: 250px;
  }
}
.top .sec__movie_inner {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner {
    padding-top: 60px;
  }
}
.top .sec__movie_inner .ttl_img img {
  width: 180px;
}
.top .sec__movie_inner_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box {
    margin-bottom: 60px;
  }
}
.top .sec__movie_inner_box h3 {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box h3 {
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
}
.top .sec__movie_inner_box.mbox1 h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box.mbox1 h3 {
    margin-bottom: 30px;
  }
}
.top .sec__movie_inner_box.mbox2 h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box.mbox2 h3 {
    margin-bottom: 30px;
  }
}
.top .sec__movie_inner_box.mbox3 h3 {
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box.mbox3 h3 {
    margin-bottom: 30px;
  }
}
.top .sec__movie_inner_box .base_btn {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box .base_btn {
    margin-top: 30px;
  }
}
.top .sec__movie_inner_box_yb {
  width: 800px;
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .top .sec__movie_inner_box_yb {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb {
    padding-bottom: 196px;
  }
}
.top .sec__movie_inner_box_yb iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb iframe {
    height: 196px;
  }
}
.top .sec__movie_inner_box_yb_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb_sm {
    display: block;
  }
}
.top .sec__movie_inner_box_yb_sm li {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb_sm li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top .sec__movie_inner_box_yb_sm li:first-child {
  margin-right: 40px;
}
.top .sec__movie_inner_box_yb_sm li div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 270px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb_sm li div {
    padding-bottom: 196px;
  }
}
.top .sec__movie_inner_box_yb_sm li div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 270px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb_sm li div iframe {
    height: 196px;
  }
}
.top .sec__movie_inner_box_yb_sm li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  text-decoration: underline;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__movie_inner_box_yb_sm li a {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
}
.top .sec__sns_inner {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__sns_inner {
    padding: 60px 10px 0;
  }
}
.top .sec__sns_inner .ttl_img img {
  width: 113px;
}
.top .sec__sns_inner_box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: clamp(3rem, 3.3333333333vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 740px) {
  .top .sec__sns_inner_box {
    display: block;
    padding: 30px 15px;
  }
}
.top .sec__sns_inner_box_left {
  width: 49%;
  margin-right: 30px;
}
@media screen and (max-width: 740px) {
  .top .sec__sns_inner_box_left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
  }
}
.top .sec__sns_inner_box_left .insta_box {
  border: 1px solid #707070;
  padding: 25px 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__sns_inner_box_left .insta_box {
    padding: 20px 27px;
  }
}
.top .sec__sns_inner_box_left .insta_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.top .sec__sns_inner_box_left .insta_box_top_left {
  margin-right: 14px;
}
.top .sec__sns_inner_box_left .insta_box_top_right {
  font-size: 1.8rem;
  font-weight: 600;
  color: #100101;
}
.top .sec__sns_inner_box_left .insta_box_img {
  margin-bottom: 10px;
}
.top .sec__sns_inner_box_left .insta_box_img img {
  width: 100%;
}
.top .sec__sns_inner_box_left .insta_box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.top .sec__sns_inner_box_left .insta_box_icon li:first-child {
  margin-right: 15px;
}
.top .sec__sns_inner_box_left .insta_box_btm_text {
  font-size: 1.4rem;
  color: #100101;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.top .sec__sns_inner_box_left .insta_box_btm_tag {
  font-size: 1.4rem;
  color: #0057AA;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.top .sec__sns_inner_box_right {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .top .sec__sns_inner_box_right {
    width: 100%;
  }
}
.top .sec__sns_inner_box_right h3 {
  font-size: clamp(2.2rem, 1.9166666667vw, 2.4rem);
  color: #0057AA;
  line-height: 1.75;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__sns_inner_box_right h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.top .sec__sns_inner_box_right p {
  font-size: clamp(1.8rem, 1.5833333333vw, 2rem);
  color: #100101;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__sns_inner_box_right p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}
.top .sec__sns_inner_box_right p .cl_orn {
  color: #FF6C00;
}
.top .sec__sns_inner_box_right p .cl_bl {
  color: #0057AA;
}
.top .sec__sns_inner_box_right .base_btn {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__sns_inner_box_right .base_btn {
    margin-top: 30px;
  }
}
.top .sec__link_inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .top .sec__link_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__link_inner .ttl_img img {
  width: 132px;
}
.top .sec__link_inner_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;
}
@media screen and (max-width: 640px) {
  .top .sec__link_inner_list {
    display: block;
  }
}
.top .sec__link_inner_list li {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__link_inner_list li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.top .sec__link_inner_list li img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__link_inner_list li img {
    width: 300px;
  }
}