@charset "UTF-8";
/* ------------------
Campaign Page
------------------*/
/* Color Palette */
/* Padding */
/* Header Space */
/* Wrap */
/* Padding */
/*-----------
Root
-------------*/
:root {
  --xlarge: 10rem;
  --large: 8rem;
  --medium: 5rem;
  --small: 2rem;
  --section-padding: 8rem 0;
  --transition: all 0.3s ease;
  --gutter: calc((100vw - 90vw) / 2); }

@media screen and (max-width: 1412px) {
  :root {
    --xlarge: 8rem;
    --large: 6rem;
    --medium: 4rem;
    --small: 1.5rem;
    --section-padding: 6rem 0; } }
@media screen and (max-width: 1024px) {
  :root {
    --xlarge: 6rem;
    --large: 5rem;
    --medium: 3rem;
    --small: 1.5rem;
    --section-padding: 5rem 0; } }
@media screen and (max-width: 640px) {
  :root {
    --xlarge: 4rem;
    --large: 3rem;
    --medium: 2rem;
    --small: 1rem;
    --section-padding: 3rem 0; } }
h2 {
  font-size: min(5.2vw, 30px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; }
  h2 span {
    border: 1px solid #ffffff;
    padding: 0.2rem 1rem 0; }
    h2 span.smaller {
      font-size: 80%;
      display: inline-block;
      letter-spacing: 3px; }

h2 + p {
  margin: 1.5rem 0 0; }

h3 {
  font-size: min(5vw, 28px);
  text-align: center;
  font-weight: 500;
  margin: 0.5rem 0 2rem; }
  h3 span {
    font-size: 150%; }

.section-ttl {
  color: #ffffff;
  text-align: center;
  margin: 0 0 2rem; }

.section-desc {
  margin: 3rem 0 2rem; }

.icon_wrap {
  width: 20%;
  max-width: 40px;
  margin: 0 auto 3rem; }
  @media (max-width: 640px) {
    .icon_wrap {
      max-width: 30px;
      margin: 0 auto 2rem; } }

/* ------------------
 LINE add friend
------------------*/
.add-friend {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem; }
  @media (max-width: 640px) {
    .add-friend {
      padding: 0.6rem 1.6rem; } }
  .add-friend img {
    max-width: 20px;
    height: auto; }

/* ------------------
Campaign MAIN VISUAL
------------------*/
.mv {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 90vh;
  height: 90svh;
  overflow: hidden;
  background-color: #1414d2;
  margin-top: 90px; }
  @media (max-width: 1024px) {
    .mv {
      height: 56vh;
      height: 56svh; } }
  @media (max-width: 640px) {
    .mv {
      margin-top: 52px;
      display: block;
      height: auto;
      min-height: 0; } }
  .mv__main {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    min-height: 0; }
    @media (max-width: 640px) {
      .mv__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto clamp(180px, 48vw, 380px);
        gap: 8px;
        background-color: #1414d2; } }
  .mv__visual {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden; }
    @media (max-width: 640px) {
      .mv__visual {
        grid-column: 1 / -1;
        min-height: clamp(360px, 102vw, 700px); } }
    .mv__visual img.ua-plane {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 75%; }
      @media (max-width: 640px) {
        .mv__visual img.ua-plane {
          transform: scale(1.2);
          object-position: center bottom; } }
  .mv__heading {
    position: absolute;
    z-index: 2;
    width: fit-content;
    max-width: 100%;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem; }
    @media (max-width: 1024px) {
      .mv__heading {
        top: 4%; } }
    @media (max-width: 640px) {
      .mv__heading {
        width: 100%;
        padding: 2rem;
        top: 5%;
        left: 0;
        transform: none; } }
    .mv__heading h2 {
      width: fit-content;
      max-width: 100%;
      font-size: min(3vw, 30px); }
      @media (max-width: 640px) {
        .mv__heading h2 {
          font-size: min(5vw, 30px);
          justify-content: flex-start; } }
      .mv__heading h2 span {
        border: 1px solid #000000;
        font-feature-settings: 'palt';
        display: block;
        white-space: nowrap;
        padding: 0.2rem 1.5rem; }
        @media (max-width: 640px) {
          .mv__heading h2 span {
            padding: 0.2rem 1rem; } }
    .mv__heading h1 {
      width: max-content;
      max-width: 100%;
      margin: 2rem 0 0;
      text-align: left;
      font-size: clamp(24px, 4vw, 40px);
      font-weight: 700;
      line-height: 2.0;
      font-feature-settings: 'palt'; }
      @media (max-width: 640px) {
        .mv__heading h1 {
          font-size: clamp(24px, 7vw, 40px);
          margin: 1rem 0 0;
          width: auto; } }
      .mv__heading h1 span {
        display: block;
        font-feature-settings: normal;
        letter-spacing: 5px;
        font-size: 196%;
        line-height: 1.2; }
        @media (max-width: 640px) {
          .mv__heading h1 span {
            font-size: 170%; } }
  .mv__slider {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background-color: #ddd; }
    @media (max-width: 640px) {
      .mv__slider--left {
        border-radius: 0 8px 8px 0;
        overflow: hidden; } }
    @media (max-width: 640px) {
      .mv__slider--right {
        border-radius: 8px 0 0 8px;
        overflow: hidden; } }
    .mv__slider > img {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      object-fit: cover;
      transform: translateX(0) scale(1.08);
      transition: opacity 2.2s ease-in-out; }
      .mv__slider > img.cable-img {
        object-position: 20% center; }
      .mv__slider > img.is-active {
        z-index: 1;
        opacity: 1;
        animation: mv-slide-left 4s linear forwards; }
      .mv__slider > img.is-leaving {
        z-index: 2;
        opacity: 0;
        transform: translateX(4%) scale(1.08);
        animation: none; }
    .mv__slider--pc {
      display: block; }
      @media (max-width: 640px) {
        .mv__slider--pc {
          display: none; } }
    .mv__slider--sp {
      display: none; }
      @media (max-width: 640px) {
        .mv__slider--sp {
          display: block; } }
  .mv__description {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1414d2;
    text-align: center; }
    @media (max-width: 640px) {
      .mv__description {
        text-align: left; } }
    .mv__description p {
      margin: 4rem 0;
      font-size: clamp(16px, 1.6vw, 24px);
      line-height: 1.8; }
      @media (max-width: 640px) {
        .mv__description p {
          margin: 2rem 0;
          line-height: 1.6; } }

@keyframes mv-slide-left {
  from {
    transform: translateX(0) scale(1.08); }
  to {
    transform: translateX(4%) scale(1.08); } }
/* ------------------
Nest Hub用
------------------*/
@media screen and (min-width: 641px) and (max-width: 1024px) and (max-height: 650px) {
  .mv {
    height: 88svh; }
    .mv__heading {
      top: 1%; }
      .mv__heading h2 {
        font-size: 22px; }
      .mv__heading h1 {
        margin: 0;
        font-size: 30px; } }
/* ------------------
Date
------------------*/
#first-cp {
  background: #051464; }

.first-cp {
  color: #ffffff; }
  @media (max-width: 640px) {
    .first-cp {
      width: 95%; } }
  .first-cp h3.cp-desc {
    margin: 3rem 0 5rem; }
    @media (max-width: 640px) {
      .first-cp h3.cp-desc {
        margin: 3rem 0;
        font-size: 15px; } }
  .first-cp p {
    line-height: 1;
    font-size: min(3.8vw, 21px);
    font-feature-settings: 'palt'; }
    .first-cp p span {
      font-size: 260%;
      font-weight: 700; }
      @media (max-width: 640px) {
        .first-cp p span {
          font-size: 220%; } }
    .first-cp p.date {
      margin-top: 2rem; }
      @media (max-width: 640px) {
        .first-cp p.date {
          margin-top: 1.5rem;
          padding-left: 0; } }

/* ------------------
word cloud
------------------*/
#word-cloud {
  background: #f7f4f2; }

.word-cloud-intro .sfo-image {
  width: 80%;
  margin: 2rem auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .word-cloud-intro .sfo-image {
      width: 100%; } }
  .word-cloud-intro .sfo-image img {
    width: 100%;
    height: auto; }
  .word-cloud-intro .sfo-image p.sfo-ttl {
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 1;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: min(8vw, 90px);
    font-weight: 700;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15)); }
    @media (max-width: 640px) {
      .word-cloud-intro .sfo-image p.sfo-ttl {
        top: 2%;
        font-size: min(12vw, 60px); } }
.word-cloud-intro .hint {
  margin: 2rem auto;
  width: fit-content;
  border: 1px dashed rgba(5, 20, 100, 0.5);
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.6rem; }
  @media (max-width: 640px) {
    .word-cloud-intro .hint {
      padding: 1rem 1rem;
      gap: 0.6rem; } }
  .word-cloud-intro .hint img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    animation: arrow-down 1.4s ease-in-out infinite; }
  .word-cloud-intro .hint > p {
    font-size: 110%; }
    @media (max-width: 640px) {
      .word-cloud-intro .hint > p {
        font-size: 106%; } }
    .word-cloud-intro .hint > p span {
      color: #1414d2; }

@keyframes arrow-down {
  0%, 100% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(2px); } }
#word-cloud.section-padding {
  padding: var(--large) 0 2rem; }
  @media (max-width: 640px) {
    #word-cloud.section-padding {
      padding: var(--large) 0 1rem; } }

