@charset "UTF-8";
@font-face {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/resource/font/kiwi-maru-v15-japanese_latin-regular-websubfont.woff2") format("woff2"), url("/resource/font/kiwi-maru-v15-japanese_latin-regular-websubfont.woff") format("woff");
}
@font-face {
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/resource/font/kiwi-maru-v15-japanese_latin-500-websubfont.woff2") format("woff2"), url("/resource/font/kiwi-maru-v15-japanese_latin-500-websubfont.woff") format("woff");
}
/* inter-700 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/resource/font/inter-v18-latin-700-web.woff2") format("woff2"), url("/resource/font/inter-v18-latin-700-web.woff") format("woff");
}
/* inter-700 */
@font-face {
  font-family: "Kosugi Maru", serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/resource/font/kosugi-maru-v16-japanese-regular-websubfont.woff2") format("woff2"), url("/resource/font/kosugi-maru-v16-japanese-regular-websubfont.woff") format("woff");
}
html {
  font-size: 10px;
}
html:root {
  --fontfamily-sansserif: "游ゴシック Medium", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --fontfamily-kiwimaru: "Kiwi Maru", serif;
  --fontfamily-kosugimaru: "Kosugi Maru", serif;
  --fontfamily-inter: "Inter", "Helvetica","Arial Black","游ゴシック", "YuGothic", sans-serif;
}

ul, li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .layout-box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .sm {
    display: none !important;
  }
}
body {
  width: 100%;
  height: 100%;
  font-family: var(--fontfamily-sansserif);
}
body.white {
  animation: fadeInBrightness 2s ease forwards;
}

* {
  color: #242424;
}

.block {
  margin-bottom: 40px;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.tel-block-pc {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tel-block-pc {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .tel-block-pc {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}

.wrapper-sc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4rem;
  gap: 8px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .wrapper-sc {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .wrapper-sc {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-cast {
  color: #555555;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
}
.card-cast .img-box {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.card-cast .img-box img {
  transition: 1s all;
  aspect-ratio: 3/4;
  border-radius: 8px 8px 0 0;
}
.card-cast .img-box img:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.card-cast .info {
  background-color: #ffffff;
}
.card-cast .name {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: bold;
  background: #ff9b9b;
  font-family: var(--fontfamily-kosugimaru);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .card-cast .name {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.card-cast p.body {
  font-size: 1.7rem;
  line-height: 2;
  color: #555555;
  font-family: var(--fontfamily-kosugimaru);
}
.card-cast p.body span {
  color: #555555;
}
@media screen and (max-width: 768px) {
  .card-cast p.body {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 576px) {
  .card-cast p.body {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}
.card-cast .sc-time {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  background: #FF8086;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .card-cast .sc-time {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.card-cast .sc-time.-today {
  padding-left: 55px;
}
@media screen and (max-width: 576px) {
  .card-cast .sc-time.-today {
    padding-left: 40px;
  }
}
.card-cast .sc-time.-today:before {
  color: #ffffff;
  content: "本日出勤";
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  position: absolute;
  top: 2px;
  left: calc(50% - 85px);
  padding: 3px 3px 2px 2px;
  text-align: center;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 576px) {
  .card-cast .sc-time.-today:before {
    font-size: 1rem;
    left: calc(50% - 73px);
    padding: 2px 2px 2px 1px;
  }
}
#allcasts .card-cast .sc-time, #newface .card-cast .sc-time, #home_newface .card-cast .sc-time {
  display: none;
}
.card-cast a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}
.card-cast a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  opacity: 1;
}

.btn_wrap {
  background: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  border-radius: 0 0 10px 10px;
  margin: 0.4rem auto;
  min-height: auto;
  width: 100%;
}
#allcasts .btn_wrap, #newface .btn_wrap {
  margin: 0 auto 0.6rem auto;
}
#profile .btn_wrap {
  justify-content: flex-start;
  background: none;
  margin: 1rem auto 0.4rem;
  padding: 0 0 0 40px;
}
#profile .btn_wrap:has(span:empty) {
  min-height: 0;
}
@media screen and (max-width: 768px) {
  #profile .btn_wrap {
    padding: 0;
  }
}
#profile .btn_wrap .btn {
  color: #ffffff;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  #profile .btn_wrap .btn {
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  #profile .btn_wrap .btn {
    max-width: 60px;
    font-weight: normal;
  }
}
#profile .btn_wrap .btn:nth-child(3n) {
  margin: 2px 2px 2px 0;
}
#profile .btn_wrap .btn:nth-child(4n) {
  margin: 2px 2px 2px 0;
}
#profile .btn_wrap .btn:nth-child(5n) {
  margin: 2px 2px 2px 0;
}
#profile .btn_wrap .btn:last-child {
  margin: 2px 0 2px;
}
#profile .btn_wrap .new {
  background: #25be91;
}
#profile .btn_wrap .reco {
  background: #f94727;
}
@media screen and (max-width: 768px) {
  #profile .btn_wrap .reco {
    letter-spacing: -2px;
  }
}
#profile .btn_wrap .diy {
  background: #6e99fb;
}
@media screen and (max-width: 768px) {
  #profile .btn_wrap .diy {
    letter-spacing: -2px;
  }
}
#profile .btn_wrap .mov {
  background: #fba83d;
}
#profile .btn_wrap .gravures {
  background: #d168f0;
}
@media screen and (max-width: 768px) {
  #profile .btn_wrap .gravures {
    letter-spacing: -2px;
  }
}
#profile .btn_wrap .vip {
  display: none;
}
.btn_wrap .btn {
  width: calc((100% - 8px) / 3);
  max-width: 120px;
  text-align: center;
  padding: 4px 0 0 0;
  margin: 2px 2px 2px 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  height: 20px;
  vertical-align: middle;
  border-radius: 20px;
}
.btn_wrap .btn:nth-child(3n) {
  margin: 2px 0;
}
.btn_wrap .btn:nth-child(4n) {
  margin: 2px auto 2px 0;
}
.btn_wrap .btn:nth-child(5n) {
  margin: 2px 0 2px 0;
  margin-right: calc((100% + 4px) / 3);
}
@media screen and (max-width: 992px) {
  .btn_wrap .btn {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .btn_wrap .btn {
    font-size: 1.2rem;
    letter-spacing: -1px;
    padding: 5px 0;
  }
}
.btn_wrap .new {
  background: #25be91;
}
.btn_wrap .reco {
  background: #f94727;
}
@media screen and (max-width: 768px) {
  .btn_wrap .reco {
    letter-spacing: -2px;
  }
}
.btn_wrap .diy {
  background: #6e99fb;
}
@media screen and (max-width: 768px) {
  .btn_wrap .diy {
    letter-spacing: -2px;
  }
}
.btn_wrap .mov {
  background: #fba83d;
}
.btn_wrap .gravures {
  background: #d168f0;
}
@media screen and (max-width: 768px) {
  .btn_wrap .gravures {
    letter-spacing: -2px;
  }
}
.btn_wrap .vip {
  display: none;
}

.wrapper-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  background: #ff9b9b;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.profile-right .wrapper-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .wrapper-title {
    width: calc(100% - 10px);
    margin: 0 0.5rem 1rem;
  }
}
.wrapper-title.-top {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .wrapper-title.-top {
    margin-top: 4rem;
  }
}
.wrapper-title .title {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px 0 10px 30px;
  font-family: var(--fontfamily-inter);
}
@media screen and (max-width: 576px) {
  .wrapper-title .title {
    font-size: 2.4rem;
    padding: 10px 0 9px 10px;
  }
}
.wrapper-title .jp {
  font-size: 2.2rem;
  font-family: var(--fontfamily-kiwimaru);
  font-weight: normal;
  text-shadow: none;
  position: absolute;
  top: 21px;
  padding-left: 3rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .wrapper-title .jp {
    font-size: 1.6rem;
    top: 16px;
    padding-left: 2rem;
  }
}
.wrapper-title a {
  display: inherit;
  transition: 0.6s;
}
.wrapper-title a nav {
  display: flex;
  align-items: center;
  background: #ffbdb8;
  color: #ffffff;
  padding: 10px 40px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-family: var(--fontfamily-kiwimaru);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .wrapper-title a nav {
    padding: 0px 10px 3px 10px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.wrapper-title a nav:hover {
  color: #ff3644;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  cursor: pointer;
  transition: 0.6s;
}
.wrapper-title a nav::before {
  color: #ffffff;
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-size: 2.4rem;
  font-weight: 900;
  left: -10px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 576px) {
  .wrapper-title a nav::before {
    font-size: 2rem;
    top: 2px;
    left: -5px;
  }
}
.wrapper-title a:hover {
  cursor: pointer;
  transition: 0.6s;
}
.wrapper-title a:hover nav:before {
  color: #ff3644;
  transition: 0.6s;
}

#profile .wrapper-title {
  background: #ff9b9b;
  border-bottom: 10px solid #feccc6;
}
@media screen and (max-width: 576px) {
  #profile .wrapper-title {
    width: calc(100% - 0.5rem);
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #profile .wrapper-title.-top {
    width: calc(100% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
#profile .wrapper-title .title {
  padding: 10px 0 11px 30px;
  color: #ffffff;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 768px) {
  #profile .wrapper-title .title {
    font-size: 3.2rem;
    padding: 5px 0 6px 10px;
  }
}
@media screen and (max-width: 576px) {
  #profile .wrapper-title .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #profile #block-diary .wrapper-title {
    width: calc(100% - 1rem);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

.container-title {
  color: #ffffff;
  position: relative;
  background: #ee9476;
  padding: 8px 0 6px 20px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 576px) {
  .container-title {
    font-size: 2rem;
    padding-top: 6px;
    padding-left: 10px;
  }
}
.container-title.-profile {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #ff9b9b;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
}
@media screen and (max-width: 576px) {
  .container-title.-profile {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.container-title.-schedule {
  background: #ff9b9b;
  margin-top: 4rem;
  margin-bottom: 1rem;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
}
@media screen and (max-width: 576px) {
  .container-title.-schedule {
    margin-top: 1rem;
  }
}

.block-calender {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 15px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .block-calender {
    margin-bottom: 10px;
  }
}
.block-calender .day {
  color: #ffffff;
  padding: 20px 5px;
  margin: 0 2px 2px 2px;
  font-size: 1.6rem;
  background-color: #7cb4ff;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: var(--fontfamily-kiwimaru);
  opacity: 0.7;
  transition: 0.6s;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.block-calender .day:first-child {
  margin: 0 2px 2px 0;
}
.block-calender .day:last-child {
  margin: 0 0 2px 2px;
}
@media screen and (max-width: 768px) {
  .block-calender .day {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 0 1px 2px 1px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 576px) {
  .block-calender .day {
    font-size: 1.3rem;
  }
}
.block-calender .day:hover {
  background-color: #4bdb8f;
  cursor: pointer;
  transition: 0.6s;
}
.block-calender .selected {
  background-color: #fea74a;
}

#dummy-hd {
  height: 0;
}
@media screen and (min-width: 768px) {
  #dummy-hd {
    height: 0;
  }
}

#g-nav {
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  color: #242424;
  padding: 8px 20px 10px 20px;
  background: url(/resource/img/header-bg.webp) no-repeat center center/cover;
  border-bottom: 5px solid #ff98a9;
}
@media screen and (max-width: 992px) {
  #g-nav {
    position: fixed;
    padding: 8px 10px;
  }
}
#g-nav h1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
#g-nav h1 a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}
#g-nav .logo {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 992px) {
  #g-nav .logo {
    max-width: 200px;
    margin-left: 0.5rem;
  }
}
#g-nav .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
#g-nav .box .flex {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
#g-nav .box .btn {
  box-sizing: border-box;
  display: block;
  padding: 5px;
  width: 100%;
  height: 80px;
  font-size: 1rem;
  color: #242424;
}
#g-nav .box .btn img {
  max-width: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#g-nav .box .btn:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}

