@charset "UTF-8";

/*********************************************
*
* 共通パーツ、初期設定
*
*********************************************/
/************************
**ブレイクポイント
************************/
/************************
**safari用
************************/
/************************
**全体
************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*↑googlefont使用時*/
  font-weight: 500;
  font-feature-settings: "palt";
}

/*pタグline-height 余白消し*/
p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: inline-block;
}

p::before,
p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*画像サイズを要素のwidthに合わせる*/
img {
  width: 100%;
  height: auto;
}

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

/*PCとSPで表示切替、ブレイクポイントは適宜変更*/
.sp-on {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
}

.pc-on {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
}

/*ボタン化(aタグ、buttonタグを親要素に全体化)*/
.ab-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ab-b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*リストのデザインを削除*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*テキストを一塊にし、途中で改行させない*/
.txtb {
  display: inline-block;
}

/************************
**サイズ別br 使わないものはコメントアウト
************************/
.smartbr {
  display: block;
}

@media screen and (min-width: 768px) {
  .smartbr {
    display: none;
  }
}

.mdbr {
  display: none;
}

@media screen and (min-width: 768px) {
  .mdbr {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .mdbr {
    display: none;
  }
}

.lgbr {
  display: none;
}

@media screen and (min-width: 992px) {
  .lgbr {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .lgbr {
    display: none;
  }
}

.xlbr {
  display: none;
}

@media screen and (min-width: 1200px) {
  .xlbr {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .xlbr {
    display: none;
  }
}

.xxlbr {
  display: none;
}

@media screen and (min-width: 1400px) {
  .xxlbr {
    display: block;
  }
}

.xxxlbr {
  display: none;
}

@media screen and (min-width: 1920px) {
  .xxxlbr {
    display: block;
  }
}

.sm-flbr {
  display: none;
}

@media screen and (min-width: 576px) {
  .sm-flbr {
    display: block;
  }
}

.md-flbr {
  display: none;
}

@media screen and (min-width: 768px) {
  .md-flbr {
    display: block;
  }
}

.lg-flbr {
  display: none;
}

@media screen and (min-width: 992px) {
  .lg-flbr {
    display: block;
  }
}

.xl-flbr {
  display: none;
}

@media screen and (min-width: 1200px) {
  .xl-flbr {
    display: block;
  }
}

.xxl-flbr {
  display: none;
}

@media screen and (min-width: 1400px) {
  .xxl-flbr {
    display: block;
  }
}

.xxxl-flbr {
  display: none;
}

@media screen and (min-width: 1920px) {
  .xxxl-flbr {
    display: block;
  }
}

/************************
**container 使わないものはコメントアウト
************************/
.container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1800px;
  }
}

/*********************************************
*
*html body  背景
*
*********************************************/
html {
  font-size: 0.2564102564vw;
}

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

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

html body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.75vw;
}

@media screen and (min-width: 768px) {
  html body {
    font-size: 14px;
  }
}

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

@media screen and (min-width: 1200px) {
  html body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html body {
    font-size: 20px;
  }
}

html body::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: -20vw;
  bottom: 0;
  background: url(../../img/useyaland/back.png) right bottom no-repeat;
  background-size: 140% auto;
  display: block;
  z-index: -3;
  opacity: 0;
  animation: backimage01 0.5s forwards;
}

@keyframes backimage01 {
  0% {
    right: -20vw;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  html body::before {
    width: 75vw;
    background-size: min(100%, 1000px) auto;
  }
}

html body::after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: -20vw;
  bottom: 0;
  background: url(../../img/useyaland/back_02.png) left bottom no-repeat;
  background-size: 100% auto;
  display: block;
  z-index: -3;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  html body::after {
    width: 75vw;
    background-size: min(100%, 1000px) auto;
  }
}

html body.back-change::before {
  animation: backimage02 0.5s forwards;
}

