@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: #000;
}
main.active1 {
  overflow: hidden;
  height: 100vh;
}
main.active2 {
  overflow: hidden;
  height: auto;
}

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 50px 0 90px 0;
  /*background-color: #fff;*/
  background-color: black;
  color: white;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 20px 0 50px 0;
  }
}
#section01 h2 {
  width: 65%;
  max-width: 282px;
  margin: 0 auto 5px auto;
}
#section01 .base_text {
  text-align: center;
  width: 90%;
  margin: 0 auto 70px auto;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section01 .base_text {
    width: 100%;
    font-size: 3.8vw;
    margin: 0 auto 35px auto;
  }
}
#section01 figure {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}
#section01 figure figcaption {
  text-align: right;
  padding-top: 0.5em;
}
#section01 .botanbox {
  width: 100%;
  max-width: 646px;
  margin: 90px auto 115px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section01 .botanbox {
    width: 90%;
    margin: 45px auto 60px auto;
  }
}
#section01 .botanbox a {
  width: 48.5%;
  max-width: 313px;
}

#section02 {
  width: 100%;
  /*background-color: #fff;*/
  background-color: black;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-bottom: 80px;
  }
}
#section02 .regalia_box {
  width: 90%;
  max-width: 932px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .regalia_box .regalia_regalia {
  width: 63.16%;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia {
    width: 100%;
    margin-bottom: 80px;
  }
}
#section02 .regalia_box .regalia_regalia .titles {
  width: 32%;
  margin-left: 20%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .titles {
    width: 65%;
    margin: 0 auto 25px auto;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia {
    margin-bottom: 25px;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia figure {
  position: relative;
  pointer-events: none;
  z-index: 20;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_a {
  position: absolute;
  width: 13%;
  height: 62.5%;
  background-color: #e3ddd2;
  top: 28%;
  left: 6.5%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
  /*
  &:hover{
      background-color:#e0c8af;
      @media screen and (max-width:800px){
          background-color: #e3ddd2;
      }
  }
  */
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_a.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_b {
  position: absolute;
  width: 11.72%;
  height: 62.5%;
  background-color: #fff;
  top: 28%;
  left: 19.5%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_b:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_b:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_b.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_c {
  position: absolute;
  width: 12%;
  height: 62.5%;
  background-color: #fff;
  top: 28%;
  left: 31%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_c:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_c:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_c.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_d {
  position: absolute;
  width: 11.72%;
  height: 62.5%;
  background-color: #fff;
  top: 28%;
  left: 42.5%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_d:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_d:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_d.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e {
  position: absolute;
  width: 11.72%;
  height: 35%;
  background-color: #fff;
  top: 55.5%;
  left: 54%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_e:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e2 {
  position: absolute;
  width: 11.72%;
  height: 27.9%;
  background-color: #fff;
  top: 28%;
  left: 54%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e2:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_e2:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_e2.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_f {
  position: absolute;
  width: 11.5%;
  height: 62.6%;
  background-color: #fff;
  top: 28%;
  left: 65.5%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_f:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_f:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_f.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_g {
  position: absolute;
  width: 11.5%;
  height: 62.6%;
  background-color: #fff;
  top: 28%;
  left: 77%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_g:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_g:hover {
    background-color: #fff;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_g.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_h {
  position: absolute;
  width: 11.72%;
  height: 62.5%;
  background-color: #e3ddd2;
  top: 28%;
  right: 0%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
  /*
  &:hover{
      background-color:#e0c8af;
      @media screen and (max-width:800px){
          background-color: #e3ddd2;
      }
  }
  */
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_h.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_i {
  position: absolute;
  width: 11.7%;
  height: 21%;
  background-color: #e3ddd2;
  top: 0;
  left: 54%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_i:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .floor_regalia .flo_i:hover {
    background-color: #e3ddd2;
  }
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_i.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_premium {
  position: absolute;
  width: 47.5%;
  height: 28%;
  background-color: #b19462;
  top: 0.25%;
  left: 6.5%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
  /*
  &:hover{
      background-color:#936e37;
      @media screen and (max-width:800px){
          background-color: #b19462;
      }
  }
  */
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_premium.active {
  background-color: #936e37;
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_premium2 {
  position: absolute;
  width: 11.5%;
  height: 21%;
  background-color: #b19462;
  top: 0.25%;
  left: 54%;
  z-index: 5;
  transition: all 0.4s ease-out 0.01s;
  /*
  &:hover{
      background-color:#936e37;
      @media screen and (max-width:800px){
          background-color: #b19462;
      }
  }
  */
}
#section02 .regalia_box .regalia_regalia .floor_regalia .flo_premium2.active {
  background-color: #936e37;
}
#section02 .regalia_box .regalia_regalia ul.botanbox {
  width: 93.24%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia ul.botanbox {
    width: 100%;
  }
}
#section02 .regalia_box .regalia_regalia ul.botanbox li {
  width: 48.73%;
  margin-bottom: 14px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia ul.botanbox li {
    margin-bottom: 2.5vw;
  }
}
#section02 .regalia_box .regalia_regalia ul.botanbox li a {
  display: block;
  width: 100%;
  background-color: #eeeceb;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia ul.botanbox li a:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia ul.botanbox li a:hover {
    background-color: #eeeceb;
  }
}
#section02 .regalia_box .regalia_regalia ul.botanbox li a.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_regalia ul.botanbox li span {
  display: block;
  width: 100%;
  background-color: #eeeceb;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_regalia .miniuner {
  width: 93.24%;
  margin-left: auto;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_regalia .miniuner {
    width: 100%;
    margin-left: 0;
    font-size: 2.2vw;
  }
}
#section02 .regalia_box .regalia_east {
  width: 33.51%;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east {
    width: 100%;
  }
}
#section02 .regalia_box .regalia_east .titles {
  width: 59.9%;
  margin-left: 20%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east .titles {
    width: 75%;
    margin: 0 auto 25px auto;
  }
}
#section02 .regalia_box .regalia_east .floor_regalia_east {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east .floor_regalia_east {
    width: 60%;
    margin: 0 auto 0 auto;
    margin-bottom: 25px;
  }
}
#section02 .regalia_box .regalia_east .floor_regalia_east figure {
  position: relative;
  pointer-events: none;
  z-index: 20;
}
#section02 .regalia_box .regalia_east .floor_regalia_east .flo_a_east {
  position: absolute;
  width: 22%;
  height: 90.5%;
  background-color: #fff;
  top: 0;
  left: 0%;
  z-index: 5;
  pointer-events: auto;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east .floor_regalia_east .flo_a_east {
    left: 13%;
  }
}
#section02 .regalia_box .regalia_east .floor_regalia_east .flo_a_east:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east .floor_regalia_east .flo_a_east:hover {
    background-color: #e3ddd2;
  }
}
#section02 .regalia_box .regalia_east .floor_regalia_east .flo_a_east.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_east ul.botanbox {
  width: 86%;
  margin-right: auto;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#section02 .regalia_box .regalia_east ul.botanbox li {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox li {
    width: 48.73%;
  }
}
#section02 .regalia_box .regalia_east ul.botanbox li a {
  display: block;
  width: 100%;
  background-color: #eeeceb;
  transition: all 0.4s ease-out 0.01s;
}
#section02 .regalia_box .regalia_east ul.botanbox li a:hover {
  background-color: #e0c8af;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox li a:hover {
    background-color: #eeeceb;
  }
}
#section02 .regalia_box .regalia_east ul.botanbox li a.active {
  background-color: #e0c8af;
}
#section02 .regalia_box .regalia_east ul.botanbox li span {
  display: block;
  width: 100%;
  background-color: #eeeceb;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist01 {
    order: 1;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist02 {
    order: 3;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist03 {
    order: 5;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist04 {
    order: 7;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist05 {
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist06 {
    order: 4;
  }
}
@media screen and (max-width:800px) {
  #section02 .regalia_box .regalia_east ul.botanbox .splist07 {
    order: 6;
  }
}

.miplans {
  width: 90%;
  max-width: 780px;
  margin: 0px auto 0 auto;
  /*background : linear-gradient(0deg, rgba(147, 14, 20, 1) 0%, rgba(83, 0, 0, 1) 100%);*/
  /*padding: 25px 0 ;*/
  color: #fff;
  /*background: url(../images/plan/siryou_back.jpg)no-repeat center;
  background-size: cover;
  */
  position: relative;
}
@media screen and (max-width:800px) {
  .miplans {
    margin: 0px auto 0 auto;
  }
}
.miplans::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  /*border: 1px solid #fff;*/
}
.miplans .section__ins {
  width: 100%;
  margin: 0 auto;
}
.miplans h3 {
  text-align: center;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.35em;
}
@media screen and (max-width:800px) {
  .miplans h3 {
    font-size: 3.8vw;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
  }
}
.miplans .base_text {
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  .miplans .base_text {
    font-size: 2.8vw;
  }
}
.miplans .botanwaku {
  width: 100%;
  max-width: 548px;
  margin: 0px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.miplans .botanwaku a {
  display: block;
  width: 47.5%;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.6em 0 0.7em 0;
  /*background-color: #231815;*/
  color: white;
  background-color: #947748;
  letter-spacing: 0.1em;
}
.miplans .botanwaku a.raij {
  /*background-color: #004098;*/
  background-color: #752c39;
  color: white;
}
@media screen and (max-width:800px) {
  .miplans .botanwaku a {
    /*padding: 0.3em 0 0.4em 0;*/
    padding: 0.6em 0 0.65em 0;
    font-size: 3.6vw;
  }
}

.miplans2 {
  width: 100%;
  max-width: 780px;
  margin: 120px auto 0 auto;
  /*background : linear-gradient(0deg, rgba(147, 14, 20, 1) 0%, rgba(83, 0, 0, 1) 100%);*/
  /*padding: 25px 0 ;*/
  color: #fff;
  /*
  background: url(../images/plan/siryou_back.jpg)no-repeat center;
  */
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width:800px) {
  .miplans2 {
    margin: 60px auto 0 auto;
  }
}
.miplans2 .section__ins {
  /*width:90%*/
  width: 100%;
  margin: 0 auto;
}
.miplans2::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  /*border: 1px solid #fff;*/
}
.miplans2 h3 {
  text-align: center;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.35em;
}
@media screen and (max-width:800px) {
  .miplans2 h3 {
    font-size: 3.8vw;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
  }
}
.miplans2 .base_text {
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  .miplans2 .base_text {
    font-size: 2.8vw;
  }
}
.miplans2 .botanwaku {
  width: 100%;
  max-width: 548px;
  margin: 0px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.miplans2 .botanwaku a {
  display: block;
  width: 47.5%;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.6em 0 0.7em 0;
  color: #fff;
  background-color: #947748;
  letter-spacing: 0.1em;
}
.miplans2 .botanwaku a.raij {
  /*background-color: #004098*/;
  background-color:#752c39; 
}
@media screen and (max-width:800px) {
  .miplans2 .botanwaku a {
    /*padding: 0.35em 0 0.4em 0;*/
    padding: 0.6em 0 0.65em 0;
    font-size: 3.6vw;
  }
}

.iconnew {
  position: relative;
}
.iconnew::after {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  font-size: 12px;
  line-height: 100%;
  padding: 0.25em 0.75em 0.4em 0.75em;
  background-color: #b81c22;
  color: #fff;
}
@media screen and (max-width:800px) {
  .iconnew::after {
    font-size: 2.8vw;
    padding: 0.2em 0.75em 0.15em 0.75em;
  }
}

a.east_box {
  width: 90%;
  border: 1px solid #666;
  text-align: center;
  display: none;
  margin: 0 auto 5vw auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  a.east_box {
    display: block;
    font-size: 3.8vw;
    margin-top: 10vw;
    padding: 0.75em 0 7.5vw 0;
  }
}
a.east_box::after {
  content: "";
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  width: 3vw;
  height: 3vw;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  animation: tenmes 1.5s infinite;
}
a.east_box .iconnews {
  position: absolute;
  width: 3em;
  height: 3em;
  vertical-align: bottom;
  top: -2px;
  right: -2px;
}

.orange_line_animate {
  width: 0px;
  height: 5px;
  background-color: #ea5504;
  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: 3px;
    margin-bottom: 15px;
    width: 0vw;
  }
}
.orange_line_animate.active {
  width: 86px;
}
@media screen and (max-width:800px) {
  .orange_line_animate.active {
    width: 20vw;
  }
}

#section03 {
  padding: 90px 0 80px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 30px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 100%;
  }
}
#section03 h2 {
  width: 27.5%;
  max-width: 290px;
  margin: 0px auto 35px auto;
  position: relative;
  z-index: 30;
}
#section03 h2 figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    width: 80%;
    margin: 0vw auto 4vw auto;
  }
}
#section03 h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03 h3 {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}
#section03 .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    line-height: 180%;
  }
}

