/* ---- reset ----- */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
html,
body,
main,
header,
section,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  color: #333;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: all ease 0.5s;
}

p {
  font-size: 0.875rem;
  line-height: 1.8;
}

button {
  transition: all ease 0.5s;
}

img {
  width: 100%;
  pointer-events: none;
}

main {
  display: block;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
  p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1800px) {
  html,
  body {
    font-size: 17px;
  }
}
/* ---- reset end ----- */
/* ----- keyframes ----- */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes effect {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroTextAnim {
  0% {
    filter: blur(10px);
    transform: translateY(-30px);
  }
  100% {
    filter: blur(0px);
    transform: translateY(0);
  }
}
/* ----- keyframes end ----- */
main {
  overflow: hidden;
  position: relative;
}

.whiteBg {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.whiteBg.fadeout {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.whiteBg.isHidden {
  display: none;
}
.whiteBg .img {
  width: 60%;
  max-width: 400px;
  margin: 0 0 10vh;
  opacity: 0;
  animation: fadeinout ease 2.5s forwards;
}

.mainContent {
  position: relative;
  z-index: 5;
  color: #fff;
}
.mainContent.fadeout {
  opacity: 1;
  animation: fadeout ease 0.5s forwards;
}
.mainContent.fadeout.fadein {
  opacity: 0;
  animation: fadein ease 1s forwards;
}

.bg {
  background-image: url(../images/sea_sp.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tree {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background-image: url("../images/trees_sp.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
  z-index: 2;
  opacity: 0.4;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background-color: transparent;
}

.hero {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.heroText1, .heroText2 {
  writing-mode: vertical-rl;
  font-size: 5.3vw;
  letter-spacing: 5px;
}
.heroText1 {
  position: absolute;
  top: 8%;
  right: 5%;
  filter: blur(10px);
  transform: translateY(-30px);
}
.heroText1.show {
  animation: heroTextAnim ease 2s forwards;
}
.heroText2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  filter: blur(10px);
  transform: translateY(-30px);
}
.heroText2.show {
  animation: heroTextAnim ease 2s 1s forwards;
}
.heroTitle {
  margin: 0 auto 20vh;
  max-width: 420px;
}
.heroNum {
  text-align: center;
  margin: 0 auto 2.125rem;
}
.heroNum .journal {
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  margin: 0 23% 0 0;
  line-height: 1;
  letter-spacing: 1px;
}
.heroNum span {
  width: 3.75rem;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto;
  transform: rotate(-45deg);
}
.heroNum .num {
  font-size: 1.3125rem;
  display: inline-block;
  margin: 0 0 0 18%;
  line-height: 1;
  letter-spacing: 1px;
}
.heroImage {
  width: 54%;
  margin: 0 auto;
}

.section {
  position: relative;
  z-index: 5;
  padding: 6.25rem 0 6.25rem;
  max-width: 550px;
  margin: 0 auto;
}
.section::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 50px;
  bottom: -1.25rem;
  left: 48%;
  background-image: url(../images/d_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sectionNum {
  text-align: center;
  width: 2.625rem;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 3px;
  text-align: center;
}
.sectionNum img {
  width: 70%;
}
.sectionTitleContainer {
  margin: 0 auto 6.25rem;
}
.sectionTitle {
  text-align: center;
  font-size: 6.5vw;
  letter-spacing: 2px;
  margin: 0 0 1.25rem;
  line-height: 1;
  position: relative;
}
.sectionTitle .d_left {
  margin: 10px 5% -5px 0;
}
.sectionTitle .d_right {
  margin: 10px 0 -5px 5%;
}
.sectionTitleJa {
  display: block;
  background-color: #fff;
  color: #013b59;
  text-align: center;
  padding: 12px 0;
  font-size: 5.3vw;
  width: 90%;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 1px;
}
.sectionText {
  background: #fff;
  padding: 30px 16px 40px 42px;
  font-size: 0.875rem;
  color: #013b59;
  width: 92%;
  margin: 0 0 0 auto;
  position: relative;
  top: -50px;
}
.sectionText::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 6px;
  height: 90%;
  background-color: #013b59;
}
.sectionPhotos {
  position: relative;
}
.sectionContent.planets {
  margin: 6.875rem auto 0;
}
.sectionContentTitle {
  background-image: url(../images/d_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 76%;
  padding: 1.25rem 0;
  text-align: center;
  overflow: hidden;
}
.sectionContentTitle h3 {
  font-size: 12vw;
  letter-spacing: 6px;
  font-weight: 300;
  margin: 0 0 0 -60px;
}
.sectionContentTitle p {
  font-size: 4.4vw;
  margin: 10px -100px 0 0;
  letter-spacing: 2px;
}

.d_left,
.d_right {
  display: inline-block;
  background-image: url(../images/d_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 100%;
  margin: 0 0.875rem 0 0;
  min-height: 28px;
}

.d_right {
  background-image: url(../images/d_right.png);
  margin: 0 0 0 0.875rem;
}

.intro {
  padding: 2.5rem 0 0;
}
.intro::after {
  display: none;
}
.introTitleText {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 1.375rem;
}
.introText {
  padding: 0 1rem;
}
.introText p {
  line-height: 2;
  letter-spacing: 0.5px;
}
.introText .date {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  margin: 1.625rem auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
.introText .date span {
  width: 36px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
}

.engTitle {
  text-align: center;
  height: 2.875rem;
  margin: 0 auto 1rem;
}
.engTitle img {
  width: auto;
  height: 100%;
}

.indexList {
  margin: 1.25rem auto 2.5rem;
}
.indexItem {
  margin: 0 auto 1.5rem;
  width: 85%;
}
.indexItem:last-child {
  width: 100%;
}
.indexSubTitle {
  background-image: url(../images/d_index.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 2.25rem 0 5px 3.125rem;
  font-size: 0.875rem;
  letter-spacing: 1px;
  position: relative;
  display: block;
}
.indexSubTitle span {
  width: 1.25rem;
  display: inline-block;
  position: absolute;
  bottom: 1.125rem;
  left: 6%;
}
.indexTitle {
  font-size: 4.3vw;
  text-align: center;
  display: block;
  line-height: 2;
  letter-spacing: 1px;
}
.indexInfo, .indexEditor {
  width: 85%;
  margin: 0 auto;
}
.indexInfo a, .indexEditor a {
  font-family: "Open Sans", sans-serif;
  font-size: 4.8vw;
  letter-spacing: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.indexInfo span, .indexEditor span {
  display: inline-block;
  background-image: url(../images/arrow_info.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 38%;
  height: 18px;
}
.indexEditor {
  margin: 0.875rem auto 0;
}
.indexEditor span {
  background-image: url(../images/arrow_note.svg);
  width: 50%;
}

.num1img1 {
  width: 90%;
  margin: 0 auto 0 0;
}
.num1img2 {
  width: 90%;
  margin: 0 auto;
}

.num2 .sectionTitleJa {
  font-size: 4.4vw;
}
.num2img1 {
  width: 94%;
  margin: 0 0 15.625rem auto;
}
.num2img2 {
  width: 45%;
  position: absolute;
  top: 35%;
  left: 3%;
  z-index: 2;
}
.num2img3 {
  width: 45%;
  position: absolute;
  top: 48%;
  right: 3%;
  z-index: 2;
}
.num2img4 {
  width: 92%;
}

.num3 .sectionTitle {
  font-size: 4.8vw;
  letter-spacing: 1px;
}
.num3 .sectionTitle .d_left,
.num3 .sectionTitle .d_right {
  width: 30px;
}
.num3 .sectionTitle .d_left {
  margin: 10px 3% -5px 0;
}
.num3 .sectionTitle .d_right {
  margin: 10px 0 -5px 3%;
}
.num3 .sectionTitleJa {
  font-size: 4.8vw;
}
.num3img1 {
  margin: 0 0 16.25rem;
}
.num3img2 {
  width: 45%;
  position: absolute;
  top: 35%;
  left: 3%;
  z-index: 2;
}
.num3img3 {
  width: 45%;
  position: absolute;
  top: 48%;
  right: 3%;
  z-index: 2;
}
.num3img4 {
  width: 93%;
}
.num3 .sectionText {
  top: auto;
}
.num3 .miyabi .sectionText {
  margin: 1.875rem 0 0 auto;
}
.num3 .planets .sectionContentTitle {
  background-size: 90%;
  margin: 0 0 1.875rem;
}
.num3 .planets .sectionContentTitle p {
  font-size: 3.4vw;
}

.num4 .sectionTitleContainer {
  margin: 0 auto 1.875rem;
}
.num4 .sectionTitle {
  font-size: 4.8vw;
  letter-spacing: 1px;
}
.num4 .sectionTitle .d_left,
.num4 .sectionTitle .d_right {
  width: 30px;
}
.num4 .sectionTitle .d_left {
  margin: 10px 20px -5px 0;
}
.num4 .sectionTitle .d_right {
  margin: 10px 0 -5px 20px;
}
.num4 .sectionTitleJa {
  font-size: 4.8vw;
}
.num4img1 {
  width: 94%;
  margin: 0 auto 1.25rem;
}
.num4img2, .num4img3 {
  margin: 0 auto 1.25rem;
}
.num4 .sectionText {
  top: auto;
}

.num5 .sectionTitleContainer {
  margin: 0 auto 1.875rem;
}
.num5img1 {
  height: 350px;
}
.num5img1 img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.num5 .sectionText {
  margin: 0 auto;
  top: -6.25rem;
  padding: 50px 16px 60px;
}
.num5 .sectionText::before {
  width: 92%;
  height: 4px;
  top: 25px;
}
.num5 .sectionText::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 16px;
  width: 92%;
  height: 4px;
  background-color: #013b59;
}
.num5 .sectionText p {
  width: 90%;
  margin: 0 auto;
}

.galleryMain {
  margin: 0 auto 1.875rem;
}
.galleryMain .swiper-slide {
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.galleryMain .swiper-slide .galleryItem {
  transform: scale(0.9);
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1/1;
  transition: all ease 0.5s;
}
.galleryMain .swiper-slide.swiper-slide-active .galleryItem {
  transform: scale(1);
  opacity: 1;
}
.galleryThumbs {
  width: 90%;
  margin: 0 auto;
  overflow-x: scroll;
  padding: 0 0 0.625rem !important;
}
.galleryThumbs .swiper-slide {
  aspect-ratio: 16/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30%;
  position: relative;
  opacity: 0.5;
}
.galleryThumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.galleryThumbs .swiper-scrollbar {
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.25);
}
.galleryThumbs .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.9);
}

.info .d_left {
  margin: 10px 4% -5px 0;
}
.info .d_right {
  margin: 10px 0 -5px 4%;
}
.info .sectionTitleContainer {
  margin: 0 auto 3.125rem;
}
.info .sectionTitle {
  font-family: "Open Sans", sans-serif;
}
.infoContent {
  margin: 0 0 1.875rem;
}
.infoContentTitle {
  width: 50%;
  margin: 0 auto 1.875rem;
}
.infoContent p {
  width: 80%;
  margin: 0 auto 1rem;
  letter-spacing: 1px;
}
.infoContent p a {
  display: inline;
  text-decoration: underline;
  margin: 0 0 0 1rem;
  letter-spacing: 1px;
}
.infoMap {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.infoMap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.editor .d_left {
  margin: 10px 20px -5px 0;
}
.editor .d_right {
  margin: 10px 0 -5px 20px;
}
.editor .sectionTitleContainer {
  margin: 0 auto 3.125rem;
}
.editor .sectionTitle {
  font-family: "Open Sans", sans-serif;
}
.editorText {
  text-align: center;
  margin: 0 auto 3.125rem;
  letter-spacing: 1px;
  line-height: 2;
}
.editorTitle {
  width: 84%;
  margin: 0 auto 2.5rem;
}
.editorLinks a {
  width: 68%;
  margin: 0 auto 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px;
  font-size: 3.8vw;
}
.editorLinks a span {
  height: 100%;
  min-height: 1rem;
  width: 40%;
  display: inline-block;
  background-image: url(../images/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.footer {
  position: relative;
  z-index: 5;
  padding: 6.25rem 0 3.75rem;
}
.footerMsg {
  text-align: center;
  margin: 0 auto 11.25rem;
}
.footerMsg img {
  height: 2.5rem;
  object-fit: contain;
}
.footerMsg img:last-child {
  height: 2.25rem;
  margin: 1.875rem 0 0;
}
.footer .backBtn {
  position: absolute;
  bottom: 27%;
  right: 3%;
  writing-mode: sideways-lr;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.footer .backBtn span {
  width: 30px;
  height: 30px;
  background-image: url(../images/up_btn.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 10px;
}
.footer .copy {
  text-align: center;
  font-size: 0.75rem;
}

.pc {
  display: none;
}

.effect {
  opacity: 0;
  transform: translateY(30px);
}

.effect.show {
  animation: effect ease 1.1s forwards;
}

@media screen and (min-width: 768px) {
  .bg {
    background-image: url(../images/sea.jpg);
  }
  .tree {
    background-image: url("../images/trees.png");
    height: 50vh;
  }
  .heroText1, .heroText2 {
    font-size: 1.75rem;
  }
  .heroTitle {
    margin: 0 auto 10vh;
    max-width: 500px;
  }
  .hero .heroText1 {
    top: 8%;
    right: 8%;
  }
  .hero .heroText2 {
    bottom: 10%;
    left: 8%;
  }
  .indexTitle {
    font-size: 1.0625rem;
  }
  .indexInfo a, .indexEditor a {
    font-size: 1.25rem;
  }
  .sectionTitle {
    font-size: 1.625rem;
  }
  .sectionTitleJa {
    font-size: 1.375rem;
  }
  .sectionContentTitle h3 {
    font-size: 3.125rem;
  }
  .sectionContentTitle p {
    font-size: 1.125rem;
  }
  .num2 .sectionTitleJa {
    font-size: 1.125rem;
  }
  .num3 .sectionTitle,
  .num4 .sectionTitle {
    font-size: 20px;
  }
  .num3 .sectionTitleJa,
  .num4 .sectionTitleJa {
    font-size: 1.25rem;
  }
  .num3 .planets .sectionContentTitle p {
    font-size: 0.875rem;
  }
  .galleryThumbs {
    width: 100%;
  }
  .editorLinks a {
    font-size: 1rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 760px) and (max-width: 932px) {
  .bg {
    background-image: url(../images/sea.jpg);
  }
  .tree {
    background-image: url("../images/trees.png");
    height: 50vh;
  }
  .heroText1, .heroText2 {
    font-size: 1.375rem;
  }
  .heroTitle {
    margin: 0 auto 10vh;
  }
  .hero .heroText1 {
    top: 5%;
  }
  .hero .heroText2 {
    bottom: 5%;
  }
  .indexTitle {
    font-size: 1.0625rem;
  }
  .indexInfo a, .indexEditor a {
    font-size: 1.25rem;
  }
  .sectionTitle {
    font-size: 1.625rem;
  }
  .sectionTitleJa {
    font-size: 1.375rem;
  }
  .sectionContentTitle h3 {
    font-size: 3.125rem;
  }
  .sectionContentTitle p {
    font-size: 1.125rem;
  }
  .num2 .sectionTitleJa {
    font-size: 1.125rem;
  }
  .num3 .sectionTitle,
  .num4 .sectionTitle {
    font-size: 20px;
  }
  .num3 .sectionTitleJa,
  .num4 .sectionTitleJa {
    font-size: 1.25rem;
  }
  .num3 .planets .sectionContentTitle p {
    font-size: 0.875rem;
  }
  .editorLinks a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc.d_left, .pc.d_right {
    display: inline-block;
  }
  .whiteBg .img {
    margin: 0 0 5vh;
  }
  .tree {
    background-size: contain;
  }
  .heroImage {
    width: 100%;
  }
  .hero .heroText1 {
    right: 20%;
  }
  .hero .heroText2 {
    left: 20%;
  }
  .heroTitle {
    margin: 0 auto 5%;
    max-width: 24%;
  }
  .heroNum {
    margin: 0 auto 1.25rem;
  }
  .heroNum .journal,
  .heroNum .num {
    font-size: 1.5625rem;
  }
  .heroNum .journal {
    margin: 0 6.875rem 0 0;
  }
  .heroNum .num {
    margin: 0 0 0 5.625rem;
  }
  .section {
    max-width: 100%;
    padding: 8.125rem 0 8.125rem;
  }
  .section::after {
    left: 49%;
  }
  .sectionTitle .d_left {
    margin: 10px 3% -5px 0;
  }
  .sectionTitle .d_right {
    margin: 10px 0 -5px 3%;
  }
  .num1 .sectionTitle .d_left,
  .num1 .sectionTitle .d_right,
  .num2 .sectionTitle .d_left,
  .num2 .sectionTitle .d_right,
  .num3 .sectionTitle .d_left,
  .num3 .sectionTitle .d_right,
  .num4 .sectionTitle .d_left,
  .num4 .sectionTitle .d_right,
  .num5 .sectionTitle .d_left,
  .num5 .sectionTitle .d_right {
    display: none;
  }
  .sectionTitleJa {
    background: transparent;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sectionContent {
    position: relative;
  }
  .titleGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .titleGroup .sectionNum {
    margin: 0 1.625rem 1rem 0;
    border-bottom: none;
    width: 3.375rem;
  }
  .titleGroup .sectionTitle {
    margin: 0;
    position: relative;
    padding: 5px 0 0;
    letter-spacing: 4px;
    font-size: 2.5rem;
  }
  .titleGroup .sectionTitle::before {
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: -50px;
    transform: rotate(-48deg);
  }
  .sectionText {
    background: #013b59;
    padding: 1.875rem;
    top: auto;
    bottom: auto;
  }
  .sectionText::before {
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .sectionText p {
    font-size: 0.8125rem;
    color: #fff;
  }
  .intro {
    max-width: 700px;
    padding: 3.125rem 0;
  }
  .index {
    max-width: 740px;
    padding: 6.25rem 0;
  }
  .indexList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4.375rem auto 1.25rem;
  }
  .indexItem {
    width: 48%;
    margin: 0 auto 2.5rem;
  }
  .indexItem:last-child {
    width: 48%;
  }
  .indexInfo a,
  .indexEditor a {
    font-size: 17px;
  }
  .indexInfo span {
    width: 35%;
  }
  .indexEditor span {
    width: 48%;
  }
  .num1 {
    max-width: 900px;
    padding-bottom: 11.25rem;
  }
  .num1 .titleGroup {
    max-width: 500px;
    margin: 0 auto;
  }
  .num1 .sectionTitleContainer {
    width: 480px;
    margin: 0 auto 0 0;
  }
  .num1img1 {
    width: 45%;
    margin: 0 5% 0 auto;
  }
  .num1img2 {
    width: 47%;
    margin: 0 auto 0 0;
    position: absolute;
    top: 20%;
    left: 0;
  }
  .num1 .sectionText {
    position: relative;
    top: 3.125rem;
    bottom: 0;
    left: 5%;
    width: 56%;
  }
  .num2 .sectionTitleContainer {
    margin: 0 auto 4.375rem;
  }
  .num2 .sectionContent {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
  }
  .num2img1 {
    width: 50%;
    margin: 0 auto 0 2%;
  }
  .num2img2 {
    width: 30%;
    top: 2%;
    left: auto;
    right: 17%;
  }
  .num2img3 {
    width: 30%;
    top: 28%;
    right: 0;
  }
  .num2img4 {
    width: 46%;
    margin: 0 10% 0 auto;
  }
  .num2 .sectionText {
    position: absolute;
    bottom: 20%;
    left: -5%;
    width: 46%;
  }
  .num3 .sectionTitleContainer {
    margin: 0 auto 3.125rem;
  }
  .num3 .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48%;
    z-index: -1;
    overflow: hidden;
  }
  .num3 .bgImage::before {
    content: "";
    background-image: url(../images/bg_miyabi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    filter: blur(5px);
  }
  .num3 .bgImage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 59, 89, 0.5);
  }
  .num3 .miyabi {
    position: relative;
  }
  .num3 .miyabi .sectionText {
    position: absolute;
    top: 15%;
    left: 0;
    width: 50%;
    background: none;
    margin: 0;
  }
  .num3 .miyabi .sectionText::before {
    display: none;
  }
  .num3 .miyabi .miyabiSection {
    max-width: 1130px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 6.25rem 0 0;
  }
  .num3 .miyabi .sectionContentTitle {
    width: 50%;
    padding: 0 0 1.25rem;
  }
  .num3 .miyabi .sectionPhotos {
    margin: 21% auto 0;
  }
  .num3img1 {
    width: 50%;
    position: absolute;
    right: 0;
    top: -50%;
    margin: 0;
  }
  .num3img2 {
    width: 18%;
    left: 7%;
  }
  .num3img3 {
    width: 28%;
    position: static;
    margin: 0 0 0 17%;
  }
  .num3img4 {
    width: 30%;
    margin: -4% 0 0 18%;
    position: relative;
    z-index: -1;
  }
  .num3 .planets {
    padding: 6.25rem 0 0;
  }
  .num3 .planets .sectionContentTitle {
    width: 43%;
    margin: 0 auto 1.875rem;
  }
  .num3 .planets .sectionContentTitle p {
    font-size: 1.125rem;
  }
  .num3 .planets .bgImage {
    top: 0;
    height: 70%;
  }
  .num3 .planets .bgImage::before {
    background-image: url(../images/bg_planets.jpg);
  }
  .num3 .planets .sectionPhotos {
    width: 45%;
    margin: 0 auto;
  }
  .num3 .planets .sectionText {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
  }
  .num3 .planets .sectionText::before {
    display: none;
  }
  .num3 .planets .sectionText .text1,
  .num3 .planets .sectionText .text2 {
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    font-size: 0.9375rem;
    line-height: 2;
  }
  .num3 .planets .sectionText .text1 {
    position: absolute;
    right: 16%;
    top: 15%;
  }
  .num3 .planets .sectionText .text2 {
    position: absolute;
    bottom: -5%;
    left: 16%;
  }
  .num4 .sectionContent {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  .num4img1 {
    width: 50%;
    margin: 0;
  }
  .num4img2 {
    width: 40%;
    position: absolute;
    top: 16%;
    right: 8%;
  }
  .num4img3 {
    width: 53%;
    margin: -14% 0 0 auto;
    padding: 0 0 6.25rem;
  }
  .num4 .sectionText {
    width: 47%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .num5img1 {
    height: 400px;
  }
  .num5 .sectionText {
    max-width: 800px;
    width: 90%;
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  }
  .num5 .sectionText::before, .num5 .sectionText::after {
    display: none;
  }
  .num5 .sectionText p {
    color: #013b59;
    text-align: center;
    font-size: 0.875rem;
  }
  .num5 .gallery {
    margin: 1.875rem auto;
  }
  .num5 .gallery .sectionTitle {
    margin: 0 0 3.75rem;
    font-size: 1.875rem;
  }
  .num5 .galleryContent {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
  .num5 .gallery .sectionTitle .d_left,
  .num5 .gallery .sectionTitle .d_right {
    display: inline-block;
  }
  .num5 .galleryMain {
    margin: 0 auto 3.75rem;
  }
  .num5 .galleryThumbs {
    width: 80%;
    margin: 0 auto;
  }
  .num5 .galleryThumbs .swiper-slide {
    cursor: pointer;
  }
  .num5 .galleryThumbs .swiper-scrollbar {
    display: none;
  }
  .galleryMain .swiper-slide .galleryItem {
    transform: scale(0.8);
  }
  .info .sectionTitle,
  .editor .sectionTitle {
    font-size: 2rem;
    margin: 0 auto 4.375rem;
  }
  .infoGroup,
  .editorGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
    width: 90%;
  }
  .info .d_left {
    margin: 10px 2% -5px 0;
  }
  .info .d_right {
    margin: 10px 0 -5px 2%;
  }
  .infoContent {
    width: 50%;
    padding: 1.875rem 0 0;
  }
  .infoContentTitle {
    margin: 0 0 2.5rem;
  }
  .infoContent p {
    margin: 0 0 1rem;
    text-align: left;
  }
  .infoMap {
    width: 45%;
    aspect-ratio: 1/1;
  }
  .editorGroup {
    align-items: center;
  }
  .editorTitle {
    width: 40%;
  }
  .editorLinks {
    width: 50%;
  }
  .footerMsg img {
    height: 3.75rem;
  }
  .footerMsg img:last-child {
    height: 2.8125rem;
  }
}/*# sourceMappingURL=style.css.map */