@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共通ここまで***/
body {
  background-color: #000;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
/*  background-color: #fff;*/
  background-color: black;

}
main.active1 {
  overflow: hidden;
  height: 100vh;
}
main.active2 {
  overflow: hidden;
  height: auto;
}

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 210px 0 90px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 100px 0 50px 0;
  }
}
#section01 h1 {
  width: auto;
  margin: 0 auto 70px auto;
  text-align: center;
}
#section01 h1 figure {
  width: auto;
  height: 40px;
  margin-bottom: 18px;
}
@media screen and (max-width:1200px) {
  #section01 h1 figure {
    height: 3vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 figure {
    height: 5.6vw;
    margin: 0 auto 35px;
  }
}
#section01 h1 img {
  width: auto;
  height: 40px;
  margin-bottom: 18px;
}
@media screen and (max-width:1200px) {
  #section01 h1 img {
    height: 3vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 img {
    height: 5.6vw;
  }
}
#section01 h1 span {
  display: block;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width:1200px) {
  #section01 h1 span {
    font-size: 1.9vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 span {
    font-size: 4.5vw;
  }
}
#section01 .base_text {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 180%;
}

#section02 {
  width: 100%;
  position: relative;
}
#section02 .anime_a_time1 {
  position: relative;
}
#section02 ul.photos {
  position: relative;
  width: 100%;
}
#section02 ul.photos .base {
  position: relative;
}
#section02 ul.photos .base_01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 1s linear 0.01s;
}
#section02 ul.photos .base_01.active {
  opacity: 1;
}
#section02 ul.photos .base_02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: all 1s linear 0.01s;
}
#section02 ul.photos .base_02.active {
  opacity: 1;
}
#section02 ul.mojis {
  position: absolute;
  width: 16.6%;
  bottom: 5.8%;
  left: 2%;
  z-index: 30;
  transition: all 1s linear 0.01s;
}
#section02 ul.mojis.active {
  opacity: 1;
}
#section02 ul.mojis .base {
  position: relative;
  transition: all 1s linear 0.01s;
  opacity: 1;
}
#section02 ul.mojis .base.active {
  opacity: 0;
}
#section02 ul.mojis .base_01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s linear 0.01s;
  z-index: 20;
}
#section02 ul.mojis .base_01.active {
  opacity: 1;
}
#section02 .minis {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

.orange_line_animate {
  width: 0px;
  height: 5px;
  /*background-color: #002c7d;*/
  background-color: #b0955d;
  margin: 0 auto 30px auto;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .orange_line_animate {
    height: 4px;
    margin-bottom: 25px;
    width: 0vw;
  }
}
.orange_line_animate.active {
  width: 86px;
}
@media screen and (max-width:800px) {
  .orange_line_animate.active {
    width: 20vw;
  }
}

.photo_content_wrap {
  padding: 90px 0 80px 0;
}
@media screen and (max-width:800px) {
  .photo_content_wrap {
    padding: 50px 0 30px 0;
  }
}
.photo_content_wrap.photo_content_wrap--bottom {
  padding: 120px 0 80px 0;
}
@media screen and (max-width:800px) {
  .photo_content_wrap.photo_content_wrap--bottom {
    padding: 50px 0 30px 0;
  }
}
.photo_content_wrap .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #000;*/
  color: white;
  position: relative;
}
@media screen and (max-width:800px) {
  .photo_content_wrap .section__in {
    width: 100%;
  }
}
.photo_content_wrap .section__in.section__bottom {
  margin-top: 10px;
  text-align: center;
}
.photo_content_wrap .section__in.section__bottom p {
  line-height: 1.75em;
}
@media screen and (max-width:800px) {
  .photo_content_wrap .section__in.section__bottom p {
    line-height: 2em;
    font-size: 3vw;
  }
}
.photo_content_wrap h2 {
  width: 35.5%;
  max-width: 380px;
  margin: 0px auto 35px auto;
  position: relative;
  z-index: 30;
}
.photo_content_wrap h2 figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  .photo_content_wrap h2 {
    width: 95%;
    margin: 0vw auto 4vw auto;
  }
}
.photo_content_wrap h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  .photo_content_wrap h3 {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}
.photo_content_wrap .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  .photo_content_wrap .base_text {
    line-height: 180%;
  }
}

