@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
}

@media (max-width: 800px) {
  #section01 {
    padding-top: 40px;
  }
}

#section01 .main {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: 0;
}

#section01 .main.active {
  opacity: 1;
}

#section01 .main .main01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
}

#section01 .main .main01.active {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

#section01 .main .main02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

#section01 .main .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: 1;
}

#section01 .main .mask.active {
  opacity: 0;
}

#section01 .main .first_logo {
  position: absolute;
  width: 55%;
  max-width: 705px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: 1;
}

#section01 .main .first_logo.active {
  opacity: 0;
}

@media (max-width: 800px) {
  #section01 .main .first_logo {
    width: 90%;
    top: 50%;
  }
}

#section01 .main .movie01 {
  width: 17.6%;
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 19.5%;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
  -webkit-transform: translate(0%, 20px);
  transform: translate(0%, 20px);
  opacity: 0;
}

#section01 .main .movie01.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

@media (max-width: 800px) {
  #section01 .main .movie01 {
    width: 27.4%;
    position: absolute;
    z-index: 10;
    top: 59%;
    left: 5%;
  }
}

#section01 .main .movie02 {
  width: 25.9%;
  position: absolute;
  z-index: 10;
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

#section01 .main .movie02.active {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

@media (max-width: 800px) {
  #section01 .main .movie02 {
    width: 75%;
    top: 17.5%;
  }
}

#section01 .main .movie03 {
  width: 9.1%;
  position: absolute;
  z-index: 10;
  top: 15%;
  left: 41%;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

#section01 .main .movie03.active {
  opacity: 1;
}

@media (max-width: 800px) {
  #section01 .main .movie03 {
    width: 23.3%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    top: 39%;
  }
}

#section01 .main .movie04 {
  width: 43.5%;
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 0%;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

#section01 .main .movie04.active {
  opacity: 1;
}

@media (max-width: 800px) {
  #section01 .main .movie04 {
    width: 60%;
  }
}



#section01 .main .movie05 {
  width: 100%;
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0%;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

#section01 .main .movie05.active {
  opacity: 1;
}

@media (max-width: 800px) {
  #section01 .main .movie05 {
    width: 100%;
  }
}

#section01 .main .mintext {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 50;
}

#section01 .banagold {
  width: 100%;
  background: linear-gradient(135deg, #96a9b3 0%, #5b6a72 100%);
  /* background-image: url(../images/top/bana_text01_pattern.jpg);
  background-repeat: no-repeat; */
  background-size: cover;
  padding: 40px 0;
}
/* #section01 .main-banain::before {
  content: '';
  position: absolute;
  background-image: url(../images/top/bana_text01_deco1.png);
  width: 202px;
  height: 312px;
  left: 0;
  top: -10px;
}
#section01 .main-banain::after {
  content: '';
  position: absolute;
  background-image: url(../images/top/bana_text01_deco2.png);
  width: 195px;
  height: 245px;
  right: 0;
  bottom: -20px;
} */
#section01 .main-banain {
  width: 100%;
  text-align: center;
  /* background-image: url(../images/top/bana_text01_pattern1.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  /* padding: 30px 0; */
  position: relative;
  /* border-top: 6px solid #94833d; */
}
#section01 .main-banain img {
  /* max-width: 1500px; */
  width: 100%;
  margin: -10px 0;
}
#section01 .banagold .banain {
  width: 100%;
  /* max-width: 592px; */
  max-width: 894px;
  margin: 0 auto;
  position: relative;
}
.bana_gradation{
  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b0900+0,816100+100 */
background: #2b0900; /* Old browsers */
background: -moz-linear-gradient(left,  #2b0900 0%, #816100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2b0900 0%,#816100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2b0900 0%,#816100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b0900', endColorstr='#816100',GradientType=1 ); /* IE6-9 */
padding:30px 0;
}

#section01 .banagold .banain .kanbaimaru {
	position:absolute;
	top:-45%;
	left:-18%;
	z-index: 999;
}

#section01 .banagold .text01 {
  margin-bottom: 50px;
}

#section01 .banagold .banabt {
  width: 90%;
  max-width: 452px;
  margin: 0 auto 20px auto;
}
#section01 .banagold .banabt img {
  width: 100%;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#section01 .banagold .banabt2 {
  width: 100%;
  max-width: 314px;
  margin: 20px auto 0 auto;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#section01 .banagold .textban2 {
  text-align: center;
  width: 90%;
  max-width: 1100px;
  margin: 12px auto 0 auto;
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 25px;
}

