@charset "UTF-8";

/* base settings */
:root {
  font-size: 62.5%;
  --s-2: calc(var(--s1) / 2);
  --s1: 0.8rem;
  --s2: calc(var(--s1) * 2);
  --s3: calc(var(--s1) * 3);
  --s4: calc(var(--s1) * 4);
  --s5: calc(var(--s1) * 5);
  --s6: calc(var(--s1) * 6);
  --s7: calc(var(--s1) * 7);
  --s8: calc(var(--s1) * 8);
  --s9: calc(var(--s1) * 9);
  --s10: calc(var(--s1) * 10);
}

/* @media screen and (max-width: 1440px) {
  :root {
    font-size: 0.6944444444vw;
  }
} */

html {
  /* font-size: 62.5%; */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "YuGothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

#TW,
#TW input::placeholder,
#TW .input_box select,
#TW textarea::placeholder {
  font-family: "Noto Sans TC";
}
#CN,
#CN input::placeholder,
#CN .input_box select,
#CN textarea::placeholder {
  font-family: "Noto Sans SC";
}

.sp {
  display: block;
}
.pc {
  display: none;
}

.bld {
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.text-center {
  text-align: center;
}

/*-- wave --*/
.wave {
  position: absolute;
  width: 100%;
  top: -52px;
  padding-top: 52px;
  /* background-size: 2040px 96px; */
  margin-bottom: -2px;
  background: url(../img/wave_top.svg) bottom left repeat-x;
  background-size: 1400px 52px;
  /* filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 1)); */
  animation: wave-pc 20s linear infinite;
}
/* .wave.top {
  margin-bottom: -2px;
  background: url(../img/wave_top.svg) bottom left repeat-x;
  background-size: 1484px 70px;
} */
.bottom {
  top: auto;
  bottom: -48px;
  margin-bottom: -2px;
  transform: scaleY(-1);
}
@keyframes wave-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1400px;
  }
}

.top_bg {
  width: 100%;
  height: 120px;
  background-color: #fff;
  padding-top: 2.6rem;
}
.top_bg h1 img {
  display: block;
  width: 12rem;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
/* lang-select */
.lang_select {
  position: fixed;
  display: block;
  top: 25px;
  right: 20px;
  font-size: 14px;
  font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", sans-serif;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  font-weight: normal;
}
.lang_on {
  position: relative;
  width: 126px;
  height: 40px;
  padding-left: 9px;
  line-height: 37px;
  color: #000000;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 48px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
}
.lang_on::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 1rem;
  background: url(../img/logo/icon_world.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.lang_on::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 1.2rem;
  background: url(../img/logo/lang_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.lang_list {
  display: none;
  width: 86%;
  height: auto;
  margin: 0 auto;
  background: rgba(36, 36, 36, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 16px;
}
.lang_list li a {
  display: inline-block;
  padding: 10px 0;
  transition: all 0.3s;
  font-weight: 500;
  color: #fff;
}
.lang_list li a:hover {
  color: #fff;
}
.lang_list li {
  transition: all 0.3s;
}
.lang_list li:hover {
  background: rgba(19, 19, 19, 0.284);
}
/* /lang-select */
.sec-content {
  position: relative;
  width: 100%;
  height: auto;
}
.sec-content.contents-box {
  background-color: #ffd83f;
  padding-bottom: 4rem;
}
.inner {
  padding: 0 2rem 2rem;
}

.wh-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 3rem;
}
.item-block {
  margin-bottom: 4rem;
}
.item-block:last-of-type {
  margin-bottom: 0;
}
.item-block img {
  margin-bottom: 2rem;
}
h2 {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 3rem;
  border-bottom: 4px solid #ffd83f;
  color: black;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

h2:before,
h2:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

h2:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #ffd83f;
  margin-left: -16px;
}

h2:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -10px;
}

.item-block .date {
  margin-bottom: 2rem;
}

.item-block p.mk-line {
  display: table;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(transparent 50%, #ffff66 0%);
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.item-block p,
.notice-list {
  margin-bottom: 1.6rem;
}

.step-list p {
  text-align: center;
}

.step-list p span {
  display: block;
  font-size: 2.2rem;
  color: #e72a00;
  text-align: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.step-list .sns-btn {
  width: 90%;
  max-width: 384px;
  margin: 0 auto 20px;
  filter: drop-shadow(0px 4px 8px rgba(88, 74, 4, 0.4));
  transition: all 0.2s;
}

.step-list .twitter-tweet {
  width: 100% !important;
  margin: 20px auto 30px !important;
}

.instagram-media {
  margin-inline: auto !important;
  min-width: auto !important;
}

.apply-box {
  width: 100%;
  height: auto;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 6%;
  font-size: 1.4rem;
}

.apply-inner {
  width: 100%;
  height: 24rem;
  max-height: 230px;
  overflow-y: scroll;
}

.gl-list > li {
  margin-bottom: 3rem;
}

.gl-list > li .bld {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.btn-top button {
  display: flex;
  width: 16rem;
  color: #fff;
  background-color: #000;
  padding: 1.4rem;
  margin: 0 auto;
  justify-content: center;
  border-radius: 12px;
  text-transform: uppercase;
  filter: drop-shadow(0px 4px 8px rgba(88, 74, 4, 0.4));
  transition: all 0.2s;
  border: none;
}

/* footer */
footer {
  padding: 8rem 2rem 4rem;
}
footer .footer-logo {
  width: 80%;
  height: auto;
  margin: 0 auto 3.6rem;
}

/* footer logo */
.footer-logo ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer-logo ul li {
  width: 48%;
}

/* sns */
.sns-content {
  width: 100%;
  margin: 0 auto 3rem;
}
.sns-list {
  display: flex;
  width: 62%;
  max-width: 31.2rem;
  justify-content: space-between;
  margin: 0 auto;
  column-gap: 1rem;
}
.sns-list li {
  width: auto;
  height: auto;
  transition: all 0.3s ease-out;
}
.sns-list li:hover {
  transform: scale(1.2);
}

.footer-copy {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 80%;
    margin: 0 auto;
    max-width: 820px;
  }

  .wh-box {
    padding: 6rem 10rem 4rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  a img {
    transition: all 0.3s;
  }
  a img:hover {
    opacity: 0.8;
  }

  .item-block img,
  .item-block p {
    margin-bottom: 3.6rem;
  }

  .item-block p.mk-line {
    font-size: 2.8rem;
  }

  .present-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .present-list li {
    width: 48%;
  }

  .present-list li img {
    margin-bottom: 0;
  }

  .step-list .sns-btn:hover,
  .btn-top button:hover {
    filter: none;
    transform: translateY(4px);
  }
  .footer-logo ul {
    gap: 30px;
  }

  .footer-logo ul li {
    width: 18%;
    max-width: 14rem;
  }
}
