@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共通ここまで***/
#back01 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/bfirstback01.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
}
#back01.loads {
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s;
  opacity: 1;
}

#back02 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/bfirstback02.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back02.active {
  opacity: 1;
}

#back03a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  background: url(../images/bfirstback03d.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back03a.active {
  opacity: 1;
}

#back03b {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(../images/bfirstback03a.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back03b.active {
  opacity: 1;
}

#back03c {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/bfirstback03b.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back03c.active {
  opacity: 1;
}

#back03d {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  background: url(../images/bfirstback03c.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back03d.active {
  opacity: 1;
}

#back03e {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  background: url(../images/bfirstback03d.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s linear 0.01s;
  pointer-events: none;
}
#back03e.active {
  opacity: 1;
}

#fix_section01 {
  position: fixed;
  width: 51.24%;
  max-width: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s;
  pointer-events: none;
  opacity: 0;
}
#fix_section01.loads {
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.2s;
  opacity: 1;
}
@media screen and (max-width:800px) {
  #fix_section01 {
    width: 90%;
    height: 100%;
  }
}
#fix_section01.active {
  opacity: 0;
}
#fix_section01 .items {
  width: 34.5%;
  padding-top: 30px;
  margin: 0 auto 45px auto;
}
#fix_section01 .items .mid_area_botol__in {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease-in 0.01s;
}
#fix_section01 .items .mid_area_botol__in.active {
  transform: scale(1.25);
  opacity: 0;
}
@media screen and (max-width:1200px) {
  #fix_section01 .items {
    padding-top: 2vw;
    margin: 0 auto 3.5vw auto;
  }
}
@media screen and (max-width:800px) {
  #fix_section01 .items {
    width: 57%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
  }
}
#fix_section01 h1 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #fix_section01 h1 {
    position: absolute;
    bottom: 7.5vw;
    left: 0;
  }
}
#fix_section01 .sp_subtext {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -55%);
  display: none;
}
@media screen and (max-width:800px) {
  #fix_section01 .sp_subtext {
    display: block;
  }
}

#fix_section00 {
  position: fixed;
  width: 410px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #fix_section00 {
    width: 100%;
  }
}
#fix_section00 .headspos {
  width: 100%;
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#fix_section00 .headspos .ttls {
  width: 41.5%;
  position: relative;
  pointer-events: auto;
}
#fix_section00 .headspos .ttls.active .base {
  opacity: 0;
}
#fix_section00 .headspos .ttls.active .base_on {
  opacity: 1;
}
#fix_section00 .headspos .ttls.active2 .base {
  opacity: 1;
}
#fix_section00 .headspos .ttls.active2 .base_on {
  opacity: 0;
}
#fix_section00 .headspos .ttls .base {
  position: relative;
  transition: all 0.6s ease-out 0.3s;
}
#fix_section00 .headspos .ttls .base_on {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.3s;
}

#fix_section02 {
  position: fixed;
  width: 410px;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 12;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.2s;
  background-color: rgba(239, 251, 255, 0);
  backdrop-filter: blur(0px);
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #fix_section02 {
    width: 100%;
  }
}
#fix_section02.active {
  opacity: 0;
  pointer-events: none;
}
#fix_section02.off {
  opacity: 0;
  pointer-events: none;
}
#fix_section02::after {
  content: "";
  transition: all 0.5s ease-in 0.01s;
  position: absolute;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 251, 255, 0.75);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
}
#fix_section02.active2::after {
  opacity: 1;
}
#fix_section02.active3::after {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
#fix_section02.change05 {
  opacity: 1;
}
#fix_section02.change05::after {
  background-color: rgb(255, 255, 255);
}
#fix_section02.change06::after {
  background-color: rgba(0, 158, 183, 0.69);
  backdrop-filter: blur(5px);
}
#fix_section02.change06b::after {
  background-color: rgba(0, 158, 183, 0);
  backdrop-filter: blur(0px);
}
#fix_section02.change07::after {
  background-color: rgba(255, 255, 255, 0.7);
}
#fix_section02 .uper_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bmainp.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 1.2s ease-out 0.9s;
}
#fix_section02 .uper_area.active {
  opacity: 1;
}
#fix_section02 .uper_area.off {
  opacity: 0;
}
#fix_section02 .donw_area {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  background: url(../images/topsams.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#fix_section02 .donw_area.off {
  opacity: 0;
}
#fix_section02 .donw_area .inbts {
  width: 100%;
  padding-top: 3em;
}
@media screen and (max-width:800px) {
  #fix_section02 .donw_area .inbts {
    padding-top: 1em;
  }
}
#fix_section02 .donw_area .inbts .ttls {
  text-align: center;
  color: #009EB7;
  line-height: 180%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #fix_section02 .donw_area .inbts .ttls {
    margin-bottom: 0.75em;
    font-size: 4.4vw;
  }
}
#fix_section02 .donw_area .inbts .subs {
  text-align: center;
  color: #009EB7;
  line-height: 160%;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #fix_section02 .donw_area .inbts .subs {
    margin-top: 0.75em;
    font-size: 4.4vw;
  }
}
#fix_section02 .donw_area .inbts .botanwaku {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #fix_section02 .donw_area .inbts .botanwaku {
    font-size: 4vw;
  }
}
#fix_section02 .donw_area .inbts .botanwaku a {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  border: 1px solid #009EB7;
  color: #009EB7;
  text-align: center;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #fix_section02 .donw_area .inbts .botanwaku a {
    padding: 0.2em 0.5em 0.25em 0.5em;
  }
}
#fix_section02 .donw_area .inbts .botanwaku a:hover {
  background-color: #fff;
}
#fix_section02 .donw_area .inbts .botanwaku a span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
#fix_section02 .donw_area .inbts .botanwaku a span::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(../images/movie_icons.png) no-repeat center;
  background-size: contain;
}
#fix_section02 .mid_area {
  width: 85%;
  position: absolute;
  z-index: 13;
  top: 20%;
  left: 7.5%;
  transform: translate(0, -50%);
}
#fix_section02 .mid_area.off {
  opacity: 0;
}
#fix_section02 .mid_area figure {
  width: 100%;
}
#fix_section02 .mid_area .sub {
  width: 90%;
  margin: 0 auto;
  margin-top: -15px;
  opacity: 0;
  transition: all 1.2s ease-out 0.9s;
}
#fix_section02 .mid_area .sub.active {
  opacity: 1;
}
#fix_section02 .scrollb {
  width: 38px;
  position: absolute;
  z-index: 13;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  animation: scrollbf 2s infinite;
}
@keyframes scrollbf {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#fix_section03 {
  position: fixed;
  width: 410px;
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #fix_section03 {
    width: 100%;
  }
}
#fix_section03.active {
  opacity: 1;
  pointer-events: none;
}
#fix_section03 .syoboa01 {
  width: 100%;
  position: absolute;
  width: 41%;
  top: 0;
  left: 48%;
  transform: translate(0, -60%);
}
#fix_section03 .syoboa02 {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 5%;
  left: 0%;
  transform: translate(0, 0%);
}
#fix_section03 .syoboa03 {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}
#fix_section03 .syoboa04 {
  width: 100%;
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0%;
  transform: translate(0, 0%);
}
#fix_section03 .syoboa05 {
  width: 100%;
  position: absolute;
  width: 100%;
  bottom: 2.5%;
  left: 0%;
  transform: translate(0, 0%);
}
#fix_section03 .syoboa06 {
  width: 100%;
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  transform: translate(0, 0%);
}