@media (max-width: 800px) {
  #section01 .banagold .textban2 {
    font-size: 4.1vw;
    line-height: 140%;
  }
#section01 .banagold .banabt {
  margin: 0 auto 10px auto;
}
#section01 .banagold .banain {
  width: 90%;
}
#section01 .banagold .banain .kanbaimaru {
	top:-38%;
	left:-5%;
}
#section01 .banagold .banain .kanbaimaru img {
	width:100px;
}
.bana_gradation{
padding:15px 0;
}
#section01 .banagold {
  padding: 25px 0;
}
#section01 .banagold .text01 {
  margin-bottom: 25px;
}
/* #section01 .main-banain {
  padding: 20px 0;
} */
#section01 .main-banain img {
  margin: 0;
}
}

#section01 .banagold .textban {
  text-align: center;
  width: 90%;
  max-width: 1100px;
  margin: 12px auto 0 auto;
  font-size: 18px;
  color: #fff;
}

#section01 .banagold .textban span {
  font-size: 24px;
  color: #ff0000;
  display: inline-block;
  margin-left: -0.5em;
  font-weight: 600;
}

@media (max-width: 800px) {
  #section01 .banagold .textban span {
    font-size: 4.8vw;
  }
}

@media (max-width: 800px) {
  #section01 .banagold .textban {
    font-size: 4.1vw;
    line-height: 140%;
  }
}

#section01 .merit_all {
  width: 100%;
  /* background-color:#006835; */
  background-color: #604c3f;
  /* background: linear-gradient(135deg, #260000 0%, #790001 55%,#260000 100%); */
  padding: 15px 0;
}

#section01 .merit_all .merit__in {
  width: 90%;
  max-width: 945px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section01 .merit_all .merit__in {
    width: 90%;
    /* flex-wrap: wrap; */
  }
}

#section01 .merit_all .merit__in .merit_right {
  border-right: 1px solid #fff;
}

@media (max-width: 800px) {
  #section01 .merit_all .merit__in .merit_right {
    border-right: 0px solid #fff;
    border-bottom: 1px solid  #fff;
  }
}

#section01 .merit_all .merit__in li {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}

#section01 .merit_all .merit__in li.active {
  opacity: 1;
}

@media (max-width: 800px) {
  #section01 .merit_all .merit__in li {
    padding: 15px 0;
    width: 100%;
  }
}

.top_cyukobukkenwrap {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 100px;
}
@media (max-width: 800px) {
  .top_cyukobukkenwrap {
    width: 100%;
    margin: 30px auto 60px;
    left: 0;
  }
}

.top_bannerwrap {
  max-width: 950px;
  width: 90%;
  margin: 0px auto 60px;
}
@media (max-width: 800px) {
  .top_bannerwrap {
    margin: 0px auto ;
  }
}

#section01 .merit_box {
  position: relative;
}
#section01 .merit_box::before {
  background-image: url(../images/top/main_perth.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  left: 0;
  bottom: 0;
  max-width: 728px;
  width: 38.3%;
  height: 187.9%;
}
#section01 .merit_box::before {
  background-image: url(../images/top/main_perth.png);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  left: 0;
  bottom: 0;
  max-width: 38.3%;
  width: 100%;
  aspect-ratio: 728 / 640;
}
#section01 .cv_wrap {
  margin: 60px auto 100px;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  max-width: 720px;
  width: 90%;
}
.price_wrap {
  max-width: 950px;
  width: 90%;
  margin: 100px auto 0;
}

@media (max-width: 800px) {
  #section01 .cv_wrap {
    flex-direction: column;
    gap: 15px 0;
    margin: 30px auto;
  }
  .price_wrap {
    margin: 60px auto 0;
  }
  #section01 .merit_box::before {
    display: none;
  }
}



/*****************************************/
#section02 {
  width: 100%;
  background-image: url(../images/top/sec02_back.jpg);
  background-size: cover;
  padding-top: 115px;
  overflow: hidden;
}

@media (max-width: 800px) {
  #section02 {
    padding-top: 30px;
  }
}

#section02 .sec02_logo {
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}

#section02 .sec02_logo .logosita {
  position: relative;
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

