@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    opacity: 0.75;
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  color: #000;
  font-family: "Noto sans JP", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

img {
  pointer-events: none;
}

.font-en {
  font-family: "Aldrich", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.indent {
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__btn {
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 14.6666666667vw;
    height: 8vw;
    top: 4vw;
    right: 2.6666666667vw;
  }
}
.header__btn.open .--line {
  background-color: #fff;
  box-shadow: none;
}
.header__btn.open .--line:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__btn.open .--line:first-of-type {
    width: 11.4666666667vw;
  }
}
.header__btn.open .--line:nth-of-type(2) {
  transform: translate(50%, -50%);
  opacity: 0;
}
.header__btn.open .--line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btn.open .--line:nth-of-type(3) {
    width: 11.4666666667vw;
  }
}
.header__btn .--line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
  position: absolute;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__btn .--line {
    width: 10.6666666667vw;
  }
}
.header__btn .--line:first-of-type {
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header__btn .--line:first-of-type {
    top: calc(50% - 1.8666666667vw);
  }
}
.header__btn .--line:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__btn .--line:nth-of-type(3) {
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header__btn .--line:nth-of-type(3) {
    top: calc(50% + 1.8666666667vw);
  }
}
.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__menu {
    width: 100%;
  }
}
.header__menu .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .header__menu .btn {
    margin-top: 10.6666666667vw;
  }
}
.header__menu .btn__body {
  font-size: 2.1rem;
  padding: 7px 10px 9px 15px;
}
@media screen and (max-width: 768px) {
  .header__menu .btn__body {
    font-size: 5.6vw;
    padding: 1.8666666667vw 2.6666666667vw 2.4vw 4vw;
  }
}
.header__menu .btn__body img {
  width: 8px;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .header__menu .btn__body img {
    width: 2.1333333333vw;
    right: 5.8666666667vw;
  }
}
.header__menu-inner {
  padding: 80px 30px 30px;
  height: 100%;
  overflow: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__menu-inner {
    padding: 16vw 8vw 8vw;
  }
}
.header__menu-logo {
  width: 162px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header__menu-logo {
    width: 43.2vw;
    top: 0.8vw;
  }
}
.header__menu-list li a {
  display: block;
  padding-left: 26px;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__menu-list li a {
    padding-left: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.header__menu-list li a::after {
  content: "";
  width: 2px;
  height: 33px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 0;
  transform: rotate(30deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 768px) {
  .header__menu-list li a::after {
    height: 8.8vw;
    top: -1.8666666667vw;
  }
}
.header__menu-list li:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .header__menu-list li:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.header__menu-list li span {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header__menu-list li span {
    margin-bottom: 2.1333333333vw;
    font-size: 6.4vw;
  }
}
.header__menu-bottom {
  margin-top: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom {
    margin-top: 13.3333333333vw;
  }
}
.header__menu-bottom dt {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom dt {
    font-size: 5.3333333333vw;
  }
}
.header__menu-bottom dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom dd {
    margin-top: 5.3333333333vw;
  }
}
.header__menu-bottom dd a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom dd a {
    font-size: 3.2vw;
  }
}
.header__menu-bottom dd a + a {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .header__menu-bottom dd a + a {
    margin-top: 4vw;
  }
}

.footer {
  padding: 26px 0 56px;
  background-color: #000;
  z-index: 10;
  position: relative;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.3333333333vw 0 8vw;
  }
}
.footer_sns {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_sns {
    display: block;
    margin-top: 7.0666666667vw;
  }
}
.footer_sns_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_sns_top {
    justify-content: center;
  }
}
.footer_sns_top dl:first-of-type {
  margin-right: 3.0666666667vw;
}
.footer_sns dl {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .footer_sns dl {
    display: block;
    margin-right: 0;
  }
}
.footer_sns dt {
  margin-right: 15px;
  width: 160px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_sns dt {
    margin-right: 0;
    width: 40vw;
    border: 0.1333333333vw solid #fff;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
  }
}
.footer_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .footer_sns_list {
    gap: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_twitter {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_facebook {
    width: 1.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_line {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_d {
    width: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_youtube {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_instagram {
    width: 4.6666666667vw;
  }
}
.footer_btn {
  display: block;
  width: 160px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_btn {
    width: 40vw;
    border: 0.1333333333vw solid #fff;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.footer_copyright {
  margin-top: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    margin-top: 3.6vw;
    font-size: 2.9333333333vw;
  }
}

.bg-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-dot.webp");
  background-size: 9px 9px;
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-dot {
    background-size: 2.4vw;
  }
}
.bg-dot.--white {
  opacity: 1;
}

.mv {
  height: 41.6666666667vw;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 154.6666666667vw;
  }
}
.mv__logo {
  width: 53.3333333333vw;
  position: absolute;
  top: 0.6944444444vw;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 100%;
    top: 0;
  }
}
.mv__deco {
  width: 45.4861111111vw;
  position: absolute;
  top: 0.4861111111vw;
  right: 7.0833333333vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mv__deco {
    width: 86.6666666667vw;
    top: 72.5333333333vw;
    right: auto;
    left: 0;
  }
}
.mv__video {
  width: 48.125vw;
  aspect-ratio: 1386/1194;
  position: absolute;
  top: -0.3472222222vw;
  right: 5.9027777778vw;
  -webkit-mask-image: url("../images/mv-movie.webp");
          mask-image: url("../images/mv-movie.webp");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv__video {
    width: 89.3333333333vw;
    top: 73.3333333333vw;
    right: auto;
    left: -0.5333333333vw;
    -webkit-mask-image: url("../images/mv-movie-sp.webp");
            mask-image: url("../images/mv-movie-sp.webp");
  }
}
.mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.mv__uchiwa {
  width: 36.4583333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv__uchiwa {
    width: 76vw;
    bottom: 1.0666666667vw;
  }
}

.inner {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4vw;
  }
}

.btn {
  display: block;
  max-width: 590px;
  width: 100%;
  margin: 0 auto 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 84.2666666667vw;
    margin-bottom: 0.8vw;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .btn::before {
    top: 0.8vw;
    left: 0.8vw;
  }
}
.btn__body {
  display: block;
  width: 100%;
  padding: 16px 60px 16px 43px;
  font-size: 3.8rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  position: relative;
  background-color: #FEC800;
  border: 4px solid #000;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .btn__body {
    padding: 2.6666666667vw 8.8vw 3.2vw 10.1333333333vw;
    font-size: 5.6vw;
    border: 2px solid #000;
  }
}
.btn__body img {
  width: 17px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn__body img {
    width: 2.4vw;
    right: 5.6vw;
  }
}

