main {
  color: #000;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  main {
    min-width: auto;
  }
}

main .inner {
  width: auto;
}

#visual {
  position: relative;
  text-align: center;
}

#visual .tags {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 860px;
}

#visual .tags li {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #visual .tags li {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}

.this-btn {
  background-color: #0A254C;
  display: block;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-decoration: none;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .this-btn {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    padding-right: 30px;
  }
}

.this-btn:hover {
  background-color: #1E3A66;
  color: #fff;
  text-decoration: none;
}

.this-btn .btn-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
.this-btn .btn-arrow {
  right: 12px;
}
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 35px 50px;
}

@media screen and (max-width: 768px) {
  .social-links {
    padding: 15px;
  }
}

.social-links a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 18px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0A254C;
}

.social-links a .social-icon {
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .social-links a .social-icon img {
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .social-links a .social-text {
    display: none;
  }
}

.social-links a .btn-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A254C;
  border-right: 2px solid #0A254C;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .social-links a .btn-arrow {
    display: none;
  }
}

.content-wrapper .nav-buttons {
  display: flex;
  gap: 1px;
  max-width: 1250px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons {
    flex-wrap: wrap;
    gap: 1px;
    margin: 0 auto 30px;
  }
}

.content-wrapper .nav-buttons li {
  width: 18%;
}

.content-wrapper .nav-buttons li.pc_wide {
  width: 20.6%;
}

.content-wrapper .nav-buttons li.sp_wide {
  width: 22.6%;
}

@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons li {
    width: calc(50% - 1px);
  }

  .content-wrapper .nav-buttons li.pc_wide {
    width: calc(50% - 1px);
  }

  .content-wrapper .nav-buttons li.sp_wide {
    width: 100%;
  }
}

.content-wrapper .nav-buttons li a {
  background-color: #0A254C;
  color: #fff;
  display: block;
  padding: 20px 40px 20px 10px;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons li a {
    font-size: clamp(1rem, 3vw, 1.3rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-right: 30px;
  }
}

.content-wrapper .nav-buttons li a:hover {
  background-color: bd;
  color: #fff;
  text-decoration: none;
}

.content-wrapper .nav-buttons li a .btn-arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.content-wrapper #first p {
  margin-bottom: 25px;
  text-align: center;
  color: #0A254C;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .content-wrapper #first p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}

.content-wrapper #first p b {
  font-size: 3.5rem;
  background: linear-gradient(transparent 60%, #D8C692 60%);
}

@media screen and (max-width: 768px) {
  .content-wrapper #first p b {
    font-size: clamp(2.2rem, 7vw, 2.7rem);
  }
}

.content-wrapper #first .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 890px;
  margin: 0 auto 80px;
  gap: 16px 10px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #first .tags {
    margin-bottom: 50px;
  }
}

.content-wrapper #first .tags li {
  border: 1px solid #0A254C;
  color: #0A254C;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .content-wrapper #first .tags li {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    padding: 5px 15px;
    line-height: 1.3;
  }
}

.content-wrapper #first .styling-buttons {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #first .styling-buttons {
    padding-bottom: 50px;
  }
}

.content-wrapper #shortdrama {
  background: url(./image/bg.png) no-repeat center top/cover;
  color: #fff;
  padding-block: 75px 0;
}

.content-wrapper #shortdrama .in{
  padding: 5%;
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama {
    padding-block: 45px 0;
  }
}

.content-wrapper #shortdrama h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama h2 {
    font-size: 1.8rem;
  }
}

.content-wrapper #shortdrama .story-box {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  width: 500px;
  /* margin: auto; */
  /* gap: 10%; */
  margin-bottom: 60px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-box {
    display: block;
    /* padding: 0 5%; */
  }
}

.content-wrapper #shortdrama .movie {
  max-width: 354px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .movie {
    width: 100%;
    margin-bottom: 20px;
  }
}

.content-wrapper #shortdrama .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 412/732;
}

.content-wrapper #shortdrama .num {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .num {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}

