@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
main::before {
  content: "SCROLL";
  color: #9a7d4f;
  font-family: "Oswald", serif;
  font-size: 1.8rem;
  line-height: 1;
  transform: rotateZ(90deg);
  position: absolute;
  top: 680px;
  left: 20px;
  display: block;
  letter-spacing: 0.08em;
}
main:after {
  content: "";
  display: block;
  border-right: 1px solid #9a7d4f;
  height: 180px;
  position: absolute;
  top: 730px;
  left: 48px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  width: 1080px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  width: 100%;
  height: 636px;
  background-color: #f1ead9;
  position: relative;
}
#fv .youtube-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin: 0 auto;
}
#fv .youtube-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#fv .movie-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin: 0 auto;
}
#fv .movie-wrap .youtube {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 56.25%; /* 16:9 (9÷16=0.5625) */
}
#fv .movie-wrap .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
#fv .movie-wrap .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#fv .movie-wrap .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#fv .video-btn {
  width: 100px;
  height: 29px;
  display: block;
  position: absolute;
  top: 135px;
  right: 28px;
  z-index: 999;
}
#fv .video-btn a {
  width: 100px;
  height: 29px;
  display: block;
  background: url(../img/top/video-off.png) center center no-repeat;
  background-size: contain;
}
#fv .video-btn a.sound {
  background-image: url(../img/top/video-on.png);
}
#fv .video-btn a.muted {
  background-image: url(../img/top/video-off.png);
}
#fv:before {
  content: "";
  display: block;
  background: url(../img/top/top-copy.png) center center no-repeat;
  background-size: contain;
  width: 623px;
  height: 222px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 501;
}
#fv:after {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
  background: rgba(234, 221, 190, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
}
#fv iframe {
  pointer-events: none;
}

#message {
  display: flex;
  padding-top: 46px;
  width: 1080px;
}
#message .logo {
  width: 380px;
}
#message .logo .copy {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bbbbbb;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  color: #767575;
}
#message .text {
  padding-top: 15px;
  width: 485px;
  margin-left: 38px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: normal;
}

#box-sections {
  position: relative;
  width: 100%;
  width: 1080px;
  margin: 0 auto;
}
#box-sections:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1700px;
  background-color: #f3f1e8;
  position: absolute;
  top: 35px;
  left: 110px;
  z-index: -1;
}

.box-animation {
  position: relative;
}
.box-animation a {
  opacity: 1;
  position: relative;
  display: block;
}
.box-animation a picture {
  position: relative;
}
.box-animation a picture:before, .box-animation a picture:after {
  content: "";
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 9999;
  display: block;
}
.box-animation a picture:before {
  border-bottom: 5px solid #bec7cc;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  width: calc(100% - 20px);
  transform: scaleX(0); /* 初期状態 */
}
.box-animation a picture:after {
  border-left: 5px solid #bec7cc;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  height: calc(100% - 20px);
  transform: scaleY(0); /* 初期状態 */
}
.box-animation a:before, .box-animation a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 9999;
  display: block;
}
.box-animation a:before {
  border-top: 5px solid #bec7cc;
  transform-origin: right;
  width: calc(100% - 20px);
  transform: scaleX(0); /* 初期状態 */
}
.box-animation a:after {
  border-left: 5px solid #bec7cc;
  transform-origin: top;
  height: calc(100% - 20px);
  transform: scaleY(0); /* 初期状態 */
}
.box-animation a:hover:before {
  transform: scaleX(1); /* 初期状態 */
}
.box-animation a:hover:after {
  transform: scaleY(1); /* 初期状態 */
}
.box-animation a:hover picture:before {
  transform: scaleX(1); /* 初期状態 */
}
.box-animation a:hover picture:after {
  transform: scaleY(1); /* 初期状態 */
}
.box-animation a:hover img {
  filter: brightness(0.5); /* 明るさを50%に調整 */
}
.box-animation img {
  display: block;
  transition: filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#service {
  margin-top: 90px;
  position: relative;
  width: 100%;
}
#service h2 {
  font-size: 18rem;
  line-height: 1;
  position: absolute;
  top: -135px;
  right: -180px;
  z-index: -1;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#service .boxes {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  gap: 30px; /* 箱の間隔 */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#service .boxes .box {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
}
#service .boxes .box img {
  display: block;
}
#service .boxes .box a {
  display: block;
}
#service .boxes .box:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
#service .boxes .box:nth-of-type(2) {
  grid-area: 1/3/3/4;
}
#service .boxes .box:nth-of-type(3) {
  grid-area: 2/1/3/3;
}
#service .boxes .box:nth-of-type(4) {
  grid-area: 1/4/2/5;
}
#service .boxes .box:nth-of-type(5) {
  grid-area: 2/4/3/5;
}
#service .boxes .box.size-w {
  width: 510px;
  height: 240px;
}
#service .boxes .box.size-h {
  width: 240px;
  height: 510px;
}

