@charset "UTF-8";
/* ----------------------------------
  STEAM GIRLS EXPERIENCE 
-------------------------------------*/
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

/* conainer
---------------------------*/
.se-conainer {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* sect common
---------------------------*/

.se-sec-heading-base {
  margin: 0;
  padding: 50px 0 14px;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .se-sec-heading-base {
    padding: 78px 0 37px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}


/* header
---------------------------*/
.se-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.se-header_inner {
  height: 65px;
}
.se-header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.se-header_navWrap {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.se-header_heading {
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color:#2B2B2B;
}
.se-header_hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: none;
  border: none;
}
.se-header_hamburger_inner {
  display: block;
  width: 20px;
  height: 15px;
  position: relative;
  pointer-events: none;
}
.se-header_hamburger_line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.se-header_hamburger_line:nth-child(1) {
  top: 0;
  will-change: transform;
}
.se-header_hamburger_line:nth-child(2) {
  top: 50%;
  transition: opacity 0.16s 0.24s;
  will-change: opacity;
}
.se-header_hamburger_line:nth-child(3) {
  top: calc(100% - 1px);
  will-change: transform;
}
.se-header_hamburger_name {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 0.875rem;
}
.se-header_overlay {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-out 0s;
}
.se-header.is-open .se-header_hamburger_line {
  top: 50%;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.se-header.is-open .se-header_hamburger_line:nth-child(1) {
  transform: rotate(45deg);
}
.se-header.is-open .se-header_hamburger_line:nth-child(2) {
  opacity: 0;
}
.se-header.is-open .se-header_hamburger_line:nth-child(3) {
  transform: rotate(-45deg);
}
.se-header.is-open .se-header_navWrap {
  visibility: visible;
}

@media screen and (min-width: 641px) {
  .se-header {
    min-width: 1190px;
  }
  .se-header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .se-header_main {
    width: auto;
    max-width: initial;
    margin: 0;
  }
  .se-header_heading {
    font-size: 1.125rem;
  }
  .se-header_hamburger {
    display: none;
  }
  .se-header_navWrap {
    width: auto;
    height: auto;
    visibility: visible;
  }
}
/* headerNav
---------------------------*/
.se-headerNav_list {
  margin: 0;
  list-style: none;
}
.se-headerNav_item > a {
  display: block;
  padding: 10px 20px;
  color: #2B2B2B;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.0625rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.se-headerNav_item > a:focus-visible {
  outline-offset: initial;
  border: solid 2px #000 !important;
}
.se-headerNav_btnWrap {
  text-align: center;
}
.se-headerNav_btnWrap .se-btn {
  max-width: 220px;
  min-height: 44px;
  margin: 0 auto;
}
.se-headerNav_btnWrap_txt {
  display: inline-block;
  margin-top: 15px;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .se-headerNav {
    position: absolute;
    top: 0;
    right: -70%;
    z-index: 1001;
    width: 70%;
    height: 100vh;
    padding: 0 25px;
    background-color: #FFF;
    box-sizing: border-box;
    transition: 0.4s ease-out 0s;
  }
  .se-headerNav_list {
    padding: 30px 0 0;
  }
  .se-headerNav_item + .se-headerNav_item {
    margin-top: 30px;
  }
  .se-headerNav_btnWrap {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .se-header.is-open .se-header_overlay {
    visibility: visible;
    opacity: 1;
  }
  .se-header.is-open .se-headerNav {
    right: 0;
  }
}
@media screen and (min-width: 641px) {
  .se-headerNav {
    position: initial;
    display: flex;
    align-items: center;
    width: auto;
    visibility: visible;
    opacity: 1;
  }
  .se-headerNav_list {
    display: flex;
    width: auto;
  }
  .se-headerNav_item + .se-headerNav_item {
    margin-left: 30px;
  }
  .se-headerNav_item > a {
    font-size: 0.9375rem;
  }
  .se-headerNav_item > a:hover > span {
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
  }
  .se-headerNav_btnWrap {
    width: 218px;
    margin-left: 40px;
  }
  .se-headerNav_btnWrap_txt {
    display: none;
  }
}
/* main
---------------------------*/
.se-main {
  overflow: hidden;
  color: #2B2B2B;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  opacity: 0;
  transition: 0.3s;
}
.se-main.is-show {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .se-main {
    min-width: 1190px;
  }
}
/* bg
---------------------------*/
.se-bgWrap {
  position: relative;
  padding: 65px 0 100px;
  background-color: #F3F3FE;
}

@media screen and (min-width: 641px) {
  .se-bgWrap {
    padding: 110px 0 140px;
  }
}
/* kv
---------------------------*/
.se-kv {
  position: relative;
  padding: 0;
  background-color: #FAF5E0;
}
.se-kv_top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 125px);
  height: calc(100dvh - 125px);
  max-height: 650px;
}
.se-kv_btm {
  position: relative;
  min-height: 600px;
  padding: 85px 0 150px;
}
.se-kv_icon {
  position: absolute;
  z-index: 4;
}
.se-kv_icon.-no1 {
  top: 133%;
  bottom: auto;
  right: 0;
}
.se-kv_icon.-no1 img {
  width: 18.7vw;
}
.se-kv_icon.-no2 {
  top: -57%;
  right: -15%;
}
.se-kv_icon.-no2 img {
  width: 18vw;
}
.se-kv_icon.-no3 {
  top: 7.5%;
  bottom: auto;
  right: -11%;
}
.se-kv_icon.-no3 img {
  width: 75px;
}
.se-kv_icon.-no4 {
  top: -50%;
  left: -19.5%;
}
.se-kv_icon.-no4 img {
  width: 29.2vw;
}
.se-kv_icon.-no5 {
  top: 116%;
  left: -8%;
}
.se-kv_icon.-no5 img {
  width: 30.95vw;
}
.se-kv_icon.-no6 {
  top: 102%;
  right: -13.5%;
}
.se-kv_icon.-no6 img {
  width: 23.8vw;
}
.se-kv_icon.-no7 {
  top: 38%;
  right: -13.5%;
}
.se-kv_icon.-no7 img {
  width: 16.8vw;
}
.se-kv_icon.-no8 {
  top: 7%;
  bottom: auto;
  left: -14.5%;
}
.se-kv_icon.-no8 img {
  width: 22.3vw;
}
.se-kv_icon.-no9 {
  /*bottom: -3%;*/
  /*left: 0;*/

  bottom: 2%;
}
.se-kv_icon.-no9 img {
  width: 16.5vw;
}
.se-kv_icon.-no10 {
  top: -51.5%;
  left: 25%;
}
.se-kv_icon.-no10 img {
  width: 16vw;
}
.se-kv_icon.-no11 {
  /*bottom: -1.3%;*/
  /*right: 0;*/

  bottom: 0.7%;
  right: -8%;
}
.se-kv_icon.-no11 img {
  width: 16vw;
}
.se-kv_icon.-wave {
  overflow: hidden;
  bottom: -3%;
  left: 51%;
  z-index: 3;
  width: 1%;
  opacity: 0;

  bottom: 1%;
  left: 65%;
}
.se-kv_icon.-wave img {
  width: 67vw;
}
.se-kv_main {
  position: relative;
}
.se-kv_applyWrap {
  position: absolute;
  top: -31vw;
  right: 0;
  z-index: 4;
  width: 27.5vw;
}
.se-kv_apply {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  background-color: #6F4DF7;
  border-radius: 50%;
}
.se-kv_apply_inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.se-kv_apply_txt {
  color: #FFF;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 27px;
}
.se-kv_ttl {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
}
.se-kv_ttl_ac {
  display: none;
}
.se-kv_ttl_se img {
  width: 100%;
}
.se-kv_ttl_se img {
  width: 100%;
}
.se-kv_ttl_gr {
  position: absolute;
  top: 8%;
  left: 47%;
  z-index: 3;
}
.se-kv_ttl_gr svg {
  width: 44.5vw;
}
.se-kv_ttl_line {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 34%;
  left: 47%;
  z-index: 1;
  width: 1%;
}
.se-kv_ttl_line img {
  width: 47.5vw;
}
.se-kv_catchcopy {
  margin: 35px -15px 0;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  letter-spacing: -0.01em;
}
.se-kv_heading {
  margin: 0;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.4;
}
.se-kv_lead_txt {
  margin: 25px 0 0;
  color: #6F4DF7;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
.se-kv_lead_txt + * {
  margin-top: 30px;
}
.se-kv_next {
  position: absolute;
  right: auto;
  left: auto;
  bottom: 10%;
  display: inline-block;
}
.se-kv_next_icon {
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.se-kv_next_icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6F4DF7;
  border-right: 2px solid #6F4DF7;
  transform: rotate(135deg);
  content: "";
}
.se-kv_next_icon:hover {
  opacity: 0.6;
}
.se-kv_next_icon > span {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 390px) {
  .se-kv_catchcopy {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 330px) {
  .se-kv_catchcopy {
    font-size: 0.78125rem !important;
  }
}
@media screen and (min-width: 390px) {
  .se-kv_apply_txt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 641px) {
  .se-kv {
    padding: 0;
  }
  .se-kv_top {
    top: 20px;
    height: calc(100vh - 135px);
    height: calc(100dvh - 135px);
    max-height: initial;
  }
  .se-kv_btm {
    align-items: flex-start;
    padding: 0 0 120px;
    min-height: 390px;
  }
  .se-kv_icon.-no1 {
    top: -16%;
    bottom: auto;
    left: -33%;
    right: auto;
  }
  .se-kv_icon.-no1 img {
    width: 132px;
  }
  .se-kv_icon.-no2 {
    top: -33%;
    bottom: auto;
    left: auto;
    right: -5%;
  }
  .se-kv_icon.-no2 img {
    width: 136px;
  }
  .se-kv_icon.-no3 {
    top: -21%;
    bottom: auto;
    left: auto;
    right: -27%;
  }
  .se-kv_icon.-no3 img {
    width: 121px;
  }
  .se-kv_icon.-no4 {
    top: -16.5%;
    left: auto;
    right: -55.3%;
  }
  .se-kv_icon.-no4 img {
    width: 272px;
  }
  .se-kv_icon.-no5 {
    top: 40%;
    bottom: auto;
    left: -35%;
    right: auto;
  }
  .se-kv_icon.-no5 img {
    width: 233px;
  }
  .se-kv_icon.-no6 {
    top: 62%;
    bottom: auto;
    left: auto;
    right: -50%;
  }
  .se-kv_icon.-no6 img {
    width: 170px;
  }
  .se-kv_icon.-no7 {
    top: 98%;
    bottom: auto;
    right: -37%;
    left: auto;
  }
  .se-kv_icon.-no7 img {
    width: 154px;
  }
  .se-kv_icon.-no8 {
    top: -3%;
    bottom: auto;
    left: -18%;
    right: auto;
  }
  .se-kv_icon.-no8 img {
    width: 154px;
  }
  .se-kv_icon.-no9 {
    top: auto;
    /*bottom: -10%;*/
    /*left: -4.5%;*/
    right: auto;
    bottom: 10%;
    left: -4.5%;
  }
  .se-kv_icon.-no9 img {
    width: 136px;
  }
  .se-kv_icon.-no11 {
    top: auto;
    /*bottom: 1.5%;*/
    left: auto;
    /*right: -9.5%;*/
    bottom: -2.5%;
    right: -16.5%;
  }
  .se-kv_icon.-no11 img {
    width: 120px;
  }
  .se-kv_icon.-wave {
    position: absolute;
    top: auto;
    /*bottom: -8%;
    left: 71%;*/
    bottom: 2%;
    left: 91%;
  }
  .se-kv_icon.-wave img {
    width: 413px;
  }
  .se-kv_main {
    width: 710px;
  }
  .se-kv_applyWrap {
    top: auto;
    bottom: 45px;
    right: -142px;
    width: 170px;
  }
  .se-kv_apply_txt {
    font-size: 1.3rem;
    line-height: 1.44;
    margin-top: 35px;
    margin-left: 6px;
  }
  .se-kv_ttl {
    left: 45px;
    max-width: initial;
  }
  .se-kv_ttl_ac {
    display: block;
    position: absolute;
    top: -75px;
    left: -122px;
  }
  .se-kv_ttl_ac img {
    width: 121px;
  }
  .se-kv_ttl_se img {
    width: 710px;
  }
  .se-kv_ttl_gr {
    top: 8.5%;
    right: 4%;
  }
  .se-kv_ttl_gr svg {
    width: 346px;
  }
  .se-kv_ttl_line {
    top: 34.5%;
    left: 47.2%;
  }
  .se-kv_ttl_line img {
    width: 374px;
  }
  .se-kv_catchcopy {
    position: relative;
    width: 710px;
    left: auto;
    right: auto;
    margin-top: 45px;
    font-size: 1.3125rem;
    line-height: 1.9047619048;
  }
  .se-kv_heading {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  .se-kv_lead_txt {
    text-align: center;
    margin-top: 30px;
  }
  .se-kv_next {
    display: none;
  }
}
@media screen and (max-width: 640px) and (max-height: 800px) {
  .se-kv_top {
    min-height: 750px;
  }
}
@media screen and (max-width: 400px) and (max-height: 800px) {
  .se-kv_top {
    min-height: 540px;
  }
}
@media screen and (min-width: 641px) and (max-height: 800px) {
  .se-kv_top {
    min-height: 800px;
  }
  .se-kv_next {
    bottom: 0;
  }
}

/* gallery
---------------------------*/

.se-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.se-gallery_item {
  width: calc(100% / 2);
  aspect-ratio: 640 / 428;
}
.se-gallery_item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .se-gallery_item:nth-child(n + 3) {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .se-gallery_item {
    width: calc(100% / 4);
  }
}


/* overview
---------------------------*/
.se-overview_heading {
  margin: 0;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
}
.se-overview_heading > span {
  font-size: 3.75rem;
}
.se-overview_block {
  margin-top: 35px;
}
.se-overview_block + .se-overview_block {
  margin-top: 100px;
}
.se-overview_subHeading {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.se-overview_subHeading::before {
  margin-right: 20px;
  font-size: 3.75rem;
  line-height: 1;
}
.se-overview_txt {
  color: #2B2B2B;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
.se-overview_txt + .se-overview_txt {
  margin-top: 0;
}
.se-overview_txt.-xsmall {
  font-size: 0.625rem;
}
.se-overview_txt.-xsmall > .se-overview_txt_sup {
  font-size: 0.625rem;
  vertical-align: middle;
}
.se-overview_block:nth-child(1) .se-overview_subHeading::before {
  content: "1";
}
.se-overview_block:nth-child(2) .se-overview_subHeading::before {
  content: "2";
}
.se-overview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 10px 0 40px;
}
.se-overview_item {
  position: relative;
  width: calc(50% - 10px);
  padding-top: calc(50% - 10px);
  background-color: #FFF;
  border-radius: 50%;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.se-overview_item_inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  box-sizing: border-box;
  text-align: center;
}
.se-overview_item_ttl {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1;
}
.se-overview_item_txt {
  margin: 12px 0 0;
  font-size: 1.25rem;
  line-height: 1.3;
}
.se-overview_item_txt > span:where(:not(.se-overview_item_txt_sup)) {
  font-size: 0.875rem;
}
.se-overview_item_txt > span:where(:not(.se-overview_item_txt_sup)) + * {
  font-size: 1.5rem;
}
.se-overview_item_txt.-small {
  font-size: 1rem;
}
.se-overview_item_txt_sup {
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 0.9375rem;
  vertical-align: middle;
}
.se-overview_item_icon {
  margin-top: 10px;
}
.se-overview_btnWrap {
  margin: 40px auto 0;
  text-align: center;
}
.se-overview_btnWrap .se-btn {
  max-width: 348px;
  margin: 0 auto;
}

.se-arrow-txt {
  position: relative;
  z-index: 0;
  padding: 0 40px;
  display: inline-block;
  text-align: center;
}
.se-arrow-txt::before,
.se-arrow-txt::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: 2px;
  right: 0;
  width: 10px;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
.se-arrow-txt::after {
  display: none;
  border-top: 2px solid #2B2B2B;
  border-right: 2px solid #2B2B2B;
}
.se-arrow-btn:hover .se-arrow-txt::before {
  display: none;
}
.se-arrow-btn:hover .se-arrow-txt::after {
  display: block;
}

.se-overview_btnWrap .se-btn + * {
  margin-top: 15px;
}
.se-overview_btnWrap_txt {
  display: inline-block;
  margin-top: 15px;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-decoration: none;
}
.se-overview_btnWrap_txt.-close {
  color: #db0104;
}

@media screen and (max-width: 375px) {
  .se-overview_item_icon.-type2 {
    margin-top: 2px;
  }
}
@media screen and (max-width: 640px) {
  .se-overview_btnWrap .se-btn:nth-child(1) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 641px) {
  .se-overview_heading {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  .se-overview_cont {
    margin-top: 50px;
  }
  .se-overview_subHeading {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  .se-overview_subHeading::before {
    margin-right: 20px;
    font-size: 3.75rem;
    line-height: 1;
  }
  .se-overview_list {
    justify-content: space-between;
    flex-wrap: initial;
    gap: 0;
  }
  .se-overview_item {
    width: calc(25% - 20px);
    padding-top: calc(25% - 20px);
  }
  .se-overview_item_inner {
    padding: 40px 0 30px;
  }
  .se-overview_item_ttl {
    font-size: 0.875rem;
  }
  .se-overview_item_txt {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .se-overview_item_txt > span:where(:not(.se-overview_item_txt_sup)) {
    font-size: 0.9375rem;
  }
  .se-overview_item_txt > span:where(:not(.se-overview_item_txt_sup)) + * {
    font-size: 1.875rem;
  }
  .se-overview_item_txt.-small {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .se-overview_item_txt_sup {
    font-size: 1.375rem;
  }
  .se-overview_item_icon.-type1 img {
    width: 92px;
  }
  .se-overview_item_icon.-type2 img {
    width: 56px;
  }
  .se-overview_item_icon.-type3 img {
    width: 66px;
  }
  .se-overview_item_icon.-type4 img {
    width: 76px;
  }
  .se-overview_btnWrap_txt {
    font-size: 1.125rem;
  }
}
/* guideline
---------------------------*/
.se-guideline {
  margin-top: 100px;
  padding: 50px 20px 85px;
  background-color: #FFF;
  border-radius: 36px;
}
.se-guideline_heading {
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
}
.se-guideline_list {
  margin-top: 40px;
}
.se-guideline_item + .se-guideline_item {
  margin-top: 60px;
}
.se-guideline_item_ttl {
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.se-guideline_item_desc {
  margin: 15px 0 0;
}
.se-guideline_item_desc_txt {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
.se-guideline_item_desc_txt + .se-guideline_item_desc_txt {
  margin-top: 28px;
}
.se-guideline_item_desc_txt strong {
  padding-right: 2em;
}
.se-guideline_item_desc_list {
  margin: 0;
  padding: 0;
}
.se-guideline_item_desc_list > li {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  counter-increment: cnt;
  list-style-type: none;
}
.se-guideline_item_desc_list > li::before {
  content: "(" counter(cnt) ") ";
}

.se-guideline_item_define_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.se-guideline_item_define_list dt,
.se-guideline_item_define_list dd {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
.se-guideline_item_define_list dt {
  width: 5ch;
}
.se-guideline_item_define_list dd {
  width: calc(100% - 5ch);
  margin-left: 0;
}

.se-guideline_btnWrap {
  margin: 60px auto 0;
  text-align: center;
}
.se-guideline_btnWrap .se-btn {
  max-width: 300px;
  margin: 0 auto;
}
.se-guideline_btnWrap .se-btn + * {
  margin-top: 15px;
}
.se-guideline_btnWrap .se-btn:nth-child(1) {
  font-size: 1.1875rem;
}
.se-guideline_btnWrap_txt {
  display: inline-block;
  margin-top: 15px;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .se-guideline {
    margin-top: 140px;
    padding: 50px 80px 130px;
    border-radius: 68px;
  }
  .se-guideline_heading {
    font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
    font-size: 2.1875rem;
    line-height: 1.3428571429;
    text-align: center;
  }
  .se-guideline_list {
    margin-top: 60px;
  }
  .se-guideline_item {
    display: flex;
    justify-content: space-between;
  }
  .se-guideline_item_ttl {
    width: 22%;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: right;
  }
  .se-guideline_item_desc {
    width: calc(78% - 80px);
    margin: 0;
  }
  .se-guideline_item_desc_txt {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .se-guideline_item_desc_txt + .se-guideline_item_desc_txt {
    margin-top: 30px;
  }
  .se-guideline_item_desc_list > li {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .se-guideline_item_define_list dt,
  .se-guideline_item_define_list dd {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .se-guideline_btnWrap {
    margin-top: 120px;
  }
  .se-guideline_btnWrap .se-btn {
    max-width: 348px;
  }
  .se-guideline_btnWrap .se-btn:nth-child(1) {
    font-size: 1.25rem;
  }
}

/* movie
---------------------------*/
.se-movie-wrap {
  position: relative;
  z-index: 0;
}
.se-movie-wrap figure {
  margin: 0;
}
.se-movie-wrap .modal-trigger {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.se-movie-wrap .modal-trigger > img {
  display: block;
  width: 100%;
}
.se-movie-icon-box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc((62/329) * 100%);
  aspect-ratio: 1;
  cursor: pointer;
}
.se-movie-icon-box img {
  display: block;
  width: 100%;
}
/*.video_ContentBlock {
  width: 100%;
  margin: 0 auto;
}
.video_ContentBlock iframe {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 329 / 185;
}*/

@media screen and (min-width: 641px) {
  .se-movie-icon-box {
    width: 93px;
  }
  /*.video_ContentBlock {
    width: 800px;
    margin: 0 auto;
  }
  .video_ContentBlock iframe {
    border-radius: 24px;
    aspect-ratio: 800 / 450;
  }*/
}


/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modal__container {
  padding: 30px;
  max-width: 1026px;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}

.modal__close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  position: absolute;
  top: 10px;
  right: 30px;

  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.modal__close::before,
.modal__close::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

.modal__close::before {
  transform: rotate(-45deg);
}

.modal__close::after {
  transform: rotate(45deg);
}

.modal__content {
  margin-top: 1rem;
}

[data-micromodal-trigger] img {
  transition: opacity .2s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  [data-micromodal-trigger] img:hover {
    opacity: .6;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__focus {
  opacity: 0;
  display: block;
  height: 0;
}

.youtube {
  display: flex;
}

.youtube::before {
  content: "";
  display: inline-block;
  padding-top: 56.25%;
  pointer-events: none;
}

.youtube iframe {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* Slider 
---------------------------*/

.se-ss .se-sec-heading-base {
  padding-top: 0px;
}

@media screen and (min-width: 641px) {
  .se-ss .se-sec-heading-base {
    margin-top: -17px;
    padding-top: 0;
  }
}

/* Swiper コンテナとスライドの基本スタイル */
.swiper-outer {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 65px;
  padding: 0 24px;
  box-sizing: border-box;
}
.swiper-outer .swiper-container {
  width: 100%;
  /*max-width: 1200px;*/
  /*margin: 30px auto;*/
  /*border: 1px solid #ccc;*/
  padding: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.swiper-outer .swiper-slide {
  /*background-color: #eee;*/
  margin: 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  /*height: 200px;*/
  text-decoration: none;
  transition: opacity 0.3s;
}

.swiper-outer .swiper-slide:hover {
  text-decoration: underline;
}

.swiper-outer .swiper-slide:hover img {
  opacity: 0.8;
}

.swiper-outer .se-sec-carousel-item-image {
  margin-bottom: 17px;
  border-radius: 12px;
  overflow: hidden;
}

.swiper-notification {
  display: none;
}

/* アクセシビリティ向上のためのフォーカススタイル */
.swiper-outer .swiper-button-prev:focus,
.swiper-outer .swiper-button-next:focus {
  outline: 2px solid #000;
}
@media screen and (max-width: 640px) {
  /* スライダー未初期化時のスタイル例 */
  .swiper-outer.no-slider-sp .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .swiper-outer.no-slider-sp .swiper-slide {
    height: auto;
  }
  .swiper-outer.no-slider.only-item-slider {
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 641px) {
  .swiper-outer {
    padding: 0 40px;
  }
  .swiper-outer .se-sec-carousel-item-image {
    border-radius: 25px;
  }

  .swiper-outer.no-slider-pc {
    margin: 0 auto 35px;
  }

  .swiper-outer.no-slider-pc .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .swiper-outer.no-slider-pc .swiper-slide {
    width: auto !important;
    flex: 0 0 calc((100% - (20px * 2)) / 3);
    margin-right: 0 !important;
  }
  .swiper-outer.only-item-slider {
    margin: 0 auto 52px;
  }
  .swiper-outer.only-item-slider .swiper-slide {
    flex-flow: row;
    flex: 0 0 100%; /* 3列レイアウト（640px以下の場合） */
    flex-wrap: wrap;
    align-items: center;
    gap: 66px;
  }
  .swiper-outer.only-item-slider .se-sec-carousel-item-image {
    width: 43.5%;
  }
  .swiper-outer.only-item-slider .se-sec-carousel-item-detail {
    width: calc(100% - 66px - 43.5%);
  }

}
@media screen and (max-width: 640px) {
  .swiper-outer.no-slider-sp .swiper-button-prev,
  .swiper-outer.no-slider-sp .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .swiper-outer.no-slider-pc .swiper-button-prev,
  .swiper-outer.no-slider-pc .swiper-button-next {
    display: none;
  }
}

.swiper-outer .se-sec-carousel-item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 291 / 194;
  object-fit: cover;
}
.swiper-outer .swiper-button-next,
.swiper-outer .swiper-button-prev {
  top: 30%;
}

/*left arrow*/
.se-ss .swiper-button-prev,
.se-ss .swiper-rtl .swiper-button-next {
  left: -8px;
}

/*right arrow*/
.se-ss .swiper-button-next,
.se-ss .swiper-rtl .swiper-button-prev {
  right: -8px;
}


.se-ss .swiper-button-next:after,
.se-ss .swiper-button-prev:after {
  font-size: 26px;
  color: #707070;
}

.se-sec-carousel-item-time {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #6F4DF7;
  text-decoration: none;
  text-align: left;
}
.se-sec-carousel-item-description {
  margin-top: -3px;
  font-size: 13px;
  text-align: left;
  line-height: calc(26/13);
  color: #2B2B2B;
  text-decoration: none;
}

.se-ss .swiper-outer .swiper-pagination {
  bottom: -22px;
}
.se-ss .swiper-outer .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  background-color: transparent;
  border: 1px solid #6F4DF7;
  border-radius: 100%;
  font-size: 0;
}
.se-ss .swiper-outer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6F4DF7;
  border: 1px solid transparent;
}

@media screen and (min-width: 641px) {

  .swiper-outer .swiper-button-next,
  .swiper-outer .swiper-button-prev {
    top: 50%;
  }

  /*left arrow*/
  .se-ss .swiper-button-prev,
  .se-ss .swiper-rtl .swiper-button-next {
    left: -10px;
  }

  /*right arrow*/
  .se-ss .swiper-button-next,
  .se-ss .swiper-rtl .swiper-button-prev {
    right: -10px;
  }

  .se-ss .swiper-button-next:after,
  .se-ss .swiper-button-prev:after {
    font-size: 32px;
  }

  .se-sec-carousel-item-description {
    font-size: 14px;
  }

  .se-ss .swiper-outer .swiper-pagination {
    bottom: -66px;
  }

}

/* faq
---------------------------*/
.se-faq {
  padding: 0 0 90px;
}
.se-faq_heading {
  margin: 0;
  padding: 50px 0 40px;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  text-align: center;
}

.se-accordion_item {
  border-bottom: 1px solid #C9C9C9;
}
.se-accordion_item:nth-child(1) {
  border-top: 1px solid #C9C9C9;
}
.se-accordion_header {
  margin: 0;
}
.se-accordion_ttl {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 40px 25px 15px;
  background: none;
  border: none;
  color: #2B2B2B;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: left;
  transition: 0.1s;
  cursor: pointer;
}
.se-accordion_ttl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #6F4DF7;
  border-right: 3px solid #6F4DF7;
  transform: rotate(135deg);
  content: "";
  transition: 0.4s;
}
.se-accordion_ttl.is-open::after {
  transform: rotate(315deg);
}
.se-accordion_panel {
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s grid-template-rows ease;
}
.se-accordion_panel.is-open {
  visibility: visible;
  grid-template-rows: 1fr;
}
.se-accordion_panel_inner {
  overflow: hidden;
}
.se-accordion_panel_list {
  margin: 0;
  padding: 0 15px 60px;
}
.se-accordion_panel_item + .se-accordion_panel_item {
  margin-top: 35px;
}
.se-accordion_panel_q {
  margin: 0;
  padding: 0;
  color: #6F4DF7;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
.se-accordion_panel_a {
  margin: 0;
  padding: 0;
}
.se-accordion_panel_txt {
  margin: 0;
  color: #2B2B2B;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}
.se-accordion_panel_txt a[target=_blank]:after {
  display: inline-block;
  content: "";
  margin: -1px 5px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url(../img/icon-blank.png) no-repeat;
  background-size: 14px;
}
.se-accordion_panel_sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.se-accordion_panel_sublist > li {
  color: #2B2B2B;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
}

@media screen and (min-width: 641px) {
  .se-faq {
    padding: 0 0 115px;
  }
  .se-faq_heading {
    padding: 65px 0 55px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  .se-accordion_ttl {
    padding: 22px 70px 22px 15px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .se-accordion_ttl::after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
  .se-accordion_ttl:hover {
    color: #6F4DF7;
  }
  .se-accordion_panel_list {
    padding-bottom: 80px;
  }
  .se-accordion_panel_q, .se-accordion_panel_txt {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .se-accordion_panel_sublist > li {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
/* contact
---------------------------*/
.se-contact {
  overflow: hidden;
  position: relative;
  background-color: #6F4DF7;
}
.se-contact_cont {
  position: relative;
  z-index: 2;
  padding: 115px 0 135px;
}
.se-contact_btnWrap {
  text-align: center;
}
.se-contact_btnWrap .se-btn {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.0625rem;
}
.se-contact_icon {
  position: absolute;
  z-index: 4;
}
.se-contact_icon.-no1 {
  top: 0;
  bottom: auto;
  right: 0;
  transform: rotate(-25deg);
}
.se-contact_icon.-no1 img {
  width: 30.5vw;
  max-width: 120px;
}
.se-contact_icon.-no2 {
  top: auto;
  bottom: -16%;
  left: 0;
}
.se-contact_icon.-no2 img {
  width: 32vw;
  max-width: 126px;
}

@media screen and (min-width: 641px) {
  .se-contact_cont {
    padding: 135px 0;
  }
  .se-contact_btnWrap .se-btn {
    max-width: 330px;
    min-height: 60px;
    font-size: 1.3125rem !important;
  }
  .se-contact_icon.-no1 {
    top: 0;
    bottom: auto;
    right: -17%;
    transform: none;
  }
  .se-contact_icon.-no1 img {
    width: 200px;
    max-width: initial;
  }
  .se-contact_icon.-no2 {
    top: auto;
    bottom: -16%;
    left: -16%;
  }
  .se-contact_icon.-no2 img {
    width: 210px;
    max-width: initial;
  }
}
/* btn
---------------------------*/
.se-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #000;
  border-radius: 35px;
  box-sizing: border-box;
  color: #FFF;
  font-family: "SST W20 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
}
.se-btn:focus-visible {
  outline-offset: initial;
  outline: solid 2px #6F4DF7 !important;
}
.se-btn.-arrow {
  position: relative;
}
.se-btn.-arrow::after {
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 30px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  content: "";
}
.se-btn.-primary {
  background-color: #000;
}
.se-btn.-primary:hover {
  color: #000;
  background-color: #fff;
}
.se-btn.-primary:hover.-arrow::after {
  border-color: #000;
}
.se-btn.-secondary {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
}
.se-btn.-secondary.-arrow::after {
  border-color: #000;
}
.se-btn.-secondary:hover {
  color: #fff;
  background-color: #000;
}
.se-btn.-secondary:hover.-arrow::after {
  border-color: #fff;
}
.se-btn.-tertiary {
  background-color: #6F4DF7;
  border: 1px solid #fff;
  color: #fff;
}
.se-btn.-tertiary.-arrow::after {
  border-color: #fff;
}
.se-btn.-tertiary:hover {
  color: #6F4DF7;
  border-color: #6F4DF7;
  background-color: #fff;
}
.se-btn.-tertiary:hover.-arrow::after {
  border-color: #6F4DF7;
}
.se-btn.-tertiary:focus-visible {
  border-color: transparent;
  outline-color: #000 !important;
}
.se-btn.-disabled {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.se-btn.-large {
  font-size: 1.25rem;
}

/* Animation
---------------------------*/
/* fadeIn */
.js-fadeIn,
.js-kvFadeIn {
  opacity: 0;
}
.js-fadeIn.is-show,
.js-kvFadeIn.is-show {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.js-fadeIn.delay-01,
.js-kvFadeIn.delay-01 {
  animation-delay: 0.2s;
}
.js-fadeIn.delay-02,
.js-kvFadeIn.delay-02 {
  animation-delay: 0.4s;
}
.js-fadeIn.delay-03,
.js-kvFadeIn.delay-03 {
  animation-delay: 0.6s;
}
.js-fadeIn.delay-04,
.js-kvFadeIn.delay-04 {
  animation-delay: 0.8s;
}
.js-fadeIn.delay-05,
.js-kvFadeIn.delay-05 {
  animation-delay: 1s;
}
.js-fadeIn.delay-06,
.js-kvFadeIn.delay-06 {
  animation-delay: 1.2s;
}
.js-fadeIn.delay-07,
.js-kvFadeIn.delay-07 {
  animation-delay: 1.4s;
}
.js-fadeIn.delay-08,
.js-kvFadeIn.delay-08 {
  animation-delay: 1.6s;
}
.js-fadeIn.delay-09,
.js-kvFadeIn.delay-09 {
  animation-delay: 1.8s;
}
.js-fadeIn.delay-10,
.js-kvFadeIn.delay-10 {
  animation-delay: 2s;
}
.js-fadeIn.delay-11,
.js-kvFadeIn.delay-11 {
  animation-delay: 2.2s;
}
.js-fadeIn.delay-12,
.js-kvFadeIn.delay-12 {
  animation-delay: 2.4s;
}
.js-fadeIn.delay-13,
.js-kvFadeIn.delay-13 {
  animation-delay: 2.6s;
}
.js-fadeIn.delay-14,
.js-kvFadeIn.delay-14 {
  animation-delay: 2.8s;
}

@media screen and (max-width: 640px) {
  .js-fadeIn.sp-delay-01,
  .js-kvFadeIn.sp-delay-01 {
    animation-delay: 0.2s;
  }
  .js-fadeIn.sp-delay-02,
  .js-kvFadeIn.sp-delay-02 {
    animation-delay: 0.4s;
  }
  .js-fadeIn.sp-delay-03,
  .js-kvFadeIn.sp-delay-03 {
    animation-delay: 0.6s;
  }
  .js-fadeIn.sp-delay-04,
  .js-kvFadeIn.sp-delay-04 {
    animation-delay: 0.8s;
  }
  .js-fadeIn.sp-delay-05,
  .js-kvFadeIn.sp-delay-05 {
    animation-delay: 1s;
  }
  .js-fadeIn.sp-delay-06,
  .js-kvFadeIn.sp-delay-06 {
    animation-delay: 1.2s;
  }
  .js-fadeIn.sp-delay-07,
  .js-kvFadeIn.sp-delay-07 {
    animation-delay: 1.4s;
  }
  .js-fadeIn.sp-delay-08,
  .js-kvFadeIn.sp-delay-08 {
    animation-delay: 1.6s;
  }
}
@media screen and (min-width: 641px) {
  .js-fadeIn.pc-delay-01,
  .js-kvFadeIn.pc-delay-01 {
    animation-delay: 0.2s;
  }
  .js-fadeIn.pc-delay-02,
  .js-kvFadeIn.pc-delay-02 {
    animation-delay: 0.4s;
  }
  .js-fadeIn.pc-delay-03,
  .js-kvFadeIn.pc-delay-03 {
    animation-delay: 0.6s;
  }
  .js-fadeIn.pc-delay-04,
  .js-kvFadeIn.pc-delay-04 {
    animation-delay: 0.8s;
  }
  .js-fadeIn.pc-delay-05,
  .js-kvFadeIn.pc-delay-05 {
    animation-delay: 1s;
  }
  .js-fadeIn.pc-delay-06,
  .js-kvFadeIn.pc-delay-06 {
    animation-delay: 1.2s;
  }
  .js-fadeIn.pc-delay-07,
  .js-kvFadeIn.pc-delay-07 {
    animation-delay: 1.4s;
  }
  .js-fadeIn.pc-delay-08,
  .js-kvFadeIn.pc-delay-08 {
    animation-delay: 1.6s;
  }
  .js-fadeIn.pc-delay-09,
  .js-kvFadeIn.pc-delay-09 {
    animation-delay: 1.8s;
  }
  .js-fadeIn.pc-delay-10,
  .js-kvFadeIn.pc-delay-10 {
    animation-delay: 2s;
  }
  .js-fadeIn.pc-delay-11,
  .js-kvFadeIn.pc-delay-11 {
    animation-delay: 2.2s;
  }
  .js-fadeIn.pc-delay-12,
  .js-kvFadeIn.pc-delay-12 {
    animation-delay: 2.4s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeIn */
.js-blockFadeIn {
  opacity: 0;
}
.js-blockFadeIn.is-show {
  animation-name: blockFadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes blockFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* moveArrow */
.js-moveArrow {
  opacity: 0;
  transform: translateY(3px);
  transition: 0.3s;
}
.js-moveArrow.is-show {
  animation-name: moveArrow;
  animation-iteration-count: 5;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 2.2s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes moveArrow {
  0% {
    opacity: 1;
    transform: translateY(3px);
  }
  50% {
    opacity: 1;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
/* moveLine */
.js-moveLine {
  opacity: 0;
}
.js-moveLine.is-show {
  animation-name: moveLine;
  animation-timing-function: ease;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes moveLine {
  0% {
    opacity: 0;
    width: 1%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/* waveAnime */
.js-moveWave.is-show {
  animation-name: waveAnime;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
}

@keyframes waveAnime {
  0% {
    opacity: 0;
    width: 1%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
/* utility
---------------------------*/
.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}

/* 確認用で一時的に非表示 *//*# sourceMappingURL=style.css.map */

/* SGS内で追加 20250304 */

.video_ContentBlock {
  width: 700px;
  margin: 0 auto;
}

  .video_ContentBlock iframe {
    border-radius: 10px;
    width: 100%;
    height: 400px;
  }

.FlexBox_article {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
.article_text {
  width: 400px;
  margin-top: 55px;
}
.article_text .date {
  color:  #6F4DF7;
  font-weight: bold;
}
.article_img {
  width: 500px;
}

.article_img img {
  border-radius: 10px;
}

.text_link {
  text-decoration: none;
  color: #2B2B2B;
}

.text_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .video_ContentBlock {
    width: 100%;
  }
  .video_ContentBlock iframe {
    height: 300px;
  }
  .FlexBox_article {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .article_img {
    width: 100%;
  }
  .article_img img {
    width: 100%;
  }
  .article_text {
    width:100%;
    margin-top: 5px;
  }
}