@charset "UTF-8";
/* _Initialize */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "YuGothic M", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin-top: 0px;
}

a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
}

.inner {
  width: 75vw;
  max-width: 480px;
  margin: 0px auto;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left {
  width: 85vw;
}
@media (min-width: 768px) {
  .left {
    width: 80vw;
  }
}

.right {
  width: 15vw;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
@media (min-width: 768px) {
  .right {
    width: 20vw;
  }
}

.open .cpart .right {
  width: 100vw;
}

.root {
  position: relative;
}

a#scroll {
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 75vh;
  z-index: 80;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

a#scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.scroll-sign {
  display: block;
  height: 126px;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
}
.scroll-sign::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.reference {
  background: white;
  cursor: pointer;
  font-weight: bold;
  color: #ff7788;
}
.reference::after {
  content: "注";
  font-size: 0.85rem;
}

.flag {
  color: #ff7788 !important;
  background: white !important;
  pointer-events: unset !important;
}

.quotecls {
  color: white;
  display: inline-block;
  position: absolute;
  right: -40px;
  font-size: 1.2rem;
}
.quotecls::before {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 3.2rem;
  display: block;
  line-height: 1;
  cursor: pointer;
}

.textfade {
  color: rgba(0, 0, 0, 0.1);
}
.textfade .reference {
  color: rgba(0, 0, 0, 0.1);
  background: none;
  pointer-events: none;
}

.rObj {
  position: absolute;
  font-size: 1.2rem;
}

#t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8 {
  position: absolute;
  color: white;
  z-index: 2000;
  width: 100%;
}
#t1 p, #t2 p, #t3 p, #t4 p, #t5 p, #t6 p, #t7 p, #t8 p {
  width: 75vw;
  max-width: 480px;
  margin: 0px auto;
  font-size: 1.4rem;
  line-height: 1.8;
}
#t1 a, #t2 a, #t3 a, #t4 a, #t5 a, #t6 a, #t7 a, #t8 a {
  color: #b3ee1f;
  font-weight: bold;
}
#t1 a::after, #t2 a::after, #t3 a::after, #t4 a::after, #t5 a::after, #t6 a::after, #t7 a::after, #t8 a::after {
  content: "👆";
}
#t1 a:link, #t1 a:visited, #t2 a:link, #t2 a:visited, #t3 a:link, #t3 a:visited, #t4 a:link, #t4 a:visited, #t5 a:link, #t5 a:visited, #t6 a:link, #t6 a:visited, #t7 a:link, #t7 a:visited, #t8 a:link, #t8 a:visited {
  text-decoration: underline;
}
#t1 a:hover, #t1 a:active, #t2 a:hover, #t2 a:active, #t3 a:hover, #t3 a:active, #t4 a:hover, #t4 a:active, #t5 a:hover, #t5 a:active, #t6 a:hover, #t6 a:active, #t7 a:hover, #t7 a:active, #t8 a:hover, #t8 a:active {
  color: #e8fc3f;
}
#t1 .textpick, #t2 .textpick, #t3 .textpick, #t4 .textpick, #t5 .textpick, #t6 .textpick, #t7 .textpick, #t8 .textpick {
  color: #e8fc3f;
  font-weight: bold;
}