@media (max-width: 640px) {
  #word-cloud-interactive.section-padding {
    padding: 0; } }

#word-cloud-interactive {
  width: 100%;
  position: relative;
  overflow: hidden; }
  #word-cloud-interactive::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("../img/wordcloud/bg_cloud.jpg") no-repeat center bottom;
    background-size: cover;
    opacity: 0.25;
    z-index: -1; }
  #word-cloud-interactive > * {
    position: relative;
    z-index: 1; }
  #word-cloud-interactive .word-cloud__inner {
    position: relative;
    height: 600px;
    container-type: inline-size;
    z-index: 1; }
    @media (max-width: 640px) {
      #word-cloud-interactive .word-cloud__inner {
        height: auto;
        aspect-ratio: 588 / 780; } }
  #word-cloud-interactive .word-cloud__word {
    position: absolute;
    top: var(--pc-y);
    left: var(--pc-x);
    z-index: 3;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000000;
    background: transparent;
    text-align: left;
    font-size: clamp(12px, calc(var(--pc-size) * 0.078125cqi), calc(var(--pc-size) * 1px));
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
    transition: color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
    @media (max-width: 640px) {
      #word-cloud-interactive .word-cloud__word {
        top: var(--sp-y);
        left: var(--sp-x);
        font-size: clamp(10px, calc(var(--sp-size) * 0.170068cqi), calc(var(--sp-size) * 1px)); } }
    #word-cloud-interactive .word-cloud__word--small {
      z-index: 10;
      font-weight: 400; }
    #word-cloud-interactive .word-cloud__word--medium {
      z-index: 8;
      font-weight: 500; }
    #word-cloud-interactive .word-cloud__word--large {
      z-index: 6;
      font-weight: 500; }
      @media (max-width: 640px) {
        #word-cloud-interactive .word-cloud__word--large {
          font-weight: 600; } }
    #word-cloud-interactive .word-cloud__word--xlarge {
      z-index: 4;
      font-weight: 600; }
      #word-cloud-interactive .word-cloud__word--xlarge.bridge {
        font-weight: 700;
        line-height: 1.2; }
    #word-cloud-interactive .word-cloud__word:hover, #word-cloud-interactive .word-cloud__word:focus-visible {
      z-index: 20;
      color: #1414d2;
      transform: translate3d(-50%, -50%, 0) scale(1.03); }
    #word-cloud-interactive .word-cloud__word:focus-visible {
      outline: 2px solid #1414d2;
      outline-offset: 5px; }
  #word-cloud-interactive .word-cloud__sp-break {
    display: none; }
    @media (max-width: 640px) {
      #word-cloud-interactive .word-cloud__sp-break {
        display: inline; } }

