#load {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 150;
  opacity: 1;
}
#load.off {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease 0.1s;
}
#load span {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-top-color: #007BD0;
  border-radius: 50%;
  -webkit-animation: spinLoad 0.7s linear 0s infinite;
          animation: spinLoad 0.7s linear 0s infinite;
  transform-origin: center;
}

.effect {
  transition: all 0.5s ease;
}

.inview.opacity {
  opacity: 1;
}

.inview.translatey {
  transform: translateY(0px);
}

.opacity {
  opacity: 0;
}

.translatey {
  transform: translateY(20px);
}

.delay1 {
  transition-delay: 0s !important;
}

.delay2 {
  transition-delay: 0.25s !important;
}

.delay3 {
  transition-delay: 0.5s !important;
}

.delay4 {
  transition-delay: 0.75s !important;
}

.delay5 {
  transition-delay: 1s !important;
}

.delay6 {
  transition-delay: 1.25s !important;
}

.delay7 {
  transition-delay: 1.5s !important;
}

.delay8 {
  transition-delay: 1.75s !important;
}

.delay9 {
  transition-delay: 2s !important;
}

.delay10 {
  transition-delay: 2.25s !important;
}

.delay11 {
  transition-delay: 2.5 !important;
}

@-webkit-keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pukapuka {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -20px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes pukapuka {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(5px, -20px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes pukapuka2 {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-10px, -30px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@keyframes pukapuka2 {
  0% {
    transform: translate(0, 0%);
  }
  50% {
    transform: translate(-10px, -30px);
  }
  100% {
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes scrollAnimation {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes scrollAnimation {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(3, 3);
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(3, 3);
    opacity: 0;
  }
}
/*----------------------------------*/
/* STYLE RESET 
/----------------------------------*/
* {
  box-sizing: border-box;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

::before,
::after {
  box-sizing: border-box;
}

main {
  display: block;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  transition: 0.3s;
  color: #111;
}

img {
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transition: all 0.4s ease;
  color: #111;
}

a:hover {
  opacity: 0.6;
}

input,
select,
textarea {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 0;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  height: 100%;
  color: #111;
}

.blue {
  color: #007BD0;
}

body {
  position: relative;
  z-index: 0;
  line-height: 1;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #111;
  letter-spacing: 0.05em;
  font-weight: 500;
}
body p {
  line-height: 2;
}

.flex {
  display: flex;
}

.sp {
  display: none !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.header > .wrapper {
  padding-top: 38px;
}
.header > .wrapper > .inner {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header > .wrapper > .inner .left {
  width: 430px;
}
.header > .wrapper > .inner .left img {
  width: 100%;
  height: auto;
}
.header > .wrapper > .inner .right .link {
  width: 230px;
  height: 38px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  background-color: #eee;
  padding-left: 14px;
  padding-right: 14px;
}
.header > .wrapper > .inner .right .link .text {
  font-size: 1.7rem;
  color: #007BD0;
  font-weight: 700;
  padding-bottom: 3px;
}
.header > .wrapper > .inner .right .link .img-wrapper.arrow {
  padding-right: 12px;
}
.header > .wrapper > .inner .right .link .img-wrapper.logo-mark {
  padding-top: 4px;
  padding-right: 7px;
}

.section h3 {
  font-size: 4.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.section h3 .en {
  font-size: 2.3rem;
  padding-top: 5px;
  line-height: 1.5;
  color: #007BD0;
  display: block;
  text-align: center;
}
.section.kv {
  position: relative;
}
.section.kv > .wrapper {
  padding-top: 90px;
}
.section.kv > .wrapper > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.kv > .wrapper > .inner .anniversary-logo {
  padding-bottom: 2vw;
  width: 31.25%;
  min-width: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease;
}
.section.kv > .wrapper > .inner .anniversary-logo.loaded {
  opacity: 1;
  transform: translateY(0px);
}
.section.kv > .wrapper > .inner .anniversary-logo img {
  width: 100%;
  height: auto;
}
.section.kv > .wrapper > .inner h1 {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease 0.25s;
}
.section.kv > .wrapper > .inner h1.loaded {
  opacity: 1;
  transform: translateY(0px);
}
.section.kv > .wrapper > .inner h1 .text-small {
  display: block;
  font-size: 2.7rem;
  line-height: 1.83;
  font-weight: 700;
  padding-bottom: 12px;
}
.section.kv > .wrapper > .inner h1 .text-large {
  font-weight: 700;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.section.kv > .wrapper > .inner h1 .text-large .blue {
  display: inline;
}
.section.kv > .wrapper > .inner h1 .text-large .num {
  display: inline;
  font-weight: 700;
  font-size: 8rem;
  letter-spacing: -0.4em;
  padding-right: 24px;
}
.section.kv > .wrapper > .inner .circle {
  display: block;
  position: absolute;
}
.section.kv > .wrapper > .inner .circle img {
  width: 100%;
  height: auto;
}
.section.kv > .wrapper > .inner .circle.left1 {
  width: 4.3vw;
  top: 9.92%;
  left: 21.78%;
  -webkit-animation: pukapuka 6s ease-in-out 0s infinite;
          animation: pukapuka 6s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.left2 {
  width: 10.07vw;
  top: 26%;
  left: 3.44%;
  -webkit-animation: pukapuka 4s ease-in-out 0s infinite;
          animation: pukapuka 4s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.left3 {
  width: 3.125vw;
  top: 42.33%;
  left: 24.45%;
  -webkit-animation: pukapuka 3s ease-in-out 0s infinite;
          animation: pukapuka 3s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.left4 {
  width: 6.25vw;
  top: 68.61%;
  left: 21.875%;
  -webkit-animation: pukapuka 8s ease-in-out 0s infinite;
          animation: pukapuka 8s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.left5 {
  -webkit-animation: pukapuka 7s ease-in-out 0s infinite;
          animation: pukapuka 7s ease-in-out 0s infinite;
}
.section.kv > .wrapper > .inner .circle.right1 {
  width: 6.4vw;
  top: 4.09%;
  right: 17.9%;
  -webkit-animation: pukapuka 5s ease-in-out 0s infinite;
          animation: pukapuka 5s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.right2 {
  width: 4.76vw;
  top: 42.33%;
  right: 19%;
  -webkit-animation: pukapuka 8s ease-in-out 0s infinite;
          animation: pukapuka 8s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.right3 {
  width: 2.5vw;
  top: 71.97%;
  right: 7.81%;
  -webkit-animation: pukapuka 6s ease-in-out 0s infinite;
          animation: pukapuka 6s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.right4 {
  width: 3.51vw;
  top: 77%;
  right: 24.84%;
  -webkit-animation: pukapuka 4s ease-in-out 0s infinite;
          animation: pukapuka 4s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .circle.right5 {
  width: 4.06vw;
  top: 107.35%;
  right: 8.83%;
  -webkit-animation: pukapuka 3s ease-in-out 0s infinite;
          animation: pukapuka 3s ease-in-out 0s infinite;
  z-index: -1;
}
.section.kv > .wrapper > .inner .scroll-mark {
  position: absolute;
  left: 11.71vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.section.kv > .wrapper > .inner .scroll-mark .text {
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007BD0;
  padding-bottom: 15px;
}
.section.kv > .wrapper > .inner .scroll-mark .line {
  display: block;
  width: 1px;
  height: 120px;
  background-color: #007BD0;
  position: relative;
}
.section.kv > .wrapper > .inner .scroll-mark .line::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  background-color: #007BD0;
  -webkit-animation: scrollAnimation 2s ease-in-out 0s infinite;
          animation: scrollAnimation 2s ease-in-out 0s infinite;
}
.section.intro > .wrapper {
  padding-top: 9vw;
}
.section.intro > .wrapper > .inner {
  position: relative;
}
.section.intro > .wrapper > .inner .circle {
  display: block;
  position: absolute;
}
.section.intro > .wrapper > .inner .circle img {
  width: 100%;
  height: auto;
}
.section.intro > .wrapper > .inner .circle.left1 {
  width: 11.3vw;
  left: -5.07%;
  top: -10%;
}
.section.intro > .wrapper > .inner .circle.right1 {
  width: 16.7vw;
  right: 4.53%;
  top: -50%;
  mix-blend-mode: multiply;
  -webkit-animation: pukapuka2 6s ease-in-out 0s infinite;
          animation: pukapuka2 6s ease-in-out 0s infinite;
}
.section.intro > .wrapper > .inner .lead {
  font-size: 2.1rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.section.intro > .wrapper > .inner h3 {
  padding-bottom: 32px;
}
.section.intro > .wrapper > .inner .left {
  width: 80%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  max-width: initial;
  max-width: auto;
}
.section.intro > .wrapper > .inner .right {
  width: 57.5%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.section.intro > .wrapper > .inner .right .intro-img {
  width: 100%;
  height: auto;
  margin-top: -3.5%;
}
.section.greeting > .wrapper {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.greeting > .wrapper > .inner {
  background-color: #fff;
  border-radius: 5px;
  width: 80%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
}
.section.greeting > .wrapper > .inner .box.top {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.section.greeting > .wrapper > .inner .box.top h3 {
  text-align: center;
}
.section.greeting > .wrapper > .inner .box.top .button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 5.1%;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
.section.greeting > .wrapper > .inner .box.top .button svg {
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}
.section.greeting > .wrapper > .inner .box.top .button svg .a {
  fill: #f5f5f5;
}
.section.greeting > .wrapper > .inner .box.top.open .button svg {
  transform: rotate(180deg);
}
.section.greeting > .wrapper > .inner .box.bottom {
  display: none;
}
.section.greeting > .wrapper > .inner .box.bottom .inner {
  width: 80%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  min-width: auto;
  min-width: initial;
  border-top: 1px solid #eee;
  padding-top: 35px;
  padding-bottom: 39px;
}
.section.greeting > .wrapper > .inner .box .text {
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 21px;
}
.section.greeting > .wrapper > .inner .box .text.text-right {
  text-align: right;
}
.section.history {
  overflow: hidden;
}
.section.history > .wrapper > .inner {
  position: relative;
  padding-top: 85px;
}
.section.history > .wrapper > .inner .luxy {
  positon: relative;
  z-index: -1;
}
.section.history > .wrapper > .inner .circle {
  position: absolute;
}
.section.history > .wrapper > .inner .circle img {
  mix-blend-mode: multiply;
}
.section.history > .wrapper > .inner .circle.circle1 {
  width: 23.75vw;
  left: -6.33vw;
  top: 9vw;
}
.section.history > .wrapper > .inner .circle.circle2 {
  bottom: 7vw;
  right: -2.65vw;
  width: 20.54vw !important;
}
.section.history > .wrapper > .inner .circle.circle3 {
  width: 4.69vw;
  top: 5.5vw;
  left: 28vw;
}
.section.history > .wrapper > .inner .circle.circle4 {
  top: 26vw;
  left: -7.26vw;
  width: 32.19vw;
  z-index: -1;
}
.section.history > .wrapper > .inner .circle.circle5 {
  top: 5.2vw;
  right: -7.34vw;
  width: 26.4vw;
  z-index: -1;
}
.section.history > .wrapper > .inner .circle.circle6 {
  width: 14vw;
  left: 7.42vw;
  bottom: -15.1vw;
}
.section.history > .wrapper > .inner .circle.circle7 {
  width: 7.81vw;
  top: 10.3vw;
  right: 11.48vw;
}
.section.history > .wrapper > .inner .circle.circle8 {
  width: 28.6vw;
  top: -9.5vw;
  left: -3.98vw;
}
.section.history > .wrapper > .inner .circle.circle9 {
  width: 5.31vw;
  right: 13.28vw;
  top: 20vw;
}
.section.history > .wrapper > .inner .circle.circle10 {
  width: 36.17vw;
  right: -7.34vw;
  top: 40.3vw;
  z-index: 1;
  max-width: 700px;
}
.section.history > .wrapper > .inner .circle.circle11 {
  width: 27.18vw;
  bottom: 3.5vw;
  left: -4.3vw;
  z-index: 1;
  max-width: 500px;
}
.section.history > .wrapper > .inner .img-wrapper {
  display: block;
}
.section.history > .wrapper > .inner .img-wrapper img {
  width: 100%;
  height: auto;
}
.section.history > .wrapper > .inner .img-wrapper:not(.circle):not(.illust) img {
  border-radius: 5px;
}
.section.history > .wrapper > .inner .caption {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto;
}
.section.history > .wrapper > .inner h3 {
  text-align: center;
  padding-bottom: 51px;
}
.section.history > .wrapper > .inner .block {
  position: relative;
  padding-bottom: 9.18%;
}
.section.history > .wrapper > .inner .block:last-of-type {
  padding-bottom: 60px;
}
.section.history > .wrapper > .inner .block > .inner {
  width: 80%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
}
.section.history > .wrapper > .inner .block::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle {
  margin: 0 auto 26px;
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.inview:after {
  -webkit-animation: blink 1.8s linear infinite;
          animation: blink 1.8s linear infinite;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.light-blue {
  background-color: #93D1D3;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.light-blue::after {
  background-color: #93D1D3;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.yellow {
  background-color: #F5C42D;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.yellow:after {
  background-color: #F5C42D;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.red {
  background-color: #EE7740;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.red:after {
  background-color: #EE7740;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.green {
  background-color: #A8CD2D;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.green:after {
  background-color: #A8CD2D;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.blue {
  background-color: #1A98BB;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.blue:after {
  background-color: #1A98BB;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.white {
  background-color: #E9E6D4;
}
.section.history > .wrapper > .inner .block .year-wrapper .year-circle.white:after {
  background-color: #E9E6D4;
}
.section.history > .wrapper > .inner .block .year-wrapper .year {
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 90px;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .era-name {
  font-size: 4.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .num .text-large {
  font-size: 10.1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.32em;
  color: #007BD0;
  text-align: center;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .num .text-large.string {
  font-size: 8.5rem;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .num .text-small {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding-left: 23px;
  padding-bottom: 5px;
  font-size: 5.3rem;
  letter-spacing: 0.1em;
  color: #007BD0;
  text-align: center;
}
.section.history > .wrapper > .inner .block .year-wrapper .year .ad {
  font-size: 4.1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.history > .wrapper > .inner .block .row {
  padding-bottom: 68px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.history > .wrapper > .inner .block .row:last-of-type {
  padding-bottom: 0;
}
.section.history > .wrapper > .inner .block .row .event-title {
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom: 25px;
}
.section.history > .wrapper > .inner .block .row .event-title.last-section {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
.section.history > .wrapper > .inner .block .row .event-title.last-section .num {
  letter-spacing: -0.32em;
  padding-right: 14px;
}
.section.history > .wrapper > .inner .block .row .event-title.no-margin {
  padding-bottom: 0;
}
.section.history > .wrapper > .inner .block .row .event-description {
  font-size: 1.8rem;
  font-weight: 500;
}
.section.history > .wrapper > .inner .block .row .center:not(.caption) {
  width: 100%;
  text-align: center;
  padding-bottom: 36px;
  margin-top: -27px;
}
.section.history > .wrapper > .inner .block .row .left {
  width: 44%;
}
.section.history > .wrapper > .inner .block .row .right {
  width: 44%;
}
.section.history > .wrapper > .inner .block.history1987 .row1 .right .img-wrapper {
  display: block;
  margin: 0 auto;
  width: 69.4%;
  position: relative;
}
.section.history > .wrapper > .inner .block.history1987 .row1 .right .img-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 190px;
  background-image: url(/35th/img/history_1987_img1-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -74px;
  top: -70px;
}
.section.history > .wrapper > .inner .block.history1987 .row1 .right .img-wrapper img {
  width: 100%;
  height: auto;
}
.section.history > .wrapper > .inner .block.history1987 .row1 .right .caption {
  width: 69.4%;
}
.section.history > .wrapper > .inner .block.history1987 .row2 {
  align-items: center;
}
.section.history > .wrapper > .inner .block.history1987 .row2 .luxy {
  width: 100%;
}
.section.history > .wrapper > .inner .block.history1987 .row2 .left .img-wrapper {
  width: 100%;
}
.section.history > .wrapper > .inner .block.history1989 .year-wrapper {
  position: relative;
}
.section.history > .wrapper > .inner .block.history1989 .year-wrapper .year .num .text-small {
  padding-left: 38px;
  padding-bottom: 0;
  margin-bottom: -4px;
}
.section.history > .wrapper > .inner .block.history1989 .illust.illust1 {
  width: 20%;
  height: auto;
  position: absolute;
  right: -13.9%;
  bottom: 10%;
  z-index: -2;
}
.section.history > .wrapper > .inner .block.history1989 .illust.illust2 {
  position: absolute;
  width: 18.16%;
  height: auto;
  left: -6.73%;
  bottom: 2%;
  z-index: -1;
}
.section.history > .wrapper > .inner .block.history1989 .row1 .right .img-wrapper {
  width: 69.4%;
  margin: 0 auto;
}
.section.history > .wrapper > .inner .block.history1989 .row1 .right .caption {
  width: 69.4%;
}
.section.history > .wrapper > .inner .block.history1992 .illust.illust1 {
  width: 18.67%;
  height: auto;
  position: absolute;
  right: -13.9%;
  top: 114px;
}
.section.history > .wrapper > .inner .block.history1992 .row1 {
  position: relative;
}
.section.history > .wrapper > .inner .block.history1992 .row1 .right .img-wrapper {
  width: 69.4%;
  margin: 0 auto;
}
.section.history > .wrapper > .inner .block.history1992 .row1 .right .caption {
  width: 69.4%;
}
.section.history > .wrapper > .inner .block.history1992 .row2 {
  align-items: center;
}
.section.history > .wrapper > .inner .block.history1992 .row2 .right {
  padding-bottom: 40px;
}
.section.history > .wrapper > .inner .block.history1992 .row2 .right .img-wrapper {
  width: 86.57%;
  margin-left: 5.78%;
}
.section.history > .wrapper > .inner .block.history1994 .year-wrapper {
  position: relative;
}
.section.history > .wrapper > .inner .block.history1994 .illust.illust1 {
  position: absolute;
  bottom: 0;
  left: 16.43%;
  width: 44%;
}
.section.history > .wrapper > .inner .block.history1994 .illust.illust1 img {
  width: 27.3%;
  height: auto;
}
.section.history > .wrapper > .inner .block.history1998 {
  padding-bottom: 4.18%;
}
.section.history > .wrapper > .inner .block.history1998 .year-wrapper {
  position: relative;
}
.section.history > .wrapper > .inner .block.history1998 .year-wrapper .year {
  width: 400px;
}
.section.history > .wrapper > .inner .block.history1998 .year-wrapper .year .num .text-large {
  letter-spacing: -0.4em;
}
.section.history > .wrapper > .inner .block.history1998 .year-wrapper .year .num .text-large:first-of-type {
  padding-right: 22px;
}
.section.history > .wrapper > .inner .block.history1998 .year-wrapper .year .num .text-large:nth-of-type(2) {
  padding-right: 7px;
}
.section.history > .wrapper > .inner .block.history1998 .illust.illust1 {
  position: absolute;
  bottom: 0;
  left: -11.22%;
  width: 23.26%;
}
.section.history > .wrapper > .inner .block.history1998 .row2 {
  padding-bottom: 0px;
}
.section.history > .wrapper > .inner .block.history1998 .row2 > .left .img-wrapper {
  margin: 0 auto;
}
.section.history > .wrapper > .inner .block.history1998 .row2 > .right .left {
  margin-right: auto;
  margin-left: 0;
}
.section.history > .wrapper > .inner .block.history1998 .row2 > .right .right {
  margin-left: auto;
  margin-right: 0;
}
.section.history > .wrapper > .inner .block.history1998 .row2 > .right .img-wrapper.right {
  margin-top: 8.5%;
}
.section.history > .wrapper > .inner .block.history1998 .row2 .img-wrapper {
  width: 65%;
}
.section.history > .wrapper > .inner .block.history1998 .row2 .caption {
  width: 65%;
}
.section.history > .wrapper > .inner .block.history2001 .row1 .right {
  position: relative;
}
.section.history > .wrapper > .inner .block.history2001 .row1 .right .img-wrapper {
  width: 39.35%;
  position: absolute;
  bottom: -54%;
  right: -10%;
}
.section.history > .wrapper > .inner .block.history2001 .row2 .right {
  padding-top: 8%;
}
.section.history > .wrapper > .inner .block.history2001 .row2 .right .illust2 {
  width: 84%;
  margin-left: auto;
  margin-right: 0;
}
.section.history > .wrapper > .inner .block.history2013 .year-wrapper {
  position: relative;
}
.section.history > .wrapper > .inner .block.history2013 .year-wrapper .illust1 {
  position: absolute;
  width: 44%;
  bottom: -10%;
  text-align: center;
}
.section.history > .wrapper > .inner .block.history2013 .year-wrapper .illust1 img {
  width: 51.62%;
}
.section.history > .wrapper > .inner .block.history2020 {
  padding-bottom: 0%;
}
.section.history > .wrapper > .inner .block.history2020 .row1 {
  position: relative;
  z-index: 3;
}
.section.history > .wrapper > .inner .block.history2020 .row2 {
  flex-direction: row-reverse;
  padding-bottom: 8.26%;
  position: relative;
  z-index: 3;
}
.section.history > .wrapper > .inner .block.history2020 .row2 .left {
  padding-top: 6.73%;
}
.section.history > .wrapper > .inner .block.history2020 .row2 .right .img-wrapper {
  width: 66.66%;
  margin-left: 14.8%;
}
.section.history > .wrapper > .inner .block.history2020 .row3 .left {
  position: relative;
  z-index: 2;
  padding-top: 7.85%;
}
.section.history > .wrapper > .inner .block.history2020 .row3 .left .img-wrapper {
  width: 55%;
  margin: 0 auto;
}
.section.history > .wrapper > .inner .block.history2020 .row3 .right {
  position: relative;
  z-index: 2;
}
.section.history > .wrapper > .inner .block.history2020 .row3 .right .img-wrapper {
  width: 55%;
  margin-left: 28.7%;
}
.section.history > .wrapper > .inner .block.history2022 {
  padding-top: 9.18%;
  position: relative;
  overflow: hidden;
}
.section.history > .wrapper > .inner .block.history2022 .layer {
  width: 100%;
  height: 90.82%;
  z-index: -1;
  position: absolute;
  top: 9.18%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.section.history > .wrapper > .inner .block.history2022 .block {
  z-index: 1;
  position: relative;
}
.section.history > .wrapper > .inner .block.history2022 .year-wrapper {
  position: relative;
}
.section.history > .wrapper > .inner .block.history2022 .illust {
  position: absolute;
}
.section.history > .wrapper > .inner .block.history2022 .illust.illust1 {
  width: 15.3%;
  right: -2.04%;
  bottom: -33%;
}
.section.history > .wrapper > .inner .block.history2022 .illust.illust2 {
  width: 26.5%;
  left: -8.57%;
  bottom: -5%;
}
.section.history > .wrapper > .inner .block.history2022 .illust.illust3 {
  position: static;
  width: 32.85%;
  margin-left: -9%;
}
.section.history > .wrapper > .inner .block.history2022 .row1 .img-wrapper:not(.illust) {
  padding-top: 15px;
  width: 33.67%;
  margin: 0 auto;
}

#particles-js1,
#particles-js2,
#particles-js3,
#particles-js4,
#particles-js5,
#particles-js6,
#particles-js7,
#particles-js8 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#particles-js-wrapper {
  z-index: 1;
}

footer {
  position: relative;
}
footer .page-top {
  position: absolute;
  right: 3.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -111px;
  z-index: 10;
}
footer .page-top svg {
  transform: rotate(-90deg);
  width: 40px;
  height: 40px;
}
footer .page-top svg .a {
  fill: #f5f5f5;
}
footer .page-top .text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007BD0;
  padding-top: 12px;
}
footer .copyright {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #007BD0;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

@media screen and (max-width: 999px) {
  #load span {
    width: 30px;
    height: 30px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .header > .wrapper {
    padding-top: 16px;
  }
  .header > .wrapper > .inner {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    align-items: center;
  }
  .header > .wrapper > .inner .left {
    width: 80px;
  }
  .header > .wrapper > .inner .left img.sp {
    width: 80px;
    height: auto;
  }
  .header > .wrapper > .inner .right .link {
    width: 164px;
    height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 12px;
  }
  .header > .wrapper > .inner .right .link .text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    padding-bottom: 0;
  }
  .header > .wrapper > .inner .right .link .img-wrapper.arrow {
    display: flex;
    align-items: center;
    width: 22px;
    height: 14px;
    padding-right: 23px;
  }
  .header > .wrapper > .inner .right .link .img-wrapper.arrow img {
    width: 14px;
    height: 14px;
  }
  .header > .wrapper > .inner .right .link .img-wrapper.logo-mark {
    width: 36px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .header > .wrapper > .inner .right .link .img-wrapper.logo-mark img {
    width: 100%;
    height: auto;
  }

  main {
    display: block;
    overflow: hidden;
  }

  .section h3 {
    font-size: 2.8rem;
  }
  .section h3 .en {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 5px;
  }
  .section.kv {
    height: auto;
  }
  .section.kv > .wrapper {
    padding-top: 53px;
  }
  .section.kv > .wrapper > .inner .anniversary-logo {
    width: 63.75%;
    padding-top: 13%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 43px;
    min-width: auto;
    min-width: initial;
    opacity: 0;
  }
  .section.kv > .wrapper > .inner h1 .text-small {
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 0px;
  }
  .section.kv > .wrapper > .inner h1 .text-large {
    font-size: 3.5rem;
  }
  .section.kv > .wrapper > .inner h1 .text-large .num {
    font-size: 5.2rem;
    padding-right: 15px;
  }
  .section.kv > .wrapper > .inner .circle.left1 {
    width: 6.25vw;
    height: 6.25vw;
    top: 6.5%;
    left: 15.625vw;
  }
  .section.kv > .wrapper > .inner .circle.left2 {
    width: 20.3vw;
    left: -12.19vw;
    top: 26%;
  }
  .section.kv > .wrapper > .inner .circle.left3 {
    left: 9.375vw;
    width: 6.25vw;
    top: 50%;
  }
  .section.kv > .wrapper > .inner .circle.left4 {
    display: none;
  }
  .section.kv > .wrapper > .inner .circle.left5 {
    width: 4.69vw;
    left: 25.625vw;
    bottom: 33vw;
  }
  .section.kv > .wrapper > .inner .circle.right1 {
    width: 12.5vw;
    right: 6.25vw;
    top: 6.5%;
  }
  .section.kv > .wrapper > .inner .circle.right2 {
    display: none;
  }
  .section.kv > .wrapper > .inner .circle.right3 {
    width: 7.5vw;
    right: 2.5vw;
    top: 46%;
  }
  .section.kv > .wrapper > .inner .circle.right4 {
    width: 6.56vw;
    right: 22vw;
    top: 63.5%;
  }
  .section.kv > .wrapper > .inner .circle.right5 {
    width: 9.375vw;
    right: -4.06vw;
    top: auto;
    bottom: 24%;
  }
  .section.kv > .wrapper > .inner .scroll-mark {
    left: 3.125vw;
    bottom: 94px;
  }
  .section.kv > .wrapper > .inner .scroll-mark .text {
    font-size: 1.7rem;
    padding-bottom: 6px;
  }
  .section.kv > .wrapper > .inner .scroll-mark .line {
    height: 60px;
  }
  .section.kv > .wrapper > .inner .scroll-mark .line::before {
    width: 5px;
    height: 5px;
  }
  .section.intro {
    overflow: hidden;
  }
  .section.intro > .wrapper {
    padding-top: 50px;
  }
  .section.intro > .wrapper > .inner .circle.left1 {
    display: none;
  }
  .section.intro > .wrapper > .inner .circle.right1 {
    width: 31.25vw;
    right: -5.625vw;
    top: -45%;
  }
  .section.intro > .wrapper > .inner .lead {
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 85px;
  }
  .section.intro > .wrapper > .inner h3 {
    padding-bottom: 20px;
  }
  .section.intro > .wrapper > .inner .left {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.intro > .wrapper > .inner .right {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin-right: 0;
  }
  .section.intro > .wrapper > .inner .right .intro-img {
    margin-top: 0;
  }
  .section.greeting > .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.greeting > .wrapper > .inner {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.greeting > .wrapper > .inner .box.top {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.greeting > .wrapper > .inner .box.top h3 {
    text-align: left;
  }
  .section.greeting > .wrapper > .inner .box.top .button {
    width: 30px;
    height: 30px;
    right: 0;
  }
  .section.greeting > .wrapper > .inner .box.top .button svg {
    width: 30px;
    height: 30px;
  }
  .section.greeting > .wrapper > .inner .box.bottom {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.greeting > .wrapper > .inner .box.bottom .inner {
    width: 100%;
    padding-bottom: 36px;
  }
  .section.greeting > .wrapper > .inner .box .text {
    padding-bottom: 18px;
  }
  .section.history > .wrapper {
    padding-top: 57px;
  }
  .section.history > .wrapper > .inner {
    padding-top: 0;
  }
  .section.history > .wrapper > .inner .circle.circle1 {
    width: 47.5vw;
    top: 17.5vw;
    left: -27vw;
  }
  .section.history > .wrapper > .inner .circle.circle2 {
    width: 41.25vw !important;
    left: -18.25vw;
    right: auto;
    bottom: auto;
    bottom: 22%;
  }
  .section.history > .wrapper > .inner .circle.circle3 {
    width: 12.5vw;
    left: 10.63vw;
  }
  .section.history > .wrapper > .inner .circle.circle4 {
    width: 64.4vw;
    right: -31.25vw;
    left: auto;
    top: 166vw;
  }
  .section.history > .wrapper > .inner .circle.circle5 {
    width: 84.38vw;
    left: -34.38vw;
    right: auto;
    top: auto;
    bottom: 190px;
  }
  .section.history > .wrapper > .inner .circle.circle6 {
    width: 39.38vw;
    left: -13.75vw;
    bottom: 40vw;
    z-index: -1;
  }
  .section.history > .wrapper > .inner .circle.circle7 {
    width: 31.25vw;
    right: -12.5vw;
    top: 51.8vw;
    z-index: -1;
  }
  .section.history > .wrapper > .inner .circle.circle8 {
    width: 57.2vw;
    left: -24.38vw;
    top: -30vw;
    z-index: 2;
  }
  .section.history > .wrapper > .inner .circle.circle9 {
    width: 12.5vw;
    right: -4.375vw;
    top: 30vw;
  }
  .section.history > .wrapper > .inner .circle.circle10 {
    width: 95.63vw;
    right: -49.375vw;
    top: 120vw;
  }
  .section.history > .wrapper > .inner .circle.circle11 {
    width: 48.13vw;
    left: -10.625vw;
    bottom: 120vw;
  }
  .section.history > .wrapper > .inner .caption {
    font-size: 1.5rem;
  }
  .section.history > .wrapper > .inner .block {
    padding-bottom: 107px;
  }
  .section.history > .wrapper > .inner .block:last-of-type {
    padding-bottom: 20px;
  }
  .section.history > .wrapper > .inner .block > .inner {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year-circle {
    width: 10px;
    height: 10px;
    margin: 0 auto 33px;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year {
    margin-bottom: 42px;
    width: 160px;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .era-name {
    font-size: 2.8rem;
    padding-bottom: 5px;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .num {
    margin-top: -11px;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .num .text-large {
    font-size: 7.4rem;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .num .text-large.string {
    font-size: 6rem;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .num .text-small {
    font-size: 3.8rem;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .section.history > .wrapper > .inner .block .year-wrapper .year .ad {
    font-size: 2.8rem;
  }
  .section.history > .wrapper > .inner .block .row {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .section.history > .wrapper > .inner .block .row .event-title {
    font-size: 2.1rem;
    line-height: 1.6;
    padding-bottom: 18px;
  }
  .section.history > .wrapper > .inner .block .row .event-title.last-section {
    font-size: 3.4rem;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 8px;
  }
  .section.history > .wrapper > .inner .block .row .event-title.last-section .num {
    padding-right: 12px;
  }
  .section.history > .wrapper > .inner .block .row .event-title.no-margin.sp-clear {
    padding-bottom: 40px;
  }
  .section.history > .wrapper > .inner .block .row .event-description {
    font-size: 1.7rem;
    padding-bottom: 46px;
  }
  .section.history > .wrapper > .inner .block .row .center:not(.caption) {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 0;
  }
  .section.history > .wrapper > .inner .block .row .left {
    width: 100%;
  }
  .section.history > .wrapper > .inner .block .row .right {
    width: 100%;
  }
  .section.history > .wrapper > .inner .block.history1987 .row1 .right {
    padding-top: 20px;
  }
  .section.history > .wrapper > .inner .block.history1987 .row1 .right .img-wrapper {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block.history1987 .row1 .right .img-wrapper::before {
    width: 140px;
    height: 140px;
    background-image: url(/35th/img/history_1987_img1-2.svg);
    right: -30px;
    top: -52px;
  }
  .section.history > .wrapper > .inner .block.history1987 .row2 {
    flex-direction: column-reverse;
  }
  .section.history > .wrapper > .inner .block.history1989 .year-wrapper .year .num .text-small {
    padding-left: 28px;
  }
  .section.history > .wrapper > .inner .block.history1989 .illust.illust1 {
    width: 42.85%;
    right: -12.14%;
    bottom: auto;
    top: -40%;
  }
  .section.history > .wrapper > .inner .block.history1989 .illust.illust2 {
    width: 40%;
    max-width: 180px;
    left: 0%;
    bottom: auto;
    top: -10%;
  }
  .section.history > .wrapper > .inner .block.history1989 .row1 .right .img-wrapper {
    width: 100%;
  }
  .section.history > .wrapper > .inner .block.history1992 .illust.illust1 {
    right: -7.14%;
    width: 38%;
    top: calc(-203px - 33%);
  }
  .section.history > .wrapper > .inner .block.history1992 .row1 {
    padding-bottom: 0px;
  }
  .section.history > .wrapper > .inner .block.history1992 .row2 .left {
    padding-bottom: 34px;
  }
  .section.history > .wrapper > .inner .block.history1992 .row2 .right {
    padding-bottom: 0;
  }
  .section.history > .wrapper > .inner .block.history1992 .row2 .right .img-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .section.history > .wrapper > .inner .block.history1994 .illust.illust1.pc {
    display: none;
  }
  .section.history > .wrapper > .inner .block.history1994 .illust.illust1.sp {
    position: static;
    width: 39.28%;
    max-width: 200px;
    margin: -12px auto 35px;
  }
  .section.history > .wrapper > .inner .block.history1994 .illust.illust1.sp img {
    width: 100%;
    height: auto;
  }
  .section.history > .wrapper > .inner .block.history1998 {
    padding-bottom: 107px;
  }
  .section.history > .wrapper > .inner .block.history1998 .year-wrapper .year {
    width: 280px;
  }
  .section.history > .wrapper > .inner .block.history1998 .illust.illust1 {
    width: 40%;
    max-width: 240px;
    left: auto;
    right: 0%;
    top: -46%;
    bottom: auto;
  }
  .section.history > .wrapper > .inner .block.history1998 .row1 {
    padding-bottom: 0;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 > .left {
    padding-bottom: 34px;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 > .right .left {
    margin: 0 auto;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 > .right .right {
    margin: 0 auto;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 > .right .img-wrapper.right {
    margin-top: 34px;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 .img-wrapper {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block.history1998 .row2 .caption {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block.history2001 .row1 {
    padding-bottom: 0px;
  }
  .section.history > .wrapper > .inner .block.history2001 .row2 .right {
    padding-top: 57px;
  }
  .section.history > .wrapper > .inner .block.history2001 .row2 .right .illust2 {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block.history2001 .illust1.sp {
    width: 32.14%;
    position: static;
    padding-top: 0px;
    padding-bottom: 7px;
    margin-top: -6px;
    margin-left: auto;
  }
  .section.history > .wrapper > .inner .block.history2013 .illust1 {
    width: 57.14%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 57px;
  }
  .section.history > .wrapper > .inner .block.history2020 .row1 {
    padding-bottom: 0px;
  }
  .section.history > .wrapper > .inner .block.history2020 .row2 {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .section.history > .wrapper > .inner .block.history2020 .row2 .left {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .section.history > .wrapper > .inner .block.history2020 .row2 .right .img-wrapper {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .section.history > .wrapper > .inner .block.history2020 .row3 .left {
    padding-top: 0;
    padding-bottom: 68px;
  }
  .section.history > .wrapper > .inner .block.history2020 .row3 .left .img-wrapper {
    width: 85.71%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
  .section.history > .wrapper > .inner .block.history2020 .row3 .right .img-wrapper {
    width: 71.43%;
    margin: 0 auto;
  }
  .section.history > .wrapper > .inner .block.history2022 {
    padding-top: 107px;
  }
  .section.history > .wrapper > .inner .block.history2022 .layer {
    width: 100%;
    height: calc(100% - 107px);
    z-index: -1;
    position: absolute;
    top: 107px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .section.history > .wrapper > .inner .block.history2022 .illust.illust1 {
    width: 28.9%;
    max-width: 200px;
    right: -3%;
    bottom: auto;
    top: -31%;
  }
  .section.history > .wrapper > .inner .block.history2022 .illust.illust2 {
    width: 52.12%;
    left: -30%;
    top: 28%;
  }
  .section.history > .wrapper > .inner .block.history2022 .illust.illust3 {
    width: 57.14%;
    margin-left: 0;
  }
  .section.history > .wrapper > .inner .block.history2022 .row1 {
    margin-top: -17px;
  }
  .section.history > .wrapper > .inner .block.history2022 .row1 .img-wrapper:not(.illust) {
    width: 67.85%;
    max-width: 500px;
    padding-top: 33px;
    padding-bottom: 61px;
  }

  footer .page-top {
    right: 5.625%;
    top: -95px;
  }
  footer .page-top svg {
    width: 30px;
    height: 30px;
  }
  footer .page-top .text {
    padding-top: 6px;
    font-size: 1.6rem;
  }
  footer .copyright {
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=common.css.map */