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

.fonts {
  font-family: "Lato", sans-serif;
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
#section_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f2eb;
}
#section_top.active {
  opacity: 0;
}
#section_top .scroll {
  position: absolute;
  bottom: 18%;
  right: 5%;
  width: 7.5%;
  z-index: 5;
  display: none;
}
@media screen and (max-width:800px) {
  #section_top .scroll {
    display: block;
    z-index: 6;
  }
}
#section_top .arttext {
  width: 41.72%;
  position: absolute;
  top: 50%;
  left: 90%;
  z-index: 99;
  transform: translate(0%, -50%);
  will-change: left, transform;
}
@media screen and (max-width:800px) {
  #section_top .arttext {
    width: 85%;
  }
}
#section_top .maintext {
  width: 67.71%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section_top .maintext {
    width: 80%;
    transform: translate(-55%, -47.5%);
  }
}
#section_top .maintext .base {
  position: relative;
  z-index: 15;
}
#section_top .maintext .scaletext {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
#section_top .maintext .scaletext .bigtext {
  transform: translate(0%, 0%) scale(1);
  display: block;
}
@media screen and (max-width:800px) {
  #section_top .maintext .scaletext .bigtext {
    display: none;
  }
}
#section_top .maintext .scaletext .bigtext img {
  backface-visibility: hidden;
}
#section_top .maintext .scaletext .bigtextsp {
  transform: translate(0%, 0%) scale(1);
  display: none;
}
@media screen and (max-width:800px) {
  #section_top .maintext .scaletext .bigtextsp {
    display: block;
  }
}
#section_top .maintext .scaletext .bigtextsp img {
  backface-visibility: hidden;
}
#section_top .maintext .newp01 {
  position: absolute;
  width: 24.7%;
  left: 15%;
  bottom: 107.5%;
}
@media screen and (max-width:800px) {
  #section_top .maintext .newp01 {
    display: none;
  }
}
#section_top .maintext .newp02 {
  position: absolute;
  width: 24.7%;
  left: 90%;
  bottom: 82.5%;
}
@media screen and (max-width:800px) {
  #section_top .maintext .newp02 {
    display: none;
  }
}
#section_top .maintext .newp03 {
  position: absolute;
  width: 24.7%;
  left: -7%;
  top: 105%;
}
@media screen and (max-width:800px) {
  #section_top .maintext .newp03 {
    display: none;
  }
}
#section_top .maintext .newp04 {
  position: absolute;
  width: 24.7%;
  left: 82%;
  top: 110%;
}
@media screen and (max-width:800px) {
  #section_top .maintext .newp04 {
    display: none;
  }
}
#section_top .maintext .days {
  position: absolute;
  width: 37.63%;
  top: 121.5%;
  left: 21%;
}
@media screen and (max-width:800px) {
  #section_top .maintext .days {
    display: none;
  }
}
#section_top .bkcolors {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 42%;
  z-index: 1;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors {
    left: auto;
    right: 0;
  }
}
#section_top .bkcolors .colorimg01 {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg01 picture {
    display: block;
    height: 100%;
  }
}
#section_top .bkcolors .colorimg01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg01 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}
#section_top .bkcolors .colorimg02 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
#section_top .bkcolors .colorimg02.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg02 picture {
    display: block;
    height: 100%;
  }
}
#section_top .bkcolors .colorimg02 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg02 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}
#section_top .bkcolors .colorimg03 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#section_top .bkcolors .colorimg03.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg03 picture {
    display: block;
    height: 100%;
  }
}
#section_top .bkcolors .colorimg03 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg03 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}
#section_top .bkcolors .colorimg04 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#section_top .bkcolors .colorimg04.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg04 picture {
    display: block;
    height: 100%;
  }
}
#section_top .bkcolors .colorimg04 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section_top .bkcolors .colorimg04 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}

#section01 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 5;
}

#section01b {
  width: 100%;
  height: 150vh;
  position: relative;
  z-index: 5;
}

#section01c {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 5;
}

