@charset "utf-8";

:root {
  --font-color: #424242;
  --pink: #FF76C4;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}



body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

body::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(img/all_back.png) center / cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}


img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1100px;
  width: calc(100% - 40px);
}



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

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.5rem;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.5rem;
  line-height: 2;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }

  p,th,td,li,dt,dd {
    line-height: 2.2;
  }
  
  .wrapper {
    width: calc(100% - 32px);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}

/*common***/

.pink_list li {
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  padding-left: 18px;
}

.pink_list li:not(:last-of-type) {
  margin-bottom: 6px;
}

.pink_list li::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: var(--pink);
  border-radius: 50%;
}


/***ヘッダー***/

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.4);
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
}

header .header_logo {
  width: 170px;
}


.header_right .sns_link {
  display: flex;
  align-items: center;
}

.header_right .sns_link a {
  width: 30px;
}


.header_right .sns_link a:not(:last-of-type) {
  margin-right: 14px;
}

@media screen and (max-width: 900px){
  header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.4);
  }
}

/***ファーストビュー***/
.fv_sec {
  position: relative;
}
.fv_sec video {
  width: 100%;
}



.wave {
  position: absolute;
  bottom: -50px;
  width: 100%;
}


/***トップ***/
.top_ex_sec {
  padding-top: 100px;
  padding-bottom: 160px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fff calc(0% + 60px), transparent 100%);
}

.top_ex_sec figure {
  max-width: 214px;
  margin: 0 auto 25px;
}

.top_ex_sec h2 {
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px){
  .top_ex_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .top_ex_sec figure {
    max-width: 160px;
    margin-bottom: 25px;
  }

.top_ex_sec h2 {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
}

}

/***ポイント***/
.point_sec {
  padding-bottom: 160px;
}
.point_sec ol > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point_sec ol > li:not(:last-of-type) {
  margin-bottom: 90px;
}


.point_sec ol > li:nth-of-type(2n) {
  flex-direction: row-reverse;
}


.point_sec ol > li .image {
  width: 56%;
  position: relative;
}

.point_sec ol > li .text {
  width: 40%;
  max-width: 352px;
}

.point_sec .image .point_image_text {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 22%;
}

.point_sec .text .num_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.point_sec .text .num {
  position: relative;

  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.1;
  color: var(--pink);
}

.point_sec .text .num span {
  font-size: 2.6rem;
}


.point_sec .text .num::after {
  width: 40px;
  height: 1px;
  background-color: var(--pink);
  content: '';
  position: absolute;
  bottom: 30%;
  right: -30%;
  transform: rotate(-60deg);
  transform-origin: 50% -50%;
}

.point_sec .text .num_title {
  font-size: 2.4rem;
  flex: 1;
  margin-left: 20px;
  color: var(--pink);
  line-height: 1.4;
}

.point_sec .text h3 {
  font-size: 2.3rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.point_sec #new_start_btn {
  width: 100%;
  max-width: 360px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid var(--pink);
  font-size: 1.5rem;
  position: relative;
  margin-top: 30px;
}

.point_sec #new_start_btn::after {
  content: '';
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 900px){
  .point_sec {
    padding-bottom: 50px;
  }
  .point_sec ol > li {
    flex-direction: column;
  }
  .point_sec ol > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  
  
  .point_sec ol > li:nth-of-type(2n) {
    flex-direction: column;
  }

.point_sec ol > li .image {
  display: none;
}
.point_sec ol > li .text {
  width: 100%;
  max-width: inherit;
}

.point_sec ol > li .text figure {
  margin-bottom: 10px;
}

.mobile_video_start {
  position: relative;
  padding-top: 30px;
}

.mobile_video_start .point_image_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

.point_title {

  margin-bottom: 10px;
}
.point_sec .text .num_wrap {
  margin-bottom: 0;
}
.point_sec .text .num {
  margin-bottom: 0px;
  font-size: 2rem;
  margin-top: 5px;
}
.point_sec .text .num span {
  font-size: 2.2rem;
}
.point_sec .text .num::after {
  width: 30px;
  bottom: 30%;
  right: -30%;
}
.point_sec .text .num_title {
  font-size: 2.6rem;
}
.point_sec .text h3 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-left: 0px;
  flex: 1;
}



}

/***スライダー***/

.original_slider li {
  width: 25vw;
}
.original_slider figure {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;

}

.original_slider figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.slider_1 {
  transform: scaleX(-1); /* 全体を反転 */
}

.slider_1 .slick-slide {
  transform: scaleX(-1); /* 各スライドを元に戻す */
}


@media screen and (max-width: 900px){
  
}

