@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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}

h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}
/**scss共通ここまで***/
main {
  overflow: hidden;
}

.infobox-list__np21 {
  font-size: 15px;
  text-align: center;
}

.infobox-list__np21 p {
  margin: 15px 0;
}

.infobox-list__np21 ul {
  text-align: left;
  width: 30%;
  margin: 0 auto;
}

.infobox-list__np21 li {
  list-style-type: disc;
  line-height: 1;
  margin-bottom: 13px;
}

.np21-inline {
  display: inline-block;
}

.np21-inline:nth-of-type(2) {
  padding-bottom: 13px;
}

/*np250425追加分*/
.media-post__np21 {
  margin: 50px 0;
}

.media-post-flex__np21 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.media-post-logo__np21 {
  width: 44.52%;
  overflow: hidden;
  position: relative;
}

.media-post-text__np21 {
  width: 50.52%;
  text-align: center;
}

.media-post-text__top {
  border: 1px solid #999;
  width: 50%;
  margin: 0 auto 15px;
  padding: 10px;
}

.media-post-text__title {
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  border-bottom: 1.5px solid #000;
  letter-spacing: 1px;
}

.media-post-text__small {
  display: inline-block;
  text-align: left;
}

.media-post-text__small span {
  color: #e57f71;
}

.media-post-botan__np21 a {
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .media-post-flex__np21 {
    display: block;
  }
  .media-post-logo__np21 {
    width: 100%;
    margin-bottom: 30px;
  }
  .media-post-text__np21 {
    width: 100%;
  }
  .media-post-text__top {
    margin: 0 auto 30px;
  }
  .media-post-text__small {
    line-height: 1.8;
  }
}
/*np250425追加分*/
@media screen and (max-width: 800px) {
  .infobox-list__np21 ul {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  #info_section dl dt {
    width: 100%;
    margin-bottom: 0.85em;
    padding: 0.5em 0;
  }
}
#info_section dl dt span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#info_section dl dd {
  width: 77%;
  text-align: left;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #info_section dl dd {
    width: 100%;
  }
}
#firest_section {
  width: 100%;
  position: relative;
  height: 100vh;
  z-index: 5;
}

#firest_section .f_contents01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  background-color: #000;
  transition: all 0.6s ease-out 0.01s;
}

#firest_section .f_contents01.active {
  opacity: 0;
}

#firest_section .f_contents01 .textbox {
  width: 94%;
  max-width: 1070px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}

#firest_section .f_contents01 .line_01 {
  width: 2px;
  height: 42%;
  position: absolute;
  top: 100vh;
  left: 1.8%;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_01.active {
  top: 0;
}

#firest_section .f_contents01 .line_01.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_01 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_01 .ins {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#firest_section .f_contents01 .line_01 .ins.active {
  height: 100%;
}

#firest_section .f_contents01 .line_02 {
  width: 2px;
  height: 42%;
  position: absolute;
  top: -100vh;
  left: 28.3%;
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_02.active {
  top: 0;
}

#firest_section .f_contents01 .line_02.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_02 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_02 .ins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  transform-origin: bottom left;
}

#firest_section .f_contents01 .line_02 .ins.active {
  height: 100%;
}

#firest_section .f_contents01 .line_03 {
  width: 8%;
  height: 2px;
  position: absolute;
  top: 19.3%;
  left: 100vw;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_03.active {
  left: 28.3%;
}

#firest_section .f_contents01 .line_03.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_03 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_03 .ins {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#firest_section .f_contents01 .line_03 .ins.active {
  width: 100%;
}

#firest_section .f_contents01 .line_04 {
  width: 16%;
  height: 2px;
  position: absolute;
  top: 0%;
  left: -100vw;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_04.active {
  left: 72.65%;
}

#firest_section .f_contents01 .line_04.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_04 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_04 .ins {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#firest_section .f_contents01 .line_04 .ins.active {
  width: 100%;
}

#firest_section .f_contents01 .line_05 {
  width: 2px;
  height: 42%;
  position: absolute;
  top: 100vh;
  left: 80.6%;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_05.active {
  top: 0;
}

#firest_section .f_contents01 .line_05.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_05 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_05 .ins {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#firest_section .f_contents01 .line_05 .ins.active {
  height: 100%;
}

#firest_section .f_contents01 .line_06 {
  width: 2px;
  height: 42.3%;
  position: absolute;
  bottom: 100vh;
  left: 99.8%;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

#firest_section .f_contents01 .line_06.active {
  bottom: 0.2%;
}

#firest_section .f_contents01 .line_06.active2 {
  transition: all 0.5s linear 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .line_06 {
    width: 1px;
  }
}
#firest_section .f_contents01 .line_06 .ins {
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

