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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  /*background-color: #000;*/
}

/******************************************************************/
.photobox_animes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.photobox_animes .imgbox {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  transition: all 3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.photobox_animes .imgbox .movie_contena {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.photobox_animes .imgbox .movie_contena #movie001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photobox_animes .imgbox .base {
  position: relative;
  z-index: 5;
}
.photobox_animes .imgbox .base .lastcolor {
  filter: grayscale(100%);
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.75s;
}
.photobox_animes .imgbox .base .lastcolor.active {
  filter: grayscale(0%);
}
.photobox_animes .imgbox .base_off {
  position: relative;
  z-index: 5;
  opacity: 0;
}
.photobox_animes .imgbox .base_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.photobox_animes .imgbox .base_sky01 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky01.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.35);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky01.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
}
.photobox_animes .imgbox .base_sky01 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes .imgbox .base_sky02 {
  position: absolute;
  width: 136.4%;
  top: 0;
  left: 0%;
  z-index: 3;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02 {
    width: 189%;
  }
}
.photobox_animes .imgbox .base_sky02.active {
  left: -16.4%;
  transition: all 20s linear;
  transform: scale(1.25);
}
@media screen and (max-width:800px) {
  .photobox_animes .imgbox .base_sky02.active {
    left: -49%;
    transition: all 20s linear;
  }
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in {
  opacity: 1;
  transition: all 1.5s linear;
  position: relative;
  position: absolute;
  top: calc(100% + 8px);
  right: 5px;
}
.photobox_animes .imgbox .base_sky02 .base_sky01__in.active {
  opacity: 0;
}
.photobox_animes.active .imgbox {
  transform: scale(1);
}
.photobox_animes.active .mask01 {
  height: 0;
}
.photobox_animes.active .mask02 {
  width: 0;
}
.photobox_animes.active .mask03 {
  height: 0;
}
.photobox_animes.active .mask04 {
  width: 0;
}
.photobox_animes .mask01 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask01 {
    height: 25%;
  }
}
.photobox_animes .mask02 {
  position: absolute;
  top: 0;
  right: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask02 {
    width: 15%;
  }
}
.photobox_animes .mask03 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 19%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask03 {
    height: 25%;
  }
}
.photobox_animes .mask04 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5.44%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 10;
  transition: 4s cubic-bezier(0.11, 1.21, 0, 0.97);
}
@media screen and (max-width:800px) {
  .photobox_animes .mask04 {
    width: 15%;
  }
}

.k_title {
  width: 100%;
  text-align: center;
  position: relative;
}
.k_title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
}
.k_title span {
  display: inline-block;
  padding: 0 0.75em;
  background-color: #211f1f;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 5;
}

.k_base {
  padding: 1em 0 1.5em 0;
  border-bottom: 1px solid #999;
  margin-bottom: 150px;
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .k_base {
    margin-bottom: 50px;
  }
}

