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

#sps {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

/*********************************/
#section01 {
  width: 100%;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0px 0 0 0;
    background-color: #fff;
  }
}
#section01 .inbox {
  width: 80%;
  position: absolute;
  top: 10%;
  left: 9.5%;
  text-align: left;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .inbox {
    width: 100%;
    padding: 7.5vw 5vw;
    position: relative;
    top: auto;
    left: auto;
  }
}
#section01 .inbox .text {
  line-height: 175%;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .inbox .text {
    color: #000;
  }
}
#section01 .inbox figure {
  width: 28%;
  max-width: 282px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section01 .inbox figure {
    width: 60%;
  }
}
#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 15vw 0;
  }
}
#section02 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #fff;
  text-align: right;
}
#section02 .tate {
  width: 13%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .tate {
    width: 32.5%;
  }
}

#section03 {
  width: 100%;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 0px 0 0 0;
  }
}
#section03 .base {
  position: relative;
}
#section03 .atens {
  position: absolute;
  top: calc(100% + 0.5em);
  right: 0.5em;
  color: #fff;
  text-align: right;
  z-index: 5;
  display: none;
}
@media screen and (max-width:800px) {
  #section03 .atens {
    display: block;
  }
}
#section03 .inbox {
  width: 90%;
  max-width: 640px;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  text-align: center;
  z-index: 5;
  transform: translate(-50%, 0);
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 .inbox {
    position: relative;
    padding: 15vw 0 0 0;
  }
}
#section03 .inbox .ttl {
  margin-bottom: 1em;
  letter-spacing: 0.15em;
}
#section03 .inbox .clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .inbox .clum {
    margin: 0 auto;
  }
}
#section03 .inbox .clum .text {
  width: 48.5%;
  line-height: 180%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section03 .inbox .clum .text {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section03 .inbox .clum .photo {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section03 .inbox .clum .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section03 .inbox .clum .photo figcaption {
  padding-top: 0.5em;
  text-align: right;
}
#section04 {
  width: 100%;
  position: relative;
  padding: 150px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 0 0 75px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section04 .atens {
    display: none;
  }
}
#section04 .train {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  #section04 .train {
    margin: 0 auto 40px auto;
  }
}
#section04 .zu01 {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media screen and (max-width:800px) {
  #section04 .zu01 {
    margin: 0 auto 25px auto;
  }
}
#section04 .zu01 figcaption {
  text-align: right;
  padding-top: 0.5em;
}
#section04 .ttls2 {
  text-align: center;
  margin-bottom: 1em;
}
#section04 .clum3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section04 .clum3 {
    width: 90%;
    margin: 0 auto;
  }
}
#section04 .clum3 .list1 {
  width: 33.3333333333%;
  border-right: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .list1 {
    width: 100%;
    border-right: 0;
  }
}
#section04 .clum3 .list2 {
  width: 33.3333333333%;
  border-right: 1px solid #ccc;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .list2 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
}
#section04 .clum3 .list3 {
  width: 33.3333333333%;
  border-right: 0px solid #ccc;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .list3 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
}
#section04 .clum3 .no {
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  font-weight: 700;
  margin-bottom: 0.25em;
}
#section04 .clum3 .no span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .boxs {
    padding: 1em 0;
    border-top: 1px solid #ccc;
  }
}
#section04 .clum3 .boxs.second {
  margin-top: 1.5em;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .boxs.second {
    margin-top: 0em;
  }
}
@media screen and (max-width:800px) {
  #section04 .clum3 .boxs ul.base_text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#section04 .clum3 .boxs ul.base_text li {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 .clum3 .boxs ul.base_text li {
    width: 50%;
  }
}
@media screen and (max-width:800px) {
  #section04 .clum3 .boxs ul.base_text li.long {
    width: 100%;
  }
}
#section04 .ttls3 {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #section04 .ttls3 {
    margin-top: 70px;
  }
}
#section04 .zu02 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section04 .zu02 {
    margin-bottom: 10px;
  }
}
#section04 .zu02 .zubox {
  width: 100%;
  margin-top: -2em;
}
@media screen and (max-width:800px) {
  #section04 .zu02 .zubox {
    margin-top: 0em;
    overflow-x: scroll;
  }
}
#section04 .zu02 figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section04 .zu02 figure {
    width: 200%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#section04 .ttls4 {
  text-align: center;
  margin-bottom: 1em;
}
#section04 .ttls4b {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 80px;
}
#section04 .clum4 {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#section04 .clum4 li {
  width: 24%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 .clum4 li {
    width: 48.5%;
    margin-bottom: 5vw;
  }
}
#section04 .clum4 li .names {
  text-align: center;
  padding: 0.5em 0 0.4em 0;
}
#section04 .clum3b {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#section04 .clum3b li {
  width: 31%;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}