#firest_section .f_contents01 .line_06 .ins.active {
  height: 100%;
}

#firest_section .f_contents01 .xbox {
  position: absolute;
  top: 0;
  left: 48.79%;
  width: 15.4%;
  /*background-color: rgba(255,0,0,0.3);*/
  height: 42%;
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}

#firest_section .f_contents01 .xbox.active_yoko {
  left: 69.3%;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .xbox.active_yoko {
    left: 80.175%;
  }
}
#firest_section .f_contents01 .xbox .line_07 {
  width: 2px;
  height: 118.5%;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: rotate(32deg);
  transition: all 0.3s linear 0.01s;
  opacity: 0;
}

#firest_section .f_contents01 .xbox .line_07.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .xbox .line_07 {
    width: 1px;
  }
}
#firest_section .f_contents01 .xbox .line_07 .ins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(0, -50%);
  transition: all 2s cubic-bezier(0.5, 0, 0.75, 0) 0.3s;
}

#firest_section .f_contents01 .xbox .line_07 .ins.active {
  height: 200vh;
}

#firest_section .f_contents01 .inmark {
  width: 33%;
  position: absolute;
  top: 48%;
  left: 57%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}

#firest_section .f_contents01 .inmark.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents01 .inmark {
    width: 90%;
    top: 48%;
    left: 50%;
  }
}
#firest_section .f_contents01 .base {
  opacity: 0;
  transition: all 1.2s ease-out 0.01s;
}

#firest_section .f_contents01 .base.active {
  opacity: 1;
}

#firest_section .f_contents04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#firest_section .f_contents04.active {
  opacity: 0;
}

#firest_section .f_contents04 .text01 {
  width: 100%;
  position: absolute;
  z-index: 33;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}

#firest_section .f_contents04 .text01 .bigs {
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents04 .text01 .bigs {
    line-height: 240%;
  }
}
#firest_section .f_contents04 .text01.active2 {
  opacity: 0;
  transition: all 1s ease-out 0.01s;
}

#firest_section .f_contents04 .text01.active .in01 {
  opacity: 1;
  transition: all 0.9s ease-out 0.01s;
}

#firest_section .f_contents04 .text01.active .in01b {
  opacity: 1;
  transition: all 0.9s ease-out 1s;
}

#firest_section .f_contents04 .text01.active .in02 {
  opacity: 1;
  transition: all 0.9s ease-out 2s;
}

#firest_section .f_contents04 .text01 .in01 {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents04 .text01 .in01b {
    opacity: 0;
  }
}
#firest_section .f_contents04 .text01 .in02 {
  opacity: 0;
}

#firest_section .f_contents05 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transform: scale(1);
  transition: all 1.25s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#firest_section .f_contents05.active {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#firest_section .f_contents05 .minis {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 31;
}

#firest_section .f_contents05 .text01 {
  width: 100%;
  position: absolute;
  z-index: 33;
  top: 52.5%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}

#firest_section .f_contents05 .text01 .bigs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.55em;
  margin-bottom: 0.45em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents05 .text01 .bigs {
    line-height: 140%;
  }
}
#firest_section .f_contents05 .inimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/first_photo01.jpg) no-repeat center;
  background-size: cover;
  z-index: 31;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents05 .inimg {
    background: url(../images/first_photo01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_section .f_contents06 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transform: scale(1);
  transition: all 1.4s linear 0.01s;
}

#firest_section .f_contents06.ban {
  transform: scale(1);
}

#firest_section .f_contents06.active {
  opacity: 0;
  transition: all 1.4s linear 0.01s;
}

#firest_section .f_contents06 .minis {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 34;
}

#firest_section .f_contents06 .text01 {
  width: 100%;
  position: absolute;
  z-index: 28;
  top: 52.5%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}

#firest_section .f_contents06 .text01 .bigs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.55em;
  margin-bottom: 0.45em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

#firest_section .f_contents06 .inimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/first_photo02.jpg) no-repeat center;
  background-size: cover;
  z-index: 27;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents06 .inimg {
    background: url(../images/first_photo02_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_section .f_contents07 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 37;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  transition: all 1.4s linear 0.01s;
}

#firest_section .f_contents07.active {
  opacity: 0;
}

#firest_section .f_contents07 .text01 {
  width: 100%;
  position: absolute;
  z-index: 21;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 240%;
  /*font-size: 2.6vw;*/
  opacity: 0;
  transition: all 1s ease-out 0.01s;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents07 .text01 {
    font-size: 6.5vw;
  }
}
#firest_section .f_contents07 .text01.active {
  opacity: 1;
}