.apart {
  position: relative;
  font-weight: normal;
  padding: 100vh 0px 120px 0px;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), color-stop(30%, #ddd8cf), to(#ffe6ee));
  background: linear-gradient(180deg, #e6e6e6 0%, #ddd8cf 30%, #ffe6ee 100%);
}
@media (min-width: 768px) {
  .apart {
    padding: 100vw 0px 120px 0px;
  }
}
.apart h2 {
  color: white;
  margin: 100px 0px 18px 0px;
  font-size: 5rem;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.apart .title {
  font-size: 2.4rem;
  margin-bottom: 120px;
}
.apart .title span {
  display: block;
  font-size: 1.6rem;
}
.apart .inner {
  position: relative;
  z-index: 20;
}
.apart .logo {
  position: absolute;
  width: 93px;
  z-index: 20;
  right: 10vw;
  top: 64px;
}
@media (min-width: 768px) {
  .apart .logo {
    right: 20vw;
  }
}
.apart aside {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  height: 100%;
  background: #ffe6ee;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1c1c), color-stop(80%, #f0ba58), to(#ffe6ee));
  background: linear-gradient(180deg, #ff1c1c 0%, #f0ba58 80%, #ffe6ee 100%);
}
.apart aside div {
  position: relative;
  padding: 24px;
}

.apart > header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 100vw;
}
.apart > header section div.left {
  height: 180vw;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .apart > header section div.left {
    height: 80vw;
  }
}
.apart > header section div.right {
  position: relative;
}
.apart > header section div.right .typelogo {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 190px;
  height: 27px;
  background-color: white;
  padding: 12px;
  padding-right: 10vw;
}
.apart > header .bigcircle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50% 50%;
  border: 40px solid white;
  width: 200%;
  height: 100%;
}
@media (min-width: 768px) {
  .apart > header .bigcircle {
    width: 100%;
  }
}
.apart > header .bigcircle img {
  position: absolute;
  width: 180px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50vh;
  left: 12%;
}
@media (min-width: 768px) {
  .apart > header .bigcircle img {
    width: 210px;
    top: 50%;
    left: 50%;
  }
}

.bpart {
  font-weight: normal;
  padding: 60px 0px 0px 0px;
  background: white;
}
.bpart h3 {
  font-size: 1.3rem;
  margin: 40px 0px 14px 0px;
}
.bpart .title {
  font-size: 2.4rem;
  margin-bottom: 120px;
}
.bpart .title span {
  display: block;
  font-size: 1.6rem;
}
.bpart ul.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 100px auto;
}
@media (min-width: 992px) {
  .bpart ul.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bpart ul.flex li p {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .bpart ul.flex li .inner {
    max-width: 300px;
  }
}
.bpart p.members {
  margin: 16px auto 24px auto;
}
.bpart a {
  color: #ff7788;
}
.bpart a::after {
  content: "👆";
}
.bpart a:link, .bpart a:visited {
  text-decoration: underline;
  color: #ff7788;
}
.bpart a:hover, .bpart a:active {
  color: #ff77c5;
}
.bpart span.member {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 9px;
}
.bpart span.member small {
  font-weight: normal;
}
@media (min-width: 768px) {
  .bpart {
    padding: 60px 0px 0px 0px;
  }
}

.cpart {
  position: relative;
  padding: 100px 0px 0px 0px;
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6ee), color-stop(30%, #ddd8cf), to(#e6e6e6));
  background: linear-gradient(180deg, #ffe6ee 0%, #ddd8cf 30%, #e6e6e6 100%);
}
.cpart .title {
  font-size: 2.4rem;
  margin-bottom: 120px;
}
.cpart .title span {
  display: block;
  font-size: 1.6rem;
}
.cpart .title small {
  font-size: 1rem;
  display: block;
  text-align: left;
  margin-top: 12px;
  color: #727272;
}
@media (min-width: 768px) {
  .cpart {
    padding: 100px 0px 0px 0px;
  }
}
.cpart .inner {
  position: relative;
  z-index: 10;
}
.cpart aside {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  height: 100%;
  background: #ffe6ee;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe6ee), color-stop(20%, #f0ba58), to(#ff1c1c));
  background: linear-gradient(180deg, #ffe6ee 0%, #f0ba58 20%, #ff1c1c 100%);
}
.cpart p {
  margin-bottom: 120px;
}
.cpart p.responsibility {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 80px;
}

footer {
  padding: 6vh 0px 9vh 0px;
}
footer .inner {
  max-width: 960px;
}
footer ul.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer ul.flex li {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  footer ul.flex li {
    width: 50%;
    padding: 24px;
  }
}
footer h3 {
  font-size: 1.6rem;
}
footer p {
  font-size: 1.6rem;
  line-height: 1.8;
}
footer p.donation {
  font-size: 1.4rem;
}
footer a {
  color: #ff7788;
}
footer a::after {
  content: "👆";
}
footer a:link, footer a:visited {
  text-decoration: underline;
  color: #ff7788;
}
footer a:hover, footer a:active {
  color: #ff77c5;
}

#close {
  position: fixed;
  top: 5vh;
  right: 4vh;
  z-index: 2500;
  width: 40px;
  height: 40px;
  background-color: white;
  display: none;
}
#close span {
  display: block;
  line-height: 40px;
  text-align: center;
}

.open #close {
  display: block;
}

#pagetop {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 3%;
  z-index: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pagetop span {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0px;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  color: #727272;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
}
#pagetop span::before {
  content: "";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 15px;
  display: block;
}

#pagetop.active {
  bottom: 32px;
  visibility: visible;
  opacity: 1;
}

#pagetop.sus {
  opacity: 0.2 !important;
  pointer-events: none;
}