@media screen and (max-width:800px) {
  #section04 .clum3b li {
    width: 48.5%;
    margin-bottom: 5vw;
  }
}
#section04 .clum3b li .names {
  text-align: center;
  padding: 0.2em 0 0.25em 0;
}
#section04 .clum3b li .ttms {
  margin-top: 0.75em;
  text-align: center;
}
#section04 .clum3b li figure {
  position: relative;
}
#section04 .clum3b li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section05 {
  width: 100%;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 0px 0 0 0;
    background-color: #fff;
  }
}
#section05 .inbox {
  width: 60%;
  position: absolute;
  top: 25%;
  left: 20%;
  text-align: right;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section05 .inbox {
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 10;
    color: #fff;
  }
}
#section05 .inbox .text {
  line-height: 175%;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section05 .inbox .text {
    color: #fff;
  }
}
#section05 .inbox figure {
  width: 28%;
  max-width: 282px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section05 .inbox figure {
    width: 60%;
  }
}
#section06 {
  width: 100%;
  position: relative;
  padding: 150px 0;
  background-color: #f7f8f8;
  color: #000;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 15vw 0;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 100%;
  }
}
#section06 h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
#section06 .base_text {
  line-height: 180%;
  margin-bottom: 1.5em;
  text-align: center;
}
#section06 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #000;
  text-align: right;
  z-index: 5;
}
#section06 .clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section06 .clum {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
#section06 .clum .left {
  width: 50%;
}
#section06 .clum .right {
  width: 50%;
}
#section06 .clum figcaption {
  padding-top: 0.5em;
}
#section06 .line3clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section06 .line3clum {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
#section06 .line3clum li {
  width: 33.3333333333%;
  text-align: center;
  border-top: 1px solid #666;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section06 .line3clum li {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
#section06 .line3clum li.linebottom {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section06 .line3clum li.linebottom.spno {
    border-bottom: 0px solid #666;
  }
}
#section06 .line3clum li .wide {
  width: 100%;
  text-align: center;
}
#section06 .line3clum li .names {
  text-align: center;
}
#section06 .line3clum li .times {
  text-align: center;
}
#section06 .zumap {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
#section06 .zumap figcaption {
  padding-top: 0.5em;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section06 .zumap {
    width: 90%;
    max-width: 800px;
  }
}

#section07 {
  width: 100%;
  position: relative;
  padding: 150px 0;
  background-color: #e3e3df;
  color: #000;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 15vw 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 90%;
  }
}
#section07 .photos {
  margin-bottom: 35px;
}
#section07 .photos figcaption {
  padding-top: 0.5em;
}
#section07 h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
#section07 .base_text {
  line-height: 180%;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07 .base_text {
    display: none;
  }
}
#section07 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #000;
  text-align: right;
  z-index: 5;
}
#section07 .namebox {
  text-align: center;
  margin-bottom: 30px;
}
#section07 .namebox .names {
  text-align: center;
  margin-bottom: 0.2em;
}
#section07 .base_text2 {
  text-align: left;
  line-height: 180%;
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .base_text2 {
    display: block;
    margin-bottom: 5vw;
  }
}
#section07 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .clumbox .photo {
  width: 36.5%;
}
@media screen and (max-width:800px) {
  #section07 .clumbox .photo {
    width: 52.5%;
  }
}
#section07 .clumbox .text {
  width: 60%;
}
@media screen and (max-width:800px) {
  #section07 .clumbox .text {
    width: 42.5%;
  }
}
#section07 .clumbox .text .base_text {
  text-align: left;
  line-height: 180%;
}
#section07 .clumbox .text ul.blacklist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .clumbox .text ul.blacklist li {
  width: 48%;
  padding: 0.45em 0 0.55em 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section07 .clumbox .text ul.blacklist li {
    width: 100%;
  }
}

