@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: #fff;
  overflow-x: hidden;
}

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

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

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

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

img {
  max-width: 100%;
}

.font-subttl {
  font-family: "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83%;
  aspect-ratio: 638.21/65;
  border-radius: 3.45rem;
  border: 4px solid #e31841;
  font-size: 3.15rem;
  color: #fff;
  overflow: hidden;
  background: #e31841 url(../../img/arrow01.png) no-repeat right 2rem center/2.2rem auto;
}
@media (max-width:989px) {
  .btn {
    width: 81%;
    aspect-ratio: 603.79/89.16;
    border-radius: 4.458rem;
    font-size: 3.7rem;
    font-weight: 700;
  }
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 2;
}
@media (min-width:990px) {
  .btn:hover span {
    color: #e31841;
  }
  .btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.btn_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75.9rem;
  height: 13.3rem;
  background: transparent url(../../img/about_btn_mod.png) no-repeat center center/cover;
  margin: 9.3rem auto 0;
}
@media (max-width:989px) {
  .btn_wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1470/326;
    background: transparent url(../../img/about_btn_mod_sp.png) no-repeat center center/cover;
    margin: 5rem auto 0;
  }
}
.btn_attention {
  position: absolute;
  bottom: -1rem;
  font-size: 1.4rem;
  color: #e31841;
  text-align: center;
}
@media (max-width:989px) {
  .btn_attention {
    bottom: -2.5rem;
    font-size: 2.2rem;
  }
}
.btn_close {
  font-size: 3.15rem;
  font-weight: 700;
  text-align: center;
  color: #e31841;
  margin-top: 8rem;
}
@media (max-width:989px) {
  .btn_close {
    font-size: 3.7rem;
    font-weight: 700;
    margin-top: 5rem;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(-10%);
  transition: all 1.5s;
}
.fadein.delay1 {
  transition-delay: 0.5s;
}
.fadein.delay2 {
  transition-delay: 0.75s;
}
.fadein.delay3 {
  transition-delay: 1s;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

/*CSSアニメーション*/
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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 {
  position: relative;
}
.header_ttl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 60rem;
}
@media (max-width:989px) {
  .header_ttl {
    height: 75rem;
  }
}
.header_ttl01 {
  position: absolute;
  top: 2.4rem;
  right: 3rem;
  width: 17.9rem;
}
@media (max-width:989px) {
  .header_ttl01 {
    top: 5.2rem;
    right: 1.8rem;
    width: 23.2rem;
  }
}
.header_ttl02 {
  position: absolute;
  top: 2rem;
  right: 17.6rem;
  width: 8.95rem;
}
@media (max-width:989px) {
  .header_ttl02 {
    top: 4.6rem;
    right: 20rem;
    width: 11.65rem;
  }
}
.header_ttl03 {
  position: absolute;
  top: 1.5rem;
  right: 22.7rem;
  width: 11.85rem;
}
@media (max-width:989px) {
  .header_ttl03 {
    top: 3.8rem;
    right: 26.7rem;
    width: 15.35rem;
  }
}
.header_top {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  width: 100%;
  height: 5.8rem;
  background: #e31841;
  padding-left: 0.8rem;
}
@media (max-width:989px) {
  .header_top {
    height: 9rem;
    padding-left: 2rem;
  }
}
.header_tfm {
  display: block;
  width: 8.1rem;
}
@media (max-width:989px) {
  .header_tfm {
    width: 14.1rem;
  }
}
.header_inner {
  position: relative;
}
.header_btn {
  position: absolute;
  bottom: 11.2rem;
  left: 3.8rem;
  display: block;
  width: 23.2rem;
  z-index: 10;
}
@media (max-width:989px) {
  .header_btn {
    bottom: 8.4rem;
    left: 4.4rem;
    width: 28.1rem;
  }
}
.header_btn .is-on {
  display: none;
}
@media (min-width:990px) {
  .header_btn:hover .is-off {
    display: none;
  }
  .header_btn:hover .is-on {
    display: block;
  }
}
.header_text {
  position: absolute;
  bottom: 2rem;
  left: 0;
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
  height: 3.15rem;
  overflow: hidden;
  z-index: 10;
}
.header_text img {
  max-width: none;
  width: auto;
  height: 100%;
  animation: loop 15s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-kv img {
  width: 100%;
  height: 88vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:989px) {
  .swiper-kv img {
    height: calc(100vh - 9rem);
  }
}

.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%;
  }
}