.txt-right {
  text-align: right;
}

#sp-header .info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 6px 0 6px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #A1D5FF;
  border-bottom: 5px solid #ff98a9;
  margin: 7.4rem 0 0;
  font-family: var(--fontfamily-inter);
}
#sp-header .info .tel {
  padding-right: 10px;
}
#sp-header .info address {
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
@media screen and (max-width: 576px) {
  #sp-header .info address {
    font-size: 1.4rem;
    line-height: 1;
    padding-right: 10px;
  }
}
#sp-header .info address a {
  transition: 0.6s;
}
#sp-header .info address a:hover {
  cursor: pointer;
  transition: 0.6s;
  color: #ffdde8;
}
#sp-header .info p {
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 576px) {
  #sp-header .info p {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.nav-top {
  margin-top: 0;
}
.nav-top.-top {
  margin-top: 8.2rem;
}

#pc-header {
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) {
  #pc-header {
    display: block;
    background: #A1D5FF;
    padding: 10px 0;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
  }
}
#pc-header .pcnav {
  font-weight: normal;
  /*
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  */
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #pc-header .pcnav {
    padding: 0 3px;
  }
}
#pc-header .pcnav .main-list {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  font-size: 1.8rem;
  color: #FF8086;
  padding: 10px 5px 5px;
  font-family: var(--fontfamily-kiwimaru);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  position: relative;
  width: calc((100% - 4.5rem) / 10);
  height: 68px;
}
@media screen and (max-width: 1200px) {
  #pc-header .pcnav .main-list {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}
#pc-header .pcnav .main-list a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 5px 5px;
}
#pc-header .pcnav .main-list .main-en {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 1;
  color: #6d7da6;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 0 0;
  transition: all 0.5s ease-in-out;
  font-family: var(--fontfamily-inter);
}
@media screen and (max-width: 992px) {
  #pc-header .pcnav .main-list .main-en {
    font-size: 13px;
  }
}
#pc-header .pcnav .main-list:hover {
  background-color: #fff5bd;
  border-radius: 15px;
  color: #ff3644;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .main-list:hover .main-en {
  color: #2984ff;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .sub-list {
  margin-right: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  width: calc((100% - 4.5rem) / 10);
  height: 68px;
}
#pc-header .pcnav .sub-list .dropdown-lists {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 68px;
  left: 0;
  transition: 0.15s ease-out;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  margin-right: 0;
  z-index: 1000;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#pc-header .pcnav .sub-list .dropdown-list {
  font-size: 1.8rem;
  padding: 10px 5px 5px;
  font-family: var(--fontfamily-kiwimaru);
  font-weight: 500;
  color: #FF8086;
  border-bottom: 1px dotted #808080;
  position: relative;
  width: auto;
  height: 68px;
  z-index: 1000;
}
#pc-header .pcnav .sub-list .dropdown-list a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 5px 5px;
  z-index: 1000;
}
#pc-header .pcnav .sub-list .dropdown-list:first-child {
  border-radius: 15px 15px 0 0;
}
#pc-header .pcnav .sub-list .dropdown-list:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 1200px) {
  #pc-header .pcnav .sub-list .dropdown-list {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}
#pc-header .pcnav .sub-list .dropdown-list:hover {
  padding: 10px 5px 5px;
  background-color: #fff5bd;
  color: #ff3644;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .sub-list .dropdown-list:hover .sub-en {
  color: #2984ff;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .sub-list .dropdown-list .sub-en {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 1;
  color: #6d7da6;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0 0;
  font-family: var(--fontfamily-inter);
}
@media screen and (max-width: 992px) {
  #pc-header .pcnav .sub-list .dropdown-list .sub-en {
    font-size: 13px;
  }
}
#pc-header .pcnav .sub-list:hover {
  background-color: #fff5bd !important;
  color: #ff3644;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .sub-list:hover .main-en {
  color: #2984ff;
  transition: all 0.5s ease-in-out;
}
#pc-header .pcnav .sub-list:hover .dropdown-lists {
  visibility: visible;
  opacity: 1;
}

