@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -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);
  }
}
.hikari_stop {
  position: absolute;
  z-index: 10;
  width: 30%;
  line-height: 0;
}
.hikari_stop.h001 {
  top: 74.5%;
  left: 49%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .hikari_stop.h001 {
    transform: translate(-68%, -44%);
  }
}
.hikari_stop.h002 {
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .hikari_stop.h002 {
    transform: translate(-60%, -50%);
  }
}
.hikari_stop.h003 {
  top: 55%;
  left: 56.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .hikari_stop.h003 {
    transform: translate(-62%, -37%);
  }
}
.hikari_stop.h004 {
  top: 46%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .hikari_stop.h004 {
    transform: translate(-64%, -36%);
  }
}

.flash001 {
  animation: f001 4.5s infinite;
  line-height: 0;
}

@keyframes f001 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.flash002 {
  animation: f002 3.5s infinite;
  line-height: 0;
}

@keyframes f002 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flash003 {
  animation: f003 4s infinite;
  line-height: 0;
}

@keyframes f003 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.flash004 {
  animation: f004 3.8s infinite;
  line-height: 0;
}

@keyframes f004 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*************************/
.hikari_ani {
  position: absolute;
  z-index: 10;
  width: 3%;
  mix-blend-mode: screen;
  line-height: 0;
  transform-origin: center;
}
.hikari_ani.anih001 {
  top: 65%;
  left: 47.3%;
  animation: anih001_ss 3s infinite;
  line-height: 0;
  transform: scale(0.25);
}
@media screen and (max-width:800px) {
  .hikari_ani.anih001 {
    left: 42%;
    transform: scale(0.65);
  }
}
.hikari_ani.anih001 .ingh1 {
  animation: anih001_fade 3s infinite;
  line-height: 0;
  opacity: 0;
}
@keyframes anih001_ss {
  0% {
    top: 65%;
  }
  100% {
    top: 45%;
  }
}
@keyframes anih001_fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hikari_ani.anih002 {
  top: 70%;
  left: 59%;
  animation: anih002_ss 5s infinite;
  line-height: 0;
  transform: scale(0.25);
  opacity: 0.5;
}
@media screen and (max-width:800px) {
  .hikari_ani.anih002 {
    left: 56%;
    transform: scale(0.65);
  }
}
.hikari_ani.anih002 .ingh1 {
  animation: anih002_fade 5s infinite;
  line-height: 0;
  opacity: 0;
}
@keyframes anih002_ss {
  0% {
    top: 70%;
  }
  100% {
    top: 38%;
  }
}
@keyframes anih002_fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hikari_ani.anih003 {
  top: 60%;
  left: 51%;
  animation: anih003_ss 3s infinite;
  line-height: 0;
  transform: scale(0.45);
}
@media screen and (max-width:800px) {
  .hikari_ani.anih003 {
    left: 47%;
  }
}
.hikari_ani.anih003 .ingh1 {
  animation: anih003_fade 3s infinite;
  line-height: 0;
  opacity: 0;
}
@keyframes anih003_ss {
  0% {
    top: 60%;
  }
  100% {
    top: 47%;
  }
}
@keyframes anih003_fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hikari_ani.anih004 {
  top: 50%;
  left: 55%;
  animation: anih004_ss 4s 1s infinite;
  line-height: 0;
  transform: scale(0.5);
}
@media screen and (max-width:800px) {
  .hikari_ani.anih004 {
    left: 51%;
  }
}
.hikari_ani.anih004 .ingh1 {
  animation: anih004_fade 4s 1s infinite;
  line-height: 0;
  opacity: 0;
}
@keyframes anih004_ss {
  0% {
    top: 50%;
  }
  100% {
    top: 40%;
  }
}
@keyframes anih004_fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hikari_line001 {
  width: 0.35%;
  position: absolute;
  top: 30%;
  left: 48.5%;
  animation: line001 2s 1s infinite;
}
@media screen and (max-width:800px) {
  .hikari_line001 {
    width: 0.8%;
    left: 43%;
  }
}
.hikari_line001 .ingh1 {
  animation: line001_fade 2s 1s infinite;
  line-height: 0;
  opacity: 0;
}
@media screen and (max-width:800px) {
  .hikari_line001 .ingh1 {
    transform: scale(1, 0.5) translate(0%, -25%);
  }
}