/************************************************************/
#section01 {
  width: 410px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #section01 {
    width: 100%;
  }
}
#section01 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  /*
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  */
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 100%;
  }
}

#section02 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 0vw 0;
}
@media screen and (max-width:800px) {
  #section02 {
    width: 100%;
  }
}
#section02 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  /*
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  */
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}
#section02 figure {
  position: relative;
}
#section02 figure .inbox {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
}
#section02 figure .ttls {
  width: 72%;
  margin: 0 auto;
}
#section02 figure .base_text {
  text-align: center;
  line-height: 160%;
  color: #666;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
#section02 figure .base_text02 {
  /*
  text-align: center;
  margin-top: 0.5em;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
  */
  width: 55%;
  margin: 0.75em auto;
}
#section02 figure .moviettls {
  width: 85%;
  margin: 0 auto 0 auto;
}
#section02 figure .moviesam {
  width: 90%;
  margin: 1em auto 0 auto;
  padding-bottom: 2em;
}

#section03 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #section03 {
    width: 100%;
  }
}
#section03 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0 30px 0;
  pointer-events: auto;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 100%;
  }
}
#section03 .section__in__in {
  width: 95%;
  margin: 0 auto 0px auto;
  padding: 0px 0;
  position: relative;
}
#section03 .section__in__in .sizeopacity {
  opacity: 0;
}
#section03 .section__in__in .sec03_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section03 .section__in__in ul.cardlist {
  width: 85%;
  position: absolute;
  left: 7.5%;
  top: 23%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .section__in__in ul.cardlist li {
  width: 46.5%;
  margin-bottom: 25px;
  opacity: 0;
  pointer-events: none;
  transition: all 1.2s ease-out 0.01s;
  transform: translate(20%, -30%);
}
#section03 .section__in__in ul.cardlist li.active {
  transform: translate(0%, 0%);
  opacity: 1 !important;
  pointer-events: auto !important;
}
#section03 .section__in__in ul.cardlist .cardchafflebox {
  width: 100%;
  height: 380px;
  position: absolute;
  z-index: 20;
  transition: all 0.8s ease-out 0.01s;
  pointer-events: none;
}
#section03 .section__in__in ul.cardlist .cardchafflebox.active {
  opacity: 0;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card01 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card01.active01 {
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card01.active02 {
  top: 60%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-8deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card01.active03 {
  top: 40%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(-4deg);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card01.active04 {
  top: 70%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(4deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 35%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(40deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02.active01 {
  top: 70%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(20deg);
  transition: all 0.48s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02.active02 {
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%) rotate(30deg);
  transition: all 0.93s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02.active03 {
  top: 30%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02.active04 {
  top: 70%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(10deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card02.active05 {
  top: 30%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card03 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 80%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-190deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card03.active01 {
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(-170deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card03.active02 {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card03.active03 {
  top: 40%;
  left: 80%;
  transform: translate(-50%, -50%) rotate(-175deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card03.active04 {
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-185deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 75%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-60deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04.active01 {
  top: 30%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-30deg);
  transition: all 0.48s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04.active02 {
  top: 70%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.93s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04.active03 {
  top: 60%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-30deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04.active04 {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card04.active05 {
  top: 30%;
  left: 77.5%;
  transform: translate(-50%, -50%) rotate(-50deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card05 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(80deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card05.active01 {
  top: 22.5%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card05.active02 {
  top: 60%;
  left: 80%;
  transform: translate(-50%, -50%) rotate(80deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card05.active03 {
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(95deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card05.active04 {
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(85deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card06 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(120deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card06.active01 {
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(95deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card06.active02 {
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(110deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card06.active03 {
  top: 30%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(100deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card06.active04 {
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(95deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card07 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 25%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(-160deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card07.active01 {
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-170deg);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card07.active02 {
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(-160deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card07.active03 {
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-170deg);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card07.active04 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-160deg);
  transition: all 1.3s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 65%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(145deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08.active01 {
  top: 40%;
  left: 80%;
  transform: translate(-50%, -50%) rotate(130deg);
  transition: all 0.48s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08.active02 {
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(145deg);
  transition: all 0.93s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08.active03 {
  top: 60%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(120deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08.active04 {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(145deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card08.active05 {
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(160deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card09 {
  position: absolute;
  z-index: 1;
  width: 88px;
  top: 75%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(60deg);
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card09.active01 {
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(75deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card09.active02 {
  top: 80%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(55deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card09.active03 {
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(70deg);
  transition: all 0.666s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .cardchafflebox .card09.active04 {
  top: 30%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(65deg);
  transition: all 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0s;
}
#section03 .section__in__in ul.cardlist .scrollimgs {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 0;
}
#section03 .section__in__in ul.cardlist .scrollimgs.active {
  animation: rooptenmetsu01 3s forwards;
}
@keyframes rooptenmetsu01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#section03 .cardlist li {
  display: none;
}
#section03 .cardlist li.is-show {
  display: block;
}
#section03 .cardlist li.active {
  /*
   opacity: 0.5;
   transform: scale(0.95);
   */
  transition: 0.3s;
}

#section04 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    width: 100%;
  }
}
#section04 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0 15px 0;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 ul {
  width: 90%;
  margin: 0 auto;
}
#section04 ul li {
  width: 100%;
  margin-bottom: 10px;
}
#section04 ul li a {
  display: block;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 3px 10px rgba(219, 206, 214, 0.8);
}
@media screen and (max-width:800px) {
  #section04 ul li a {
    border-radius: 3vw;
  }
}

#section05 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    width: 100%;
  }
}
#section05 .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    width: 90%;
  }
}
#section05 .section__in .section__in__in {
  width: 100%;
  border: 1px solid #8874AA;
  position: relative;
}
#section05 .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05 .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05 .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05 .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05 .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05 .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05 .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05 .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05 .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05 .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05 .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05 .section__in .inbox .pointimg .base {
  position: relative;
}
#section05 .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05 .section__in .inbox .textbox01 {
  color: #666666;
}
#section05 .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05 .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05 .section__in .inbox .textbox01 .base_text02 {
  padding: 0.25em 0;
  position: relative;
  z-index: 5;
}
#section05 .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05 .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  bottom: 0em;
  right: 0;
}
#section05 .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05 .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05 .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05 .section__in .whatbox .base_text {
  line-height: 180%;
}

#section05b {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05b.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05b {
    width: 100%;
  }
}
#section05b .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05b .section__in {
    width: 90%;
  }
}
#section05b .section__in .section__in__in {
  width: 100%;
  border: 1px solid #8874AA;
  position: relative;
}
#section05b .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05b .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05b .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05b .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05b .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05b .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05b .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05b .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05b .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05b .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05b .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05b .section__in .inbox .pointimg .base {
  position: relative;
}
#section05b .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05b .section__in .inbox .textbox01 {
  color: #666666;
}
#section05b .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05b .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05b .section__in .inbox .textbox01 .base_text02 {
  padding: 0.25em 0;
  position: relative;
  z-index: 5;
}
#section05b .section__in .inbox .textbox01 .base_text02 .ill01 {
  position: absolute;
  width: 30%;
  top: 0em;
  right: 0;
}
#section05b .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05b .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  top: 0em;
  right: 0;
}
#section05b .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05b .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05b .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05b .section__in .whatbox .base_text {
  line-height: 180%;
}

#section05c {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05c.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05c {
    width: 100%;
  }
}
#section05c .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05c .section__in {
    width: 90%;
  }
}
#section05c .section__in .section__in__in {
  width: 100%;
  border: 1px solid #E29A6F;
  position: relative;
}
#section05c .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05c .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05c .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05c .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05c .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05c .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05c .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05c .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05c .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05c .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05c .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05c .section__in .inbox .pointimg .base {
  position: relative;
}
#section05c .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05c .section__in .inbox .textbox01 {
  color: #666666;
}
#section05c .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05c .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05c .section__in .inbox .textbox01 .base_text02 {
  padding: 0.25em 0;
  position: relative;
  z-index: 5;
}
#section05c .section__in .inbox .textbox01 .base_text02 .ill01 {
  position: absolute;
  width: 30%;
  top: -1em;
  right: 0;
}
#section05c .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05c .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  top: 0em;
  right: 0;
}
#section05c .section__in .inbox .textbox01 .miniho {
  width: 60%;
  margin: 25px auto 0 auto;
}
#section05c .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05c .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05c .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05c .section__in .whatbox .base_text {
  line-height: 180%;
}

#section05d {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05d.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05d {
    width: 100%;
  }
}
#section05d .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05d .section__in {
    width: 90%;
  }
}
#section05d .section__in .section__in__in {
  width: 100%;
  border: 1px solid #6E91B9;
  position: relative;
}
#section05d .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05d .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05d .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05d .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05d .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05d .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05d .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05d .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05d .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05d .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05d .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05d .section__in .inbox .pointimg .base {
  position: relative;
}
#section05d .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05d .section__in .inbox .textbox01 {
  color: #666666;
}
#section05d .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05d .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05d .section__in .inbox .textbox01 .base_text02 {
  padding: 0.25em 0;
  position: relative;
  z-index: 5;
}
#section05d .section__in .inbox .textbox01 .base_text02 .ill01 {
  position: absolute;
  width: 30%;
  top: -1em;
  right: 0;
}
#section05d .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05d .section__in .inbox .textbox01 .base_text03 span {
  color: #6E91B9;
}
#section05d .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  top: 0em;
  right: 0;
}
#section05d .section__in .inbox .textbox01 .miniho {
  width: 60%;
  margin: 25px auto 0 auto;
}
#section05d .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05d .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05d .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05d .section__in .whatbox .base_text {
  line-height: 180%;
}