.page-head {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  font-family: var(--fontfamily-inter);
  font-weight: bold;
  background: url("/resource/img/bg3.webp") 100% center/cover;
  border-bottom: 5px solid #ff98a9;
}
@media screen and (max-width: 992px) {
  .page-head {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    flex-flow: column wrap;
    padding: 2rem 1rem;
  }
}
.page-head .title {
  font-size: 9rem;
  color: #FF8086;
  text-shadow: 3px 3px 0 #ffffff;
}
@media screen and (max-width: 768px) {
  .page-head .title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 576px) {
  .page-head .title {
    font-size: 3.6rem;
  }
}
.page-head .jp {
  font-size: 5rem;
  color: #FF8086;
  font-weight: 400;
  margin-left: 5rem;
  font-family: var(--fontfamily-kiwimaru);
  text-shadow: 2px 2px 0 #ffffff;
}
@media screen and (max-width: 768px) {
  .page-head .jp {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .page-head .jp {
    font-size: 1.8rem;
  }
}

.iframe-map {
  height: 400px;
}

.bg-w-alpha {
  background-color: rgba(255, 255, 255, 0.9);
}

.main-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 100px;
}
@media screen and (max-width: 1400px) {
  .main-wrap {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .main-wrap {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 992px) {
  .main-wrap {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .main-wrap {
    max-width: 100%;
    padding: 0;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0;
  }
}
.container.-top {
  padding: 0 15px 20px;
}

.main-column {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-column {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}

footer#footer {
  position: relative;
  padding-bottom: 50px;
  border-top: 5px solid #ff98a9;
}
@media screen and (min-width: 992px) {
  footer#footer {
    padding-bottom: 0;
  }
}
footer .footer-container {
  background: url(/resource/img/footer-bg.webp) repeat 50% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  footer .footer-container {
    max-width: 100%;
    padding: 0;
  }
}
footer .footer-bnr {
  margin: 0 auto 2rem;
}
footer .footer-bnr a img {
  max-width: 1000px;
  width: 100%;
}
footer .footer-bnr a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  footer .footer-bnr {
    width: calc(100% - 2rem);
    margin: 1rem auto 0 auto;
  }
}
footer .bottom-bnr {
  margin-bottom: 2rem;
}
footer .footer-pc-menu {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-pc-menu {
    width: calc(100% - 2rem);
    margin: 0 auto 2rem auto;
  }
}
footer .footer-pc-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 8px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-pc-menu ul {
    margin: 2rem auto 0 auto;
  }
}
footer .footer-pc-menu ul li {
  width: calc(50% - 4px);
  border: 1px solid #ccc;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  transition: 0.6s;
}
footer .footer-pc-menu ul li:hover {
  border: 1px solid #ff9b9b;
  transition: 0.6s;
}
footer .footer-pc-menu ul li a {
  display: block;
  transition: 0.6s;
  border-radius: 10px;
  font-family: var(--fontfamily-kiwimaru);
}
footer .footer-pc-menu ul li a .btm-border {
  color: #FF8086;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
}
footer .footer-pc-menu ul li a .btm-border:before {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  content: "";
  background: #ccc;
  transition: 0.6s;
}
footer .footer-pc-menu ul li a .en {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0.2rem 0;
  color: #7cb4ff;
  font-family: var(--fontfamily-inter);
}
footer .footer-pc-menu ul li a:hover {
  background: #ffffff;
  color: #ff9b9b;
  box-shadow: 0 0 1px 0 #ff9b9b inset, 0 0 5px 5px #ff9b9b;
  transition: 0.6s;
}
footer .footer-pc-menu ul li a:hover .btm-border {
  color: #ff9b9b;
  transition: 0.6s;
  opacity: 1;
}
footer .footer-pc-menu ul li a:hover .btm-border:before {
  width: 200px;
  left: calc(50% - 100px);
  transition: 0.6s;
  background: #ff9b9b;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer .footer-pc-menu ul li a:hover .btm-border:before {
    width: 150px;
    left: calc(50% - 75px);
  }
}
footer .footer-pc-menu ul li a:hover .en {
  color: #ff9b9b;
  transition: 0.6s;
  opacity: 1;
}
footer .footer-contents-wrap {
  width: 100%;
  padding: 3rem 0 0;
}
footer .footer-contents-wrap .footer-contents-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  footer .footer-contents-wrap .footer-contents-container {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-first {
    margin: 0 auto;
  }
}
footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-first iframe {
  width: 260px;
  height: 350px;
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-first iframe {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-first iframe {
    margin-right: 10px;
    width: 200px;
    height: 270px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-first iframe {
    margin-right: 0;
    margin-bottom: 10px;
    width: 320px;
    height: 410px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-second {
    margin: 0 auto;
  }
}
footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-second iframe {
  width: 320px;
  height: 350px;
}
@media screen and (max-width: 768px) {
  footer .footer-contents-wrap .footer-contents-container .footer-contents-list.-second iframe {
    height: 270px;
  }
}
footer .footer-icon-wrap {
  text-align: center;
  padding: 30px 0 15px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-icon-wrap {
    padding: 0 0 15px 0;
  }
}
footer .footer-icon-wrap .footer-logo {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer .footer-icon-wrap .footer-logo {
    width: 250px;
  }
}
footer .footer-icon-wrap .footer-icon-container {
  display: flex;
  flex-flow: row wrap;
  width: 220px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
footer .footer-icon-wrap .footer-icon-container .footer-icon {
  width: 30px;
  margin: 0 auto;
}
footer .footer-icon-wrap .footer-icon-container .footer-icon a:hover {
  transform: translateY(-5px);
}
footer .footer-icon-wrap a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
  display: block;
}
footer .copyrights {
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  background-color: #ff9b9b;
}
footer .copyrights br {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .copyrights {
    padding: 10px 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  footer .copyrights br {
    display: block;
  }
}

.w-100 {
  width: 100%;
}

#entrance {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#entrance .wrapper {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #entrance .wrapper {
    max-width: 80%;
  }
}

/*---------------------------------------------------------*/
.wrapper-c-lists {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .wrapper-c-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper-c-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}

#home-hvn-diary .btn, #home-hvn-video .btn, .newface .btn {
  display: block;
  padding: 12px 15px 11px;
  border-radius: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 2rem auto;
  border: 2px solid #dae7f9;
  background-color: #7cb4ff;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #home-hvn-diary .btn, #home-hvn-video .btn, .newface .btn {
    width: calc(100% - 2rem);
  }
}
#home-hvn-diary .btn span, #home-hvn-video .btn span, .newface .btn span {
  color: #ffffff;
}
#home-hvn-diary .btn:hover, #home-hvn-video .btn:hover, .newface .btn:hover {
  opacity: 1;
  border: 2px solid #25be91;
  background-color: #4bdb8f;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#home-hvn-diary, #home-hvn-video {
  margin: 0 0 4rem;
}

#access {
  margin-top: 2rem;
}
#access .shop-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: #ff9b9b;
  padding: 23px 0 23px 30px;
  font-family: var(--fontfamily-kiwimaru);
}
#access .info {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #access .info {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  #access .info {
    font-size: 1.4rem;
  }
}
#access .info .left {
  width: 20%;
  padding: 10px;
  margin: 0 0 0.5rem;
  color: #242424;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fontfamily-kiwimaru);
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #access .info .left {
    padding: 5px;
    width: 25%;
  }
}
#access .info .right {
  width: calc(80% - 5px);
  margin: 0 0 0.5rem 0.5rem;
  padding: 10px;
  color: #242424;
  background-color: #ffffff;
}
@media screen and (max-width: 576px) {
  #access .info .right {
    width: calc(75% - 5px);
  }
}
#access .gmap {
  height: 400px;
  margin-bottom: 4rem;
}

#profile section {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #profile section {
    margin-bottom: 20px;
  }
}
#profile .btn-box {
  margin: 6rem auto;
}
@media screen and (max-width: 768px) {
  #profile .btn-box {
    margin: 4rem auto;
  }
}
#profile .block {
  margin-bottom: 10px;
}
#profile .wrapper-link {
  display: block;
  padding: 0;
  margin: 0 auto 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #profile .wrapper-link {
    padding: 10px;
  }
}
#profile .wrapper-link .btn {
  display: block;
  padding: 12px 15px 11px;
  border-radius: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  display: block;
  margin: 0 auto;
  padding: 12px 15px 11px;
  border-radius: 35px;
  border: 2px solid #808080;
  background-color: #ffdde8;
  color: #555555;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 2rem auto;
  border: 2px solid #dae7f9;
  background-color: #7cb4ff;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
#profile .wrapper-link .btn:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}
#profile .wrapper-link .btn:hover {
  opacity: 1;
  background-color: #4bdb8f;
  border: 2px solid #25be91;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#profile .btn-link {
  display: block;
  padding: 10px;
  border-radius: 40px;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  background-color: #ff6ea1;
  border: 2px solid #ffbdb8;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
#profile .btn-link:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fffef3;
  transition: 300ms;
  animation: shiny 2.5s ease-in-out infinite;
}
#profile .btn-link:hover {
  background-color: #4bdb8f;
  border: 2px solid #25be91;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  #profile .btn-link.reserve.short {
    display: none;
  }
}