#section02 .sec02_logo .logosita.active {
  opacity: 1;
}

#section02 .sec02_logo .logoue {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  /*
      -webkit-transform: translate(0%, 30px);
      transform: translate(0%, 30px);
      */
  transform: scale(0.75);
}

#section02 .sec02_logo .logoue.active {
  opacity: 1;
  /*
        -webkit-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
        */
  transform: scale(1);
}

#section02 .text_contena {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#section02 .text_contena .text {
  width: 45%;
  font-size: 16px;
  line-height: 260%;
  margin-top: -125px;
  padding-bottom: 275px;
}

@media (max-width: 800px) {
  #section02 .text_contena .text {
    margin-top: 0px;
    padding-bottom: 30px;
    width: 100%;
    font-size: 3.8vw;
  }
}

#section02 .text_contena .photo {
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 45%;
}

@media (max-width: 800px) {
  #section02 .text_contena .photo {
    position: relative;
    width: 112%;
    bottom: auto;
    left: auto;
    margin-left: -5%;
  }
}

#section03 {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  #section03 {
    height: auto;
    padding: 75px 0 50px 0;
  }
}

#section03 .back_photo {
  position: absolute;
  z-index: 1;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -25%;
  background-image: url(../images/top/sec03_back_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #section03 .back_photo {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-position: center right;
    background-image: url(../images/top/sec03_back_sp.jpg);
  }
}

#section03 .mask_sec03 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

#section03 .mask_sec03.active {
  opacity: 1;
}

#section03 .whiteborde {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 85px 0px 75px 0px;
  position: absolute;
  width: 32.9%;
  min-width: 350px;
  right: 11.5%;
  z-index: 20;
  bottom: 95px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1);
}

@media (max-width: 800px) {
  #section03 .whiteborde {
    width: 80%;
    min-width: 100px;
    position: relative;
    padding: 40px 0px 30px 0;
    margin: 0 auto 40px 10%;
    display: inline-block;
    right: auto;
    bottom: auto;
  }
}

#section03 .whiteborde:hover {
  /*transform: scale(1.05);*/
}

#section03 .whiteborde:hover > .botan .botan_off {
  opacity: 0;
}

#section03 .whiteborde:hover > .botan .botan_on {
  opacity: 1;
}

#section03 .whiteborde h3 {
  width: 46%;
  margin: 0 auto 20px auto;
}

@media (max-width: 800px) {
  #section03 .whiteborde h3 {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}

#section03 .whiteborde p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 40px 15px;
  line-height: 240%;
}

@media (max-width: 800px) {
  #section03 .whiteborde p {
    display: none;
  }
}

#section03 .whiteborde .botan {
  width: 90%;
  margin-right: 10%;
  position: relative;
}

#section03 .whiteborde .botan .botan_off {
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section03 .whiteborde .botan .botan_on {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section03 .text {
  width: 160px;
  position: absolute;
  z-index: 20;
  top: 100px;
  left: 10.25%;
}

@media (max-width: 800px) {
  #section03 .text {
    width: 29.5%;
    margin: 0 auto 100px;
    top: auto;
    left: auto;
    position: relative;
  }
}

#section03 .mintext {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 20;
}

#section04 {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  #section04 {
    height: auto;
    padding: 75px 0 50px 0;
  }
}

#section04 .back_photo {
  position: absolute;
  z-index: 1;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -25%;
  background-image: url(../images/top/sec04_back_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #section04 .back_photo {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-image: url(../images/top/sec04_back_sp.jpg);
  }
}

#section04 .mask_sec04 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

#section04 .mask_sec04.active {
  opacity: 1;
}

#section04 .whiteborde {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 85px 0px 75px 0px;
  position: absolute;
  width: 32.9%;
  min-width: 350px;
  left: 11.5%;
  z-index: 20;
  bottom: 95px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1);
}

@media (max-width: 800px) {
  #section04 .whiteborde {
    width: 80%;
    min-width: 100px;
    position: relative;
    padding: 65px 0px 30px 0;
    margin: 0 auto 40px 10%;
    display: inline-block;
    left: auto;
    bottom: auto;
  }
}

#section04 .whiteborde:hover {
  /*transform: scale(1.05);*/
}

#section04 .whiteborde:hover > .botan .botan_off {
  opacity: 0;
}

#section04 .whiteborde:hover > .botan .botan_on {
  opacity: 1;
}