.word-modal {
  width: min(540px, calc(100% - 40px));
  max-height: calc(100svh - 40px);
  max-width: none;
  margin: auto;
  padding: 0;
  overflow-y: auto;
  border: none;
  background-color: #ffffff; }
  @media (max-width: 640px) {
    .word-modal {
      width: calc(100% - 28px);
      max-width: none; } }
  .word-modal::backdrop {
    background-color: rgba(0, 0, 0, 0.65); }
  .word-modal__content {
    position: relative;
    padding: 1rem; }
  .word-modal__close-icon {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 2;
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background-color: #1414d2;
    font-size: 27px;
    line-height: 1;
    cursor: pointer; }
  .word-modal__image {
    display: block;
    width: 100%;
    object-fit: cover; }
  .word-modal__title {
    margin: 0;
    padding: 1.5rem 2rem;
    color: #fff;
    background-color: #1414d2;
    font-size: min(4vw, 24px);
    line-height: 1.4;
    text-align: left; }
  .word-modal__body {
    padding: 2rem 0.4rem; }
  .word-modal__catch {
    margin: 0 0 1rem;
    font-size: min(3vw, 20px);
    line-height: 1.5;
    font-weight: 500; }
    @media (max-width: 640px) {
      .word-modal__catch {
        font-size: 16px; } }
  .word-modal__description {
    margin: 0;
    white-space: pre-line; }
  .word-modal__close-button {
    margin: 3rem auto 0;
    min-width: 200px;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 640px) {
      .word-modal__close-button {
        margin: 2rem auto 0; } }
    .word-modal__close-button:focus, .word-modal__close-button:focus-visible {
      outline: none;
      box-shadow: none; }

/* ------------------
flight-line animation
------------------*/
.flight-line {
  clip-path: inset(0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path; }
  .flight-line.start.is-reveal-ready:not(.is-revealed) {
    clip-path: inset(0 100% 0 0); }
  .flight-line.end.is-reveal-ready:not(.is-revealed) {
    clip-path: inset(0 0 0 100%); }
  .flight-line.is-revealed {
    clip-path: inset(0); }

/* ------------------
first-cp
------------------*/
.first-cp_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }
  .first-cp_wrap .flight-line {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
    padding: 1rem 0; }
    .first-cp_wrap .flight-line img {
      width: 28px;
      height: auto;
      flex-shrink: 0; }
    .first-cp_wrap .flight-line__dotted {
      flex: 1;
      height: 2px;
      background-image: repeating-linear-gradient(to right, #fff 0, #fff 8px, transparent 8px, transparent 16px); }
    .first-cp_wrap .flight-line.start {
      flex-direction: row-reverse; }
      @media (max-width: 1024px) {
        .first-cp_wrap .flight-line.start {
          padding: 0 2rem 0 0; } }
      @media (max-width: 640px) {
        .first-cp_wrap .flight-line.start {
          padding: 0 1.6rem 0 0; } }
    .first-cp_wrap .flight-line.end img {
      transform: scaleX(-1); }
    @media (max-width: 1024px) {
      .first-cp_wrap .flight-line.end {
        padding: 0 0 0 2rem; } }
    @media (max-width: 640px) {
      .first-cp_wrap .flight-line.end {
        padding: 0 0 0 1.6rem; } }
  .first-cp_wrap .prize-ttl {
    text-align: center;
    margin: 2rem auto 0; }
    .first-cp_wrap .prize-ttl a.cta {
      color: #a5ebff; }

.prize_wrap {
  margin: 3rem 0;
  width: 100%;
  list-style: none; }

.prize-card {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  margin-bottom: 2.4rem; }
  @media (max-width: 640px) {
    .prize-card {
      gap: 2.4rem; } }
  .prize-card:last-child {
    margin-bottom: 0; }
  .prize-card__number {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 2rem 1rem;
    color: #1414d2;
    background-color: #ffffff;
    flex-shrink: 0;
    border-radius: 10px; }
    @media (max-width: 1024px) {
      .prize-card__number {
        border-radius: 0 10px 10px 0;
        padding: 2rem 0.5rem;
        width: 22%; } }
    .prize-card__number::after {
      position: absolute;
      top: 50%;
      left: 100%;
      width: 40px;
      height: 3px;
      background-color: #fff;
      content: "";
      transform: translateY(-50%); }
      @media (max-width: 640px) {
        .prize-card__number::after {
          width: 24px; } }
    .prize-card__number p {
      font-size: min(3vw, 20px); }
      @media (max-width: 640px) {
        .prize-card__number p {
          font-size: min(4vw, 20px); } }
      .prize-card__number p span {
        font-size: 150%;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1px; }
        @media (max-width: 640px) {
          .prize-card__number p span {
            letter-spacing: 0; } }
  .prize-card__content {
    display: flex;
    width: calc(80% - 40px);
    overflow: hidden;
    background: #1414d2;
    color: #ffffff;
    border-radius: 10px; }
    @media (max-width: 1024px) {
      .prize-card__content {
        border-radius: 16px 0 0 16px; } }
    @media (max-width: 640px) {
      .prize-card__content {
        width: calc(78% - 24px); } }
    .prize-card__content.medium-purple {
      background: #695fe6; }
    .prize-card__content.medium-blue {
      background: #276ef1; }
  .prize-card__text {
    display: flex;
    flex: 1;
    padding: 3rem;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 640px) {
      .prize-card__text {
        padding: 1rem 1.5rem; } }
    .prize-card__text p {
      font-size: min(4vw, 20px);
      font-weight: 700; }
      .prize-card__text p span {
        font-size: 80%; }
      .prize-card__text p:last-child {
        margin-bottom: 0; }
  .prize-card__image {
    width: 40%;
    flex-shrink: 0;
    max-height: 200px; }
    .prize-card__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .prize-card--no-image .prize-card__content {
    background: #a5ebff; }
  .prize-card--no-image .prize-card__text {
    color: #000000; }

.photo-gallery {
  margin: 4rem auto 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }
  @media (max-width: 640px) {
    .photo-gallery {
      gap: 8px; } }
  .photo-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 10px; }
    .photo-gallery__item > img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: transform 0.3s ease; }
      .photo-gallery__item > img:hover {
        transform: scale(1.04); }
    .photo-gallery__item:focus-visible {
      outline: 3px solid #fff;
      outline-offset: 3px; }
  .photo-gallery__zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px 0 0; }
    .photo-gallery__zoom img {
      width: 44%; }
    @media (max-width: 640px) {
      .photo-gallery__zoom {
        width: 24px;
        height: 24px; } }

.modaal-wrapper.modaal-image .modaal-outer-wrapper {
  height: 100vh; }
.modaal-wrapper.modaal-image .modaal-inner-wrapper {
  height: 100vh; }
.modaal-wrapper.modaal-image .modaal-container {
  width: auto !important; }
.modaal-wrapper.modaal-image .modaal-content-container {
  padding: 0 !important; }
.modaal-wrapper.modaal-image .modaal-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center; }
  .modaal-wrapper.modaal-image .modaal-gallery-item img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 40px) !important;
    max-height: 90vh !important;
    object-fit: contain; }

/* ------------------
応募方法
------------------*/
#apply {
  padding: var(--large) 0 calc( var(--large) + 2rem );
  background: #1414d2; }

.apply h2 {
  color: #ffffff;
  margin-bottom: 2rem; }

.apply-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem; }

.child-card {
  width: 32%;
  padding: 2rem 3rem 3rem;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .child-card .btn {
    margin-top: 3rem;
    width: 100%; }
  @media (max-width: 1200px) {
    .child-card {
      width: 100%;
      max-width: 600px;
      padding: 3rem 4rem; } }
  @media (max-width: 640px) {
    .child-card {
      padding: 3rem 2rem; } }
  .child-card__ttl {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left; }
    .child-card__ttl .icon {
      width: 30px;
      flex: 0 0 30px;
      margin-top: 7px; }
      @media (max-width: 1200px) {
        .child-card__ttl .icon {
          margin-top: 0; } }
    .child-card__ttl h3 {
      display: inline-block;
      font-size: min(6vw, 24px);
      color: #1414d2;
      font-weight: 700;
      line-height: 1;
      margin: 0;
      padding: 0;
      border-bottom: solid 3px #1414d2; }
  .child-card__content {
    margin-top: 3rem; }
    .child-card__content p {
      text-align: left; }
  .child-card p {
    font-weight: 500; }
  .child-card p.note {
    font-weight: normal;
    margin-top: 3rem;
    opacity: 70%; }
    @media (max-width: 640px) {
      .child-card p.note {
        margin-top: 2rem; } }
  .child-card .to-rule {
    margin-top: auto;
    padding: 2rem 0 0;
    text-align: left; }

.btn-addfriend {
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #5ad28c;
  background-color: #5ad28c; }
  .btn-addfriend__icon {
    padding: 15px;
    width: auto;
    background-color: #ffffff;
    border-radius: 4px 0 0 4px; }
    .btn-addfriend__icon img {
      width: 50px; }
  .btn-addfriend__txt {
    margin: auto;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: clamp(13px, 3.8vw, 18px);
    line-height: 1.5;
    color: #000000; }

.remove {
  text-decoration: none; }

/* ------------------
Rules
------------------*/
#rule-regu {
  background: #276ef1;
  padding: var(--large) 0; }
  @media (max-width: 640px) {
    #rule-regu {
      padding: calc( var(--large) + 2rem ) 0; } }

.rules {
  line-height: 1.8;
  font-size: 14px;
  border-radius: 10px;
  padding: 2rem;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    .rules {
      padding: 1rem; } }
  .rules p {
    line-height: 1.8; }
  .rules__ttl {
    padding: 1rem;
    font-weight: 600;
    font-feature-settings: 'palt'; }
    .rules__ttl + p {
      margin: 1rem 0; }
    .rules__ttl p:first-child {
      font-size: clamp(14px, 3.2vw, 20px);
      padding: 1rem 0;
      margin: 0 0 1rem;
      font-weight: 600;
      background: #f7f4f2; }
  .rules dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10rem; }
    .rules dl li {
      list-style: unset;
      margin: 0 0 0 1.8rem;
      text-align: left;
      padding: 0; }
    .rules dl dt, .rules dl dd {
      padding: .5rem 0;
      border-top: solid #D7D7D4 1px; }
      @media (max-width: 640px) {
        .rules dl dt, .rules dl dd {
          border: none; } }
    .rules dl dt {
      width: 140px;
      font-weight: 600; }
      @media (max-width: 640px) {
        .rules dl dt {
          width: 100%;
          border-bottom: solid #D7D7D4 1px; } }
    .rules dl dd {
      width: calc(100% - 140px);
      padding: .5rem 0 .5rem 1rem;
      border-left: solid 1px #D7D7D4; }
      @media (max-width: 640px) {
        .rules dl dd {
          width: 100%;
          border: none; } }
  .rules .container {
    position: relative;
    overflow: hidden; }
  .rules .content {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.5s ease; }
    @media (max-width: 640px) {
      .rules .content {
        max-height: 330px; } }
    .rules .content:after {
      content: '';
      width: 100%;
      height: 100px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .rules .content.bg-grad-white:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .rules .content.expanded {
    max-height: 1000px;
    background: none; }
  .rules .content.expanded:after {
    content: none; }
  .rules .toggle-btn {
    margin: 20px 0 0;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 640px) {
      .rules .toggle-btn {
        bottom: 1.6rem; } }
    .rules .toggle-btn::after {
      content: none; }
  .rules .toggle-btn.close-btn {
    border-radius: 30px; }
  .rules ol li {
    list-style: auto; }

/*カリフォルニア観光局バナー*/
.bg-banner {
  background-size: cover;
  background-position: center;
  padding: 6rem 0; }
  @media (max-width: 640px) {
    .bg-banner {
      padding: var(--large) 0; } }
  .bg-banner .wrap {
    width: 88%;
    max-width: 1380px; }
  .bg-banner__main {
    padding: 6rem 0;
    background: #fff;
    color: #000;
    text-align: center;
    max-width: 440px; }
    @media (max-width: 1024px) {
      .bg-banner__main {
        margin: auto; } }
    @media (max-width: 640px) {
      .bg-banner__main {
        padding: var(--large) 0; } }
    .bg-banner__main .vca-logo {
      margin-bottom: 2rem; }
      @media (max-width: 1024px) {
        .bg-banner__main .vca-logo {
          width: 50%; } }
    .bg-banner__main .btn {
      margin-top: 3rem; }
      @media (max-width: 640px) {
        .bg-banner__main .btn {
          margin-top: var(--medium); } }

/* ------------------
second-cp
------------------*/
#second-cp {
  background: #695fe6; }

.second-cp_card {
  padding: 2rem 4rem 4rem;
  margin: 4rem auto 0;
  border-radius: 10px;
  text-align: center;
  position: relative; }
  @media (max-width: 640px) {
    .second-cp_card {
      padding: 2rem 3rem 3rem; } }
  .second-cp_card::before {
    right: 2rem; }
  .second-cp_card::after {
    left: 2rem; }
  .second-cp_card::before, .second-cp_card::after {
    content: '';
    position: absolute;
    top: 4rem;
    width: 44%;
    height: 1px;
    background: #1414d2; }
    @media (max-width: 1024px) {
      .second-cp_card::before, .second-cp_card::after {
        width: 38%; } }
    @media (max-width: 640px) {
      .second-cp_card::before, .second-cp_card::after {
        width: 34%; } }
  .second-cp_card p.coming-soon {
    font-size: min(6vw, 30px);
    text-align: center;
    font-weight: 700;
    margin: 0 0 3rem; }
    @media (max-width: 640px) {
      .second-cp_card p.coming-soon {
        margin: 0 0 2rem; } }

/* ------------------
Banner
------------------*/
#banner-section {
  background: #f7f4f2; }

.top-page-banner {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); }

.banner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin: 0 auto; }
  @media (max-width: 640px) {
    .banner {
      gap: 4rem; } }
  .banner p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 120%;
    font-weight: 600; }

.footer-logo {
  width: 25%;
  max-width: 250px;
  margin: 3rem auto; }
  @media (max-width: 640px) {
    .footer-logo {
      width: 40%; } }