.profile-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.profile-wrap .profile-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-left {
    width: calc(50% - 0.5rem);
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-left {
    width: calc(100% - 1rem);
    margin-right: 0.5rem;
  }
}
.profile-wrap .profile-left .swiper-container {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-left .swiper-container {
    width: 100%;
    margin: 0 auto 0.5rem;
    position: relative;
  }
}
.profile-wrap .profile-left .thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-left .thumb-list {
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.profile-wrap .profile-left .thumb-list .thumb-item, .profile-wrap .profile-left .thumb-list .dummy {
  list-style: none;
  width: calc((100% - 4rem) / 5);
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-left .thumb-list .thumb-item, .profile-wrap .profile-left .thumb-list .dummy {
    width: 19.2%;
  }
}
.profile-wrap .profile-left .thumb-list .thumb-item {
  margin: 0 0 1rem 1rem;
}
.profile-wrap .profile-left .thumb-list .thumb-item:first-child {
  margin: 0 0 1rem 0;
}
.profile-wrap .profile-left .thumb-list .thumb-item:nth-child(6) {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-left .thumb-list .thumb-item {
    margin: 0 0 1% 1%;
  }
  .profile-wrap .profile-left .thumb-list .thumb-item:first-child {
    margin: 0 0 1% 0;
  }
  .profile-wrap .profile-left .thumb-list .thumb-item:nth-child(6) {
    margin: 0 0 1% 0;
  }
}
.profile-wrap .profile-left .thumb-list .thumb-item .thumb-link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.profile-wrap .profile-left .thumb-list .thumb-item .thumb-link img {
  max-width: 100%;
  height: auto;
}
.profile-wrap .profile-left .thumb-list .thumb-item .thumb-link.one img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  cursor: pointer;
}
.profile-wrap .schedule-flex-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 2rem auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: var(--fontfamily-kiwimaru);
}
@media screen and (max-width: 576px) {
  .profile-wrap .schedule-flex-wrap {
    flex-flow: column wrap;
  }
}
.profile-wrap .schedule-flex-wrap .left-day {
  background: #fff5be;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 35%;
  padding: 0 5px;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.1;
}
.profile-wrap .schedule-flex-wrap .left-day time {
  color: #808080;
}
.profile-wrap .schedule-flex-wrap .left-day:nth-child(13) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 576px) {
  .profile-wrap .schedule-flex-wrap .left-day {
    width: 100%;
  }
  .profile-wrap .schedule-flex-wrap .left-day:nth-child(13) {
    border-bottom: none;
  }
}
.profile-wrap .schedule-flex-wrap .right-time {
  background: #ffffff;
  width: 65%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #808080;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.1;
}
.profile-wrap .schedule-flex-wrap .right-time:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 576px) {
  .profile-wrap .schedule-flex-wrap .right-time {
    width: 100%;
    border-left: 1px solid #ccc;
    padding-top: 4px;
  }
}
.profile-wrap .profile-right {
  width: calc(50% - 2rem);
  margin-left: 2rem;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-right {
    width: calc(50% - 1.5rem);
    margin-left: 1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-right {
    width: 100%;
    margin-left: 0;
  }
  .profile-wrap .profile-right .prof-sm-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
  }
  .profile-wrap .profile-right .prof-sm-wrap .prof-sm-container.-left {
    width: 60%;
  }
  .profile-wrap .profile-right .prof-sm-wrap .prof-sm-container.-right {
    width: calc(40% - 0.5rem);
    margin-left: 0.5rem;
  }
}
.profile-wrap .profile-container {
  padding: 0 0 20px 10px;
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-container {
    padding: 0 0 20px 5px;
    width: 100%;
  }
}
.profile-wrap .profile-container .age {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #555555;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container .age {
    padding-top: 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-container .age {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container .layout-box {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-container .layout-box {
    padding: 0 0 0 5px;
  }
}
.profile-wrap .profile-container p.body {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #555555;
  font-family: var(--fontfamily-kosugimaru);
}
.profile-wrap .profile-container p.body span {
  color: #555555;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container p.body {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-container p.body {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 1rem;
  }
}
.profile-wrap .profile-container .layout-box {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container .layout-box {
    margin-left: 0;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .profile-wrap .profile-container .layout-box {
    padding: 0;
  }
}
.profile-wrap .profile-container .profile-title {
  font-size: 2rem;
  line-height: 2;
  color: #ffffff;
  background: #2984ff;
  opacity: 0.7;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container .profile-title {
    font-size: 1.8rem;
  }
}
.profile-wrap .profile-container .profile-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-top: 1.3rem;
  padding-left: 1rem;
  color: #555555;
  font-family: var(--fontfamily-kosugimaru);
}
@media screen and (max-width: 768px) {
  .profile-wrap .profile-container .profile-txt {
    font-size: 1.4rem;
  }
}
.profile-wrap img {
  background-image: url("/resource/img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

/*
.pc #home-hvn-diary iframe {
  height: 100%;
  min-height: 210px;
}

.pc #hvn-videos.wrapper-hvn-video {
  iframe {
    @include min-width(map-get($breakpoints, "md")){
      height: 300px;
    }
    @include min-width(map-get($breakpoints, "xl")){
      height: 425px;
    }
  }
}
*/
#home-hvn-diary iframe {
  height: 100%;
  min-height: 210px;
}
@media screen and (max-width: 1400px) {
  #home-hvn-diary iframe {
    height: 16vw;
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  #home-hvn-diary iframe {
    height: 21vw;
  }
}
@media screen and (max-width: 576px) {
  #home-hvn-diary iframe {
    height: 460px;
  }
}

#home-hvn-video iframe {
  height: 100%;
  min-height: 240px;
}

.iframe-pc {
  display: block;
}
@media screen and (max-width: 576px) {
  .iframe-pc {
    display: none;
  }
}

.iframe-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .iframe-sp {
    display: block;
  }
}

.wrapper-hvn-comments iframe {
  height: 400px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .wrapper-hvn-comments iframe {
    height: 400px;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .wrapper-hvn-comments iframe {
    height: 400px;
    padding: 1rem 1rem 0;
  }
}

.pc.access {
  margin-bottom: 4rem;
}

/*
.sp .wrapper-hvn-diary {
  height: auto;
  iframe {
    height: 200px;
  }
  .swiper-wrapper {
    flex-flow: row nowrap !important;
  }
}

.sp .wrapper-hvn-video iframe {
  height: 420px;
  @include min-width(map-get($breakpoints, "sm")) {
    height: 540px;
  }
}

.wrapper-hvn-comments iframe {
  height: 400px;
  padding: 1rem 1rem 0;
  @include min-width(map-get($breakpoints, "sm")) {
    height: 400px;
  }
  @include min-width(map-get($breakpoints, "md")) {
    height: 1100px;
    padding: 0;
  }
}
*/
/*---------------------------------------------------------*/
.pc-swiper-wrap {
  border-bottom: 5px solid #ff98a9;
}

.slide-main {
  overflow: hidden;
}

.swiper-container {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  height: auto;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #555555;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    height: 100%;
    margin: 0px auto;
  }
}
.swiper-slide img {
  background: url("/resource/img/loading.gif") no-repeat center center;
  background-size: 64px;
}
.swiper-slide .card-cast img {
  position: relative;
  width: 100%;
  border: 2px solid #ff9b9b;
  box-sizing: border-box;
  aspect-ratio: 3/4;
}
.swiper-slide .card-cast img:hover {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  cursor: pointer;
}
.swiper-slide .card-cast .info {
  position: absolute;
  left: -2px;
  bottom: 25px;
  z-index: 1;
  width: calc(100% + 2px);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border-top: none;
}
.swiper-slide .card-cast .info .name {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ffffff;
  padding-top: 5px;
}
#home_newface .swiper-slide .card-cast .info .name {
  background: none;
  border-top: none;
  border-bottom: none;
  line-height: 1;
  padding-top: 5px;
}
.swiper-slide .card-cast .info p.body {
  font-size: 1.6rem;
  line-height: 2;
  color: #ffffff;
  padding-bottom: 5px;
  font-weight: normal;
}
.swiper-slide .card-cast .info p.body span {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .swiper-slide .card-cast .info p.body {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide .card-cast .info p.body {
    font-size: 1.6rem;
  }
}
#home_newface .swiper-slide .card-cast .info p.body {
  line-height: 1.6;
  padding-bottom: 0;
}
.swiper-slide .card-cast .btn_wrap {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}

/*----------------------------　ハンバーガーボタン　---------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 50;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger_btn {
  position: fixed;
  right: 10px;
  top: 7px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 30;
}
.hamburger_btn:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .hamburger_btn {
    top: 0;
  }
}

.hamburger_txt {
  position: absolute;
  top: 41px;
  left: 7px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.hamburger_line {
  position: absolute; /*.headerNavOuterを基準にして、絶対配置*/
  left: 8px;
  width: 40px;
  height: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  left: 6px;
  transition: 0.5s ease-in-out;
}

.hamburger_line {
  background-color: #ffffff;
  transition: all 0.6s;
}

.hamburger_line_1 {
  top: 10px;
}

.hamburger_line_2 {
  top: 20px;
}

.hamburger_line_3 {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(315deg);
  color: #ffffff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(-315deg);
  color: #ffffff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  padding-top: 8rem;
  height: 600px;
}

nav.globalMenuSp ul {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

/* 三本線のハンバーガーを、バッテンにします */
.nav-open .hamburger_line_1 {
  transform: rotate(45deg);
  top: 20px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .nav-open .hamburger_line_1 {
    top: 30px;
  }
}
.nav-open .hamburger_line_2 {
  width: 0;
  left: 50%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .nav-open .hamburger_line_2 {
    top: 30px;
  }
}
.nav-open .hamburger_line_3 {
  transform: rotate(-45deg);
  top: 20px;
  background: #ffffff;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .nav-open .hamburger_line_3 {
    top: 30px;
  }
}
.nav-open .hamburger_txt {
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .nav-open .hamburger_txt {
    top: 51px;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 49.5%;
  border-radius: 20px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  color: #ffffff;
}

nav.globalMenuSp ul li a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  font-weight: bold;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1.2rem;
}

nav.globalMenuSp ul li a:hover {
  background: #A1D5FF;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.headerNavOuter {
  width: calc(100% - 120px);
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .headerNavOuter {
    display: none;
  }
}

/*ハンバーガーメニュをクリックした後に現れる半透明の背景*/
.black-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000000;
  opacity: 0;
  visibility: hidden; /* 非表示にしておきます */
  transition: all 0.6s;
  cursor: pointer;
}

/* Start ハンバーガーボタンをクリックした際の動き */
/* ナビゲーションが現れる */
.nav-open .headerNav {
  right: 0;
}

/* 半透明の背景を表示させます。 */
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