.section_photo_contena {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.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;
}

#section04 {
  width: 100%;
  position: relative;
  padding: 150px 0 0 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 75px 0 0 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 .section__in h3 {
  text-align: center;
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 .section__in h3 {
    margin-bottom: 40px;
  }
}
#section04 .section__in figure.access_map {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in figure.access_map {
    width: 94%;
  }
}
#section04 .section__in .train01 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in .train01 {
    width: 90%;
  }
}
#section04 .section__in .train01 figure {
  width: 77%;
  margin: 0 auto 54px auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in .train01 figure {
    margin: 0 auto 20px auto;
  }
}
#section04 .section__in .train02box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 auto;
  padding: 24px 0 22px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .section__in .train02box {
    width: 90%;
    padding: 15px 0 12px 0;
  }
}
#section04 .section__in .train02box .t01 {
  width: 42.36%;
}
#section04 .section__in .train02box .t02 {
  width: 51.11%;
}
#section04 .section__in .train03box {
  width: 100%;
  max-width: 720px;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .section__in .train03box {
    width: 90%;
    margin: 12px auto 0 auto;
  }
}
#section04 .section__in .train03box .t01 {
  width: 30.8%;
}
#section04 .section__in .train03box .t02 {
  width: 35.41%;
}
#section04 .section__in .train03box .t03 {
  width: 26.94%;
}