#section01d {
  width: 100%;
  height: 25vh;
  position: relative;
  z-index: 5;
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #141834;
  color: #fff;
}
#section02 .section__in {
  width: 70.7%;
  margin: 0 auto;
  /*padding: calc(170 / 1366)*100vw 0 calc(170 / 1366)*100vw 0;*/
  padding: 80px 0 12.4450951684vw 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 90%;
    padding: 10vw 0;
  }
}
#section02 h2 {
  font-size: 6.2225475842vw;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    font-size: 11.3333333333vw;
  }
}
#section02 .subtext {
  font-size: 0.9663250366vw;
  color: #fff;
  margin-bottom: 5.1244509517vw;
}
@media screen and (max-width:800px) {
  #section02 .subtext {
    font-size: 2.6666666667vw;
  }
}
#section02 .base_text {
  line-height: 210%;
  font-size: 1.0980966325vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    font-size: 3.2vw;
  }
}
#section02 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.8565153734vw;
}
#section02 .clumbox .text {
  width: 63.49%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section02 .clumbox .text .base_text01 {
  font-size: 0.9516837482vw;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .base_text01 {
    font-size: 2.8vw;
  }
}
#section02 .clumbox .text .base_text02 {
  margin-top: 9.5168374817vw;
  font-size: 0.9516837482vw;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .base_text02 {
    font-size: 2.8vw;
  }
}
#section02 .clumbox .text .base_text02 p {
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .base_text02 p {
    margin-top: 1em;
  }
}
#section02 .clumbox .photo {
  width: 32.27%;
  padding-top: 5.8565153734vw;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .photo {
    width: 80%;
    margin: 0 auto;
    order: 1;
    padding-top: 0;
    padding-bottom: 5vw;
  }
}
#section02 .clumbox .photo figure {
  width: 115%;
  margin-left: 0;
  margin-right: -15%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .photo figure {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

#section02_photo {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 15;
}

.spimgback {
  position: relative;
  z-index: 15;
}