.section_photo_contena {
  width: 100%;
  overflow: hidden;
  /*background-color: #fff;*/
  background-color: black;
}
.section_photo_contena ul {
  display: flex;
  width: 125vw;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.section_photo_contena ul.ul1 {
  margin-left: -10vw;
}
.section_photo_contena ul.ul2 {
  margin-left: -21vw;
}
.section_photo_contena ul li {
  width: 24.5%;
  position: relative;
}
.section_photo_contena ul li .base {
  position: relative;
}
.section_photo_contena ul li .base_1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1.75s linear;
  opacity: 0;
}
.section_photo_contena ul li .base_1.active {
  opacity: 1;
}
.section_photo_contena ul li .base_2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1.75s linear;
  opacity: 0;
}
.section_photo_contena ul li .base_2.active {
  opacity: 1;
}

#section03 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 120px 0 110px 0;
  /*background-color: #eeeceb;*/
  background-color: #1e1e1e;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 60px 0 60px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #000;*/
  color: white;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 90%;
  }
}
#section03 h3 {
  text-align: center;
  margin-bottom: 28px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 h3 {
    margin-bottom: 20px;
  }
}
#section03 h4 {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width:800px) {
  #section03 h4 {
    margin-bottom: 20px;
  }
}
#section03 .information_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section03 .information_wrap {
    display: block;
  }
}
#section03 .information_wrap .information_block {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section03 .information_wrap .information_block {
    width: 100%;
  }
  #section03 .information_wrap .information_block:last-child {
    margin-top: 4vw;
  }
}
#section03 .information_wrap .information_block .information_box {
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  #section03 .information_wrap .information_block .information_box {
    margin-top: 4vw;
  }
}
#section03 .information_wrap .information_block .information_box:first-child {
  margin-top: 0;
}
#section03 .information_wrap .information_title {
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  line-height: 120%;
  /*background-color: #002c7d;*/
  /*color: #fff;*/
  background-color: #b0955d;
  color: black;
  padding: 0.25em 0;
  margin-bottom: 0.5em;
}
#section03 .information_wrap .information_title.rega {
  background-color: #0081cc;
}
@media screen and (max-width:1100px) {
  #section03 .information_wrap .information_title.f14 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:1100px) and (max-width:800px) {
  #section03 .information_wrap .information_title.f14 {
    font-size: 2.8vw;
  }
}
#section03 .information_wrap .information_item {
  display: flex;
  justify-content: space-between;
  line-height: 1.75em;
}
@media screen and (max-width:1100px) {
  #section03 .information_wrap .information_item.f14 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:1100px) and (max-width:800px) {
  #section03 .information_wrap .information_item.f14 {
    font-size: 2.8vw;
  }
}
#section03 .information_wrap .information_item .place {
  width: 100%;
}
#section03 .information_wrap .information_item .time {
  min-width: 160px;
  margin-left: 16px;
  text-align: right;
}
@media screen and (max-width:1100px) {
  #section03 .information_wrap .information_item .time {
    min-width: 13.5vw;
  }
}
@media screen and (max-width:1100px) and (max-width:800px) {
  #section03 .information_wrap .information_item .time {
    min-width: 35.5vw;
  }
}
#section03 .botanbox {
  width: 100%;
  display: flex;
}

#footer_nav {
  /*background-color: #eeeceb;*/
  background-color: #1e1e1e;
}

#attens_contents .section__in {
  max-width: 920px;
}

#attens_contents {
  /*background-color: #eeeceb !important;*/
  background-color: #1e1e1e!important;
}
#attens_contents .section__in p {
  /*color: #000 !important;*/
  color: white;
}

.sp_tops {
  pointer-events: none;
  opacity: 0;
  transition: all 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.sp_tops.active {
  opacity: 1;
}

.scrolltext2 {
  position: absolute;
  left: 50.2%;
  top: 70%;
  width: 1px;
  height: 40px;
  z-index: 30;
  font-family: "Noto Serif JP", serif;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .scrolltext2 {
    top: auto;
    display: block;
    bottom: calc(115px + 25vw);
    top: auto;
    bottom: 32.5%;
  }
}
.scrolltext2.active {
  opacity: 0;
  pointer-events: none;
}
.scrolltext2 .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}
.scrolltext2 .scrolltext__moji.active_pc {
  color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__moji.active_pc {
    color: #000;
  }
}
.scrolltext2 .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scrolltext2 .scrolltext__intext.active_pc {
  background-color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__intext.active_pc {
    background-color: #000;
  }
}
@keyframes scrollmoves {
  0% {
    height: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  30% {
    height: 40px;
    top: 0%;
    transform: translate(0%, 0%);
  }
  100% {
    height: 0;
    top: 100%;
    transform: translate(0%, 0%);
  }
}

h2.top_first {
  position: absolute;
  bottom: 30px;
  transform: translate(0%, 0%);
  z-index: 40;
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  display: none;
}
@media screen and (max-width:800px) {
  h2.top_first {
    display: block;
    top: 75%;
    opacity: 1;
  }
}
h2.top_first.active {
  opacity: 0;
  pointer-events: none;
}
h2.top_first .textsub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  h2.top_first .textsub {
    font-size: 2.8vw;
  }
}
h2.top_first .textmain {
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  h2.top_first .textmain {
    font-size: 5.8vw;
  }
}

.color_east {
  /*color: #002c7d;*/
  color: #b0955d;
}

.color_rega {
  color: #0081cc;
}

.pc_texts {
  letter-spacing: -0.05em;
}

dl.sp_flex {
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  dl.sp_flex {
    display: flex;
    font-size: 3vw;
    align-items: center;
    width: 95%;
    margin: 0 0 0 5%;
  }
}
dl.sp_flex dt {
  width: calc(100% - 12em);
  text-align: left;
  margin-bottom: 0.5em;
  position: relative;
}
dl.sp_flex dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #000;
}
dl.sp_flex dt span {
  display: inline-block;
  /*background-color: #fff;*/
  padding-right: 0.5em;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 10;
}
dl.sp_flex dd {
  width: 12em;
  text-align: left;
  padding-left: 0.5em;
  /*background-color: #fff;*/
  margin-bottom: 0.5em;
}

.sp_texts {
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  .sp_texts {
    padding-top: 1em;
    font-size: 2.6vw !important;
  }
}

/***********************/
.botanbox {
  width: 100%;
  max-width: 646px;
  margin: 0 auto 115px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .botanbox {
    margin: 0 auto 60px auto;
  }
}
.botanbox a {
  width: 48.5%;
  max-width: 313px;
}

#info_east {
  height: 0px;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #info_east {
    height: 40px;
    margin-top: 50px;
  }
}

#info_rega {
  height: 40px;
  margin-top: 100px;
}

/**************************************/
/*****************************************/
.f75res {
  font-size: 75px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f75res {
    font-size: 6.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f75res {
    font-size: 8vw;
  }
}

.f65res {
  font-size: 65px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f65res {
    font-size: 5.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f65res {
    font-size: 7.5vw;
  }
}

.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f60res {
    font-size: 5.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f60res {
    font-size: 7.2vw;
  }
}

.f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f50res {
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f50res {
    font-size: 8vw;
  }
}

.f42res {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:1100px) {
  .f42res {
    font-size: 3.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f42res {
    font-size: 7.5vw;
  }
}

.f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:1100px) {
  .f40res {
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width:800px) {
  .f40res {
    font-size: 7.5vw;
  }
}

.f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:1100px) {
  .f38res {
    font-size: 3.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f38res {
    font-size: 7vw;
  }
}

.f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:1100px) {
  .f36res {
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width:800px) {
  .f36res {
    font-size: 6.5vw;
  }
}

.f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f34res {
    font-size: 3.0909090909vw;
  }
}
@media screen and (max-width:800px) {
  .f34res {
    font-size: 6vw;
  }
}

.f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f32res {
    font-size: 2.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f32res {
    font-size: 5.7vw;
  }
}

.f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f30res {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width:800px) {
  .f30res {
    font-size: 5vw;
  }
}

.f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f28res {
    font-size: 2.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f28res {
    font-size: 4.8vw;
  }
}

.f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f26res {
    font-size: 2.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f26res {
    font-size: 4.6vw;
  }
}

.f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f24res {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width:800px) {
  .f24res {
    font-size: 4.4vw;
  }
}

.f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f22res {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  .f22res {
    font-size: 4.2vw;
  }
}

.f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f20res {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
}

.f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f19res {
    font-size: 1.7272727273vw;
  }
}
@media screen and (max-width:800px) {
  .f19res {
    font-size: 3.9vw;
  }
}

.f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f18res {
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width:800px) {
  .f18res {
    font-size: 3.8vw;
  }
}

.f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f17res {
    font-size: 1.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f17res {
    font-size: 3.6vw;
  }
}

.f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f16res {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f16res {
    font-size: 3.4vw;
  }
}

.f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f15res {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f15res {
    font-size: 3.3vw;
  }
}

.f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f14res {
    font-size: 1.2727272727vw;
  }
}
@media screen and (max-width:800px) {
  .f14res {
    font-size: 3.2vw;
  }
}