@keyframes line001 {
  0% {
    top: 30%;
  }
  100% {
    top: 10%;
  }
}
@keyframes line001_fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hikari_line002 {
  width: 0.25%;
  position: absolute;
  top: 35%;
  left: 55%;
  animation: line002 2.5s 0s infinite;
}
@media screen and (max-width:800px) {
  .hikari_line002 {
    width: 0.8%;
    left: 50%;
  }
}
.hikari_line002 .ingh1 {
  animation: line002_fade 2.5s 0s infinite;
  line-height: 0;
  opacity: 0;
}
@media screen and (max-width:800px) {
  .hikari_line002 .ingh1 {
    transform: scale(1, 0.5) translate(0%, -55%);
  }
}

@keyframes line002 {
  0% {
    top: 35%;
  }
  100% {
    top: 12%;
  }
}
@keyframes line002_fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hikari_line003 {
  width: 0.35%;
  position: absolute;
  top: 40%;
  left: 52%;
  animation: line003 2.25s 0s infinite;
}
@media screen and (max-width:800px) {
  .hikari_line003 {
    width: 0.8%;
    left: 47%;
  }
}
.hikari_line003 .ingh1 {
  animation: line003_fade 2.25s 0s infinite;
  line-height: 0;
  opacity: 0;
}
@media screen and (max-width:800px) {
  .hikari_line003 .ingh1 {
    transform: scale(1, 0.5) translate(0%, -55%);
  }
}

@keyframes line003 {
  0% {
    top: 40%;
  }
  100% {
    top: 12%;
  }
}
@keyframes line003_fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hikari_line004 {
  width: 0.35%;
  position: absolute;
  top: 45%;
  left: 60%;
  animation: line004 3.15s 0s infinite;
}
@media screen and (max-width:800px) {
  .hikari_line004 {
    width: 0.8%;
    left: 57%;
  }
}
.hikari_line004 .ingh1 {
  animation: line004_fade 3.15s 0s infinite;
  line-height: 0;
  opacity: 0;
}
@media screen and (max-width:800px) {
  .hikari_line004 .ingh1 {
    transform: scale(1, 0.5) translate(0%, -25%);
  }
}

@keyframes line004 {
  0% {
    top: 45%;
  }
  100% {
    top: 10%;
  }
}
@keyframes line004_fade {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.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;
}

.bigpp {
  overflow: hidden;
  background-color: #000;
}
.bigpp div {
  transform: scale(1.1);
  transition: all 0.6s linear;
  opacity: 0;
}
.bigpp div.active {
  transform: scale(1);
  opacity: 1;
}

.sidepp {
  overflow: hidden;
  background-color: #161b22;
}
.sidepp div {
  transform: translate(-15%, 0%);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.sidepp div.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

.text001 {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.text001.active {
  opacity: 1;
}

.text002 {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.text002.active {
  opacity: 1;
}

#section01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section01 .logo {
  width: 102px;
  position: absolute;
  top: 6.2%;
  left: 3.6%;
  z-index: 99;
}
@media screen and (max-width:800px) {
  #section01 .logo {
    width: 60px;
    top: 4%;
    left: 3%;
  }
}
#section01 .text_a {
  width: 62.14%;
  max-width: 870px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 10;
  transform: translate(-50%, -40%);
}
#section01 .text_a.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 .text_a {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
}
#section01 figure.imgcut {
  overflow: hidden;
}
#section01 figure.imgcut .imgin {
  transform: scale(1);
  /*
  &.active{
  	transform: scale(1.2);
  	transition: all 8s linear;
  }
  */
}
#section01 .slidemo {
  position: relative;
}
#section01 .slidemo .base {
  position: relative;
}

#section02_pre {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 85px 0 120px 0;
  /*color:#9E8969;*/
  color: #ac8020;
  font-family: "Noto Serif JP", serif;
}
#section02_pre .minis {
  width: 28.2%;
  position: absolute;
  bottom: calc(100% + 30px);
  right: 3.25%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02_pre .minis {
    width: 19.5%;
    bottom: calc(100% + 2.5vw);
  }
}
@media screen and (max-width:800px) {
  #section02_pre {
    padding: 40px 0 40px 0;
  }
}
#section02_pre .section__in {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#section02_pre .text01 {
  width: 27.5%;
  max-width: 100px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #section02_pre .text01 {
    max-width: 800px;
    margin: 0 auto 40px auto;
  }
}
#section02_pre p {
  color: #ac8020;
}
@media screen and (max-width:800px) {
  #section02_pre p {
    font-size: 2.5vw;
  }
}
#section02_pre h2 {
  letter-spacing: -0.15em;
  line-height: 100%;
  padding: 8px 0 10px 0;
  color: #ac8020;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02_pre h2 {
    font-size: 6.6vw;
    padding: 2px 0 4px 0;
  }
}
#section02_pre h2 span {
  letter-spacing: 0em;
}
#section02_pre .botan {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  padding: 4px 0px 6px 0;
  border: 1px solid #6b4f07;
  background-color: #6b4f07;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02_pre .botan {
    font-size: 3.6vw;
    padding: 4px 0px 6px 0;
  }
}

#section03_pre {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 5;
  font-family: "Noto Serif JP", serif;
}
#section03_pre .ttl {
  width: 75%;
  max-width: 507px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section03_pre .ttl {
    width: 70%;
    max-width: 507px;
    bottom: 0px;
    transform: translate(-50%, 70%);
  }
}

.pre_under {
  width: 100%;
  background-color: #000;
  padding: 110px 0 140px 0;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:800px) {
  .pre_under {
    padding: 25vw 0 20vw 0;
  }
}
.pre_under .base_text {
  text-align: center;
  color: #fff;
}

#section03_preb {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 5;
  font-family: "Noto Serif JP", serif;
}
#section03_preb .ttl {
  width: 75%;
  max-width: 568px;
  position: absolute;
  top: 45px;
  right: 25px;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section03_preb .ttl {
    width: 70%;
    max-width: 507px;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 70%);
  }
}

#section03_prec {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 5;
  font-family: "Noto Serif JP", serif;
}
#section03_prec .ttl {
  width: 75%;
  max-width: 510px;
  position: absolute;
  top: 45px;
  left: 25px;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section03_prec .ttl {
    width: 70%;
    max-width: 507px;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 70%);
  }
}

#section04 {
  width: 100%;
  background-color: #161b22;
  padding: 275px 0 190px 0;
  z-index: 5;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 15vw 0 7.5vw 0;
  }
}
#section04 h2 {
  width: 87.5%;
  max-width: 660px;
  margin: 0 auto 1em auto;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    width: 75%;
  }
}
#section04 .subtext {
  text-align: center;
  margin-bottom: 1.25em;
}
#section04 .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 50px;
  }
}
#section04 .ttlsub {
  text-align: center;
  margin-bottom: 0em;
}
#section04 .base_text02 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section04 .base_text02 {
    margin-bottom: 40px;
  }
}
#section04 .numbers {
  width: 16.5%;
  max-width: 80px;
  margin: 0 auto 1.5em auto;
}
#section04 .ttl {
  text-align: center;
  margin-bottom: 0.5em;
}
#section04 .base_text03 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section04 .base_text03 {
    margin-bottom: 30px;
  }
}
#section04 #sectionlist {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section04 #sectionlist {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}
#section04 #sectionlist .item {
  width: 25%;
  background-color: #9c8046;
}
@media screen and (max-width:800px) {
  #section04 #sectionlist .item {
    width: 50%;
  }
}
#section04 #sectionlist .item figure {
  width: 100%;
}
#section04 #sectionlist .item .text {
  width: 100%;
  text-align: center;
  padding: 20px 5px;
}
@media screen and (max-width:1200px) {
  #section04 #sectionlist .item .text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width:800px) {
  #section04 #sectionlist .item .text {
    font-size: 2.75vw;
  }
}
#section04 .listzu01 {
  width: 100%;
  max-width: 975px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width:800px) {
  #section04 .listzu01 {
    margin-bottom: 60px;
  }
}
#section04 .listzu02 {
  width: 100%;
  max-width: 975px;
  margin: 0 auto 180px auto;
}
@media screen and (max-width:800px) {
  #section04 .listzu02 {
    margin-bottom: 75px;
  }
}
#section04 .boxlines {
  width: 90%;
  max-width: 975px;
  margin: 0 auto 0 auto;
  padding: 2.5em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#section04 .boxlines .botanstext {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
#section04 .boxlines .botanclums {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .boxlines .botanclums .left {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04 .boxlines .botanclums .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section04 .boxlines .botanclums .right {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04 .boxlines .botanclums .right {
    width: 100%;
  }
}

#section_location {
  width: 100%;
  background-color: #000;
  padding: 200px 0 50px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_location {
    padding: 90px 0 25px 0;
  }
}
#section_location h2 {
  width: 40%;
  max-width: 246px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #section_location h2 {
    margin: 0 auto 30px auto;
  }
}
#section_location .widephoto {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section_location .widephoto {
    margin-bottom: 75px;
  }
}
#section_location .widephoto figure {
  position: relative;
}
#section_location .widephoto figcaption {
  position: absolute;
  top: calc(100% + 1em);
  right: 0.5em;
  color: #fff;
}
#section_location .ttl {
  text-align: center;
  margin-bottom: 0.5em;
}
#section_location .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section_location .base_text {
    margin-bottom: 30px;
  }
}
#section_location .photolist {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#section_location .traintime {
  width: 70%;
  max-width: 690px;
  margin: 30px auto 200px auto;
}
@media screen and (max-width:800px) {
  #section_location .traintime {
    margin: 30px auto 100px auto;
  }
}
#section_location .textinaten {
  width: 90%;
  max-width: 712px;
  margin: 0 auto 0 auto;
  padding-top: 0.5em;
}
#section_location ul.list2 {
  width: 90%;
  max-width: 712px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_location ul.list2 li {
  width: 47.5%;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  #section_location ul.list2 li {
    margin-bottom: 30px;
  }
}
#section_location ul.list2 li figure {
  width: 100%;
}
#section_location ul.list2 li .name01 {
  text-align: center;
  padding: 0.5em 0 0 0;
}
#section_location ul.list2 li .name02 {
  text-align: center;
  margin-bottom: 0.75em;
}
#section_location ul.list2 li .price1 {
  width: 80%;
  margin: 0 auto;
}
#section_location ul.list2 li .price2 {
  width: 98%;
  margin: 0 auto;
}

#section_planning {
  width: 100%;
  background-color: #000;
  padding: 200px 0 50px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_planning {
    padding: 90px 0 25px 0;
  }
}
#section_planning h2 {
  width: 40%;
  max-width: 246px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width:800px) {
  #section_planning h2 {
    margin: 0 auto 45px auto;
  }
}
#section_planning .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 0 auto;
}
#section_planning .zu {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section_planning .zu {
    margin-bottom: 30px;
  }
}
#section_planning .sky {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section_planning .sky {
    margin-bottom: 2vw;
  }
}
#section_planning .vrs {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section_planning .vrs {
    margin-bottom: 5vw;
  }
}
#section_planning .hensai {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section_planning .hensai {
    margin-bottom: 1em;
  }
}
#section_planning .attens {
  margin-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section_planning .attens {
    margin-bottom: 100px;
  }
}
#section_planning .lastbox {
  width: 100%;
  border: 1px solid #8D7541;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section_planning .lastbox {
    padding: 4vw;
  }
}
#section_planning .lastbox .text {
  width: 45.9%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section_planning .lastbox .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
#section_planning .lastbox .text .ttl {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section_planning .lastbox .text .ttl {
    text-align: center;
  }
}
#section_planning .lastbox .text .base_text {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_planning .lastbox .text .base_text {
    text-align: center;
  }
}
#section_planning .lastbox .photo {
  width: 50.5%;
}
@media screen and (max-width:800px) {
  #section_planning .lastbox .photo {
    width: 100%;
    margin-top: 5vw;
  }
}