#section05 {
  width: 100%;
  position: relative;
  padding: 150px 0 0 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 75px 0 0 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    width: 90%;
  }
}
#section05 .section__in h3 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section05 .section__in h3 {
    margin-bottom: 20px;
  }
}
#section05 .section__in ul.clum02box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .section__in ul.clum02box li {
  width: 47.22%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li {
    width: 48.5%;
  }
}
#section05 .section__in ul.clum02box li h4 {
  text-align: center;
}
#section05 .section__in ul.clum02box li h4 span.base_text {
  text-align: center;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li h4 span.base_text {
    font-size: 3.2vw;
  }
}
#section05 .section__in ul.clum02box li h4 span.base_text2 {
  text-align: center;
  display: block;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li h4 span.base_text2 {
    font-size: 3.2vw;
  }
}
#section05 .section__in ul.clum02box li h4 span.base_text2 span.big {
  font-size: 150%;
}
#section05 .section__in ul.clum02box li h4 span.base_text2 span.mini {
  font-size: 75%;
}
#section05 .section__in .midtext {
  width: 90%;
  max-width: 650px;
  padding-top: 25px;
  margin: 0 auto 100px auto;
}

#section06 {
  font-family: "Noto Serif JP", serif;
}
#section06 figure {
  position: relative;
}
#section06 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  z-index: 10;
  color: #fff;
}
#section06 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section06 .mid_text {
  padding: 35px 0;
  width: 75%;
  max-width: 446px;
  margin: 0 auto;
}