#section08 {
  width: 100%;
  position: relative;
  padding: 150px 0;
  background-color: #f7f8f8;
  color: #000;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 15vw 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08 .section__in {
    width: 100%;
  }
}
#section08 h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
#section08 .base_text {
  line-height: 180%;
  margin-bottom: 1.5em;
  text-align: center;
}
#section08 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #000;
  text-align: right;
  z-index: 5;
}
#section08 .clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section08 .clum {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
#section08 .clum .left {
  width: 50%;
}
#section08 .clum .right {
  width: 50%;
}
#section08 .clum figcaption {
  padding-top: 0.5em;
}
#section08 .line3clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section08 .line3clum {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
#section08 .line3clum li {
  width: 33.3333333333%;
  text-align: center;
  border-top: 1px solid #666;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section08 .line3clum li {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
#section08 .line3clum li.linebottom {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section08 .line3clum li.linebottom.spno {
    border-bottom: 0px solid #666;
  }
}
#section08 .line3clum li .wide {
  width: 140%;
  text-align: center;
  margin-left: -20%;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  #section08 .line3clum li .wide {
    width: 100%;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#section08 .line3clum li .names {
  text-align: center;
}
#section08 .line3clum li .times {
  text-align: center;
}
#section08 .line3clum2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section08 .line3clum2 {
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
#section08 .line3clum2 li {
  width: 33.3333333333%;
  text-align: center;
  border-top: 1px solid #666;
  padding: 1em 0;
}
@media screen and (max-width:800px) {
  #section08 .line3clum2 li {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
#section08 .line3clum2 li.linebottom {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section08 .line3clum2 li.linebottom.spno {
    border-bottom: 0px solid #666;
  }
}
#section08 .line3clum2 li .wide {
  width: 140%;
  text-align: center;
  margin-left: -20%;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  #section08 .line3clum2 li .wide {
    width: 100%;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#section08 .line3clum2 li .names {
  text-align: center;
}
#section08 .line3clum2 li .times {
  text-align: center;
}
#section08 .zumap {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08 .zumap {
    width: 90%;
    max-width: 800px;
  }
}
#section08 .whitebox {
  width: 100%;
  background-color: rgba(204, 204, 204, 0.3);
  padding: 3em 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section08 .whitebox {
    width: 90%;
    margin: 0 auto;
  }
}
#section08 .whitebox .items {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section08 .whitebox .items {
    width: 100%;
    margin-bottom: 7vw;
  }
}
#section08 .whitebox .items .ttls {
  text-align: center;
  margin-bottom: 1em;
}
#section08 .whitebox .items figure figcaption {
  text-align: right;
  padding-top: 0.5em;
}
#section08 .whitebox .items .namess {
  text-align: center;
  padding: 0.5em;
}

#section09 {
  width: 100%;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section09 {
    padding: 15vw 0 0 0;
    background-color: #fff;
  }
}
#section09 .inbox {
  width: 12.9%;
  position: absolute;
  top: 10%;
  left: 9.5%;
  text-align: left;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section09 .inbox {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    text-align: center;
    transform: translate(0%, 0%);
    z-index: 10;
    color: #fff;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 15vw;
  }
}
#section09 .inbox figure {
  width: 100%;
  max-width: 168px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section09 .inbox figure {
    width: 35%;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  #section09 .scrollbase {
    overflow-x: scroll;
  }
}
@media screen and (max-width:800px) {
  #section09 .scrollbase figure {
    width: 200%;
  }
}