/*----------------------------　ハンバーガーボタンここまで　---------------------*/
/* Start ナビゲーション */
.headerNav {
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100vh;
  padding-top: 10px;
  background-color: #ff9b9b;
  transition: all 0.6s;
  z-index: 20;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.headerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.headerNav ul li {
  width: 75%;
}
.headerNav ul li a {
  color: #ffffff;
  display: block;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 0 1rem;
  padding: 10px 5px 7px 10px;
  transition: 0.6s;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.headerNav ul li a:hover {
  cursor: pointer;
  transition: 0.6s;
  padding: 10px 5px 7px 30px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
}
.headerNav ul li .tel, .headerNav ul li .txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
  font-family: var(--fontfamily-inter);
  font-weight: bold;
}
.headerNav ul li .txt {
  padding: 0 0 1rem 2rem;
}
.headerNav ul li:last-child a {
  border-bottom: none;
  display: inline-block;
  padding: 10px 0 7px 10px;
  margin: 0.5rem 0 0 1rem;
  font-size: 2rem;
}
.headerNav ul .nav-logo {
  padding: 0;
  width: 210px;
  margin-left: 15px;
}

/*----------------------------　ハンバーガーボタンここまで　---------------------*/
.sp_menu {
  padding: 0;
  width: 100%;
  gap: 2px;
}
.sp_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.sp_menu ul li {
  list-style-type: none;
  width: 16.6666666667%;
  text-align: center;
  background: #ffffff;
  border: solid 1px #fea74a;
  border-right: none;
  font-weight: bold;
}
.sp_menu ul li:nth-child(6), .sp_menu ul li:nth-child(12) {
  border-right: solid 1px #fea74a;
}
.sp_menu ul li:nth-child(7), .sp_menu ul li:nth-child(8), .sp_menu ul li:nth-child(9), .sp_menu ul li:nth-child(10), .sp_menu ul li:nth-child(11), .sp_menu ul li:nth-child(12) {
  border-top: none;
}
.sp_menu ul li a {
  color: #808080;
  padding: 10px 0 5px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sp_menu ul li a div {
  margin-top: -6px;
}
.sp_menu ul li a div img {
  width: 45%;
  margin-bottom: 0.5rem;
  filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(540%) hue-rotate(314deg) brightness(115%) contrast(100%);
}
.sp_menu ul li a:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 5rem;
  display: block;
  position: absolute;
  top: 0;
  left: -12rem;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.sp_menu ul li a:hover {
  background: #7cb4ff;
  color: #ff3644;
  transition: all 0.6s;
}
.sp_menu ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(37%) saturate(438%) hue-rotate(319deg) brightness(108%) contrast(97%);
  transition: all 0.6s;
}
.sp_menu ul li a:hover:after {
  transform: skewX(-45deg) translateX(28em);
  transition: all 0.5s ease-in-out;
}

.slide-newface {
  background-image: url("/resource/img/swiper-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 90%;
  margin: 20px auto;
  padding: 20px 0;
}
.slide-newface .swiper-container .swiper-slide .card-cast {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.slide-newface .swiper-container .swiper-slide .card-cast .img-box {
  border-radius: 0;
}
.slide-newface .swiper-container .swiper-slide .card-cast .img-box img {
  border: none;
  border-radius: 0;
  aspect-ratio: 3/4;
}
.slide-newface .swiper-container .swiper-slide .card-cast .info {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  border-radius: 0;
}

.fix {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  height: 40px;
}
.fix #btn-fix-parent {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
  background-color: #ffffff;
}
.fix #btn-fix-parent .btn-c {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.5s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  margin: 0.5rem auto;
  width: calc(50% - 1rem);
}
.fix #btn-fix-parent .btn-fix-tel, .fix #btn-fix-parent .btn-fix-sell {
  position: relative;
  padding-left: 3rem;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.fix #btn-fix-parent .btn-fix-tel:before, .fix #btn-fix-parent .btn-fix-sell:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
.fix #btn-fix-parent .btn-fix-tel:hover, .fix #btn-fix-parent .btn-fix-sell:hover {
  background: #ffdde8;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.fix #btn-fix-parent .btn-fix-tel:hover:before, .fix #btn-fix-parent .btn-fix-sell:hover:before {
  transition: all 0.5s ease-in-out;
}
.fix #btn-fix-parent .btn-fix-tel {
  background-color: #6e99fb;
}
.fix #btn-fix-parent .btn-fix-tel:before {
  background-image: url("/resource/img/fix-menu/phone.png");
  top: 11px;
  left: calc(50% - 6.5rem);
}
.fix #btn-fix-parent .btn-fix-sell {
  background-color: #fba83d;
}
.fix #btn-fix-parent .btn-fix-sell:before {
  background-image: url("/resource/img/fix-menu/sell.png");
  top: 11px;
  left: calc(50% - 6.5rem);
}
@media screen and (min-width: 992px) {
  .fix #btn-fix-parent {
    display: none;
  }
}

/*　-------------フッターハンバーガーボタン　--------------------------*/
.hamburger_fix {
  display: block;
  position: fixed;
  z-index: 25;
  right: 2%;
  bottom: 8px;
  width: 50px;
  height: 55px;
  cursor: pointer;
  text-align: center;
}
.hamburger_fix span {
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  left: 0px;
  background: #ffffff;
  transition: 0.5s ease-in-out;
}
.hamburger_fix span:nth-child(1) {
  top: 10%;
}
.hamburger_fix span:nth-child(2) {
  top: 30%;
}
.hamburger_fix span:nth-child(3) {
  top: 50%;
}

.text {
  position: absolute;
  bottom: 0px;
  right: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  /* left: 4px; */
  color: #ffffff;
  width: 100%;
}

/* 三本線のハンバーガーを、バッテンにします */
.nav-open .hamburger2_line_1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger2_line_2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger2_line_3 {
  transform: rotate(-45deg);
  top: 20px;
}

/* ナビ開いてる時のボタン */
.hamburger_fix .active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #ffffff;
  transform: rotate(315deg);
}

.hamburger_fix .active span:nth-child(2),
.hamburger_fix .active span:nth-child(3) {
  top: 16px;
  background: #ffffff;
  transform: rotate(-315deg);
}

.hamburger_fix nav .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hamburger_fix nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.hamburger_fix nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

.hamburger_fix nav .globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

.hamburger_fix nav .globalMenuSp ul li:hover {
  background: #ddd;
}

.hamburger_fix nav.globalMenuSp ul li a {
  display: block;
  color: #ffffff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: -65px;
  top: 60%;
  height: 50px;
  text-decoration: none;
  transform: rotate(90deg);
  font-size: 2rem;
  line-height: 5rem;
  color: #ffffff;
  padding: 0 70px 0 70px;
  background: #fea74a;
  border: 1px solid #ffffff;
  letter-spacing: 5px;
  font-family: var(--fontfamily-inter);
  font-weight: bold;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 25px;
  border-top: solid 3px;
  transform: rotate(35deg);
  transform-origin: left top;
}

#page-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 150px;
  border-top: solid 3px;
  /* transform: rotate(90deg); */
  transform-origin: left top;
}

#page-top.pc:hover {
  background: #4bdb8f;
  opacity: 1;
  cursor: pointer;
  transition: all 0.6s;
}