/**********************************************************************/
.photobox_animes01 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01 {
    margin-bottom: 16%;
  }
}
.photobox_animes01.nobotom {
  margin-bottom: 8px;
}
@media screen and (max-width:1300px) {
  .photobox_animes01.nobotom {
    margin-bottom: 0.6153846154%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes01.nobotom {
    margin-bottom: 2.1333333333%;
  }
}

.photobox_animes02 {
  margin-bottom: 8px;
}
@media screen and (max-width:1300px) {
  .photobox_animes02 {
    margin-bottom: 0%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02 {
    margin-bottom: 0%;
  }
}
.photobox_animes02.nobotom {
  margin-bottom: 8px;
  /*overflow: visible;*/
}
@media screen and (max-width:1300px) {
  .photobox_animes02.nobotom {
    margin-bottom: 0.6153846154%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes02.nobotom {
    margin-bottom: 2.1333333333%;
  }
}

.photobox_animes03 {
  margin-bottom: 60px;
}
@media screen and (max-width:1300px) {
  .photobox_animes03 {
    margin-bottom: 12.3076923077%;
  }
}
@media screen and (max-width:800px) {
  .photobox_animes03 {
    margin-bottom: 16%;
  }
}

.comingbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox01 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox01 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox01 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox01 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox01 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox01 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox01 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox01 .text .botanleft {
  text-align: left;
}
.comingbox01 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
  /*
  &::before{
  	content:"";
  	position: absolute;
  	width: 0%;
  	height: 2px;
  	background: rgba(255,255,255,0.75);
  	bottom:0;
  	left:0;
  	transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  }
  &:hover::before{
  	content:"";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	background: rgba(255,255,255,0.75);
  	bottom:0;
  	left:0;
  }
  	*/
}
.comingbox01 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}

.comingbox02 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox02 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox02 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox02 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
.comingbox02 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox02 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox02 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox02 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox02 .text .botanleft {
  text-align: left;
}
.comingbox02 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox02 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox02 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox02 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

.comingbox03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (max-width:1300px) {
  .comingbox03 {
    margin-bottom: 0%;
  }
}
@media screen and (max-width:800px) {
  .comingbox03 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 0%;
  }
}
.comingbox03 .text {
  width: 50%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  .comingbox03 .text {
    width: 100%;
  }
}
.comingbox03 .text .textin {
  margin-top: 2em;
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox03 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox03 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox03 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
  line-height: 160%;
}
.comingbox03 .text .botanleft {
  text-align: left;
}
.comingbox03 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox03 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox03 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox03 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}
.comingbox03 .photo {
  width: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  .comingbox03 .photo {
    width: 100%;
    margin-top: 0.3vw;
  }
}
.comingbox03 .photo figure {
  width: 130%;
  margin-left: -15%;
  margin-right: -15%;
}
@media screen and (max-width:800px) {
  .comingbox03 .photo figure {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}

.comingbox04 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 350px;
}
@media screen and (max-width:1300px) {
  .comingbox04 {
    margin-bottom: 26.9230769231%;
  }
}
@media screen and (max-width:800px) {
  .comingbox04 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox04 .text {
  width: 100%;
  font-weight: 300;
  position: relative;
  z-index: 15;
}
.comingbox04 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox04 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox04 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  .comingbox04 .text .textin01 {
    line-height: 160%;
  }
}
.comingbox04 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox04 .text .botanleft {
  text-align: left;
}
.comingbox04 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox04 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox04 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox04 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

.comingbox05 {
  width: 100%;
  text-align: right;
  margin-bottom: 140px;
}
@media screen and (max-width:1300px) {
  .comingbox05 {
    margin-bottom: 10.7692307692%;
  }
}
@media screen and (max-width:800px) {
  .comingbox05 {
    width: 80%;
    margin: 0 auto 0 auto;
    margin-bottom: 36.2666666667%;
  }
}
.comingbox05 .text {
  display: inline-block;
  font-weight: 300;
  position: relative;
  z-index: 15;
  text-align: left;
}
@media screen and (max-width:800px) {
  .comingbox05 .text {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
  }
}
.comingbox05 .text .textin {
  /*margin-top: 2em;*/
  width: 120%;
  margin-left: 0;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  .comingbox05 .text .textin {
    width: 100%;
    margin-right: 0%;
  }
}
.comingbox05 .text .textin01 {
  letter-spacing: 0.25em;
  margin-bottom: 0.5em;
}
.comingbox05 .text .textin02 {
  letter-spacing: 0.15em;
  margin-bottom: 5em;
}
.comingbox05 .text .botanleft {
  text-align: left;
}
.comingbox05 .text a {
  display: inline-block;
  width: 17.5em;
  position: relative;
  line-height: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  letter-spacing: 0.05em;
}
.comingbox05 .text a::after {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.1em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
.comingbox05 .text a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
.comingbox05 .text a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
}