.content-wrapper #shortdrama h3 {
  font-size: clamp(2.2rem, 2.7vw, 2.7rem);
  font-weight: bold;
  margin-bottom: 50px;
}
  .content-wrapper #shortdrama .link-box h3{
    margin-bottom: 0;
  }
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama h3 {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin-bottom: 20px;
  }
  .content-wrapper #shortdrama .link-box h3{
    font-size: clamp(1.6rem, 4.8vw, 2rem);
    margin-bottom: 0;
    white-space: nowrap;
  }
}

.content-wrapper #shortdrama .link-box .link{
  text-align: center;
  padding-block: 1rem;
}

.content-wrapper #shortdrama .link-box a{
  text-decoration: underline;
  font-size: 2rem;
  color: #fff;
}

.content-wrapper #shortdrama .text {
  flex: 1;
  margin-top: 2rem;
}

.content-wrapper #shortdrama .text p {
  font-size: 1.5rem;
  font-weight: 500;
}

.content-wrapper #shortdrama .story-layout {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  margin-bottom: 50px;
}
.content-wrapper #shortdrama .story-layout .movie-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper #shortdrama .story-layout .movie-box .movie {
  width: 100%;
  position: relative;
}
.content-wrapper #shortdrama .story-layout .movie{
  position: relative;
}
.content-wrapper #shortdrama .story-layout .movie .play{
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-layout {
    /* display: block; */
    /* padding: 0 5%; */
    gap: 10px;
  }
  .content-wrapper #shortdrama .story-layout.col1 {
    display: block;
  }
  .content-wrapper #shortdrama .story-layout .movie-box{
    margin-bottom: 60px;
  }
  .content-wrapper #shortdrama .story-layout.col2 h3 {
    font-size: 4vw;
  }
  .content-wrapper #shortdrama .story-layout .story-box{
    margin-bottom: 0;
  }
  .content-wrapper #shortdrama .story-layout .movie .play{
    width: 50px;
  }

}

.content-wrapper #about {
  padding: 60px 5%;
  background-color: #E8EAED;
}

.content-wrapper #about h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #about h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}

.content-wrapper #about .layout {
  max-width: 1000px;
  margin: 0 auto 90px;
  gap: 10%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .content-wrapper #about .layout {
    display: block;
    margin-bottom: 45px;
  }
}

.content-wrapper #about .layout .image {
  width: 496px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #about .layout .image {
    width: 100%;
    margin-bottom: 40px;
  }
}

.content-wrapper #about .layout .text {
  flex: 1;
  text-align: center;
}

.content-wrapper #about .layout .text p {
  color: #0A254C;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content-wrapper #about .layout .text p {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }
}

.content-wrapper #about .about-buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 752px;
  margin: auto;
  gap: 12px;
}

.content-wrapper #about .about-buttons a {
  width: calc(50% - 6px);
}

@media screen and (max-width: 768px) {
  .content-wrapper #about .about-buttons a {
    display: flex !important;
    width: 100%;
  }
}

.brands-section {
  background-color: #EAE3CE;
  padding: 60px 5% 80px;
}
#brands-ladies{
  background: rgba(119, 45, 45, 0.23);

}

@media screen and (max-width: 768px) {
  .brands-section {
    padding: 40px 5% 60px;
  }
}

.brands-section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .brands-section h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.brands-section .brand-block {
  background-color: #fff;
  max-width: 850px;
  padding: 26px 18px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.brands-section .brand-block .image {
  width: 35%;
  line-height: 2;
}

.brands-section .brand-block .text {
  width: 65%;
  text-align: center;
  padding: 0 8%;
}

@media screen and (max-width: 768px) {
  .brands-section .brand-block .text {
    width: 100%;
    padding: 0 0;
  }
}

.brands-section .brand-block .text h3 {
  font-size: clamp(2rem, 2.8vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .brands-section .brand-block .text h3 {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}

.brands-section .brand-block .text h3 span {
  background: linear-gradient(transparent 60%, #D8C692 60%);
}

.brands-section .brand-block .text .label {
  margin-bottom: 20px;
}

.brands-section .brand-block .text .label.label2 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .brands-section .brand-block .text .label.label2 {
    margin-top: 0;
  }
}

.brands-section .brand-block .text .brand-name {
  margin-bottom: 25px;
}

.brands-section .brand-block .text .brand-name .en {
  font-size: 1.8rem;
  font-weight: 500;
}

.brands-section .brand-block .text .brand-name .jp {
  font-size: 1.4rem;
  font-weight: 500;
}

.brands-section .brand-block .text .brand-name.nolabel{
  padding-block: 4rem;
}

.brands-section .brand-block .text p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 35px;
  text-align: left;
}

.brands-section .brand-block .text .links a {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .brands-section .brand-block .text .links a {
    font-size: clamp(1.2rem, 3.5vw, 1.3rem);
  }
  .brands-section .brand-block .text .brand-name.nolabel{
    padding-block: 0;
  }
}

.brands-section .bottom-link {
  max-width: 370px;
  margin: 50px auto 40px;
}

.brands-section .bottom-link a {
  margin-bottom: 16px;
}

#select {
  padding: 100px 0 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #select {
    padding: 60px 0 30px;
  }
}