/***データ***/
.data_sec {
  padding: 130px 0 90px;
}

.data_sec .two_column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}

.data_sec .box {
  border-radius: 10px;
  border: 1px solid var(--pink);
  background-color: rgba(255, 255, 255, 0.7);
}

.data_sec .two_column .box {
  padding: 45px 40px;
  width: calc(50% - 20px);
  position: relative;
}

.data_sec .box.from {
  padding-bottom: 17%;
}

.data_sec .box h3 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 2.4rem;
  position: relative;
}

.data_sec .box h3::after {
  height: 1px;
  width: 28px;
  content: '';
  background-color: var(--pink);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.data_sec .two_column .box h3 {
  margin-bottom: 35px;
}



.data_sec .box.age .pink_list {
  margin-bottom: 80px;
}
/* 
.data_sec .box.from h3 {
  padding: 32px;
} */


.data_sec .box.from .list_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.data_sec .box.from .list_box ul {
  width: 100px;
}

.data_sec .box.from figure {
  position: absolute;
  width: 70%;
  right: 45px;
  bottom: 45px;
}


.data_sec .box.schedule {
  padding: 50px;
}

.data_sec .box.schedule h3 {
  margin-bottom: 15px;
}

.data_sec .box.schedule .midashi {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}


.data_sec .box.schedule .midashi:not(:first-of-type) {
  margin-top: 70px;
}


.data_sec .time_table {
  max-width: 806px;
  margin: 0 auto;
}


.data_sec .time_table:not(:last-of-type) {
  padding-bottom: 40px;
  border-bottom: 1px dotted var(--pink);
}

.data_sec .time_table dl {
  display: flex;
}

.data_sec .time_table dl:not(:last-of-type) {
  margin-bottom: 24px;
  position: relative;
}

.data_sec .time_table dl:not(:last-of-type)::before {
  content: '';
  width: 1px;
  height: calc(100% - 4px);
  left: calc(145px / 2);
  top: 28px;
  background-color: #8F8F8F;
  position: absolute;
}
.data_sec .time_table dl dt {
  width: 145px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #726F6F;
  border-radius: 50px;
  margin-right: 52px;
}

.data_sec .time_table dl dd {
  flex: 1;
  padding-top: 5px;
}

.data_sec .time_table dl dd .color {
  color: var(--pink);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}


.data_sec .time_table dl dd .ex {
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .data_sec {
    padding: 60px 0;
  }
  
  .data_sec .two_column {
    flex-direction: column;
  }

  .data_sec .two_column .box {
    padding: 20px  10px;
    width: 100%;
  }

  .data_sec .two_column .box:nth-of-type(2) {
    margin-top: 30px;
  }

  .data_sec .box.schedule {
    padding: 20px 10px;
  }

.data_sec .time_table dl {
  align-items: flex-start;
}

  .data_sec .time_table dl dt {
    width: 70px;
    height: auto;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #726F6F;
    border-radius: 50px;
    margin-right: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .data_sec .time_table dl:not(:last-of-type)::before {

    height: calc(100% - 4px);
    left: calc(60px / 2);
    top: 28px;

}

.data_sec .two_column .box h3 {
  margin-bottom: 15px;
}

.data_sec .box.age .pink_list {
  margin-bottom: 10px;
}

.data_sec .box.from figure {
  position: absolute;
  width: calc(100% - 120px);
  max-width: 200px;
  /* top: 120px; */
  right: 10%;
  bottom: 15%;
}


}

@media screen and (max-width: 500px) {

  .data_sec .box.from .list_box {
    display: block;
    flex-wrap: wrap;
    max-width: inherit;
    width: 120px;
    margin-bottom: 15px;
  }
  .data_sec .box.from figure {
    position: absolute;
    width: calc(100% - 120px);
    max-width: 100px;
    top: 120px;
    right: 10px;
    bottom: inherit;
  }
  .data_sec .box.from .list_box ul {
    width: 70px;
}
  .pink_list li {
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    padding-left: 18px;
}
.data_sec .box.from .list_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
}
}


/***声***/
.voice_sec {
  padding: 110px 0 360px;
  background: url(img/voice_back_2.png) center bottom / contain no-repeat;
}

.voice_sec .title {
  text-align: center;
  margin-bottom: 80px;
}
.voice_sec .title figure {
  max-width: 103px;
  margin: 0 auto 16px;
}
.voice_sec .title h2 {
  font-size: 1.8rem;
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ボックス全体の設定 */
.voice_list .box {
  max-width: 500px;
  min-height: 420px;
  width: 47%;
  background-color: #fff;
  position: relative;
  padding: 45px 45px 0px;
  z-index: 1;
}


.voice_list .box::before {
  content: '';
  position: absolute;
  height: calc(100% + 40px);
  box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.16);
  z-index: 1;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border-radius: 0 0 53px 0;
  z-index: -1;

}

.voice_list .box::after {
  content: '';
  position: absolute;
  z-index: 1;
  border-top: solid 40px white;
  border-right: solid 40px transparent;
  bottom: 100%;
  width: 100%;
  bottom: -40px;
  right: 0;
  background-color: transparent;
}

.voice_list .box:nth-of-type(n + 3) {
  margin-top: 126px;
}


.voice_list .box:nth-of-type(2n + 1) {
  top: 120px;

}

.voice_list .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.voice_list .box .top figure {
  width: 130px;
  background-color: white;
  padding: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.voice_list .box .top p {
  width: 64%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}

.voice_list .box .comment {
  text-align: right;
  position: absolute;
  top: 0;
  right: 15%;
  transform: translateY(-50%);
}


@media screen and (max-width: 900px){
  .voice_sec {
    padding: 60px 0 120px;

  }
  .voice_list {
    flex-direction: column;
  }
  .voice_list .box {
    max-width: inherit;
    min-height: inherit;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 45px 10px 0px;
    z-index: 1;
  }
  
  .voice_list .box:nth-of-type(n + 2),
  .voice_list .box:nth-of-type(n + 3) {
    margin-top: 120px;
  }

.voice_list .box:nth-of-type(2n + 1) {
  top: inherit;

}

.voice_list .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
  
.voice_list .box .top figure {
  width: 100px;
  background-color: white;
  padding: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

  
  
}

/***募集要項***/
.requirements_sec {
  padding: 140px 0 80px;
}

.requirements_sec .wrapper .box_wrap {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 75px 0;
  border-radius: 10px;
  margin-bottom: 150px;
}

.requirements_sec .two_column {
  display: flex;
  justify-content: space-between;
  max-width: 975px;
  margin: 0 auto;
}

.requirements_sec .two_column .title {
  width: 226px;
}

.requirements_sec .two_column .table {
  width: calc(100% - 300px);
  max-width: 644px;
}

.requirements_sec .two_column .title figure {
  margin-bottom: 18px;
}

.requirements_sec .two_column .title h2 {
  font-size: 1.8rem;
}

.requirements_sec .two_column .table dl {
  display: flex;
  padding-left: 20px;
  justify-content: space-between;
}

.requirements_sec .two_column .table dl:not(:first-of-type) {

}

.requirements_sec .two_column .table dl:not(:last-of-type) {
  padding-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 25px;
}

.requirements_sec .two_column .table dl dt {
  width: 100px;
}

.requirements_sec .two_column .table dl dd {
  flex: 1;
  max-width: 510px;
}


.requirements_sec .two_column .table dl dd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 23px;
  border: 1px solid var(--pink);
  border-radius: 2px;
  color: var(--pink);
  font-size: 1.4rem;
  margin-left: 27px;
}



.requirements_sec .two_column .table dl dd a img {
  width: 9px;
  margin-right: 4px;
}

.requirements_sec .two_column .table dl dd ul {
  margin-top: 16px;
}


.requirements_sec .three_column {
  display: flex;
  justify-content: space-between;
}

.requirements_sec .three_column a {
  width: calc(100% / 3 - 50px / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  border: 2px solid #4CD2DC;
  box-shadow: 0px 3px 10px #00000016;
  position: relative;
  background-color: white;
}

.requirements_sec .three_column a .en {
  font-size: 2rem;
  color: #4CD2DC;
  margin-bottom: 7px;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.requirements_sec .three_column a .jp {
  font-size: 1.8rem;
  line-height: 1;
}

.requirements_sec .three_column a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #9C9C9C;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


.requirements_sec .three_column a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1.2px solid white;
  border-right: 1.2px solid white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 28.5px;
}


@media screen and (max-width: 900px){
  .requirements_sec {
    padding: 60px 0;
  }
  .requirements_sec h2 {
    margin-bottom: 20px;
  }
  .requirements_sec .wrapper .box_wrap {

    padding: 30px 10px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .requirements_sec .two_column {
    display: block;


  }
  .requirements_sec .two_column .title {
    width: auto;
  }
  .requirements_sec .two_column .table {
    width: 100%;
    max-width: inherit;
  }

  .requirements_sec .two_column .table dl {
    display: flex;
    padding-left: 0px;
    justify-content: space-between;
  }
  
  
  .requirements_sec .three_column {
   flex-direction: column;
   align-items: center;
  }
  
  .requirements_sec .three_column a {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    border: 2px solid #4CD2DC;
    box-shadow: 0px 3px 10px #00000016;
    position: relative;
  }

  .requirements_sec .three_column a:not(:last-of-type) {
    margin-bottom: 30px;
  }
  
}

/***背景***/
.super_back {
  background: url(img/super_back.png) center top / cover no-repeat;
}


@media screen and (max-width: 900px){
  
}

/***フローティング***/
.line_float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 120px;
  display: block;
  z-index: 20;
}

.baron-banner{
    position: fixed;
  bottom: 20px;
  right: 160px;
  display: block;
  z-index: 20;
  height:120px;
}

.baron-banner img{
  height:120px;
}
.pc-dis{
  display:block;
}

.sp-dis{
  display:none;
}

@media screen and (max-width: 900px){
  .line_float {

    width: 90px;
  }

  .baron-banner{
    right: 116px;
    width: 90px;
        height: auto;

  }

  .baron-banner img{
  height:60px;
}

  .pc-dis{
  display:none;
}

.sp-dis{
  display:block;
}

}

/***FAQ***/
.faq_sec {
  padding: 210px 0 90px;
  
}

.faq_sec .title {
  text-align: center;
  margin-bottom: 80px;
}

.faq_sec .title figure {
  margin-bottom: 30px;
}

.faq_sec .title figure h2 {
  font-size: 1.8rem;
}
.faq_list {
  max-width: 950px;
  margin: 0 auto;
}
.faq_list dl {
  padding: 40px 58px;
  background-color: white;
  box-shadow: 0px 3px 15px #00000016;
  min-height: 218px;
  border-radius: 13px;
}

.faq_list dl:not(:last-of-type) {
  margin-bottom: 30px;
}

.faq_list dl dt {
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.5rem;
  padding: 2px 0 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.faq_list dl dt::before {
  content: 'Q';
  width: 28px;
  height: 32px;
  background-color: #FCA1C6;
  color: white;
  border-radius: 3px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 900px){
  .faq_sec {
    padding: 60px 0; 
  }

  .faq_sec .title {
    margin-bottom: 30px;
  }
  .faq_list dl {
    padding: 20px 15px;
    min-height: inherit;
  }

  .faq_list dl dd {
    line-height: 1.6;
  }
}

/***footer***/
footer {
  padding: 0 0 130px;
}

footer .wrapper {
  max-width: 950px;
}

footer .footer_top {
  margin-bottom: 60px;
}

footer .two_column {
  display: flex;
  justify-content: space-between;
}


footer .left {
  width: 320px;
} 

footer .left * {
  color: white;
}

footer .logo {
  width: 200px;
  margin-bottom: 40px;
}

footer .adress {
  margin-bottom: 16px;
  line-height: 1;
}

footer .info {
  margin-bottom: 22px;
}
footer .info dl {
  display: flex;
}

footer .info dl dt {
  width: 65px;
  display: flex;
  align-items: center;
}

footer .info dl dt .tel {
  margin-right: 6px;
}

footer .info dl dt .mail {
  margin-right: 3px;
}

footer .right {
  width: calc(100% - 340px);
  max-width: 560px;
  padding: 10px;
  background-color: white;
}


footer .right .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

footer .right .gmap iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 900px){
  footer {
    padding: 0 0 60px;
  }
  
  footer .two_column {
    display: block;
  }
  footer .left {
    width: 100%;
    margin-bottom: 20px;
  } 
  footer .right {
    width: 100%;
    max-width: inherit;
    padding: 10px;
    background-color: white;
  }
  footer .footer_top {
    margin-bottom: 30px;
  }
  footer .logo {
    width: 200px;
    margin-bottom: 20px;
  }
  
  


  
}


  /* ポップアップのスタイル */
  .video_start {
    cursor: pointer;
  }
  .popup-overlay {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    /* width: 80%;
    max-width: 640px; */
    height: 80%;
    width: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.popup-content video {
  height: 100%;
  width: auto;
}

/* 閉じるボタンのスタイル */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}



@media screen and (max-width: 900px) {
  
}




.fade-in {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(20px); /* 少し下に位置 */
  transition: opacity 1s ease, transform 1s ease; /* フェードインと位置のアニメーション */
}

/* 表示される時のスタイル */
.fade-in.show {
  opacity: 1; /* 完全に表示 */
  transform: translateY(0); /* 元の位置に移動 */
}



/* 子要素の初期スタイル */
.fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

/* 表示時のスタイル */
.fade-child.show {
  opacity: 1;
  transform: translateY(0);
}