.lead {
  padding: 38px 0 100px;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 5.3333333333vw 0 16vw;
  }
}
.lead__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lead__date {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.lead__date dt {
  padding: 6px 16px 8px 16px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  border: 2px solid #999999;
}
@media screen and (max-width: 768px) {
  .lead__date dt {
    padding: 1.0666666667vw 3.7333333333vw 1.0666666667vw 3.7333333333vw;
    font-size: 5.8666666667vw;
  }
}
.lead__date dd {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lead__date dd {
    font-size: 6.9333333333vw;
    text-align: center;
  }
}
.lead__date dd .--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lead__date dd .--small {
    font-size: 4vw;
  }
}
.lead .btn {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .lead .btn {
    margin-top: 8vw;
  }
}
.lead__desc {
  margin-top: 60px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lead__desc {
    margin-top: 6.4vw;
    text-align: left;
  }
}
.lead__desc a {
  text-decoration: underline;
}
.lead__box {
  margin-top: 50px;
  padding: 42px 20px 36px 20px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .lead__box {
    margin-top: 8vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.lead__box p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead__box p {
    text-align: left;
  }
}
.lead__box p + p {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .lead__box p + p {
    margin-top: 4.2666666667vw;
  }
}

.section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 6.8rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 9.0666666667vw;
  }
}
.section-title::before {
  content: "";
  width: 2px;
  height: 109px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: calc(100% + 39px);
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .section-title::before {
    height: 17.3333333333vw;
    right: calc(100% + 8vw);
  }
}
.section-title::after {
  content: "";
  width: 2px;
  height: 109px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: calc(100% + 39px);
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .section-title::after {
    height: 14.6666666667vw;
    left: calc(100% + 8vw);
  }
}
.section-title span {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section-title span {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.howto {
  padding: 75px 0 73px;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .howto {
    padding: 16vw 0 16vw;
  }
}
.howto__list {
  margin-top: 41px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .howto__list {
    margin-top: 10.6666666667vw;
  }
}
.howto__list > li {
  padding: 10px 0 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto__list > li {
    padding: 0.8vw 0 0 10.6666666667vw;
  }
}
.howto__list > li:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .howto__list > li:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.howto__list > li .--num {
  width: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .howto__list > li .--num {
    width: 9.3333333333vw;
  }
}
.howto__list .--top {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .howto__list .--top {
    font-size: 5.3333333333vw;
  }
}
.howto__list .--top a {
  text-decoration: underline;
}
.howto__list .--middle {
  display: block;
  margin-top: 23px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .howto__list .--middle {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.howto__list ul {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .howto__list ul {
    margin-top: 1.0666666667vw;
  }
}
.howto__list ul li {
  font-weight: 500;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto__list ul li {
    font-size: 3.7333333333vw;
  }
}
.howto__list ul li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.howto__list .--note {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .howto__list .--note {
    font-size: 4.2666666667vw;
  }
}

.cta {
  padding: 49px 20px 80px;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
.cta .--top {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .cta .--top {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.faq {
  padding: 74px 0 72px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 0 16vw;
  }
}
.faq__list {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-top: 16vw;
  }
}
.faq__list > div:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq__list > div:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.faq__list dt {
  padding-left: 80px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 32/22;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq__list dt {
    padding-left: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.faq__list dt img {
  width: 65px;
  position: absolute;
  top: -11px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .faq__list dt img {
    width: 12vw;
    top: -1.3333333333vw;
  }
}
.faq__list dd {
  padding-left: 80px;
  margin-top: 22px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__list dd {
    padding-left: 13.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}

.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s, transform 0.75s;
}
.fadeUp.on {
  opacity: 1;
  transform: inherit;
}

.entry {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 16vw 0;
  }
}
.entry__body {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .entry__body {
    margin-top: 16vw;
  }
}
.entry__body > div {
  border: 1px solid #000;
  padding: min(5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .entry__body > div {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.entry__item:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry__item:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.entry__label {
  display: block;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .entry__label {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.entry__label sup {
  color: #C50B12;
  font-size: 0.75em;
}
.entry__label + p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry__label + p {
    font-size: 4.2666666667vw;
  }
}
.entry input[type=text], .entry input[type=email] {
  max-width: 600px;
  width: 100%;
  border: 1px solid #000;
  background-color: #EAEAEA;
  font-size: 1.8rem;
  padding: 11px 15px;
}
@media screen and (max-width: 768px) {
  .entry input[type=text], .entry input[type=email] {
    max-width: 100%;
    font-size: 4.8vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.entry__upload {
  padding: 30px 20px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .entry__upload {
    padding: 8vw 4vw;
  }
}
.entry__upload .--top {
  text-align: center;
}
.entry__upload-pict {
  width: 323px;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #999999;
}
@media screen and (max-width: 768px) {
  .entry__upload-pict {
    width: 100%;
    margin-top: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.entry__btn-pict {
  padding: 13px 22px 13px 34px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .entry__btn-pict {
    padding: 3.4666666667vw 5.8666666667vw 3.4666666667vw 9.0666666667vw;
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.entry__btn-pict img {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .entry__btn-pict img {
    width: 5.6vw;
  }
}
.entry__btn-pict input[type=file] {
  display: none;
}
.entry__agree-list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entry__agree-list {
    margin-top: 5.3333333333vw;
  }
}
.entry__agree-list li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.entry__agree-list li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.entry__check-btn {
  display: block;
  margin-top: 20px;
  padding-left: 43px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry__check-btn {
    margin-top: 5.3333333333vw;
    padding-left: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.entry__check-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .entry__check-btn::after {
    width: 8vw;
    height: 8vw;
  }
}
.entry input[type=checkbox] {
  display: none;
}
.entry input[type=checkbox]:checked + .entry__check-btn::after {
  background-image: url("../images/icon-check.svg");
  background-size: 90% auto;
  background-position: center;
}
.entry .btn {
  width: 360px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .entry .btn {
    width: 77.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.entry .btn + .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .entry .btn + .btn {
    margin-top: 5.3333333333vw;
  }
}
.entry .btn + .btn img {
  right: auto;
  left: 22px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .entry .btn + .btn img {
    left: 5.3333333333vw;
  }
}
.entry .btn::before {
  background-color: #000;
}
.entry .btn__body {
  padding: 9px 8px 9px 5px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .entry .btn__body {
    padding: 2.4vw 2.1333333333vw 2.4vw 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.entry .btn__body img {
  width: 10px;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .entry .btn__body img {
    width: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
.entry__error {
  color: #C50B12;
  margin-top: 10px;
}
.entry__upload .entry__error {
  text-align: center;
}
.entry__thanks {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__thanks {
    font-size: 4.8vw;
  }
}
.entry__thanks + p {
  margin-top: 13px;
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry__thanks + p {
    margin-top: 3.4666666667vw;
    text-align: left;
  }
}/*# sourceMappingURL=base.css.map */