html {
  scroll-behavior: smooth;
  font-size: clamp(calc(100vw * 11 / 300), calc(100vw * 16 / 375), 21px);
}

@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
}

#bg {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

#content {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 500px;
}

.footer_area {
  background-color: #000000;
}

#kv {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

#kv .bg img {
  width: 100%;
}

#kv .bg p {
  position: absolute;
  background-color: #ffffff;
  top: 160px;
  left: 24px;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  padding: 4px;
}

#kv .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  height: 64px;
  background-color: #ffffff;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 24px 0px;
}

#kv > .title {
  writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  position: absolute;
  color: #ffffff;
  margin-top: 16px;
  top: 0;
  right: 0;
}

#kv .icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

#kv .description {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 0;
  top: 440px;
}

#kv .description .content {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kv .description .circle_wrapper {
  position: absolute;
  width: 120vw;
  height: 80vw;
  max-width: 600px;
  max-height: 340px;
  overflow: hidden;
  z-index: -1;
}

#kv .description .circle {
  z-index: -1;
  float: left;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 120vw;
  height: 120vw;
  max-width: 600px;
  max-height: 600px;
  border-radius: 50%;
  background-image: url("/wp-content/uploads/sites/2/2024/06/circle-main-copy.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border: inset 10px transparent;
  animation: rotate 60s linear infinite;
}

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

#kv .description .content .spacer {
  height: 64px;
  width: 100%;
  background-color: #ffffff;
}

#kv .description .content .details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  top: -200px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}

#kv .description .content .details .image {
  margin-top: -120px;
  margin-bottom: 16px;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kv .description .content .details .supporterLogo {
  margin-top: -160px;
  margin-bottom: 55px;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kv .description .content .details .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 2px 4px;
  margin-bottom: 8px;
}

#kv .description .content .details .title .partner {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  padding: 2px 4px;
  margin-bottom: 8px;
}

#kv .description .content .details .title.item {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  background-color: #000000;
  color: #ffffff;
  padding: 2px 4px;
  margin-bottom: 8px;
  text-align: center;
}

#kv .description .content .details .furusato {
  margin-top: 16px;
  width: 330px;
  font-weight: 500;
  font-size: 17px;
  line-height: 175%;
}

#kv .description .content .details .detail {
  background-color: #ffffff;
  height: 200vw;
}

#kv .description .content .details .detail .text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  padding: 0 24px;
  margin-bottom: 8px;
}

#kv .description .content .details .detail .text > .caution {
  font-size: 8px;
  vertical-align: super;
  line-height: 16px;
}

#kv .description .content .details .detail .attention {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  padding: 0 24px;
}

#kv .description .content .details .detail .subtext {
  background: #f2f4f6;
  border-radius: 8px;
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  margin: 0 24px;
}

#kv .description .content .details .subtitle {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}

#kv .description .content .details .messageWrapper {
  padding: 8px 16px;
}

#kv .description .content .details .message {
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  border-radius: 16px;
  border: 2px dotted #000;
}

#tips {
  background: #ffffff;
  width: 100%;
}

#tips .links {
  list-style: inside;
}

/* @media (390px < width <= 1200px) {
  #tips {
    margin-top: -6vw;
  }
}

@media (1200px < width) {
  #tips {
    margin-top: -8vw;
  }
} */

#tips .item {
  position: relative;
  margin: 0;
  padding-bottom: 54px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50px;
}

#tips .item .chat {
  width: 90%;
  margin-top: 32px;
  display: flex;
}

#tips .item .chat .icon {
  width: 16%;
}

#tips .item .chat .talk {
  width: 84%;
}

#tips .item .chat .talk .bubble {
  position: relative;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 16px 24px;
}

#tips .item .chat .talk .bubble::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='26' viewBox='0 0 22 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0663 4.86633L19.5573 25.6001C19.5573 25.6001 13.5372 24.48 7.45637 18.6872C-0.742816 10.8621 0.3589 0.000419123 0.3589 0.000419123C0.3589 0.000419123 5.41933 7.10987 12.5625 6.84927C18.3085 6.64253 21.0663 4.86633 21.0663 4.86633Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  left: 0;
}

#tips .item .chat .talk .bubble.title {
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

#tips .item .chat .talk .bubble.title .text {
  width: 90%;
  touch-action: none;
  pointer-events: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

#tips .item .chat .talk .bubble.title .pointer {
  width: 10%;
  display: flex;
  justify-content: right;
  touch-action: none;
  pointer-events: none;
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(5, 5);
    background-color: rgba(0, 0, 0, 0);
  }
}

#tips .item .chat .talk .bubble.title .dot {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  cursor: pointer;
}

#tips .item .chat .talk .bubble.title .dot.-active {
  background-color: #000000;
}

#tips .item .chat .talk .bubble.title .dot:focus {
  outline: none;
}

#tips .item .chat .talk .bubble.title .dot:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
}

#tips .item .chat .talk .bubble.title .dot.-active:after {
  animation: pulseMotion 1.4s linear infinite;
}