.f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f13res {
    font-size: 1.1818181818vw;
  }
}
@media screen and (max-width:800px) {
  .f13res {
    font-size: 3vw;
  }
}

.f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f12res {
    font-size: 1.0909090909vw;
  }
}
@media screen and (max-width:800px) {
  .f12res {
    font-size: 2.4vw;
  }
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f11res {
    font-size: 1vw;
  }
}
@media screen and (max-width:800px) {
  .f11res {
    font-size: 2.3vw;
  }
}

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f10res {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f10res {
    font-size: 2.2vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
/**********************/
@media screen and (max-width:800px) {
  .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f51sp {
    font-size: calc(51 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f52sp {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f53sp {
    font-size: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f54sp {
    font-size: calc(54 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f55sp {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f56sp {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f57sp {
    font-size: calc(57 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f58sp {
    font-size: calc(58 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f59sp {
    font-size: calc(59 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f60sp {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f61sp {
    font-size: calc(61 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f62sp {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f63sp {
    font-size: calc(63 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f64sp {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f65sp {
    font-size: calc(65 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f66sp {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f67sp {
    font-size: calc(67 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f68sp {
    font-size: calc(68 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f69sp {
    font-size: calc(69 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f70sp {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f71sp {
    font-size: calc(71 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f72sp {
    font-size: calc(72 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f73sp {
    font-size: calc(73 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f74sp {
    font-size: calc(74 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f75sp {
    font-size: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f76sp {
    font-size: calc(76 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f77sp {
    font-size: calc(77 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f78sp {
    font-size: calc(78 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f79sp {
    font-size: calc(79 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f80sp {
    font-size: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f81sp {
    font-size: calc(81 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f82sp {
    font-size: calc(82 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f83sp {
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f84sp {
    font-size: calc(84 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f85sp {
    font-size: calc(85 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f86sp {
    font-size: calc(86 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f87sp {
    font-size: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f88sp {
    font-size: calc(88 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f89sp {
    font-size: calc(89 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f90sp {
    font-size: calc(90 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f91sp {
    font-size: calc(91 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f92sp {
    font-size: calc(92 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f93sp {
    font-size: calc(93 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f94sp {
    font-size: calc(94 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f95sp {
    font-size: calc(95 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f96sp {
    font-size: calc(96 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f97sp {
    font-size: calc(97 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f98sp {
    font-size: calc(98 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f99sp {
    font-size: calc(99 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f100sp {
    font-size: calc(100 / 750 * 100vw);
  }
}

#section02_a {
  width: 100%;
  position: relative;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
  color: white;
  padding: 70px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section02_a {
    padding: 10vw 0;
  }
}
#section02_a .section__in {
  width: 90%;
  max-width: 867px;
  margin: 0 auto;
}
#section02_a h2 {
  text-align: center;
  margin-bottom: 1em;
}
#section02_a .imgs {
  width: 100%;
}
#section02_a .minis {
  margin-top: 0.5em;
}
#section02_a .botans {
  display: block;
  width: 314px;
  margin: 38px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02_a .botans {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}

#section02_b {
  width: 100%;
  position: relative;
  /*background-color: #fff;*/
  background-color: black;
  padding: 70px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section02_b {
    padding: 10vw 0;
  }
}
#section02_b .section__in {
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
}
#section02_b h2 {
  width: 61.6%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02_b h2 {
    width: 80%;
  }
}
#section02_b .base_text {
  line-height: 210%;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 3em;
  color: white;
}
@media screen and (max-width:800px) {
  #section02_b .base_text {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 2em;
  }
}
#section02_b ul.plist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02_b ul.plist li {
  width: 22.98%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02_b ul.plist li {
    width: 48.5%;
    margin-bottom: 3.5vw;
  }
}
#section02_b ul.plist li .names {
  width: 115%;
  margin-left: -7.5%;
  margin-right: -7.5%;
  line-height: 135%;
  text-align: center;
  padding: 0.4em 0;
  color: white;
}
#section02_b ul.plist li .names span {
  font-size: 75%;
}
#section02_b h4 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: white;
}
#section02_b .maps {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02_b .maps {
    margin-bottom: 35px;
  }
}
#section02_b .bluebox {
  width: 100%;
  background-color: #e7f0f7;
  padding: 40px 35px;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox {
    padding: 5vw 5vw;
  }
}
#section02_b .bluebox .sp_title {
  display: none;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox .sp_title {
    display: block;
  }
}
#section02_b .bluebox .sp_title h3 {
  width: 65%;
  margin: 0 auto 1em;
}
#section02_b .bluebox .sp_title .base_text02 {
  text-align: center;
}
#section02_b .bluebox .clumsbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02_b .bluebox .clumsbox .photobox {
  width: 31.47%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox .clumsbox .photobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    align-items: center;
  }
  #section02_b .bluebox .clumsbox .photobox figure {
    width: 36.5%;
  }
  #section02_b .bluebox .clumsbox .photobox .intext {
    width: 65%;
  }
}
#section02_b .bluebox .clumsbox .photobox .intextin {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding: 0.75em 0 0 0;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox .clumsbox .photobox .intextin .nnn {
    margin-top: 0.25em;
  }
}
#section02_b .bluebox .clumsbox .photobox .intextin .nnn span {
  font-size: 65%;
}
#section02_b .bluebox .clumsbox .text {
  width: 64%;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox .clumsbox .text {
    width: 100%;
  }
}
#section02_b .bluebox .clumsbox .text h3 {
  width: 75%;
  margin: 0 auto 1.5em;
}
#section02_b .bluebox .clumsbox .text .base_text02 {
  text-align: center;
}
#section02_b .bluebox .clumsbox .text .t01 {
  padding: 0.5em 0 0.6em 0;
  border-top: 1px solid #333;
  color: #0D62AA;
  text-align: center;
  margin-top: 1em;
}
#section02_b .bluebox .clumsbox .text .t02 {
  padding: 0.5em 0 0.6em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #0D62AA;
  text-align: center;
}
#section02_b .bluebox .botans {
  display: block;
  width: 314px;
  margin: 38px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02_b .bluebox .botans {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}

#section02_c {
  width: 100%;
  position: relative;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
  padding: 100px 0 0px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section02_c {
    padding: 10vw 0 0 0;
  }
}
#section02_c .section__in {
  width: 90%;
  /*max-width: 870px;*/
  max-width: 9000px;
  margin: 0 auto;
}
#section02_c .uptext {
  text-align: center;
  line-height: 180%;
  margin-bottom: 100px;
  color: white;
}
@media screen and (max-width:800px) {
  #section02_c .uptext {
    line-height: 150%;
    margin-bottom: 50px;
  }
}
#section02_c h2 {
  width: 46.2%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02_c h2 {
    width: 67.5%;
  }
}
#section02_c .base_text03 {
  text-align: center;
  line-height: 210%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: white;
}
@media screen and (max-width:800px) {
  #section02_c .base_text03 {
    line-height: 160%;
  }
}
#section02_c .timeimg {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_c .timeimg {
    margin: 0 auto 50px auto;
  }
}
#section02_c .whitebox {
  width: 100%;
  max-width: 600px;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02_c .whitebox {
    padding-bottom: 50px;
  }
}
#section02_c .whitebox .inbox {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width:800px) {
  #section02_c .whitebox .inbox {
    padding: 5vw;
  }
}
#section02_c .whitebox .inbox figure {
  margin-bottom: 1.5em;
  position: relative;
}
#section02_c .whitebox .inbox figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#section02_c .whitebox .inbox h5 {
  text-align: center;
  margin-bottom: 0.35em;
  color: #0D62AA;
}
#section02_c .whitebox .inbox .tet03 {
  text-align: center;
  line-height: 180%;
}/*# sourceMappingURL=location.css.map */