#section04 .whiteborde h3 {
  width: 46%;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (max-width: 800px) {
  #section04 .whiteborde h3 {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}

#section04 .whiteborde h3 .teopnewicon {
  position: absolute;
  width: 64px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 800px) {
  #section04 .whiteborde h3 .teopnewicon {
    width: 30%;
    max-width: 64px;
    top: -40px;
  }
}

#section04 .whiteborde p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 40px 15px;
  line-height: 240%;
}

@media (max-width: 800px) {
  #section04 .whiteborde p {
    display: none;
  }
}

#section04 .whiteborde .botan {
  width: 90%;
  margin-right: 10%;
  position: relative;
}

#section04 .whiteborde .botan .botan_off {
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section04 .whiteborde .botan .botan_on {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section04 .text {
  width: 96px;
  position: absolute;
  z-index: 20;
  top: 100px;
  right: 10.25%;
}

@media (max-width: 800px) {
  #section04 .text {
    width: 17.3%;
    margin: 0 auto 100px;
    top: auto;
    right: auto;
    position: relative;
  }
}

#section04 .mintext {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 20;
}

#section05 {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  #section05 {
    height: auto;
    padding: 75px 0 50px 0;
  }
}

#section05 .back_photo {
  position: absolute;
  z-index: 1;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -25%;
  background-image: url(../images/top/sec05_back_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #section05 .back_photo {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-position: center bottom;
    background-image: url(../images/top/sec05_back_sp.jpg);
  }
}

#section05 .mask_sec05 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

#section05 .mask_sec05.active {
  opacity: 1;
}

#section05 .whiteborde {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 85px 0px 75px 0px;
  position: absolute;
  width: 32.9%;
  min-width: 350px;
  right: 11.5%;
  z-index: 20;
  bottom: 95px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1);
}

@media (max-width: 800px) {
  #section05 .whiteborde {
    width: 80%;
    min-width: 100px;
    position: relative;
    padding: 60px 0px 30px 0;
    margin: 0 auto 40px 10%;
    display: inline-block;
    right: auto;
    bottom: auto;
  }
}

#section05 .whiteborde:hover {
  /*transform: scale(1.05);*/
}

#section05 .whiteborde:hover > .botan .botan_off {
  opacity: 0;
}

#section05 .whiteborde:hover > .botan .botan_on {
  opacity: 1;
}

#section05 .whiteborde h3 {
  width: 46%;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (max-width: 800px) {
  #section05 .whiteborde h3 {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}

#section05 .whiteborde h3 .teopnewicon {
  position: absolute;
  width: 64px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 800px) {
  #section05 .whiteborde h3 .teopnewicon {
    width: 30%;
    max-width: 64px;
    top: -40px;
  }
}

#section05 .whiteborde p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 40px 15px;
  line-height: 240%;
}

@media (max-width: 800px) {
  #section05 .whiteborde p {
    display: none;
  }
}

#section05 .whiteborde .botan {
  width: 90%;
  margin-right: 10%;
  position: relative;
}

#section05 .whiteborde .botan .botan_off {
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section05 .whiteborde .botan .botan_on {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section05 .text {
  width: 160px;
  position: absolute;
  z-index: 20;
  top: 100px;
  left: 10.25%;
}

@media (max-width: 800px) {
  #section05 .text {
    width: 29.5%;
    margin: 0 auto 150px;
    top: auto;
    left: auto;
    position: relative;
  }
}

#section05 .mintext {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 20;
}

#section06 {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  #section06 {
    height: auto;
    padding: 75px 0 50px 0;
  }
}

#section06 .back_photo {
  position: absolute;
  z-index: 1;
  width: 150%;
  height: 150%;
  top: -50%;
  left: -25%;
  background-image: url(../images/top/sec06_back_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #section06 .back_photo {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-position: right bottom;
    background-image: url(../images/top/sec06_back_sp.jpg);
  }
}

#section06 .mask_sec06 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

#section06 .mask_sec06.active {
  opacity: 1;
}

#section06 .whiteborde {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 85px 0px 75px 0px;
  position: absolute;
  width: 32.9%;
  min-width: 350px;
  left: 11.5%;
  z-index: 20;
  bottom: 95px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1);
}