#tips .item .chat .talk .bubble.description {
  display: none;
  margin-top: 8px;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}

#tips .item .chat .talk .bubble.description p {
  margin-bottom: 12px;
}

#tips .item .chat .talk .bubble.description a {
  text-decoration-line: underline;
}

#tips .item .chat .talk .bubble.description a img {
  margin-bottom: 10px;
}

#tips .item .chat .talk .bubble.description.-active {
  display: block;
  animation: bubbleMotion 0.8s linear;
}

@keyframes bubbleMotion {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
  }
  25% {
    transform: translate(1%, 1%) scale(1.02, 1.02);
  }
  50% {
    transform: translate(0, 0) scale(1, 1);
  }
  75% {
    transform: translate(1%, 1%) scale(1.02, 1.02);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}

#closing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 0px 0px 56px 0px;
  padding-bottom: 56px;
}

#closing .detail {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}

#closing .item {
  width: 100%;
  margin-top: 32px;
  padding: 12px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

#closing .item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#closing .item .thumbnail {
  flex-basis: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#closing .item .name {
  flex-basis: 60%;
  margin-left: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
}

#closing .item .link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border-left: 2px dotted #000000;
  flex-basis: 20%;
  margin: 15px 0;
}

#closing .item .link .icon {
  padding: 15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #000000;
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#closing .item .link .icon svg{
  position: absolute;
}

#closing .item .link .icon svg.icon-window-white{
  width: 13px;
  height: 13px;
}

#partner {
  margin-top: 54px;
}

#partner .bg {
  display: flex;
  justify-content: center;
}

#partner .bg .title {
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  font-size: 70px;
  color: #ffffff;
}

#partner .content {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 48px 24px;
  margin: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#partner .content .kv {
  width: 80%;
  margin-top: -100px;
  border-radius: 24px;
}

#partner .content .flag {
  margin-top: -28px;
}

#partner .content .about {
  position: relative;
  z-index: 0;
  margin: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#partner .content .about .title {
  font-size: 14px;
  background-color: #ffffff;
}

#partner .content .about .title::before {
  display: inline-block;
  content: "";
  border-bottom: 2px dotted #000000;
  width: 16px;
  transform: rotate(60deg);
  position: relative;
  top: -4px;
}

#partner .content .about .title::after {
  display: inline-block;
  content: "";
  border-bottom: 2px dotted #000000;
  width: 16px;
  transform: rotate(120deg);
  position: relative;
  top: -4px;
}

#partner .content .about .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
}

#partner .content .about .name > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
}

#partner .content .about .description {
  margin-top: 16px;
  padding: 16px 24px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  border: 2px solid #000000;
  border-radius: 24px;
}

#partner .content .about .description p {
  margin-bottom: 12px;
}
#partner .content .about .description::before {
  display: block;
  content: "";
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: relative;
  left: calc(50% - 8px);
  top: -25px;
}

#partner .content .more {
  display: flex;
  justify-content: center;
}

#partner .content .group a {
  display: flex;
  padding: 17px 16px 19px 40px;
  justify-content: flex-end;
  align-items: center;
  gap: 37px;
  border-top: 1px solid #000;
}

#partner .content .group a:last-child{
  border-bottom: 1px solid #000;
}

#partner .content .group .item{
  width: 12rem;
  text-align: center;
}

#partner .content .arrow {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

#partner .content .more .button {
  height: 62px;
  display: flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 16px 16px 16px 32px;
  border-radius: 31px;
  width: 180px;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

#partner .content .more .arrow {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

#share {
  margin: 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

#share .socials {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

#share .socials .icon {
  background-color: #ffffff;
  height: 54px;
  width: 54px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#other {
  margin: 0 0 54px;
}

#other .title {
  margin: 32px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

#other .list {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: flex-start;
  padding: 0 16px;
}

#other .list .item:last-child {
  margin-right: 16px;
}

#other .list::-webkit-scrollbar {
  display: none;
}

#other .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 16px;
}

#other .item .img {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

@media screen and (max-width: 500px) {
  #other .item .img {
    width: calc((100vw - 48px) / 2.6);
    height: calc((100vw - 48px) / 2.6);
  }
}
@media screen and (min-width: 501px) {
  #other .item .img {
    width: calc((500px - 48px) / 2.6);
    height: calc((500px - 48px) / 2.6);
  }
}

#other .item .img img {
  max-height: 100%;
  max-width: 100%;
}

#other .item .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px;
}

#other .item .partner {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-top: 8px;
}

#back {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

#back .button {
  display: flex;
  background-color: #000000;
  width: 236px;
  padding: 16px 32px 16px 16px;
  height: 64px;
  border-radius: 32px;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  justify-content: space-between;
}

#back .button .icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

#toast {
  visibility: hidden;
  z-index: 2;
  position: fixed;
  top: 24px;
  left: calc(50% - 112px);
  width: 224px;
  padding: 16px 24px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.2s, fadeout 0.2s 3.5s;
  animation: fadein 0.2s, fadeout 0.2s 3.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 24px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 24px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 24px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 24px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
