@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a.blink:link, a.blink:visited, a.blink:hover, a.blink:active
{
  color: #000;
}
ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}

/* 政策 */
.policy_div {
    display: flex;
    flex-wrap: wrap;
}

.policy_div_1 {
    width: 35%;
    background-color: #fff;
    padding: 20px;
    margin: 10px 10px 10px 0px;
    border: 1px solid;
    border-radius: 16px;
}

p.policy_div_p1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0px 24px;
}

p.policy_div_p2 {
    font-size: 1.6rem;
}
.sub_page_2 {
  background-color: #fbec05;
padding: 150px 30px;
}
.policy_1 {
    font-weight: bold;
}

.policy_1 p:nth-of-type(1) {
    font-size: 3rem;
    font-weight: bold;
}

.policy_1 p:nth-of-type(2) {
    font-size: 6rem;
    font-weight: bold;
}

.policy_2 {margin: 100px 0px;}

ul.policy_ul {
    display: flex;
    align-items: center;
}

ul.policy_ul li:nth-of-type(1) {
    font-size: 3rem;
}

ul.policy_ul li:nth-of-type(2) {
      margin-left: 23px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 20px 20px;
    width: 300px;
    font-size: 2rem;
    text-align: center;
}
/* プロフィール */
.sub_page {
  background-color: #fbec05;
padding: 150px 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.sub_page>div:nth-of-type(1) {
    width: 45%;
}
.sub_page>div:nth-of-type(2) {
    width: 45%;
}
.sub_page_div1 {
    margin: 20px;
}

h3.sub_page_h3 {
    font-size: 3rem;
    font-weight: bold;
}

p.sub_page_p2 {
    font-size: 1.7rem;
    line-height: 200%;
    margin: 20px 0px 40px;
}

p.sub_page_p1 {
    font-size: 7rem;
    text-decoration: underline;
}
p.sub_page_p3 {
    width: 70%;
    margin: 0 auto 50px;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #313131;
  --text: #333333;
  --gray: #4d4d4d;
  --gray-2: #707070;
  --yellow: #ffec01;
  --blue: #0070c3;
  --gradient: linear-gradient(to left, #ffff00, #7cf2fc);
  --leading-trim: calc((1em - 1lh) / 2);
  --noto-font: "Noto Sans JP", sans-serif;
}

html {
  /*  font-size: 62.5%; */
  font-size: 0.5208333333vw;
  /* @include mq(xlpc) {
    font-size: calc(10 / (1920 / 100) * 1vw);
  } */
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--noto-font);
  overflow-x: hidden;
}

a {
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
  color: var(--black);
  font-family: var(--noto-font);
}

html {
  margin: 0 !important;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

.header {
  transition: 0.2s;
  animation-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header__inner {
  width: 100%;
  margin-inline: auto;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
}
.header .header__logo {
  width: 44rem;
  padding: 1.4rem 4rem;
  background: var(--yellow);
}
.header .header__logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__logo {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
	.top-movie__inner {
    flex-wrap: wrap;
}

.top-movie__title {
    display: none;
}

.top-movie__content-body {width: 90%;margin: 0 auto;}

.top-movie__content {
    text-align: center;
    width: 100%;
}
  .sub_page_2 {
    padding: 50px 30px;
}

ul.policy_ul {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

ul.policy_ul li:nth-of-type(1) {
    text-align: center;
    width: 100%;
    margin: 0px 0px 20px;
}

ul.policy_ul li:nth-of-type(2) {
    padding: 10px;
}

.policy_div_1 {
    width: 100%;
    margin: 15px 0px;
}

.policy_2 {
    margin: 20px 0px;
}
  p.sub_page_p1 {
    font-size: 3.5rem;
}

p.sub_page_p3 {
    width: 98%;
}

.sub_page_div1 {
    margin: 10px 0px;
}

p.sub_page_p2 {
    font-size: 1.6rem;
}
  .sub_page>div {
    width: 100% !important;
}
  .header .header__logo {
    width: 18rem;
    padding: 1rem 1rem;
  }
}
.header .header__navbar {
  align-items: center;
  padding-block: 3.2rem;
  padding-inline: 7.2rem 4.8rem;
  background: var(--yellow);
  width: fit-content;
  border-radius: 0 0 0 3.2rem;
}
.header .header__menu {
  gap: 6rem;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-right: 3.2rem;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__menu {
    gap: 4rem;
  }
}
.header .header__sns {
  gap: 2.2rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.header .header__sns a {
  width: 2.8rem;
}
.header .header__list {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header__list a {
  color: var(--black);
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .header__list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__navbar {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white);
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 100;
    overflow: hidden;
    padding: 4rem 1.6rem 4rem 1.6rem;
    gap: 2rem;
    text-align: center;
    transition: 0.5s;
  }
  .header .header__navbar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3.6rem;
    height: 3.6rem;
    background: var(--yellow);
    border-radius: 50%;
    transition: 1s;
    transform-origin: 50% 50%;
    z-index: -1;
  }
  .header .header__menu {
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .header .header__list {
    padding: 0rem;
  }
  .header .header__list:last-of-type {
    margin-top: 2rem;
  }
  .header .header__link {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 100%;
  }
  .header.open {
    z-index: 10;
  }
  .header.open .header__navbar {
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .header.open .header__navbar::before {
    scale: 60;
  }
  .header.open .hamburger {
    transition: 0.5s ease-in-out;
  }
  .header.open .header__link {
    color: var(--white);
  }
  .header.open .hamburger__line span {
    transition: 0.5s ease-in-out;
  }
  .header.open .hamburger__line span:nth-child(1) {
    transform: translateY(0.8rem) rotate(-45deg);
  }
  .header.open .hamburger__line span:nth-child(2) {
    opacity: 0;
  }
  .header.open .hamburger__line span:nth-child(3) {
    transform: translateY(-0.8rem) rotate(45deg);
  }
}

.hamburger {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    z-index: 100;
    padding: 1rem;
    background: var(--yellow);
    border-radius: 0 0 0 1.6rem;
  }
  .hamburger .hamburger__line {
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.5s;
    width: 2.4rem;
    height: 1.6rem;
  }
  .hamburger .hamburger__line span {
    width: 2.4rem;
    height: 1px;
    display: block;
    position: absolute;
    transition: 0.5s ease-in-out;
    background-color: var(--black);
    left: 0;
    z-index: 30;
  }
  .hamburger .hamburger__line span:nth-child(1) {
    top: 0rem;
    opacity: 1;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    top: 0.8rem;
    opacity: 1;
  }
  .hamburger .hamburger__line span:nth-child(3) {
    bottom: 0rem;
    opacity: 1;
    animation-delay: 1s;
  }
}

.footer {
  padding-block: 14rem 7rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 4rem;
  }
}
.footer__inner {
  width: 100%;
  padding-inline: 8rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.footer__logo {
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 100%;
    width: 30rem;
    margin-bottom: 2rem;
  }
}
.footer__body {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
@media screen and (max-width: 768px) {
  .footer__body {
    gap: 4rem;
  }
}
.footer__link {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__link {
    gap: 2rem;
  }
}
.footer__link-item {
  font-size: 2.8rem;
  line-height: 1.5;
  background: var(--yellow);
  color: var(--black);
  border: 1px solid var(--yellow);
  text-align: center;
  padding: 2.8rem 2rem;
  width: 100%;
  border-radius: 6.25em;
  transition: all 0.3s ease;
}
.footer__link-item:hover {
  background: transparent;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .footer__link-item {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem 1rem;
  }
}
.footer__address {
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    width: 100%;
  }
}

.wrapper {
  max-width: 85%;
  width: 128rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.l-wrap1000 {
  width: 100%;
  max-width: 75%;
  width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1000 {
    max-width: 100%;
  }
}

.l-wrap1200 {
  width: 100%;
  max-width: 85%;
  width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1200 {
    max-width: 100%;
  }
}

.l-wrap1500 {
  width: 100%;
  max-width: 91%;
  width: 150rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1500 {
    max-width: 100%;
  }
}

.l-wrap1720 {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-wrap1720 {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.mt-94 {
  margin-top: 9.4rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-80 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pt-80 {
    padding-top: 5.3333333333rem;
  }
}

.mt-20 {
  margin-top: 2rem !important;
}

.breadcrumb {
  padding-top: 7.2rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 2rem;
  line-height: 1;
}
.breadcrumb > * {
  line-height: 1;
}
.breadcrumb > span a,
.breadcrumb > span span {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 2.2rem;
    line-height: 2;
    padding-top: 7rem;
    padding-left: 4rem;
  }
}

.u-flex {
  display: flex;
}

.mb-64 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .mb-64 {
    margin-bottom: 3.2rem;
  }
}

.calender-mt {
  margin-top: 38.5rem;
}
@media screen and (max-width: 768px) {
  .calender-mt {
    margin-top: 15rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  aspect-ratio: 1920/1080;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: auto;
    aspect-ratio: 3/4;
  }
}
.fv .fv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv .fv__image img {
  min-height: 30rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv__title {
  width: fit-content;
  padding: 6rem 15rem;
  background: var(--gradient);
  z-index: 2;
  display: flex;
  flex-direction: column;
  border: 1px solid #707070;
  border-radius: 0 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .fv .fv__title {
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 0 3.2rem 0 0;
  }
}
.fv .fv__title-sub {
  font-size: 4.6rem;
  line-height: 1.4347826087;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fv .fv__title-sub {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.fv .fv__title-main {
  font-size: 10rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .fv .fv__title-main {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.link-tabs {
  position: absolute;
  bottom: 6rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 9.6rem;
}
.link-tabs .link-tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  padding-block: 4rem;
  border-radius: 1rem 0 0 1rem;
}
.link-tabs .link-tab-item.link-tab-item--line {
  background-color: #04bc00;
}
.link-tabs .link-tab-item.link-tab-item--line .link-tab-item__text {
  color: var(--white);
}
.link-tabs .link-tab-item.link-tab-item--web {
  background-color: var(--white);
}
.link-tabs .link-tab-item .link-tab-item__icon {
  width: 3rem;
}
.link-tabs .link-tab-item .link-tab-item__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .link-tabs .link-tab-item .link-tab-item__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .link-tabs {
    display: none;
  }
}

.top-news {
  background: #fdf9ff;
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 4rem;
  }
}
.top-news .top-news__inner {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-news .top-news__side {
  display: flex;
  flex-direction: column;
}
.top-news .top-news__side .top-news__title-en {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #dc185f;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dc185f;
  width: fit-content;
  padding-right: 2.8rem;
}
.top-news .top-news__side .top-news__title-ja {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #dc185f;
  padding-top: 1.2rem;
  width: fit-content;
}
.top-news .top-news__archive-btn {
  margin-top: 2.6rem;
  width: 20rem;
  height: 4rem;
  background: #dc185f;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: 0.5s;
}
.top-news .top-news__archive-btn:hover {
  transition: 0.5s;
  background: transparent;
  color: #dc185f;
  border: 1px solid #dc185f;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__archive-btn {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 16rem;
    height: 3.6rem;
  }
}
.top-news .top-news__list {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list {
    gap: 2rem;
  }
}
.top-news .top-news__list .top-news__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item {
    gap: 1rem 2rem;
  }
}
.top-news .top-news__list .top-news__item .top-news__date,
.top-news .top-news__list .top-news__item .top-news__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__date,
  .top-news .top-news__list .top-news__item .top-news__text {
    font-size: 1.6rem;
  }
}
.top-news .top-news__list .top-news__item .top-news__label {
  width: 14rem;
  height: 3.6rem;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__label {
    font-size: 1.4rem;
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news .top-news__list .top-news__item .top-news__text {
    width: 100%;
  }
}

.top-content {
  padding-block: 4.8rem 32rem;
}
@media screen and (max-width: 768px) {
  .top-content {
    padding-block: 4rem;
  }
}
.top-content .top-content__inner {
  max-width: min(172rem, 90%);
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 15.6rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-content .top-content__head {
  display: flex;
  gap: 2rem;
}
.top-content .top-content__head h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-content .top-content__head p {
  padding-top: 4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__head {
    flex-direction: column;
    gap: 2rem;
  }
  .top-content .top-content__head h2 {
    font-size: 2.4rem;
    writing-mode: horizontal-tb;
  }
  .top-content .top-content__head p {
    writing-mode: horizontal-tb;
    padding-top: 0rem;
  }
}
.top-content .top-content__body {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__body {
    gap: 4rem;
  }
}
.top-content .top-content__item {
  position: relative;
  aspect-ratio: 1424/708;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item {
    aspect-ratio: 4/3;
  }
}
.top-content .top-content__item .top-content__item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-content .top-content__item .top-content__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-content .top-content__item .top-content__item-text {
  position: relative;
  z-index: 2;
  background: var(--white);
  padding: 7rem 6rem 3rem;
  border-radius: 6rem 0 0 0;
  width: 58.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text {
    width: 20rem;
    padding: 2rem 1rem 1rem;
    border-radius: 4rem 0 0 0;
    gap: 1rem;
  }
}
.top-content .top-content__item .top-content__item-text h3 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text h3 {
    font-size: 2.4rem;
  }
}
.top-content .top-content__item .top-content__item-text p {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-content .top-content__item .top-content__item-text p {
    font-size: 1.6rem;
  }
}

.top-calendar {
  max-width: 172rem;
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .top-calendar {
    flex-direction: column;
    gap: 4rem;
  }
}
.top-calendar__time {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.top-calendar__time h3 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-calendar__time h3 {
    font-size: 1.8rem;
  }
}
.top-calendar__time p {
  font-size: 1.7rem;
  line-height: 1.5294117647;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-calendar__time p {
    font-size: 1.6rem;
    text-align: left;
  }
  .top-calendar__time p br {
    display: none;
  }
}
.top-calendar__time ul {
  display: flex;
  gap: 1.4rem;
}
.top-calendar__time ul li {
  flex: 1;
  font-size: 2rem;
  color: #40729c;
  padding-block: 1.6rem;
  border: 1px solid #40729c;
  border-radius: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-calendar__time ul li {
    font-size: 1.6rem;
  }
}
.top-calendar__date {
  flex: 1;
}
.top-calendar__date table {
  width: 100%;
  border-collapse: collapse;
}
.top-calendar__date table tr {
  border-bottom: 1px solid #40729c;
}
.top-calendar__date table th,
.top-calendar__date table td {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding-block: 1.2rem;
  width: auto;
}
.top-calendar__date table th:first-child,
.top-calendar__date table td:first-child {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .top-calendar__date table th,
  .top-calendar__date table td {
    font-size: 1.6rem;
  }
  .top-calendar__date table th:first-child,
  .top-calendar__date table td:first-child {
    width: 10rem;
  }
}
.top-calendar__date p {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .top-calendar__date p {
    font-size: 1.6rem;
    padding-left: 1rem;
    padding-top: 1rem;
  }
}

.top-movie {
  max-width: 192rem;
  width: 100%;
  margin-inline: auto;
  padding-block: 9rem 0;
}
@media screen and (max-width: 768px) {
  .top-movie {
    padding-block: 4rem 0;
  }
}
.top-movie__inner {
  display: flex;
}
.top-movie__title {
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .top-movie__title {
    padding-inline: 0.8rem;
  }
}
.top-movie__title h2 {
  writing-mode: vertical-rl;
  font-size: 8rem;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-movie__title h2 {
    font-size: 4rem;
  }
}
.top-movie__content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  background: var(--yellow);
  border-radius: 6rem 0 0 6rem;
  padding-block: 8rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content {
    padding-block: 4rem;
    padding-inline: 1.6rem;
    flex-direction: column;
  }
}
.top-movie__content-head {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.top-movie__content-head h3 {
  display: flex;
  flex-direction: column;
  padding-inline: 6rem;
  font-size: 6rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-movie__content-head h3 {
    padding-inline: 1.6rem;
    font-size: 2.4rem;
  }
}
.top-movie__content-head h3 span {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-movie__content-head h3 span {
    font-size: 1.6rem;
  }
}
.top-movie__content-head p {
  font-size: 3.4rem;
  padding-inline: 8rem;
  line-height: 1.7647058824;
  font-weight: 700;
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content-head p {
    font-size: 2.4rem;
    padding-inline: 1.6rem;
    margin-top: 1.6rem;
  }
}
.top-movie__content-head ul {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content-head ul {
    margin-top: 1.6rem;
    gap: 1rem;
  }
}
.top-movie__content-head ul li {
  font-size: 3rem;
  width: 44rem;
  padding: 1rem 1rem 1rem 8rem;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .top-movie__content-head ul li {
    font-size: 1.6rem;
    width: 26rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.top-movie__content-btn {
  margin-top: 3.4rem;
  width: 44rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-inline: 8rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content-btn {
    margin-top: 1.6rem;
    width: 25rem;
    padding-inline: 1.6rem;
  }
}
.top-movie__content-btn span {
  font-size: 2.4rem;
  line-height: 1;
  padding: 1.2rem 2.8rem;
  background: var(--white);
  width: fit-content;
  border-radius: 6.25em;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .top-movie__content-btn span {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
  }
}
.top-movie__content-body {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content-body {
    gap: 2rem;
  }
}
.top-movie__content-item {
  width: calc(33.3333333333% - 2.6666666667rem);
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .top-movie__content-item {
    width: calc(50% - 1rem);
  }
}
.top-movie__content-item-img {
  width: 100%;
  position: relative;
  top: -2rem;
  left: -2rem;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .top-movie__content-item-img {
    top: -1rem;
    left: -1rem;
  }
}
.top-movie__content-item-text {
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .top-movie__content-item-text {
    padding: 1rem;
    padding-top: 0;
  }
}
.top-movie__content-item-text p {
  font-size: 2.1rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-movie__content-item-text p {
    font-size: 1.4rem;
  }
}

.profile {
  background: #ffec01;
}
.profile__content {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  padding-inline: 8rem 10rem;
  padding-block: 3.7rem 9.5rem;
  overflow: hidden;
}
.profile__content-text-wrappeer {
  width: 85rem;
  z-index: 1;
  position: relative;
}
.profile__content-text-wrappeer p {
  font-size: 10.3rem;
  text-decoration: underline;
}
.profile__content-link {
  margin-top: 8.5rem;
  width: 22.6rem;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border-radius: 0.6rem;
  background: var(--white);
  height: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--black);
}
.profile__content-profile {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.profile__content-profile::before {
  z-index: -1;
  content: "";
  display: block;
  width: 112.6rem;
  height: 112.6rem;
  border: 4.8rem solid var(--blue);
  position: absolute;
  top: -20rem;
  left: -22rem;
  border-radius: 50%;
}
.profile__content-profile-wrapper {
  margin-left: 3rem;
}
.profile__content-profile-wrapper span {
  display: block;
  font-weight: 700;
}
.profile__content-name {
  font-size: 2.5rem;
  line-height: 1.24;
}
.profile__content-profile-name {
  font-size: 9.8rem;
  line-height: 1.2448979592;
}
.profile__content-profile-text {
  font-size: 3.2rem;
  line-height: 1.21875;
}
.profile__content-movie {
  margin-top: 3rem;
  aspect-ratio: 683/383;
  width: 68.3rem;
}
.profile__content-movie iframe {
  width: 100%;
  height: 100%;
}
.profile__content-tag-wrapper {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
}
.profile__content-tag {
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--white);
  min-width: 22.6rem;
  padding-inline: 3.3rem;
  height: 4.8rem;
  border: 1px solid var(--gray-2);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .profile__content {
    flex-direction: column-reverse;
    gap: 7rem;
    padding-inline: 2rem;
    padding-block: 4rem;
  }
  .profile__content-text-wrappeer {
    width: 100%;
  }
  .profile__content-text-wrappeer p {
    font-size: 3.8rem;
  }
  .profile__content-link {
    margin-top: 3rem;
    width: 18rem;
    margin-inline: auto;
    height: 4rem;
    font-size: 1.6rem;
  }
  .profile__content-profile {
    width: 100%;
  }
  .profile__content-profile::before {
    width: 52rem;
    height: 52rem;
    border: 2.5rem solid var(--blue);
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .profile__content-profile-wrapper {
    margin-left: 0rem;
  }
  .profile__content-name {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .profile__content-profile-name {
    font-size: 3.6rem;
    line-height: 1.25;
  }
  .profile__content-profile-text {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
  .profile__content-movie {
    margin-top: 3rem;
    aspect-ratio: 683/383;
    width: 100%;
  }
  .profile__content-tag-wrapper {
    margin-top: 2rem;
  }
  .profile__content-tag {
    font-size: 1.4rem;
    min-width: 8rem;
    padding-inline: 1.5rem;
    height: 3rem;
  }
}

.policy {
  padding-inline: 8rem 0;
  background: var(--blue);
}
.policy__inner {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}
.policy__content {
  width: 87rem;
  padding-block: 8rem 6.7rem;
}
.policy__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.40625;
  color: var(--white);
}
.policy__title {
  font-size: 11.2rem;
  font-weight: 700;
  line-height: 1.4107142857;
  color: var(--white);
  margin-bottom: 3rem;
}
.policy__section {
  padding-block: 4.1rem;
  border-top: 1px solid var(--white);
  position: relative;
}
.policy__section:last-child {
  border-bottom: 1px solid var(--white);
}
.policy__heading {
  color: var(--white);
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.4074074074;
}
.policy__list {
  margin-top: 2.7rem;
}
.policy__item {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4074074074;
  color: var(--white);
}
.policy__arrow {
  position: absolute;
  right: 2.5rem;
  bottom: 7rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
}
.policy__arrow::before {
  content: "";
  position: absolute;
  top: 28%;
  left: 19%;
  transform: rotate(45deg);
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-top: 0.3rem solid var(--blue);
  border-right: 0.3rem solid var(--blue);
}
.policy__images {
  width: 81.6rem;
  display: flex;
  gap: 3rem;
  align-items: flex-end;
}
.policy__image {
  width: 100%;
  height: auto;
}
.policy__sns-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.3rem;
}
.policy__sns-item:first-child .policy__sns-link {
  width: 5.6rem;
  aspect-ratio: 56/41;
}
.policy__sns-item:nth-child(2) .policy__sns-link, .policy__sns-item:nth-child(3) .policy__sns-link {
  width: 5.6rem;
  aspect-ratio: 1/1;
}
.policy__sns-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-inline: 2rem;
    padding-block: 4rem;
    /*  &__sns-item {
      &:first-child {
        .policy__sns-link {
          width: rem(56);
          aspect-ratio: 56/41;
        }
      }
      &:nth-child(2),
      &:nth-child(3) {
        .policy__sns-link {
          width: rem(56);
          aspect-ratio: 1/1;
        }
      }
    } */
  }
  .policy__inner {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .policy__content {
    width: 100%;
    padding-block: 0;
  }
  .policy__subtitle {
    font-size: 2rem;
    line-height: 1.1;
  }
  .policy__title {
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .policy__section {
    padding-block: 2.5rem;
  }
  .policy__heading {
    font-size: 2rem;
    line-height: 1.1;
  }
  .policy__list {
    margin-top: 1.5rem;
  }
  .policy__item {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .policy__arrow {
    width: 2rem;
    height: 2rem;
    bottom: 3rem;
    right: 1rem;
  }
  .policy__arrow::before {
    width: 0.9rem;
    height: 0.9rem;
    border-top: 0.2rem solid var(--blue);
    border-right: 0.2rem solid var(--blue);
  }
  .policy__images {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
  .policy__sns-list {
    flex-direction: row;
    margin-bottom: 0;
    align-items: center;
  }
}

/*# sourceMappingURL=style.css.map */
