@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
* {
  box-sizing: border-box;
}

/*************************
* base
**************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
@media (max-width: 780px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

section {
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  a:hover {
    opacity: 0.5;
    transition: 0.4s;
  }
}
/*************************
* fadein
**************************/
/*scroll fadein*/
.fadein {
  opacity: 0;
  transform: translateY(100px);
}

.fadein_appear {
  animation: fadein-appear 1s ease forwards;
}
@keyframes fadein-appear {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/*************************
* レスポンシブ
**************************/
.pc_content {
  display: block;
}
@media (max-width: 480px) {
  .pc_content {
    display: none;
  }
}

.sp_content {
  display: none;
}
@media (max-width: 480px) {
  .sp_content {
    display: block;
  }
}

.pc_br {
  display: initial;
}
@media (max-width: 480px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 480px) {
  .sp_br {
    display: initial;
  }
}

/*************************
* content
**************************/
html {
  scroll-behavior: auto;
}

body {
  width: 100%;
  height: 100vh;
  scroll-behavior: auto;
}
body main {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-behavior: auto;
  overflow: hidden;
}
body main .bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-image: url(../images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body main .content.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  position: relative;
}
body main .content {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease, transform 2s ease;
  position: absolute;
  top: 0;
  left: 0;
}
body main .content .inner {
  width: 1000px;
  max-width: 92%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  body main .content .inner {
    min-height: 100vh;
    height: auto;
  }
}
body main .content .inner.align-top {
  justify-content: flex-start;
  padding: 30px 0;
  height: auto;
}
body main .content .ttl {
  margin: 0 0 16px;
  font-size: 38px;
  letter-spacing: 0.06em;
}
@media (max-width: 780px) {
  body main .content .ttl {
    font-size: 30px;
  }
}
body main .content .subttl {
  margin: 0 0 16px 0;
  line-height: 1.4;
}
body main .content .midashi {
  margin: 0 0 16px 0;
}
body main .content .text {
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body main .content .date .week {
  font-size: 13px;
  margin: 0 0 0 4px;
}
@media (max-width: 780px) {
  body main .content .date .week {
    font-size: 10px;
  }
}
body main .content .info_box {
  margin: 40px 0 0 0;
}
body main .content .info_box .midashi {
  margin: 0 0 8px 0;
}
body main .content .info_box .tel {
  color: #fff;
}
body main .content .info_box .email {
  color: #fff;
}
body main .content_01 .inner .ttl {
  margin-top: 40px;
}
@media (max-width: 780px) {
  body main .content_01 .inner .ttl {
    margin-top: 40px;
  }
}
@media (max-width: 780px) {
  body main .content_01 .inner .ttl {
    margin-top: 20px;
  }
}
body main .content_02 {
  padding: 0;
}
@media (max-width: 480px) {
  body main .content_02 {
    text-align: left;
  }
}
body main .content_03 {
  background-color: #000;
  padding: 0;
  text-align: left;
}
body main .content_03 .f_boxs {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  body main .content_03 .f_boxs {
    margin: 20px 0 20px;
  }
}
body main .content_03 .f_boxs .img_box {
  width: 45%;
}
@media (max-width: 480px) {
  body main .content_03 .f_boxs .img_box {
    width: 40%;
  }
}
body main .content_03 .f_boxs .text_box {
  width: 50%;
}
@media (max-width: 480px) {
  body main .content_03 .f_boxs .text_box {
    width: 55%;
  }
}
body main .content_03 .f_boxs .text_box .midashi {
  margin: 0 0 30px 0;
  line-height: 1.5em;
  font-size: 24px;
}
@media (max-width: 780px) {
  body main .content_03 .f_boxs .text_box .midashi {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
body main .content_04 .inner .info_box .text {
  font-size: 14px;
  margin: 10px 0 0;
}
body main .content_04 .inner .info_box .text span {
  font-size: 12px;
  display: block;
}

.progress-indicator {
  position: fixed;
  right: 20px;
  bottom: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.progress-indicator .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aaa;
  transition: background 0.3s;
  cursor: pointer;
}

.progress-indicator .dot.active {
  background: #333;
}/*# sourceMappingURL=style.css.map */