#section05e {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05e.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05e {
    width: 100%;
  }
}
#section05e .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05e .section__in {
    width: 90%;
  }
}
#section05e .section__in .section__in__in {
  width: 100%;
  border: 1px solid #6E91B9;
  position: relative;
}
#section05e .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05e .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05e .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05e .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05e .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05e .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05e .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05e .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05e .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05e .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05e .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05e .section__in .inbox .pointimg .base {
  position: relative;
}
#section05e .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05e .section__in .inbox .textbox01 {
  color: #666666;
}
#section05e .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05e .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05e .section__in .inbox .textbox01 .base_text02 {
  padding: 0.05em 0;
  position: relative;
  z-index: 5;
}
#section05e .section__in .inbox .textbox01 .base_text02 .ill01 {
  position: absolute;
  width: 25%;
  top: -2.2em;
  right: 0.5em;
}
#section05e .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05e .section__in .inbox .textbox01 .base_text03 span {
  color: #6E91B9;
}
#section05e .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  top: 0em;
  right: 0;
}
#section05e .section__in .inbox .textbox01 .miniho {
  width: 60%;
  margin: 25px auto 0 auto;
}
#section05e .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05e .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05e .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05e .section__in .whatbox .base_text {
  line-height: 180%;
}

#section05f {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  padding: 20px 0 30px 0;
}
#section05f.second {
  padding: 0 0 30px 0;
}
@media screen and (max-width:800px) {
  #section05f {
    width: 100%;
  }
}
#section05f .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section05f .section__in {
    width: 90%;
  }
}
#section05f .section__in .section__in__in {
  width: 100%;
  border: 1px solid #6E91B9;
  position: relative;
}
#section05f .section__in .section__in__in .waku01 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#section05f .section__in .section__in__in .waku02 {
  width: 10.5%;
  position: absolute;
  top: 3px;
  right: 3px;
}
#section05f .section__in .section__in__in .waku03 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#section05f .section__in .section__in__in .waku04 {
  width: 10.5%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#section05f .section__in .inbox {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
}
#section05f .section__in .inbox h2 {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
#section05f .section__in .inbox .t01 {
  text-align: center;
  color: #666666;
  margin-top: 1.5em;
}
#section05f .section__in .inbox .t02 {
  text-align: center;
  color: #666666;
}
#section05f .section__in .inbox .t03 {
  text-align: center;
  color: #666666;
  margin-bottom: 2em;
}
#section05f .section__in .inbox .photo01 {
  width: 90%;
  margin: 0 auto;
}
#section05f .section__in .inbox .pointimg {
  width: 30%;
  position: relative;
  margin-top: 1.5em;
}
#section05f .section__in .inbox .pointimg .base {
  position: relative;
}
#section05f .section__in .inbox .pointimg .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section05f .section__in .inbox .textbox01 {
  color: #666666;
}
#section05f .section__in .inbox .textbox01.lines {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
#section05f .section__in .inbox .textbox01 .base_text01 {
  padding: 0.5em 0 0 0;
  position: relative;
  z-index: 5;
}
#section05f .section__in .inbox .textbox01 .base_text02 {
  padding: 0.05em 0;
  position: relative;
  z-index: 5;
}
#section05f .section__in .inbox .textbox01 .base_text02 .ill01 {
  position: absolute;
  width: 25%;
  bottom: 0em;
  right: 0;
}
#section05f .section__in .inbox .textbox01 .base_text03 {
  line-height: 175%;
  position: relative;
}
#section05f .section__in .inbox .textbox01 .base_text03 span {
  color: #6E91B9;
}
#section05f .section__in .inbox .textbox01 .base_text03 .ill01 {
  position: absolute;
  width: 25%;
  top: 0em;
  right: 0;
}
#section05f .section__in .inbox .textbox01 .miniho {
  width: 60%;
  margin: 25px auto 0 auto;
}
#section05f .section__in .whatbox {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(136, 116, 170, 0.1);
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
#section05f .section__in .whatbox figure {
  width: 50%;
  margin: 0 auto;
}
#section05f .section__in .whatbox .ttss {
  text-align: center;
  color: #8874AA;
  padding: 0.5em 0;
  font-weight: 300;
}
#section05f .section__in .whatbox .base_text {
  line-height: 180%;
}