/*********************************************************/
.sectiontext__in01 {
  /*background-color: rgba(255,255,0,0.2);*/
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  display: flex;
  align-items: center;
  transform: translate(0, -20%);
  z-index: 35;
}
@media screen and (max-width:800px) {
  .sectiontext__in01 {
    transform: translate(0, -25%);
  }
}
.sectiontext__in01 .textbox {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0em;
}
.sectiontext__in01 .text01 {
  /*background-color: rgba(255,0,0,0.3);*/
  /*
  -webkit-writing-mode:vertical-rl;//縦書きwebkit
  -ms-writing-mode: tb-rl;//縦書きIE
  writing-mode: vertical-rl;//縦書き
  */
  width: 100%;
  display: flex;
  justify-content: center;
  height: 20em;
  color: #fff;
}
.sectiontext__in01 .text01 span.tomainasu {
  margin-top: -0.5em;
}
.sectiontext__in01 .text01 div.intext {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 350%;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  .sectiontext__in01 .text01 div.intext {
    font-size: 4vw !important;
  }
}
.sectiontext__in01 .text01 div.intext span {
  display: inline-block;
}
.sectiontext__in01 .text01 div.intext span.tates {
  text-combine-upright: all;
}
.sectiontext__in01 .text01 div.intext span.tates span {
  opacity: 1 !important;
  transform: translate(0px, 0px) scale(1) !important;
  filter: blur(0px) !important;
}

.widetextinsbots {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
}

.minisss {
  position: absolute;
  top: calc(100% + 8px);
  right: 8px;
  color: #fff;
}

.minisssbbbb {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  padding-top: 0px;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssbbbb {
    margin-bottom: 25px;
  }
}

.minissscccc {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  padding-top: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minissscccc {
    margin-bottom: 25px;
  }
}

.minisssdddd {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssdddd {
    margin-bottom: 25px;
  }
}

.minissseeee {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minissseeee {
    padding-top: 8px;
    margin-bottom: 25px;
  }
}

.minisssffff {
  top: calc(100% + 8px);
  padding-right: 8px;
  color: #fff;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .minisssffff {
    margin-bottom: 25px;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
  display: inline-block;
  transform: translate(-15px, 0px) scale(1.5);
  filter: blur(6px);
}

.movetext span.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.movetext2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.8);
}

.movetext2.active {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active2 {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2 span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, -15px) scale(1.5);
  filter: blur(6px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 0.01);
}

.movetext2.active span {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
  filter: blur(0px);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.kyuuka {
  text-align: center;
}
#section03_sp {
  display: block;
  position: relative;
  z-index: 30;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section03_sp {
    display: block;
  }
}

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

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

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

/*********************************/
#section_wasabi {
  width: 100%;
  position: relative;
  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;
  height: 570px;
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in .base_00 {
    height: 570px;
  }
}
#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: 2210px;
  width: calc(2210px + (100vw - 1200px) / 2 + (100vw - 1200px) / 2);
  /*height: 378px;*/
  transform: scale(1);
  opacity: 1;
  position: relative;
  background-color: #fafafa;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
  /*
  figcaption{
  	position: absolute;
  	bottom:8px;
  	right:8px;
  	line-height: 100%;
  	color:#fff;
  }
  	*/
}
@media screen and (max-width:1200px) {
  #section_wasabi .section_wasabi__in ul.contenas li.list01 {
    width: calc(2210px + 5vw + 10vw);
    padding-left: 5vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in ul.contenas li.list01 {
    width: calc(2210px + 0vw + 10vw);
    padding-left: 0;
    padding-right: 10vw;
  }
}
#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: 2210px;
    /*height: 378px;*/
  }
}
#section_wasabi .section_wasabi__in ul.contenas li.list01 .masks {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgb(255, 0, 0);
}

