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

#section_first {
  width: 50%;
  min-width: 600px;
  height: 50%;
  min-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  #section_first {
    height: 96vw;
    top: 25%;
  }
}
#section_first .section_first_movie {
  object-fit: cover;
}

video {
  vertical-align: bottom;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
  background-color: #000;
  height: auto;
  /*
  &.active1{
  	overflow: hidden;
  	height: 100vh;
  }
  &.active2{
  	overflow: hidden;
  	height: auto;
  }
  */
}

#section_first2 {
  width: 102%;
  height: 102%;
  position: fixed;
  top: -1%;
  left: -1%;
  z-index: 30;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transform: scale(1.25);
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #section_first2 {
    transform: scale(1);
  }
}
#section_first2.active1 {
  opacity: 1;
  transform: scale(1);
}

#section_first2.active {
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#section_first2 .textimg {
  width: 100%;
  height: 110%;
  min-width: 1200px;
  position: absolute;
  top: 45%;
  left: 50%;
  background: url(../images/text_first_pc.svg) no-repeat center;
  background-size: cover;
  /*z-index: 20;*/
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 800px) {
  #section_first2 .textimg {
    top: 0%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 8%) scale(1.25);
    min-width: 0px;
    background: url(../images/text_first_sp.svg) no-repeat center top;
    background-size: cover;
    transition: all 2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  }
  #section_first2 .textimg.active {
    transform: translate(-50%, 0%) scale(1);
  }
}
#section_first2 .scrolltext {
  position: absolute;
  left: 50.2%;
  top: 75%;
  width: 1px;
  height: 40px;
  z-index: 30;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  #section_first2 .scrolltext {
    top: auto;
    bottom: 32.5%;
    /*display: none;*/
  }
}
#section_first2 .scrolltext.active {
  opacity: 1;
}

#section_first2 .scrolltext .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}

#section_first2 .scrolltext .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}

@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%);
  }
}
#section_first2 h2 {
  position: absolute;
  bottom: 50px;
  transform: translate(0%, 0%);
  /*z-index: 40;*/
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  z-index: 25;
}

@media screen and (max-width: 800px) {
  #section_first2 h2 {
    bottom: auto;
    top: 75%;
    /*display: none;*/
  }
}
#section_first2 h2.active {
  opacity: 1;
}

#section_first2 h2 .textsub {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #section_first2 h2 .textsub {
    font-size: 2.8vw;
  }
}
#section_first2 h2 .textmain {
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 36px;
  color: #000;
  line-height: 125%;
}

@media screen and (max-width: 800px) {
  #section_first2 h2 .textmain {
    font-size: 5.8vw;
  }
}
#section_first2 .masktext {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 31;
  background-color: #fff;
  /*
  background : linear-gradient(-240deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1)35%);
  */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 1s linear;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  #section_first2 .masktext {
    top: 0%;
    left: 50%;
    height: 100vh;
    transform: translate(-50%, 0%);
  }
}
#section_first2 .masktext.active {
  opacity: 0;
}

#section_first2 .masktext.active2 {
  opacity: 1;
}

#section01 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section01 {
    height: 96vw;
  }
}
#section01 .photoimg {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/pa_box.png) no-repeat center bottom;
  background-size: cover;
  z-index: 9;
  /*
  .photoimg__in{
  	width: 100%;
  	height: 100%;
  	background: url(../images/pa_box_0.png) no-repeat center bottom;
  	background-size: cover;
  	position: relative;
  	transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  	opacity: 1;
  	&.active{
  		opacity: 0;
  	}
  }
  */
}

@media screen and (max-width: 800px) {
  #section01 .photoimg {
    min-width: 0px;
    background: url(../images/pa_box_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}
#section01 .logotext_black {
  width: 24.7%;
  min-width: 295px;
  position: absolute;
  top: 45.1%;
  left: 49.3%;
  transform: translate(-50%, -50%);
  z-index: 25;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  #section01 .logotext_black {
    width: 50%;
    /*top:44%;*/
    top: 50%;
    min-width: 0px;
  }
}
#section01 .logotext_black.active {
  opacity: 1;
}

#section01 .logotext_black .base {
  opacity: 0;
}

#section01 .logotext_black .base01, #section01 .logotext_black .base02, #section01 .logotext_black .base03, #section01 .logotext_black .base04, #section01 .logotext_black .base05, #section01 .logotext_black .base06, #section01 .logotext_black .base07, #section01 .logotext_black .base08, #section01 .logotext_black .base09, #section01 .logotext_black .base10, #section01 .logotext_black .base11, #section01 .logotext_black .base_last {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#section01 .back_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}

#section01 .back_img .back_img01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/back_main.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 8;
  transform: scale(1);
  transition: all 20s linear;
}

#section01 .back_img .back_img01.active {
  transform: scale(1.25);
}

.htmltest {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 40;
  color: #fff;
  opacity: 0;
}

#new_top {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
  overflow: hidden;
}

#new_top.active {
  opacity: 1;
}

#new_top .logos {
  width: 21.83%;
  position: absolute;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  #new_top .logos {
    width: 45%;
  }
}
#new_top .base_text {
  font-size: 1.2vw;
  line-height: 260%;
  position: absolute;
  left: 50%;
  /*top:38.55%;*/
  top: 45%;
  transform: translate(-50%, 0%);
  text-align: center;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 800px) {
  #new_top .base_text {
    display: none;
  }
}
#sp_new_top {
  width: 100%;
  background-color: #fff;
  padding: 35px 0;
  font-family: "Noto Serif JP", serif;
  display: none;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #sp_new_top {
    display: block;
  }
}
#sp_new_top .base_text {
  line-height: 220%;
  text-align: center;
  font-size: 3.4vw;
}

#section02 {
  width: 100%;
  padding: 25px 0 20px 0;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  #section02 {
    padding: 20px 0 20px 0;
  }
}
#section02 .moretext {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px auto;
}

#section02 .moretext .texts {
  text-align: center;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
  #section02 .moretext .texts {
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    font-size: 6.6vw;
  }
}
#section02 .moretext figure {
  width: 95%;
  margin: 0 auto;
}

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

#section02 h2.firsth2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  margin-bottom: 0.75em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 120%;
}

@media screen and (max-width: 1100px) {
  #section02 h2.firsth2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  #section02 h2.firsth2 {
    font-size: 5vw;
  }
}
#section02 h2.secondh2 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 100%;
}

@media screen and (max-width: 1100px) {
  #section02 h2.secondh2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  #section02 h2.secondh2 {
    font-size: 6vw;
  }
}
#section02 .base_text {
  font-size: 20px;
  line-height: 270%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
  #section02 .base_text {
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #section02 .base_text {
    font-size: 3.6vw;
    line-height: 220%;
  }
}
#section02 .subtext {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  #section02 .subtext {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #section02 .subtext {
    font-size: 3.6vw;
    line-height: 140%;
  }
}
#section02 ul.meritscopy {
  width: 100%;
  max-width: 885px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
  color: #fff;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  #section02 ul.meritscopy {
    font-size: 24px;
    line-height: 120%;
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 800px) {
  #section02 ul.meritscopy {
    font-size: 4.5vw;
    margin: 0 auto 0vw auto;
  }
}
#section02 ul.meritscopy li {
  width: 48.5%;
  /*background : linear-gradient(90deg, rgba(180, 166, 134, 1) 0%, rgba(122, 111, 75, 1) 100%);*/
  background-color: #eeeceb;
  color: #000;
  min-height: 125px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  #section02 ul.meritscopy li {
    min-height: 100px;
    line-height: 120%;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 800px) {
  #section02 ul.meritscopy li {
    width: 100%;
    min-height: 0px;
    padding: 0.75em 0;
    margin-bottom: 10px;
  }
}
#section02 ul.meritscopy li div {
  width: 100%;
  text-align: center;
}

#section02 ul.meritscopy li div.topss {
  padding-top: 0.1em;
}

@media screen and (max-width: 800px) {
  #section02 ul.meritscopy li div.topss {
    padding-top: 0em;
  }
}
#section02 ul.meritscopy li div span {
  font-size: 75%;
}

#section02 ul.meritscopy li div span.pos {
  font-size: 70%;
  line-height: 100%;
  display: inline-block;
  vertical-align: 0.25em;
}

@media screen and (max-width: 800px) {
  #section02 ul.meritscopy li div span.pos {
    vertical-align: 0em;
    font-size: 80%;
  }
}
#section02 .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 0px auto 150px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #section02 .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #section02 .topcv_box {
    width: 100%;
    margin: 0vw auto 50px auto;
    font-size: 3.4vw;
  }
}
#section02 .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

#section02 .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  background-color: #ea5504;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section02 .topcv_box a.topcb_box_item01 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#section02 .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  background-color: #ab1d22;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section02 .topcv_box a.topcb_box_item02 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#section02 .section__in__slider_pc {
  padding: 60px 0 0vw 0;
}