#section_qua {
  width: 100%;
  background-color: #000;
  padding: 200px 0 50px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_qua {
    padding: 90px 0 25px 0;
  }
}
#section_qua h2 {
  width: 40%;
  max-width: 246px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width:800px) {
  #section_qua h2 {
    margin: 0 auto 45px auto;
  }
}
#section_qua .colortext {
  text-align: center;
  color: #9e8969;
  margin-bottom: 1em;
}
#section_qua .widephoto {
  width: 100%;
  position: relative;
}
#section_qua .widephoto figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 120%;
}
#section_qua .textbox {
  width: 100%;
  padding: 35px 0;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section_qua .textbox {
    padding: 5vw 0;
  }
}
@media screen and (max-width:800px) {
  #section_qua .textbox .fonts {
    margin-bottom: 0.5em;
    display: inline-block;
  }
}
#section_qua .textbox2 {
  width: 100%;
  padding: 1.5vw 0 2.75vw 0;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width:1200px) {
  #section_qua .textbox2 {
    padding: 2vw 0 3vw 0;
  }
}
@media screen and (max-width:800px) {
  #section_qua .textbox2 {
    padding: 4.5vw 0 7vw 0;
  }
}
@media screen and (max-width:800px) {
  #section_qua .textbox2 .fonts {
    margin-bottom: 0.5em;
    display: inline-block;
  }
}
#section_qua .underunder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_qua .underunder {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#section_qua .clumboxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section_qua .clumboxs {
    margin-bottom: 50px;
  }
}
#section_qua .clumboxs .left {
  width: 48.5%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_qua .clumboxs .left {
    width: 100%;
  }
}
#section_qua .clumboxs .left figure {
  position: relative;
}
#section_qua .clumboxs .left figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 120%;
}
#section_qua .clumboxs .right {
  width: 48.5%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_qua .clumboxs .right {
    width: 100%;
  }
}
#section_qua .clumboxs .right figure {
  position: relative;
}
#section_qua .clumboxs .right figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 120%;
}
#section_qua .titlelast {
  width: 100%;
  padding-bottom: 0.85em;
  text-align: center;
  color: #9e8969;
}
#section_qua .section__in2 {
  width: 90%;
  max-width: 975px;
  margin: 0 auto;
}
#section_qua .section__in2 ul.listlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width:800px) {
  #section_qua .section__in2 ul.listlist {
    border-top: 0px solid #ffffff;
  }
}
#section_qua .section__in2 ul.listlist.last {
  border-bottom: 1px solid #fff;
}
#section_qua .section__in2 ul.listlist li {
  width: 48.71%;
  margin-bottom: 3em;
  padding-top: 3em;
}
@media screen and (max-width:800px) {
  #section_qua .section__in2 ul.listlist li {
    margin-bottom: 2em;
    padding-top: 2em;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
#section_qua .section__in2 ul.listlist li .tl01 {
  margin-bottom: 0.5em;
}
#section_qua .section__in2 ul.listlist li .base_t {
  line-height: 160%;
  margin-bottom: 1em;
}
#section_qua .section__in2 ul.listlist li figcaption {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}

#section13 {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#section13 figcaption {
  width: 100%;
  padding: 5px 10px 0 0;
  color: #9E8969;
  text-align: right;
}
#section13 .last_copy {
  width: 100%;
  text-align: center;
  padding-top: 100px;
}

#lastbox {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #lastbox {
    padding-bottom: 100px;
  }
}
#lastbox .captext {
  width: 90%;
  max-width: 1100px;
  line-height: 160%;
  margin: 0 auto 40px auto;
}
#lastbox .telbox {
  width: 80%;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#lastbox .company_area {
  width: 90%;
  max-width: 700px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #lastbox .company_area {
    width: 100%;
  }
}
#lastbox .company_area .comp01 {
  width: 28%;
  margin-right: 5%;
}
@media screen and (max-width:800px) {
  #lastbox .company_area .comp01 {
    width: 38%;
    margin-right: 5%;
  }
}
#lastbox .company_area .comp03 {
  width: 28.5%;
  margin-left: 5%;
}
@media screen and (max-width:800px) {
  #lastbox .company_area .comp03 {
    width: 40%;
    margin-left: 5%;
  }
}

