@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¹²Í¨¤³¤³¤Þ¤Ç***/
#section01 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#section01 .mainbox {
  width: 60%;
  max-width: 299.2px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section01 .mainbox {
    width: 50%;
    max-width: 800px;
  }
}
#section01 .mainbox .base {
  opacity: 0;
  transition: all 1.5s ease-out 0.01s;
}
#section01 .mainbox .base.active {
  opacity: 1;
}
#section01 .mainbox ul.countbox {
  position: absolute;
  width: 117%;
  top: 40%;
  left: -8.5%;
}
#section01 .mainbox ul.countbox li {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#section01 .mainbox ul.countbox li.is-show {
  opacity: 1;
}
#section01 .mainbox ul.countbox li .bbs {
  position: relative;
}
#section01 .mainbox ul.countbox li .bbs2 {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  top: -20px;
  left: 0;
  overflow: hidden;
}
#section01 .mainbox ul.countbox li .bbs2 .imgs {
  position: relative;
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 0.01s;
}
#section01 .mainbox ul.countbox li .bbs2 .imgs.active {
  transform: translate(0, calc(-100% - 25px));
}
#section01 .mainbox ul.countbox li.ons {
  opacity: 1 !important;
}
#section01 .mainbox ul.countbox li .lls {
  position: relative;
}
#section01 .mainbox ul.countbox li .lls2 {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  top: -20px;
  left: 0;
  overflow: hidden;
}
#section01 .mainbox ul.countbox li .lls2 .imgs {
  position: relative;
  transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 0.01s;
  transform: translate(0, calc(100% + 25px));
}
#section01 .mainbox ul.countbox li .lls2 .imgs.active {
  transform: translate(0, 0);
}
#section01 .mainbox ul.countbox li .lls3 {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  top: -20px;
  left: 0;
  overflow: hidden;
}
#section01 .mainbox ul.countbox li.n59.active {
  opacity: 0 !important;
  transition: all 0.7s ease-out 0.15s;
}
#section01 .mainbox ul.countbox li.n60.active {
  opacity: 1 !important;
  transition: all 0.7s ease-out 0.15s;
}
#section01 .mainbox ul.countbox li.n60c.active {
  opacity: 1 !important;
  transition: all 0.7s ease-out 0.15s;
}
#section01 .mainbox ul.countbox li.n60.active2 {
  transition: all 0.5s ease-in-out 0.01s;
  opacity: 0 !important;
}
#section01 .mainbox ul.countbox li.n60b.active2 {
  transform: translate(-6%, 0);
  transition: all 1.5s ease-in-out 0.01s;
  opacity: 0 !important;
}
#section01 .mainbox ul.countbox li.n60c.active2 {
  transform: translate(6%, 0);
  transition: all 1.5s ease-in-out 0.01s;
  opacity: 0 !important;
}
#section01 .mainbox ul.countbox .first {
  position: relative;
  width: 100%;
}
#section01 .scrolltxt {
  width: 39px;
  position: absolute;
  z-index: 99;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
#section01 .scrolltxt::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #9f686f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%, 0);
}
#section01 .scrolltxt::after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: calc(100% + 13px);
  background-color: #9f686f;
  animation: lines 1.5s ease-out infinite;
}
@keyframes lines {
  0% {
    height: 0;
  }
  75% {
    height: 50px;
  }
  100% {
    height: 50px;
  }
}

#section02 {
  position: relative;
  margin-top: 100vh;
  width: 100%;
  height: 100vh;
  background-color: #9f686f;
}
#section02 h2 {
  width: 90%;
  max-width: 560.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section02 h2 {
    width: 85%;
    max-width: 560.5px;
  }
}

#section03 {
  width: 100%;
  padding: 150px 0 120px 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 100px 0 80px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section03 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .clumbox.firest {
  padding-bottom: 150px;
  border-bottom: 1px solid #999;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section03 .clumbox.firest {
    padding-bottom: 80px;
    border-bottom: 1px solid #999;
    margin-bottom: 80px;
  }
}
#section03 .clumbox .text {
  width: 53.57%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section03 .clumbox .text h2 {
  width: 63.3%;
  margin-bottom: 20px;
}
#section03 .clumbox .text .subtitle {
  width: 100%;
  padding-left: 3em;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .subtitle {
    margin-bottom: 2em;
  }
}
#section03 .clumbox .text .subtitle::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background-color: #9f686f;
  position: absolute;
  left: 0;
  top: 50%;
}
#section03 .clumbox .text h3 {
  margin-bottom: 1em;
  font-weight: 200;
  letter-spacing: 0.125em;
}
#section03 .clumbox .text h3.second {
  margin-top: 250px;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text h3.second {
    margin-top: 0px;
  }
}
#section03 .clumbox .text .base_text {
  line-height: 200%;
}
#section03 .clumbox .photos {
  width: 37.5%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .photos {
    width: 100%;
  }
}
#section03 .clumbox .photos .namebox {
  margin: 1em 0 90px 0;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .photos .namebox {
    margin: 1em 0 45px 0;
  }
}
#section03 .clumbox .photos .namebox .minis {
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 200;
  letter-spacing: 0.05em;
}
#section03 .clumbox .photos .namebox .bigs {
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 200;
  letter-spacing: 0.05em;
}
#section03 .clumbox .photos .namebox .nameimg {
  width: 5em;
  line-height: 0;
}
#section03 .clumbox .photos .th80 {
  width: 100%;
}

#widephoto {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}

#section_jigyou {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 4vw 4vw 0vw 4vw;
}
#section_jigyou .section__in {
  width: 100%;
  position: relative;
}
#section_jigyou .section__in .base {
  position: relative;
}
#section_jigyou .section__in .intext {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  top: 10%;
  left: 3.5%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_jigyou .section__in .intext {
    top: 7.5%;
  }
}
#section_jigyou h3 {
  margin-bottom: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 160%;
  font-size: 1.9vw;
}
@media screen and (max-width:800px) {
  #section_jigyou h3 {
    line-height: 140%;
    font-size: 5.4vw;
  }
}
#section_jigyou h3.second {
  margin-top: 250px;
}
@media screen and (max-width:800px) {
  #section_jigyou h3.second {
    margin-top: 0px;
  }
}
#section_jigyou .base_text {
  line-height: 200%;
  font-weight: 200;
  letter-spacing: 0.05em;
  font-size: 0.85vw;
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section_jigyou .base_text {
    font-size: 2.8vw;
    line-height: 220%;
    margin-bottom: 35vw;
  }
}
#section_jigyou .banas {
  width: 19.5%;
  display: block;
}
@media screen and (max-width:800px) {
  #section_jigyou .banas {
    width: 60%;
    margin-left: -8vw;
  }
}

#last60th {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 80px 0 110px 0;
}
#last60th .foot60th {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
#last60th .topback {
  width: 12px;
  position: absolute;
  bottom: 100%;
  right: 2vw;
  transform: translate(50%, 0);
}/*# sourceMappingURL=top.css.map */