@media (max-width: 800px) {
  #section06 .whiteborde {
    width: 80%;
    min-width: 100px;
    position: relative;
    padding: 60px 0px 30px 0;
    margin: 0 auto 40px 10%;
    display: inline-block;
    left: auto;
    bottom: auto;
  }
}

#section06 .whiteborde:hover {
  /*
      transform: scale(1.05);
      */
}

#section06 .whiteborde:hover > .botan .botan_off {
  opacity: 0;
}

#section06 .whiteborde:hover > .botan .botan_on {
  opacity: 1;
}

#section06 .whiteborde h3 {
  width: 46%;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (max-width: 800px) {
  #section06 .whiteborde h3 {
    width: 60%;
    margin: 0 auto 30px auto;
  }
}

#section06 .whiteborde h3 .teopnewicon {
  position: absolute;
  width: 64px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (max-width: 800px) {
  #section06 .whiteborde h3 .teopnewicon {
    width: 30%;
    max-width: 64px;
    top: -40px;
  }
}

#section06 .whiteborde p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 40px 15px;
  line-height: 240%;
}

@media (max-width: 800px) {
  #section06 .whiteborde p {
    display: none;
  }
}

#section06 .whiteborde .botan {
  width: 90%;
  margin-right: 10%;
  position: relative;
}

#section06 .whiteborde .botan .botan_off {
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section06 .whiteborde .botan .botan_on {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#section06 .text {
  width: 160px;
  position: absolute;
  z-index: 20;
  top: 100px;
  right: 10.25%;
}

@media (max-width: 800px) {
  #section06 .text {
    width: 29.5%;
    margin: 0 auto 100px;
    top: auto;
    right: auto;
    position: relative;
  }
}

#section06 .mintext {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 20;
}
.top_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 945px;
  margin: 60px auto 0;
  text-align: center;
}
.top_movie h2 {
  font-size: 2.0em;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.top_movie iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 894px) {
  .top_movie {
    width: 90%;
    margin: 40px auto 0;
  }
  .top_movie h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

/* top info */
.top_infoWrap {
  max-width: 720px;
  margin: 60px auto;
}
h2.top_info_ttl {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 18px;
  font-family: garamond;
  font-size: 18px;
  color: #232c5a;
  text-align: center;
}
dl.top_info {
  border-bottom: 1px solid #dddddd;
}
dl.top_info dt,
dl.top_info dd {
  line-height: 1.6;
}
dl.top_info dt {
  line-height: 1.4;
  margin-bottom: 5px;
  float: left;
  color: #808080;
}
dl.top_info dd {
	padding: 0px 0px 10px 9em;
	margin: 0px 0px 10px 0px;

}
dl.top_info dd.last {
	margin: 0px 0px 0px 0px;
	border-bottom: none;

}
.info_new {
  display: inline-block;
  font-size: .65em;
  background: #B79A00;
  color: #fff;
  padding: 2px 5px;
  line-height: 1;
  margin-left: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 800px) {
  /* top info */
  .top_infoWrap {
    max-width: 720px;
    width: 90%;
    margin: 50px auto;
  }
  h2.top_info_ttl {
    font-size: 20px;
    text-align: center;
  }
  dl.top_info {
    border-bottom: 1px solid #dddddd;
  }
  dl.top_info dt,
  dl.top_info dd {
    line-height: 1.6;
  }
  dl.top_info dt {
    line-height: 1.4;
    margin-bottom: 5px;
    float: none;
  }
  dl.top_info dd {
    padding: 0px 0px 10px 0;
    margin: 0px 0px 10px 0px;
  }
  dl.top_info dd.last {
    margin: 0px 0px 0px 0px;
    border-bottom: none;

  }
  .info_new {
    display: inline-block;
    font-size: .65em;
    color: #fff;
    padding: 2px 5px;
    line-height: 1;
    margin-left: 8px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
/*****************************************/

.bana_text02 {
  text-align: center;
  padding: 25px 0;
  margin: 5px 0;
  border-bottom: 2px solid #c8b879;
  border-top: 2px solid #c8b879;
}
.bana_text02 img {
  /* max-width: 420px; */
  max-width: 302px;
}

@media (max-width: 800px) {
  .bana_text02 {
    padding: 8px 0;
    border-bottom: 2px solid #c8b879;
    margin: 3px 0;
    border-top: 2px solid #c8b879;
  }
  .bana_text02 img {
    max-width: 180px;
  }
}