#select .select-title h2 {
  font-weight: bold;
  font-size: 3.7rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  #select .select-title h2 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: 20px;
  }
}

#select .select-title h2 span {
  background: linear-gradient(transparent 70%, #D8C692 70%);
}

#select .select-title p {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #select .select-title p {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }
}

#select .select-block h3 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #select .select-block h3 {
    margin-bottom: 40px;
  }

  #select .select-block h3 img {
    height: 36px;
  }
}

#select .select-block .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}

#select .select-block .layout .select-item {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item {
    margin-bottom: 20px;
  }
}

#select .select-block .layout .select-item .select-name {
  font-size: 2.7rem;
}

@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item .select-name {
    font-size: 1.8rem;
  }
}

#select .select-block .layout .select-item .select-site {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item .select-site {
    font-size: 1.4rem;
  }
}

#select #information {
  margin-bottom: 50px;
  padding: 0 5%;
}

#select #information h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 45px;
  color: #0A254C;
}

@media screen and (max-width: 768px) {
  #select #information h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

#select #information .links {
  display: flex;
  max-width: 994px;
  margin: auto;
  flex-wrap: wrap;
  gap: 10px;
}

#select #information .links a {
  width: calc(33.333% - 6.66px);
}

@media screen and (max-width: 768px) {
  #select #information .links a {
    width: 100%;
  }
}

#select #styling {
  margin-bottom: 50px;
  padding: 0 5%;
}

#select #styling h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 45px;
  color: #0A254C;
}

#select #styling .styling-gallery {
  display: flex;
  max-width: 994px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7%;
}

#select #styling .styling-gallery .style-item {
  width: 37.2%;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item {
    width: 100%;
    padding: 0 16.5%;
    margin-bottom: 50px;
  }
}

#select #styling .styling-gallery .style-item.wide {
  width: 55.8%;
}

@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item.wide {
    width: 100%;
    padding: 0;
  }
}

#select #styling .styling-gallery .style-item .style-image {
  margin-bottom: 10px;
}

#select #styling .styling-gallery .style-item .style-hashtag span {
  font-size: 2.3rem;
  font-weight: bold;
  color: #0A254C;
  background: linear-gradient(transparent 60%, #D8C692 60%);
}

@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item .style-hashtag span {
    font-size: 1.5rem;
  }
}

.styling-buttons {
  display: flex;
  max-width: 780px;
  margin: auto;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .styling-buttons {
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 5%;
  }
}

.styling-buttons a {
  width: 50%;
  background-color: #fff;
  border: 2px solid #0A254C;
  color: #0A254C;
}

@media screen and (max-width: 768px) {
  .styling-buttons a {
    width: 100%;
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
  }
}

.styling-buttons a:hover {
  background-color: #0A254C;
  color: #fff;
  text-decoration: none;
}

.styling-buttons a:hover .btn-arrow {
  border-color: #fff;
}

.styling-buttons a .btn-arrow {
  border-color: #0A254C;
}

#bottom-sns {
  background-color: #0A254C;
  padding: 60px 0;
}

#bottom-sns a {
  color: #fff;
}

#bottom-sns a:hover {
  text-decoration: none;
}