.memory {
  max-width: 1100px;
  margin: 9rem auto 9rem;
  display: flex;
  justify-content: space-around;
}
@media (max-width:989px) {
  .memory {
    display: block;
  }
}
.memory_ph {
  width: 30%;
}
@media (max-width:989px) {
  .memory_ph {
    width: 100%;
  }
}
.memory_ph img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media (max-width:989px) {
  .memory_ph img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.memory_btn {
  max-width: 300px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  background: #e31841;
  color: #fff;
  border-radius: 30px;
}
@media (max-width:989px) {
  .memory_btn {
    font-size: 140%;
  }
}

/*////////////////////////////////
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;
  /*背景画像が.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: 6.1rem !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: 2rem;
}
@media (max-width:989px) {
  .cmn_ttl_txt {
    font-size: 4vw;
    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%;
}

.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 {
  background: transparent url(../../img/about_bg.png) no-repeat center center/contain;
  padding-top: 7rem;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width:989px) {
  .about {
    background: url(../../img/about_bg01_sp.png) no-repeat center top 4rem/75rem auto, url(../../img/about_bg03_sp.png) no-repeat center bottom/75rem auto;
    padding-bottom: 12.6rem;
  }
}
.about_inner {
  padding: 0 4rem;
}
@media (max-width:989px) {
  .about_inner {
    padding: 0 4rem;
  }
}
.about_ttl {
  font-size: 3.573rem;
  font-weight: 700;
  color: #e31841;
  text-align: center;
  line-height: 5rem;
  background: transparent url(../../img/about_img01.png) no-repeat center top/32.8rem auto;
  padding-top: 14.5rem;
}
.about_ttl span:nth-of-type(1) {
  margin-left: -1.5rem;
}
.about_ttl span:nth-of-type(2) {
  margin-right: -1.5rem;
}
.about_ttl em {
  font-style: normal;
  font-size: 1.8rem;
}
@media (max-width:989px) {
  .about_ttl em {
    font-size: 2.5rem;
  }
}
.about_ttl .bottom {
  display: block;
  font-size: 2.345rem;
  line-height: 3.5rem;
  color: #333;
  margin-top: 3rem;
}
@media (max-width:989px) {
  .about_ttl {
    font-size: 3.8rem;
    line-height: 6rem;
    padding-top: 13.8rem;
  }
  .about_ttl .bottom {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-top: 2rem;
  }
}
.about_lead {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.06em;
  max-width: 85.7rem;
  margin: 6rem auto 0;
}
@media (max-width:989px) {
  .about_lead {
    font-size: 3rem;
    line-height: 6.12rem;
    letter-spacing: 0.06em;
    max-width: 85.7rem;
    margin: 6.6rem auto 0;
  }
}
.about_report_btn {
  display: block;
  width: 48.65rem;
  margin: 4rem auto 0;
}
.about_report_btn .is-on {
  display: none;
}
.about_report_btn:hover .is-on {
  display: block;
}
.about_report_btn:hover .is-off {
  display: none;
}
.about_border {
  max-width: 1000px;
  height: 0.8rem;
  border-top: 1px solid #e31841;
  border-bottom: 1px solid #e31841;
  margin: 7.5rem auto 0;
}
@media (max-width:989px) {
  .about_border {
    margin: 6.5rem auto 0;
  }
}
.about_contents {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 6.2rem;
}
@media (max-width:989px) {
  .about_contents {
    position: relative;
  }
  .about_contents::before {
    position: absolute;
    content: "";
    top: -2.7rem;
    right: -4rem;
    width: 20.8rem;
    height: 8.2rem;
    background: transparent url(../../img/about_bg02_sp.png) no-repeat center center/20.8rem auto;
  }
}
.about_list {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  width: 66.2rem;
  padding-top: 0.4rem;
}
@media (max-width:989px) {
  .about_list {
    row-gap: 0;
    width: 100%;
    padding-top: 0;
  }
}
.about_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #333;
}
@media (max-width:989px) {
  .about_item {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1.4rem;
    padding-bottom: 3.6rem;
  }
  .about_item:not(:first-child) {
    padding-top: 3.5rem;
  }
}
.about_item:nth-child(2n+1) .about_item_head {
  background-color: #333;
  color: #fff;
}
.about_item:nth-child(2n) .about_item_head {
  background-color: #fff;
}
.about_item_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.856rem;
  height: 2.594rem;
  border-radius: 0.2rem;
  font-size: 1.461rem;
  font-weight: 700;
  border: 1px solid #333;
  margin-left: 1rem;
}
@media (max-width:989px) {
  .about_item_head {
    width: 12.344rem;
    height: 4.671rem;
    border-radius: 0.2rem;
    font-size: 2.631rem;
    margin-left: 1.5rem;
  }
}
.about_item_body {
  font-size: 1.7rem;
}
@media (max-width:989px) {
  .about_item_body {
    font-size: 3.061rem;
    line-height: 4.4rem;
    margin-left: 1.6rem;
  }
}
.about_item_body.tour {
  font-size: 1.988rem;
  line-height: 1.3;
  font-weight: 700;
}
.about_item_body.tour span {
  font-size: 1.717rem;
}
.about_item_body.tour small {
  font-size: 1.431rem;
}
@media (max-width:989px) {
  .about_item_body.tour {
    font-size: 3.579rem;
    line-height: 4.295rem;
  }
  .about_item_body.tour span {
    font-size: 3.092rem;
  }
  .about_item_body.tour small {
    font-size: 2.577rem;
  }
}
.about_item_body.date {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width:989px) {
  .about_item_body.date {
    font-size: 3.6rem;
  }
}
@media (max-width:989px) {
  .about_item.apply {
    background: transparent url(../../img/about_map_sp.png) no-repeat right -0.6rem top 1.2rem/19.1rem auto;
    padding-bottom: 6rem;
  }
}
.about_map {
  width: 17.5rem;
}
@media (max-width:989px) {
  .about_map {
    display: none;
  }
}

/*////////////////
.schedule
////////////////*/
.schedule {
  margin-top: 9.5rem;
}
@media (max-width:989px) {
  .schedule {
    margin-top: 2.8rem;
  }
}
.schedule_inner {
  padding: 0 2rem;
}
@media (max-width:989px) {
  .schedule_inner {
    padding: 0 3rem;
  }
}
.schedule_ttl {
  font-size: 0;
  background: transparent url(../../img/schedule_ttl.png) no-repeat center center/200rem auto;
  height: 4.3rem;
  margin: 0 auto;
}
@media (max-width:989px) {
  .schedule_ttl {
    background: transparent url(../../img/schedule_ttl_sp.png) no-repeat center center/75rem auto;
    height: 6.5rem;
  }
}
.schedule_map {
  width: 95%;
  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: 12rem;
  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) .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: 49.4rem;
}
@media (max-width:989px) {
  .schedule_content:nth-child(1) .schedule_content_schedule {
    width: 64.4rem;
  }
}
.schedule_content:nth-child(2) .schedule_content_ttl {
  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 {
    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: 49.85rem;
}
@media (max-width:989px) {
  .schedule_content:nth-child(2) .schedule_content_schedule {
    width: 62.55rem;
  }
}
.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_ttl::before {
  position: absolute;
  content: "";
  bottom: -0.2rem;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 1.5rem;
  background: transparent url(../../img/schedule_border.png) repeat-x center center/contain;
}
@media (max-width:989px) {
  .schedule_content_ttl::before {
    bottom: -1.6rem;
    height: 1.5rem;
    background: transparent url(../../img/schedule_border_sp.png) repeat-x center center/contain;
  }
}
.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_wrapper {
  margin-top: 4rem;
}
@media (max-width:989px) {
  .schedule .btn_wrapper {
    margin-top: 5rem;
  }
}

/*////////////////
.theme
////////////////*/
.theme {
  margin-top: 10.5rem;
}
@media (max-width:989px) {
  .theme {
    margin-top: 14rem;
  }
}
.theme_ttl {
  font-size: 0;
  background: transparent url(../../img/theme_ttl.png) no-repeat center center/200rem auto;
  height: 4.3rem;
  margin: 0 auto;
}
@media (max-width:989px) {
  .theme_ttl {
    background: transparent url(../../img/theme_ttl_sp.png) no-repeat center center/73.3rem auto;
    height: 6.5rem;
  }
}
.theme_subttl {
  font-size: 2.9rem;
  font-weight: 600;
  color: #e31841;
  text-align: center;
  margin-top: 9rem;
}
@media (max-width:989px) {
  .theme_subttl {
    font-size: 3.909rem;
    line-height: 4.8rem;
    margin-top: 7rem;
  }
}
.theme_inner {
  max-width: 994px;
  padding: 0 2rem;
  margin-inline: auto;
}
@media (max-width:989px) {
  .theme_inner {
    padding: 0 3rem;
  }
}
.theme_list_new {
  position: relative;
  padding-bottom: 7rem;
}
.theme_list_new::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  border-top: 1px solid #f0849a;
  border-bottom: 1px solid #f0849a;
}
@media (max-width:989px) {
  .theme_list_new {
    padding-bottom: 8rem;
  }
}
.theme_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 5rem;
  margin-top: 4rem;
}
.theme_list_date {
  width: 26.1rem;
}
@media (max-width:989px) {
  .theme_list {
    margin-top: 7rem;
  }
}
@media (max-width:989px) {
  .theme .more_list .theme_list {
    margin-top: 6rem;
  }
}
.theme_list_item {
  width: calc(50% - 2rem);
}
@media (max-width:989px) {
  .theme_list_item {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.theme_list_img {
  position: relative;
}
@media (max-width:989px) {
  .theme_list_img {
    width: 100%;
  }
}
.theme_list_img img {
  width: 100%;
  aspect-ratio: 484.12/281.92;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width:989px) {
  .theme_list_img img {
    aspect-ratio: auto;
    margin: 0 0 2rem 0;
  }
}
.theme_list_img::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 5.2rem;
  height: 9.65rem;
  left: 1.3rem;
}
.theme_list_img.--day1::before {
  background-image: url(../../img/img_day_01.png);
}
@media (max-width:989px) {
  .theme_list_img.--day1::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day2::before {
  background-image: url(../../img/img_day_02.png);
}
@media (max-width:989px) {
  .theme_list_img.--day2::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day3::before {
  background-image: url(../../img/img_day_03.png);
}
@media (max-width:989px) {
  .theme_list_img.--day3::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day4::before {
  background-image: url(../../img/img_day_04.png);
}
@media (max-width:989px) {
  .theme_list_img.--day4::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day5::before {
  background-image: url(../../img/img_day_05.png);
}
@media (max-width:989px) {
  .theme_list_img.--day5::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day6::before {
  background-image: url(../../img/img_day_06.png);
}
@media (max-width:989px) {
  .theme_list_img.--day6::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day7::before {
  background-image: url(../../img/img_day_07.png);
}
@media (max-width:989px) {
  .theme_list_img.--day7::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day8::before {
  background-image: url(../../img/img_day_08.png);
}
@media (max-width:989px) {
  .theme_list_img.--day8::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day9::before {
  background-image: url(../../img/img_day_new01.png);
}
@media (max-width:989px) {
  .theme_list_img.--day9::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day10::before {
  background-image: url(../../img/img_day_new02.png);
}
@media (max-width:989px) {
  .theme_list_img.--day10::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day11::before {
  background-image: url(../../img/img_day_new03.png);
}
@media (max-width:989px) {
  .theme_list_img.--day11::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day12::before {
  background-image: url(../../img/img_day_new04.png);
}
@media (max-width:989px) {
  .theme_list_img.--day12::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
.theme_list_img.--day13::before {
  background-image: url(../../img/img_day_new05.png);
}
@media (max-width:989px) {
  .theme_list_img.--day13::before {
    width: 12.8vw;
    height: 18vw;
    background: none;
  }
}
@media (max-width:989px) {
  .theme .themegroup {
    flex: 1;
    padding-top: 0.5rem;
  }
}
.theme_list_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e31841;
  margin-top: 2.4rem;
}
@media (max-width:989px) {
  .theme_list_ttl {
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 1.8rem;
  }
}
.theme_list_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2.4rem;
}
@media (max-width:989px) {
  .theme_list_text {
    font-size: 3rem;
    line-height: 1.7;
    margin-top: 1.8rem;
  }
}
.theme_text {
  font-size: 2rem;
  font-weight: 700;
  color: #e31841;
  margin-top: 4rem;
}
@media (max-width:989px) {
  .theme_text {
    margin-top: 6rem;
    text-align: center;
    font-size: 2.8rem;
  }
}

.read-more-1 {
  position: relative;
}

.read-more-1 p {
  position: relative;
  max-height: 100px; /* 開く前に見せたい高さを指定 */
  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: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.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: 10%;
  transform: translateX(-50%);
  color: #e31841;
  font-size: 1em;
}
@media (max-width:989px) {
  .read-more-1 label {
    left: 12%;
    font-size: 1.5em;
  }
}

.read-more-1 label:hover {
  color: #c7511f;
  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;
}

/*////////////////
.about_ise
////////////////*/
.about_ise {
  margin-top: 9rem;
  background: url(../../img/about_ise_bg.png) no-repeat center center/contain;
  border-top: 4px double #e31841;
}
@media (max-width:989px) {
  .about_ise {
    background: url(../../img/about_ise_bg_sp.png) repeat-y center top 15rem/contain;
    margin-top: 10.5rem;
  }
}
.about_ise_wrapper {
  padding: 5rem 2rem 0;
}
@media (max-width:989px) {
  .about_ise_wrapper {
    padding: 0 4rem 0;
  }
}
.about_ise_inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.5rem 5rem 0 5rem;
}
@media (max-width:989px) {
  .about_ise_inner {
    padding: 4.7rem 3rem 0 3.5rem;
  }
}
.about_ise_ttl {
  font-size: 2.931rem;
  font-weight: bold;
  line-height: 6.3rem;
  color: #e31841;
  background: transparent url(../../img/about_ise_icon.png) no-repeat left center/5.8rem auto;
  padding-left: 7rem;
}
@media (max-width:989px) {
  .about_ise_ttl {
    font-size: 4.798rem;
    letter-spacing: -0.08em;
    line-height: 10rem;
    background: transparent url(../../img/about_ise_icon.png) no-repeat left center/9rem auto;
    padding-left: 10.7rem;
    white-space: nowrap;
  }
}
.about_ise_leadtxt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.76;
  margin-top: 3.5rem;
}
.about_ise_col {
  margin-top: 6.7rem;
}
@media (max-width:989px) {
  .about_ise_col {
    margin-top: 7rem;
  }
}
.about_ise_txtcol {
  width: 70%;
}
.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: 2rem;
}
@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_txt {
  font-size: 1.65rem;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
}
@media (max-width:989px) {
  .about_ise_txt {
    line-height: 1.9;
    font-size: 3.6vw;
  }
}
.about_ise_txt02 {
  margin-top: 3.6rem;
}
.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-top: 4.2rem;
}
@media (max-width:989px) {
  .about_ise_slider {
    margin-top: 8vw;
  }
}
.about_ise_slider_item img {
  width: 100%;
}
.about_ise_img02 {
  width: 51.4%;
  margin-top: 1rem;
}
@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: 36%;
}
@media (max-width:989px) {
  .about_ise_itemfirst_col2 {
    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-top: 7rem;
}
@media (max-width:989px) {
  .about_ise_reference {
    display: block;
    line-height: 1.5;
    padding: 3vw 4vw;
    margin-top: 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;
}

/*////////////////
.message
////////////////*/
.message {
  background: transparent url(../../img/message_bg.png) no-repeat center center/contain;
  max-width: 2000px;
  margin: 8rem auto 0;
}
@media (max-width:989px) {
  .message {
    background: none;
    margin: 7rem auto 0;
  }
}
.message_ttl {
  font-size: 0;
  background: transparent url(../../img/message_ttl.png) no-repeat center center/200rem auto;
  height: 4.3rem;
  margin: 0 auto;
}
@media (max-width:989px) {
  .message_ttl {
    background: transparent url(../../img/message_ttl_sp.png) no-repeat center center/75rem auto;
    height: 6.5rem;
  }
}
.message_txt {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 7rem;
  min-height: 9.8rem;
  margin-top: 8rem;
  margin-bottom: 7.4rem;
  background: url(../../img/message_illust01.png) no-repeat left center/4.9rem auto, url(../../img/message_illust02.png) no-repeat right center/5.4rem auto;
}
.message_txt span {
  color: #e31841;
}
@media (max-width:989px) {
  .message_txt {
    font-size: 3rem;
    padding: 0 3rem;
    background: none;
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
  .message_txt img {
    width: 15.5rem;
    float: right;
  }
}
.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;
}

/*////////////////
.report
////////////////*/
.report {
  margin-top: 7.2rem;
}
.report_inner {
  padding: 0 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width:989px) {
  .report_inner {
    padding: 0 2rem;
  }
}
.report_ttl {
  font-size: 0;
  background: transparent url(../../img/report_ttl.png) no-repeat center center/200rem auto;
  height: 4.3rem;
  margin: 0 auto;
}
@media (max-width:989px) {
  .report_ttl {
    background: transparent url(../../img/report_ttl_sp.png) no-repeat center center/75rem auto;
    height: 6.5rem;
  }
}
.report_subttl {
  font-size: 2.931rem;
  font-weight: 700;
  color: #e31841;
  margin-top: 5.5rem;
  text-align: center;
}
@media (max-width:989px) {
  .report_subttl {
    font-size: 3.909rem;
    line-height: 4.8rem;
  }
}
.report_items {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  margin-top: 4.5rem;
}
.report_item {
  border: 2px dotted #333;
  padding: 5rem 5rem 6rem;
}
@media (max-width:989px) {
  .report_item {
    padding: 4rem 4.5rem 4.5rem;
  }
}
.report_item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width:989px) {
  .report_item_ttl {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.report_item_border {
  width: 100%;
  height: 0.7rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 2.5rem;
}
.report_item_img {
  width: 60%;
  margin: 4.5rem auto 0;
}
@media (max-width:989px) {
  .report_item_img {
    width: 100%;
  }
  .report_item_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.report_item_txt {
  font-size: 1.7rem;
  line-height: 3rem;
  margin-top: 3rem;
}
@media (max-width:989px) {
  .report_item_txt {
    font-size: 3rem;
    line-height: 1.75;
  }
}

/*////////////////
.program
////////////////*/
.program {
  padding: 0 2rem;
  margin-top: 5.2rem;
}
@media (max-width:989px) {
  .program {
    padding: 0;
    margin-top: 7.2rem;
  }
}
.program_inner {
  max-width: 1000px;
  background-color: #f0e2d7;
  border-radius: 1.1rem;
  padding: 4.4rem 3.5rem 4.6rem;
  margin: 0 auto;
}
@media (max-width:989px) {
  .program_inner {
    border-radius: 0;
    padding: 6.1rem 2.6rem 6.6rem;
  }
}
.program_ttl {
  font-size: 2.6rem;
  font-weight: 900;
  color: #e31841;
}
@media (max-width:989px) {
  .program_ttl {
    font-size: 3.874rem;
    white-space: nowrap;
  }
}
.program_lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5rem;
}
@media (max-width:989px) {
  .program_lead {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-top: 3.2rem;
  }
}
.program_link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #e31841;
  border-bottom: 2px solid #e31841;
  padding: 0 1.2rem 0.3rem 0;
}
@media (max-width:989px) {
  .program_link {
    font-size: 2.86rem;
    padding: 0 2.4rem 0.9rem 0;
  }
}
.program_link span {
  position: relative;
  padding-left: 2rem;
}
@media (max-width:989px) {
  .program_link span {
    padding-left: 3rem;
  }
}
.program_link span::before {
  position: absolute;
  content: "";
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.8rem solid #e31841;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
@media (max-width:989px) {
  .program_link span::before {
    border-left: 1.5rem solid #e31841;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }
}
.program_link_wrapper {
  display: flex;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  margin-top: 2rem;
}
@media (max-width:989px) {
  .program_link_wrapper {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
    margin-top: 5rem;
  }
}
.program_bnr {
  position: relative;
  display: block;
  margin-top: 4.2rem;
}
@media (max-width:989px) {
  .program_bnr {
    margin-top: 5.5rem;
  }
}
.program_bnr a {
  position: absolute;
  display: block;
  height: 100%;
}
.program_bnr a:nth-of-type(1) {
  right: 0;
  width: 26.7%;
}
@media (max-width:989px) {
  .program_bnr a:nth-of-type(1) {
    width: 24.1rem;
  }
}
.program_bnr a:nth-of-type(2) {
  right: 26.8%;
  width: 25.7%;
}
@media (max-width:989px) {
  .program_bnr a:nth-of-type(2) {
    right: 24.2rem;
    width: 23.5rem;
  }
}
.program a {
  transition: 0.5s;
}
@media (min-width:990px) {
  .program a:hover {
    opacity: 0.6;
  }
}

/*////////////////
.to_ise
////////////////*/
.to_ise {
  margin-top: 5.2rem;
  padding-bottom: 5.5rem;
}
@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 {
  width: 55.4rem;
  display: block;
  margin: auto;
  margin-top: 4.5rem;
}
@media (max-width:989px) {
  .to_ise_bnr {
    width: 100%;
    padding: 0 2rem;
    margin-top: 5.5rem;
    box-sizing: border-box;
  }
}
.to_ise a {
  transition: 0.5s;
}
@media (min-width:990px) {
  .to_ise a:hover {
    opacity: 0.6;
  }
}

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

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

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

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

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

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

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

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

.fukidashi09 {
  position: absolute;
  left: calc(50% - 716px);
  top: calc(50% + 140px);
  animation: pikopiko 1s steps(2, start) infinite;
  animation-delay: 0.9s;
}
@media (max-width:989px) {
  .fukidashi09 {
    top: 58%;
  }
}
.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);
    }
  }
}
.more_btn {
  position: relative;
  width: 20rem;
  height: 6.4rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 3rem;
}
@media (max-width:989px) {
  .more_btn {
    margin-top: 6.5rem;
    width: 42vw;
    height: 11.2vw;
  }
}
.more_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in-out;
}

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

.more_btn2 {
  position: relative;
  width: 20rem;
  height: 6.4rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:989px) {
  .more_btn2 {
    margin-top: 0;
    width: 42vw;
    height: 11.2vw;
  }
}
.more_btn2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in-out;
}

@media (min-width:990px) {
  .more_btn2:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
.more_btn3 {
  position: relative;
  width: 18.6rem;
  height: 6.4rem;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 1rem;
}
@media (max-width:989px) and (max-width:989px) {
  .more_btn3 {
    margin-top: 0;
    width: 42vw;
    height: 11.2vw;
  }
}
.more_btn3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  transition: 0.4s ease-in-out;
}

@media (min-width:990px) {
  .more_btn3:hover img:nth-of-type(2) {
    opacity: 0;
  }
}
/*////////////////
.personality
////////////////*/
.personality {
  border-radius: 15px;
  background: #e31841;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width:989px) {
  .personality {
    margin-bottom: 0;
    height: 30.6vw;
    border-radius: 5px;
  }
}
.personality_col1 {
  color: #fff;
  font-size: 1.7rem;
  padding: 2.4rem 3.8rem;
  line-height: 1.29;
}
@media screen and (min-width: 989px) and (max-width: 1024px) {
  .personality_col1 {
    padding: 2.4rem 2rem;
  }
}
@media (max-width:989px) {
  .personality_col1 {
    display: flex;
    align-items: center;
    font-size: 1.8vw;
    padding: 2.4vw 1vw 2.4vw 2vw;
  }
}
@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.4vw;
    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.jpg);
  position: absolute;
  width: 1rem;
  height: 15.5rem;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:989px) {
  .personality_col2::before {
    height: 30.6vw;
    left: 0vw;
  }
}
.personality_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 15.5rem;
  width: 26.3rem;
  flex-grow: 1;
  -o-object-position: center -3rem;
     object-position: center -3rem;
}
@media (max-width:989px) {
  .personality_thumb img {
    height: 100%;
    width: 32vw;
    -o-object-position: unset;
       object-position: unset;
  }
}
.personality_thumb2 {
  border-radius: 0 15px 15px 0;
}
@media (max-width:989px) {
  .personality_thumb2 {
    border-radius: 0 5px 5px 0;
  }
}
.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;
}

.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);
}

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

/*== 押し込む円 */
.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: 7rem 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.9rem;
  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: 1.7rem;
  }
}
.present_btn {
  display: flex;
  padding-left: 2rem;
  gap: 1rem;
  position: relative;
}
@media (max-width:989px) {
  .present_btn {
    width: 100%;
    display: block;
  }
}
.present_btn_x {
  text-align: center;
  display: block;
  width: 37.4rem;
  height: 8.8rem;
  background: url(../../img/btn_x_off.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width:989px) {
  .present_btn_x {
    width: 70vw;
    height: 16vw;
    margin: auto;
    margin-bottom: 2vw;
  }
}
@media (min-width:990px) {
  .present_btn_x:hover {
    background: url(../../img/btn_x_on.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-in;
    transform: translate(0, -8px);
  }
}
.present_btn_form {
  text-align: center;
  display: block;
  width: 37.4rem;
  height: 8.8rem;
  background: url(../../img/btn_form_off.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width:989px) {
  .present_btn_form {
    width: 70vw;
    height: 16vw;
    margin: auto;
  }
}
@media (min-width:990px) {
  .present_btn_form:hover {
    background: url(../../img/btn_form_on.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-in;
    transform: translate(0, -8px);
  }
}
.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: 76%;
}
@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%;
  }
}

/*////////////////
.sns
////////////////*/
.sns_widget_wrapper {
  border-bottom: dashed 1px #e31841;
}
.sns_wrapper {
  padding: 5.4rem 0 7rem;
  overflow-x: hidden;
}
@media (max-width:989px) {
  .sns_wrapper {
    padding: 3.4rem 0 3.4rem;
  }
}
.sns_ttl {
  color: #e31841;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.66;
  margin-bottom: 2.8rem;
}
@media (max-width:989px) {
  .sns_ttl {
    font-size: 3.2vw;
    line-height: 1.22;
    margin-bottom: 4vw;
  }
}
.sns.--big {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width:989px) {
  .sns.--big {
    font-size: 5vw;
  }
}
.sns_inner {
  display: flex;
  align-items: center;
  width: 100rem;
  margin: auto;
  gap: 5rem;
}
@media (max-width:989px) {
  .sns_inner {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
}
.sns_col1 {
  flex: 1;
  text-align: center;
  position: relative;
}
@media (max-width:989px) {
  .sns_col1 {
    margin-bottom: 7.4vw;
  }
  .sns_col1::before {
    content: "";
    background: url(../../img/bg_sp_01.png);
    position: absolute;
    width: 25vw;
    height: 22vw;
    top: -2vw;
    right: -2vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .sns_col1::after {
    content: "";
    background: url(../../img/bg_sp_03.png);
    position: absolute;
    width: 22vw;
    height: 22vw;
    top: 11vw;
    left: -3vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.sns_col2 {
  flex: 1;
  text-align: center;
  position: relative;
}
@media (max-width:989px) {
  .sns_col2 {
    padding: 7vw 0 0 0;
    border-top: 1px solid #ccc;
  }
  .sns_col2::before {
    content: "";
    background: url(../../img/bg_sp_06.png);
    position: absolute;
    width: 14vw;
    height: 22vw;
    top: -13vw;
    right: 0vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .sns_col2::after {
    content: "";
    background: url(../../img/bg_sp_02.png);
    position: absolute;
    width: 24vw;
    height: 22vw;
    top: 8vw;
    left: -2vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.sns_widget {
  width: 100%;
}
.sns_widget img {
  width: 100%;
}
.sns_widget .twitter-timeline {
  width: 100% !important;
}
@media (max-width:989px) {
  .sns_widget .twitter-timeline {
    margin: auto;
  }
}

/*////////////////
.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;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@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 {
    margin-bottom: 4.6vw;
  }
}
.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: 130px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  width: 9.2rem;
  height: 9.2rem;
  background: url(../../img/pagetop.png) no-repeat top;
  background-size: 100%;
  z-index: 2;
  transition: 0.5s;
}
@media (min-width:990px) {
  a.is-top:hover {
    opacity: 0.6;
  }
}

@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-bottom: 4vw;
  }
}

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: #fff;
}

#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 {
  position: relative;
  width: 400px;
  text-decoration: none;
  display: block;
  letter-spacing: 0em;
  padding-left: 2.4rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  transition: 0.5s;
}
@media (min-width:990px) {
  #g-nav li a:hover {
    opacity: 0.6;
  }
}
#g-nav li a::before {
  position: absolute;
  content: "";
  bottom: 50%;
  right: 1rem;
  transform: rotate(45deg);
  width: 0.8rem;
  height: 0.3rem;
  background: #fff;
}
#g-nav li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  transform: rotate(-45deg);
  width: 0.8rem;
  height: 0.3rem;
  background: #fff;
}
.g-nav_icon {
  border-bottom: solid 1px #fff;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  justify-content: space-around;
}
.g-nav_icon:last-of-type {
  margin-bottom: 0;
}
.menu_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 20rem;
}
@media (max-width:989px) {
  .menu_wrapper {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 18vw;
  }
}

.menu_logo {
  width: 17rem;
  transition: all 0.7s;
}
@media (max-width:989px) {
  .menu_logo {
    display: none;
  }
}

/*========= ハンバーガーメニュー===============*/
.openbtn {
  position: relative;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width:989px) {
  .openbtn {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width:990px) {
  .openbtn:hover {
    opacity: 0.6;
  }
}
.openbtn.active {
  border: 1px solid #fff;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
}
@media (max-width:989px) {
  .openbtn span {
    height: 0.4rem;
  }
}

.openbtn span:nth-of-type(1) {
  top: calc(50% - 0.8rem);
  transform: translateY(-50%);
}
@media (max-width:989px) {
  .openbtn span:nth-of-type(1) {
    top: calc(50% - 1.4rem);
  }
}

.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.openbtn span:nth-of-type(3) {
  top: calc(50% + 0.8rem);
  transform: translateY(-50%);
}
@media (max-width:989px) {
  .openbtn span:nth-of-type(3) {
    top: calc(50% + 1.4rem);
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 60%;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
}

.modal_personality iframe {
  width: 50rem;
  height: 50rem;
}
@media (max-width:989px) {
  .modal_personality iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3/5;
  }
}

.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;
  bottom: 1%;
  left: 2vw;
  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%);
  }
}
@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: 3%;
  }
  50% {
    bottom: 5%;
  }
  100% {
    bottom: 3%;
  }
}
@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; /* ボタンを非表示 */
  }
}/*# sourceMappingURL=style.css.map */