.boan_back_section {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 100px 0;
}
.boan_back_section.lastin {
  padding: 60px 0 80px 0;
}
@media screen and (max-width:800px) {
  .boan_back_section.lastin {
    padding: 40px 0;
  }
}
.boan_back_section.lastin2 {
  padding: 60px 0 120px 0;
}
@media screen and (max-width:800px) {
  .boan_back_section.lastin2 {
    padding: 40px 0 60px 0;
  }
}
.boan_back_section.lastin3 {
  padding: 30px 0 150px 0;
}
@media screen and (max-width:800px) {
  .boan_back_section.lastin3 {
    padding: 20px 0 60px 0;
  }
}
@media screen and (max-width:800px) {
  .boan_back_section {
    padding: 40px 0;
  }
}
.boan_back_section ul {
  width: 90%;
  max-width: 585px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boan_back_section ul li.w50 {
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  .boan_back_section ul li.w50 {
    margin-bottom: 8px;
  }
}
.boan_back_section ul li.w50 a {
  /*background-color: #680000;*/
  background: linear-gradient(0deg, rgb(154, 104, 36) 50%, rgb(148, 97, 39) 50.1%);
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 13px 0 15px 0;
  line-height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width:800px) {
  .boan_back_section ul li.w50 a {
    padding: 10px 0 12px 0;
  }
}
.boan_back_section ul li.w50 a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0%, -50%);
}
.boan_back_section ul li.w100 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  .boan_back_section ul li.w100 {
    margin-bottom: 15px;
  }
}
.boan_back_section ul li.w100 a {
  background-color: #680000;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 13px 0 15px 0;
  line-height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width:800px) {
  .boan_back_section ul li.w100 a {
    padding: 10px 0 12px 0;
  }
}
.boan_back_section ul li.w100 a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0%, -50%);
}
.boan_back_section ul li.w100b {
  width: 100%;
}
.boan_back_section ul li.w100b a {
  background-color: #000;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  display: inline-block;
  padding: 13px 0 15px 0;
  line-height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width:800px) {
  .boan_back_section ul li.w100b a {
    padding: 10px 0 12px 0;
  }
}

/*******************/
h2.change_contena {
  width: 100%;
  text-align: center;
}
h2.change_contena .imgin {
  width: 437px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width:800px) {
  h2.change_contena .imgin {
    width: 72%;
    margin: 0 auto 8px auto;
  }
}
h2.change_contena .minitext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena .minitext {
    font-size: 3.2vw;
    padding-bottom: 10px;
  }
}
h2.change_contena .bigtext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena .bigtext {
    font-size: 4.2vw;
  }
}

h2.change_contena2 {
  width: 100%;
  text-align: center;
}
h2.change_contena2 .imgin {
  width: 416px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width:800px) {
  h2.change_contena2 .imgin {
    width: 70%;
    margin: 0 auto 8px auto;
  }
}
h2.change_contena2 .minitext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena2 .minitext {
    font-size: 3.2vw;
    padding-bottom: 10px;
  }
}
h2.change_contena2 .bigtext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena2 .bigtext {
    font-size: 4.2vw;
  }
}

h2.change_contena3 {
  width: 100%;
  text-align: center;
}
h2.change_contena3 .imgin {
  width: 380px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width:800px) {
  h2.change_contena3 .imgin {
    width: 65%;
    margin: 0 auto 8px auto;
  }
}
h2.change_contena3 .minitext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena3 .minitext {
    font-size: 3.2vw;
    padding-bottom: 10px;
  }
}
h2.change_contena3 .bigtext {
  text-align: center;
}
@media screen and (max-width:800px) {
  h2.change_contena3 .bigtext {
    font-size: 4.2vw;
  }
}

.text_title1 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .text_title1 {
    font-size: 8vw;
  }
}

.text_type1 {
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .text_type1 {
    font-size: 5vw;
  }
}

.text_type2 {
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .text_type2 {
    font-size: 4.2vw;
  }
}

.text_type3 {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .text_type3 {
    font-size: 4vw;
  }
}

.text_normal1 {
  font-size: 17px;
  line-height: 200%;
  text-align: center;
}
.text_normal1.lefttext {
  text-align: left;
}
@media screen and (max-width:800px) {
  .text_normal1 {
    font-size: 3.4vw;
    text-align: left;
  }
}

.text_normal2 {
  font-size: 17px;
  line-height: 200%;
  text-align: left;
}
@media screen and (max-width:800px) {
  .text_normal2 {
    font-size: 3.4vw;
    text-align: left;
  }
}

.cap_text {
  text-align: right;
  width: 100%;
  padding: 5px 15px 0 0;
}

.close_close {
  width: 50px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width:800px) {
  .close_close {
    width: 40px;
  }
}
.close_close:hover {
  cursor: pointer;
}

#sky_contena {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #000;
}
#sky_contena .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #sky_contena .minis {
    font-size: 2.8vw;
  }
}

#p_menu_contena {
  width: 100%;
  padding: 130px 0 200px 0;
  font-family: "Noto Serif JP", serif;
  background-color: #000;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #p_menu_contena {
    padding: 60px 0;
  }
}
#p_menu_contena h3 {
  width: 100%;
  text-align: center;
  z-index: 10;
  line-height: 150%;
  font-weight: 300;
  font-size: 3.4vw;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #p_menu_contena h3 {
    font-size: 4.5vw;
  }
}
#p_menu_contena h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 70px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #p_menu_contena h2 {
    font-size: 3.6vw;
    font-weight: 400;
    margin-bottom: 35px;
  }
}
#p_menu_contena figure.maps {
  width: 96%;
  max-width: 880px;
  margin: 0 auto 160px auto;
}
@media screen and (max-width:800px) {
  #p_menu_contena figure.maps {
    margin: 0 auto 80px auto;
  }
}
#p_menu_contena .plans_text {
  width: 90%;
  max-width: 880px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width:800px) {
  #p_menu_contena .plans_text {
    margin: 0 auto 35px auto;
  }
}
#p_menu_contena ul {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#p_menu_contena ul li {
  margin-bottom: 65px;
  width: 48.35%;
}
#p_menu_contena ul li.long {
  width: 100%;
}
@media screen and (max-width:800px) {
  #p_menu_contena ul li {
    margin-bottom: 40px;
    width: 100%;
  }
}
#p_menu_contena ul h4 {
  text-align: center;
  color: #BEA78B;
  padding: 1.5em 0 0.7em 0;
}
@media screen and (max-width:800px) {
  #p_menu_contena ul h4 {
    font-size: 3.6vw;
  }
}
#p_menu_contena ul p {
  text-align: center;
  color: #fff;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #p_menu_contena ul p {
    font-size: 3.4vw;
    line-height: 180%;
  }
}