#discover {
  margin-top: 160px;
  position: relative;
  width: 100%;
}
#discover h2 {
  font-size: 18rem;
  line-height: 1;
  position: absolute;
  top: -135px;
  left: 0;
  left: -180px;
  z-index: -1;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#discover .boxes {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  gap: 30px; /* 箱の間隔 */
}
#discover .boxes .box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
}
#discover .boxes .box img {
  display: block;
}
#discover .boxes .box.size-w {
  width: 510px;
  height: 240px;
}
#discover .boxes .box.size-h {
  width: 240px;
  height: 510px;
}
#discover .boxes.movie {
  margin-top: 30px;
}
#discover .boxes.movie .box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 240px;
  height: 210px;
  padding: 8px;
  position: relative;
}
#discover .boxes.movie .box a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#discover .boxes.movie .box .img {
  position: relative;
  display: flex;
  width: 224px;
  height: 126px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
#discover .boxes.movie .box .img img {
  display: block;
}
#discover .boxes.movie .box .img a {
  display: flex;
  width: 224px;
  height: 126px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#discover .boxes.movie .box .title {
  margin-top: 12px;
  height: 40px;
}
#discover .boxes.movie .box .title a {
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: none;
}
#discover .boxes.movie .box .date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1;
}

#news {
  margin-top: 160px;
  position: relative;
  width: 100%;
}
#news h2 {
  font-size: 18rem;
  line-height: 1;
  position: absolute;
  top: -135px;
  right: -180px;
  z-index: -1;
  color: #ddd0ab;
  font-family: "Oswald", serif;
  font-weight: 500;
  opacity: 0.5;
}
#news .boxes {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  gap: 30px; /* 箱の間隔 */
}
#news .boxes .box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 240px;
  height: 240px;
  padding: 8px;
  position: relative;
}
#news .boxes .box.is-new:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid #eb3841;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #eb3841;
  border-right: 20px solid transparent;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
#news .boxes .box.is-new:after {
  content: "NEW";
  font-family: "Oswald", serif;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 9px;
  z-index: 1;
  transform: rotateZ(-45deg);
}
#news .boxes .box a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#news .boxes .box .img {
  position: relative;
  display: flex;
  width: 224px;
  height: 152px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#news .boxes .box .img img {
  display: block;
}
#news .boxes .box .img a {
  display: flex;
  width: 224px;
  height: 152px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#news .boxes .box .info {
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 1;
  display: flex;
}
#news .boxes .box .info .category span,
#news .boxes .box .info .category a {
  background-color: #9a7d4f;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
#news .boxes .box .title {
  margin-top: 15px;
  height: 40px;
}
#news .boxes .box .title a {
  font-size: 1.6rem;
  line-height: 1.25;
  text-decoration: none;
}
#news .boxes .box .date {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 1;
}
#news .link {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
#news .link a {
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  color: #9a7d4f;
  font-weight: bold;
}
#news .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}