/***トップへ戻るボタンここまで***/
.diary-wrapper {
  padding: 20px 2px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  gap: 2px;
}
@media screen and (max-width: 1200px) {
  .diary-wrapper {
    gap: 5px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .diary-wrapper {
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .diary-wrapper {
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .diary-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.diary-wrapper .diary-content {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.diary-wrapper .diary-content .wrapper-img {
  max-height: 175px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .diary-wrapper .diary-content .wrapper-img {
    max-height: 150px;
  }
}
.diary-wrapper .diary-content .wrapper-img video {
  width: 100%;
  max-width: 100%;
}
.diary-wrapper .diary-content .diary-title, .diary-wrapper .diary-content h3 {
  padding: 5px;
  font-size: 1.4rem;
  color: #555555;
  text-align: center;
  max-width: 175px;
}
@media screen and (max-width: 576px) {
  .diary-wrapper .diary-content .diary-title, .diary-wrapper .diary-content h3 {
    max-height: 150px;
  }
}
.diary-wrapper .diary-content a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

/*---------------------------- header ----------------------------*/
main#top {
  background: url(/resource/img/bg.webp) no-repeat 50% 50%/cover fixed;
  border-top: 5px solid #ff98a9;
}

.d_menu_wrap {
  display: flex;
  flex-flow: row nowrap;
  background: rgba(255, 195, 186, 0.8);
  padding: 1rem 1rem 1rem 1.5rem;
  box-shadow: -1px 2px 3px rgba(255, 60, 60, 0.5);
}
@media screen and (max-width: 992px) {
  .d_menu_wrap {
    padding: 0;
    background: none;
  }
}

.d_menu_container {
  width: 100%;
  text-align: left;
  display: none;
  flex-flow: column wrap;
  padding: 5px 10px 0 0;
}
.d_menu_container p {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: var(--fontfamily-inter);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 0;
}
.d_menu_container a:hover {
  cursor: pointer;
  transition: 0.6s;
  color: #ff3644;
  text-shadow: 0px 0px 3px rgba(255, 60, 60, 0.5);
}
@media screen and (min-width: 992px) {
  .d_menu_container {
    display: flex;
  }
}

.init-bottom:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 4px 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fea74a;
  transition: all 0.2s ease;
}

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  li.menu__single:hover ul.menu__second-level {
    top: 40px;
  }
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__second-level img {
  width: 60px;
  padding: 16px 10px 16px 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  ul.menu__second-level img {
    width: 50px;
  }
}

.menu__second-level li {
  border-top: 1px solid #ffffff;
  text-align: left;
}

.menu__second-level li a:hover {
  background: #000000;
}

/*---------------------------- Modal Window ----------------------------*/
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none; /*スクロールバーを非表示*/
  z-index: 2000;
  background: rgba(255, 255, 255, 0.5);
}

#layer_board_area::-webkit-scrollbar {
  display: none; /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  z-index: 0;
  pointer-events: none;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 0;
  box-sizing: border-box;
  background: url(/resource/img/p1.jpg);
  z-index: 10;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 5px solid #ff91af;
}
@media screen and (max-width: 768px) {
  .layer_board {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10% 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .layer_board.shortLayer {
    font-size: 14px;
  }
}

/* --close ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #000000;
  background-image: url("btn_close.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: 0.15s;
  display: none;
}
@media screen and (max-width: 768px) {
  .layer_board .mdl_btn_close.circle_btn {
    width: 26px;
    height: 26px;
    background-size: 14px;
  }
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #fff5bd;
  border: 1px solid #fff5bd;
}

.layer_board_content {
  margin: 0 auto;
  padding: 1.5rem 0 1rem;
  background: #ffffff;
  border-top: 5px solid #ff91af;
  border-bottom: 5px solid #ff91af;
}
.layer_board_content img {
  max-width: 400px;
  margin: 0 auto;
}

.entrance-wrap {
  margin: 0 auto;
  padding: 2rem;
  background: url("/resource/img/p1.jpg") repeat;
  border-bottom: 5px solid #ff91af;
}
@media screen and (max-width: 768px) {
  .entrance-wrap {
    padding: 2rem 1rem;
  }
}

.attention-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 3rem 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .attention-container {
    padding: 2rem 1rem;
  }
}

.attention-box {
  max-width: 600px;
  background: #ffffba;
  text-align: center;
  margin: 0 auto 2rem auto;
  padding: 1rem;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.attention-wrap {
  text-align: center;
}

.attention-wrap .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.attention-wrap .group-box {
  max-width: 400px;
  border: 1px solid #242424;
  padding: 0.5rem;
  border-radius: 10px;
  font-size: 12px;
  margin: 0 auto 2rem;
}

.index_df {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  background: #ffdde8;
  border-bottom: 5px solid #ff91af;
}
.index_df .centering {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .index_df .centering {
    width: 100%;
    max-width: 600px;
    padding: 0 1rem;
  }
}
.index_df .centering .btn {
  width: 48%;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 50px;
  padding: 0.5rem 1rem 1rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .index_df .centering .btn {
    width: 49%;
    font-size: 13px;
  }
}
.index_df .centering .btn span {
  display: block;
  font-size: 28px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .index_df .centering .btn span {
    font-size: 24px;
  }
}
.index_df .centering .btn:nth-of-type(1), .index_df .centering .btn.-enter {
  margin-left: 0;
  background: linear-gradient(-45deg, #FF8086 0%, #ffa8a3 50%, #FF8086 100%);
  border: 2px solid #FF8086;
  transition: all 0.5s ease-in-out;
}
.index_df .centering .btn:nth-of-type(1):hover, .index_df .centering .btn.-enter:hover {
  background: linear-gradient(-45deg, #ff6680 0%, #FF8086 50%, #ff6680 100%);
  box-shadow: 0 0 10px 0 #ffa8a3 inset, 0 0 10px 5px #ffa8a3;
  border: 2px solid white;
  text-shadow: 0px 0px 12px white;
  transition: all 0.5s ease-in-out;
}
.index_df .centering .btn:nth-of-type(1):active, .index_df .centering .btn.-enter:active {
  background-color: #ffffff;
}
.index_df .centering .btn:nth-of-type(2), .index_df .centering .btn.-exit {
  margin-left: 0;
  background: linear-gradient(-45deg, #191970 0%, #008BBB 50%, #191970 100%);
  border: 2px solid #003399;
  transition: all 0.5s ease-in-out;
}
.index_df .centering .btn:nth-of-type(2):hover, .index_df .centering .btn.-exit:hover {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.index_df .centering .btn:hover {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.p_index {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p_index {
    margin-bottom: 25px;
  }
}

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

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

.limit_icon {
  width: 40px;
  display: block;
  margin: 0 auto 5px;
}

.bnr-wrap {
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
  background: linear-gradient(0deg, #ffdde8 0%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .bnr-wrap {
    margin: 2rem auto;
  }
}

.bnr a {
  display: block;
  width: 100%;
  max-width: 468px;
  height: auto;
  margin: 0 auto;
}
.bnr a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}

.bnr img {
  width: 100%;
  max-width: 468px;
  height: auto;
  margin: 0 auto 10px;
}

.bnr .short-frame img {
  margin-bottom: 0;
}

.bnr-box {
  max-width: 700px;
  margin: 0 auto;
}

.bnr-box img {
  max-width: 468px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.bnr-large img {
  max-width: 472px;
  width: 100%;
  margin-bottom: 10px;
}

.bnr-large a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.6s;
}

.txt-box {
  width: 50%;
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
  border: 1px solid #808080;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto 2rem;
  border-radius: 8px;
  background: #ffffff;
  padding: 20px 30px;
}
@media screen and (max-width: 1200px) {
  .txt-box {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .txt-box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .txt-box {
    padding: 20px 10px;
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .txt-box {
    padding: 10px 5px;
  }
}
.txt-box.-wide {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .txt-box.-wide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .txt-box.-wide {
    width: calc(100% - 2rem);
    margin: 2rem auto;
  }
}
.txt-box.-mt {
  margin-top: 2rem;
}
.txt-box.-mb {
  margin-bottom: 4rem;
}
.txt-box .-bold {
  font-weight: bold;
}
.txt-box .-red {
  color: #ff5233;
  font-weight: bold;
}
.txt-box .-purple {
  color: #d168f0;
  font-weight: bold;
  font-size: 36px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .txt-box .-purple {
    font-size: 22px;
    line-height: 1.2;
  }
}

.txt-subtitle {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: #242424;
  margin: 2rem auto;
}
@media screen and (max-width: 576px) {
  .txt-subtitle {
    font-size: 18px;
    margin: 2rem auto 1rem;
  }
}
.txt-subtitle .-black {
  font-weight: bold;
  color: #242424;
}
.txt-subtitle .-black.-large {
  font-size: 60px;
  text-shadow: 2px 3px 0px rgb(255, 255, 255);
}
.txt-subtitle .-black.-large br {
  display: none;
}
@media screen and (max-width: 992px) {
  .txt-subtitle .-black.-large {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .txt-subtitle .-black.-large {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .txt-subtitle .-black.-large {
    line-height: 1.2;
  }
  .txt-subtitle .-black.-large br {
    display: block;
  }
}
.txt-subtitle .-black.-middle {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .txt-subtitle .-black.-middle {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .txt-subtitle .-black.-middle {
    font-size: 18px;
  }
}
.txt-subtitle .-black.-small {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .txt-subtitle .-black.-small {
    font-size: 14px;
  }
}
.txt-subtitle.-inner {
  margin: 0 auto;
}
.txt-subtitle.-bottom {
  margin: 0 auto 2rem;
}
.txt-subtitle.-border {
  border-bottom: 2px solid #242424;
  margin-bottom: 1rem;
}

.page-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: #ffdde8;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-title {
    width: calc(100% - 2rem);
  }
}
.page-title .main-title {
  color: #ffffff;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.table-wrap {
  margin: 2rem auto;
}

.page-tel {
  display: block;
  margin: 2rem auto;
  padding: 10px;
  border-radius: 40px;
  background-color: #fba83d;
  color: #ffffff;
  font-weight: bold;
  background: none;
  border: none;
  position: relative;
  line-height: 1.6;
  text-align: center;
  font-size: 38px;
  width: 500px;
  z-index: 0;
  font-family: var(--fontfamily-kiwimaru);
}
@media screen and (max-width: 768px) {
  .page-tel {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .page-tel {
    font-size: 24px;
    width: calc(100% - 2rem);
  }
}
.page-tel:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 214, 0);
  background: linear-gradient(-45deg, rgb(255, 214, 0) 0%, rgb(255, 140, 57) 80%);
  z-index: -1;
  border-radius: 40px;
  border: 2px solid #ffffff;
}
.page-tel:hover:before {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.page-tel:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(89, 255, 215);
  background: linear-gradient(-45deg, rgb(89, 255, 215) 0%, rgb(99, 208, 255) 80%);
  z-index: -2;
  border-radius: 40px;
  border: 2px solid #ffffff;
}

.page-btn {
  display: block;
  margin: 2rem auto;
  padding: 10px;
  border-radius: 24px;
  background-color: #fba83d;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: none;
  border: none;
  position: relative;
  line-height: 1.6;
  z-index: 0;
  width: 500px;
}
@media screen and (max-width: 576px) {
  .page-btn {
    width: calc(100% - 2rem);
  }
}
.page-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 123, 194);
  background: linear-gradient(-45deg, rgb(255, 123, 194) 0%, rgb(235, 8, 100) 80%);
  z-index: -1;
  border-radius: 24px;
}
.page-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(89, 255, 215);
  background: linear-gradient(-45deg, rgb(89, 255, 215) 0%, rgb(99, 208, 255) 80%);
  z-index: -2;
  border-radius: 24px;
}
.page-btn:hover:before {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

#system .wrapper-img {
  padding: 20px 10px;
}
#system .wrapper-img.-bottom {
  margin-bottom: 2rem;
}

.lodging-title, .apply-title {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #555555;
  margin: 4rem auto;
  font-family: var(--fontfamily-kiwimaru);
  text-align: center;
}
.lodging-title p, .apply-title p {
  color: #555555;
}
.lodging-title .-red, .apply-title .-red {
  color: #ff3644;
  border-bottom: 5px solid #ff5233;
  display: inline-block;
  padding: 0 1rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .lodging-title .-red, .apply-title .-red {
    padding: 0;
  }
}
.lodging-title .-red.-i-2, .lodging-title .-red.-i-3, .lodging-title .-red.-i-4, .apply-title .-red.-i-2, .apply-title .-red.-i-3, .apply-title .-red.-i-4 {
  position: relative;
  display: inline;
}
.lodging-title .-red.-i-2, .apply-title .-red.-i-2 {
  padding: 0 1rem 0 14rem;
}
@media screen and (max-width: 992px) {
  .lodging-title .-red.-i-2, .apply-title .-red.-i-2 {
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-2, .apply-title .-red.-i-2 {
    padding: 0 0.5rem 0 10rem;
  }
}
.lodging-title .-red.-i-2:before, .apply-title .-red.-i-2:before {
  position: absolute;
  bottom: -15px;
  left: -16px;
  transform: scale(0.85);
  content: url("/resource/img/i-2.webp");
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-2:before, .apply-title .-red.-i-2:before {
    left: -30px;
    bottom: -35px;
    transform: scale(0.65);
  }
}
.lodging-title .-red.-i-3, .apply-title .-red.-i-3 {
  padding: 0 1rem 0 11rem;
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-3, .apply-title .-red.-i-3 {
    padding: 0 1rem 0 7rem;
  }
}
.lodging-title .-red.-i-3:before, .apply-title .-red.-i-3:before {
  position: absolute;
  bottom: 0;
  left: -10px;
  content: url("/resource/img/i-3.webp");
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-3:before, .apply-title .-red.-i-3:before {
    left: -20px;
    bottom: -16px;
    transform: scale(0.8);
  }
}
.lodging-title .-red.-i-4, .apply-title .-red.-i-4 {
  padding: 0 1rem 0 12rem;
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-4, .apply-title .-red.-i-4 {
    padding: 0 1rem 0 10rem;
  }
}
.lodging-title .-red.-i-4:before, .apply-title .-red.-i-4:before {
  position: absolute;
  bottom: 0;
  left: -35px;
  content: url("/resource/img/i-4.webp");
}
@media screen and (max-width: 576px) {
  .lodging-title .-red.-i-4:before, .apply-title .-red.-i-4:before {
    bottom: -12px;
    left: -41px;
    transform: scale(0.85);
  }
}
.lodging-title .-red p, .apply-title .-red p {
  font-family: var(--fontfamily-kiwimaru);
}
.lodging-title .-sub, .apply-title .-sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lodging-title .-sub, .apply-title .-sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .lodging-title .-sub, .apply-title .-sub {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .lodging-title, .apply-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lodging-title, .apply-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  .lodging-title, .apply-title {
    font-size: 2rem;
    margin: 2rem auto;
  }
}
.lodging-title br, .apply-title br {
  display: none;
}
@media screen and (max-width: 576px) {
  .lodging-title br, .apply-title br {
    display: block;
  }
}

.apply-1, .apply-3 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .apply-1, .apply-3 {
    margin-top: 8rem;
  }
}

.lodging-box {
  width: 80%;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #555555;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px 10px 20px 160px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lodging-box {
    width: 90%;
    padding: 10px 10px 10px 160px;
  }
}
@media screen and (max-width: 992px) {
  .lodging-box {
    padding: 10px 10px 10px 190px;
  }
}
@media screen and (max-width: 768px) {
  .lodging-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .lodging-box {
    width: calc(100% - 1rem);
    padding: 10px;
    text-align: left;
    margin: 12rem auto 0 auto;
  }
}
.lodging-box:before {
  position: absolute;
  bottom: 0;
  left: -45px;
  content: url("/resource/img/i-1.webp");
}
@media screen and (max-width: 992px) {
  .lodging-box:before {
    left: -35px;
  }
}
@media screen and (max-width: 768px) {
  .lodging-box:before {
    left: -25px;
  }
}
@media screen and (max-width: 576px) {
  .lodging-box:before {
    bottom: auto;
    top: -126px;
    transform: scale(0.8);
  }
}
.lodging-box p {
  color: #555555;
  font-family: var(--fontfamily-kiwimaru);
}
.lodging-box .-red {
  color: #ff3644;
  text-align: center;
  font-size: 3.2rem;
  font-family: var(--fontfamily-kiwimaru);
}
@media screen and (max-width: 992px) {
  .lodging-box .-red {
    display: inline-block;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 576px) {
  .lodging-box .-red {
    text-align: center !important;
  }
}
.lodging-box br {
  display: none;
}
@media screen and (max-width: 992px) {
  .lodging-box br {
    display: block;
  }
}

.lodging-swiper-block {
  width: 80%;
  margin: 5rem auto 0;
  padding-bottom: 5%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lodging-swiper-block {
    width: 100%;
  }
}
.lodging-swiper-block .lodging-swiper-container {
  position: relative;
}
.lodging-swiper-block .main-slider {
  margin-bottom: 2rem;
}
.lodging-swiper-block .main-slider .swiper-slide img {
  height: 30vw;
  margin: 0 auto;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .lodging-swiper-block .main-slider .swiper-slide img {
    height: 60vw;
  }
}
.lodging-swiper-block .thumbnail-slider .swiper-slide {
  width: 20%;
  max-height: 150px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .lodging-swiper-block .thumbnail-slider .swiper-slide {
    width: 30%;
    max-height: 75px;
    overflow: hidden;
  }
}

.apply-box {
  width: 80%;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto 3rem;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px 30px 40px;
}
@media screen and (max-width: 1200px) {
  .apply-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .apply-box {
    padding: 20px 10px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .apply-box {
    width: calc(100% - 1rem);
    padding: 10px 5px;
    text-align: left;
  }
}

.apply-btn-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap {
    padding: 10px;
    flex-flow: column wrap;
  }
}
.apply-btn-wrap a.apply-list {
  display: flex;
  height: 80px;
  position: relative;
  width: calc((100% - 2rem) / 2);
  margin-left: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap a.apply-list {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.apply-btn-wrap a.apply-list:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  top: 26px;
  right: 10px;
}
.apply-btn-wrap a.apply-list:before {
  color: #ffffff;
  font-weight: 900;
  position: relative;
  top: 10px;
  left: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .apply-btn-wrap a.apply-list:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap a.apply-list:before {
    left: 30px;
  }
}
.apply-btn-wrap a.apply-list.-line:before {
  content: url("/resource/img/line.webp");
}
.apply-btn-wrap a.apply-list.-tel:before {
  content: url("/resource/img/tel.webp");
}
.apply-btn-wrap a.apply-list:first-child {
  margin-left: 0;
  background: #34cd32;
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap a.apply-list:first-child {
    margin-left: auto;
  }
}
.apply-btn-wrap a.apply-list:last-child {
  background: #FF7300;
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap a.apply-list:last-child {
    margin-bottom: 0;
  }
}
.apply-btn-wrap a.apply-list:hover {
  background: #d168f0;
  transition-duration: 0.6s;
  cursor: pointer;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.apply-btn-wrap a.apply-list .apply-btn {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition-duration: 0.6s;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--fontfamily-kosugimaru);
  font-weight: normal;
  font-size: 20px;
  padding-left: 1rem;
  width: calc(100% - 10rem);
}
.apply-btn-wrap a.apply-list .apply-btn .-number {
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .apply-btn-wrap a.apply-list .apply-btn .-number {
    display: none;
  }
}

.flow-wrap ul {
  margin: 0 auto;
  max-width: 800px;
}
.flow-wrap ul li {
  flex-wrap: nowrap;
  background: #fff5be;
  width: 90%;
  margin: 50px auto;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .flow-wrap ul li {
    width: 95%;
    padding: 20px 10px;
  }
}
.flow-wrap ul .flow-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  font-family: var(--fontfamily-kiwimaru);
}
@media screen and (max-width: 768px) {
  .flow-wrap ul .flow-txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.flow-wrap ul .flow-txt p {
  color: #555555;
}
.flow-wrap ul .flow-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--fontfamily-inter);
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #fea74a;
  border-radius: 100px;
  max-width: 300px;
  margin: 15px auto;
}
.flow-wrap ul .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fea74a;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow-wrap .finish {
  font-size: 3.2rem;
  text-align: center;
  color: #ff5233;
  font-family: var(--fontfamily-inter);
  margin-bottom: 4rem;
}

.qa-accordion {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .qa-accordion {
    padding: 0 5px;
  }
}
.qa-accordion .more {
  display: block;
  background: #7cb4ff;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
  width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0;
  margin: 2rem auto;
  cursor: pointer;
}
.qa-accordion .more:hover {
  background: #4bdb8f;
  transition-duration: 0.6s;
  cursor: pointer;
}
.qa-accordion .accordion-hidden {
  display: none;
}
.qa-accordion .accordion-open {
  display: block;
  padding: 20px 10px 20px 70px;
  cursor: pointer;
  margin: 5px 0;
  font-weight: bold;
  position: relative;
  background: #ffffff;
  font-size: 1.6rem;
  transition: all 0.5s ease-in-out;
  color: #555555;
}
@media screen and (max-width: 576px) {
  .qa-accordion .accordion-open {
    padding: 20px 25px 20px 45px;
    font-size: 1.4rem;
  }
}
.qa-accordion .accordion-open::before, .qa-accordion .accordion-open::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #555555;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.qa-accordion .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.qa-accordion .accordion-open span, .qa-accordion .accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  background: #fba83d;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
  .qa-accordion .accordion-open span, .qa-accordion .accordion-close span {
    width: 40px;
    font-size: 1.6rem;
  }
}
.qa-accordion .accordion-close span {
  background: #6e99fb;
}
.qa-accordion .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
.qa-accordion .accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 0 60px;
  opacity: 0;
  transition: 0.6s;
  position: relative;
  font-size: 1.6rem;
  color: #555555;
}
@media screen and (max-width: 576px) {
  .qa-accordion .accordion-close {
    font-size: 1.4rem;
  }
}
.qa-accordion .accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 70px;
  background: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .qa-accordion .accordion-hidden:checked + .accordion-open + .accordion-close {
    padding: 10px 5px 10px 50px;
  }
}

.group-logo-wrap {
  margin: 0 auto;
  padding: 0;
  width: 200px;
}

.group-logo-wrap a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s;
}

.group-logo-wrap.-mt {
  margin: 0 auto;
}

.group-logo-wrap.-mb {
  margin: 0 auto 1rem;
}

.group-logo-wrap.-mtb {
  margin: 1rem auto;
}

/*---------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  ._scroll-anim._fadein {
    opacity: 0;
    filter: alpha(opacity=0);
    animation: fadeIn 2s ease forwards;
  }
  ._autofadein {
    opacity: 0;
    filter: alpha(opacity=0);
    animation: fadeIn 2s ease forwards;
  }
  ._scroll-anim._fadeinup {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._fadeinup.__animate__ {
    animation: fadeInUp 1.2s ease forwards;
  }
  ._scroll-anim._fadeindown {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._fadeindown.__animate__ {
    animation: fadeInDown 1.2s ease forwards;
  }
  ._scroll-anim._fadeinright {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._fadeinright.__animate__ {
    animation: fadeInRight 2s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinleft {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._fadeinleft.__animate__ {
    animation: fadeInLeft 2s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinzoom {
    transform: scale(0);
  }
  ._scroll-anim._fadeinzoom.__animate__ {
    animation: fadeInZoom 0.8s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinzoom10 {
    transform: scale(0);
  }
  ._scroll-anim._fadeinzoom10.__animate__ {
    animation: fadeInZoom10 0.8s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinzoom20 {
    transform: scale(0);
  }
  ._scroll-anim._fadeinzoom20.__animate__ {
    animation: fadeInZoom20 0.8s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinzoom20- {
    transform: scale(0);
  }
  ._scroll-anim._fadeinzoom20-.__animate__ {
    animation: fadeInZoom20- 0.8s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._fadeinzoom30- {
    transform: scale(0);
  }
  ._scroll-anim._fadeinzoom30-.__animate__ {
    animation: fadeInZoom30- 0.8s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._rise {
    overflow: hidden;
  }
  ._scroll-anim._rise > * {
    transform: translateY(200%);
    opacity: 0;
  }
  ._scroll-anim._rise > span {
    display: block;
  }
  ._scroll-anim._rise.__animate__ > * {
    transform: translateY(0);
    opacity: 1;
    animation: rise 1s cubic-bezier(0.09, 0.66, 0, 1) forwards;
  }
  ._scroll-anim._zoomin {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._zoomin.__animate__ {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  ._scroll-anim._bound {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._bound.__animate__ {
    animation: bound 2s ease-out infinite;
    opacity: 1;
  }
  ._scroll-anim._spark {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  ._scroll-anim._spark::after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    transform: rotate(45deg);
    animation: spark 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: spark 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: spark 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: spark 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: spark 2s ease-in-out infinite;
  }
  ._scroll-anim._sparkmask {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  ._scroll-anim._sparkmask .sparkmask-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    line-height: 3;
  }
  ._scroll-anim._sparkmask .light {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 100%;
    padding: 30% 0 0;
    background-image: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 75%);
    transform: skewX(-45deg);
    animation-name: sparkmask;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  ._scroll-anim._flowing {
    overflow: hidden;
  }
  ._scroll-anim._flowing.__animate__ {
    animation: flowing 10s linear infinite;
    transform: translateX(100vw);
  }
  ._scroll-anim._rolling {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._rolling.__animate__ {
    animation: rolling 2s ease forwards;
    opacity: 1;
  }
  ._scroll-anim._circle {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._circle.__animate__ {
    opacity: 1;
  }
  ._scroll-anim._circle.__animate__._circleright {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._circle.__animate__._circleright.__animate__ {
    animation: rotateRight 4s linear forwards;
    opacity: 1;
  }
  ._scroll-anim._circleleft {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._circleleft.__animate__ {
    animation: rotateLeft 4s linear forwards;
    opacity: 1;
  }
  ._scroll-anim._typeA1 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._typeA1.__animate__ {
    animation: circleA1 1s forwards;
    opacity: 1;
  }
  ._scroll-anim._typeA2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._typeA2.__animate__ {
    animation: circleA2 1s forwards;
    opacity: 1;
  }
  ._scroll-anim._typeA3 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._typeA3.__animate__ {
    animation: circleA3 1s forwards;
    opacity: 1;
  }
  ._scroll-anim._typeA4 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._typeA4.__animate__ {
    animation: circleA4 1s forwards;
    opacity: 1;
  }
  ._scroll-anim._typeA5 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._typeA5.__animate__ {
    animation: circleA5 1s forwards;
    opacity: 1;
  }
  ._scroll-anim._graph {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ._scroll-anim._graph.__animate__ {
    animation: graphAnim 1s forwards;
    opacity: 1;
  }
  ._scroll-anim.__animate__._delay01 {
    animation-delay: 0.1s;
  }
  ._scroll-anim.__animate__._delay02 {
    animation-delay: 0.2s;
  }
  ._scroll-anim.__animate__._delay03 {
    animation-delay: 0.3s;
  }
  ._scroll-anim.__animate__._delay04 {
    animation-delay: 0.4s;
  }
  ._scroll-anim.__animate__._delay05 {
    animation-delay: 0.5s;
  }
  ._scroll-anim.__animate__._delay06 {
    animation-delay: 0.6s;
  }
  ._scroll-anim.__animate__._delay07 {
    animation-delay: 0.7s;
  }
  ._scroll-anim.__animate__._delay08 {
    animation-delay: 0.8s;
  }
  ._scroll-anim.__animate__._delay09 {
    animation-delay: 0.9s;
  }
  ._scroll-anim.__animate__._delay10 {
    animation-delay: 1s;
  }
  ._scroll-anim.__animate__._infinite {
    animation-fill-mode: infinite;
  }
  ._scroll-anim._fadeinwhite {
    animation: fadeInWhite 3.5s ease forwards;
  }
  ._scroll-anim._fadeinbrightness {
    animation: fadeInBrightness 2s ease forwards;
  }
  ._scroll-anim.BtnUp {
    animation: BtnUp 0.5s forwards;
  }
  ._scroll-anim.BtnDown {
    animation: BtnDown 0.5s forwards;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0.1;
    transform: translateX(25vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0.1;
    transform: translateX(-25vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rise {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(0) rotate(0);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes fadeInZoom10 {
  0% {
    transform: scale(0) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(370deg);
  }
}
@keyframes fadeInZoom20 {
  0% {
    transform: scale(0) rotate(20deg);
  }
  100% {
    transform: scale(1) rotate(380deg);
  }
}
@keyframes fadeInZoom20- {
  0% {
    transform: scale(0) rotate(-20deg);
  }
  100% {
    transform: scale(1) rotate(340deg);
  }
}
@keyframes fadeInZoom30- {
  0% {
    transform: scale(0) rotate(-30deg);
  }
  100% {
    transform: scale(1) rotate(330deg);
  }
}
@keyframes rise {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes lineanim {
  0% {
    stroke-dashoffset: 300;
  }
  20% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bound {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes spark {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  30% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  31% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes sparkmask {
  0% {
    left: -150%;
  }
  90% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}
@keyframes flowing {
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circleA1 {
  0% {
    stroke-dasharray: 0 628;
  }
  99.9%, to {
    stroke-dasharray: 186 628;
  }
}
@keyframes circleA2 {
  0% {
    stroke-dasharray: 0 628;
  }
  99.9%, to {
    stroke-dasharray: 333 628;
  }
}
@keyframes circleA3 {
  0% {
    stroke-dasharray: 0 628;
  }
  99.9%, to {
    stroke-dasharray: 450 628;
  }
}
@keyframes circleA4 {
  0% {
    stroke-dasharray: 0 628;
  }
  99.9%, to {
    stroke-dasharray: 500 628;
  }
}
@keyframes circleA5 {
  0% {
    stroke-dasharray: 0 628;
  }
  99.9%, to {
    stroke-dasharray: 628 628;
  }
}
@keyframes textFwt {
  0% {
    opacity: 0;
  }
  99.9%, 100% {
    opacity: 1;
  }
}
@keyframes graphAnim {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes graphAnim-side {
  0% {
    -webkit-transform: translateX(-100%);
    -webkit-transform-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-transform-transform: translateX(0);
  }
}
@keyframes fadeInWhite {
  0% {
    background: rgb(255, 255, 255);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInBrightness {
  0% {
    opacity: 0;
    filter: blur(4px);
    filter: brightness(10);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    filter: brightness(1);
  }
}
@keyframes BtnUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes BtnDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(20em);
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */