@charset "UTF-8";
html {
  scroll-behavior: smooth; /* 1行だけでスムーススクロールできる！ */
}

body {
  font-family: "Zen Old Mincho", serif;
}

.inner {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.fv {
  position: relative;
}
.fv::after {
  position: absolute;
  content: "";
  width: 99px;
  height: 250px;
  background: transparent url(../img/seikosan@2x.png) no-repeat center center/contain;
  top: 20%;
  right: 0;
}

.movies {
  display: flex;
  flex-direction: row;
  gap: 3px;
  justify-content: space-around;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movies {
    display: flex;
  }
}

.movie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #b49a20;
  color: #ede8cc;
  font-size: 24px;
  text-align: center;
  min-width: 116px;
  height: 54px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .movie {
    display: none;
  }
}
.movie span {
  font-size: 38px;
  margin-right: 3px;
}
.movie:hover {
  cursor: pointer;
  color: #a6160e;
  background: linear-gradient(90deg, #cfbf8f 0%, #f7f1cf 27%, #cfbf8f 57%, #f7f1cf 90%, #cfbf8f 100%);
}

.movie_title--2, .movie_title--3 {
  width: 85%;
}

@media screen and (min-width: 768px) {
  .movie_title--2 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .movie_series {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie_series {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px) {
  .movie_container {
    position: relative;
  }
}

.movie_items {
  display: flex;
  flex-direction: row; /* 常に横並びにする */
  gap: 8px; /* アイテム間のスペース */
}
@media screen and (max-width: 767px) {
  .movie_items {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .movie_items {
    top: 6%;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie_items {
    flex-direction: column; /* タブレットサイズでは縦にする */
    position: static;
  }
}

.movie_item {
  border: 1px solid #a6160e;
  text-align: center;
  flex: 1; /* 全ての.movie_itemの幅を同じにする */
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上揃え */ /* 高さを指定して揃える */
  background: #fff;
}

.movie_contents {
  padding: 8px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}

.movie_number {
  padding: 17px;
  background: #a6160e;
}
@media screen and (min-width: 768px) {
  .movie_number {
    padding: 29px;
  }
}

.movie_contents {
  padding: 8px;
  text-align: center;
  margin: 0 auto;
}

.movie_iframe iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 330/186;
}
@media screen and (min-width: 768px) {
  .movie_iframe iframe {
    aspect-ratio: 400/234;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .movie_iframe iframe {
    aspect-ratio: 400/234;
  }
}

.movie_title {
  margin: 15px auto 22px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie_title {
    text-align: center;
  }
  .movie_title img {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .movie_title {
    margin-bottom: 20px;
  }
  .movie_title img {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .movie_title--3 {
    margin-bottom: 46px;
  }
}

.change {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .change {
    margin-bottom: 30px;
  }
}

.change_title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .change_title {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .change_container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.change_items {
  display: flex;
}
@media screen and (min-width: 768px) {
  .change_items {
    flex-direction: row;
    gap: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .change_items {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .change_items {
    gap: 4px;
    flex-direction: column;
  }
}

.change_item {
  background: #a6160e;
  padding: 18px 4px 8px;
}
@media screen and (min-width: 768px) {
  .change_item {
    padding: 40px 17px 15px;
    flex: 1; /* 各change_itemが均等な幅を持つようにする */
  }
}

.change_lead {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .change_lead img {
    width: 235px;
  }
}
@media screen and (min-width: 768px) {
  .change_lead {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.change_img {
  padding: 6px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .change_img {
    margin: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .change_img img {
    width: 100%;
  }
}

.change_iframe {
  display: flex; /* 高さを親要素いっぱいに広げるためのflex設定 */
  align-items: stretch; /* 子要素の高さを親要素に合わせる */
}
@media screen and (max-width: 767px) {
  .change_iframe {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.change_iframe iframe {
  margin-top: 11px;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 343/195;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .change_iframe iframe {
    aspect-ratio: 514/292;
  }
}

.review {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .review {
    margin-bottom: 20px;
  }
}

.cta {
  background: transparent url(../img/leaf_haikei@2x.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 35px;
    padding-bottom: 100px;
  }
}

.seminar_text {
  text-align: center;
  margin-bottom: 38px;
}
.seminar_text img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .seminar_text {
    display: none;
  }
}

.btn {
  margin: 0 auto;
  text-align: center;
}
.btn img {
  width: 600px;
}

.footer {
  background: #a6160e;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 62px;
    padding-bottom: 85px;
  }
}

.footer_container {
  display: flex;
  flex-direction: column;
}

.footer_top {
  font-size: 9px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer_top {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.copyright {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 20px;
  }
}

#btn_animation .btn_a {
  -webkit-animation: btn_animation 2s infinite;
          animation: btn_animation 2s infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.privacy_container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .privacy_container {
    max-width: 640px;
  }
}

.privacy_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 45px 0;
}

.privacy_subtitle {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.law_container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .law_container {
    max-width: 640px;
  }
}

.law_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 45px 0;
}

table {
  border-collapse: collapse;
  border: solid 2px #333;
}

th, td {
  border: solid 1px #333;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  tr {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  th {
    font-weight: 700;
    text-align: left;
    font-size: 20px;
  }
}