@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

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 {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 3.9vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

footer {
  z-index: 30;
}

#section01 {
  width: 100%;
  padding: 0;
  background-color: #dedbd8;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .img .img_caption {
    text-align: right;
  }
}
#section01 .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section01 h1 {
  text-align: center;
}
#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01 .base_text {
  text-align: center;
}

#section02_ttl {
  width: 100%;
  padding: 12vw 0 2.5vw 0;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section02_ttl {
    padding: 60px 0 30px;
  }
}
#section02_ttl .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#section02_ttl h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#section02_ttl h2 .ttlbox {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}
#section02_ttl h2 .ttlbox .eng {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
#section02_ttl h2 .ttlbox .jpn {
  text-align: center;
}
#section02_ttl .base_text {
  text-align: center;
}

#section02_copy {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5vw 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section02_copy {
    background-color: #fff;
  }
}
#section02_copy .textimg {
  width: 24.3%;
  max-width: 112px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02_copy .textimg {
    width: 22.5%;
    max-width: 800px;
    padding: 10vw 0 12.5vw 0;
  }
}
#section02_copy .textimg::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  transition: all 1.5s linear 0.01s;
}
@media screen and (max-width:800px) {
  #section02_copy .textimg::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
#section02_copy .textimg.active::after {
  content: "";
  left: -150%;
}

#section03_ttl {
  width: 100%;
  padding: 12vw 0 2.5vw;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_ttl {
    padding: 60px 0 30px;
    background-color: #000;
    color: #fff;
  }
}
#section03_ttl .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#section03_ttl h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#section03_ttl h2 .ttlbox {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}
#section03_ttl h2 .ttlbox .eng {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section03_ttl h2 .ttlbox .eng {
    border-bottom: 1px solid #fff;
  }
}
#section03_ttl h2 .ttlbox .jpn {
  text-align: center;
}
#section03_ttl .base_text {
  text-align: center;
}

#section03_copy {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5vw 0;
  position: relative;
  z-index: 30;
}
#section03_copy .textimg {
  width: 24.3%;
  max-width: 112px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03_copy .textimg {
    width: 22.5%;
    max-width: 800px;
    padding: 10vw 0 12.5vw 0;
  }
}
#section03_copy .textimg::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  transition: all 1.5s linear 0.01s;
}
#section03_copy .textimg.active::after {
  content: "";
  left: -150%;
}

#section04_ttl {
  width: 100%;
  padding: 12vw 0 2.5vw;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section04_ttl {
    padding: 60px 0 30px;
  }
}
#section04_ttl .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#section04_ttl h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#section04_ttl h2 .ttlbox {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}
#section04_ttl h2 .ttlbox .eng {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
#section04_ttl h2 .ttlbox .eng span {
  width: 150%;
  display: block;
  margin-left: -25%;
  margin-right: -25%;
}
#section04_ttl h2 .ttlbox .jpn {
  text-align: center;
}
#section04_ttl .base_text {
  text-align: center;
}

#section04_copy {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5vw 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section04_copy {
    background-color: #fff;
  }
}
#section04_copy .textimg {
  width: 33.8%;
  max-width: 154px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04_copy .textimg {
    width: 30%;
    max-width: 800px;
    padding: 10vw 0 12.5vw 0;
  }
}
#section04_copy .textimg::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  transition: all 1.5s linear 0.01s;
}
@media screen and (max-width:800px) {
  #section04_copy .textimg::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
#section04_copy .textimg.active::after {
  content: "";
  left: -150%;
}

#section05_ttl {
  width: 100%;
  padding: 15vw 0 2.5vw;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section05_ttl {
    background-color: #000;
    padding: 60px 0 30px;
    color: #fff;
  }
}
#section05_ttl .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#section05_ttl h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#section05_ttl h2 .ttlbox {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}
#section05_ttl h2 .ttlbox .eng {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section05_ttl h2 .ttlbox .eng {
    border-bottom: 1px solid #fff;
  }
}
#section05_ttl h2 .ttlbox .eng span {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
}
#section05_ttl h2 .ttlbox .jpn {
  text-align: center;
}
#section05_ttl .base_text {
  text-align: center;
}

#section_fix02 {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/design/sky_pc.jpg) no-repeat center top;
  background-size: auto;
  background-size: auto 100%;
}

#section_fix03 {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-image: url(../images/design/photo02_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  background-size: 100% auto;
  opacity: 0;
  clip-path: inset(40% 0% 0% 0 round 0px);
}
#section_fix03.heightmax {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#section_fix03.active {
  opacity: 1;
}

#section_fix04 {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/design/photo03_pc.jpg) no-repeat center bottom;
  background-size: auto;
  background-size: cover;
  opacity: 0;
  clip-path: inset(40% 0% 0% 0 round 0px);
}
#section_fix04.heightmax {
  clip-path: inset(0% 0% 0% 0 round 0px);
}
#section_fix04.active {
  opacity: 1;
}

#section02 {
  width: 100%;
  position: relative;
  /*height: 58.46vw;*/
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section02 {
    display: none;
  }
}
#section02 figcaption {
  position: absolute;
  bottom: 8px;
  right: 22%;
  line-height: 100%;
  color: #fff;
  z-index: 31;
}

#section02_sp {
  display: none;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section02_sp {
    display: block;
    background-color: #fff;
  }
}
#section02_sp figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
  z-index: 31;
}

#section03 {
  width: 100%;
  position: relative;
  /*height: 58.46vw;*/
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03 {
    display: none;
  }
}
#section03 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
  z-index: 31;
}