#section01 {
  width: 100%;
  background-color: #fff;
}
#section01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 0;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    padding: 120px 0;
  }
}
#section01 h2 {
  width: 24px;
  margin: 0 auto 120px auto;
  transition: all 1.4s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  -ms-filter: blur(6px);
  filter: blur(6px);
  /*transform: scale(1.1);*/
}
#section01 h2.active {
  -ms-filter: blur(0px);
  filter: blur(0px);
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section01 h2 {
    width: 4vw;
    margin: 5vw auto 20vw auto;
  }
}
#section01 h3 {
  width: 45vw;
  max-width: 237px;
  margin: 0 auto;
}
#section01 .base_text {
  line-height: 300%;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section01 .base_text {
    margin-top: 4.5em;
    line-height: 280%;
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 30;
  padding: 0 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 0px 0;
  }
}
#section02 .section__in {
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 90%;
  }
}
#section02 .section__in h2 {
  text-align: center;
  margin-bottom: 90px;
}
#section02 .section__in h2 span.bigs {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.15em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #666;
  font-weight: 500;
}
#section02 .section__in h2 span.minis {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 500;
}
#section02 .section__in .subtext {
  text-align: left;
  padding-left: 1em;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section02 .section__in .subtext {
    text-align: center;
    letter-spacing: 0.35em;
  }
}
#section02 .section__in .markbox {
  width: 100%;
  max-width: 486px;
  margin: 0 auto 85px auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .section__in .markbox {
    margin: 0 auto 50px auto;
  }
}
#section02 .section__in .markbox .base {
  position: relative;
}
#section02 .section__in .markbox .base1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section02 .section__in .markbox .base2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section02 .section__in .markbox .base3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section02 .section__in .markbox .base4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section02 .section__in .textclumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .section__in .textclumbox {
    width: 85%;
    margin: 0 auto;
  }
}
#section02 .section__in .textclumbox .left {
  width: 56%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .textclumbox .left {
    width: 100%;
    margin-bottom: 25vw;
  }
}
#section02 .section__in .textclumbox .left .intext {
  letter-spacing: 0.1em;
  line-height: 300%;
}
#section02 .section__in .textclumbox .right {
  width: 44%;
}
@media screen and (max-width:800px) {
  #section02 .section__in .textclumbox .right {
    width: 100%;
  }
}
#section02 .section__in .textclumbox .right h3 {
  margin-bottom: 2.5em;
  font-weight: 500;
}
#section02 .section__in .textclumbox .right h4 {
  letter-spacing: 0.1em;
  margin-bottom: 0.95em;
}
#section02 .section__in .textclumbox .right .base_text {
  width: 130%;
  margin-left: 0;
  margin-right: -30%;
  line-height: 210%;
  letter-spacing: 0.05em;
  margin-bottom: 6em;
}
@media screen and (max-width:800px) {
  #section02 .section__in .textclumbox .right .base_text {
    width: 115%;
    margin-left: 0;
    margin-right: -15%;
    letter-spacing: 0em;
  }
}

#secion_movies {
  width: 100%;
  position: relative;
  z-index: 35;
  background-color: #fff;
  padding-bottom: 180px;
}
@media screen and (max-width:800px) {
  #secion_movies {
    padding-bottom: 120px;
  }
}
#secion_movies .section__in {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #secion_movies .section__in {
    width: 100%;
  }
}
#secion_movies .moviebox {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: 0;
  padding-top: 56.25%; /* (1080 ÷ 1920) × 100 */
}
#secion_movies .moviebox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 端まで埋める。比率は保持 */
}
#secion_movies .moviebox .movieplay {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: url(../images/concept/samnai.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  transition: all 0.5s linear 0.01s;
  cursor: pointer;
}
#secion_movies .moviebox .movieplay:hover {
  opacity: 0.6;
}
#secion_movies .moviebox .movieplay.active {
  opacity: 0;
  pointer-events: none;
}

#section07 {
  width: 100%;
  position: relative;
  z-index: 28;
  background-color: #000;
  color: #fff;
  padding: 160px 0 20px 0;
}
@media screen and (max-width:1300px) {
  #section07 {
    padding-top: 12.3076923077vw;
    padding-bottom: 1.5384615385vw;
  }
}
@media screen and (max-width:800px) {
  #section07 {
    padding-top: 37.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
#section07 .section__in {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 35;
}
@media screen and (max-width:1300px) {
  #section07 .section__in {
    width: 69.2307692308%;
  }
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 100%;
  }
}
#section07 .attentions {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section07 .attentions {
    width: 90%;
    margin: 0 auto;
  }
}