#firest_section .f_contents07 .text02 {
  width: 69%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 23;
  opacity: 0;
}

#firest_section .f_contents07 .text02.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents07 .text02 {
    width: 90%;
  }
}
#firest_section .f_contents08 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  transition: all 1.2s linear 0.01s;
  opacity: 0;
}

#firest_section .f_contents08.active {
  opacity: 1;
}

#firest_section .f_contents08 .minis {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#firest_section .f_contents08 .inimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/new2503_p01_pc.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1.35);
  transition: all 4s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}

#firest_section .f_contents08 .inimg.active {
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents08 .inimg {
    background: url(../images/new2503_p01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_section .f_contents08 .intext {
  max-width: 308px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 13;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents08 .intext {
    width: 72%;
    max-width: 600px;
    bottom: 15%;
  }
}
#firest_section .f_contents08 .intext .base_jpn {
  width: 15.4%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  transition: all 1.5s ease-out 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents08 .intext .base_jpn {
    width: 14.4%;
  }
}
#firest_section .f_contents08 .intext .base_jpn.active {
  opacity: 1;
}

#firest_section .f_contents08 .intext .base_eng {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 1.5s ease-out 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #firest_section .f_contents08 .intext .base_eng {
    bottom: 3%;
  }
}
#firest_section .f_contents08 .intext .base_eng.active {
  opacity: 1;
}

#firest_section .new2408_01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/new2408_p01_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #firest_section .new2408_01 {
    background: url(../images/new2408_p01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_section .minis {
  position: absolute;
  z-index: 15;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#firest_section .text_new2408_01 {
  z-index: 15;
  position: absolute;
  width: 2.923%;
  top: 15.8%;
  left: 13.46%;
  transform: translate(-50%, 0%);
  transition: all 1s ease-out 0.01s;
  opacity: 0;
}

#firest_section .text_new2408_01.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #firest_section .text_new2408_01 {
    width: 7.5%;
    top: auto;
    bottom: calc(12% + 16.3vw);
    left: 50%;
  }
}
#firest_section .text_new2408_02 {
  z-index: 15;
  position: absolute;
  width: 28.2%;
  bottom: 6.6%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 1s ease-out 0.01s;
  opacity: 0;
}

#firest_section .text_new2408_02.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #firest_section .text_new2408_02 {
    width: 85%;
  }
}
#firest_section .ssbs {
  position: absolute;
  z-index: 101;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 0.25em 1em 0.45em 1em;
  transition: all 0.4s ease-out 0.01s;
}

#firest_section .ssbs:hover {
  cursor: pointer;
  opacity: 0.6;
}

#firest_section .ssbs.active {
  opacity: 0;
  pointer-events: none;
}

#section02 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 800px) {
  #section02 {
    padding: 40px 0;
  }
}
#section02 .textobox {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

#section02 .text01 {
  text-align: center;
  margin-bottom: 1em;
}

#section02 .text02 {
  max-width: 434px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 800px) {
  #section02 .text02 {
    width: 94%;
  }
}
#section03 {
  width: 100%;
  background-color: #d4cabd;
  padding: 65px 0 80px 0;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section03 {
    padding: 65px 0 0px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

#section03 .uperbox {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#section03 .uperbox .left {
  display: inline-block;
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .left {
    width: 100%;
    text-align: center;
    margin-bottom: 6.5vw;
  }
}
#section03 .uperbox .left .intext {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .left .intext {
    width: 100%;
    margin-right: 0px;
  }
}
#section03 .uperbox .left .intext .bigs {
  font-weight: 500;
  padding: 0.15em 0 0.05em 0;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .left .intext .bigs {
    padding: 0.05em 0 0.05em 0;
  }
}
#section03 .uperbox .minikome {
  display: inline-block;
  position: relative;
}

#section03 .uperbox .minikome::after {
  content: "※1";
  position: absolute;
  top: 0.25em;
  left: 100%;
  font-size: 50%;
  line-height: 100%;
}

#section03 .uperbox .right {
  display: inline-block;
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .right {
    width: 100%;
    text-align: center;
  }
}
#section03 .uperbox .right .intext {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .right .intext {
    width: 100%;
    margin-left: 0px;
  }
}
#section03 .uperbox .right .intext .bigs {
  font-weight: 500;
  padding: 0.15em 0 0.05em 0;
}

@media screen and (max-width: 800px) {
  #section03 .uperbox .right .intext .bigs {
    padding: 0.05em 0 0.05em 0;
  }
}
#section03 ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

#section03 ul.meritlist li {
  width: 25%;
  border-left: 1px solid #999;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section03 ul.meritlist li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #999;
    padding: 1.25em 0;
  }
}
#section03 ul.meritlist li:last-child {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section03 ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section03 ul.meritlist li .bigs {
  padding: 0.3em 0 0.15em 0;
}