@media screen and (max-width: 800px) {
  #section02 .section__in__slider_pc {
    display: none;
  }
}
#section02 .section__in__slider {
  display: none;
}

@media screen and (max-width: 800px) {
  #section02 .section__in__slider {
    display: block;
    padding: 40px 0 15vw 0;
  }
}
#section02 .bana_contents {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 140px auto;
}

@media screen and (max-width: 800px) {
  #section02 .bana_contents {
    margin: 0 auto 60px auto;
  }
}
#section02 .bana_contents figure.im1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #section02 .bana_contents figure.im1 {
    margin-bottom: 5vw;
  }
}
#section02__under {
  width: 100%;
  padding: 150px 0 20px 0;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  #section02__under {
    padding: 50px 0 20px 0;
  }
}
#section02__under .moretext {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px auto;
}

#section02__under .moretext .texts {
  text-align: center;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
  #section02__under .moretext .texts {
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    font-size: 6.6vw;
  }
}
#section02__under .moretext figure {
  width: 95%;
  margin: 0 auto;
}

#section02__under .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section02__under h2.firsth2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  margin-bottom: 0.75em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 120%;
}

@media screen and (max-width: 1100px) {
  #section02__under h2.firsth2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  #section02__under h2.firsth2 {
    font-size: 5vw;
  }
}
#section02__under h2.secondh2 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 100%;
}

@media screen and (max-width: 1100px) {
  #section02__under h2.secondh2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  #section02__under h2.secondh2 {
    font-size: 6vw;
  }
}
#section02__under .base_text {
  font-size: 20px;
  line-height: 270%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
  #section02__under .base_text {
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #section02__under .base_text {
    font-size: 3.6vw;
    line-height: 220%;
  }
}
#section02__under .subtext {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  #section02__under .subtext {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #section02__under .subtext {
    font-size: 3.6vw;
    line-height: 140%;
  }
}
#section02__under ul.meritscopy {
  width: 100%;
  max-width: 885px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
  color: #fff;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  #section02__under ul.meritscopy {
    font-size: 24px;
    line-height: 120%;
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 800px) {
  #section02__under ul.meritscopy {
    font-size: 4.5vw;
    margin: 0 auto 0vw auto;
  }
}
#section02__under ul.meritscopy li {
  width: 48.5%;
  /*background : linear-gradient(90deg, rgba(180, 166, 134, 1) 0%, rgba(122, 111, 75, 1) 100%);*/
  background-color: #eeeceb;
  color: #000;
  min-height: 125px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  #section02__under ul.meritscopy li {
    min-height: 100px;
    line-height: 120%;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 800px) {
  #section02__under ul.meritscopy li {
    width: 100%;
    min-height: 0px;
    padding: 0.75em 0;
    margin-bottom: 10px;
  }
}
#section02__under ul.meritscopy li div {
  width: 100%;
  text-align: center;
}

#section02__under ul.meritscopy li div.topss {
  padding-top: 0.1em;
}

@media screen and (max-width: 800px) {
  #section02__under ul.meritscopy li div.topss {
    padding-top: 0em;
  }
}
#section02__under ul.meritscopy li div span {
  font-size: 75%;
}

#section02__under ul.meritscopy li div span.pos {
  font-size: 70%;
  line-height: 100%;
  display: inline-block;
  vertical-align: 0.25em;
}

@media screen and (max-width: 800px) {
  #section02__under ul.meritscopy li div span.pos {
    vertical-align: 0em;
    font-size: 80%;
  }
}
#section02__under .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 0px auto 150px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #section02__under .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #section02__under .topcv_box {
    width: 100%;
    margin: 0vw auto 50px auto;
    font-size: 3.4vw;
  }
}
#section02__under .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

#section02__under .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  background-color: #ea5504;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section02__under .topcv_box a.topcb_box_item01 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#section02__under .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  background-color: #ab1d22;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section02__under .topcv_box a.topcb_box_item02 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#section02__under .section__in__slider_pc {
  padding: 60px 0 0vw 0;
}

@media screen and (max-width: 800px) {
  #section02__under .section__in__slider_pc {
    display: none;
  }
}
#section02__under .section__in__slider {
  display: none;
}

@media screen and (max-width: 800px) {
  #section02__under .section__in__slider {
    display: block;
    padding: 40px 0 15vw 0;
  }
}
#section02__under .bana_contents {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 800px) {
  #section02__under .bana_contents {
    margin: 0 auto 50px auto;
  }
}
#section02__under .bana_contents figure.im1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #section02__under .bana_contents figure.im1 {
    margin-bottom: 5vw;
  }
}
#section03 {
  width: 100%;
  padding: 80px 0 60px 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section03 {
    padding: 50px 0;
  }
}
#section03 .backimg {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  background: url(../images/sec03_back.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section03 .backimg {
    background: url(../images/sec03_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section03 .section__in {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#section03 .section__in h3 {
  width: 62%;
  max-width: 650px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 800px) {
  #section03 .section__in h3 {
    width: 90%;
  }
}
#section03 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}

#section03 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section03 .section__in .base_text {
    width: 100%;
    font-size: 3.4vw;
  }
}
#section04 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section04 {
    padding-bottom: 60px;
  }
}
#section04 figure {
  position: relative;
  z-index: 20;
}

#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 {
  width: 29%;
  max-width: 228px;
  margin: 50px auto 25px auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 800px) {
  #section04 .section__in h3 {
    width: 24.5%;
    max-width: 800px;
    margin: 0vw auto 4vw auto;
    padding-top: 40px;
  }
}
#section04 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  line-height: 200%;
}

@media screen and (max-width: 800px) {
  #section04 .section__in h4 {
    font-size: 3.6vw;
    margin-bottom: 40px;
  }
}
#section04 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section04 .section__in .base_text {
    line-height: 180%;
  }
}
#section04 .section__in .subphoto {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}

#section04 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section04 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #E95504;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section04 .botancenter a {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section04 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section04 .pra_line01 {
  left: 5%;
  top: -10%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section04 .pra_line01 {
    left: 2.5%;
  }
}
#section04 .pra_line02 {
  right: 5%;
  top: 35%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section04 .pra_line02 {
    right: 2.5%;
  }
}
#section05 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section05 {
    padding-bottom: 60px;
  }
}
#section05 figure {
  position: relative;
  z-index: 20;
}

#section05 .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) {
  #section05 .section__in {
    width: 100%;
  }
}
#section05 .section__in h3 {
  width: 33.33%;
  max-width: 333px;
  margin: 50px auto 25px auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 800px) {
  #section05 .section__in h3 {
    width: 34%;
    max-width: 800px;
    margin: 0vw auto 4vw auto;
    padding-top: 40px;
  }
}
#section05 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  line-height: 200%;
}

@media screen and (max-width: 800px) {
  #section05 .section__in h4 {
    font-size: 3.6vw;
    margin-bottom: 40px;
  }
}
#section05 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section05 .section__in .base_text {
    line-height: 180%;
  }
}
#section05 .section__in .subphoto {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}

#section05 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section05 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #E95504;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section05 .botancenter a {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section05 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section05 .pra_line01 {
  left: 5%;
  top: 50%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section05 .pra_line01 {
    left: 2.5%;
  }
}
#section05 .pra_line02 {
  right: 5%;
  top: -45%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section05 .pra_line02 {
    right: 2.5%;
  }
}
#section05 .pra_line02mini {
  right: 5%;
  top: -25%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section05 .pra_line02mini {
    right: 2.5%;
  }
}
#section05 .pra_line03 {
  right: 5%;
  top: 85%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section05 .pra_line03 {
    right: 2.5%;
  }
}
#section06 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section06 {
    padding-bottom: 60px;
  }
}
#section06 figure {
  position: relative;
  z-index: 20;
}

#section06 .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) {
  #section06 .section__in {
    width: 100%;
  }
}
#section06 .section__in h3 {
  width: 45.11%;
  max-width: 451px;
  margin: 50px auto 25px auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 800px) {
  #section06 .section__in h3 {
    width: 47%;
    max-width: 800px;
    margin: 0vw auto 4vw auto;
    padding-top: 40px;
  }
}
#section06 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  line-height: 200%;
}

@media screen and (max-width: 800px) {
  #section06 .section__in h4 {
    font-size: 3.6vw;
    margin-bottom: 40px;
  }
}
#section06 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section06 .section__in .base_text {
    line-height: 180%;
  }
}
#section06 .section__in .subphoto {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}

#section06 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section06 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #E95504;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section06 .botancenter a {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section06 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section06 .pra_line01 {
  right: 5%;
  top: 40%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section06 .pra_line01 {
    right: 2.5%;
  }
}
#section06 .pra_line02mini {
  left: 5%;
  top: -25%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section06 .pra_line02mini {
    left: 2.5%;
  }
}
#section06 .pra_line03 {
  left: 5%;
  top: 85%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section06 .pra_line03 {
    left: 2.5%;
  }
}
#section07 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section07 {
    padding-bottom: 60px;
  }
}
#section07 figure {
  position: relative;
  z-index: 20;
}

#section07 .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) {
  #section07 .section__in {
    width: 100%;
  }
}
#section07 .section__in h3 {
  width: 16.2%;
  max-width: 160px;
  margin: 50px auto 25px auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 800px) {
  #section07 .section__in h3 {
    width: 17%;
    max-width: 800px;
    margin: 0vw auto 4vw auto;
    padding-top: 40px;
  }
}
#section07 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  line-height: 200%;
}

@media screen and (max-width: 800px) {
  #section07 .section__in h4 {
    font-size: 3.6vw;
    margin-bottom: 40px;
  }
}
#section07 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section07 .section__in .base_text {
    line-height: 180%;
  }
}
#section07 .section__in .subphoto {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}

#section07 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section07 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #E95504;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section07 .botancenter a {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section07 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section07 .pra_line01 {
  left: 5%;
  top: 50%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section07 .pra_line01 {
    left: 2.5%;
  }
}
#section07 .pra_line02 {
  right: 5%;
  top: -45%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section07 .pra_line02 {
    right: 2.5%;
  }
}
#section07 .pra_line02mini {
  right: 5%;
  top: -25%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section07 .pra_line02mini {
    right: 2.5%;
  }
}
#section07 .pra_line03 {
  right: 5%;
  top: 85%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section07 .pra_line03 {
    right: 2.5%;
  }
}
#section08 {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section08 {
    padding-bottom: 60px;
  }
}
#section08 figure {
  position: relative;
  z-index: 20;
}

#section08 .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) {
  #section08 .section__in {
    width: 100%;
  }
}
#section08 .section__in h3 {
  width: 29%;
  max-width: 228px;
  margin: 50px auto 25px auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 800px) {
  #section08 .section__in h3 {
    width: 40%;
    max-width: 800px;
    margin: 0vw auto 4vw auto;
    padding-top: 40px;
  }
}
#section08 .section__in h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  line-height: 200%;
}

@media screen and (max-width: 800px) {
  #section08 .section__in h4 {
    font-size: 3.6vw;
    margin-bottom: 40px;
  }
}
#section08 .section__in .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #section08 .section__in .base_text {
    line-height: 180%;
  }
}
#section08 .section__in .subphoto {
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}

#section08 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section08 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #E95504;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section08 .botancenter a {
    width: 60%;
    font-size: 3.4vw;
  }
}
#section08 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section08 .pra_line01 {
  right: 5%;
  top: 40%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section08 .pra_line01 {
    right: 2.5%;
  }
}
#section08 .pra_line02mini {
  left: 5%;
  top: -25%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section08 .pra_line02mini {
    left: 2.5%;
  }
}
#section08 .pra_line03 {
  left: 5%;
  top: 85%;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  #section08 .pra_line03 {
    left: 2.5%;
  }
}
#section09 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 50;
  padding: 90px 0 110px 0;
  font-family: "Noto Serif JP", serif;
}

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

#section09 .section__in .ptext {
  padding-top: 7px;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .ptext {
    font-size: 1.8vw;
  }
}
#section09 .section__in .planbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox {
    margin-bottom: 40px;
  }
}
#section09 .section__in .planbox .planboxin1 {
  width: 48.5%;
  max-width: 421px;
}

#section09 .section__in .planbox .planboxin1 h3 {
  width: 100%;
  margin: 0 auto 25px auto;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .planboxin1 h3 {
    margin-bottom: 12px;
  }
}
#section09 .section__in .planbox .planboxin1 h3 figure {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .planboxin1 h3 figure {
    width: 80%;
  }
}
#section09 .section__in .planbox .planboxin2 {
  width: 48.5%;
  max-width: 421px;
}

#section09 .section__in .planbox .planboxin2 h3 {
  width: 100%;
  margin: 0 auto 25px auto;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .planboxin2 h3 {
    margin-bottom: 12px;
  }
}
#section09 .section__in .planbox .planboxin2 h3 figure {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .planboxin2 h3 figure {
    width: 80%;
  }
}
#section09 .section__in .planbox .specbox {
  width: 90%;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .specbox {
    width: 94%;
    margin: 0 auto 20px auto;
  }
}
#section09 .section__in .planbox .specbox .type {
  width: 10.3%;
  margin-left: 2%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .specbox .type {
    margin-left: 0%;
    margin-right: 3%;
  }
}
#section09 .section__in .planbox .specbox .text {
  width: 82%;
}

@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .specbox .text {
    width: 85%;
  }
}
#section09 .section__in .planbox .specbox .text .dlk1 {
  width: 27%;
  margin-bottom: 0.5em;
}

#section09 .section__in .planbox .specbox .text .dlk2 {
  width: 59.45%;
  margin-bottom: 0.5em;
}

#section09 .section__in .planbox .specbox .text .s01 {
  line-height: 160%;
}

@media screen and (max-width: 1200px) {
  #section09 .section__in .planbox .specbox .text .s01 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .specbox .text .s01 {
    font-size: 2.9vw;
  }
}
#section09 .section__in .planbox .specbox .text .s01 .big {
  font-size: 150%;
}

#section09 .section__in .planbox .specbox .text .s02 {
  line-height: 160%;
}

@media screen and (max-width: 1200px) {
  #section09 .section__in .planbox .specbox .text .s02 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 800px) {
  #section09 .section__in .planbox .specbox .text .s02 {
    font-size: 2.9vw;
  }
}
#section09 .botancenter {
  text-align: center;
  position: relative;
  z-index: 30;
}

#section09 .botancenter a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.6em 0;
  width: 330px;
  background-color: #595757;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section09 .botancenter a {
    width: 60%;
  }
}
#section09 .botancenter a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}

#section10 {
  width: 100%;
  background-color: #eeeceb;
  padding: 140px 0;
  font-family: "Noto Serif JP", serif;
}

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

#section10 .section__in h3 {
  width: 28.6%;
  max-width: 246px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 800px) {
  #section10 .section__in h3 {
    width: 47.5%;
  }
}
#section10 .section__in h4 {
  text-align: center;
  margin-bottom: 35px;
}

#section10 .movie_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  #section10 .movie_box {
    width: 90%;
    margin: 0 auto;
  }
}
#section10 .movie_box figure {
  overflow: hidden;
  position: relative;
}

#section10 .movie_box .base {
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}

#section10 .movie_box .ms {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  z-index: 15;
  top: 0;
  left: 0;
}

#section10 .movie_box .sam01 {
  width: 48.6%;
}

@media screen and (max-width: 800px) {
  #section10 .movie_box .sam01 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#section10 .movie_box .sam01 a {
  display: block;
  position: relative;
}

#section10 .movie_box .sam01 a:hover {
  cursor: pointer;
}

#section10 .movie_box .sam01 a:hover .base {
  transform: scale(1.1);
}

#section10 .movie_box .sam01 a:hover .ms {
  opacity: 1;
}

#section10 .movie_box .sam02 {
  width: 48.6%;
}

@media screen and (max-width: 800px) {
  #section10 .movie_box .sam02 {
    width: 100%;
  }
}
#section10 .movie_box .sam02 a {
  display: block;
  position: relative;
}

#section10 .movie_box .sam02 a:hover {
  cursor: pointer;
}

#section10 .movie_box .sam02 a:hover .base {
  transform: scale(1.1);
}

#section10 .movie_box .sam02 a:hover .ms {
  opacity: 1;
}

#section10 .movie_box .icons {
  width: 5.2%;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 20;
}

#section10 .movie_box .text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  letter-spacing: 0.05em;
  z-index: 20;
}

#section10 .movie_box .setut {
  text-align: center;
  padding-top: 0.5em;
}

@media screen and (max-width: 800px) {
  #section10 .movie_box .setut {
    font-size: 2.8vw;
  }
}
.pra_line01 {
  width: 10px;
  height: 490px;
  position: absolute;
}

.pra_line01 .incolor {
  width: 100%;
  height: 490px;
  position: relative;
  background-color: #ea5504;
}

@media screen and (max-width: 800px) {
  .pra_line01 .incolor {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .pra_line01 {
    width: 4px;
    height: 240px;
  }
}
.pra_line02 {
  width: 10px;
  height: 490px;
  position: absolute;
}

.pra_line02 .incolor {
  width: 100%;
  height: 490px;
  position: relative;
  background-color: #ea5504;
}

@media screen and (max-width: 800px) {
  .pra_line02 .incolor {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .pra_line02 {
    width: 4px;
    height: 240px;
  }
}
.pra_line02mini {
  width: 10px;
  height: 340px;
  position: absolute;
}

.pra_line02mini .incolor {
  width: 100%;
  height: 340px;
  position: relative;
  background-color: #ea5504;
}

@media screen and (max-width: 800px) {
  .pra_line02mini .incolor {
    height: 180px;
  }
}
@media screen and (max-width: 800px) {
  .pra_line02mini {
    width: 4px;
    height: 180px;
  }
}
.pra_line03 {
  width: 10px;
  height: 490px;
  position: absolute;
}

.pra_line03 .incolor {
  width: 100%;
  height: 490px;
  position: relative;
  background-color: #ea5504;
}

@media screen and (max-width: 800px) {
  .pra_line03 .incolor {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .pra_line03 {
    width: 4px;
    height: 240px;
  }
}
.pra_line04 {
  width: 10px;
  height: 490px;
  position: absolute;
}

.pra_line04 .incolor {
  width: 100%;
  height: 490px;
  position: relative;
  background-color: #ea5504;
}

@media screen and (max-width: 800px) {
  .pra_line04 .incolor {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .pra_line04 {
    width: 4px;
    height: 240px;
  }
}
.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%;
  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);
    bottom: 32.5%;
  }
}
.scrolltext2.active {
  opacity: 0;
  pointer-events: none;
}

.scrolltext2 .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}

.scrolltext2 .scrolltext__moji.active_pc {
  color: #000;
}

@media screen and (max-width: 800px) {
  .scrolltext2 .scrolltext__moji.active_pc {
    color: #000;
  }
}
.scrolltext2 .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.scrolltext2 .scrolltext__intext.active_pc {
  background-color: #000;
}

@media screen and (max-width: 800px) {
  .scrolltext2 .scrolltext__intext.active_pc {
    background-color: #000;
  }
}
@keyframes scrollmoves {
  0% {
    height: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  30% {
    height: 40px;
    top: 0%;
    transform: translate(0%, 0%);
  }
  100% {
    height: 0;
    top: 100%;
    transform: translate(0%, 0%);
  }
}
h2.top_first {
  position: absolute;
  bottom: 30px;
  transform: translate(0%, 0%);
  z-index: 40;
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  display: none;
}

@media screen and (max-width: 800px) {
  h2.top_first {
    display: block;
    top: 75%;
    opacity: 1;
  }
}
h2.top_first.active {
  opacity: 0;
  pointer-events: none;
}

h2.top_first .textsub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  h2.top_first .textsub {
    font-size: 2.8vw;
  }
}
h2.top_first .textmain {
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 125%;
}

@media screen and (max-width: 800px) {
  h2.top_first .textmain {
    font-size: 5.8vw;
  }
}
.close_close {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 45px;
  margin: 0 0 0px auto;
}

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

#section01_02 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 0px 0;
  color: #000;
}

@media screen and (max-width: 800px) {
  #section01_02 {
    background-color: #fff;
    padding: 40px 0 0px 0;
  }
}
#section01_02 .text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 50px;
  line-height: 140%;
}

@media screen and (max-width: 800px) {
  #section01_02 .text {
    font-size: 7.6vw;
    color: #000;
  }
}
#section_info {
  background-color: #fff;
  padding: 70px 0 100px 0;
}

@media screen and (max-width: 800px) {
  #section_info {
    padding: 40px 0 60px 0;
  }
}
#section_info h3 {
  width: 204px;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 800px) {
  #section_info h3 {
    width: 40%;
    margin: 0 auto 20px auto;
  }
}
#section_info .infobox {
  width: 90%;
  max-width: 800px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 auto;
}

#section_info .dl-horizontal {
  font-family: "Noto Serif JP", serif;
  max-height: 350px;
  overflow-y: scroll;
  padding: 0 15px;
  padding: 40px 0 15px 0;
}

@media screen and (max-width: 800px) {
  #section_info .dl-horizontal {
    font-size: 3.6vw;
    padding: 20px 10px 0 0;
  }
}
#section_info .dl-horizontal dt {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  #section_info .dl-horizontal dt {
    font-size: 3.6vw;
  }
}
#section_info .dl-horizontal dd {
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #section_info .dl-horizontal dd {
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
}
#section_info .dl-horizontal a:hover {
  text-decoration: underline;
}

#section_info .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 100px auto 0px auto;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
  #section_info .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #section_info .topcv_box {
    width: 90%;
    margin: 50px auto 0px auto;
    font-size: 3.4vw;
  }
}
#section_info .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

#section_info .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  background-color: #ea5504;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section_info .topcv_box a.topcb_box_item01 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#section_info .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  background-color: #ab1d22;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #section_info .topcv_box a.topcb_box_item02 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#topbana {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 190px;
  z-index: 990;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  #topbana {
    display: none;
  }
}
#topbana .banalinks {
  display: block;
  position: relative;
  transition: all 0.4s ease-out 0.01s;
  pointer-events: auto;
}

#topbana .banalinks.bt01s {
  margin-bottom: 22px;
}

#topbana .banalinks.bt02s {
  margin-bottom: 0px;
}

#topbana .banalinks.active {
  transform: translate(105%, 0);
}

#topbana .clonebts {
  width: 26px;
  position: absolute;
  z-index: 991;
  top: 0;
  right: 0;
  transition: all 0.4s ease-out 0.01s;
}

#topbana .clonebts:hover {
  cursor: pointer;
  opacity: 0.7;
}

#section02_00 {
  width: 100%;
  padding: 120px 0 0px 0;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

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

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

#section02_00 ul li {
  width: 48.78%;
  max-width: 434px;
  margin-bottom: 21px;
}

@media screen and (max-width: 800px) {
  #section02_00 ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02_00 ul span {
  position: relative;
  display: block;
}

#section02_00 ul span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

#section02_00 ul span::after {
  content: "COMING SOON";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  z-index: 15;
}

@media screen and (max-width: 800px) {
  #section02_00 ul span::after {
    font-size: 5vw;
  }
}
.footer_bukken_contena {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding-top: 0px;
}

@media screen and (max-width: 800px) {
  .footer_bukken_contena {
    padding-top: 0px;
  }
}
.commonFooterBlock #foot_common {
  padding-bottom: 20px;
}

.copyrightBlock {
  padding: 2em 0;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  .copyrightBlock {
    padding: 1em 0 80px 0;
  }
}
.copyrightBlock .l_inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

/****************************************************/
.slick-box-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slick-box-list li.slidin {
  width: 31.56%;
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 50px 50px 40px 50px;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin {
    padding: 10vw 8vw;
  }
}
.slick-box-list li.slidin a.inbox {
  display: block;
  color: #333;
  text-decoration: none;
}

.slick-box-list li.slidin figure.title {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin figure.title {
    margin-bottom: 2vw;
  }
}
.slick-box-list li.slidin figure {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin figure {
    margin-bottom: 1.5vw;
  }
}
.slick-box-list li.slidin h4 {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin h4 {
    margin-bottom: 1em;
  }
}
.slick-box-list li.slidin h4 figure img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slick-box-list li.slidin h4 span.type2 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  width: 115%;
  margin-left: -7.5%;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin h4 span.type2 {
    font-size: 3.8vw;
    width: 100%;
    margin-left: 0%;
  }
}
.slick-box-list li.slidin h4 span.type3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  width: 125%;
  margin-left: -12.5%;
  padding-bottom: 0.975em;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin h4 span.type3 {
    font-size: 3.8vw;
    width: 125%;
    margin-left: -12.5%;
    display: block;
  }
}
.slick-box-list li.slidin .base_text {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  border-bottom: 1px solid #333;
  color: #000 !important;
}

@media screen and (max-width: 800px) {
  .slick-box-list li.slidin .base_text {
    font-size: 3.8vw;
    width: 100%;
    color: #000;
  }
}
.slick-box-list_pc {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slick-box-list_pc li.slidin {
  width: 47.75%;
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 50px 50px 40px 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin {
    padding: 10vw 8vw;
  }
}
.slick-box-list_pc li.slidin a.inbox {
  display: block;
  color: #333;
  text-decoration: none;
}

.slick-box-list_pc li.slidin figure.title {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin figure.title {
    margin-bottom: 2vw;
  }
}
.slick-box-list_pc li.slidin figure {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin figure {
    margin-bottom: 1.5vw;
  }
}
.slick-box-list_pc li.slidin h4 {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin h4 {
    margin-bottom: 1em;
  }
}
.slick-box-list_pc li.slidin h4 figure img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slick-box-list_pc li.slidin h4 span.type2 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  width: 115%;
  margin-left: 0%;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin h4 span.type2 {
    font-size: 3.8vw;
    width: 100%;
    margin-left: 0%;
  }
}
.slick-box-list_pc li.slidin h4 span.type3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  width: 125%;
  padding-bottom: 0.975em;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin h4 span.type3 {
    font-size: 3.8vw;
    width: 125%;
    margin-left: -12.5%;
    display: block;
  }
}
.slick-box-list_pc li.slidin .base_text {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  border-bottom: 1px solid #333;
  color: #000 !important;
}

@media screen and (max-width: 800px) {
  .slick-box-list_pc li.slidin .base_text {
    font-size: 3.8vw;
    width: 100%;
    color: #000;
  }
}
#new_infos_bana {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0 0;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 800px) {
  #new_infos_bana {
    padding: 30px 0 0px 0;
    background-color: #fff;
  }
}
#new_infos_bana .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

#new_infos_bana h2 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 0.55em;
}

@media screen and (max-width: 800px) {
  #new_infos_bana h2 {
    font-size: 4.25vw;
    margin-bottom: 1em;
  }
}
#new_infos_bana p {
  padding-top: 5px;
  font-size: 11px;
  line-height: 160%;
}

#new_infos_bana .dinks {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .dinks {
    margin-bottom: 20px;
  }
}
#new_infos_bana .dinks2 {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .dinks2 {
    margin-bottom: 20px;
  }
}
#new_infos_bana .dinks3 {
  width: 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .dinks3 {
    padding-bottom: 60px;
  }
}
#new_infos_bana .info08ver {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 25px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .info08ver {
    margin-bottom: 60px;
  }
}
#new_infos_bana .info08ver .base01 {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #000;
  font-size: 34px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .info08ver .base01 {
    font-size: 4.25vw;
    margin-bottom: 0.7em;
    padding-bottom: 0.65em;
  }
}
#new_infos_bana .info08ver .base02 {
  text-align: center;
  font-size: 34px;
  padding-bottom: 1.25em;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .info08ver .base02 {
    font-size: 6vw;
    padding-bottom: 1.2em;
  }
}
#new_infos_bana .info08ver figure {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .info08ver figure {
    width: 80%;
    margin: 0 auto;
  }
}
#new_infos_bana .infonew {
  width: 100%;
  margin: 70px auto 60px auto;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .infonew {
    margin: 40px auto 40px auto;
  }
}
#new_infos_bana .infonew .base01 {
  text-align: center;
  padding-bottom: 0.6em;
  margin-bottom: 0.35em;
  border-bottom: 1px solid #000;
  font-size: 52px;
  color: #C06927;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .infonew .base01 {
    font-size: 7.4vw;
    padding-bottom: 0.6em;
    margin-bottom: 0.35em;
  }
}
#new_infos_bana .infonew .base02 {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .infonew .base02 {
    font-size: 3.75vw;
    line-height: 160%;
  }
}
#new_infos_bana .bana_east {
  width: 100%;
  margin: 0 auto 0 auto;
}

#new_infos_bana .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 85px auto 150px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #new_infos_bana .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #new_infos_bana .topcv_box {
    width: 100%;
    margin: 7.5vw auto 50px auto;
    font-size: 3.4vw;
  }
}
#new_infos_bana .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

#new_infos_bana .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  background-color: #ea5504;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .topcv_box a.topcb_box_item01 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#new_infos_bana .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  background-color: #ab1d22;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #new_infos_bana .topcv_box a.topcb_box_item02 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#top_202309ver {
  overflow: hidden;
  position: relative;
}

#top_202309ver .mainps {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.15);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

#top_202309ver .mainps.active {
  opacity: 1;
  transform: scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

#top_202309ver h2 {
  position: absolute;
  width: 28.33%;
  z-index: 5;
  top: 29.8%;
  left: 65.66%;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#top_202309ver h2.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #top_202309ver h2 {
    width: 14.26%;
    top: 10%;
    left: 74.5%;
  }
}
#top_202309ver .textunders {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.66vw 0;
  z-index: 5;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#top_202309ver .textunders.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #top_202309ver .textunders {
    padding: 3.5vw 0;
  }
}
#top_202309ver .textunders figure {
  width: 74%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #top_202309ver .textunders figure {
    width: 90%;
  }
}
#head_spacer {
  height: 60px;
}

@media screen and (max-width: 800px) {
  #head_spacer {
    height: 50px;
  }
}
#top_202401ver {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
  height: calc(100vh - 60px);
  /***introbox***/
}

@media screen and (max-width: 800px) {
  #top_202401ver {
    height: calc(100vh - 50px);
  }
}
#top_202401ver .contents01 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eeefef;
  z-index: 25;
  transition: all 0.8s ease-out 0.01s;
  opacity: 1;
}

#top_202401ver .contents01.active {
  opacity: 1;
}

#top_202401ver .contents01__text01 {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 28;
  top: 50%;
  transform: translate(0, -50%) scale(1.1);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.15em;
  transition: all 1.4s ease-out 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text01 {
    transform: translate(0%, -52%) scale(1.1);
  }
}
#top_202401ver .contents01__text01.active {
  opacity: 1;
  transform: ranslate(0, -50%) scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text01.active {
    transform: translate(0%, -52%) scale(1);
  }
}
#top_202401ver .contents01__text01.active2 {
  opacity: 0;
  transform: ranslate(0, -50%) scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text01.active2 {
    transform: translate(0%, -52%) scale(1);
  }
}
@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text01 {
    font-size: 6vw;
  }
}
#top_202401ver ul.contents02 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 26;
  transition: all 1.5s ease-out 0.01s;
  opacity: 0;
}

#top_202401ver ul.contents02.active {
  opacity: 1;
}

#top_202401ver ul.contents02 li.contents02_01 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: url(../images/top2024/top2024ver_back01.jpg) no-repeat center;
  background-size: cover;
  transition: all 3.5s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  opacity: 1;
}

#top_202401ver ul.contents02 li.contents02_01.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #top_202401ver ul.contents02 li.contents02_01 {
    background: url(../images/top2024/top2024ver_back01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#top_202401ver ul.contents02 li.contents02_02 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: url(../images/top2024/top2024ver_back02.jpg) no-repeat center;
  background-size: cover;
  transition: all 3.5s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  opacity: 0;
}

#top_202401ver ul.contents02 li.contents02_02.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #top_202401ver ul.contents02 li.contents02_02 {
    background: url(../images/top2024/top2024ver_back02_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#top_202401ver ul.contents02 li.contents02_03 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  background: url(../images/top2024/top2024ver_back03.jpg) no-repeat center;
  background-size: cover;
  transition: all 3.5s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  opacity: 0;
}

#top_202401ver ul.contents02 li.contents02_03.active {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #top_202401ver ul.contents02 li.contents02_03 {
    background: url(../images/top2024/top2024ver_back03_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#top_202401ver .contents03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}

#top_202401ver .contents03.active {
  opacity: 1;
}

#top_202401ver .contents03 .base {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/top2024/new_back02_pc.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1.075);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents03 .base {
    background: url(../images/top2024/new_back02_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#top_202401ver .contents03 .base.active {
  transform: scale(1.005);
  transition: all 5s linear 0s;
}

#top_202401ver .contents01__text02 {
  width: 70%;
  max-width: 850px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.15);
  -ms-filter: blur(6px);
  filter: blur(6px);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.15em;
  z-index: 40;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text02 {
    width: 85%;
    max-width: 800px;
    transform: translate(-50%, -52%) scale(1);
  }
}
#top_202401ver .contents01__text02.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text02.active {
    transform: translate(-50%, -52%) scale(1);
  }
}
#top_202401ver .contents01__text02.active2 {
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text02.active2 {
    transform: translate(-50%, -52%) scale(1);
  }
}
#top_202401ver .contents01__text03 {
  width: 39%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.15em;
  z-index: 50;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#top_202401ver .contents01__text03.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text03.active {
    transform: translate(-50%, -57.5%) scale(1);
  }
}
#top_202401ver .contents01__text03.active2 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text03.active2 {
    opacity: 0;
    transform: translate(-50%, -57.5%) scale(1);
  }
}
@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text03 {
    width: 84%;
    max-width: 800px;
    transform: translate(-50%, -57.5%) scale(1.1);
  }
}
#top_202401ver .contents04 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eeefef;
  z-index: 45;
  transition: all 1.25s linear 0.01s;
  opacity: 0;
  background: url(../images/top2024/topnew_main_pc.jpg) no-repeat center;
  background-size: cover;
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents04 {
    background: url(../images/top2024/topnew_main_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#top_202401ver .contents04.active {
  opacity: 1;
  transform: scale(1);
}

#top_202401ver .contents04.active2 {
  opacity: 0;
  -ms-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1);
  transition: all 1.6s linear 0.01s;
}

#top_202401ver .contents01__text04 {
  width: 81.25%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.15);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.15em;
  z-index: 50;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

#top_202401ver .contents01__text04.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text04.active {
    transform: translate(-50%, -52%) scale(1);
  }
}
@media screen and (max-width: 800px) {
  #top_202401ver .contents01__text04 {
    width: 84%;
    max-width: 800px;
    transform: translate(-50%, -52%) scale(1.15);
  }
}
#top_202401ver .introbox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 75;
  top: 0;
  left: 0;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  background-color: #000;
}

#top_202401ver .introbox.active {
  opacity: 0;
}

#top_202401ver .introbox .text01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
  /*max-width: 384px;*/
  max-width: 600px;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media screen and (max-width: 800px) {
  #top_202401ver .introbox .text01 {
    /*width: 59%;*/
    width: 80%;
  }
}
#top_202401ver .introbox .text01.active {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

#top_202401ver .introbox .text02a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) scale(1.8);
  -ms-filter: blur(10px);
  filter: blur(10px);
  width: 30.33%;
  max-width: 364px;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  #top_202401ver .introbox .text02a {
    width: 50%;
    max-width: 400px;
  }
}
#top_202401ver .introbox .text02a.active {
  transform: translate(-50%, -60%) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

#top_202401ver .introbox .text02a.active2 {
  transform: translate(-50%, -60%) scale(1);
  transition: all 3s cubic-bezier(0.12, 0, 0.39, 0) 0.01s;
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

#top_202401ver .introbox .text02a.active3 {
  transform: translate(-50%, -60%) scale(1);
  transition: all 1.25s ease-out 0.01s;
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
}

#top_202401ver .introbox .text02a .base {
  position: relative;
  z-index: 77;
}

#top_202401ver .introbox .text02a .base2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 75;
  -ms-filter: blur(0px);
  filter: blur(0px);
  transition: all 1.2s linear 0.01s;
}

#top_202401ver .introbox .text02a .base2.active {
  -ms-filter: blur(15px);
  filter: blur(15px);
}

#top_202401ver .introbox .text02b {
  position: absolute;
  top: 143%;
  left: 50%;
  transform: translate(-50%, 0%) scale(1);
  width: 78.5%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media screen and (max-width: 800px) {
  #top_202401ver .introbox .text02b {
    width: 79.7%;
    top: 122%;
  }
}
#top_202401ver .introbox .text02b.active {
  opacity: 1;
  transform: translate(-50%, 0%) scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

#top_202401ver .introbox .text03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41.6%;
  max-width: 500px;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -ms-filter: blur(10px);
  filter: blur(10px);
}

@media screen and (max-width: 800px) {
  #top_202401ver .introbox .text03 {
    width: 76%;
  }
}
#top_202401ver .introbox .text03.active {
  opacity: 1;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

/***************************************/
.anime01 {
  clip-path: inset(0% 0% 100% 0 round 0px);
}

.anime01.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  .anime01.active {
    transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime02 {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime02.active {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1.4s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  .anime02.active {
    transition: clip-path 1.4s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime03 {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime03.active {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  .anime03.active {
    transition: clip-path 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime04 {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime04.active {
  clip-path: inset(100% 0% 0% 0% round 0px);
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}

@media screen and (max-width: 800px) {
  .anime04.active {
    transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
/****************************/
.anime_a_time2_stop {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1s linear 0.01s;
}

@media screen and (max-width: 800px) {
  .anime_a_time2_stop {
    transition: clip-path 1s linear 0.01s;
  }
}
.anime_a_time2_stop.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

/********************************************************/
#topnew_section02 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  /*background-color: #fff;*/
  color: white;
  background: black;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 800px) {
  #topnew_section02 {
    /*padding: 75px 0;*/
    padding: 30px 0;
  }
}
#topnew_section02 .text01 {
  text-align: center;
  margin-bottom: 100px;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .text01 {
    /*margin-bottom: 60px;*/
    margin-bottom: 30px;
  }
}
#topnew_section02 .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

#topnew_section02 .bukken_title {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}

#topnew_section02 .bukken_title2 {
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 100px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .bukken_title2 {
    margin-top: 60px;
  }
}
#topnew_section02 .botantext {
  border-top: 1px solid #999;
  padding: 15px 0 90px 0;
  /*border-bottom: 1px solid #999;*/
  text-align: center;
}

#topnew_section02 .botantext .textcolor {
  text-align: center;
  /*color: #004098;*/
  color: white;
  margin-bottom: 0.5em;
  font-weight: 500;
}

#topnew_section02 .botantext .textcolor .color-gold {
  color: #b0955d;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .botantext .textcolor {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section02 .botantext .textcolor .f40 {
    line-height: 6.4vw;
  }
}
#topnew_section02 .botantext .textcolor .nocolor {
  color: #333;
  display: inline-block;
  padding-top: 0.25em;
}

#topnew_section02 .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 0.25em auto 0px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #topnew_section02 .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section02 .topcv_box {
    width: 100%;
    margin: 0vw auto 0px auto;
    font-size: 4.6vw;
    flex-wrap: wrap;
  }
}
#topnew_section02 .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .topcv_box a {
    width: 100%;
  }
}
#topnew_section02 .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  /*background-color: #222;*/
  background: #947748;
  color: #fff;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .topcv_box a.topcb_box_item01 {
    padding: 0.6em 0.5em 0.7em 0.5em;
  }
}
/*#topnew_section02 .topcv_box a.topcb_box_item01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(3, 9, 70) 0%, rgba(255, 255, 255, 0) 50%, rgb(3, 9, 70) 100%);
  opacity: 0.3;
}*/
#topnew_section02 .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  /*background-color: #004098;*/
  background: #752c39;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #topnew_section02 .topcv_box a.topcb_box_item02 {
    padding: 0.6em 0.5em 0.7em 0.5em;
    margin-bottom: 8px;
  }
}
#topnew_section03 {
  width: 100%;
  display: inline-block;
  margin-bottom: 140px;
}

@media screen and (max-width: 800px) {
  #topnew_section03 {
    margin-bottom: 60px;
  }
}
#topnew_section03_a, #topnew_section03_b {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
}

#topnew_section03_a .imgback, #topnew_section03_b .imgback {
  position: relative;
  z-index: 15;
  width: 100%;
}

#topnew_section03_a .imgback .imgsbacks, #topnew_section03_b .imgback .imgsbacks {
  width: 100%;
  overflow: hidden;
}

#topnew_section03_a .tabs, #topnew_section03_b .tabs {
  width: 178px;
  position: absolute;
  z-index: 20;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 800px) {
  #topnew_section03_a .tabs, #topnew_section03_b .tabs {
    width: 27.5%;
  }
}
#topnew_section03_a .mainname01, #topnew_section03_b .mainname01 {
  width: 27.91%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  #topnew_section03_a .mainname01, #topnew_section03_b .mainname01 {
    width: 82%;
    top: 29%;
  }
}
#topnew_section03_a .mainname02, #topnew_section03_b .mainname02 {
  width: 17.5%;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  #topnew_section03_a .mainname02, #topnew_section03_b .mainname02 {
    width: 50%;
    top: 29%;
  }
}
#topnew_section03_a .textmore1, #topnew_section03_b .textmore1 {
  position: absolute;
  bottom: 25px;
  left: 35px;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  #topnew_section03_a .textmore1, #topnew_section03_b .textmore1 {
    bottom: 2.2727272727vw;
    left: 3.1818181818vw;
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section03_a .textmore1, #topnew_section03_b .textmore1 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0.45em 0 0.55em 0;
    bottom: auto;
    left: auto;
    font-size: 5.8vw;
  }
}
#topnew_section03_a .textmore2, #topnew_section03_b .textmore2 {
  position: absolute;
  bottom: 25px;
  right: 35px;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  #topnew_section03_a .textmore2, #topnew_section03_b .textmore2 {
    bottom: 2.2727272727vw;
    right: 3.1818181818vw;
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section03_a .textmore2, #topnew_section03_b .textmore2 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0.45em 0 0.55em 0;
    bottom: auto;
    right: auto;
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section03_b {
    padding-bottom: 50px;
  }
}
#topnew_section04 {
  width: 100%;
  padding: 70px 0 70px 0;
  position: relative;
  z-index: 20;
  font-family: "Noto Serif JP", serif;
  /*background-color: #F2F2F3;*/
  color: white;
}

@media screen and (max-width: 800px) {
  #topnew_section04 {
    padding: 50px 0 50px 0;
  }
}
#topnew_section04 .moretext {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px auto;
}

#topnew_section04 .moretext .texts {
  text-align: center;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .moretext .texts {
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    font-size: 6.6vw;
  }
}
#topnew_section04 .moretext figure {
  width: 95%;
  margin: 0 auto;
}

#topnew_section04 .section__in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#topnew_section04 h2.firsth2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #b0955d;
}

@media screen and (max-width: 800px) {
  #topnew_section04 h2.firsth2 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
#topnew_section04 h2.secondh2 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0.5em;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 100%;
}

@media screen and (max-width: 1100px) {
  #topnew_section04 h2.secondh2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 h2.secondh2 {
    font-size: 6vw;
  }
}
#topnew_section04 .base_text {
  font-size: 20px;
  line-height: 270%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 .base_text {
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 .base_text {
    font-size: 3.6vw;
    line-height: 220%;
  }
}
#topnew_section04 .subtext {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 .subtext {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 .subtext {
    font-size: 3.6vw;
    line-height: 140%;
  }
}
#topnew_section04 ul.meritscopy {
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0px auto;
  color: #fff;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 ul.meritscopy {
    font-size: 24px;
    line-height: 120%;
    margin: 0 auto 0px auto;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy {
    font-size: 4.2vw;
    margin: 0 auto 0vw auto;
  }
}
#topnew_section04 ul.meritscopy li {
  width: 50%;
  /*color: #000;*/
  color: white;
  min-height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 120%;
  border-left: 1px solid #999;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 ul.meritscopy li {
    min-height: 85px;
    line-height: 120%;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li {
    width: 100%;
    min-height: 0px;
    padding: 0.9em 0;
    margin-bottom: 0px;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
  }
}
#topnew_section04 ul.meritscopy li:nth-child(2n) {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li:nth-child(2n) {
    border-right: 0px solid #999;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li:last-child {
    border-bottom: 1px solid #999;
  }
}
#topnew_section04 ul.meritscopy li div {
  width: 100%;
  text-align: center;
}

#topnew_section04 ul.meritscopy li div.topss {
  padding-top: 0.1em;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li div.topss {
    padding-top: 0em;
  }
}
#topnew_section04 ul.meritscopy li div span.minipc {
  font-size: 75%;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li div span.minipc {
    display: none;
  }
}
#topnew_section04 ul.meritscopy li div span.minisp {
  display: none;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li div span.minisp {
    font-size: 50%;
    display: inline-block;
    text-align: center;
    line-height: 110%;
  }
}
#topnew_section04 ul.meritscopy li div span.pos {
  font-size: 70%;
  line-height: 100%;
  display: inline-block;
  vertical-align: 0.25em;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li div span.pos {
    vertical-align: 0em;
    font-size: 80%;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy li div.spfont {
    font-size: 6vw;
  }
}
/*np21追加分*/
#topnew_section04 ul.meritscopy-under {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 ul.meritscopy-under {
    line-height: 120%;
    margin: 0 auto 0px auto;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under {
    font-size: 4.2vw;
    margin: 0 auto 0vw auto;
  }
}
#topnew_section04 ul.meritscopy-under li {
  width: 25%;
  /*color: #000;*/
  color: white;
  min-height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 120%;
  border-left: 1px solid #999;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 ul.meritscopy-under li {
    min-height: 85px;
    line-height: 120%;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li {
    width: 100%;
    min-height: 0px;
    padding: 0.9em 0;
    margin-bottom: 0px;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
  }
}
#topnew_section04 ul.meritscopy-under li:nth-child(2n) {
  border-right: 1px solid #999;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li:nth-child(2n) {
    border-right: 0px solid #999;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li:last-child {
    border-bottom: 1px solid #999;
  }
}
#topnew_section04 ul.meritscopy-under li div {
  width: 100%;
  text-align: center;
}

#topnew_section04 ul.meritscopy-under li div.topss {
  padding-top: 0.1em;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li div.topss {
    padding-top: 0em;
  }
}
#topnew_section04 ul.meritscopy-under li div span.minipc {
  font-size: 75%;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li div span.minipc {
    display: none;
  }
}
#topnew_section04 ul.meritscopy-under li div span.minisp {
  display: none;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li div span.minisp {
    font-size: 50%;
    display: inline-block;
    text-align: center;
    line-height: 110%;
  }
}
#topnew_section04 ul.meritscopy-under li div span.pos {
  font-size: 70%;
  line-height: 100%;
  display: inline-block;
  vertical-align: 0.25em;
}

@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li div span.pos {
    vertical-align: 0em;
    font-size: 80%;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 ul.meritscopy-under li div.spfont {
    font-size: 6vw;
  }
}
/*np21追加分*/
#topnew_section04 .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 0px auto 150px auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #topnew_section04 .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section04 .topcv_box {
    width: 100%;
    margin: 0vw auto 50px auto;
    font-size: 3.4vw;
  }
}
#topnew_section04 .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

#topnew_section04 .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  background-color: #ea5504;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .topcv_box a.topcb_box_item01 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#topnew_section04 .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  background-color: #ab1d22;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .topcv_box a.topcb_box_item02 {
    padding: 0.7em 0.5em 0.8em 0.5em;
  }
}
#topnew_section04 .section__in__slider_pc {
  padding: 60px 0 0vw 0;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .section__in__slider_pc {
    display: none;
  }
}
#topnew_section04 .section__in__slider {
  display: none;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .section__in__slider {
    display: block;
    padding: 40px 0 15vw 0;
  }
}
#topnew_section04 .bana_contents {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 140px auto;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .bana_contents {
    margin: 0 auto 60px auto;
  }
}
#topnew_section04 .bana_contents figure.im1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #topnew_section04 .bana_contents figure.im1 {
    margin-bottom: 5vw;
  }
}
#topnew_section_info {
  /*background-color: #f2f2f3;*/
  background: #1e1e1e;
  padding: 70px 0 100px 0;
}

@media screen and (max-width: 800px) {
  #topnew_section_info {
    padding: 40px 0 60px 0;
  }
}
#topnew_section_info h3 {
  width: 150px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 800px) {
  #topnew_section_info h3 {
    width: 34%;
    margin: 0 auto 40px auto;
  }
}
#topnew_section_info .infobox_all {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}

#topnew_section_info .infobox_waku {
  /*width: 46.5%;*/
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .infobox_waku {
    width: 100%;
  }
}
#topnew_section_info .infobox_waku .infotitle01 {
  /*color: #004098;*/
  color: #b0955d;
  text-align: center;
  padding-bottom: 0.75em;
  font-family: "Noto Serif JP", serif;
}

#topnew_section_info .infobox_waku .infotitle02 {
  color: #004098;
  text-align: center;
  padding-bottom: 0.75em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .infobox_waku .infotitle02 {
    padding-top: 80px;
  }
}
#topnew_section_info .infobox {
  width: 100%;
  max-width: 900px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .infobox {
    width: 100%;
  }
}
#topnew_section_info .dl-horizontal {
  font-family: "Noto Serif JP", serif;
  max-height: 280px;
  overflow-y: scroll;
  padding: 0 15px;
  padding: 40px 0 15px 0;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .dl-horizontal {
    font-size: 3.6vw;
    padding: 20px 10px 0 0;
  }
}
#topnew_section_info .dl-horizontal dt {
  color: white;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .dl-horizontal dt {
    font-size: 3.6vw;
  }
}
#topnew_section_info .dl-horizontal dd {
  color: white;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 160%;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .dl-horizontal dd {
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
}
#topnew_section_info .dl-horizontal a:hover {
  text-decoration: underline;
}

#topnew_section_info .textz {
  text-align: center;
  margin-bottom: 1.25em;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .textz {
    margin-top: 60px;
  }
}
#topnew_section_info .topcv_box {
  width: 100%;
  max-width: 590px;
  margin: 0.25em auto 0px auto;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1200px) {
  #topnew_section_info .topcv_box {
    width: 525px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  #topnew_section_info .topcv_box {
    width: 90%;
    margin: 0vw auto 0px auto;
    font-size: 4.6vw;
    flex-wrap: wrap;
  }
}
#topnew_section_info .topcv_box a {
  display: block;
  width: 48.55%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .topcv_box a {
    width: 100%;
  }
}
#topnew_section_info .topcv_box a.topcb_box_item01 {
  padding: 0.55em 1.5em 0.55em 1.5em;
  /*background-color: #222;*/
  background-color: #947748;
  color: #fff;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .topcv_box a.topcb_box_item01 {
    padding: 0.6em 0.5em 0.7em 0.5em;
  }
}
/*#topnew_section_info .topcv_box a.topcb_box_item01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(3, 9, 70) 0%, rgba(255, 255, 255, 0) 50%, rgb(3, 9, 70) 100%);
  opacity: 0.3;
}*/
#topnew_section_info .topcv_box a.topcb_box_item02 {
  padding: 0.55em 3em 0.55em 3em;
  /*background-color: #004098;*/
  background: #752c39;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #topnew_section_info .topcv_box a.topcb_box_item02 {
    padding: 0.6em 0.5em 0.7em 0.5em;
    margin-bottom: 8px;
  }
}
/*****************************************/
.prebana {
  margin: 15px 0 20px 0;
}

/*****************************************/
#section_movie {
  width: 100%;
  /*background-color: #F2F2F3;*/
  background: #1e1e1e;
  padding-bottom: 90px;
}

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