.ttt {
  width: 90%;
  margin: 0.5em auto 0 auto;
  font-family: "Noto Serif JP", serif;
}

#section06 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  transition: all 0.5s ease-out 0.01s;
  background-color: #B16EA0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 {
    width: 100%;
  }
}
#section06 .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 90%;
  }
}
#section06 .intorotext {
  line-height: 160%;
}
#section06 .photo {
  padding: 1em 0 1em 0;
}
#section06 .base_text {
  line-height: 160%;
  padding: 0.5em 0 1.5em 0;
  border-bottom: 1px dotted #fff;
  margin-bottom: 2em;
}
#section06 h3 {
  width: 100%;
  margin-bottom: 1em;
}
#section06 .fukibox01 {
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 1.5em;
  position: relative;
  margin-bottom: 1.5em;
  color: #666666;
}
#section06 .fukibox01 .base_text01 {
  line-height: 180%;
  position: relative;
  z-index: 10;
}
#section06 .fukibox01 .fukis {
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
#section06 .fukibox02 {
  width: 100%;
  background-color: #FFEEFF;
  border-radius: 25px;
  padding: 1.5em;
  position: relative;
  margin-bottom: 1.5em;
  color: #666666;
}
#section06 .fukibox02 .base_text01 {
  line-height: 180%;
  position: relative;
  z-index: 10;
}
#section06 .fukibox02 .fukis {
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
#section06 .btbox {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px dotted #fff;
}
#section06 .btbox .textmore {
  padding: 0.75em 0 0 0;
  line-height: 160%;
}
#section06 .btbox figure {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 50px;
}
#section06 .oubottl {
  text-align: center;
  margin-bottom: 0.75em;
  font-weight: 500;
  margin-top: 1.5em;
}
#section06 .oubobox {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.75em 0.65em;
  color: #B16EA0;
  line-height: 160%;
}
#section06 .oubobox p {
  /*
  text-indent: -1em;
  padding-left: 1em;
  */
}

#section07 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  transition: all 0.5s ease-out 0.01s;
  background-color: rgb(200, 231, 231);
  pointer-events: none;
}
#section07.active {
  background-color: rgba(200, 231, 231, 0);
}
@media screen and (max-width:800px) {
  #section07 {
    width: 100%;
  }
}
#section07 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 100%;
  }
}
#section07 .what00 {
  width: 100%;
  height: 50vh;
}
#section07 .what01 {
  width: 100%;
  height: 60vh;
}
#section07 .what02 {
  width: 100%;
  height: 25vh;
}
#section07 .what03 {
  width: 100%;
  height: 75vh;
}
#section07 .what04 {
  width: 100%;
  height: 25vh;
}
#section07 .what05 {
  width: 100%;
  height: 75vh;
}
#section07 .what05b {
  width: 100%;
  height: 25vh;
}
#section07 .what06 {
  width: 100%;
  height: 75vh;
}
#section07 .what06b {
  width: 100%;
  height: 25vh;
}
#section07 .what07 {
  width: 100%;
  height: 75vh;
}
#section07 .what07b {
  width: 100%;
  height: 25vh;
}
#section07 .what08 {
  width: 100%;
  height: 60vh;
}
#section07 .what08a {
  width: 100%;
  height: 60vh;
}
#section07 .what08b {
  width: 100%;
  height: 25vh;
}
#section07 .what09 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  transition: all 0.6s ease-out 0.01s;
}
#section07 .what09.active {
  opacity: 0;
}

#section08 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section08 {
    width: 100%;
  }
}
#section08 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section08 .section__in {
    width: 100%;
  }
}
#section08 .mainphoto {
  width: 118%;
  margin: 0 -9% 0 -9%;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