#section03 ul.meritlist li .minis {
  text-align: center;
}

#section03 ul.meritlist li .minis span.textss {
  text-align: left;
  display: inline-block;
  line-height: 140%;
}

#section03 .cvobx {
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width: 800px) {
  #section03 .cvobx {
    margin-top: 50px;
  }
}
#section03 .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}

#section03 .cvobx .botancenter {
  text-align: center;
}

#section03b {
  width: 100%;
  background-color: #000;
  padding: 65px 0 70px 0;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section03b {
    background-color: #d4cabd;
    padding: 65px 0 60px 0;
  }
}
#section03b .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

#section03b .cvobx {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
  .cvtext{
  	text-align: center;
  	margin-bottom: 1em;
  	color: #fff;
  	@media screen and (max-width:800px){
  		color: #000;
  	}
  }
  .botancenter{
  	text-align: center;
  }
  	*/
}

#section03b .cvobx a {
  display: inline-block;
}

#info_section {
  width: 100%;
  background-color: #fff;
  padding: 65px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

#info_section .infobox {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

#info_section h3 {
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #999;
}

#info_section ul {
  margin-bottom: 1.5em;
}

#info_section dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#info_section dl dt {
  width: 18%;
  border: 1px solid #999;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  #info_section dl dt {
    width: 100%;
    margin-bottom: 0.85em;
    padding: 0.5em 0;
  }
}
#info_section dl dt span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#info_section dl dd {
  width: 77%;
  text-align: left;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #info_section dl dd {
    width: 100%;
  }
}
/* np21 start */
.infobox__outer {
  width: 100%;
  margin: 0 0 3em 0;
  padding: 0 0 1.75em 0;
  border-bottom: 1px solid #999;
}

.infobox__inner {
  width: 100%;
  height: 10em;
  overflow-y: auto;
}

.infobox__inner .dl-horizontal {
  display: flex;
  align-items: flex-start;
  padding: 0 1em 0 0;
  color: #333;
  line-height: 1.5em;
}

.infobox__inner .dl-horizontal dt {
  width: 100px !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
  border: none !important;
}

.infobox__inner .dl-horizontal dd {
  width: calc(100% - 100px) !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
}

.infobox__inner .dl-horizontal dd a:link {
  color: #333;
}

.infobox__inner .dl-horizontal dd a:visited {
  color: #333;
}

.infobox__inner .dl-horizontal dd a:hover {
  color: #333;
  text-decoration: underline;
}

.infobox__inner .dl-horizontal dd a:active {
  color: #333;
}

@media screen and (max-width: 800px) {
  .infobox__inner {
    height: 21em;
  }
  .infobox__inner .dl-horizontal {
    display: block !important;
  }
  .infobox__inner .dl-horizontal dt {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0.5em 0 !important;
  }
  .infobox__inner .dl-horizontal dd {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 1em 0 !important;
  }
}
/* np21 end */
#sec05_fix_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sec05_back.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  #sec05_fix_back {
    ackground: url(../images/sec05_back_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
#section05 {
  width: 100%;
  position: relative;
  height: 86vw;
  max-height: 1400px;
  z-index: 5;
  /*

  background: url(../images/sec05_back.jpg)no-repeat center bottom;
  background-size: cover;
  @media screen and (max-width:800px){
  	ackground: url(../images/sec05_back_sp.jpg)no-repeat center bottom;
  	background-size: cover;
  }
  */
}

@media screen and (max-width: 800px) {
  #section05 {
    height: 275vw;
    max-height: 3000px;
  }
}
#section05 .minis {
  color: #000;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#section05 .textbox {
  position: absolute;
  width: 38.46%;
  left: 52.5%;
  top: 18%;
}

@media screen and (max-width: 800px) {
  #section05 .textbox {
    width: 86%;
    background-color: rgba(255, 255, 255, 0.5);
    left: 7%;
    top: 7.5%;
    padding: 2.5vw 2.5vw 5vw 2.5vw;
  }
}
#section05 .subtitle {
  letter-spacing: 0.1em;
  padding: 1.25em 0 0.5em 0;
  /*font-size: 3.076vw;*/
}

#section05 .base_text {
  line-height: 210%;
  letter-spacing: 0.05em;
  /*font-size: 1.076vw;*/
}

#section05 .inzu {
  width: 41.4%;
  margin: 50px auto 0 0;
}

@media screen and (max-width: 800px) {
  #section05 .inzu {
    width: 70%;
  }
}
#section05 .engs {
  /*font-size: 1.53vw;*/
}

#section05 .botancenter {
  text-align: left;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  #section05 .botancenter {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #section05 .botanlink_type02 {
    width: 100%;
  }
}
#section06 {
  width: 100%;
  background-color: #fff;
  padding: 210px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section06 {
    padding: 0px 0 75px 0;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section06 .section__in {
    width: 100%;
  }
}
#section06 .section__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section06 .section__in .clumbox .photo {
  width: 62.61%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section06 .section__in .clumbox .photo {
    width: 100%;
  }
}
#section06 .section__in .clumbox .photo .photo__in {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#section06 .section__in .clumbox .photo .minis {
  color: #000;
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 0.75em;
}

@media screen and (max-width: 800px) {
  #section06 .section__in .clumbox .photo .minis {
    padding-right: 0.75em;
  }
}
#section06 .section__in .clumbox .photo .minis2 {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

@media screen and (max-width: 800px) {
  #section06 .section__in .clumbox .photo .minis2 {
    bottom: 8px;
    right: 8px;
  }
}
#section06 .section__in .clumbox .text {
  width: 32.43%;
}

@media screen and (max-width: 800px) {
  #section06 .section__in .clumbox .text {
    width: 100%;
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
#section06 .sub_jpn {
  letter-spacing: 0.35em;
  padding: 5em 0 2em 0;
}

@media screen and (max-width: 800px) {
  #section06 .sub_jpn {
    padding: 4em 0 2em 0;
  }
}
#section06 .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
  width: 106%;
  margin-left: 0;
  margin-right: -6%;
}

@media screen and (max-width: 800px) {
  #section06 .base_text {
    line-height: 210%;
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }
}
#section06 .botancenter {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  #section06 .botancenter {
    margin-top: 30px;
  }
}
#section07 {
  width: 100%;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 150px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section07 {
    padding: 0 0 50px 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section07 .section__in {
    width: 100%;
    max-width: 900px;
  }
}
#section07 .minikome {
  display: inline-block;
  position: relative;
}

#section07 .minikome::after {
  content: "※1";
  position: absolute;
  top: 0.25em;
  left: 100%;
  font-size: 40%;
  line-height: 100%;
}

#section07 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#section07 ul li {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #section07 ul li.item01 {
    order: 2;
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
#section07 ul li.item02 {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section07 ul li.item02 {
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  #section07 ul li.item03 {
    order: 3;
    padding: 0vw 7.5vw 5vw 7.5vw;
  }
}
#section07 .sub_jpn {
  letter-spacing: 0.35em;
  padding: 0em 0 2em 0;
  text-align: right;
  margin-top: -0.5em;
}

@media screen and (max-width: 800px) {
  #section07 .sub_jpn {
    padding: 4em 0 2em 0;
    text-align: left;
  }
}
#section07 .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
  margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
  #section07 .base_text {
    line-height: 210%;
    margin-bottom: 0em;
  }
}
#section07 figure.photos {
  position: relative;
}

#section07 figcaption {
  position: absolute;
  z-index: 5;
  color: #fff;
  bottom: 6px;
  right: 6px;
}

#section07 .lasttext {
  position: absolute;
  z-index: 5;
  color: #fff;
  bottom: 6px;
  left: 6px;
}

@media screen and (max-width: 800px) {
  #section07 .lasttext {
    position: relative;
    margin: 20px auto 0 auto;
    text-align: center;
  }
}
#section07 .botancenter {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  #section07 .botancenter {
    margin-top: 0px;
  }
}
#section08 {
  width: 100%;
  background-color: #d9d6d0;
  padding: 110px 0 100px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section08 {
    padding: 0px 0 75px 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section08 .section__in {
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 800px) {
  #section08 .textin {
    width: 100%;
    padding: 7.5vw 7.5vw 2.5vw 7.5vw;
  }
}
#section08 .botancenter {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 800px) {
  #section08 .botancenter {
    margin-top: 40px;
  }
}
#section08 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

#section08 .clumbox .left {
  width: 48.5%;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox .left {
    width: 100%;
  }
}
#section08 .clumbox .right {
  width: 48.5%;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox .right {
    width: 100%;
    text-align: center;
  }
}
#section08 .sub_jpn {
  letter-spacing: 0.35em;
  padding: 3.5em 0 1.5em 0;
}

@media screen and (max-width: 800px) {
  #section08 .sub_jpn {
    padding: 4em 0 2em 0;
    text-align: left;
  }
}
#section08 .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
}

@media screen and (max-width: 800px) {
  #section08 .base_text {
    line-height: 210%;
    margin-bottom: 0em;
  }
}
#section08 .inphoto {
  width: 77.7%;
  position: absolute;
  top: 0;
  left: 45%;
  transform: translate(0, -60%);
  overflow: hidden;
}