#sns {
  width: 1080px;
  margin: 126px auto 0;
}
#sns .banner.sns {
  width: 740px;
  height: 120px;
  margin: 0 auto;
  border: 2px solid #eadebb;
  display: flex;
}
#sns .banner.sns .title {
  font-size: 2rem;
  line-height: 1.2;
  background-color: #eadebb;
  width: 260px;
  height: 116px;
  position: relative;
}
#sns .banner.sns .title:before, #sns .banner.sns .title:after {
  content: "";
  position: absolute;
}
#sns .banner.sns .title:before {
  border-top: 14px solid #c2af77;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #c2af77;
  top: 3px;
  left: 3px;
}
#sns .banner.sns .title:after {
  border-top: 14px solid transparent;
  border-right: 14px solid #c2af77;
  border-bottom: 14px solid #c2af77;
  border-left: 14px solid transparent;
  right: 5px;
  bottom: 3px;
}
#sns .banner.sns .title span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#sns .banner.sns .title span:before {
  content: "";
  display: block;
  background: url(../img/common/icon-wave.png) center center no-repeat;
  width: 45px;
  height: 21px;
  margin-bottom: 4px;
}
#sns .banner.sns .contents {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

#story {
  margin-top: 100px;
}
#story .loop-text {
  display: flex;
  overflow: hidden;
}
#story .loop-text img {
  flex: 0 0 auto;
}
#story .loop-text.top img:nth-of-type(odd) {
  animation: loop 50s -25s linear infinite;
}
#story .loop-text.top img:nth-of-type(even) {
  animation: loop2 50s linear infinite;
}
#story .loop-text.bottom img:nth-of-type(odd) {
  animation: loop-reverse 50s -25s linear infinite;
}
#story .loop-text.bottom img:nth-of-type(even) {
  animation: loop2-reverse 50s linear infinite;
}
#story .img {
  width: 100%;
  margin: 4px 0;
}
#story .img img {
  display: block;
  width: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop-reverse {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2-reverse {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
#youtube {
  margin-top: 160px;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 110px 0 0;
}
#youtube:before {
  content: "";
  display: block;
  width: 100vw;
  height: 470px;
  background-color: #fafafa;
  position: absolute;
  top: 44px;
  left: 280px;
  z-index: -1;
}
#youtube h2 {
  width: 1080px;
  height: 94px;
  margin: 0 auto;
  font-size: 6rem;
  line-height: 1;
  color: #2e3b44;
  font-family: "Oswald", serif;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  text-indent: -100vw;
  font-size: 0;
  color: transparent;
}
#youtube h2:before {
  content: "";
  display: block;
  width: 300px;
  height: 69px;
  background: url(../img/common/logo-youtube.png) center center no-repeat;
  margin-right: 20px;
}
#youtube .pagination {
  width: 100%;
  max-width: 1440px;
  position: relative;
}
#youtube .pagination .swiper-button-next,
#youtube .pagination .swiper-button-prev {
  position: absolute;
  top: 170px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: none;
  margin: 0;
}
#youtube .pagination .swiper-button-next:after,
#youtube .pagination .swiper-button-prev:after {
  display: none;
}
#youtube .pagination .swiper-button-next {
  background-image: url(../img/common/icon-arrow-right02.png);
  right: 20px;
  width: 21px;
  height: 32px;
}
#youtube .pagination .swiper-button-prev {
  background-image: url(../img/common/icon-arrow-left02.png);
  left: 10px;
  left: 20px;
  width: 21px;
  height: 32px;
}
#youtube .wrapper {
  width: 1380px;
  margin: 40px 0;
  padding-left: 60px;
}
#youtube .boxes .box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 420px;
  height: 327px;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#youtube .boxes .box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#youtube .boxes .box a:hover {
  opacity: 0.65;
}
#youtube .boxes .box .video {
  width: 420px;
  height: 236px;
}
#youtube .boxes .box .video iframe {
  width: 420px;
  height: 236px;
  pointer-events: none;
}
#youtube .boxes .box .contents {
  padding: 10px 14px;
  position: relative;
  width: 100%;
  height: 91px;
}
#youtube .boxes .box .contents .text {
  margin-top: 2px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 1.25;
}
#youtube .boxes .box .contents .date {
  color: #aaaaaa;
  font-size: 1.2rem;
  line-height: 2;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