@keyframes backimage02 {
  0% {
    right: 0;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

html body.back-change::after {
  animation: backimage03 0.5s forwards;
}

@keyframes backimage03 {
  0% {
    left: -20vw;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

/*********************************************
*
*header
*
*********************************************/
/************************
**#useyaland-hdr-menu
************************/
#useyaland-hdr-menu .menu-posi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.125vw;
  z-index: 995;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi {
    left: 50%;
    transform: translate(-50%);
    height: 100px;
    transition: all 0.5s;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box {
  height: 100%;
  padding: 6.25vw 0;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box {
    padding: 15px;
    display: flex;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-logo {
  height: 100%;
  width: fit-content;
  margin-inline: auto;
  transform: translateX(-5%);
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-logo {
    margin-inline: 0;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-logo .logo-black {
  display: block;
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-logo .logo-white {
  display: none;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav {
    flex: 1 0 0;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav nav {
    height: 100%;
    display: grid;
    place-items: center;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 996;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap {
  position: fixed;
  top: 6.25vw;
  right: 5%;
  width: 15vw;
  height: 15vw;
  z-index: 997;
  overflow: hidden;
  padding: 6.25vw 3.125vw;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap {
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-head {
  height: 21.875vw;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-head {
    height: 85px;
    display: none;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body {
  height: calc(100% - 21.875vw);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body {
    height: 100%;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body .nav-list {
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body .nav-list {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    height: 100%;
  }
}

#useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body .nav-list .list-item {
  width: fit-content;
  font-size: 1.5em;
  padding: 3.125vw 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-box .menu-nav .nav-wrap .nav-body .nav-list .list-item {
    /* flex: 1 0 0; */
    font-size: 1em;
    text-align: center;
    padding: 0;
  }
}

#useyaland-hdr-menu .menu-posi .menu-hum {
  position: fixed;
  top: 6.25vw;
  right: 5%;
  height: 15.625vw;
  padding: 1.5625vw;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 998;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-hum {
    top: 25px;
    height: 50px;
    padding: 5px;
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-hdr-menu .menu-posi .menu-hum {
    height: 60px;
  }
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #6f5198;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-text p{
    color: #6f5198;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-text {
    font-size: 1em;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-text {
    font-size: 14px;
  }
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-line .cls-1,
#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-line .cls-2 {
  fill: none;
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-line .cls-2 {
  stroke: #6f5198;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  animation: draw-line 3s linear infinite;
}

@keyframes draw-line {
  80% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#useyaland-hdr-menu .menu-posi .menu-hum .hum-wrap .hum-line .cls-3 {
  clip-path: url(#clippath);
}

#useyaland-hdr-menu .menu-posi .menu-hum:hover .hum-wrap .hum-line .cls-2 {
  animation-play-state: paused;
}

#useyaland-hdr-menu .menu-posi.menu-active .menu-box .menu-logo {
  display: fixed;
  top: 6.25vw;
  left: 50%;
  transform: translateX(-60%);
  margin-inline: 0;
  z-index: 999;
  animation: logo 0.5s linear forwards;
}

@keyframes logo {
  70% {
    left: 50%;
    transform: translateX(-60%);
  }

  to {
    left: 6.25vw;
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi.menu-active .menu-box .menu-logo {
    top: 35px;
  }

  @keyframes logo {
    70% {
      left: 50%;
      transform: translateX(-60%);
    }

    to {
      left: calc(5% + 10px);
      transform: translateX(0);
    }
  }
}

#useyaland-hdr-menu .menu-posi.menu-active .menu-box .menu-nav .nav-back {
  visibility: visible;
  opacity: 1;
}

#useyaland-hdr-menu .menu-posi.menu-active .menu-box .menu-nav .nav-wrap {
  width: 90%;
  border-radius: 10px;
  height: calc(100dvh - 12.5vw);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi.menu-active .menu-box .menu-nav .nav-wrap {
    height: calc(100dvh - 45px);
  }
}

#useyaland-hdr-menu .menu-posi.menu-active .menu-hum {
  top: 12.5vw;
  right: 10%;
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi.menu-active .menu-hum {
    top: 45px;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-hdr-menu .menu-posi.menu-scroll {
    top: 10px;
    width: 90%;
    height: 80px;
    background-color: rgba(63, 68, 77, 0.8);
    border-radius: 50vh;
    box-shadow: 8px 8px 10px -8px rgba(0, 0, 0, 0.5);
  }
}

#useyaland-hdr-menu .menu-posi.menu-scroll .menu-box .menu-logo .logo-black {
  display: none;
}

#useyaland-hdr-menu .menu-posi.menu-scroll .menu-box .menu-logo .logo-white {
  display: block;
}

#useyaland-hdr-menu .menu-posi.menu-scroll .menu-box .menu-nav {
  color: #fff;
}

#useyaland-hdr-menu .menu-posi.menu-scroll .menu-box .menu-nav p {
  color: #fff !important;
}

/*********************************************
*
*footer
*
*********************************************/
/************************
**#useyaland-ftr-copy
************************/
#useyaland-ftr-copy .copy-posi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
}

#useyaland-ftr-copy .copy-posi .copy-wrap {
  position: relative;
  width: 100%;
  min-height: 30px;
  aspect-ratio: 45/3;
  transform: translateX(100%);
  transition: transform 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-ftr-copy .copy-posi .copy-wrap {
    min-height: inherit;
    aspect-ratio: inherit;
  }
}

#useyaland-ftr-copy .copy-posi .copy-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0%;
}

#useyaland-ftr-copy .copy-posi .copy-wrap .copy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #useyaland-ftr-copy .copy-posi .copy-wrap .copy-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-ftr-copy .copy-posi .copy-wrap .copy-text {
    font-size: 15px;
  }
}

#useyaland-ftr-copy .copy-posi .copy-wrap p {
  color: #fff !important;
}

#useyaland-ftr-copy .copy-posi.anime-active .copy-wrap {
  transform: translateX(0);
}

/*********************************************
*
*.wrapper 共通項目
*
*********************************************/
.wrapper {
  padding-top: 28.125vw;
  padding-bottom: 55px;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 100px;
    padding-bottom: 4.96484375vw;
  }
}

.wrapper:has(#useyaland-login-contents) {
  padding: 0;
}

.honeycomb-row {
  width: 100vw;
  display: flex;
}

.honeycomb-row .honeycomb-item {
  width: 20%;
  aspect-ratio: 173/200;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: none;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .honeycomb-row .honeycomb-item {
    width: 14.2857142857%;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .honeycomb-row .honeycomb-item {
    width: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .honeycomb-row .honeycomb-item {
    width: 8.3333333333%;
  }
}

.honeycomb-row .honeycomb-item.color-green {
  background-color: #00a95c;
}

.honeycomb-row .honeycomb-item.color-yellow {
  background-color: #ffe048;
}

.honeycomb-row .honeycomb-item.color-yg {
  background-color: #73dc47;
}

.honeycomb-row .honeycomb-item.color-orange {
  background-color: #ff9413;
}

.honeycomb-row .honeycomb-item.color-red {
  background-color: #ea2134;
}

.honeycomb-row .honeycomb-item.color-blue {
  background-color: #3d56dc;
}

.honeycomb-row .honeycomb-item.color-pink {
  background-color: #f26bc9;
}

.honeycomb-row .honeycomb-item.color-lightcian {
  background-color: #00c1db;
}

.honeycomb-row .honeycomb-item.color-aqua {
  background-color: #00a4e2;
}

.honeycomb-row .honeycomb-item.color-purple {
  background-color: #8a26c6;
}

.honeycomb-row .honeycomb-item.color-cian {
  background-color: #00acb9;
}

.honeycomb-row .honeycomb-item.color-lime {
  background-color: #c7e938;
}

.honeycomb-row .honeycomb-item.color-violet {
  background-color: #8066ff;
}

.honeycomb-row .honeycomb-item.color-aqua {
  background-color: #00a4e2;
}

.honeycomb-row .honeycomb-item.anime-active01 {
  transform: translateX(0);
  opacity: 0;
  animation: honeycomb-anime01 1s ease normal forwards;
}

@keyframes honeycomb-anime01 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.honeycomb-row .honeycomb-item.anime-active02 {
  transform: translateX(0);
  opacity: 0;
  animation: honeycomb-anime02 1s ease normal forwards;
}

@keyframes honeycomb-anime02 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.honeycomb-row:not(:first-child) {
  margin-top: -5.7%;
}

@media screen and (min-width: 768px) {
  .honeycomb-row:not(:first-child) {
    margin-top: -4.1%;
  }
}

@media screen and (min-width: 1200px) {
  .honeycomb-row:not(:first-child) {
    margin-top: -2.9%;
  }
}

@media screen and (min-width: 1920px) {
  .honeycomb-row:not(:first-child) {
    margin-top: -2.4%;
  }
}

/*********************************************
*
*#useyaland-index-top
*
*********************************************/
#useyaland-index-top .top-wrapper .top-posi {
  position: relative;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight {
  min-height: calc(100dvh - 28.125vw);
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-minheight {
    min-height: calc(100dvh - 100px);
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 {
  width: 95%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 {
    width: 100%;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text01 {
  font-size: 2.2em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text01 {
    font-size: 4em;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text01 .sentence-text01-anime {
  display: block;
  transform: translateY(-20%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text01.anime-active .sentence-text01-anime {
  transform: translateY(0%);
  opacity: 1;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text01.anime-active .sentence-text01-anime:nth-child(2) {
  transition-delay: 0.25s;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02 {
  margin-block: 6.25vw;
  font-size: 0.8em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02 {
    font-size: 1.5em;
    margin-block: 30px;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02 .sentence-text02-anime {
  display: block;
  transform: translateY(-20%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02.anime-active .sentence-text02-anime {
  transform: translateY(0%);
  opacity: 1;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02.anime-active .sentence-text02-anime:nth-child(2) {
  transition-delay: 0.25s;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02.anime-active .sentence-text02-anime:nth-child(3) {
  transition-delay: 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-minheight .top-sentence01 .sentence-text02.anime-active .sentence-text02-anime:nth-child(4) {
  transition-delay: 0.75s;
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 {
  position: absolute;
  top: -28.125vw;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 {
    top: -100px;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 .honeycomb-row .honeycomb-item:nth-child(-n+3) {
  display: block;
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 .honeycomb-row:nth-child(odd) {
  transform: translateX(-10%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 .honeycomb-row:nth-child(odd) {
    transform: translateX(-7.1428571429%);
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 .honeycomb-row:nth-child(odd) {
    transform: translateX(-5%);
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb01 .honeycomb-row:nth-child(odd) {
    transform: translateX(-4.1666666667%);
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 {
  position: absolute;
  bottom: -12.5vw;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 {
    bottom: -80px;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row {
  flex-direction: row-reverse;
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row .honeycomb-item:nth-child(-n+3) {
  display: block;
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(odd) {
  transform: translateX(2%);
}

@media screen and (min-width: 1200px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(odd) {
    transform: translateX(1%);
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(even) {
  transform: translateX(12%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(even) {
    transform: translateX(9.1428571429%);
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(even) {
    transform: translateX(6%);
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-top .top-wrapper .top-posi .top-honeycomb02 .honeycomb-row:nth-child(even) {
    transform: translateX(5.1666666667%);
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-hexagon {
    flex-direction: row;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon .hexagon-item {
  width: 60%;
  aspect-ratio: 1/1.15;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: grid;
  place-items: center;
  margin-left: -3%;
  opacity: 0;
  transition: margin-left 0.5s, opacity 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-hexagon .hexagon-item {
    width: 33.3333333333%;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon .hexagon-item:nth-child(2) {
  transform: translate(50%, -25%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-hexagon .hexagon-item:nth-child(2) {
    transform: translate(0, 0);
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon .hexagon-item .item-inner {
  width: 98%;
  height: 98%;
  background-color: rgba(85, 85, 85, 0.5);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon.anime-active .hexagon-item {
  margin-left: 0;
  opacity: 1;
}

#useyaland-index-top .top-wrapper .top-posi .top-hexagon.anime-active .hexagon-item:nth-child(2) {
  transition-delay: 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 {
  width: 95%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-sentence02 {
    width: 100%;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text {
    font-size: 1.5em;
    margin-block: 30px;
  }
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1em;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text ul li {
  padding-left: 1.2em;
  position: relative;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text ul li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text .sentence-text-anime {
  display: block;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active ul li {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active ul li:nth-child(2) {
  transition-delay: 0.25s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active ul li:nth-child(3) {
  transition-delay: 0.5s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active .sentence-text-anime {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active .sentence-text-anime:nth-child(1) {
  transition-delay: 0.75s;
}

#useyaland-index-top .top-wrapper .top-posi .top-sentence02 .sentence-text.anime-active .sentence-text-anime:nth-child(2) {
  transition-delay: 1s;
}

#useyaland-index-top .top-wrapper .top-slide {
  background-size: cover;
  background-position: center;
  padding: 1.5625vw 0;
  margin-block: 3.125vw;
  width: 100%;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-slide {
    margin-block: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-top .top-wrapper .top-slide {
    margin-block: 30px;
  }
}

#useyaland-index-top .top-wrapper .top-slide .slide-block {
  display: flex;
  align-items: center;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

#useyaland-index-top .top-wrapper .top-slide .slide-block .slide-item {
  width: 39.5833333333vw;
  margin: 0 -3.125vw;
}

@media screen and (min-width: 768px) {
  #useyaland-index-top .top-wrapper .top-slide .slide-block .slide-item {
    width: 31.6964285714vw;
    margin: 0 -2.34375vw;
  }
}

#useyaland-index-top .top-wrapper .top-slide.slide-left {
  background-image: url(../../img/useyaland/slide/slide_back01.png);
}

#useyaland-index-top .top-wrapper .top-slide.slide-left .slide-block {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

#useyaland-index-top .top-wrapper .top-slide.slide-right {
  background-image: url(../../img/useyaland/slide/slide_back02.png);
}

#useyaland-index-top .top-wrapper .top-slide.slide-right .slide-block {
  animation: infinity-scroll-right 50s infinite linear 0.5s both;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

/*********************************************
*
*#useyaland-index-floor
*
*********************************************/
#useyaland-index-floor .floor-wrapper {
  position: relative;
  pointer-events: none;
  /* reservationボタンが押せなくなっていたので追加、この段落にclick eventを追加するのであれば削除して別の方法を考える必要あり なおz-indexはハニカム模様のmix-blend-modeが効かなくなるのでダメです*/
}

#useyaland-index-floor .floor-wrapper .floor-info {
  background-image: url(../../img/useyaland/floor_back01.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 150%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info {
    background-size: contain;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame {
  width: 100%;
  transition: transform 0.5s;
  mix-blend-mode: multiply;
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-top {
  aspect-ratio: 64/39;
  transform: translateX(-100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-top {
    aspect-ratio: 650/275;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-top img {
  object-position: 35%;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-top img {
    object-position: 100%;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-bottom {
  aspect-ratio: 75/35;
  transform: translateX(100%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-bottom {
    aspect-ratio: 55/21;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-bottom img {
  object-position: 45%;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-frame.frame-bottom img {
    object-position: 10%;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-frame.anime-active {
  transform: translateX(0);
}

#useyaland-index-floor .floor-wrapper .floor-info .info-contents {
  width: 60%;
  margin-inline: auto;
  margin-block: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-contents {
    margin-block: 30px;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-contents .contents-wrap {
  width: 100%;
  aspect-ratio: 12/7;
  transform: skewX(-45deg);
  margin-inline: auto;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-contents .contents-wrap {
    aspect-ratio: 2/1;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title {
  position: absolute;
  top: 1.5%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title {
    top: 0.5%;
  }
}

@media screen and (min-width: 1400px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title {
    top: 1.5%;
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title {
    top: 2.5%;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box {
  width: 95%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box {
    width: 100%;
    max-width: 1650px;
    gap: 10px;
    font-size: 3em;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon {
  width: 10.9375vw;
  aspect-ratio: 173/200;
  flex-shrink: 0;
  background-color: #62b859;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon {
    width: 65px;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon {
    width: 85px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon {
    width: 100px;
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon {
    width: 120px;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon .icon-image {
  width: 100%;
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon .icon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (min-width: 992px) {
  #useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon .icon-text {
    font-size: 1.25em;
  }
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-icon .icon-text p {
  color: #fff !important;
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-text {
  flex: 1 0 0;
  color: #9299a2;
}

#useyaland-index-floor .floor-wrapper .floor-info .info-title .title-box .title-text p {
  color: #9299a2 !important;
}

#useyaland-index-floor .floor-wrapper .floor-back {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 135%;
  height: auto;
  z-index: -1;
}

#useyaland-index-floor .floor-wrapper .floor-honeycomb {
  position: relative;
  mix-blend-mode: multiply;
  /* margin-bottom: -25vw; */
  margin-bottom: -12.5vw;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb {
    /* margin-bottom: -19.53vw; */
    margin-bottom: -9.76vw;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb {
    /* margin-bottom: -13.3vw; */
    margin-bottom: -6.65vw;
  }
}

#useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row {
  flex-direction: row-reverse;
}

#useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row .honeycomb-item:nth-child(-n+5) {
  display: block;
}

#useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(odd) {
  transform: translateX(2%);
}

@media screen and (min-width: 1200px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(odd) {
    transform: translateX(1%);
  }
}

#useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(even) {
  transform: translateX(12%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(9.1428571429%);
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(6%);
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-floor .floor-wrapper .floor-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(5.1666666667%);
  }
}

/*********************************************
*
*#useyaland-index-resarvation
*
*********************************************/
#useyaland-index-resarvation .resarvation-wrapper .resarvation-title {
  margin-top: -5px;
  position: relative;
  transform: translateX(100%);
  transition: transform 0.5s;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-image {
  position: relative;
  width: 100%;
  min-height: 35px;
  aspect-ratio: 45/3;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-image {
    min-height: inherit;
    aspect-ratio: inherit;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0%;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-text {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-text {
    font-size: 1.5em;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-title .title-text p {
  color: #fff !important;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-title.anime-active {
  transform: translateX(0);
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select {
  margin-top: 1.5625vw;
  background-image: url(../../img/useyaland/resarvation_back.png);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select {
    margin-top: 10px;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form {
  width: 95%;
  padding: 6.25vw 0;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form {
    width: 720px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form {
    padding: 70px 0;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap {
    gap: 30px;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item {
    gap: 0.75em;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item label {
  display: block;
  font-size: 1.2em;
  color: #fff;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item label {
    font-size: 1.5em;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item input {
  display: block;
  width: 100%;
  height: 35px;
  font-size: max(16px, 1em);
  color: #000;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item input {
    height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item input {
    height: 60px;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item input:focus {
  color: #000;
  background-color: #fff;
  outline: #6f5198;
  border: 5px solid #6f5198;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item#item-er {
    flex-direction: row;
    align-items: center;
    margin-block: 0.75em;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item#item-er label {
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-wrap .form-item#item-er input {
    flex: 1 0 0;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button {
  margin-inline: auto;
  margin-block: 6.25vw 3.125vw;
  width: 90%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button {
    margin-block: 50px 20px;
    width: 240px;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button {
    width: 280px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button {
    margin-block: 70px 30px;
    width: 320px;
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button {
    margin-block: 70px 30px;
    width: 420px;
  }
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button .button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5em;
  white-space: nowrap;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form .form-button .button-text p {
  color: #fff !important;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form.anime-active .form-wrap .form-item label {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form.anime-active .form-wrap .form-item:nth-child(2) label {
  transition-delay: 0.25s;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form.anime-active .form-wrap .form-item:nth-child(3) label {
  transition-delay: 0.5s;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form.anime-active .form-wrap .form-item:nth-child(4) label {
  transition-delay: 0.75s;
}

#useyaland-index-resarvation .resarvation-wrapper .resarvation-select .select-form.anime-active .form-button {
  opacity: 1;
  transition-delay: 1s;
  animation: button-vib 0.25s ease-out 7 forwards;
}

@keyframes button-vib {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

/*********************************************
*
*#useyaland-index-unlock
*
*********************************************/
#useyaland-index-unlock .unlock-wrapper {
  padding: 6.25vw 0;
  background-image: url(../../img/useyaland/unlock_back.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper {
    padding: 30px 0;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-unlock .unlock-wrapper {
    padding: 50px 0;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box {
  width: 95%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-image {
  width: 100%;
  transform: translateX(-20%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-image {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-image {
    width: 45%;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-image .image-frame {
  width: 70%;
  aspect-ratio: 5/4;
  margin-inline: auto;
  transform: skewX(-20deg);
  background-color: rgba(85, 85, 85, 0.5);
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-image.anime-active {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info {
    flex: 1 0 0;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-title {
  font-size: 2em;
  margin-bottom: 0.35em;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

@media screen and (min-width: 1200px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-title {
    font-size: 2.5em;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-title.anime-active {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item {
  padding-left: 1em;
  counter-increment: cnt;
  position: relative;
}

@media screen and (min-width: 1200px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item {
    font-size: 1.5em;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item::before {
  content: counter(cnt);
  position: absolute;
  left: 0;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item .item-text {
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item .item-sublist {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.5em;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item .item-sublist .sublist-item {
  padding-left: 0.5em;
  position: relative;
  transform: translateY(-1em);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list .list-item .item-sublist .sublist-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item::before {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item .item-text {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(2)::before {
  transition-delay: 0.25s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(2) .item-text {
  transition-delay: 0.25s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(3)::before {
  transition-delay: 0.5s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(3) .item-text {
  transition-delay: 0.5s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4)::before {
  transition-delay: 0.75s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4) .item-text {
  transition-delay: 0.75s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4) .item-sublist .sublist-item {
  transform: translateY(0);
  opacity: 1;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4) .item-sublist .sublist-item:nth-child(1) {
  transition-delay: 0.85s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4) .item-sublist .sublist-item:nth-child(2) {
  transition-delay: 0.95s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(4) .item-sublist .sublist-item:nth-child(3) {
  transition-delay: 1.05s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(5)::before {
  /* transition-delay: 1.25s; */
  transition-delay: 1.0s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-box .unlock-info .info-list.anime-active .list-item:nth-child(5) .item-text {
  /* transition-delay: 1.25s; */
  transition-delay: 1.0s;
}

#useyaland-index-unlock .unlock-wrapper .unlock-honeycomb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-honeycomb {
    top: -50px;
  }
}

#useyaland-index-unlock .unlock-wrapper .unlock-honeycomb .honeycomb-row .honeycomb-item:nth-child(-n+3) {
  display: block;
}

#useyaland-index-unlock .unlock-wrapper .unlock-honeycomb .honeycomb-row:nth-child(even) {
  transform: translateX(-10%);
}

@media screen and (min-width: 768px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(-7.1428571429%);
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(-5%);
  }
}

@media screen and (min-width: 1920px) {
  #useyaland-index-unlock .unlock-wrapper .unlock-honeycomb .honeycomb-row:nth-child(even) {
    transform: translateX(-4.1666666667%);
  }
}

/*********************************************
*
*#useyaland-contact-contents
*
*********************************************/
#useyaland-contact-contents .contents-wrapper {
  padding: 6.25vw 0;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper {
    padding: 30px 0;
  }
}

#useyaland-contact-contents .contents-wrapper .contents-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contents-title {
    font-size: 4em;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form {
  width: 85%;
  margin-inline: auto;
  border-radius: 10px;
  box-shadow: rgba(66, 64, 90, 0.1) 0rem 0rem 24rem, rgb(119, 129, 151) 0rem 0rem 1rem inset;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form {
    width: 100%;
    max-width: 1650px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame {
  padding: 9.375vw 6.25vw;
  background: linear-gradient(22deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 38%, rgba(255, 255, 255, 0.7) 100%);
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame {
    padding: 80px 50px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box {
  display: grid;
  gap: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box {
    gap: 30px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block label,
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-label {
  display: block;
  width: fit-content;
  margin-bottom: 0.5em;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=text],
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=email],
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #dfe6f4;
  border: none;
  font-size: max(16px, 1em);
}

@media screen and (min-width: 768px) {

  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=text],
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=email],
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
    height: 45px;
  }
}

@media screen and (min-width: 1200px) {

  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=text],
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=email],
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
    height: 60px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=text]:focus,
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=email]:focus,
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea:focus {
  outline: 1px solid #6f5198;
}

@media screen and (min-width: 768px) {

  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=text]:focus,
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block input[type=email]:focus,
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea:focus {
    outline: 2px solid #6f5198;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select {
  width: 100%;
  height: 35px;
  display: flex;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select {
    height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select {
    height: 60px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list {
  flex: 1 0 0;
  height: 100%;
  background-color: #dfe6f4;
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list {
    max-height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list {
    max-height: 60px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-pick {
  width: 100%;
  height: 100%;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
  position: relative;
  z-index: 2;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap .list-option {
  overflow: hidden;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap .list-option .list-item label {
  width: 100%;
  height: 35px;
  padding: 5px;
  margin-bottom: 0;
  display: grid;
  place-items: center start;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap .list-option .list-item label {
    height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap .list-option .list-item label {
    height: 60px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-list .list-wrap .list-option .list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-button {
  height: 100%;
  aspect-ratio: 1/1;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select .select-button .button-wrap {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select.select-active .select-list .list-pick {
  opacity: 0;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select.select-active .select-list .list-wrap {
  grid-template-rows: 1fr;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-select.select-active .select-list .list-wrap .list-option .list-item:has(input[type=radio]:checked) label {
  background-color: #555;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
  height: 175px;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
    height: 225px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block textarea {
    height: 300px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:has([data-required]) label::after,
#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:has([data-required]) .form-label::after {
  content: "*";
  transform: translateY(-50%);
  color: red;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:has([data-required]) .list-item label::after {
  content: none;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(5) {
    grid-area: 3/1/4/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(6) {
    grid-area: 3/2/4/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(7) {
    grid-area: 4/1/5/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(8) {
    grid-area: 5/1/6/3;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button {
  width: 80%;
  margin-inline: auto;
  margin-top: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 50%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 320px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 400px;
    margin-top: 50px;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button .button-wrap {
  width: 100%;
  aspect-ratio: 10/2;
  color: #ccc;
  background-color: #000;
  border-radius: 50vh;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}

@media screen and (min-width: 1200px) {
  #useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button .button-wrap {
    aspect-ratio: 6/1;
  }
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button .button-wrap .button-text {
  font-size: 1.5em;
}

#useyaland-contact-contents .contents-wrapper .contact-form .form-frame .form-button .button-wrap:hover {
  color: #000;
  background-color: #dfe6f4;
}

/*********************************************
*
*#useyaland-contactcheck-contents
*
*********************************************/
#useyaland-contactcheck-contents .contents-wrapper {
  padding: 6.25vw 0;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper {
    padding: 30px 0;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contents-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contents-title {
    font-size: 4em;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form {
  width: 85%;
  margin-inline: auto;
  border-radius: 10px;
  box-shadow: rgba(66, 64, 90, 0.1) 0rem 0rem 24rem, rgb(119, 129, 151) 0rem 0rem 1rem inset;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form {
    width: 100%;
    max-width: 1650px;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame {
  padding: 9.375vw 6.25vw;
  background: linear-gradient(22deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 38%, rgba(255, 255, 255, 0.7) 100%);
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame {
    padding: 80px 50px;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box {
  display: grid;
  gap: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box {
    gap: 30px;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-label {
  width: fit-content;
  margin-bottom: 0.5em;
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 25px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #dfe6f4;
  border: none;
  font-size: max(16px, 1em);
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value {
    height: 45px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value {
    height: 60px;
    line-height: 50px;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value.value-textarea {
  height: 175px;
  overflow-y: auto;
  line-height: initial;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value.value-textarea {
    height: 225px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block .form-value.value-textarea {
    height: 300px;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(3) {
    grid-area: 2/1/3/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(5) {
    grid-area: 3/1/4/2;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(6) {
    grid-area: 3/2/4/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(7) {
    grid-area: 4/1/5/3;
  }
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-box .form-block:nth-child(8) {
    grid-area: 5/1/6/3;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button {
  width: 80%;
  margin-inline: auto;
  margin-top: 6.25vw;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}

@media screen and (min-width: 768px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 100%;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 640px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button {
    width: 800px;
    margin-top: 50px;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button .button-frame {
  width: 100%;
  aspect-ratio: 10/2;
  color: #ccc;
  background-color: #000;
  border-radius: 50vh;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}

@media screen and (min-width: 1200px) {
  #useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button .button-frame {
    aspect-ratio: 6/1;
  }
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button .button-frame .button-text {
  font-size: 1.5em;
}

#useyaland-contactcheck-contents .contents-wrapper .contact-form .form-frame .form-button .button-frame:hover {
  color: #000;
  background-color: #dfe6f4;
}

/*********************************************
*
*#useyaland-thanks-contents
*
*********************************************/
#useyaland-thanks-contents .contents-wrapper {
  padding: 6.25vw 0;
}

@media screen and (min-width: 768px) {
  #useyaland-thanks-contents .contents-wrapper {
    padding: 30px 0;
  }
}

#useyaland-thanks-contents .contents-wrapper .contents-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  #useyaland-thanks-contents .contents-wrapper .contents-title {
    font-size: 4em;
    margin-bottom: 0.8em;
  }
}

#useyaland-thanks-contents .contents-wrapper .contents-sentence {
  width: 95%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-thanks-contents .contents-wrapper .contents-sentence {
    width: 100%;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-thanks-contents .contents-wrapper .contents-sentence {
    width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-thanks-contents .contents-wrapper .contents-sentence {
    width: 80%;
    max-width: 980px;
  }
}

#useyaland-thanks-contents .contents-wrapper .contents-button {
  width: 80%;
  margin-inline: auto;
  margin-top: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-thanks-contents .contents-wrapper .contents-button {
    width: 50%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  #useyaland-thanks-contents .contents-wrapper .contents-button {
    width: 320px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-thanks-contents .contents-wrapper .contents-button {
    width: 400px;
    margin-top: 50px;
  }
}

#useyaland-thanks-contents .contents-wrapper .contents-button .button-wrap {
  width: 100%;
  aspect-ratio: 10/2;
  color: #ccc;
  background-color: #000;
  border-radius: 50vh;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}

@media screen and (min-width: 1200px) {
  #useyaland-thanks-contents .contents-wrapper .contents-button .button-wrap {
    aspect-ratio: 6/1;
  }
}

#useyaland-thanks-contents .contents-wrapper .contents-button .button-wrap .button-text {
  font-size: 1.5em;
}

#useyaland-thanks-contents .contents-wrapper .contents-button .button-wrap:hover {
  color: #000;
  background-color: #dfe6f4;
}

/*********************************************
*
*#useyaland-login-contents
*
*********************************************/
#useyaland-login-contents .contents-wrapper {
  position: relative;
}

#useyaland-login-contents .contents-wrapper .contents-back iframe {
  width: 100%;
  height: 100dvh;
  vertical-align: middle;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-back iframe {
    height: 100dvh;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 480px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login {
    width: 420px;
    max-width: none;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login {
    width: 480px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-head {
  width: 100%;
  height: fit-content;
  position: relative;
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-head {
    height: inherit;
    aspect-ratio: 3/1;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-head .head-back {
  width: 100%;
  height: 100%;
}

#useyaland-login-contents .contents-wrapper .contents-login .login-head .head-back img {
  display: block;
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-head .head-back img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-head .head-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../../img/useyaland/01_login/signup_body.png);
  background-size: cover;
  padding: 6.25vw 3.125vw;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body {
    padding: 50px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form {
    gap: 20px;
    max-width: none;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input {
  position: relative;
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input input {
  width: 100%;
  padding: 10px 5px 10px min(5% + 20px, 50px);
  height: 60px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
  border: none;
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input input {
    height: 70px;
    font-size: 18px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input input::placeholder {
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: min(5%, 30px);
  line-height: 0;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-form .form-input label {
    width: 15px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button {
  margin-top: 6.25vw;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button {
    margin-top: 50px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button .button-frame {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin-inline: auto;
  background-color: #8a26c6;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button .button-frame {
    max-width: none;
  }
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button .button-frame {
    height: 60px;
  }
}

#useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button .button-frame .button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(2em, 30px);
}

@media screen and (min-width: 1200px) {
  #useyaland-login-contents .contents-wrapper .contents-login .login-body .login-button .button-frame .button-text {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=style.css.map */