#bottom-sns a:hover .btn-arrow {
  border-color: #fff;
}

#bottom-sns a .btn-arrow {
  border-color: #fff;
}

/*# sourceMappingURL=style.css.map */

.instamovie {
  max-width: 410px;
  margin: auto;
}

#fair-link {
  text-align: center;
  padding: 50px 0;
}

/* SP時のボタン並び替え */
@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons li:nth-child(1) {
    order: 1;
  }
  .content-wrapper .nav-buttons li:nth-child(2) {
    order: 5;
  }
  .content-wrapper .nav-buttons li:nth-child(3) {
    order: 3;
  }
  .content-wrapper .nav-buttons li:nth-child(4) {
    order: 4;
  }
  .content-wrapper .nav-buttons li:nth-child(5) {
    order: 2;
  }
}

/* ハッシュタグリンクのスタイルリセット */
.tags li a,
.style-hashtag span a {
  color: inherit;
  text-decoration: none;
}

.tags li a:hover,
.style-hashtag span a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 動画のダミー */
.video-placeholder {
  width: 100%;
  background-color: #cccccc;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  aspect-ratio: 412 / 732;
}

.video-placeholder p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .content-wrapper #shortdrama .story-layout .movie-box {
    width: 450px;
  }
}

.acordion-wrap {
  position: relative;
}
.acordion-block {
  position: relative;
  overflow: hidden;
  height: 700px;
  transition: 0.3s height linear;
  padding-bottom: 130px;
}

.acordion-block.open {
  height: auto;
}

.acordion-block::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

.acordion-block.open::before {
  opacity: 0;
  visibility: hidden;
}
/* アコーディオン用ボタン */
.content-wrapper #shortdrama .accordion-trigger {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin: auto;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
  border: none;
  height: 52px;
  padding: 0;

  position: absolute;
  bottom: 80px;
  z-index: 1;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}


.content-wrapper #shortdrama .accordion-trigger .downward {
  transform: translateY(-50%) rotate(135deg);
}
.content-wrapper #shortdrama .acordion-wrap.open .accordion-trigger .downward {
  transform: translateY(-50%) rotate(315deg);
}

.content-wrapper #shortdrama #accordion1 h2{
  margin-bottom: 0;
}

/* 2列×2列画像横並び */
@media screen and (min-width: 769px) {
  #styling .styling-gallery .double-col-wrap {
    display: flex;
    width: 100%;
    gap: 15px;
  }
  #styling .styling-gallery .double-col-wrap .style-item.wide {
    width: 50%;
    margin: 0;
  }
}

/* 着用ブランド：結婚挨拶編のロゴ2列横並び */
.brands-section .brand-block .text .brand-logos-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.brands-section .brand-block .text .brand-logo-item {
  width: 48%;
  max-width: 150px;
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 0 auto 35px;
}

/* リンク要素として認識させるためのホバー時の透過 */
.brands-section .brand-block .text .brand-logo-item:hover {
  opacity: 0.7;
}

.brands-section .brand-block .text .brand-logo-item .label {
  margin-bottom: 12px;
}

.brands-section .brand-block .text .brand-logo-item .brand-name {
  margin-bottom: 0;
}

/* 2列になった際の文字サイズの微調整 */
.brands-section .brand-block .text .brand-logo-item .brand-name .en {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.brands-section .brand-block .text .brand-logo-item .brand-name .jp {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .brands-section .brand-block .text {
    gap: 10px;
  }
  .brands-section .brand-block .text .brand-logo-item .brand-name .en {
    font-size: 1.3rem;
  }
  .brands-section .brand-block .text .brand-logo-item .brand-name .jp {
    font-size: 1.1rem;
  }
}

.modal {
	background-color: rgba(68,68,68,.8);
	display: none; /* 初期非表示 */
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11000;
}
.modal-overlay {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.modal-content {
	max-height: 100%;
	max-width: 100%;
	position: relative;
	width: calc(56.25vh - 50px); /* 動画の比率にあわせて調整 */
}
.modal-close {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 11;
}
.player {
	aspect-ratio: 9 / 16;
	height: auto;
	width: 100%;
}
.player iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