#section08 .mainphoto .mojiwaku {
  width: 129.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -28.5%);
}
#section08 .mainphoto .mojiwaku figure {
  animation: kaitens 30s linear infinite;
}
@keyframes kaitens {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#section08 h3 {
  text-align: center;
}
#section08 h3 .jpn {
  text-align: center;
  color: #00AFC9;
  margin-bottom: 0.7em;
}
#section08 h3 .eng {
  text-align: center;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width:800px) {
  #section08 h3 .eng {
    font-size: 6.4vw;
  }
}
#section08 .itemboxs {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 35px auto 0px auto;
  padding-top: 30px;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs {
    padding-top: 5vw;
  }
}
#section08 .itemboxs .ttlmini {
  display: inline-block;
  padding: 0.4em 0.5em;
  line-height: 100%;
  background-color: #00AAC9;
  color: #fff;
  border-radius: 0 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
}
#section08 .itemboxs .items01 {
  width: 90%;
  margin: -0.75em auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#section08 .itemboxs .items01.second {
  margin-top: 1.25em;
}
#section08 .itemboxs .items01 .text {
  width: 70%;
  padding-left: 0.5em;
}
#section08 .itemboxs .items01 .text h4 {
  color: #00AAC9;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items01 .text h4 {
    font-size: 6.4vw;
  }
}
#section08 .itemboxs .items01 .text .base_text {
  line-height: 160%;
  padding-bottom: 0.5em;
}
#section08 .itemboxs .items01 .text .base_text.second {
  padding-bottom: 0em;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items01 .text .base_text {
    font-size: 3.6vw;
  }
}
#section08 .itemboxs .items01 .photo {
  width: 28%;
}
#section08 .itemboxs .items01 .photo figure {
  width: 50%;
  margin: 0 auto 0 0;
}
#section08 .itemboxs .items01 .photo figure.img2 {
  width: 40%;
  margin: 0 auto 0 5%;
}
#section08 .itemboxs .items01b {
  width: 90%;
  margin: -0.75em auto 0 auto;
  position: relative;
  padding-top: 0.5em;
}
#section08 .itemboxs .items01b.second {
  margin-top: 1.25em;
}
#section08 .itemboxs .items01b .text {
  width: 100%;
  padding-left: 0.5em;
}
#section08 .itemboxs .items01b .text h4 {
  color: #00AAC9;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items01b .text h4 {
    font-size: 6.4vw;
  }
}
#section08 .itemboxs .items01b .text .base_text {
  line-height: 160%;
  padding-bottom: 0.5em;
}
#section08 .itemboxs .items01b .text .base_text.second {
  padding-bottom: 0em;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items01b .text .base_text {
    font-size: 3.6vw;
  }
}
#section08 .itemboxs .items01b .photo {
  width: 40%;
  position: absolute;
  top: 0;
  left: 67.5%;
  transform: translate(0, -20%);
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items01b .photo {
    transform: translate(0, -15%);
  }
}
#section08 .itemboxs .items01b .photo figure {
  width: 50%;
  margin: 0 auto 0 0;
}
#section08 .itemboxs .items01b .photo figure.img2 {
  width: 48%;
  margin: 0 auto 0 5%;
}
#section08 .itemboxs .items02 {
  width: 90%;
  margin: 0em auto 0 auto;
}
#section08 .itemboxs .items02 .photo {
  width: 100%;
  margin-bottom: 0em;
}
#section08 .itemboxs .items02 .photo figure {
  width: 75%;
  margin: 0 auto 0 auto;
}
#section08 .itemboxs .items02 .text {
  width: 100%;
  padding-left: 0.5em;
}
#section08 .itemboxs .items02 .text h4 {
  color: #00AAC9;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items02 .text h4 {
    font-size: 6.4vw;
  }
}
#section08 .itemboxs .items02 .text .base_text {
  line-height: 160%;
  padding-bottom: 0.5em;
}
#section08 .itemboxs .items02 .text .base_text.second {
  padding-bottom: 0em;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .items02 .text .base_text {
    font-size: 3.6vw;
  }
}
#section08 .itemboxs .center_line {
  width: 90%;
  margin: 20px auto 0 auto;
  border-top: 1px solid #999;
  padding-bottom: 15px;
}
#section08 .itemboxs .minis {
  width: 90%;
  margin: 0 auto 1em auto;
  font-weight: 300;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section08 .itemboxs .minis {
    font-size: 2.75vw;
  }
}
#section08 .itemboxs .othertext {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
#section08 .itemboxs .othertext .text {
  width: 50%;
  line-height: 160%;
}
#section08 .itemboxs .othertext .icons {
  width: 50%;
  text-align: right;
}
#section08 .itemboxs .othertext .icons span {
  line-height: 100%;
  border: 1px solid #00AFC9;
  border-radius: 3px;
  color: #00AFC9;
  padding: 0.05em 0.7em 0.15em 0.7em;
}
#section08 .itemboxs .price {
  width: 90%;
  margin: 0 auto 0.85em auto;
  line-height: 160%;
}
#section08 .itemboxs .minis2 {
  width: 90%;
  margin: 0 auto 2.5em auto;
}
#section08 .itemboxs .minis2b {
  width: 90%;
  margin: 0 auto 0em auto;
}
#section08 .morewaku2 {
  width: 100%;
  margin: 0 auto;
}
#section08 .morewaku2:hover {
  cursor: pointer;
}
#section08 .morewaku2:hover .more_bts {
  opacity: 0.7;
}
#section08 .morewaku2.active .more_bts span::after {
  background: url(../images/product_more_off.png) no-repeat center;
  background-size: contain;
}
#section08 .morewaku2.active .more_bts span::before {
  content: "閉じる";
}
#section08 .morewaku2 .more_bts {
  width: 100%;
  background-color: #009EB7;
  color: #fff;
  text-align: center;
  padding: 0.65em 0 0.65em 0;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
  transition: all 0.4s ease-out 0.01s;
}
#section08 .morewaku2 .more_bts span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
#section08 .morewaku2 .more_bts span::before {
  content: "薬用 ビューネの使い方";
}
#section08 .morewaku2 .more_bts span::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(../images/product_more.png) no-repeat center;
  background-size: contain;
}
#section08 .more2_content {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 25px 0;
  display: none;
}
#section08 .more2_content h5 {
  margin-bottom: 1em;
}
#section08 .more2_content h5 span {
  padding: 0.15em 0.5em 0.2em 0.5em;
  display: inline-block;
  background-color: #00AFC9;
  color: #fff;
  line-height: 100%;
}
#section08 .more2_content .base_text2 {
  margin-bottom: 1.5em;
  line-height: 160%;
}
#section08 .linktextwaku {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1.4em;
}
#section08 .linktext1 {
  width: 100%;
  text-align: right;
}
#section08 .linktext1 a {
  padding: 1.5em 0 0.5em 0;
}
#section08 .linktext1 a span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}
#section08 .linktext1 a span::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(../images/bt_icons2.png) no-repeat center;
  background-size: contain;
}

#section09 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #section09 {
    width: 100%;
  }
}
#section09 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0;
}
@media screen and (max-width:800px) {
  #section09 .section__in {
    width: 100%;
  }
}
#section09 h3 {
  text-align: center;
}
#section09 h3 .jpn {
  text-align: center;
  color: #fff;
  margin-bottom: 0.7em;
}
#section09 h3 .eng {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section09 h3 .eng {
    font-size: 6.4vw;
  }
}
#section09 .base_text {
  text-align: center;
  line-height: 200%;
  margin-top: 2em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section09 .base_text {
    font-size: 4vw;
  }
}

#section09b {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  pointer-events: none;
}
@media screen and (max-width:800px) {
  #section09b {
    width: 100%;
  }
}
#section09b .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:800px) {
  #section09b .section__in {
    width: 100%;
  }
}
#section09b .history2025 {
  width: 100%;
  height: 100vh;
}
#section09b .history2017 {
  width: 100%;
  height: 85vh;
}
#section09b .history2009 {
  width: 100%;
  height: 85vh;
}
#section09b .history2004 {
  width: 100%;
  height: 85vh;
}
#section09b .history1989 {
  width: 100%;
  height: 85vh;
}
#section09b .history1988 {
  width: 100%;
  height: 100vh;
}

