@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
gallery
----------------------------------------------------------*/
article * {
  box-sizing: border-box;
}
.sec {
  position: relative;
  padding-top: calc(90 / 1396 * 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec > * {
  min-height: 0%;
  max-width: 100%;
}
.sec::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(335 / 1396 * 100vw);
  content: '';
  background-color: #EBEBEB;
  z-index: -1;
}
.sec h2 {
  position: relative;
  font-size: calc(30 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  line-height: calc(45 / 30 * 1em);
  padding-bottom: calc(20 / 30 * 1em);
}
.sec h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #E85382;
  content: '';
  height: 3px;
  width: 1em;
  transform: translateX(-50%);
}
.sec .inner {
  padding: calc(59 / 1396 * 100vw) calc(60 / 1396 * 100%) calc(129 / 1396 * 100vw);
  margin-top: calc(59 / 1396 * 100vw);
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: calc(1248 / 1396 * 100vw);
}
.sec:first-child .inner {
  padding-bottom: calc(69 / 1396 * 100vw);
}
.sec .inner > * {
  min-height: 0%;
  max-width: 100%;
}
.sec .lead {
  font-size: calc(16 / 1396 * 100vw);
  letter-spacing: .06em;
}


.sec .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(60 / 1396 * 100vw);
}
.sec .box .pic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(564 / 1396 * 100vw);
  height: calc(564 / 1396 * 100vw);
  background: #EBEBEB;
  padding: 9px;
  border-radius: 10px;
}
.sec .pic a::after {
  content: '';
  position: absolute;
  right: calc(-10 / 1396 * 100vw);
  bottom: calc(-10 / 1396 * 100vw);
  display: block;
  width: calc(50 / 1396 * 100vw);
  height: calc(50 / 1396 * 100vw);
  background: url("../img/gallery/icon_glass.svg") no-repeat;
  background-size: calc(50 / 1396 * 100vw) auto;
}

#movie.sec .pic a::after {
  background-image: url("../img/gallery/icon_play.svg");
}
#movie.sec .box .pic a {
  height: calc(424 / 1396 * 100vw);
}
.sec .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.sec .box .txt {
  width: calc(504 / 1396 * 100vw);
  padding-top: calc(35 / 1396 * 100vw);
}
.sec .box h3 {
  font-size: calc(24 / 1396 * 100vw);
  font-weight: normal;
  color: #E85382;
  letter-spacing: .06em;
  padding-bottom: calc(22 / 1396 * 100vw);
  margin-bottom: calc(19 / 1396 * 100vw);
  border-bottom: 1px solid #D1D1D1;
}
.sec .box p {
  font-size: calc(16 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: 1.9;
}

.sec .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec .wrapper::after {
  content: '';
  display: block;
  width: calc(356 / 1396 * 100vw);
}
.sec .wrapper .block {
  width: calc(356 / 1396 * 100vw);
  margin-bottom: calc(60 / 1396 * 100vw);
}
.sec .wrapper .pic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(356 / 1396 * 100vw);
  height: calc(356 / 1396 * 100vw);
  background: #EBEBEB;
  padding: 9px;
  border-radius: 10px;
}
#movie.sec .wrapper .pic a {
  height: calc(268 / 1396 * 100vw);
}
.sec .wrapper h3 {
  font-size: calc(20 / 1396 * 100vw);
  font-weight: normal;
  color: #E85382;
  letter-spacing: .06em;
  padding-top: calc(15 / 1396 * 100vw);
  padding-bottom: calc(15 / 1396 * 100vw);
  margin-bottom: calc(12 / 1396 * 100vw);
  border-bottom: 1px solid #D1D1D1;
}
.sec .wrapper p {
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: 1.71;
}

/* ---------------------------------------------------------
modal
----------------------------------------------------------*/
#modal {
  display: none;
}
.modaal-content-container {
  padding: 0;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -61px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 218px;
  height: 40px;
  background: url("../img/gallery/icon_close_pc.svg") no-repeat;
  background-size: 218px auto;
  border-radius: 0;
  transition: opacity .3s;
  margin-left: -109px;
}
.modaal-close:hover {
  background: url("../img/gallery/icon_close_pc.svg") no-repeat;
  opacity: .7;
}
.modaal-close::before,
.modaal-close::after {
  content: none;
}
.youtube-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
  .ttl-col2 {    
    margin-bottom: 99px;
    margin-bottom: calc(99 / 375 * 100vw);
  }
  .ttl-col2 h1 span::before {
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: calc(8 / 375 * 100vw);
    margin-top: 0;
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .ttl-col2 .txt-sub {
    line-height: 1;
    padding-right: 0;
    padding-left: 25px;
    padding-right: 0;
    padding-left: calc(25 / 375 * 100vw);
  }
  .ttl-col2 .txt-gray {
    top: 274px;
    right: 14px;
    top: calc(274 / 375 * 100vw);
    right: calc(14 / 375 * 100vw);
  }

/* ---------------------------------------------------------
.sec
----------------------------------------------------------*/
  .sec {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
  .sec + .sec {
    margin-top: 0;
  }
  .sec::before {
    height: calc(252 / 375 * 100vw);
  }
  .sec h2 {
    padding-bottom: 14px;
    padding-bottom: calc(14 / 20 * 1em);
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    line-height: 22px;
    line-height: calc(22 / 20);
    text-align: center;
  }
  .sec h2::after {
    height: 2px;
  }
  .sec .inner {
    display: block;
    width: 100%;
    padding: 28px 0 75px;
    padding: calc(28 / 375 * 100vw) 0 calc(75 / 375 * 100vw);
    margin-top: 40px;
    margin-top: calc(40 / 375 * 100vw);
    border-radius: 0;
  }
  .sec:first-child .inner {
    padding-bottom: calc(70 / 375 * 100vw);
  }
  .sec .box {
    display: block;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .sec .box .pic a,
  .sec .wrapper .pic a {
    width: 350px;
    height: 350px;
    padding: 9px;
    width: calc(350 / 375 * 100vw);
    height: calc(350 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw);
    margin: 0 auto;
  }
  .sec .pic a::after {
    right: -10px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    right: calc(-10 / 375 * 100vw);
    bottom: calc(-10 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    background-size: calc(50 / 375 * 100vw) auto;
  }
  #movie.sec .box .pic a {
    height: auto;
  }
  .sec .pic img {
    object-fit: contain;
    max-height: 100%;
  }
  .sec .box .txt {
    width: calc(350 / 375 * 100vw);
    padding-top: 0;
    margin: 0 auto;
  }
  .sec .box h3,
  .sec .wrapper h3 {
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(22 / 375 * 100vw);
    padding-bottom: calc(14 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .sec .box p,
  .sec .wrapper p {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
  }
  .sec .wrapper {
    display: block;
  }
  .sec .wrapper::after {
    display: none;
  }
  .sec .wrapper .block {
    width: calc(350 / 375 * 100vw);
    margin: 0 auto calc(60 / 375 * 100vw);
  }
  .sec .wrapper .block:last-child {
    margin-bottom: 0;
  }
  #movie.sec .wrapper .pic a {
    height: 270px;
    height: calc(270 / 375 * 100vw);
  }


}