#section07 {
  width: 100%;
  position: relative;
  padding: 0px 0 150px 0;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 0px 0 75px 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 90%;
  }
}
#section07 .section__in h3 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section07 .section__in h3 {
    margin-bottom: 20px;
  }
}
#section07 .section__in ul.clum02box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .section__in ul.clum02box li {
  width: 47.22%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li {
    width: 48.5%;
  }
}
#section07 .section__in ul.clum02box li figure {
  position: relative;
}
#section07 .section__in ul.clum02box li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  z-index: 10;
  color: #fff;
}
#section07 .section__in ul.clum02box li h4 {
  text-align: center;
}
#section07 .section__in ul.clum02box li h4 span.base_text {
  text-align: center;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li h4 span.base_text {
    font-size: 3.2vw;
  }
}
#section07 .section__in ul.clum02box li h4 span.base_text2 {
  text-align: center;
  display: block;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li h4 span.base_text2 {
    font-size: 3.2vw;
  }
}
#section07 .section__in ul.clum02box li h4 span.base_text2 span.big {
  font-size: 150%;
}
#section07 .section__in ul.clum02box li h4 span.base_text2 span.mini {
  font-size: 75%;
}
#section07 .section__in .midtext {
  width: 90%;
  max-width: 650px;
  padding-top: 25px;
  margin: 0 auto 100px auto;
}

.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;
  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;
  }
}

#section01_pop {
  padding: 150px 0 80px 0;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section01_pop {
    padding: 120px 0 50px 0;
  }
}
#section01_pop .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 130px;
}
@media screen and (max-width:800px) {
  #section01_pop .section__in {
    padding-bottom: 40px;
  }
}
#section01_pop .section__inp {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section01_pop .section__inp {
    padding-bottom: 5vw;
  }
}
#section01_pop h2.re1 {
  width: 40.1%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #section01_pop h2.re1 {
    width: 65%;
    margin: 0 auto 40px auto;
  }
}
#section01_pop h2.re1_2 {
  width: 40.1%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #section01_pop h2.re1_2 {
    width: 65%;
    margin: 0 auto 40px auto;
  }
}
#section01_pop h2.re2 {
  width: 48.8%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #section01_pop h2.re2 {
    width: 75%;
    margin: 0 auto 40px auto;
  }
}
#section01_pop .zutextbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  padding: 10px;
}
@media screen and (max-width:800px) {
  #section01_pop .zutextbox {
    display: block;
  }
}
#section01_pop .text {
  width: 33%;
}
@media screen and (max-width:800px) {
  #section01_pop .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
  }
}
#section01_pop .zu {
  width: 62%;
  max-width: 550px;
}
@media screen and (max-width:800px) {
  #section01_pop .zu {
    width: 100%;
    margin: 0 auto;
  }
}
#section01_pop .zu figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01_pop .zu figure {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
#section01_pop .zu figure.right {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01_pop .zu figure.right {
    width: 90%;
    margin: 0 0 15px auto;
  }
}
#section01_pop .zu .bases {
  display: none;
}
#section01_pop .zu .bases.active {
  display: block;
}
#section01_pop .zu .kagus {
  display: none;
}
#section01_pop .zu .kagus.active {
  display: block;
}
#section01_pop h3.type_title {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}
#section01_pop .ptext {
  line-height: 120%;
}
#section01_pop .spec01 {
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section01_pop .spec01 .f32 {
    font-size: 6vw;
  }
  #section01_pop .spec01 .f18 {
    font-size: 2.4vw;
  }
}
#section01_pop .spec01 div.tranks {
  margin-bottom: 0.75em;
  line-height: 100%;
  margin-top: -0.2em;
}
#section01_pop .spec02 {
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section01_pop .spec02 {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section01_pop .textsp_left1 {
    width: 52.5%;
  }
}
#section01_pop .torikago1 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section01_pop .torikago1 {
    width: 45%;
  }
}
@media screen and (max-width:800px) {
  #section01_pop .textsp_left2 {
    width: 70%;
  }
}
#section01_pop .torikago2 {
  width: 65%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width:800px) {
  #section01_pop .torikago2 {
    width: 27.5%;
  }
}
#section01_pop ul.merit {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 2.6vw;
  }
}
#section01_pop ul.merit li {
  width: 100%;
  padding: 0.3em 0.35em 0;
  background-color: #94826e;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  min-height: 54px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit li {
    width: 48.5%;
    margin-bottom: 2.5vw;
    min-height: 44px;
  }
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit li.longs {
    width: 100%;
  }
}
#section01_pop ul.merit li span {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0.2em;
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit .sp_list01 {
    order: 1;
  }
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit .sp_list02 {
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit .sp_list03 {
    order: 3;
  }
}
@media screen and (max-width:800px) {
  #section01_pop ul.merit .sp_list04 {
    order: 4;
  }
}
#section01_pop .minispec {
  width: 90%;
}
@media screen and (max-width:800px) {
  #section01_pop .minispec {
    width: 50%;
  }
}
#section01_pop .sidebt {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 45px auto;
  display: flex;
  justify-content: space-between;
}
#section01_pop .sidebt a {
  display: block;
  width: 90px;
}
@media screen and (max-width:800px) {
  #section01_pop .sidebt a {
    width: 18%;
  }
}
#section01_pop .closebotanwaku {
  text-align: center;
}
#section01_pop a.closebotan {
  display: inline-block;
  width: 230px;
  padding: 0.65em 0 0.7em 0;
  background-color: #595757;
  color: #fff;
  text-align: center;
}
#section01_pop p.minitext {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto 0px auto;
  text-align: center;
  line-height: 160%;
}

