@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  color: #333;
  background: #fcfcf4;
  overflow-x: hidden;
}

section,
div,
article {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

html {
  font-size: 62.5%;
}
@media (max-width:989px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
}
.fadein.delay1 {
  transition-delay: 0.5s;
}
.fadein.delay2 {
  transition-delay: 0.25s;
}

.fadein.active {
  opacity: 1;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

/*CSSアニメーション*/
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ttl_top_wrapper {
  width: 44.9rem;
  height: 44.9rem;
}
@media (max-width:1366px) {
  .ttl_top_wrapper {
    width: 31.43rem;
    height: 31.43rem;
  }
}
@media (max-width:989px) {
  .ttl_top_wrapper {
    width: 62.9rem;
    height: 62.9rem;
  }
}
.ttl_top_wrapper img {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp_firefox {
  display: none;
}

.sp {
  display: none;
}

@media (max-width:989px) {
  .sp {
    display: block !important;
  }
  .sp_firefox {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
/*////////////////
.header
////////////////*/
.header {
  width: 100%;
  position: relative;
}
@media (max-width:989px) {
  .header {
    height: 100vh;
  }
}
.header_inner {
  margin: 0 auto 3rem;
}
@media (max-width:989px) {
  .header_inner {
    margin: 0 auto 3vw;
  }
}
.header_ttl {
  position: absolute;
  z-index: 2;
  top: 7rem;
  left: 4.5rem;
}
@media (max-width:989px) {
  .header_ttl {
    top: 14.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header_ttl span {
  display: block;
}
.header_ttl img {
  height: auto;
}
.header_ttl img.pc {
  display: block;
}
.header_ttl img.sp {
  display: none;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-kv img {
  width: 100%;
  height: 88vh;
  min-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:1366px) {
  .swiper-kv img {
    min-height: 600px;
  }
}
@media (max-width:989px) {
  .swiper-kv img {
    height: 100vh;
    min-height: none;
  }
}

.swiper-box {
  max-width: 520px;
}

.swiper-report02 img {
  height: auto;
  width: 100%;
}

.swiper-about-ise {
  overflow: hidden;
  width: 100%;
}
.swiper-about-ise img {
  width: 100%;
  height: auto;
}

.about_ise_slider_item {
  width: auto;
}
@media (max-width:989px) {
  .about_ise_slider_item {
    width: 50%;
  }
}

/*////////////////////////////////
slider
////////////////////////////////*/
.slider {
  position: relative;
  z-index: -1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;
  display: none;
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-size: cover;
  background-position: bottom;
  /*背景画像が.slider-item全体を覆い表示*/
}

.border {
  background: url(../../img/img_border_01.png) center center no-repeat;
  height: 6.8rem;
}
@media (max-width:989px) {
  .border {
    margin-top: 4vw;
  }
}

/*////////////////////////////////
report_slider
////////////////////////////////*/
.report_slider_item {
  padding: 0 10px;
}
@media (max-width:989px) {
  .report_slider_item {
    padding: 0 1.4vw;
  }
}

.report_slider1 {
  width: 100%;
  height: 100%;
  margin-bottom: 3.2rem;
  display: none;
}
.report_slider1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 37rem;
}
@media (max-width:989px) {
  .report_slider1 img {
    height: auto;
  }
}
.report_slider1_item {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
  position: relative;
}

.report_slider1.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.report_slider2 {
  width: 100%;
  height: 100%;
  margin-bottom: 3.2rem;
  display: none;
}
.report_slider2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 37rem;
}
@media (max-width:989px) {
  .report_slider2 img {
    height: auto;
  }
}
.report_slider2_item {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
  position: relative;
}

.report_slider2.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.report_slider3 {
  width: 100%;
  height: 100%;
  margin-bottom: 3.2rem;
  display: none;
}
.report_slider3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 37rem;
}
@media (max-width:989px) {
  .report_slider3 img {
    height: auto;
  }
}
.report_slider3_item {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
  position: relative;
}

.report_slider3.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

/*////////////////
cmn
////////////////*/
.cmn_ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  background-image: url(../../img/img_border_02.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 4rem;
}
@media (max-width:989px) {
  .cmn_ttl {
    gap: 1.1rem;
    font-size: 5.4vw;
    padding-bottom: 4vw;
    background-size: 13vw;
  }
}
.cmn_ttl img {
  width: 7rem !important;
}
@media (max-width:989px) {
  .cmn_ttl img {
    width: 12vw !important;
  }
}
.cmn_ttl_txt {
  font-size: 1.7rem;
  color: #e31841;
  font-weight: bold;
  padding-top: 3rem;
}
@media (max-width:989px) {
  .cmn_ttl_txt {
    font-size: 5vw;
    line-height: 1.25;
    padding-top: unset;
  }
}
.cmn_txt {
  color: #333;
  font-weight: 400;
  line-height: 1.76;
  font-size: 1.7rem;
}
@media (max-width:989px) {
  .cmn_txt {
    font-size: 3.2vw;
  }
}
.cmn_txt_small {
  font-size: 1.5rem;
}
@media (max-width:989px) {
  .cmn_txt_small {
    font-size: 3.4vw;
    line-height: 1.7;
  }
}
.cmn_bg_wrapper {
  background: url(../../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  max-width: 149.4rem;
  margin: auto;
}
@media (max-width:989px) {
  .cmn_bg_wrapper {
    background: none;
  }
}
.cmn_bg_wrapper.--sns {
  background: url(../../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 10rem center;
  max-width: 149.4rem;
  margin: auto;
}
@media (max-width:989px) {
  .cmn_bg_wrapper.--sns {
    background: none;
  }
}
.cmn_inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width:989px) {
  .cmn_inner {
    padding: 0 3.8vw;
  }
}
.cmn_inner img {
  max-width: 100%;
}
.cmn_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1rem 0;
  background-color: #e31841;
  border-radius: 1.8rem;
  border: 1px solid transparent;
  font-size: 1.56rem;
  font-weight: 700;
  color: #fff;
  margin-inline: auto;
}
@media (max-width:989px) {
  .cmn_btn {
    width: 31.6rem;
    padding: 2rem 0;
    border-radius: 3.6rem;
    font-size: 3.2rem;
  }
}
@media (min-width:990px) {
  .cmn_btn {
    transition: all 0.5s;
  }
  .cmn_btn:hover {
    background-color: #fff;
    color: #e31841;
    border: 1px solid #e31841;
  }
}
.cmn_btn.reverse {
  background-color: #fff;
  color: #e31841;
  border: 1px solid #e31841;
}
@media (min-width:990px) {
  .cmn_btn.reverse:hover {
    background-color: #e31841;
    border: 1px solid transparent;
    color: #fff;
  }
}

.ttl_wrapper {
  display: flex;
  margin-bottom: 4.8rem;
  gap: 2.8rem;
}
@media (max-width:989px) {
  .ttl_wrapper {
    display: block;
    margin-bottom: 6.8vw;
  }
}
@media (max-width:989px) {
  .ttl_wrapper.--report {
    margin-bottom: 9vw;
  }
}

/*////////////////
.about
////////////////*/
.about {
  padding: 4rem 0 0rem 0;
}
@media (max-width:989px) {
  .about {
    padding: 3.4vw 0 4rem 0;
  }
}
.about_wrapper {
  background: url(../../img/bg_top_01.png) center bottom;
  background-repeat: no-repeat;
  padding-bottom: 68rem;
  position: relative;
}
@media (max-width:989px) {
  .about_wrapper {
    padding-bottom: 42rem;
    background-size: contain;
    background: url(../../img/bg_top_01_sp.png) center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.about_txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
@media (max-width:989px) {
  .about_txt {
    font-size: 3.7vw;
    line-height: 1.9;
    margin-bottom: 10vw;
  }
}
.about_txt span {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width:989px) {
  .about_txt span {
    font-size: 3.2rem;
  }
}
.about_txt a {
  display: flex;
  align-items: center;
  position: relative;
  height: 3rem;
  width: 24rem;
  border: 1px solid #e31841;
  background: transparent url(../../img/icon_pickup.jpg) no-repeat left center/9.3rem 3rem;
  padding-left: 11rem;
  margin: 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  text-decoration: underline;
}
.about_txt a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  border-left: 0.8rem solid #e31841;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
.about_txt a:hover {
  text-decoration: none;
}
@media (max-width:989px) {
  .about_txt a {
    height: 4.5rem;
    width: 36rem;
    background: transparent url(../../img/icon_pickup.jpg) no-repeat left center/13.95rem 4.5rem;
    padding-left: 16.725rem;
    margin: 3rem 0;
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
  .about_txt a::before {
    right: 3rem;
    border-left: 1.2rem solid #e31841;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
  }
}
.about_ttl {
  width: 23rem;
  position: relative;
}
@media (max-width:989px) {
  .about_ttl {
    width: 39vw;
    margin-bottom: 3vw;
  }
}
.about_inner {
  gap: 4rem;
  margin-bottom: 14rem;
}
@media (max-width:989px) {
  .about_inner {
    margin-bottom: 16rem;
  }
}
.about_col1 {
  width: 100%;
}
.about_col2 {
  width: 12.7%;
  float: right;
  clear: both;
  margin: -5rem 0 0 4rem;
}
@media (max-width:989px) {
  .about_col2 {
    width: 30%;
    margin-top: 0;
    margin-left: 2vw;
  }
}
.about_detail {
  margin: 0 auto 50px;
  padding: 25px;
  font-size: 95%;
  line-height: 1.7;
}
.about_detail img.pc {
  width: 480px;
  height: auto;
  margin: 0 auto 5px;
}
.about_detail img.sp {
  display: none;
}
.about_detail p {
  padding: 20px 0 0px 0;
}
.about_ph {
  margin: 0 auto;
  text-align: center;
}
.about_ph img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
.about_link {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #e31841;
  text-align: center;
  text-decoration: underline;
}
.about_link:hover {
  text-decoration: none;
}
@media (max-width:989px) {
  .about_link {
    font-size: 3.3rem;
    margin-top: 4rem;
  }
}
.about_btn {
  position: relative;
  width: 52.35rem;
  aspect-ratio: 523.5/89;
  margin: 2rem auto 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.about_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in-out;
}
.about_btn img:nth-of-type(1) {
  opacity: 0;
}
@media (min-width:990px) {
  .about_btn:hover img:nth-of-type(1) {
    opacity: 1;
  }
  .about_btn:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
@media (max-width:989px) {
  .about_btn {
    width: 100%;
    margin-top: 3rem;
  }
}
.about_box {
  width: 100%;
  margin: 7rem auto 0;
  border: solid 0.2rem #e31841;
  border-radius: 1rem;
  padding: 5rem 3rem 5.5rem;
  position: relative;
}
.about_box_ttl {
  width: 16.8rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.about_box_txt-sub {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width:989px) {
  .about_box {
    width: 100%;
    margin: 1.5rem auto 0;
    padding: 7rem 4rem 9.5rem;
    border-radius: 2rem;
  }
  .about_box_ttl {
    width: 36rem;
    top: -2.5rem;
  }
  .about_box_txt-sub {
    font-size: 3.6rem;
    padding: 0 0 4vw 0;
  }
}

.fukidashi {
  position: absolute;
  left: calc(50% + 60px);
  bottom: 48.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
}
@media (max-width:989px) {
  .fukidashi {
    left: calc(50% - 5vw);
    bottom: 32.5rem;
  }
}
.fukidashi img {
  width: 8.2rem;
}
@media (max-width:989px) {
  .fukidashi img {
    width: 10.8vw;
  }
}

.fukidashi02 {
  position: absolute;
  left: calc(50% - 128px);
  bottom: 48.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.6s;
}
@media (max-width:989px) {
  .fukidashi02 {
    left: calc(50% - 24vw);
    bottom: 32.5rem;
  }
}
.fukidashi02 img {
  width: 3.3rem;
}
@media (max-width:989px) {
  .fukidashi02 img {
    width: 4.4vw;
  }
}

.fukidashi03 {
  position: absolute;
  left: calc(50% + 240px);
  bottom: 46rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.3s;
}
@media (max-width:989px) {
  .fukidashi03 {
    left: calc(50% + 19vw);
    bottom: 29.5rem;
  }
}
.fukidashi03 img {
  width: 2.2rem;
}
@media (max-width:989px) {
  .fukidashi03 img {
    width: 2vw;
  }
}

.fukidashi04 {
  position: absolute;
  left: calc(50% + 392px);
  bottom: 42.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 1.6s;
}
@media (max-width:989px) {
  .fukidashi04 {
    left: calc(50% + 27vw);
    bottom: 27.5rem;
  }
}
.fukidashi04 img {
  width: 2.2rem;
}
@media (max-width:989px) {
  .fukidashi04 img {
    width: 3vw;
  }
}

.fukidashi05 {
  position: absolute;
  left: calc(50% - 634px);
  bottom: 40.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.3s;
}
@media (max-width:989px) {
  .fukidashi05 {
    bottom: 32.5rem;
  }
}
.fukidashi05 img {
  width: 3rem;
}
@media (max-width:989px) {
  .fukidashi05 img {
    width: 10.8vw;
  }
}

.fukidashi06 {
  position: absolute;
  left: calc(50% - 258px);
  bottom: 48.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.3s;
}
@media (max-width:989px) {
  .fukidashi06 {
    left: calc(50% - 36vw);
    bottom: 32.5rem;
  }
}
.fukidashi06 img {
  width: 5.5rem;
}
@media (max-width:989px) {
  .fukidashi06 img {
    width: 6vw;
  }
}

.fukidashi07 {
  position: absolute;
  left: calc(50% + 160px);
  bottom: 49rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.6s;
}
@media (max-width:989px) {
  .fukidashi07 {
    left: calc(50% + 11vw);
    bottom: 30.5rem;
  }
}
.fukidashi07 img {
  width: 2.2rem;
}
@media (max-width:989px) {
  .fukidashi07 img {
    width: 3vw;
  }
}

.fukidashi08 {
  position: absolute;
  left: calc(50% - 48px);
  bottom: 48rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.3s;
}
@media (max-width:989px) {
  .fukidashi08 {
    left: calc(50% - 13vw);
    bottom: 32.5rem;
  }
}
.fukidashi08 img {
  width: 3.5rem;
}
@media (max-width:989px) {
  .fukidashi08 img {
    width: 3.6vw;
  }
}

.fukidashi09 {
  position: absolute;
  left: calc(50% - 716px);
  bottom: 40.5rem;
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.9s;
}
@media (max-width:989px) {
  .fukidashi09 {
    bottom: 32.5rem;
  }
}
.fukidashi09 img {
  width: 2.4rem;
}
@media (max-width:989px) {
  .fukidashi09 img {
    width: 10.8vw;
  }
}

@media (min-width:990px) {
  @keyframes pikopiko {
    0% {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-10deg);
    }
  }
}
@media (max-width:989px) {
  @keyframes pikopiko {
    0% {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-10deg);
    }
  }
}
/*////////////////
.theme
////////////////*/
.theme {
  border-bottom: double 7px #e9506d;
  position: relative;
}
.theme_wrapper {
  background: url(../../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 4rem center;
  max-width: 149.4rem;
  margin: auto;
}
@media (max-width:989px) {
  .theme_wrapper {
    background: none;
  }
}
@media (max-width:989px) {
  .theme_inner {
    padding: 0 6vw;
  }
}
.theme_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
}
.theme_list_date {
  width: 41.8vw;
  margin-bottom: 2.4vw;
}
.theme_list_old {
  font-size: 1.132rem;
  text-align: center;
  color: #423112;
  background-color: #e7e0d1;
  padding: 0.3rem 0;
  margin-bottom: 1.4rem;
}
@media (max-width:989px) {
  .theme_list_old {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0.6rem 0;
    margin-bottom: 1rem;
  }
}
.theme_list_item {
  margin-bottom: 2rem;
  color: #e31841;
  width: 32%;
}
@media (max-width:989px) {
  .theme_list_item {
    width: 100%;
    margin-bottom: 5vw;
    display: flex;
    align-items: flex-start;
  }
}
.theme_list_img {
  position: relative;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 989px) and (max-width: 1028px) {
  .theme_list_img {
    width: 29rem;
  }
}
@media (max-width:989px) {
  .theme_list_img {
    width: 48rem;
    margin-right: 3vw;
  }
}
.theme_list_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 317/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:989px) {
  .theme_list_img img {
    aspect-ratio: 1/1;
  }
}
.theme_list_img.--day1::before {
  content: "";
  background-image: url(../../img/img_day_25905.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day1::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day2::before {
  content: "";
  background-image: url(../../img/img_day_25912.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day2::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day3::before {
  content: "";
  background-image: url(../../img/img_day_25919.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day3::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day4::before {
  content: "";
  background-image: url(../../img/img_day_25926.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day4::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day5::before {
  content: "";
  background-image: url(../../img/img_day_251128.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day5::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day6::before {
  content: "";
  background-image: url(../../img/img_day_26505.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day6::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day7::before {
  content: "";
  background-image: url(../../img/img_day_26512.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day7::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day8::before {
  content: "";
  background-image: url(../../img/img_day_26519.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day8::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day9::before {
  content: "";
  background-image: url(../../img/img_day_26526.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day9::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day10::before {
  content: "";
  background-image: url(../../img/img_day_26609.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  left: 1.3rem;
}
@media (max-width:989px) {
  .theme_list_img.--day10::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_ttl {
  width: 19.4rem;
  position: relative;
}
@media (max-width:989px) {
  .theme_ttl {
    margin-bottom: 3vw;
    width: 32vw;
  }
}
.theme_ttl_deco01 {
  position: absolute;
  top: -8vw;
  right: 5vw;
  width: 31.4vw;
}
@media (max-width:989px) {
  .theme_ttl_deco01 {
    top: -2vw;
  }
}
.theme_ttl--small {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (max-width:989px) {
  .theme_ttl--small {
    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 1.2vw;
    line-height: 1.4;
  }
}
.theme_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width:989px) {
  .theme_txt {
    width: 100%;
    font-size: 3vw;
    text-align: left;
    line-height: 1.7;
  }
}

@media (max-width:989px) {
  .themegroup {
    width: 48rem;
    display: block;
    padding-top: 0.5vw;
  }
}
.more_btn {
  cursor: pointer;
  margin-top: 3rem;
}
@media (max-width:989px) {
  .more_btn {
    margin-top: 3vw;
    margin-bottom: 7vw;
  }
}

@media (min-width:990px) {
  .more_btn:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
.more_list {
  margin-bottom: 2.5rem;
}
@media (max-width:989px) {
  .more_list {
    margin-bottom: 1.8vw;
  }
}

.more_btn2 {
  cursor: pointer;
}
@media (min-width:990px) {
  .more_btn2:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
.more_btn3 {
  position: relative;
  cursor: pointer;
  margin-top: 1rem;
}
@media (max-width:989px) and (max-width:989px) {
  .more_btn3 {
    margin-top: 0;
  }
}

@media (min-width:990px) {
  .more_btn3:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
/*////////////////
.personality
////////////////*/
.personality {
  background: #e31841;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 1px;
}
@media (max-width:989px) {
  .personality {
    margin-bottom: 8rem;
  }
}
.personality_col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.7rem;
  padding: 0 3rem;
  line-height: 1.29;
}
@media (max-width:989px) {
  .personality_col1 {
    display: flex;
    align-items: center;
    font-size: 1.8vw;
    width: 100%;
  }
}
@media (max-width:989px) {
  .personality_col1_name {
    display: none;
  }
}
.personality_col1.--big {
  display: inline-block;
  border-top: 1px dashed;
  font-size: 3.7rem;
  font-weight: bold;
  padding: unset;
  padding-top: 0.5rem;
  margin-top: 1rem;
}
@media (max-width:989px) {
  .personality_col1.--big {
    padding-top: 0;
    border-top: none;
    font-size: 4.2vw;
    margin-top: 0;
    text-align: center;
  }
}
.personality_col2 {
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.personality_col2::before {
  content: "";
  background: url(../../img/border_zigzag.png);
  position: absolute;
  width: 1.1rem;
  height: 100%;
  left: 0;
  transform: translateX(-50%);
  background-size: 1.1rem auto;
  background-repeat: repeat-y;
}
.personality_thumb {
  width: 26.9rem;
}
@media (max-width:989px) {
  .personality_thumb {
    width: 20.175rem;
  }
}
.personality_thumb img {
  display: block;
  max-width: 100%;
}
.personality_thumb2 {
  width: 25.55rem;
}
@media (max-width:989px) {
  .personality_thumb2 {
    width: 19.1625rem;
  }
}
.personality--small {
  font-size: 1.5rem;
}
@media (max-width:989px) {
  .personality--small {
    font-size: 1.2vw;
  }
}
@media (max-width:989px) {
  .personality--small--sp {
    font-size: 1.2vw;
  }
}
.personality_aside {
  margin-top: 2vw;
  margin-bottom: 10vw;
  line-height: 1.4;
  font-size: 1.2rem;
  text-align: left;
  color: #e31841;
}
.personality_txtimg {
  width: 37.7rem;
}

/*////////////////
.report
////////////////*/
.report_anchor {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: #e31841;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0 5rem;
}
@media (max-width:989px) {
  .report_anchor {
    padding: 0 4.8vw;
    font-size: 3.6vw;
  }
}
.report_anchor img {
  width: 1.8rem;
}
.report_anchor_wrapper {
  margin-bottom: 4rem;
}
@media (max-width:989px) {
  .report_anchor_wrapper {
    margin-bottom: 4vw;
  }
}
.report_wrapper {
  padding: 7rem 0 6.8rem 0;
  border-bottom: double 7px #e9506d;
  margin-bottom: 8rem;
}
@media (max-width:989px) {
  .report_wrapper {
    padding: 6.8vw 0 7.2vw 0;
    margin-bottom: 7vw;
  }
}
.report_list_item {
  background-color: #fff;
  border: dotted 2px #e31841;
  padding: 8rem 0 1rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width:989px) {
  .report_list_item {
    padding: 7.4vw 0 1vw;
    margin-bottom: 7.5vw;
  }
}
.report_list_item.--day1::before {
  content: "";
  background-image: url(../../img/img_day_report_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day1::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day2::before {
  content: "";
  background-image: url(../../img/img_day_report_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day2::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day3::before {
  content: "";
  background-image: url(../../img/img_day_report_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day3::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day4::before {
  content: "";
  background-image: url(../../img/img_day_report_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day4::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day5::before {
  content: "";
  background-image: url(../../img/img_day_report_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day5::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day6::before {
  content: "";
  background-image: url(../../img/img_day_report_06.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day6::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day7::before {
  content: "";
  background-image: url(../../img/img_day_report_07.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day7::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_item.--day8::before {
  content: "";
  background-image: url(../../img/img_day_report_08.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20.3rem;
  height: 3.6rem;
  left: -0.1rem;
  top: -1rem;
}
@media (max-width:989px) {
  .report_list_item.--day8::before {
    width: 46vw;
    height: 8vw;
    top: -3vw;
    left: -0.2rem;
  }
}
.report_list_txt {
  padding: 0 5rem;
  margin-bottom: 2.8rem;
}
@media (max-width:989px) {
  .report_list_txt {
    padding: 0 4.8vw;
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
.report_list_txt.comingsoon {
  text-align: center;
  margin-bottom: 0;
}
.report_list_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
  margin: 8rem 0;
}
@media (max-width:989px) {
  .report_list_flex {
    flex-direction: column;
  }
}
.report_list_flex_img {
  width: calc((100% - 3.5rem) / 2);
}
@media (max-width:989px) {
  .report_list_flex_img {
    width: 100%;
  }
}
.report_list_flex_txt {
  flex: 1;
  line-height: 1.76;
}
.report_ttl {
  width: 33rem;
}
@media (max-width:989px) {
  .report_ttl {
    width: 62vw;
    margin-bottom: 3vw;
  }
  .report_ttl_wrapper {
    position: relative;
  }
  .report_ttl_wrapper::after {
    content: "";
    background: url(../../img/bg_sp_02.png);
    position: absolute;
    width: 20vw;
    height: 22vw;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.report_list_ttl {
  width: 90%;
  margin: auto;
  margin-bottom: 4.6rem;
  font-size: 2.4rem;
  color: #e31841;
  border-bottom: solid #e31841 3px;
  text-align: center;
  padding-bottom: 2.4rem;
  position: relative;
}
@media (max-width:989px) {
  .report_list_ttl {
    text-align: left;
    line-height: 1.4;
    font-size: 4.8vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    border-bottom: solid #e31841 2px;
  }
}
.report_list_ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width:989px) {
  .report_list_ttl::after {
    bottom: -11px;
  }
}
.report_list_ttl::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #e31841;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.report_list_ttl.comingsoon {
  text-align: center;
}
.report_txt {
  position: relative;
}
.report_coming_soon {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 9rem 0;
}
@media (max-width:989px) {
  .report_coming_soon {
    font-size: 4.2rem;
  }
}

.report_deco01 {
  position: absolute;
  top: 0;
  right: 5vw;
  width: 35.4vw;
}

.swiper-report01, .swiper-report02, .swiper-report03 {
  position: relative;
  overflow-x: hidden;
  margin-bottom: 4rem;
}
@media (max-width:989px) {
  .swiper-report01, .swiper-report02, .swiper-report03 {
    margin-bottom: 2rem;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
}
@media (max-width:989px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 7vw;
    height: 7vw;
    top: 22vw;
  }
}

.swiper-button-prev {
  left: 18%;
}

.swiper-button-next {
  right: 21%;
}
@media (max-width:989px) {
  .swiper-button-next {
    right: 19%;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../img/img_arrow_01.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../img/img_arrow_02.png);
}

/*////////////////
.about_ise
////////////////*/
.about_ise {
  overflow-x: hidden;
}
.about_ise_wrapper {
  background: url(../../img/bg_about_ise.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 170.4rem;
  margin: auto;
}
@media (max-width:989px) {
  .about_ise_wrapper {
    background: none;
  }
}
.about_ise_txtcol {
  width: 70%;
}
.about_ise_ttl_wrapper {
  position: relative;
}
@media (max-width:989px) {
  .about_ise_ttl_wrapper::after {
    content: "";
    background: url(../../img/bg_sp_03.png);
    position: absolute;
    width: 25vw;
    height: 22vw;
    top: 0;
    right: -3vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.about_ise_leadtxt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.76;
  margin-bottom: 5.8rem;
}
@media (max-width:989px) {
  .about_ise_leadtxt {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
}
.about_ise_colttl {
  color: #e31841;
  font-weight: bold;
  font-size: 2.4rem;
  cursor: pointer;
}
@media (max-width:989px) {
  .about_ise_colttl {
    font-size: 4.8vw;
  }
}
.about_ise_colttl_wrapper {
  margin-bottom: 3.6rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width:989px) {
  .about_ise_colttl_wrapper {
    justify-content: center;
    margin-bottom: 6vw;
  }
}
.about_ise_colttl {
  color: #e31841;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width:989px) {
  .about_ise_colttl {
    font-size: 4.8vw;
  }
}
.about_ise_colttl.--sp {
  margin-bottom: 3vw;
}
.about_ise_colttl_wrapper {
  margin-bottom: 3.6rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media (max-width:989px) {
  .about_ise_colttl_wrapper {
    justify-content: center;
    margin-bottom: 6vw;
  }
}
.about_ise_colttl2 {
  color: #e31841;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width:989px) {
  .about_ise_colttl2 {
    margin-bottom: 3vw;
  }
}
.about_ise_wrapper_pc {
  margin-bottom: 9rem;
}
@media (max-width:989px) {
  .about_ise_wrapper_pc {
    margin-bottom: 10vw;
  }
}
.about_ise_ttl {
  width: 42rem;
  margin-bottom: 4rem;
}
@media (max-width:989px) {
  .about_ise_ttl {
    width: 75vw;
    margin-bottom: 3vw;
  }
}
.about_ise_txt {
  line-height: 2.11;
  letter-spacing: 0.025em;
}
@media (max-width:989px) {
  .about_ise_txt {
    line-height: 1.9;
    font-size: 3.6vw;
  }
}
.about_ise_inner {
  display: block;
  margin-bottom: 2rem;
}
@media (max-width:989px) {
  .about_ise_inner {
    margin-bottom: 8vw;
  }
}
.about_ise_inner02 {
  display: block;
  margin-bottom: 7.6rem;
}
.about_ise_inner03 {
  display: block;
  margin-bottom: 4.2rem;
}
.about_ise_col_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media (max-width:989px) {
  .about_ise_col_wrapper {
    display: block;
  }
}
.about_ise_slider {
  margin-bottom: 7rem;
}
@media (max-width:989px) {
  .about_ise_slider {
    margin-bottom: 8vw;
  }
}
.about_ise_slider_item img {
  width: 100%;
}
.about_ise_img02 {
  width: 46.4%;
}
@media (max-width:989px) {
  .about_ise_img02 {
    width: 100%;
  }
}
.about_ise_img03 {
  margin-top: 2rem;
}
@media (max-width:989px) {
  .about_ise_img {
    margin-bottom: 5vw;
  }
}
.about_ise_img img {
  width: 100%;
}
.about_ise_itemfirst {
  display: flex;
  gap: 2.4rem;
}
@media (max-width:989px) {
  .about_ise_itemfirst {
    flex-direction: column-reverse;
  }
}
.about_ise_itemfirst_col1 {
  width: 70%;
}
@media (max-width:989px) {
  .about_ise_itemfirst_col1 {
    width: 100%;
  }
}
.about_ise_itemfirst_col2 {
  width: 30%;
}
@media (max-width:989px) {
  .about_ise_itemfirst_col2 {
    width: 100%;
  }
}
.about_ise_itemfirst_col2 img {
  width: 100%;
}
.about_ise_itemlast {
  display: flex;
  gap: 2.4rem;
}
@media (max-width:989px) {
  .about_ise_itemlast {
    flex-direction: column-reverse;
  }
}
.about_ise_itemlast_col1 {
  width: 60%;
}
@media (max-width:989px) {
  .about_ise_itemlast_col1 {
    width: 100%;
  }
}
.about_ise_itemlast_col2 {
  width: 40%;
}
@media (max-width:989px) {
  .about_ise_itemlast_col2 {
    width: 100%;
  }
}
.about_ise_reference {
  padding: 2rem 1.5rem;
  border: dashed 1px #959595;
  display: flex;
  gap: 1rem;
  margin-bottom: 7rem;
}
@media (max-width:989px) {
  .about_ise_reference {
    display: block;
    line-height: 1.5;
    padding: 3vw 4vw;
    margin-bottom: 8vw;
    font-size: 3vw;
  }
}
.about_ise_reference a {
  border-bottom: solid 1px;
  padding-bottom: 0.4rem;
}
@media (max-width:989px) {
  .about_ise_reference a {
    padding-bottom: 0;
  }
}
.about_ise_reference a:hover {
  text-decoration: none;
}

.brackets {
  width: 2.7rem !important;
}
.brackets--right {
  transform: scale(-1, 1);
}

/*////////////////
.message
////////////////*/
.message_ttl {
  width: 48rem;
}
@media (max-width:989px) {
  .message_ttl {
    width: 86vw;
    margin-bottom: 3vw;
  }
}
.message_txt {
  margin-bottom: 7.4rem;
}
@media (max-width:989px) {
  .message_txt {
    margin-bottom: 6.6vw;
  }
}

#message {
  border-bottom: 4px double #e31841;
}

.message_wrapper {
  padding-bottom: 7rem;
}
@media (max-width:989px) {
  .message_wrapper {
    padding-bottom: 6.6vw;
  }
}
.message .report_ttl_wrapper {
  position: relative;
}
.message .report_ttl_wrapper::after {
  content: "";
  background: none;
  position: absolute;
  width: 20vw;
  height: 22vw;
  top: -5vw;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.message_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.message_thumb {
  max-width: 230px;
  margin: 0 auto 50px;
}
@media (max-width:989px) {
  .message_thumb {
    margin: 0 auto 5vw;
  }
}
.message_thumb .pushcircle_item {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #e31841;
  font-weight: bold;
}
@media (max-width:989px) {
  .message_thumb .pushcircle_item {
    font-size: 3.5vw;
    line-height: 1.4;
  }
}
.message_thumb .pushcircle_item:first-child {
  margin: 0 0 20px 0;
}
@media (max-width:989px) {
  .message_thumb .pushcircle_item:first-child {
    margin: 0 0 2.7vw 0;
  }
}
.message_thumb .pushcircle_item:first-child img {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:989px) {
  .message_thumb .pushcircle_item:first-child img {
    width: 170px;
    height: 170px;
    border-radius: 170px;
  }
}
.message_thumb .pushcircle_item:last-child {
  width: 107px;
  height: 30px;
  margin: 10px auto 0;
  text-align: center;
  background: url(../../img/zoom_icon.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
@media (max-width:989px) {
  .message_thumb .pushcircle_item:last-child {
    margin: 1.6vw auto 0;
    width: 23.33vw;
    height: 6.3vw;
  }
}
.message_thumb .pushcircle_item:last-child img {
  width: 107px;
  height: auto;
  margin: 10px auto 0;
}
@media (min-width:990px) {
  .message_thumb .pushcircle_item:last-child:hover {
    background: url(../../img/zoom_icon_over.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-in;
  }
}
.message_group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 1006px;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 989px) and (max-width: 1090px) {
  .message_group {
    padding: 0;
  }
}
@media (max-width:989px) {
  .message_group {
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    gap: 0.1vw;
    padding: 0;
  }
}
.message_group a {
  text-decoration: none;
}

/*== 押し込む円 */
.pushcircle {
  /*周囲の線の起点とするためrelativeを指定*/
  position: relative;
  /*円の形状*/
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*内側の線*/
.pushcircle:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 85%;
  height: 85%;
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: 0.3s ease;
}

/*hoverをしたら枠線が小さくなる*/
@media (min-width:990px) {
  .pushcircle:hover:after {
    border: 2px dashed #e31841;
    transform: translate(-50%, -50%) scale(1.25);
  }
}
/*////////////////
.present
////////////////*/
.present_wrapper {
  background: #f2f2df;
  padding: 10rem 2rem;
}
@media (max-width:989px) {
  .present_wrapper {
    padding: 9vw 2rem;
  }
}
.present_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.present_col_wrapper {
  display: flex;
  gap: 4rem;
}
@media (max-width:989px) {
  .present_col_wrapper {
    display: block;
  }
}
.present_ttl {
  font-size: 2.8rem;
  color: #e31841;
  position: relative;
  padding-bottom: 2rem;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 5px solid;
}
@media (max-width:989px) {
  .present_ttl {
    display: block;
    text-align: center;
    padding-left: 0;
    width: 91vw;
    margin: auto;
    margin-bottom: 6vw;
    font-size: 5.6vw;
  }
}
.present_ttl::before, .present_ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.present_ttl::before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #e31841;
  margin-left: -16px;
}
.present_ttl::after {
  border: 8px solid;
  border-color: transparent;
  border-top-color: #f2f2df;
  margin-left: -8px;
}
.present_big {
  font-size: 4.8rem;
  font-weight: 900;
  padding-left: 0.5rem;
  position: relative;
  bottom: -0.4rem;
}
@media (max-width:989px) {
  .present_big {
    display: inline-block;
    font-size: 8vw;
    padding-left: 0.2rem;
    position: relative;
    bottom: -0.25rem;
  }
}
.present_clk {
  padding: 0 0 30px 30px;
  color: #e31841;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width:989px) {
  .present_clk {
    padding: 0 0 2rem 0;
    text-align: center;
    font-size: 3.4rem;
  }
}
.present_btn_area {
  display: flex;
  padding-left: 2rem;
  gap: 1rem;
  position: relative;
}
@media (max-width:989px) {
  .present_btn_area {
    width: 100%;
    display: block;
  }
}
.present_btn {
  display: flex;
  align-items: center;
  width: 37.4rem;
  height: 8.8rem;
  transition: all 0.3s ease;
  border-radius: 1.2rem;
  cursor: pointer;
  font-size: 2.359rem;
  font-weight: 700;
  color: #fff;
  padding-left: 3rem;
}
.present_btn small {
  font-size: 2rem;
}
@media (max-width:989px) {
  .present_btn {
    width: 70vw;
    height: 16vw;
    margin: auto;
    font-size: 3.5385rem;
    padding-left: 4.5rem;
  }
  .present_btn small {
    font-size: 3rem;
  }
}
@media (min-width:990px) {
  .present_btn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.present_btn_x {
  background-color: #333333;
}
.present_btn_x span {
  display: block;
  padding-left: 5rem;
  background: transparent url(../../img/icon_x.png) no-repeat left center/2.9rem 2.9rem;
}
@media (max-width:989px) {
  .present_btn_x span {
    padding-left: 7.5rem;
    background: transparent url(../../img/icon_x.png) no-repeat left center/4.35rem 4.35rem;
  }
}
@media (max-width:989px) {
  .present_btn_x {
    margin-bottom: 2vw;
  }
}
.present_btn_form {
  background-color: #e31841;
}
.present_btn_form span {
  display: block;
  padding-left: 4rem;
  background: transparent url(../../img/icon_arrow_right.png) no-repeat left center/2.5rem 2rem;
}
@media (max-width:989px) {
  .present_btn_form span {
    padding-left: 6rem;
    background: transparent url(../../img/icon_arrow_right.png) no-repeat left center/3.75rem 3rem;
  }
}
.present_txt {
  margin-bottom: 6rem;
  padding-left: 1.4rem;
  line-height: 1.94;
  margin: 0 auto 50px;
}
@media (max-width:989px) {
  .present_txt {
    font-size: 4vw;
    margin: 0 auto 5vw;
    padding-left: 0;
  }
}
.present_col1 {
  width: 77%;
}
@media (max-width:989px) {
  .present_col1 {
    width: 100%;
  }
}
.present_col2 {
  flex: 1;
  position: relative;
}
.present_col2 img {
  width: 180px;
}
@media (max-width:989px) {
  .present_col2 img {
    width: 90%;
  }
}
@media (max-width:989px) {
  .present_col2 {
    margin-bottom: 5vw;
    text-align: center;
    width: 100%;
  }
}

/*////////////////
.archive
////////////////*/
.archive_wrapper {
  padding: 5.5rem 0 7rem;
  overflow-x: hidden;
}
@media (max-width:989px) {
  .archive_wrapper {
    padding: 8rem 0 0;
  }
}
.archive_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 3.5rem;
}
@media (max-width:989px) {
  .archive_inner {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
  }
}
.archive_item {
  display: block;
  transition: opacity 0.5s;
}
.archive_item:nth-child(1) {
  max-width: 47.2rem;
}
@media (max-width:989px) {
  .archive_item:nth-child(1) {
    max-width: none;
    width: 100%;
  }
}
.archive_item:nth-child(2) {
  max-width: 50.3rem;
}
@media (max-width:989px) {
  .archive_item:nth-child(2) {
    max-width: none;
    width: 100%;
  }
}
.archive_item img {
  max-width: 100%;
}
.archive_item:hover {
  text-decoration: none;
  opacity: 0.7;
}
.archive_item_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #e31841;
  text-align: center;
}
@media (max-width:989px) {
  .archive_item_ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
  }
}

/*////////////////
.to_ise
////////////////*/
.to_ise {
  margin-top: 7.5rem;
  padding-bottom: 8rem;
}
@media (max-width:989px) {
  .to_ise {
    margin-top: 8rem;
    padding-bottom: 7.5rem;
  }
}
.to_ise_links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
@media (max-width:989px) {
  .to_ise_links {
    flex-direction: column;
    align-items: center;
  }
}
.to_ise_link {
  font-size: 1.554rem;
  font-weight: 700;
}
@media (max-width:989px) {
  .to_ise_link {
    font-size: 2rem;
  }
}
.to_ise_link:nth-of-type(1) {
  padding-right: 2.4rem;
  border-right: 1px solid #333;
}
.to_ise_link_wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.to_ise_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #e31841;
  border-radius: 1.6rem;
  color: #fff;
  padding: 1rem 1.5rem;
}
@media (max-width:989px) {
  .to_ise_ttl {
    font-size: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
  }
}
.to_ise_last {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #e31841;
  text-align: center;
  text-decoration: underline;
  margin-top: 3rem;
}
@media (max-width:989px) {
  .to_ise_last {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 5rem;
  }
}
.to_ise_web1 {
  position: relative;
  margin-right: 2rem;
}
@media (max-width:989px) {
  .to_ise_web1 {
    margin-right: 2.6vw;
  }
}
.to_ise_web1::after {
  content: "";
  position: absolute;
  background: #b1b1ac;
  width: 1px;
  height: 100%;
  right: -2rem;
}
.to_ise_sns {
  text-align: center;
}
.to_ise_sns_ttl {
  font-size: 2rem;
  color: #e31841;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width:989px) {
  .to_ise_sns_ttl {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
}
.to_ise_sns_inner {
  display: flex;
  gap: 1.8rem;
  justify-content: center;
  align-items: center;
}
@media (max-width:989px) {
  .to_ise_sns_inner {
    justify-content: center;
    gap: 2.5vw;
    margin: 6rem 0 0 0;
  }
}
.to_ise_sns_inner img {
  width: 4.4rem;
  height: 4.4rem;
}
@media (max-width:989px) {
  .to_ise_sns_inner img {
    width: 10rem;
    height: 10rem;
  }
}
.to_ise_sns_inner a:nth-of-type(2) img {
  width: 3.8rem;
  height: 3.7rem;
}
@media (max-width:989px) {
  .to_ise_sns_inner a:nth-of-type(2) img {
    width: 10rem;
    height: 10rem;
  }
}
.to_ise_bnr_box {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  margin-top: 5rem;
}
@media (max-width:989px) {
  .to_ise_bnr_box {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.to_ise_bnr {
  width: 55.4rem;
  display: block;
}
.to_ise_bnr img {
  max-width: 100%;
}
@media (max-width:989px) {
  .to_ise_bnr {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.to_ise a {
  transition: 0.5s;
}
@media (min-width:990px) {
  .to_ise a:hover {
    opacity: 0.6;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.footer_listen.pc {
  display: block;
  padding: 0 0 20px 0;
  border-top: 4px double #e31841;
  border-bottom: 4px solid #e31841;
  background: #fff;
}
@media (max-width:989px) {
  .footer_listen.sp {
    display: block;
    border-top: 4px double #e31841;
    border-bottom: 4px solid #e31841;
    background: #fff;
  }
}
.footer_listen.tab {
  display: none;
}
.footer_inner {
  position: relative;
  width: 98%;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media (max-width:989px) {
  .footer_inner {
    display: block;
  }
}
.footer_aside ul.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer_aside ul.sns > li {
  width: 35px;
  margin: 0 10px 0 0;
}
.footer_aside ul.sns > li img {
  width: 100%;
  height: auto;
}
.footer_aside ul.sns li:nth-of-type(1) {
  width: 35px;
  height: 35px;
}
.footer_aside ul.sns li:nth-of-type(1) img {
  width: 21px;
  padding: 7px;
  height: auto;
  border-radius: 35px;
  background: #000;
}
.footer_copyright {
  font-size: 65%;
  font-weight: normal;
  text-align: center;
}
@media (max-width:989px) {
  .footer_copyright {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
.footer_wrapper {
  padding-top: 2rem;
}

.balloon {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border: 3px solid #333;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 8px;
  background: #fff;
}
@media (max-width:989px) {
  .balloon {
    width: 38%;
    margin: auto;
    margin-bottom: 3.5vw;
    font-size: 2.6vw;
    padding: 2vw;
  }
}

.balloon:before,
.balloon:after {
  position: absolute;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
  transform: rotate(-90deg);
}
@media (max-width:989px) {
  .balloon:before,
  .balloon:after {
    transform: none;
  }
}

.balloon:before {
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #333;
  border-width: 12px;
  right: -24.2px;
  top: 20%;
}
@media (max-width:989px) {
  .balloon:before {
    right: 45%;
    top: 100%;
  }
}

.balloon:after {
  margin-left: -8px;
  border-color: transparent;
  border-top-color: white;
  border-width: 8px;
  right: -15.2px;
  top: 32%;
}
@media (max-width:989px) {
  .balloon:after {
    right: 47.8%;
    top: 100%;
  }
}

.footer_aside {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width:989px) {
  .footer_aside {
    display: block;
  }
}

a.is-top {
  position: fixed;
  bottom: 100px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  width: 8.9rem;
  height: 8.9rem;
  right: 0;
  background: url(../../img/pagetop.png) no-repeat top;
  background-size: 100%;
  z-index: 2;
}

@media (max-width:989px) {
  a.is-top-sp {
    display: block;
    padding: 0px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    width: 8.9rem;
    height: 8.9rem;
    background: url(../../img/pagetop.png) no-repeat top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 4vw 0;
  }
}

a.is-top {
  text-indent: -9999px;
}

a.is-top-sp {
  text-indent: -9999px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*ナビゲーション*/
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  transition: all 0.7s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  background: #fcfcf4;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #e31841;
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left;
}

#g-nav li a {
  width: 290px;
  text-decoration: none;
  display: block;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:989px) {
  #g-nav li a {
    font-size: 3.2rem;
    padding: 0 0 1vw 0;
  }
}
#g-nav li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.g-nav_icon {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  gap: 3rem;
  justify-content: space-around;
}
@media (max-width:989px) {
  .g-nav_icon {
    justify-content: center;
    gap: 4vw;
    margin-bottom: 3.2rem;
    padding-bottom: 1.6rem;
  }
}
.g-nav_icon.--home img {
  max-width: 3rem;
}
@media (max-width:989px) {
  .g-nav_icon.--home img {
    max-width: 6rem;
  }
}
.g-nav_icon.--home .g-nav_icon_img {
  margin-right: 1rem;
}
.g-nav_icon.--present img {
  width: 3rem;
  height: 3.3rem;
}
@media (max-width:989px) {
  .g-nav_icon.--present img {
    width: 6rem;
  }
}
.g-nav_icon.--present .g-nav_icon_img {
  margin-right: 1rem;
}
@media (max-width:989px) {
  .g-nav_icon.--present .g-nav_icon_img {
    margin-right: 2rem;
  }
}
.g-nav_icon.--check img {
  width: 4.3rem;
}
@media (max-width:989px) {
  .g-nav_icon.--check img {
    width: 8.6rem;
  }
}
.g-nav_icon.--check .g-nav_icon_img {
  margin-right: 1rem;
}
@media (max-width:989px) {
  .g-nav_icon.--check .g-nav_icon_img {
    margin-right: 2rem;
  }
}
.g-nav_icon_img {
  width: 4.3rem;
  text-align: center;
}
@media (max-width:989px) {
  .g-nav_icon_img {
    width: 8.6rem;
  }
}
.g-nav_icon_img img {
  width: 100%;
  height: auto;
}

.menu_wrapper {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 20rem;
}
@media (max-width:989px) {
  .menu_wrapper {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 18vw;
  }
}

.menu_logo {
  margin-top: 14rem;
  transition: all 0.7s;
}
@media (max-width:989px) {
  .menu_logo {
    display: none;
  }
}
.menu_logo img {
  width: 24rem;
}
@media (max-width:989px) {
  .menu_logo img {
    width: 40vw;
  }
}
@media (max-width:989px) {
  .menu_logo ul {
    width: 68%;
    margin: auto;
  }
}

/*========= ハンバーガーメニュー===============*/
.openbtn {
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 70px;
  position: absolute;
  top: 17px;
  right: 19px;
  background: #e31841;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  top: 0px;
  right: 30px;
  height: 2px;
  border-radius: 0px;
  background-color: #fff;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 33px;
}

.openbtn span:nth-of-type(2) {
  top: 41px;
}

.openbtn span:nth-of-type(3) {
  top: 49px;
}

.openbtn.active:before {
  border: 3px solid #fff;
}

.openbtn.active span:nth-of-type(1) {
  top: 37px;
  right: 35px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 49px;
  right: 35px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}

.modal_personality iframe {
  width: 50rem;
  height: 50rem;
}
@media (max-width:989px) {
  .modal_personality iframe {
    width: 100%;
  }
}

.remodal_inner {
  border: 2px dotted #e31841 !important;
}
.remodal_inner strong {
  color: #e31841 !important;
  border-bottom: 4px double #e31841 !important;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  color: #fff;
  background: #333333;
  border: 2px solid #333333;
}

.scrolldown {
  position: relative;
  z-index: 2;
  bottom: 0%;
  left: 0;
  animation: arrowmove 1.5s ease-in-out infinite;
}
@media (max-width:989px) {
  .scrolldown {
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0;
    transform: translateX(-50%);
  }
}
.scrolldown span {
  width: 1vw;
  min-width: 20px;
  height: 2vw;
  position: absolute;
  z-index: 2;
  right: 1vw;
  margin: auto;
  bottom: 10vw;
}
.scrolldown span img {
  width: 100%;
  height: auto;
}
@media (max-width:989px) {
  .scrolldown span {
    width: 5.4vw;
    height: 22vw;
    position: absolute;
    z-index: 2;
    left: 4.5vw;
    right: 0;
    margin: auto;
    bottom: 30vw;
  }
  .scrolldown span img {
    width: 100%;
    height: auto;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1.2%;
  }
  50% {
    bottom: 4.3%;
  }
  100% {
    bottom: 1.2%;
  }
}
@media (max-width:989px) {
  @keyframes arrowmove {
    0% {
      bottom: 1.2%;
    }
    50% {
      bottom: 2.3%;
    }
    100% {
      bottom: 1.2%;
    }
  }
}
.text-container {
  /* PCでの表示 */
  max-width: 100%; /* 親要素の幅に合わせて表示 */
}

/* スマートフォンでの表示 */
@media (max-width: 768px) {
  .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .show-more {
    display: block; /* ボタンを表示 */
  }
}
@media (max-width: 768px) and (max-width:989px) {
  .show-more {
    font-size: 3.6vw;
    margin-top: 1vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .show-all {
    /* 全文表示時のスタイル */
    -webkit-line-clamp: initial; /* 行数制限を解除 */
  }
}
/* PCでの表示 */
@media (min-width: 769px) {
  .show-more {
    display: none; /* ボタンを非表示 */
  }
}
.read-more-1 {
  position: relative;
}

.read-more-1 p {
  position: relative;
  max-height: 60px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-1:has(:checked) p {
  max-height: 100vh;
}

.read-more-1 p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, hsla(60, 57%, 97%, 0) 0, hsla(60, 57%, 97%, 0.5) 50%, hsla(60, 57%, 97%, 0.9) 0, #fcfcf4);
  content: "";
}
@media (max-width:989px) {
  .read-more-1 p::after {
    height: 30px;
  }
}

.read-more-1:has(:checked) p::after {
  content: none;
}

.read-more-1 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 15%;
  transform: translateX(-50%);
  color: #e31841;
  font-size: 0.8em;
}
@media (max-width:989px) {
  .read-more-1 label {
    left: 0;
    transform: translateX(0);
    font-size: 1.2em;
  }
}

.read-more-1 label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.read-more-1:has(:checked) label {
  display: none;
}

.read-more-1 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.read-more-1 input {
  display: none;
}

/*////////////////
.schedule
////////////////*/
.schedule_wrapper {
  padding: 7rem 0 6rem 0;
  border-top: 4px double #e31841;
}
@media (max-width:989px) {
  .schedule_wrapper {
    padding: 6.8vw 0 7.2vw 0;
  }
}
.schedule_ttl {
  width: 30.7rem;
}
@media (max-width:989px) {
  .schedule_ttl {
    width: 62vw;
    margin-bottom: 3vw;
  }
}
.schedule_map {
  width: 100%;
  max-width: 1366px;
  margin: 7.5rem auto 0;
}
@media (max-width:989px) {
  .schedule_map {
    width: 100%;
    margin: 3.5rem auto 0;
  }
}
.schedule_contents {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  max-width: 1100px;
  margin: 4.5rem auto 0;
}
@media (max-width:989px) {
  .schedule_contents {
    row-gap: 9rem;
    margin: 2rem auto 0;
  }
}
.schedule_content:nth-child(1) {
  padding-bottom: 6rem;
  border-bottom: 1px solid #e31841;
}
@media (max-width:989px) {
  .schedule_content:nth-child(1) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.schedule_content:nth-child(1) .schedule_content_ttl {
  background: url(../../img/schedule_date01.png) no-repeat left center/6.7rem auto, url(../../img/schedule_illust01.png) no-repeat right center/9.7rem auto;
}
@media (max-width:989px) {
  .schedule_content:nth-child(1) .schedule_content_ttl {
    background: url(../../img/schedule_date01.png) no-repeat left top/8.4rem auto, url(../../img/schedule_illust01.png) no-repeat right 0.7rem top 0.2rem/9.7rem auto;
  }
}
.schedule_content:nth-child(1) .schedule_content_schedule {
  width: 41.7rem;
}
@media (max-width:989px) {
  .schedule_content:nth-child(1) .schedule_content_schedule {
    width: 66.25rem;
  }
}
.schedule_content:nth-child(2) .schedule_content_ttl {
  line-height: 4rem;
  height: 10rem;
  display: flex;
  align-items: center;
  background: url(../../img/schedule_date02.png) no-repeat left center/6.7rem auto, url(../../img/schedule_illust02.png) no-repeat right center/8.3rem auto;
}
@media (max-width:989px) {
  .schedule_content:nth-child(2) .schedule_content_ttl {
    line-height: 5.9rem;
    height: auto;
    background: url(../../img/schedule_date02.png) no-repeat left top 1.5rem/8.4rem auto, url(../../img/schedule_illust02.png) no-repeat right 1.9rem top/9.2rem auto;
    padding-top: 11rem;
  }
}
.schedule_content:nth-child(2) .schedule_content_schedule {
  width: 41.25rem;
}
@media (max-width:989px) {
  .schedule_content:nth-child(2) .schedule_content_schedule {
    width: 66.25rem;
  }
}
.schedule_content_ttl {
  position: relative;
  font-size: 3.11rem;
  line-height: 10rem;
  padding-left: 8.8rem;
}
@media (max-width:989px) {
  .schedule_content_ttl {
    font-size: 3.909rem;
    white-space: nowrap;
    line-height: 5.9rem;
    padding: 9rem 0 0;
  }
}
.schedule_content_body {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-top: 6.5rem;
}
@media (max-width:989px) {
  .schedule_content_body {
    flex-direction: column;
    margin-top: 7.3rem;
    row-gap: 5.2rem;
  }
}
.schedule_content_left {
  flex: 1;
}
.schedule_content_lead {
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width:989px) {
  .schedule_content_lead {
    font-size: 3rem;
    line-height: 5.991rem;
  }
}
.schedule_content_schedule {
  margin-top: 5.5rem;
}
@media (max-width:989px) {
  .schedule_content_schedule {
    margin-top: 8.5rem;
  }
}
.schedule_content_img {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
  width: 38.2rem;
}
@media (max-width:989px) {
  .schedule_content_img {
    row-gap: 4.5rem;
    width: 56.492rem;
    margin: 0 auto;
  }
}
.schedule_content_img img {
  display: block;
}
.schedule_btn_area {
  margin-top: 6rem;
}
.schedule_btn_area p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #e31841;
  text-align: center;
}
@media (max-width:989px) {
  .schedule_btn_area p {
    font-size: 2.8rem;
  }
}
.schedule_btn {
  position: relative;
  width: 46.2rem;
  aspect-ratio: 462/82;
  margin: 1rem auto 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.schedule_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in-out;
}
.schedule_btn img:nth-of-type(1) {
  opacity: 0;
}
@media (min-width:990px) {
  .schedule_btn:hover img:nth-of-type(1) {
    opacity: 1;
  }
  .schedule_btn:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
@media (max-width:989px) {
  .schedule_btn {
    width: 64rem;
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */