@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
body, html {
  background-color: #000;
  color: #fff;
}

header {
  background-color: rgba(0, 0, 0, 0);
}

.pctab_only {
  display: block;
}
@media screen and (max-width:600px) {
  .pctab_only {
    display: none;
  }
}

.pctab_only_inline {
  display: inline-block;
}
@media screen and (max-width:600px) {
  .pctab_only_inline {
    display: none;
  }
}

.sptab_only {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only {
    display: block;
  }
}

.sptab_only_inline {
  display: none;
}
@media screen and (max-width:600px) {
  .sptab_only_inline {
    display: inline-block;
  }
}

/********************************************************************/
.center_contena10 {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.center_contena10.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  .center_contena10 {
    opacity: 1;
    position: relative;
    /*min-height: 100vh;*/
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.center_contena10 h3 {
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .center_contena10 h3 {
    font-size: 26px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 h3 {
    font-size: 4.2vw;
    line-height: 180%;
  }
}
.center_contena10 .text {
  width: 70%;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 14px;
  line-height: 260%;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  .center_contena10 .text {
    width: 90%;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:600px) {
  .center_contena10 .text {
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.inboxxxx {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .inboxxxx {
    width: 90%;
  }
}

/***********************************************************************/
#sec01 {
  width: 100%;
}
#sec01 .sec__in {
  width: 100%;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #sec01 .sec__in {
    padding-top: 0px;
  }
}
#sec01.ippan {
  padding-top: 0;
}
@media screen and (max-width:800px) {
  #sec01.ippan {
    padding-top: 60px;
  }
}

/***********************************************************************/
.thumbnail-item {
  position: relative;
}
.thumbnail-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.thumbnail-item.slick-current::after {
  background-color: rgba(0, 0, 0, 0);
}

.subnav_pc {
  position: absolute;
  bottom: 12vw;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  opacity: 0;
}
.subnav_pc .submaru {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.subnav_pc .submaru.active {
  background-color: rgb(255, 255, 255);
}
.subnav_pc.active {
  opacity: 1;
}

.subnav {
  position: absolute;
  bottom: 16.5vw;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  opacity: 0;
}
.subnav .submaru {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.subnav .submaru.active {
  background-color: rgb(255, 255, 255);
}
.subnav.active {
  opacity: 1;
}

.swiper-slide {
  position: relative;
}
.swiper-slide p.text {
  position: absolute;
  letter-spacing: 0.2em;
  bottom: 30px;
  right: 40px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .swiper-slide p.text {
    bottom: 10px;
    right: 10px;
    font-size: 3.2vw;
    line-height: 100%;
  }
}

.mainphoto {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.mainphoto .main_photo_text {
  position: absolute;
  width: 38.6%;
  max-width: 530px;
  top: 96%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.mainphoto .main_photo_text .intext {
  font-size: 1.3vw;
  padding-top: 3.75vw;
  width: 120%;
  margin-left: -10%;
  text-align: center;
}

.mainphoto_sp {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 20;
}
.mainphoto_sp .main_photo_text {
  position: absolute;
  width: 38.6%;
  top: 50%;
  right: 15%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media screen and (max-width:800px) {
  .mainphoto_sp .main_photo_text {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 60%;
    top: 92.5%;
    right: 20%;
  }
}
.mainphoto_sp .main_photo_text p.intext {
  width: 100%;
  text-align: center;
  width: 140%;
  padding-top: 5vw;
  margin-left: -20%;
  font-size: 3.2vw;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.sphead_back {
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.sphead_back.active {
  background-color: rgba(0, 0, 0, 0) !important;
}/*# sourceMappingURL=gallery.css.map */