.view360s_wide {
  width: 110%;
  max-width: 1000px;
  margin: 0 -5% 0 -5%;
}
@media screen and (max-width:1150px) {
  .view360s_wide {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  .view360s_wide {
    margin: 0 auto;
  }
}
.view360s_wide .view360 {
  width: 100%;
  max-width: 1000px;
  height: 0;
  padding-top: 61.14%;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  .view360s_wide .view360 {
    margin-top: 4vw;
    padding-top: 133%;
  }
}
.view360s_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#equipments_box {
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-bottom: 80px;
  padding: 70px 0 80px 0;
}
@media screen and (max-width:800px) {
  #equipments_box {
    padding: 60px 0 60px 0;
    margin-bottom: 40px;
  }
}
#equipments_box .equipments_box__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
}
#equipments_box h2 {
  font-size: 30px;
  color: #b19462;
  line-height: 120%;
  margin-bottom: 0.35em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #equipments_box h2 {
    font-size: 4.6vw;
    width: 110%;
    margin-left: -5%;
    margin-bottom: 0.45em;
  }
}
#equipments_box .subtext {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #equipments_box .subtext {
    font-size: 3.6vw;
    width: 110%;
    margin-left: -5%;
  }
}
#equipments_box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#equipments_box ul li {
  width: 30.86%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #equipments_box ul li {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
#equipments_box ul li figure {
  width: 100%;
  position: relative;
}
#equipments_box ul li figure figcaption {
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#equipments_box ul li h3 {
  padding-top: 0.5em;
  color: #b19462;
}
#equipments_box ul li h3 span.bigs {
  display: inline-block;
  font-size: 22px;
}
@media screen and (max-width:800px) {
  #equipments_box ul li h3 span.bigs {
    font-size: 3.8vw;
  }
}
#equipments_box ul li h3 span.minis {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  #equipments_box ul li h3 span.minis {
    font-size: 2.8vw;
  }
}
#equipments_box .seconds {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #equipments_box .seconds {
    margin-top: 20px;
  }
}