#equ_contena {
  width: 100%;
  padding: 0px 0 60px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #equ_contena {
    padding: 0px 0 30px 0;
  }
}
#equ_contena h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 70px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #equ_contena h2 {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 35px;
  }
}
#equ_contena h3 {
  width: 100%;
  text-align: left;
  padding-bottom: 0.4em;
  color: #fff;
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #equ_contena h3 {
    font-size: 3.6vw;
  }
}
#equ_contena .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}
#equ_contena h4.mainstext {
  text-align: center;
  color: #BEA78B;
  padding: 2em 0;
}
@media screen and (max-width:800px) {
  #equ_contena h4.mainstext {
    font-size: 3.6vw;
    padding: 1.2em 0;
  }
}
#equ_contena ul.list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#equ_contena ul.list01 li {
  width: 28.5%;
  margin-bottom: 3em;
}
#equ_contena ul.list01 li figure {
  position: relative;
}
#equ_contena ul.list01 li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 105%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #equ_contena ul.list01 li {
    width: 47.5%;
    margin-bottom: 1.5em;
  }
}
#equ_contena ul.list01 li h4.subtext {
  text-align: center;
  color: #BEA78B;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  min-height: 3.8em;
}
#equ_contena ul.list01 li h4.subtext span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #equ_contena ul.list01 li h4.subtext span {
    line-height: 120%;
  }
}
@media screen and (max-width:800px) {
  #equ_contena ul.list01 li h4.subtext {
    font-size: 3.2vw;
    padding: 0.2em 0 0.05em 0;
    min-height: 3.4em;
  }
}
#equ_contena ul.list01 li p {
  text-align: left;
  line-height: 160%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #equ_contena ul.list01 li p {
    font-size: 2.6vw;
  }
}
#equ_contena .more_equbox {
  width: 100%;
  border: 1px solid #fff;
  padding: 40px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox {
    margin-top: 40px;
    padding: 5vw;
  }
}
#equ_contena .more_equbox .left {
  width: 67.85%;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox .left {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#equ_contena .more_equbox .right {
  width: 27.1%;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox .right {
    width: 100%;
  }
}
#equ_contena .more_equbox h5 {
  text-align: center;
  color: #BEA78B;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox h5 {
    font-size: 3.2vw;
  }
}
#equ_contena .more_equbox .textphoto {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#equ_contena .more_equbox .textphoto .photo {
  width: 33.33%;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox .textphoto .photo {
    display: none;
  }
}
#equ_contena .more_equbox .textphoto .text {
  width: 63.15%;
  color: #fff;
  line-height: 175%;
}
@media screen and (max-width:800px) {
  #equ_contena .more_equbox .textphoto .text {
    width: 100%;
    font-size: 2.8vw;
  }
}

/************************************************************************/
.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -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%);
}

ul.topmoviephoto {
  position: relative;
  width: 100%;
  height: 53.8vw;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
}
ul.topmoviephoto.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  ul.topmoviephoto {
    height: 105vw;
  }
}
ul.topmoviephoto li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
ul.topmoviephoto .texttext {
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 48%;
}
@media screen and (max-width:800px) {
  ul.topmoviephoto .texttext {
    width: 100%;
    text-align: center;
    right: 0%;
    top: 40%;
    font-size: 5vw;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75), 3px -3px 6px rgba(0, 0, 0, 0.9), -3px 3px 6px rgba(0, 0, 0, 0.9);
  }
}
ul.topmoviephoto .inimg01 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/new_pre01_pc.jpg);
  background-position: center;
  background-size: cover;
  transform: scale(1.2);
}
ul.topmoviephoto .inimg01.active {
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  ul.topmoviephoto .inimg01 {
    background-image: url(../images/new_pre01_sp.jpg);
  }
}
ul.topmoviephoto .inimg02 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/new_pre02_pc.jpg);
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
}
ul.topmoviephoto .inimg02.active {
  -webkit-transition: all 7s linear;
  transition: all 7s linear;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  ul.topmoviephoto .inimg02 {
    background-image: url(../images/new_pre02_sp.jpg);
  }
}
ul.topmoviephoto .inimg03 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/new_pre03_pc.jpg);
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
}
ul.topmoviephoto .inimg03.active {
  -webkit-transition: all 7s linear;
  transition: all 7s linear;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  ul.topmoviephoto .inimg03 {
    background-image: url(../images/new_pre03_sp.jpg);
  }
}
ul.topmoviephoto .inimg04 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/new_pre04_pc.jpg?0321);
  background-position: center;
  background-size: cover;
  transform: scale(1.1);
}
ul.topmoviephoto .inimg04.active {
  -webkit-transition: all 7s linear;
  transition: all 7s linear;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  ul.topmoviephoto .inimg04 {
    background-image: url(../images/new_pre04_sp.jpg?0321);
    background-position: center right;
    background-size: cover;
  }
}

.ccwaku {
  position: relative;
}
.ccwaku figcaption {
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
}/*# sourceMappingURL=top.css.map */