#section10 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section10 {
    width: 100%;
  }
}
#section10 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0;
}
@media screen and (max-width:800px) {
  #section10 .section__in {
    width: 100%;
  }
}
#section10 h3 {
  text-align: center;
}
#section10 h3 .jpn {
  text-align: center;
  color: #00AFC9;
  margin-bottom: 0.7em;
}
#section10 h3 .eng {
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width:800px) {
  #section10 h3 .eng {
    font-size: 6.4vw;
  }
}
#section10 a.sambox {
  display: block;
  width: 90%;
  margin: 40px auto 0 auto;
  position: relative;
}
#section10 a.sambox .base {
  position: relative;
}
#section10 a.sambox .playbt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#section10 h4 {
  text-align: center;
}
#section10 h4 .ttl1 {
  text-align: center;
  padding: 0.6em 0 0.25em 0;
}
@media screen and (max-width:800px) {
  #section10 h4 .ttl1 {
    font-size: 3.8vw;
  }
}
#section10 h4 .ttl2 {
  text-align: center;
  color: #009EB7;
}
@media screen and (max-width:800px) {
  #section10 h4 .ttl2 {
    font-size: 4.2vw;
  }
}
#section10 .botans {
  width: 80%;
  margin: 40px auto 0 auto;
}
#section10 .botans a {
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  padding: 0.85em 0 0.85em 0;
  color: #fff;
  background-color: #009EB7;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section10 .botans a {
    font-size: 4vw;
    line-height: 120%;
  }
}
#section10 .botans a span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  line-height: 120%;
}
#section10 .botans a span::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/bt_icons.png) no-repeat center;
  background-size: contain;
}

#section11 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  background-color: #00AAC9;
}
@media screen and (max-width:800px) {
  #section11 {
    width: 100%;
  }
}
#section11 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding-top: 130px;
  padding-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section11 .section__in {
    width: 100%;
    padding-top: 30vw;
  }
}
#section11 .section__in .taikenback {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section11 .section__in h3 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section11 .section__in h3 {
    font-size: 6.4vw;
  }
}
#section11 .section__in h3 span {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 140%;
  margin-bottom: 0.25em;
}
#section11 .section__in .stepbox01 {
  width: 84%;
  margin: 120px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#section11 .section__in .stepbox01 .text {
  width: 58%;
}
#section11 .section__in .stepbox01 .text .ttls {
  width: 41.3%;
  margin-bottom: 1em;
}
#section11 .section__in .stepbox01 .text .bigs {
  margin-bottom: 0.45em;
}
@media screen and (max-width:800px) {
  #section11 .section__in .stepbox01 .text .bigs {
    font-size: 5.4vw;
  }
}
#section11 .section__in .stepbox01 .text .base_text {
  line-height: 160%;
}
#section11 .section__in .stepbox01 .zu {
  width: 40.6%;
  padding-bottom: 0.5em;
}
#section11 .section__in .stepbox02 {
  width: 84%;
  margin: 0px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section11 .section__in .stepbox02 .text {
  width: 58%;
}
#section11 .section__in .stepbox02 .text .ttls {
  width: 41.3%;
  margin-bottom: 1em;
}
#section11 .section__in .stepbox02 .text .bigs {
  margin-bottom: 0.45em;
}
@media screen and (max-width:800px) {
  #section11 .section__in .stepbox02 .text .bigs {
    font-size: 5.4vw;
  }
}
#section11 .section__in .stepbox02 .text .base_text {
  line-height: 160%;
}
#section11 .section__in .stepbox02 .zu {
  width: 24.8%;
  transform: translate(-15%, 0);
}
#section11 .section__in .stepbox03 {
  width: 84%;
  margin: 0px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section11 .section__in .stepbox03 .text {
  width: 68.8%;
}
#section11 .section__in .stepbox03 .text .ttls {
  width: 41.3%;
  margin-bottom: 1em;
}
#section11 .section__in .stepbox03 .text .bigs {
  margin-bottom: 0.45em;
}
@media screen and (max-width:800px) {
  #section11 .section__in .stepbox03 .text .bigs {
    font-size: 5.4vw;
  }
}
#section11 .section__in .stepbox03 .text .base_text {
  line-height: 160%;
}
#section11 .section__in .stepbox03 .zu {
  width: 15.4%;
  transform: translate(-50%, 0);
}
#section11 .section__in .under_icon {
  width: 30%;
  margin: 30px auto 25px auto;
}
#section11 .section__in .botans {
  width: 84%;
  display: block;
  margin: 30px auto 40px auto;
}
#section11 .section__in .oubottl {
  text-align: center;
  margin-bottom: 0.75em;
  font-weight: 500;
}
#section11 .section__in .oubobox {
  width: 84%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.75em 0.65em;
  color: #009EB7;
  line-height: 160%;
}
#section11 .section__in .oubobox p {
  text-indent: -1em;
  padding-left: 1em;
}

#section12 {
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  background-color: #B16EA0;
  padding: 0 0 50px 0;
}
@media screen and (max-width:800px) {
  #section12 {
    width: 100%;
  }
}
#section12 .section__in {
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-top: 1px dotted #fff;
  padding-top: 1.5em;
}
@media screen and (max-width:800px) {
  #section12 .section__in {
    width: 90%;
  }
}
#section12 .banafoot {
  width: 80%;
  margin: 0 auto 25px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#section12 .banafoot a:hover {
  cursor: pointer;
}
#section12 .foot_text {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 200%;
}
#section12 .foot_text a {
  color: #fff;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section12 .foot_text {
    font-size: 2.8vw;
  }
}
#section12 .snsbox_foot {
  width: 30%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 15px auto;
}
#section12 .snsbox_foot .snss {
  width: 45%;
}
#section12 .menard_img {
  width: 30%;
  margin: 25px auto 0 auto;
}

#section13 {
  width: 410px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 15;
  min-height: 1000px;
  background-color: rgba(0, 0, 255, 0.2);
}
@media screen and (max-width:800px) {
  #section13 {
    width: 100%;
  }
}
#section13 .section__in {
  width: 410px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:800px) {
  #section13 .section__in {
    width: 100%;
  }
}

/********************/
.close_close {
  width: 40px;
  margin: 0 0 10px auto;
}
.close_close:hover {
  cursor: pointer;
}