@media screen and (max-width: 1350px) {
  #section08 .inphoto {
    width: 50vw;
  }
}
@media screen and (max-width: 800px) {
  #section08 .inphoto {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0%);
  }
}
#section08 .inphoto figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  z-index: 15;
}

#section08 .zumen {
  width: 100%;
  max-width: 730px;
  margin: 20px auto 0 auto;
  position: relative;
}

#section08 .zumen figcaption {
  position: absolute;
  top: calc(100% + 0px);
  right: 6px;
  color: #000;
  z-index: 15;
}

#section08 .clumbox2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 70px;
  margin: 70px auto 0 auto;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox2 {
    width: 85%;
    margin: 10.5vw auto 0 auto;
  }
}
#section08 .clumbox2 .photo {
  width: 48.5%;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox2 .photo {
    width: 100%;
    order: 2;
    margin-top: 3.5vw;
  }
}
#section08 .clumbox2 .photo figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  z-index: 15;
}

#section08 .clumbox2 .text {
  width: 46%;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox2 .text {
    width: 100%;
    order: 1;
  }
}
#section08 .clumbox2 .text h3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 800px) {
  #section08 .clumbox2 .text h3 {
    margin-bottom: 1.5em;
  }
}
#section08 .base_text2 {
  letter-spacing: 0.05em;
  line-height: 250%;
  width: 95%;
}

@media screen and (max-width: 800px) {
  #section08 .base_text2 {
    line-height: 210%;
    margin-bottom: 0em;
  }
}
#section09 {
  width: 100%;
  background-color: #e9e6e1;
  padding: 110px 0 110px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section09 {
    padding: 0px 0 10vw 0;
    background-color: #e9e6e1;
  }
}
#section09 .atens {
  text-align: left;
  padding: 0 1.5em;
  width: 100%;
  max-width: 1180px;
  margin: 210px auto 0 auto;
  color: #333;
}

@media screen and (max-width: 800px) {
  #section09 .atens {
    margin-top: 80px;
    text-align: left;
  }
}
#section09 .section__in {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section09 .section__in {
    width: 100%;
  }
}
#section09 .section__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section09 .section__in .clumbox .photo {
  width: 62.61%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .clumbox .photo {
    width: 100%;
  }
}
#section09 .section__in .clumbox .photo figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #000;
  z-index: 15;
}

#section09 .section__in .clumbox .text {
  width: 32.43%;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .clumbox .text {
    width: 100%;
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
#section09 .sub_jpn {
  letter-spacing: 0.35em;
  padding: 5em 0 2em 0;
}

@media screen and (max-width: 800px) {
  #section09 .sub_jpn {
    padding: 4em 0 2em 0;
  }
}
#section09 .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
}

@media screen and (max-width: 800px) {
  #section09 .base_text {
    line-height: 210%;
  }
}
#section09 .planbox {
  width: 100%;
  max-width: 700px;
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 800px) {
  #section09 .planbox {
    margin: 75px auto 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #section09 .specbox {
    width: 84%;
    margin: 0 auto 0 auto;
  }
}
#section09 .spec01 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09 .spec01 {
    align-items: center;
    margin-bottom: 0em;
  }
}
#section09 .spec01 .type {
  width: 12.85%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  #section09 .spec01 .type {
    width: 27.5%;
  }
}
#section09 .spec01 .ldk {
  padding-left: 4%;
  border-left: 1px solid #999;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09 .spec01 .ldk .f30res {
    font-size: 8vw;
    vertical-align: bottom;
    line-height: 100%;
  }
}
#section09 .spec01 .ldk .minis {
  padding-left: 2em;
}

@media screen and (max-width: 800px) {
  #section09 .spec01 .ldk .minis {
    display: none;
  }
}
#section09 .ldk_sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #section09 .ldk_sp {
    display: block;
    padding-top: 0.25em;
    margin-bottom: 0.6em;
  }
  #section09 .ldk_sp .f12res {
    font-size: 3vw;
  }
}
#section09 .spec02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section09 .spec02 {
    margin-bottom: 30px;
  }
}
#section09 .spec02 .bigs {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 0.2em;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09 .spec02 .f16res {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  #section09 .spec02 .f40res {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  #section09 .spec02 .f14res {
    font-size: 3.6vw;
  }
}
#section09 figure.plans {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 45px auto;
}

@media screen and (max-width: 800px) {
  #section09 figure.plans {
    width: 95%;
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
}
#section09 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #section09 ul {
    width: 85%;
    margin: 0 auto;
  }
}
#section09 ul li {
  width: 33.33%;
  border-left: 1px solid #999;
  text-align: center;
  padding: 0.8em 0;
}