#section03_sp {
  display: none;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_sp {
    display: block;
    background-color: #000;
  }
}

#section04 {
  width: 100%;
  position: relative;
  /*height: 58.46vw;*/
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section04 {
    display: none;
  }
}
#section04 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
  z-index: 31;
}

#section04_sp {
  display: none;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section04_sp {
    display: block;
    background-color: #fff;
  }
}

#section05 {
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section05 {
    display: none;
  }
}
#section05 figure {
  width: 100%;
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
#section05 figure.active {
  filter: grayscale(0%);
}
#section05 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

#section05_sp {
  display: none;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section05_sp {
    display: block;
    background-color: #000;
  }
}

#section06 {
  position: relative;
  z-index: 30;
  background-color: #fff;
  padding: 60px 0;
}
#section06 .text01 {
  text-align: center;
  margin-bottom: 1.5em;
}
#section06 .base_text {
  line-height: 160%;
  text-align: center;
  margin-bottom: 6em;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    margin-bottom: 3em;
  }
}
#section06 .section__in {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#section06 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .clumbox .zu {
  width: 53.5%;
  max-width: 556px;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .zu {
    width: 100%;
    max-width: 800px;
    margin-bottom: 8vw;
  }
}
#section06 .clumbox .text {
  width: 42.5%;
  max-width: 441px;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 0vw auto;
  }
}

#section07_ttl {
  width: 100%;
  padding: 15vw 0 2.5vw;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section07_ttl {
    padding: 60px 0 30px;
  }
}
#section07_ttl .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
#section07_ttl h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#section07_ttl h2 .ttlbox {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}
#section07_ttl h2 .ttlbox .eng {
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666;
}
#section07_ttl h2 .ttlbox .eng span {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
}
#section07_ttl h2 .ttlbox .jpn {
  text-align: center;
}
#section07_ttl .base_text {
  text-align: center;
}

#section07 {
  position: relative;
  z-index: 30;
}
#section07 .base {
  position: relative;
}
#section07 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

#section08 {
  width: 100%;
  background-color: #000;
  padding: 140px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 60px 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section08 ul.whitelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section08 ul.whitelist {
    margin-bottom: 50px;
  }
}
#section08 ul.whitelist li {
  width: 48.5%;
  background-color: #fff;
  padding: 1.5em 2em 2.5em 2em;
}
@media screen and (max-width:800px) {
  #section08 ul.whitelist li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section08 ul.whitelist li.long {
  width: 100%;
  padding: 0;
}
#section08 ul.whitelist .intext {
  width: 100%;
  margin-bottom: 35px;
  color: #fff;
  padding-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section08 ul.whitelist .intext {
    padding-top: 0em;
    margin-bottom: 7.5vw;
  }
}
#section08 ul.whitelist h3 {
  text-align: center;
}
#section08 ul.whitelist h3 span {
  position: relative;
  display: inline-block;
  position: relative;
  padding-bottom: 0.65em;
  margin-bottom: 0.85em;
}
#section08 ul.whitelist h3 span::after {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 10%;
}
#section08 ul.whitelist .base_text {
  line-height: 175%;
}
#section08 h4 {
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section08 h4 {
    font-size: 4.5vw;
  }
}
#section08 .dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section08 .dl {
    margin-bottom: 25px;
  }
}
#section08 .dl .ttls {
  width: 17%;
  text-align: center;
  padding: 0.5em 0 0.6em 0;
  background-color: #333333;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section08 .dl .ttls {
    width: 40%;
    font-size: 3.8vw;
  }
}
#section08 .dl .bases {
  width: 33%;
  padding: 0.5em 0 0.6em 3em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section08 .dl .bases {
    width: 60%;
    font-size: 3.8vw;
  }
}
#section08 .subtext {
  text-align: left;
  color: #fff;
  margin-bottom: 1em;
}
#section08 ul.lastlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #fff;
}
#section08 ul.lastlist li {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #fff;
  padding: 0.75em 0 0.8em 0em;
}
@media screen and (max-width:800px) {
  #section08 ul.lastlist li {
    width: 50%;
    font-size: 3.4vw;
  }
}
#section08 .lastext {
  margin-top: 0.75em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section08 .lastext {
    font-size: 3vw;
  }
}

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

/******************************/
body {
  overflow: visible;
}

#section_wasabi_uper {
  background-color: #000;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer {
  background-color: #000;
  position: relative;
  z-index: 20;
}

/********/
#section_wasabi_uper2 {
  background-color: #fff;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer2 {
  background-color: #fff;
  position: relative;
  z-index: 20;
}

/********/
#section_wasabi_uper3 {
  background-color: #000;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer3 {
  background-color: #000;
  position: relative;
  z-index: 20;
}

/*************/
#section_wasabi {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 25;
}
#section_wasabi .centerpos {
  width: 100%;
  height: 5px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in .base_00 {
    height: 107.5vw;
  }
}
#section_wasabi .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

/***************/
#section_wasabi2 {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 25;
}
#section_wasabi2 .centerpos {
  width: 100%;
  height: 5px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi2 .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi2 .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi2 .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in .base_00 {
    height: 107.5vw;
  }
}
#section_wasabi2 .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

#section_wasabi3 {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 25;
}
#section_wasabi3 .centerpos {
  width: 100%;
  height: 1px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi3 .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi3 .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi3 .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in .base_00 {
    height: 403px;
  }
}
#section_wasabi3 .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}/*# sourceMappingURL=design.css.map */