@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  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;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.all_back {
  background-color: #454545;
}

#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #454545;
  padding: 100px 0 40px 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 10vw 0 10vw 0;
  }
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  padding: 0px 0 180px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0px 0 80px 0;
  }
}
#section02 .text01 {
  text-align: center;
  margin-bottom: 2.5em;
  color: #fff;
  /*font-family: 'Noto Sans JP', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section02 .text01 {
    margin-bottom: 1em;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 830px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}

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

/*************************************/
.slider {
  padding: 0 8px;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  .slider {
    padding: 0 0px;
  }
}

@media screen and (max-width:800px) {
  .thumnail {
    display: none;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  overflow: hidden;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width:800px) {
  .thumnail .slick-track {
    justify-content: center !important;
  }
}

.slider-item {
  position: relative;
  padding: 0 0px;
}
@media screen and (max-width:800px) {
  .slider-item {
    padding: 0 5px;
  }
}
.slider-item figure {
  position: relative;
}
.slider-item figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider-item figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider-item figure figcaption.text02 {
  right: 51%;
}
.slider-item figure figcaption.text03 {
  right: 26%;
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 20%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    flex: 0 0 23.9%;
    padding: 0 4px;
    margin-bottom: 2.25vw;
  }
}
.thumnail .slick-slide:hover {
  cursor: pointer;
}
.thumnail .slick-slide.slick-current figure {
  position: relative;
}
.thumnail .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(1) {
    margin-left: 12%;
  }
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(3) {
    margin-right: 12%;
  }
}

.prev2 {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.prev2 img {
  width: 100%;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.next2 {
  width: 35px;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .next2 {
    width: 30px;
    position: absolute;
    top: 50%;
    right: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.next2 img {
  width: 100%;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}

/************************/
.slider_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  .slider_sp {
    display: block;
  }
}
.slider_sp .slider-item_sp {
  position: relative;
  padding: 0 0px;
  margin-bottom: 2.5vw;
}
.slider_sp .slider-item_sp figure {
  position: relative;
}
.slider_sp .slider-item_sp figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider_sp .slider-item_sp figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider_sp .slider-item_sp figure figcaption.text02 {
  right: 51%;
}
.slider_sp .slider-item_sp figure figcaption.text03 {
  right: 26%;
}/*# sourceMappingURL=gallery.css.map */