#instagram {
  margin-top: 160px;
  position: relative;
  width: 1080px;
  margin: 110px auto 0;
}
#instagram:before {
  content: "";
  display: block;
  width: 100vw;
  height: 560px;
  background-color: #fafafa;
  position: absolute;
  top: 44px;
  right: 106px;
  z-index: -1;
}
#instagram h2 {
  height: 94px;
  font-size: 6rem;
  line-height: 1;
  color: #2e3b44;
  font-family: "Oswald", serif;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
#instagram h2:before {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  background: url(../img/common/icon-instagram-l.png) center center no-repeat;
  margin-right: 20px;
}
#instagram .swipe-instagram {
  position: relative;
  overflow: visible;
}
#instagram .swipe-instagram .swiper-button-next,
#instagram .swipe-instagram .swiper-button-prev {
  position: absolute;
  top: 150px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: none;
  margin: 0;
}
#instagram .swipe-instagram .swiper-button-next:after,
#instagram .swipe-instagram .swiper-button-prev:after {
  display: none;
}
#instagram .swipe-instagram .swiper-button-next {
  background-image: url(../img/common/icon-arrow-right.png);
  right: 20px;
  transform: translateX(100px);
}
#instagram .swipe-instagram .swiper-button-prev {
  background-image: url(../img/common/icon-arrow-left.png);
  left: 20px;
}
#instagram .boxes {
  margin-top: 40px;
  padding: 0 10px;
}
#instagram .boxes .box {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 280px;
  height: 410px;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
#instagram .boxes .box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#instagram .boxes .box a:hover {
  opacity: 1;
}
#instagram .boxes .box a:hover::before {
  opacity: 1;
}
#instagram .boxes .box a::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  background-image: url(../img/common/icon-instagram-white.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1000;
}
#instagram .boxes .box .img {
  position: relative;
  width: 280px;
  height: 280px;
}
#instagram .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#instagram .boxes .box .img img {
  display: block;
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: 50% 50%;
}
#instagram .boxes .box .contents {
  padding: 5px 10px;
}
#instagram .boxes .box .contents .info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: url(../img/top/icon-instagram-account.png) left center no-repeat;
  background-size: 40px auto;
  padding-left: 45px;
}
#instagram .boxes .box .contents .info .account {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
#instagram .boxes .box .contents .info .date {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
#instagram .boxes .box .contents .text {
  margin-top: 2px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

#banners {
  width: 1080px;
  margin: 184px auto 0;
}
#banners .banner.sns {
  width: 740px;
  height: 120px;
  margin: 0 auto;
  border: 2px solid #eadebb;
  display: flex;
}
#banners .banner.sns .title {
  font-size: 2rem;
  line-height: 1.2;
  background-color: #eadebb;
  width: 260px;
  height: 118px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#banners .banner.sns .title:before {
  content: "";
  display: block;
  background: url(../img/common/icon-wave.png) center center no-repeat;
  width: 45px;
  height: 21px;
  margin-bottom: 4px;
}
#banners .banner.sns .contents {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#contact {
  width: 1080px;
  height: 210px;
  margin: 130px auto 0;
  background-color: #f3f1e8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .text {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#contact .btn {
  margin-left: 56px;
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 70px;
  border-radius: 35px;
  text-decoration: none;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  color: #9a7d4f;
  font-weight: normal;
  font-family: "Oswald", serif;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #9a7d4f 0%, #9a7d4f 50%, #ffffff 50%, #ffffff 100%);
  transition: background-position ease 0.4s;
}
#contact .btn:before {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background: url(../img/common/icon-mail-brown.png) center center no-repeat;
  margin-right: 8px;
}
#contact .btn:hover {
  color: #fff;
  opacity: 1;
  background-position: 0 0;
}
#contact .btn:hover:before {
  background-image: url(../img/common/icon-mail-white.png);
}

/* モーダルの基本スタイル */
#customModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  /* モーダルの中身 */
  /* 閉じるボタン */
}
#customModal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#customModal .modal-content iframe {
  width: 64vw;
  height: 36vw;
}
#customModal #closeModal {
  color: white;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