.code_box {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto 90px auto;
}
@media screen and (max-width:800px) {
  .code_box {
    margin-bottom: 5vw;
  }
}
.code_box h3 {
  text-align: center;
  margin-bottom: 1.05em;
  color: #936e37;
}
@media screen and (max-width:800px) {
  .code_box h3 {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}

.code_box2 {
  width: 110%;
  max-width: 1000px;
  margin: 80px -5% 50px -5%;
}
@media screen and (max-width:800px) {
  .code_box2 {
    width: 100%;
    margin-bottom: 5vw;
    margin: 40px auto 5vw auto;
  }
}
.code_box2 h3 {
  text-align: center;
  margin-bottom: 1.05em;
  color: #936e37;
}
@media screen and (max-width:800px) {
  .code_box2 h3 {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}

.kanbai {
  position: relative;
}
.kanbai::after {
  content: "完売御礼";
  display: inline-block;
  padding: 0.25em 1em 0.3em 1em;
  background-color: #b19462;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 60%;
  text-align: center;
}

.tenmetsu {
  animation: tenmes 1.5s infinite;
}

@keyframes tenmes {
  50% {
    opacity: 0;
  }
}
/**************************************/
#section02_new {
  width: 100%;
  background-color: #fff;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section02_new {
    padding-bottom: 100px;
  }
}
#section02_new .section__in {
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02_new .section__in {
    max-width: 800px;
  }
}
#section02_new h3 {
  text-align: center;
  line-height: 120%;
  color: #00a5e3;
  font-family: "EB Garamond", serif;
  margin-bottom: 1em;
}
#section02_new .torikago_rega {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02_new .torikago_rega {
    margin-bottom: 30px;
  }
}
#section02_new .torikago_rega .base {
  position: relative;
  pointer-events: none;
  z-index: 50;
}
#section02_new .banas {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section02_new .banas {
    margin: 0 auto 50px auto;
  }
}
#section02_new ul.botan_list {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list {
    margin: 0 auto 0px auto;
  }
}
#section02_new ul.botan_list li {
  width: 48%;
  margin-bottom: 25px;
  /*
  a:hover{
      .inbox .imgs img{
          transform: scale(1.1);
          @media screen and (max-width:800px){
              transform: scale(1.0);
          }
      }
      .inbox .inboxtext{
          background-color: rgba(255,255,255,1);
          @media screen and (max-width:800px){
              background-color: rgba(255,255,255,0);
          }
      }
  }
  */
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list li {
    width: 100%;
  }
}
#section02_new ul.botan_list li a {
  position: relative;
  display: block;
  width: 100%;
}
#section02_new ul.botan_list li a.active .inbox .imgs img {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list li a.active .inbox .imgs img {
    transform: scale(1);
  }
}
#section02_new ul.botan_list li a.active .inbox .inboxtext {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list li a.active .inbox .inboxtext {
    background-color: rgba(255, 255, 255, 0);
  }
}
#section02_new ul.botan_list li a.nolinks:hover .inbox .imgs img {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list li a.nolinks:hover .inbox .imgs img {
    transform: scale(1);
  }
}
#section02_new ul.botan_list li a.nolinks:hover .inbox .inboxtext {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:800px) {
  #section02_new ul.botan_list li a.nolinks:hover .inbox .inboxtext {
    background-color: rgb(255, 255, 255);
  }
}
#section02_new ul.botan_list li a.nolinks {
  opacity: 0.2;
}
#section02_new ul.botan_list li .titles {
  width: 100%;
}
#section02_new ul.botan_list li .inbox {
  position: relative;
  background-size: contain;
}
#section02_new ul.botan_list li .inbox .imgs {
  overflow: hidden;
}
#section02_new ul.botan_list li .inbox .imgs img {
  transition: all 0.4s ease-out 0.01s;
}
#section02_new ul.botan_list li .inbox .inboxtext {
  position: absolute;
  width: 78.6%;
  max-width: 292px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease-out 0.01s;
}
#section02_new ul.botan_list li .inbox .newcions {
  width: 20%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section02_new a {
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a:hover {
  background-color: #45cbf4 !important;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  #section02_new a:hover {
    background-color: #dfeaf8 !important;
  }
}
#section02_new a.nokink {
  background-color: #dfeaf8 !important;
  opacity: 1;
}
#section02_new a.active {
  background-color: #45cbf4 !important;
}
@media screen and (max-width:800px) {
  #section02_new a.active {
    background-color: #dfeaf8 !important;
  }
}
#section02_new a.link_a {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 6.4%;
  width: 12%;
  height: 90.75%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_b {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 18.2%;
  width: 11.2%;
  height: 90.75%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_c {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 29.4%;
  width: 11.5%;
  height: 90.75%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_d {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 40.9%;
  width: 11.5%;
  height: 90.75%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_e {
  position: absolute;
  z-index: 5;
  top: 56%;
  left: 52.4%;
  width: 11.5%;
  height: 34.5%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_e2 {
  position: absolute;
  z-index: 5;
  top: 28%;
  left: 52.4%;
  width: 11.5%;
  height: 28%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_f {
  position: absolute;
  z-index: 5;
  top: 28%;
  left: 63.9%;
  width: 11.5%;
  height: 62.5%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_g {
  position: absolute;
  z-index: 5;
  top: 28%;
  right: 11.5%;
  width: 13%;
  height: 62.5%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_h {
  position: absolute;
  z-index: 5;
  top: 28%;
  right: 0%;
  width: 13%;
  height: 62.5%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_i {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 52.4%;
  width: 11.5%;
  height: 21%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}
#section02_new a.link_i2 {
  position: absolute;
  z-index: 5;
  top: 21%;
  left: 52.4%;
  width: 11.5%;
  height: 6.9%;
  background-color: #dfeaf8;
  transition: all 0.4s ease-out 0.01s;
}

#section03_new {
  width: 100%;
  /*background-color: #fff;*/
  background-color: black;
 /* color: black;*/
  color: white;
  padding-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section03_new {
    padding-bottom: 0px;
  }
}
#section03_new .minis {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 110px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section03_new .minis {
    padding-bottom: 60px;
  }
}
#section03_new .section__in {
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section03_new .section__in {
    max-width: 800px;
  }
}
#section03_new h3 {
  text-align: center;
  line-height: 120%;
  /*color: #002a66;*/
  color: white;
  font-family: "EB Garamond", serif;
  margin-bottom: 1em;
}
#section03_new .torikago_rega {
  position: relative;
  width: 100%;
  max-width: 314px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width:800px) {
  #section03_new .torikago_rega {
    width: 65%;
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
}
#section03_new .torikago_rega .base {
  position: relative;
  pointer-events: none;
  z-index: 50;
}
#section03_new .banas {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section03_new .banas {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
#section03_new ul.botan_list {
  width: 90%;
  max-width: 780px;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list {
    margin: 0 auto 30px auto;
  }
}
#section03_new ul.botan_list li {
  width: 48%;
  margin-bottom: 25px;
  /*
  a:hover{
      .inbox .imgs img{
          transform: scale(1.1);
          @media screen and (max-width:800px){
              transform: scale(1.0);
          }
      }
      .inbox .inboxtext{
          background-color: rgba(255,255,255,1);
          @media screen and (max-width:800px){
              background-color: rgba(255,255,255,0);
          }
      }
  }
  */
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list li {
    width: 100%;
  }
}
#section03_new ul.botan_list li a {
  position: relative;
  display: block;
  width: 100%;
}
#section03_new ul.botan_list li a.active .inbox .imgs img {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list li a.active .inbox .imgs img {
    transform: scale(1);
  }
}
#section03_new ul.botan_list li a.active .inbox .inboxtext {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list li a.active .inbox .inboxtext {
    background-color: rgba(255, 255, 255, 0);
  }
}
#section03_new ul.botan_list li a.nolinks:hover .inbox .imgs img {
  /*transform: scale(1.1);*/
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list li a.nolinks:hover .inbox .imgs img {
    transform: scale(1);
  }
}
#section03_new ul.botan_list li a.nolinks:hover .inbox .inboxtext {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width:800px) {
  #section03_new ul.botan_list li a.nolinks:hover .inbox .inboxtext {
    background-color: rgb(255, 255, 255);
  }
}
#section03_new ul.botan_list li a.nolinks {
  opacity: 0.2;
}
#section03_new ul.botan_list li .titles {
  width: 100%;
}
#section03_new ul.botan_list li .inbox {
  position: relative;
  background-size: contain;
}
#section03_new ul.botan_list li .inbox .imgs {
  overflow: hidden;
}
#section03_new ul.botan_list li .inbox .imgs img {
  transition: all 0.4s ease-out 0.01s;
}
#section03_new ul.botan_list li .inbox .inboxtext {
  position: absolute;
  width: 78.6%;
  max-width: 292px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease-out 0.01s;
}
#section03_new ul.botan_list li .inbox .newcions {
  width: 20%;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section03_new a {
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a:hover {
  background-color: #f7f0e1 !important;
}
#section03_new a.nokink {
  opacity: 1;
  background-color: black !important;
}
#section03_new a.active {
  background-color: #f7f0e1 !important;
}
#section03_new a.link_j {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0%;
  width: 22%;
  height: 90.75%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_k {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 22%;
  width: 22%;
  height: 90.75%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_l {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 44%;
  width: 21.5%;
  height: 90.75%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_m {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 65.3%;
  width: 21.2%;
  height: 90.75%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_kt {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 22%;
  width: 22%;
  height: 9.7%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_lt {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 43.7%;
  width: 21.5%;
  height: 9.7%;
  transition: all 0.4s ease-out 0.01s;
}
#section03_new a.link_mt {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 65.3%;
  width: 21%;
  height: 9.7%;
  transition: all 0.4s ease-out 0.01s;
}

#section_quality {
  width: 100%;
  /*background-color: #e4e4e5;*/
  background-color: #1e1e1e;
  padding: 65px 0;
}
#section_quality .section__in {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
#section_quality h4 {
  text-align: center;
  line-height: 100%;
  background-color: #96969b;
  color: #fff;
  padding: 0.5em 0 0.55em 0;
  font-family: "Noto Serif JP", serif;
}
#section_quality ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
#section_quality ul li {
  width: 30%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section_quality ul li {
    margin-bottom: 5.5vw;
    width: 75%;
    margin: 0 auto 5.5vw auto;
  }
}
#section_quality ul li figure {
  width: 100%;
  position: relative;
}
#section_quality ul li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#section_quality ul li figure figcaption.white {
  color: #fff;
}
#section_quality ul li .base_text {
  padding-top: 0.5em;
  text-align: center;
}
#section_quality .botan {
  width: 60%;
  max-width: 314px;
  margin: 0 auto;
  display: block;
}
#section_quality .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 27px 0 30px 0;
}
@media screen and (max-width:800px) {
  #section_quality .whitebox {
    padding: 7.5vw 0;
  }
}