@media screen and (max-width: 800px) {
  #section09 ul li {
    width: 100%;
    border-left: 0;
    padding: 1.25em 0;
    border-top: 1px solid #999;
  }
}
#section09 ul li:last-child {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09 ul li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section09 .botancenter {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  #section09 .botancenter {
    margin-top: 30px;
  }
}
#section09b {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section09b {
    padding: 10vw 0 10vw 0;
    background-color: #fff;
  }
}
#section09b .listins {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section09b .listins {
    width: 100%;
  }
}
#section09b .listins .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section09b .listins .clumbox .photo {
  width: 62.61%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section09b .listins .clumbox .photo {
    width: 100%;
  }
}
#section09b .listins .clumbox .photo figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #000;
  z-index: 15;
}

#section09b .listins .clumbox .text {
  width: 32.43%;
}

@media screen and (max-width: 800px) {
  #section09b .listins .clumbox .text {
    width: 100%;
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
#section09b .sub_jpn {
  letter-spacing: 0.35em;
  padding: 5em 0 2em 0;
}

@media screen and (max-width: 800px) {
  #section09b .sub_jpn {
    padding: 4em 0 2em 0;
  }
}
#section09b .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
}

@media screen and (max-width: 800px) {
  #section09b .base_text {
    line-height: 210%;
  }
}
#section09b .planbox {
  width: 100%;
  max-width: 700px;
  margin: 0px auto 0 auto;
}

@media screen and (max-width: 800px) {
  #section09b .planbox {
    margin: 0vw auto 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #section09b .specbox {
    width: 84%;
    margin: 0 auto 0 auto;
  }
}
#section09b .spec01 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09b .spec01 {
    align-items: center;
    margin-bottom: 0em;
  }
}
#section09b .spec01 .type {
  width: 12.85%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  #section09b .spec01 .type {
    width: 27.5%;
  }
}
#section09b .spec01 .ldk {
  padding-left: 4%;
  border-left: 1px solid #999;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09b .spec01 .ldk .f30res {
    font-size: 8vw;
    vertical-align: bottom;
    line-height: 100%;
  }
}
#section09b .spec01 .ldk .minis {
  padding-left: 2em;
}

@media screen and (max-width: 800px) {
  #section09b .spec01 .ldk .minis {
    display: none;
  }
}
#section09b .ldk_sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #section09b .ldk_sp {
    display: block;
    padding-top: 0.25em;
    margin-bottom: 0.6em;
  }
  #section09b .ldk_sp .f12res {
    font-size: 3vw;
  }
}
#section09b .spec02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section09b .spec02 {
    margin-bottom: 30px;
  }
}
#section09b .spec02 .bigs {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 0.2em;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09b .spec02 .f16res {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  #section09b .spec02 .f40res {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  #section09b .spec02 .f14res {
    font-size: 3.6vw;
  }
}
#section09b figure.plans {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 45px auto;
}

@media screen and (max-width: 800px) {
  #section09b figure.plans {
    width: 95%;
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
}
#section09b ul.merits {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #section09b ul.merits {
    width: 85%;
    margin: 0 auto;
  }
}
#section09b ul.merits li {
  width: 33.33%;
  border-left: 1px solid #999;
  text-align: center;
  padding: 0.8em 0;
  display: flex;
  align-items: center;
}

#section09b ul.merits li .text {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section09b ul.merits li {
    width: 100%;
    border-left: 0;
    padding: 0.5em 0;
    border-top: 1px solid #999;
  }
}
#section09b ul.merits li:last-child {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09b ul.merits li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section09b .botancenter {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 800px) {
  #section09b .botancenter {
    margin-top: 30px;
  }
}
#section09c {
  width: 100%;
  background-color: #e9e6e1;
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section09c {
    padding: 10vw 0 10vw 0;
    background-color: #e9e6e1;
  }
}
#section09c .atens {
  text-align: left;
  padding: 0 1.5em;
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 0 auto;
  color: #333;
}

@media screen and (max-width: 800px) {
  #section09c .atens {
    margin-top: 30px;
    text-align: left;
  }
}
#section09c .section__in {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section09c .section__in {
    width: 100%;
  }
}
#section09c .section__in .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section09c .section__in .clumbox .photo {
  width: 62.61%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section09c .section__in .clumbox .photo {
    width: 100%;
  }
}
#section09c .section__in .clumbox .photo figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #000;
  z-index: 15;
}

#section09c .section__in .clumbox .text {
  width: 32.43%;
}