.close_close2 {
  width: 150px;
  margin: 20px auto 0 auto;
  transition: all 0.4s ease-out 0.01s;
}
.close_close2:hover {
  opacity: 0.7;
  cursor: pointer;
}
.close_close2 span {
  display: inline-block;
  background-color: #fff;
  color: #00AAC9;
  font-weight: 700;
  width: 100%;
  padding: 0.4em 0em 0.45em 0em;
  line-height: 100%;
  font-family: "Noto Serif JP", serif;
  transition: all 0.4s ease-out 0.1s;
  text-align: center;
}

.movietext {
  text-align: center;
  line-height: 120%;
  padding-top: 0.75em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  .movietext {
    font-size: 5.8vw;
  }
}
.movietext span {
  font-size: 65%;
  display: inline-block;
  line-height: 100%;
}

.bijyumos {
  max-height: 624px;
}
@media screen and (max-width:800px) {
  .bijyumos {
    max-height: 161vw;
  }
}
.bijyumos.active {
  max-height: none !important;
}

#section_event {
  width: 410px;
  background-color: #C8E7E7;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_event {
    width: 100%;
  }
}
#section_event .section__in {
  width: 90%;
  margin: 0 auto;
}
#section_event .base_text01 {
  line-height: 160%;
  text-align: center;
  color: #009EB7;
  font-weight: 600;
  margin: 1em auto;
}
@media screen and (max-width:800px) {
  #section_event .base_text01 {
    font-size: 5vw;
  }
}
#section_event .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
  border-radius: 15px;
  text-align: center;
  color: #009EB7;
  letter-spacing: 0.05em;
}
#section_event .whitebox span {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section_event .whitebox .years0 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width:800px) {
  #section_event .whitebox .days0 {
    font-size: 5.6vw;
  }
}
@media screen and (max-width:800px) {
  #section_event .whitebox .times0 {
    font-size: 4.6vw;
  }
}
@media screen and (max-width:800px) {
  #section_event .whitebox .add0 {
    font-size: 3.6vw;
  }
}
#section_event .whitebox .t01 {
  display: inline-block;
  text-align: left;
}
#section_event .whitebox a {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #009EB7;
  text-decoration: underline;
}
@media screen and (max-width:800px) {
  #section_event .whitebox a {
    font-size: 4.6vw;
  }
}
#section_event .whitebox ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:800px) {
  #section_event .whitebox ul {
    font-size: 5vw;
  }
}
#section_event .whitebox ul li {
  display: inline-block;
  padding: 0.25em 0.5em 0.3em 0.5em;
  background-color: #009EB7;
  color: #fff;
  font-weight: 600;
  margin: 0.5em;
}
#section_event .atensmores {
  margin-top: 1em;
  line-height: 160%;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #666;
  margin-bottom: 2em;
}
#section_event .base_text02 {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_event .base_text02 {
    font-size: 3.6vw;
  }
}
#section_event .imgitems {
  width: 100%;
  margin: 1.5em 0 60px 0;
}
#section_event .whitebox2 {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
  border-radius: 15px;
  text-align: center;
  color: #009EB7;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 h3 {
    font-size: 4vw;
  }
}
#section_event .whitebox2 h3 span {
  display: inline-block;
  line-height: 100%;
  padding: 0.35em 0.7em 0.35em 0.7em;
  background-color: #009EB7;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}
#section_event .whitebox2 .fuki01 {
  width: 37.1%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
#section_event .whitebox2 .base_text03 {
  padding-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .base_text03 {
    font-size: 4.6vw;
  }
}
#section_event .whitebox2 .fuki02 {
  width: 80%;
  margin: 0 auto;
}
#section_event .whitebox2 .fuki03 {
  width: 90%;
  margin: 1.5em auto 1.5em auto;
}
#section_event .whitebox2 .base_text04 {
  width: 90%;
  margin: 0 auto 1em auto;
  background-color: #C8E7E7;
  color: #009EB7;
  border-radius: 10px;
  font-weight: 600;
  padding: 0.5em 0 0.65em 0;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .base_text04 {
    font-size: 4.6vw;
  }
}
#section_event .whitebox2 .base_text05 {
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .base_text05 {
    font-size: 4.6vw;
  }
}
#section_event .whitebox2 .step {
  width: 90%;
  margin: 1em auto 2.5em auto;
}
#section_event .whitebox2 .step figcaption {
  text-align: left;
  padding-top: 0.5em;
}
#section_event .whitebox2 .days {
  text-align: center;
  padding: 0.5em 0 1.5em 0;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .days {
    font-size: 5.6vw;
  }
}
#section_event .whitebox2 .base_text05b {
  padding: 0.5em 0 0em 0;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .base_text05b {
    font-size: 4.6vw;
  }
}
#section_event .whitebox2 .base_text06 {
  padding: 1em 0 0 0;
}
@media screen and (max-width:800px) {
  #section_event .whitebox2 .base_text06 {
    font-size: 3.6vw;
  }
}
#section_event .whitebox2 .igmtext {
  width: 90%;
  margin: 1.5em auto 2em auto;
}
#section_event .whitebox2 .bts01 {
  display: block;
  width: 82%;
  margin: 0 auto 2.5em auto;
}
#section_event .whitebox2 .base_text07 {
  width: 82%;
  line-height: 160%;
  margin: 0 auto 2em auto;
  text-align: left;
  font-family: "Noto Sans JP";
  color: #00AFC9;
}
#section_event h4 {
  text-align: center;
  font-family: "Noto Sans JP";
  margin-bottom: 0.75em;
}
#section_event .oubobox2 {
  width: 90%;
  height: 175px;
  background-color: #fff;
  overflow-y: scroll;
  color: #00AFC9;
  font-family: "Noto Sans JP";
  margin: 0 auto;
  border: 1px solid #00AFC9;
}
#section_event .oubobox2 .oubobox__in {
  padding: 1em;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section_event .oubobox2 .oubobox__in {
    font-size: 3vw;
  }
}
#section_event .oubobox2 .oubobox__in p {
  text-indent: -1em;
  padding-left: 1em;
}
#section_event .oubobox2 .oubobox__in a {
  text-decoration: underline;
  color: #00AFC9;
}

#section_minibotoru {
  width: 410px;
  margin: 0 auto;
  background-color: #C8E7E7;
  padding: 45px 0;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_minibotoru {
    width: 100%;
  }
}
#section_minibotoru .section__in {
  width: 90%;
  margin: 0 auto;
}
#section_minibotoru .ttls {
  width: 90%;
  margin: 0 auto 1.5em auto;
}

.poswaku {
  position: relative;
  width: 100%;
}
.poswaku .poswaku__in {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  .poswaku .poswaku__in {
    top: -5vw;
  }
}