#section10 {
  width: 100%;
  position: relative;
  padding: 150px 0 0 0;
  background-color: #f7f8f8;
  color: #000;
}
@media screen and (max-width:800px) {
  #section10 {
    padding: 15vw 0 0 0;
  }
}
#section10 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section10 .section__in {
    width: 90%;
  }
}
#section10 h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
#section10 .base_text {
  line-height: 180%;
  margin-bottom: 1.5em;
  text-align: center;
}
#section10 .atens {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #000;
  text-align: right;
  z-index: 5;
}
#section10 .clum01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section10 .clum01 {
    margin-bottom: 40px;
  }
}
#section10 .clum01 .text {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section10 .clum01 .text {
    width: 100%;
  }
}
#section10 .clum01 .text .base_text {
  line-height: 180%;
  text-align: left;
}
#section10 .clum01 .text ul {
  width: 100%;
  margin-top: 3.5em;
}
@media screen and (max-width:800px) {
  #section10 .clum01 .text ul {
    margin-top: 1em;
  }
}
#section10 .clum01 .text ul li {
  margin-top: 0.5em;
  padding: 0.5em 0 0.6em 0;
  border: 1px solid #666;
  text-align: center;
}
#section10 .clum01 .zu {
  width: 67%;
}
@media screen and (max-width:800px) {
  #section10 .clum01 .zu {
    margin-top: 5vw;
    width: 100%;
  }
}
#section10 .clum01 .zu figcaption {
  padding-top: 0.5em;
  text-align: right;
}
#section10 .zu03 {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section10 .zu03 {
    margin-bottom: 40px;
  }
}
#section10 .zu03 figcaption {
  padding-top: 0.5em;
  text-align: right;
}
#section10 .whitebox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 30px 40px;
}
@media screen and (max-width:800px) {
  #section10 .whitebox {
    padding: 7vw 5vw;
  }
}
#section10 .whitebox.second {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section10 .whitebox.second {
    margin-top: 20px;
  }
}
#section10 .whitebox .ttlwhite {
  text-align: center;
  margin-bottom: 1em;
}
#section10 .whitebox .clumwhite {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section10 .whitebox .clumwhite .photo {
  width: 41.25%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section10 .whitebox .clumwhite .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section10 .whitebox .clumwhite .text {
  width: 56.25%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .text {
    width: 100%;
  }
}
#section10 .whitebox .clumwhite .text .base_text05 {
  line-height: 160%;
}
#section10 .whitebox .clumwhite .text .base_text06 {
  margin-top: 1.5em;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .text .base_text06 {
    display: none;
  }
}
#section10 .whitebox .clumwhite .text .base_text06 span {
  font-size: 75%;
}
#section10 .whitebox .clumwhite .text .base_text06_sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section10 .whitebox .clumwhite .text .base_text06_sp {
    display: block;
    margin-bottom: 1em;
  }
}
#section10 .whitebox .clumwhite .text .base_text06_sp .big {
  text-align: center;
}
#section10 .whitebox .clumwhite .text .base_text06_sp .mini {
  text-align: center;
  font-size: 75%;
}
#section10 .atensbox {
  width: 90%;
  max-width: 840px;
  margin: 100px auto 0 auto;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section10 .atensbox {
    margin: 50px auto 0 auto;
  }
}

footer .upperbox.color2 {
  background-color: #f7f8f8 !important;
}

@media screen and (max-width:800px) {
  footer .upperbox::after {
    background-color: rgba(255, 255, 255, 0);
  }
}

.scrolltext {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.5em;
  text-align: center;
  display: none;
}
@media screen and (max-width:800px) {
  .scrolltext {
    display: block;
  }
}

.scrolltext2 {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  display: none;
  color: #fff;
}
@media screen and (max-width:800px) {
  .scrolltext2 {
    display: block;
  }
}/*# sourceMappingURL=limited_location.css.map */