@media screen and (max-width: 800px) {
  #section09c .section__in .clumbox .text {
    width: 100%;
    padding: 7.5vw 7.5vw 0 7.5vw;
  }
}
#section09c .sub_jpn {
  letter-spacing: 0.35em;
  padding: 5em 0 2em 0;
}

@media screen and (max-width: 800px) {
  #section09c .sub_jpn {
    padding: 4em 0 2em 0;
  }
}
#section09c .base_text {
  letter-spacing: 0.05em;
  line-height: 250%;
}

@media screen and (max-width: 800px) {
  #section09c .base_text {
    line-height: 210%;
  }
}
#section09c .planbox {
  width: 100%;
  max-width: 700px;
  margin: 100px auto 0 auto;
}

@media screen and (max-width: 800px) {
  #section09c .planbox {
    margin: 75px auto 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #section09c .specbox {
    width: 84%;
    margin: 0 auto 0 auto;
  }
}
#section09c .spec01 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09c .spec01 {
    align-items: center;
    margin-bottom: 0em;
  }
}
#section09c .spec01 .type {
  width: 12.85%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  #section09c .spec01 .type {
    width: 27.5%;
  }
}
#section09c .spec01 .ldk {
  padding-left: 4%;
  border-left: 1px solid #999;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09c .spec01 .ldk .f30res {
    font-size: 8vw;
    vertical-align: bottom;
    line-height: 100%;
  }
}
#section09c .spec01 .ldk .minis {
  padding-left: 2em;
}

@media screen and (max-width: 800px) {
  #section09c .spec01 .ldk .minis {
    display: none;
  }
}
#section09c .ldk_sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #section09c .ldk_sp {
    display: block;
    padding-top: 0.25em;
    margin-bottom: 0.6em;
  }
  #section09c .ldk_sp .f12res {
    font-size: 3vw;
  }
}
#section09c .spec02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section09c .spec02 {
    margin-bottom: 30px;
  }
}
#section09c .spec02 .bigs {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 0.2em;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  #section09c .spec02 .f16res {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  #section09c .spec02 .f40res {
    font-size: 8vw;
  }
}
@media screen and (max-width: 800px) {
  #section09c .spec02 .f14res {
    font-size: 3.6vw;
  }
}
#section09c figure.plans {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 45px auto;
}

@media screen and (max-width: 800px) {
  #section09c figure.plans {
    width: 95%;
    max-width: 800px;
    margin: 0 auto 50px auto;
  }
}
#section09c ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #section09c ul {
    width: 85%;
    margin: 0 auto;
  }
}
#section09c ul li {
  width: 33.33%;
  border-left: 1px solid #999;
  text-align: center;
  padding: 0.8em 0;
}

@media screen and (max-width: 800px) {
  #section09c ul li {
    width: 100%;
    border-left: 0;
    padding: 1.25em 0;
    border-top: 1px solid #999;
  }
}
#section09c ul li:last-child {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #section09c ul li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section09c .botancenter {
  text-align: center;
  margin-top: 0px;
}

@media screen and (max-width: 800px) {
  #section09c .botancenter {
    margin-top: 0px;
  }
}
#section10 {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

#section10 .minis {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  z-index: 15;
}

#section10 .textin {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
}

#section10 .textin .textin__in {
  width: 100%;
  text-align: right;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section10 .textin .textin__in {
    text-align: center;
  }
}
.big_min {
  transform: scale(1.1);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  filter: brightness(500%);
  opacity: 0;
}

.big_min.active {
  transform: scale(1);
  filter: brightness(100%);
  opacity: 1;
}

.botanlink_type02_white {
  width: 365px;
  display: inline-block;
  padding: 1.25em 0;
  text-align: center;
  font-weight: 400;
  color: #000 !important;
  background-color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  .botanlink_type02_white {
    width: 90%;
  }
}
#section09b .slick-dots {
  display: none !important;
}

@media screen and (max-width: 800px) {
  #section09b .slick-box-top {
    padding-bottom: 25vw;
  }
}
#section09b .next2 {
  width: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
  #section09b .next2 {
    top: auto;
    bottom: 0;
    right: 4vw;
    width: 25%;
    transform: translate(0, 0%);
  }
}
#section09b .next2:hover {
  cursor: pointer;
}

#section09b .prev2 {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
  #section09b .prev2 {
    top: auto;
    bottom: 0;
    left: 4vw;
    width: 25%;
    transform: translate(0, 0%);
  }
}
#section09b .prev2:hover {
  cursor: pointer;
} 
/********************/
.lpbana_top {
  width: 90%;
  max-width: 750px;
  margin: 60px auto 0 auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .lpbana_top {
    width: 90%;
    max-width: 750px;
    margin: 30px auto 0 auto;
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=top.css.map */