@media screen and (max-width: 800px) {
  #section_movie .section__in {
    width: 100%;
    max-width: 800px;
    padding: 0 12.5vw;
  }
}
#section_movie h3 {
  width: 47%;
  max-width: 228px;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 800px) {
  #section_movie h3 {
    margin: 0 auto 20px auto;
  }
}
#section_movie .movie_waku {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .slick-list {
    overflow: visible;
  }
}
#section_movie .movie_waku .next2 {
  width: 7%;
  position: absolute;
  right: 0;
  top: 180px;
  z-index: 15;
  transform: translate(0, -50%);
  display: none;
}

#section_movie .movie_waku .next2:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .next2 {
    display: block;
    width: 12%;
    top: 50%;
    right: -6%;
    transform: translate(0, -50%);
  }
}
#section_movie .movie_waku .prev2 {
  width: 7%;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 15;
  transform: translate(0, -50%);
  display: none;
}

#section_movie .movie_waku .prev2:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .prev2 {
    display: block;
    width: 12%;
    top: 50%;
    left: -6%;
    transform: translate(0, -50%);
  }
}
#section_movie .movie_waku .inlist {
  padding: 0 10px;
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .inlist {
    padding: 0 20px;
  }
}
#section_movie .movie_waku .photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 0px;
  /*background: url(../images/slide_back01.jpg)no-repeat center;*/
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .photo {
    /*padding: 1.5vw;*/
  }
}
#section_movie .movie_waku .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

#section_movie .movie_waku .photo a {
  display: block;
  position: relative;
  z-index: 30;
}

#section_movie .movie_waku .photo a:hover > .movie_sam figure {
  transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  #section_movie .movie_waku .photo a:hover > .movie_sam figure {
    transform: scale(1);
  }
}
#section_movie .movie_waku .photo .movie_sam {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

#section_movie .movie_waku .photo .movie_sam figure {
  transition: all 0.4s ease-out 0.01s;
}

#section_movie .movie_waku .photo .icon_plays {
  width: 60%;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************/
#section__contentsbox {
  width: 100%;
  /*background-color: #fff;*/
  background: black;
  padding: 90px 0 140px 0;
}

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

@media screen and (max-width: 800px) {
  #section__contentsbox .section__in {
    width: 100%;
  }
}
#section__contentsbox h3 {
  font-size: 46px;
  /*color: #003e8d;*/
  color: #b0955d;
  text-align: center;
  font-family: "EB Garamond", serif;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 800px) {
  #section__contentsbox h3 {
    font-size: 6vw;
  }
}
#section__contentsbox h3.more {
  margin-top: 100px;
}

@media screen and (max-width: 800px) {
  #section__contentsbox h3.more {
    margin-top: 60px;
  }
}
#section__contentsbox .sub_text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5em;
  color: #999;
}

#section__contentsbox a {
  display: block;
  width: 100%;
}

#section__contentsbox a:hover figure {
  transform: scale(1.05);
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  #section__contentsbox a:hover figure {
    transform: scale(1);
    opacity: 1;
  }
}
#section__contentsbox a:hover .base_text {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  #section__contentsbox a:hover .base_text {
    opacity: 1;
  }
}
#section__contentsbox a .photo {
  width: 100%;
  overflow: hidden;
  margin-bottom: 34px;
}

@media screen and (max-width: 800px) {
  #section__contentsbox a .photo {
    margin-bottom: 20px;
  }
}
#section__contentsbox a figure {
  width: 100%;
  transition: all 0.4s ease-out 0.01s;
}

#section__contentsbox a .base_text {
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  text-align: center;
  transition: all 0.4s ease-out 0.01s;
  color: white;
}

@media screen and (max-width: 800px) {
  #section__contentsbox a .base_text {
    font-size: 3.4vw;
  }
}
#section_banas {
  width: 100%;
  padding: 0 0 120px 0;
  /*background-color: #fff;*/
  background: black;
}

@media screen and (max-width: 800px) {
  #section_banas {
    padding: 0 0 0px 0;
  }
}
#section_banas .section__in {
  width: 100%;
  /*background-color: #f2f2f3;*/
  background: #1e1e1e;
  padding: 50px 0;
}

@media screen and (max-width: 800px) {
  #section_banas .section__in {
    padding: 50px 0 50px 0;
    /*background-color: #fff;*/
  }
}
#section_banas .bana_waku {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

#section_banas .bana_waku .slick-list {
  overflow: visible;
}

#section_banas .bana_waku .next2 {
  width: 30px;
  position: absolute;
  z-index: 15;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}

#section_banas .bana_waku .next2:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .next2 {
    display: block;
    width: 12%;
    top: 50%;
    right: -6%;
    transform: translate(0, -50%);
  }
}
#section_banas .bana_waku .prev2 {
  width: 30px;
  position: absolute;
  /*left: 0;*/
  z-index: 15;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
}

#section_banas .bana_waku .prev2:hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .prev2 {
    display: block;
    width: 12%;
    top: 50%;
    left: -6%;
    transform: translate(0, -50%);
  }
}
#section_banas .bana_waku .inlist {
  padding: 0 30px;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .inlist {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
#section_banas .bana_waku .photo {
  position: relative;
  overflow: hidden;
  padding: 0px;
  /*background: url(../images/slide_back01.jpg)no-repeat center;*/
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .photo {
    /*padding: 1.5vw;*/
  }
}
#section_banas .bana_waku .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

#section_banas .bana_waku .photo a {
  display: block;
  position: relative;
  z-index: 30;
}

#section_banas .bana_waku .photo a:hover > .movie_sam figure {
  /*
  	transform: scale(1.1);
  	*/
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .photo a:hover > .movie_sam figure {
    opacity: 1;
  }
}
#section_banas .bana_waku .photo .movie_sam {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

#section_banas .bana_waku .photo .movie_sam figure {
  transition: all 0.4s ease-out 0.01s;
}

#section_banas .bana_waku .photo .icon_plays {
  width: 60%;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*************************************************************************************/
/*******youtue*******************/
#cm_movie_outer {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

#cm_movie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
  z-index: 11;
  /*
  @media screen and (max-width:800px){

  	width: 700px;
  	padding-bottom: 394px;

  }
  */
}

#cm_movie.active {
  width: 84vw;
  max-width: 380px;
  height: 149.4vw;
  max-height: 674px;
  /*background: url(../images/slide_back01.jpg)no-repeat center;
  background-size: cover;
  padding: 20px;*/
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  #cm_movie.active {
    /*padding: 15px;*/
  }
}
#cm_movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

#cm_movie iframe.active {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 0px;
  left: 0px;
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  #cm_movie iframe.active {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    top: 0px;
    left: 0px;
  }
}
#cm_close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}

#cm_close_btn span::before, #cm_close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

#cm_close_btn span::before {
  transform: rotate(-45deg);
}

#cm_close_btn span::after {
  transform: rotate(45deg);
}

#cm_movie_modal {
  display: none;
  z-index: 9950000;
  position: relative;
}

#cm_movie_modal2 {
  display: none;
  z-index: 9950000;
  position: relative;
}

@media screen and (max-width: 800px) {
  #cm_close_btn {
    top: 3%;
    right: 3%;
  }
  #cm_movie {
    width: 91%;
    padding-bottom: 50%;
  }
}
#cm_close_btn1 {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 32px;
  transition: all 0.4s ease-out 0.01s;
  transform: translate(-50%, 0);
}

#cm_close_btn1:hover {
  cursor: pointer;
  opacity: 0.6;
}

#cm_close_btn1.active {
  width: 380px;
  height: 680px;
}

/****************************************/
.second_life_story {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 80px auto;
}

/****************************************/
.top_body {
  background: black;
}

.np21-slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 1792/935;
  overflow: hidden;
  background: white;
}

.np21-slide__item {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .np21-slide {
    aspect-ratio: 1536/2117;
  }
  .np21-slide .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/***追記2025 0527*****************/
img {
  width: 100%;
}

.inlist.new {
  position: relative;
}
.inlist.new::after {
  content: "NEW";
  display: inline-block;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: #ab1d22;
  color: #fff;
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 14px;
  z-index: 99;
}
@media screen and (max-width:800px) {
  .inlist.new::after {
    padding: 0.25em 0.75em 0.35em 0.75em;
    line-height: 100%;
    right: 20px;
    font-size: 2.6vw;
  }
}

.bana_list {
  display: flex;
}
@media screen and (max-width:800px) {
  .bana_list {
    display: block;
  }
}

.bana_list > * {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  #section_banas .bana_waku .next2 {
    display: block;
    width: 8%;
    top: 45%;
    right: 2%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 800px) {
  #section_banas .bana_waku .prev2 {
    display: block;
    width: 8%;
    top: 45%;
    left: 2%;
    transform: translate(0, -50%);
  }
}/*# sourceMappingURL=top.css.map */