/*********************/
.zu_select,.tenjo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.tenjo-photo {
  width: 100%;
}
.tenjo-photo__item {
  width: 100%;
  display: none;
}
.tenjo-photo__item.active {
  display: block;
}
@media screen and (max-width:800px) {
  .zu_select,.tenjo {
    margin-bottom: 25px;
  }
}
.zu_select .bases, .zu_select .kagus,.tenjo__button {
  width: 48.5%;
  border: 1px solid #b19462;
  line-height: 100%;
  padding: 0.75em 0 0.8em 0;
  color: #b19462;
  text-align: center;
  transition: all 0.4s ease-out 0.01s;
  background-color: white;
}
@media screen and (max-width:800px) {
  .zu_select .bases, .zu_select .kagus,.tenjo__button {
    font-size: 3.4vw;
    padding: 1.2em 0 1.3em 0;
  }
}
.zu_select .bases.active, .zu_select .kagus.active,.tenjo__button.active {
  background-color: #b19462;
  color: #fff;
}
.zu_select .bases:hover, .zu_select .kagus:hover,.tenjo__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  .zu_select .bases:hover, .zu_select .kagus:hover,.tenjo__button:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=plan.css.map */

/*np21.20240704*/
.np-height_select {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  .np-height_select {
    margin-bottom: 25px;
  }
}
.np-height_select .bases, .np-height_select .kagus {
  width: 48.5%;
  border: 1px solid #b19462;
  line-height: 100%;
  padding: 0.75em 0 0.8em 0;
  color: #b19462;
  text-align: center;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .np-height_select .bases, .np-height_select .kagus {
    font-size: 3.4vw;
    padding: 1.2em 0 1.3em 0;
  }
}
.np-height_select .bases.active, .np-height_select .kagus.active {
  background-color: #b19462;
  color: #fff;
}
.np-height_select .bases:hover, .np-height_select .kagus:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  .np-height_select .bases:hover, .np-height_select .kagus:hover {
    opacity: 1;
  }
}
.plan-banner__inner {
  width: 80%;
  margin: 40px auto 0;
}
.plan-banner__inner a :hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.plan-jtype__banner {
  width: 80%;
  margin: 60px auto 0;
}
@media screen and (max-width:800px) {
  .plan-banner__inner {
    width: 100%;
  }
  .plan-jtype__banner {
  width: 100%;
  }
}
.np-box {
  width: 100%;
  margin: 30px 0 0 0;
}
.np-tab-top,.np-tab-bottom {
  display: flex;
  gap: 0 10px;
  margin: 0 0 30px 0;
  padding: 0;
}
.np-tab-top__item,.np-tab-bottom__item {
  width: calc(100% / 3);
  padding: 15px;
  border: 1px solid #A78A60;
  cursor: pointer;
  color: #A78A60;
  font-size: 18px;
  text-align: center;
  background-color: white;
}
.np-tab-top__item.is-active,.np-tab-bottom__item.is-active {
  background: #A78A60;
  color: white;
}
.np-madori {
  margin: 0 auto 30px;
  padding: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.np-madori-body {
  display: none;
  margin: 0;
  padding: 0;
}
.np-madori-body.is-show {
  display: block;
}
.np-madori-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e7e7e7;
}
.np-madori-head__define {
  width: 55%;
  margin: 0;
  padding: 0;
}
.np-madori-head__term {
  max-width: 150px;
  margin: 0 0 20px 0;
}
.np-madori-head__description {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.np-madori-head__model-case {
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  font-size: 14px;
  color: #8B8B8B;
  border-bottom: 1px solid #e7e7e7;
  }
  .np-madori-head__model-case-value {
  font-size: 17px;
  margin: 0 0 5px 0;
  }
  .np-madori-head__model-case-text {
  font-size: 13px;
  }
.np-madori-head__photo {
  width: calc(45% - 30px);
}
.np-madori-foot {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent,#cboxLoadedContent {
  overflow: visible;
  background: transparent;
}
#cboxOverlay {
  background: rgba(0,0,0,0.9);
}
#cboxPrevious {
  top: 40%;
  left: calc(0% - 55px);
  width: 40px;
  height: 40px;
  background: url("../images/common/cbox-prev.png") no-repeat 0 0;
  background-size: contain;
  z-index: 9999999;
}
#cboxPrevious:hover {
  background-position: 0 0;
  opacity: 0.7;
}
#cboxNext {
  top: 40%;
  left: calc(100% + 15px);
  width: 40px;
  height: 40px;
  background: url("../images/common/cbox-next.png") no-repeat 0 0;
  background-size: contain;
  z-index: 9999999;
}
#cboxNext:hover {
  background-position: 0 0;
  opacity: 0.7;
}
#cboxTitle {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 0.625rem;
}
@media screen and (max-width: 800px) {
  .np-tab-top__item,.np-tab-bottom__item {
    padding: 10px 5px;
    font-size: 14px;
  }
  .np-madori {
    padding: 20px;
  }
  .np-madori-head {
    display: block;
    max-width: 100%;
  }
  .np-madori-head__define {
    width: auto;
  }
  .np-madori-head__term {
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .np-madori-head__description {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
  }
  .np-madori-head__model-case {
    text-align: center;
  }
  .np-madori-head__model-case-value {
    font-size: 15px;
    text-align: center;
  }
  .np-madori-head__model-case-text {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  .np-madori-head__photo {
    width: auto;
    max-width: 330px;
    margin: 0 auto;
  }
  .np-madori-foot {
    max-width: 100%;
  }
  #cboxPrevious {
    top: -50px;
    left: 0;
  }
  #cboxNext {
    top: -50px;
    left: 60px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}