#section__achieve {
  width: 100%;
  position: relative;
  z-index: 35;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section__achieve {
    padding-bottom: 90px;
  }
}
#section__achieve h2 {
  text-align: center;
  font-weight: 500;
}
#section__achieve .section__in {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
#section__achieve .clum01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section__achieve .clum01 {
    margin-top: 0px;
  }
}
#section__achieve .clum01 .left {
  width: 35.5%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum01 .left {
    width: 60%;
    margin-top: 10vw;
  }
}
#section__achieve .clum01 .left figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum01 .left figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum01 .left figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum01 .left figcaption {
    padding: 1em;
  }
}
#section__achieve .clum01 .right {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum01 .right {
    width: 100%;
    margin-top: 5vw;
  }
}
#section__achieve .clum01 .right figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum01 .right figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum01 .right figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum01 .right figcaption {
    padding: 1em;
  }
}
#section__achieve .clum02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section__achieve .clum02 {
    margin-top: 0px;
  }
}
#section__achieve .clum02 .left {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum02 .left {
    width: 100%;
    margin-top: 5vw;
  }
}
#section__achieve .clum02 .left figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum02 .left figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum02 .left figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum02 .left figcaption {
    padding: 1em;
  }
}
#section__achieve .clum02 .right {
  width: 35.5%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum02 .right {
    width: 60%;
    margin-top: 5vw;
    margin-left: auto;
  }
}
#section__achieve .clum02 .right figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum02 .right figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum02 .right figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum02 .right figcaption {
    padding: 1em;
  }
}
#section__achieve .clum03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 {
    margin-top: 0px;
  }
}
#section__achieve .clum03 .left {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .left {
    width: 60%;
    margin-top: 10vw;
  }
}
#section__achieve .clum03 .left figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum03 .left figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum03 .left figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .left figcaption {
    padding: 1em;
  }
}
#section__achieve .clum03 .mid {
  width: 24.2%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .mid {
    width: 50%;
    margin-top: 5vw;
    margin: 5vw auto 0 auto;
  }
}
#section__achieve .clum03 .mid figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum03 .mid figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum03 .mid figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
  width: 120%;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .mid figcaption {
    padding: 1em;
    width: 140%;
    margin-right: -40%;
  }
}
#section__achieve .clum03 .right {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .right {
    width: 60%;
    margin-top: 5vw;
    margin-left: auto;
  }
}
#section__achieve .clum03 .right figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum03 .right figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum03 .right figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum03 .right figcaption {
    padding: 1em;
  }
}
#section__achieve .clum04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section__achieve .clum04 {
    margin-top: 0px;
  }
}
#section__achieve .clum04 .left {
  width: 35.5%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum04 .left {
    width: 60%;
    margin-top: 10vw;
  }
}
#section__achieve .clum04 .left figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum04 .left figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum04 .left figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum04 .left figcaption {
    padding: 1em;
  }
}
#section__achieve .clum04 .right {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum04 .right {
    width: 100%;
    margin-top: 5vw;
  }
}
#section__achieve .clum04 .right figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum04 .right figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum04 .right figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum04 .right figcaption {
    padding: 1em;
  }
}
#section__achieve .clum05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section__achieve .clum05 {
    margin-top: 0px;
  }
}
#section__achieve .clum05 .left {
  width: 59.8%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum05 .left {
    width: 100%;
    margin-top: 5vw;
  }
}
#section__achieve .clum05 .left figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum05 .left figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum05 .left figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum05 .left figcaption {
    padding: 1em;
  }
}
#section__achieve .clum05 .right {
  width: 35.5%;
}
@media screen and (max-width:800px) {
  #section__achieve .clum05 .right {
    width: 50%;
    margin-top: 5vw;
    margin-left: auto;
  }
}
#section__achieve .clum05 .right figure {
  width: 100%;
  position: relative;
}
#section__achieve .clum05 .right figure .fade__inon {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section__achieve .clum05 .right figcaption {
  text-align: left;
  padding: 1em 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section__achieve .clum05 .right figcaption {
    padding: 1em;
    width: 160%;
    margin-left: -60%;
    text-align: right;
  }
}
#section__achieve .anis {
  margin-top: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section__achieve .anis {
    text-align: right;
    padding-right: 1em;
  }
}