.endobox {
  position: relative;
  padding-top: 0.5em;
}
.endobox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2em);
  background-color: rgba(0, 0, 0, 0.25);
  top: -0.5em;
  left: 0;
}
.endobox .endwaku {
  position: absolute;
  width: 82%;
  height: calc(100% - 2em);
  top: 1.4em;
  left: 9%;
  background-color: rgba(0, 158, 183, 0.85);
  z-index: 15;
  padding: 1em 1em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:800px) {
  .endobox .endwaku {
    padding: 1.5em 1em;
  }
}
.endobox .text001 {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1em;
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  .endobox .text001 {
    margin-bottom: 1em;
    padding-top: 0.5em;
  }
}
.endobox .text002 {
  line-height: 160%;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  .endobox .text002 {
    font-size: 3vw;
  }
}
.endobox .text003 {
  border: 1px solid #fff;
  font-weight: 600;
  padding: 0.65em;
  line-height: 160%;
  margin-top: 1.25em;
  background-color: rgb(0, 158, 183);
}
@media screen and (max-width:800px) {
  .endobox .text003 {
    margin-top: 1.5em;
    font-size: 3vw;
  }
}
.endobox .text004 {
  line-height: 140%;
  margin: 0.75em 0 0.65em 0;
}
@media screen and (max-width:800px) {
  .endobox .text004 {
    margin: 0.75em 0 1.5em 0;
    font-size: 3vw;
  }
}

.endocontena2 {
  width: 100%;
  position: relative;
}
.endocontena2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 2em + 0px);
  background-color: rgba(0, 0, 0, 0.6);
  top: -12px;
  left: 0;
}
.endocontena2 .endocontena2ins {
  width: 90%;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(0, 158, 183, 0.85);
  position: absolute;
  color: #fff;
  padding: 1.25em 1.5em 1.8em 1.5em;
}
.endocontena2 .endocontena2ins .t01 {
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width:800px) {
  .endocontena2 .endocontena2ins .t01 {
    font-size: 5vw;
  }
}
.endocontena2 .endocontena2ins .t02 {
  line-height: 140%;
  margin-top: 0.5em;
  font-weight: 700;
}
@media screen and (max-width:800px) {
  .endocontena2 .endocontena2ins .t02 {
    font-size: 3.8vw;
  }
}

#eventout {
  background-color: #C8E7E7;
  padding: 33px 0 50px 0;
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #eventout {
    width: 100%;
  }
}
#eventout .section__in {
  width: 90%;
  margin: 0 auto;
}
#eventout h2 {
  width: 100%;
  margin-bottom: 25px;
}
#eventout h3 {
  font-size: 24px;
  text-align: center;
  line-height: 140%;
  font-weight: 600;
  color: #00AFC9;
  margin-bottom: 0.5em;
}
#eventout .whitebox {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 1em 20px 1em;
}
#eventout .subts {
  width: 100%;
  text-align: center;
  padding: 0.4em 0 0.5em 0;
  line-height: 100%;
  background-color: #00AFC9;
  color: #fff;
  margin-bottom: 1em;
}
#eventout .playbox {
  width: 90%;
  margin: 0 auto 1em auto;
}
#eventout p {
  padding-bottom: 0.5em;
  line-height: 125%;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
  color: #555555;
}

#section_cp {
  background-color: #fff;
  padding: 3px 0 30px 0;
  width: 410px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_cp {
    width: 100%;
  }
}
#section_cp .ttls {
  margin-bottom: 1em;
}
#section_cp .base_text {
  width: 90%;
  line-height: 180%;
  color: #8874AA;
  padding: 2em 0;
  margin: 0 auto;
}
#section_cp .stepbox {
  background-color: #f3f1f6;
  padding: 2em 5% 2em 5%;
}
#section_cp .stepbox .ttls2 {
  width: 100%;
  margin-bottom: 2em;
}
#section_cp .stepbox .inbox {
  width: 100%;
  margin: 0 auto;
}
#section_cp .stepbox .st01 {
  margin-bottom: 15px;
}
#section_cp .stepbox .st02 {
  margin-bottom: 30px;
}
#section_cp .stepbox a {
  display: block;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#section_cp .simekiri {
  padding: 1.25em 0;
  line-height: 160%;
  text-align: center;
  color: #8874AA;
}
#section_cp .oubotts {
  text-align: center;
  color: #8874aa;
  margin-bottom: 1.5em;
}
#section_cp .oubobox {
  width: 90%;
  height: 175px;
  background-color: #fff;
  overflow-y: scroll;
  color: #8874AA;
  /*font-family: 'Noto Sans JP';*/
  margin: 0 auto;
  border: 1px solid #8874AA;
}
#section_cp .oubobox .oubobox__in {
  padding: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section_cp .oubobox .oubobox__in {
    font-size: 3vw;
  }
}
#section_cp .oubobox .oubobox__in p {
  text-indent: -1em;
  padding-left: 1em;
}
#section_cp .oubobox .oubobox__in a {
  text-decoration: underline;
  color: #8874AA;
}

.aniline {
  position: relative;
}
.aniline.active .ani_left {
  width: 0%;
}
.aniline.active .ani_right {
  width: 0%;
}
.aniline .ani_left {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  background-color: #fff;
  transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
.aniline .ani_right {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0%;
  height: 15px;
  background-color: #fff;
  transform-origin: top right;
  transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}

.cardbox {
  position: relative;
  width: 100%;
  padding-bottom: 0.5em;
}
.cardbox.active1 .base01 {
  transform: scale(0, 1);
}
.cardbox.active1 .base01_on {
  transform: scale(0, 1);
}
.cardbox.active2 .base01 {
  opacity: 0;
  transform: scale(1, 1);
}
.cardbox.active2 .base01_on {
  opacity: 1;
  transform: scale(1, 1);
}
.cardbox .base01 {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
.cardbox .base01_on {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}

.poptext {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 0.25em 0 1em 0;
}

#section05 {
  /*
  	.video-js .vjs-big-play-button {
  	font-size: 3em;
  	line-height: 1.5em;
  	height: 1.63332em;
  	width: 2em;
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	padding: 0;
  	cursor: pointer;
  	opacity: 1;
  	border: .06666em solid #fff;
  	background-color: #2b333f;
  	background-color: rgba(43,51,63,.7);
  	border-radius: .3em;
  	transition: all .4s;
  	}
  */
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -0.75em;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.65em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.bc-player-aWso5Mmwc_default .vjs-poster {
  background-color: #fff;
}

.bc-player-gy2SgbKc5_default .vjs-poster {
  background-color: #fff;
}/*# sourceMappingURL=top.css.map */