main {
  overflow: hidden;
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -0.3660322108vw;
}
@media screen and (max-width:800px) {
  #section03 {
    margin-top: -0.3660322108vw;
  }
}
#section03 .section__in {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 90%;
  }
}
#section03 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .clumbox .titlephoto {
  width: 52.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto {
    width: 100%;
    order: 1;
  }
}
#section03 .clumbox .titlephoto h2 {
  width: 100%;
  position: relative;
  padding: 4.39238653vw 0 0 27.5%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto h2 {
    padding: 4.39238653vw 0 0 15%;
  }
}
#section03 .clumbox .titlephoto h2 figure {
  width: 39.65%;
  position: relative;
  z-index: 5;
}
#section03 .clumbox .titlephoto h2 .sub {
  font-size: 1.0980966325vw;
  font-weight: 500;
  color: #fff;
  padding-top: 0.25em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto h2 .sub {
    font-size: 2.6vw;
  }
}
#section03 .clumbox .titlephoto h2 .imgback {
  position: absolute;
  width: 130%;
  top: 50%;
  right: -8%;
  transform: translate(0, -70%);
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto h2 .imgback {
    right: -5%;
  }
}
#section03 .clumbox .titlephoto .photobox {
  width: 100%;
  margin-bottom: 16px;
}
#section03 .clumbox .titlephoto .photobox figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto .photobox {
    display: none;
  }
}
#section03 .clumbox .titlephoto .teamname {
  font-weight: 500;
  color: #00a0e9;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
}
#section03 .clumbox .titlephoto .teamname span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .titlephoto .teamname {
    display: none;
  }
}
#section03 .clumbox .text {
  width: 47.3%;
  background-color: #00a0e9;
  padding-top: 18.3016105417vw;
  padding-bottom: 25.6222547584vw;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text {
    width: 100%;
    order: 2;
    padding-top: 9.1508052709vw;
    padding-bottom: 18vw;
  }
}
#section03 .clumbox .text::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #00a0e9;
}
#section03 .clumbox .text .photobox_sp {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}
#section03 .clumbox .text .photobox_sp figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .photobox_sp figure {
    width: 117%;
    margin-right: 0%;
    margin-left: -17%;
  }
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .photobox_sp {
    display: block;
  }
}
#section03 .clumbox .text .teamname_sp {
  font-weight: 500;
  color: #fff;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
  display: none;
}
#section03 .clumbox .text .teamname_sp span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .teamname_sp {
    text-align: left;
    display: block;
  }
}
#section03 .clumbox .text .textin {
  position: relative;
  width: 81.5%;
  margin: 0 0 8.78477306vw auto;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .textin {
    width: 90%;
    margin: 0 2.5% 0 7.5%;
  }
}
#section03 .clumbox .text .textin h4 {
  font-weight: 500;
  font-size: 1.5373352855vw;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .textin h4 {
    font-size: 3.6vw;
  }
}
#section03 .clumbox .text .textin .base_text {
  line-height: 200%;
  font-size: 1.0980966325vw;
  text-align: justify;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .textin .base_text {
    font-size: 3.2vw;
  }
}
#section03 .clumbox .text .textin dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.0248901903vw;
  padding-top: 8.78477306vw;
  flex-wrap: wrap;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .textin dl {
    font-size: 2.8vw;
  }
}
#section03 .clumbox .text .textin dl dt {
  width: calc(100% - 7em);
  text-align: left;
}
#section03 .clumbox .text .textin dl dd {
  width: 7em;
  text-align: left;
}
#section03 .clumbox .text .textin .lastext {
  padding-top: 3.6603221083vw;
  text-align: right;
  font-size: 1.0980966325vw;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .text .textin .lastext {
    font-size: 2.8vw;
    padding-bottom: 10vw;
    padding-top: 5.4904831625vw;
  }
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -12.8111273792vw;
}
@media screen and (max-width:800px) {
  #section04 {
    margin-top: -6.4055636896vw;
  }
}
#section04 .section__in {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 90%;
  }
}
#section04 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .clumbox .titlephoto {
  width: 52.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .titlephoto {
    width: 100%;
    order: 1;
  }
}
#section04 .clumbox .titlephoto h2 {
  width: 100%;
  position: relative;
  padding: 4.39238653vw 0 0 37.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .titlephoto h2 {
    padding: 4.39238653vw 0 0 30%;
  }
}
#section04 .clumbox .titlephoto h2 figure {
  width: 75%;
  position: relative;
  z-index: 5;
}
#section04 .clumbox .titlephoto h2 .sub {
  font-size: 1.0980966325vw;
  font-weight: 500;
  color: #fff;
  padding-top: 0.5em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .titlephoto h2 .sub {
    font-size: 2.6vw;
  }
}
#section04 .clumbox .titlephoto h2 .imgback {
  position: absolute;
  width: 130%;
  top: 50%;
  left: -5%;
  transform: translate(0, -70%);
}
#section04 .clumbox .titlephoto .photobox {
  width: 100%;
  margin-bottom: 16px;
}
#section04 .clumbox .titlephoto .photobox figure {
  width: 127.5%;
  margin-left: -5%;
  margin-right: -22.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .titlephoto .photobox {
    display: none;
  }
}
#section04 .clumbox .titlephoto .teamname {
  font-weight: 500;
  color: #e50083;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
}
#section04 .clumbox .titlephoto .teamname span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .titlephoto .teamname {
    display: none;
  }
}
#section04 .clumbox .text {
  width: 47.3%;
  background-color: #e50083;
  padding-top: 18.3016105417vw;
  padding-bottom: 18.3016105417vw;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text {
    width: 100%;
    order: 2;
    padding-top: 9.1508052709vw;
    padding-bottom: 18vw;
  }
}
#section04 .clumbox .text::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #e50083;
}
#section04 .clumbox .text .photobox_sp {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}
#section04 .clumbox .text .photobox_sp figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .photobox_sp figure {
    width: 117%;
    margin-right: -17%;
    margin-left: 0%;
  }
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .photobox_sp {
    display: block;
  }
}
#section04 .clumbox .text .teamname_sp {
  font-weight: 500;
  color: #fff;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
  display: none;
}
#section04 .clumbox .text .teamname_sp span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .teamname_sp {
    display: block;
  }
}
#section04 .clumbox .text .textin {
  position: relative;
  width: 81.5%;
  margin: 0 auto 8.78477306vw 0;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .textin {
    width: 90%;
    margin: 0 7.5% 0 2.5%;
  }
}
#section04 .clumbox .text .textin h4 {
  font-weight: 500;
  font-size: 1.5373352855vw;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
#section04 .clumbox .text .textin h4.second {
  padding-top: 13.9092240117vw;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .textin h4 {
    font-size: 3.6vw;
  }
}
#section04 .clumbox .text .textin .base_text {
  line-height: 200%;
  font-size: 1.0980966325vw;
  text-align: justify;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .textin .base_text {
    font-size: 3.2vw;
  }
}
#section04 .clumbox .text .textin dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.0248901903vw;
  flex-wrap: wrap;
  line-height: 200%;
  padding-top: 7.3206442167vw;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .textin dl {
    font-size: 2.8vw;
  }
}
#section04 .clumbox .text .textin dl dt {
  width: calc(100% - 9em);
  text-align: left;
}
#section04 .clumbox .text .textin dl dd {
  width: 8em;
  text-align: left;
}
#section04 .clumbox .text .textin .lastext {
  padding-top: 3.6603221083vw;
  text-align: right;
  font-size: 1.0980966325vw;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text .textin .lastext {
    font-size: 2.8vw;
    padding-bottom: 10vw;
    padding-top: 5.4904831625vw;
  }
}

#section05 {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -12.8111273792vw;
}
@media screen and (max-width:800px) {
  #section05 {
    margin-top: -6.4055636896vw;
  }
}
#section05 .section__in {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    width: 90%;
  }
}
#section05 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .clumbox .titlephoto {
  width: 52.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .titlephoto {
    width: 100%;
    order: 1;
  }
}
#section05 .clumbox .titlephoto h2 {
  width: 100%;
  position: relative;
  padding: 4.39238653vw 0 0 27.5%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .titlephoto h2 {
    padding: 4.39238653vw 0 0 15%;
  }
}
#section05 .clumbox .titlephoto h2 figure {
  width: 55%;
  position: relative;
  z-index: 5;
}
#section05 .clumbox .titlephoto h2 .sub {
  font-size: 1.0980966325vw;
  font-weight: 500;
  color: #000;
  padding-top: 0.25em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .titlephoto h2 .sub {
    font-size: 2.6vw;
  }
}
#section05 .clumbox .titlephoto h2 .imgback {
  position: absolute;
  width: 130%;
  top: 50%;
  right: -5%;
  transform: translate(0, -70%);
}
#section05 .clumbox .titlephoto .photobox {
  width: 100%;
  margin-bottom: 16px;
}
#section05 .clumbox .titlephoto .photobox figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .titlephoto .photobox {
    display: none;
  }
}
#section05 .clumbox .titlephoto .teamname {
  font-weight: 500;
  color: #ddcd33;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
}
#section05 .clumbox .titlephoto .teamname span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .titlephoto .teamname {
    display: none;
  }
}
#section05 .clumbox .text {
  width: 47.3%;
  background-color: #fff100;
  padding-top: 18.3016105417vw;
  padding-bottom: 25.6222547584vw;
  position: relative;
  z-index: 5;
  color: #000;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text {
    width: 100%;
    order: 2;
    padding-top: 9.1508052709vw;
    padding-bottom: 22vw;
  }
}
#section05 .clumbox .text::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #fff100;
}
#section05 .clumbox .text .photobox_sp {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}
#section05 .clumbox .text .photobox_sp figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .photobox_sp figure {
    width: 117%;
    margin-right: 0%;
    margin-left: -17%;
  }
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .photobox_sp {
    display: block;
  }
}
#section05 .clumbox .text .teamname_sp {
  font-weight: 500;
  color: #000;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
  display: none;
}
#section05 .clumbox .text .teamname_sp span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .teamname_sp {
    display: block;
  }
}
#section05 .clumbox .text .textin {
  position: relative;
  width: 81.5%;
  margin: 0 0 8.78477306vw auto;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .textin {
    width: 90%;
    margin: 0 2.5% 0 7.5%;
  }
}
#section05 .clumbox .text .textin h4 {
  font-weight: 500;
  font-size: 1.5373352855vw;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .textin h4 {
    font-size: 3.6vw;
  }
}
#section05 .clumbox .text .textin .base_text {
  line-height: 200%;
  font-size: 1.0980966325vw;
  text-align: justify;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .textin .base_text {
    font-size: 3.2vw;
  }
}
#section05 .clumbox .text .textin dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.0248901903vw;
  padding-top: 8.78477306vw;
  flex-wrap: wrap;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .textin dl {
    font-size: 2.8vw;
  }
}
#section05 .clumbox .text .textin dl dt {
  width: calc(100% - 9em);
  text-align: left;
}
#section05 .clumbox .text .textin dl dd {
  width: 8em;
  text-align: left;
}
#section05 .clumbox .text .textin .lastext {
  padding-top: 3.6603221083vw;
  text-align: right;
  font-size: 1.0980966325vw;
}
@media screen and (max-width:800px) {
  #section05 .clumbox .text .textin .lastext {
    font-size: 2.8vw;
    padding-bottom: 10vw;
    padding-top: 5.4904831625vw;
  }
}

#section06 {
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: -12.8111273792vw;
}
@media screen and (max-width:800px) {
  #section06 {
    margin-top: -6.4055636896vw;
  }
}
#section06 .section__in {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 90%;
  }
}
#section06 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .clumbox .titlephoto {
  width: 52.7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .titlephoto {
    width: 100%;
    order: 1;
  }
}
#section06 .clumbox .titlephoto h2 {
  width: 100%;
  position: relative;
  padding: 4.39238653vw 0 0 37.5%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .titlephoto h2 {
    padding: 4.39238653vw 0 0 30%;
  }
}
#section06 .clumbox .titlephoto h2 figure {
  width: 55%;
  position: relative;
  z-index: 5;
}
#section06 .clumbox .titlephoto h2 .sub {
  font-size: 1.0980966325vw;
  font-weight: 500;
  color: #fff;
  padding-top: 0.5em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .titlephoto h2 .sub {
    font-size: 2.6vw;
  }
}
#section06 .clumbox .titlephoto h2 .imgback {
  position: absolute;
  width: 130%;
  top: 50%;
  left: -5%;
  transform: translate(0, -70%);
}
#section06 .clumbox .titlephoto .photobox {
  width: 100%;
  margin-bottom: 16px;
}
#section06 .clumbox .titlephoto .photobox figure {
  width: 127.5%;
  margin-left: -5%;
  margin-right: -22.5%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .titlephoto .photobox {
    display: none;
  }
}
#section06 .clumbox .titlephoto .teamname {
  font-weight: 500;
  color: #000;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
}
#section06 .clumbox .titlephoto .teamname span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .titlephoto .teamname {
    display: none;
  }
}
#section06 .clumbox .text {
  width: 47.3%;
  background-color: #000;
  padding-top: 18.3016105417vw;
  padding-bottom: 18.3016105417vw;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text {
    width: 100%;
    order: 2;
    padding-top: 9.1508052709vw;
    padding-bottom: 10.980966325vw;
  }
}
#section06 .clumbox .text::after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #000;
}
#section06 .clumbox .text .photobox_sp {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}
#section06 .clumbox .text .photobox_sp figure {
  width: 127.5%;
  margin-right: -5%;
  margin-left: -22.5%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .photobox_sp figure {
    width: 117%;
    margin-right: -17%;
    margin-left: 0%;
  }
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .photobox_sp {
    display: block;
  }
}
#section06 .clumbox .text .teamname_sp {
  font-weight: 500;
  color: #fff;
  padding: 0em 2.5% 0 0;
  text-align: right;
  line-height: 140%;
  display: none;
}
#section06 .clumbox .text .teamname_sp span {
  font-weight: 500;
  font-size: 120%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .teamname_sp {
    display: block;
  }
}
#section06 .clumbox .text .textin {
  position: relative;
  width: 81.5%;
  margin: 0 auto 8.78477306vw 0;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .textin {
    width: 90%;
    margin: 0 7.5% 0 2.5%;
  }
}
#section06 .clumbox .text .textin h4 {
  font-weight: 500;
  font-size: 1.5373352855vw;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
#section06 .clumbox .text .textin h4.second {
  padding-top: 13.9092240117vw;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .textin h4 {
    font-size: 3.6vw;
  }
}
#section06 .clumbox .text .textin .base_text {
  line-height: 200%;
  font-size: 1.0980966325vw;
  text-align: justify;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .textin .base_text {
    font-size: 3.2vw;
  }
}
#section06 .clumbox .text .textin dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.0248901903vw;
  flex-wrap: wrap;
  line-height: 200%;
  padding-top: 7.3206442167vw;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .textin dl {
    font-size: 2.8vw;
  }
}
#section06 .clumbox .text .textin dl dt {
  width: calc(100% - 9em);
  text-align: left;
}
#section06 .clumbox .text .textin dl dd {
  width: 8em;
  text-align: left;
}
#section06 .clumbox .text .textin .lastext {
  padding-top: 3.6603221083vw;
  text-align: right;
  font-size: 1.0980966325vw;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .textin .lastext {
    font-size: 2.8vw;
    padding-bottom: 10vw;
    padding-top: 5.4904831625vw;
  }
}

.pospo {
  width: 100%;
  position: relative;
}

#link03, #link04, #link05, #link06 {
  position: absolute;
  top: calc(-80px - 12.8111273792vw);
  width: 100%;
  left: 0;
}

ul.pcmenus_footer {
  width: 65%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: flex-start;
  padding: 0em 0em 3.5em 0;
}
@media screen and (max-width:800px) {
  ul.pcmenus_footer {
    width: 100%;
    max-width: 800px;
  }
}
ul.pcmenus_footer li {
  line-height: 100%;
}
ul.pcmenus_footer li.n01 {
  width: 11.66%;
}
ul.pcmenus_footer li.n02 {
  width: 12.66%;
}
ul.pcmenus_footer li.n03 {
  width: 17.16%;
}
ul.pcmenus_footer li.n04 {
  width: 14.5%;
}
ul.pcmenus_footer li.n05 {
  width: 13.16%;
}/*# sourceMappingURL=top.css.map */