#section__slidertitle {
  width: 100%;
  position: relative;
  z-index: 35;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section__slidertitle {
    padding-bottom: 30px;
  }
}
#section__slidertitle h2 {
  text-align: center;
  font-weight: 500;
}
#section__slidertitle .section__in {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

#section__about {
  width: 100%;
  position: relative;
  z-index: 35;
  padding: 200px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section__about {
    padding: 90px 0;
  }
}
#section__about h2 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#section__about .section__in {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section__about .section__in {
    width: 100%;
    max-width: 750px;
  }
}
#section__about .lines {
  width: 1px;
  height: 90px;
  margin: 48px auto;
  background-color: #999;
}
#section__about .toyotalogo {
  width: 54%;
  max-width: 232px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section__about .toyotalogo {
    max-width: 800px;
  }
}
#section__about .subtext {
  text-align: center;
  padding: 4em 0 1.5em 0;
  letter-spacing: 0.1em;
}
#section__about .linebox {
  width: 100%;
  border-top: 1px solid #999;
  padding: 60px 5%;
}
@media screen and (max-width:800px) {
  #section__about .linebox {
    max-width: 800px;
    padding: 15vw 5vw 10vw 5vw;
  }
}
#section__about .linebox .ttl01 {
  width: 25%;
  max-width: 79px;
  margin: 0 auto 68px auto;
}
@media screen and (max-width:800px) {
  #section__about .linebox .ttl01 {
    margin: 0 auto 10.5vw auto;
  }
}
#section__about .linebox .hitobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section__about .linebox .hitobox {
    flex-wrap: wrap;
  }
}
#section__about .linebox .hito {
  width: 26.55%;
}
@media screen and (max-width:800px) {
  #section__about .linebox .hito {
    width: 45%;
    margin: 0 auto 5vw auto;
    order: 2;
  }
}
#section__about .linebox .hito .names {
  line-height: 160%;
  padding-top: 0.5em;
}
#section__about .linebox .text {
  width: 67.2%;
}
@media screen and (max-width:800px) {
  #section__about .linebox .text {
    width: 90%;
    margin: 0 auto 10vw auto;
    order: 1;
  }
}
#section__about .linebox .text .text01 {
  margin-bottom: 1em;
}
#section__about .linebox .text .text02 {
  line-height: 180%;
  width: 130%;
  margin-right: -30%;
}
@media screen and (max-width:800px) {
  #section__about .linebox .text .text02 {
    width: 100%;
    margin: 0 auto;
  }
}
#section__about .linebox2 {
  width: 100%;
  border-top: 1px solid #999;
  padding: 60px 0%;
}
@media screen and (max-width:800px) {
  #section__about .linebox2 {
    max-width: 800px;
    padding: 15vw 5vw 15vw 5vw;
  }
}
#section__about .linebox2 .ttl01 {
  width: 50%;
  max-width: 172px;
  margin: 0 auto 68px auto;
}
@media screen and (max-width:800px) {
  #section__about .linebox2 .ttl01 {
    margin: 0 auto 10.5vw auto;
  }
}
#section__about .linebox2 h4 {
  width: 52.5%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section__about .linebox2 h4 {
    margin-left: 5%;
  }
}
#section__about .linebox2 .base_text {
  line-height: 180%;
  margin-bottom: 3.5em;
}
@media screen and (max-width:800px) {
  #section__about .linebox2 .base_text {
    width: 90%;
    margin: 0 auto 3.5em auto;
  }
}
#section__about .linebox2 .zu {
  width: 80%;
  margin-left: 20%;
}
@media screen and (max-width:800px) {
  #section__about .linebox2 .zu {
    width: 100%;
    margin-left: 0%;
  }
}
#section__about .linebox3 {
  width: 100%;
  border-top: 1px solid #999;
  padding: 60px 0%;
}
@media screen and (max-width:800px) {
  #section__about .linebox3 {
    max-width: 800px;
    padding: 15vw 5vw 15vw 5vw;
  }
}
#section__about .linebox3 h4 {
  width: 52.5%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section__about .linebox3 h4 {
    margin-left: 5%;
  }
}
#section__about .linebox3 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section__about .linebox3 .clumbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section__about .linebox3 .clumbox .text {
  width: 58.5%;
}
@media screen and (max-width:800px) {
  #section__about .linebox3 .clumbox .text {
    width: 100%;
    order: 1;
    margin-bottom: 10vw;
  }
}
#section__about .linebox3 .clumbox .text h5 {
  margin-bottom: 1.5em;
}
#section__about .linebox3 .clumbox .text .base_text {
  line-height: 180%;
}
#section__about .linebox3 .clumbox .photo {
  width: 34.6%;
}
@media screen and (max-width:800px) {
  #section__about .linebox3 .clumbox .photo {
    width: 100%;
    order: 2;
  }
}
#section__about .linebox4 {
  width: 100%;
  border-top: 1px solid #999;
  padding: 60px 0%;
}
@media screen and (max-width:800px) {
  #section__about .linebox4 {
    max-width: 800px;
    padding: 15vw 5vw 15vw 5vw;
  }
}
#section__about .linebox4 h4 {
  width: 100%;
  margin-bottom: 1.5em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section__about .linebox4 h4 {
    margin-left: 5%;
  }
}
#section__about .linebox4 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section__about .linebox4 .clumbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section__about .linebox4 .clumbox .text {
  width: 58.5%;
}
@media screen and (max-width:800px) {
  #section__about .linebox4 .clumbox .text {
    width: 100%;
    order: 1;
    margin-bottom: 10vw;
  }
}
#section__about .linebox4 .clumbox .text h5 {
  margin-bottom: 0.85em;
}
#section__about .linebox4 .clumbox .text .base_text {
  line-height: 180%;
}
#section__about .linebox4 .clumbox .text .base_text .tyuu {
  display: inline-block;
  padding-top: 1em;
}
#section__about .linebox4 .clumbox .photo {
  width: 34.6%;
}
@media screen and (max-width:800px) {
  #section__about .linebox4 .clumbox .photo {
    width: 100%;
    order: 2;
  }
}
#section__about .linebox5 {
  width: 100%;
  border-top: 1px solid #999;
  padding: 60px 0%;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section__about .linebox5 {
    max-width: 800px;
    padding: 15vw 5vw 15vw 5vw;
  }
}
#section__about .linebox5 h4 {
  width: 100%;
  margin-bottom: 1.5em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section__about .linebox5 h4 {
    margin-left: 5%;
  }
}
#section__about .linebox5 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section__about .linebox5 .clumbox {
    width: 90%;
    margin: 0 auto;
  }
}
#section__about .linebox5 .clumbox .text {
  width: 58.5%;
}
@media screen and (max-width:800px) {
  #section__about .linebox5 .clumbox .text {
    width: 100%;
    order: 1;
    margin-bottom: 10vw;
  }
}
#section__about .linebox5 .clumbox .text h5 {
  margin-bottom: 0.85em;
}
#section__about .linebox5 .clumbox .text .base_text {
  line-height: 180%;
}
#section__about .linebox5 .clumbox .text .base_text .tyuu {
  display: inline-block;
  padding-top: 1em;
  line-height: 160%;
}
#section__about .linebox5 .clumbox .photo {
  width: 34.6%;
}
@media screen and (max-width:800px) {
  #section__about .linebox5 .clumbox .photo {
    width: 100%;
    order: 2;
  }
}/*# sourceMappingURL=brand.css.map */