@charset "shift_jis";
@import url("./variable.css");
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  line-height: 1.4;
}

a {
  color: #000;
}

img {
  vertical-align: bottom;
}

header,
main,
footer,
body > div {
  max-width: 100%;
}

.fira-bold {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.small {
  font-size: 85.75%;
}

.bold {
  font-weight: bold;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb-05 {
  margin-bottom: 0.5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.tagline {
  background: var(--color-nav-bg);
  color: var(--color-nav-text);
}

.tagline a {
  line-height: 0;
  color: var(--color-nav-text);
}
.tagline a:hover {
  color: var(--color-nav-text);
}

.tagline span {
  line-height: 20px;
  font-size: 80%;
  letter-spacing: -0.4px;
}

.tagline .link a {
  min-width: 40px;
  margin-right: 14px;
  text-align: center;
}

.logo-velonce img {
  width: auto;
}

@media screen and (min-width: 1000px) {
  .w90p {
    width: 90%;
    margin: 0 auto;
  }
}
/* hero-image */
.hero-image {
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
}
.hero-image #top-image {
  width: 100%;
  aspect-ratio: 30/17;
}
.hero-image #top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image #top-movie {
  width: 100%;
  min-height: auto;
}
.hero-image video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  z-index: -100;
  background: url(../img/movie/poster.jpg);
  background-size: cover;
  object-fit: cover;
}

/* .global-nav {position: relative;} */
.global-nav .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 18px;
  right: 6px;
}
@media screen and (max-width: 999px) {
  .global-nav .link {
    width: 110px;
  }
}

h1 {
  position: absolute;
  left: 64px;
}
@media screen and (max-width: 659px) {
  h1 {
    left: 46px;
  }
}

@media screen and (max-width: 999px) {
  body.fixed {
    overflow: hidden;
  }
  .tagline {
    /* padding:10px; */
    display: none !important;
  }
  .tagline span {
    display: block;
  }
  .logo-velonce {
    line-height: 20px;
  }
  .logo-velonce img {
    height: 40px;
  }
  .global-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: var(--color-nav-bg);
  }
  .global-nav .nav-opener {
    left: 6px;
  }
  .global-nav nav:not(.is-active) {
    display: none;
  }
  .global-nav nav.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 120px;
    background-color: rgba(0, 0, 0, 0.72);
    z-index: 2;
  }
  .global-nav nav ul {
    width: 100%;
    background: #000;
  }
  .global-nav nav li {
    display: block;
    border-bottom: 1px solid #222;
  }
  .global-nav nav a {
    padding-left: 20px;
    display: block;
    color: #fff;
    line-height: 40px;
  }
  .global-nav nav.is-active ul {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }
  .global-nav nav.is-active li {
    position: relative;
    z-index: 3;
    pointer-events: auto;
  }
  .global-nav nav a {
    position: relative;
    z-index: 4;
    pointer-events: auto;
  }
  .hero-image > div {
    margin-top: 80px;
  }
  h1 {
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    height: 78%;
  }
  h1 a {
    display: block;
    height: 100%;
  }
  h1 a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  h1 svg {
    width: 100%;
    max-width: calc(100vw - 190px);
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 1000px) {
  .tagline {
    height: 80px;
    padding-left: 64px;
  }
  .tagline .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
  }
  .tagline .job {
    color: #ffffff;
    font-size: 14px;
  }
  .tagline .tel {
    color: #030303;
    font-size: 14px;
  }
  .tagline .net {
    color: #ffffff;
    font-size: 14px;
  }
  .tagline .address {
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    color: var(--color-nav-text);
  }
  .logo-shop {
    padding: 20px 0;
    line-height: 20px;
  }
  .logo-shop img {
    height: 40px;
  }
  h1 {
    display: none;
    bottom: 50vh;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  h1 a {
    pointer-events: none;
  }
  h1 svg {
    height: 280px;
    width: auto;
  }
  .global-nav nav li {
    width: 12.5%;
    height: 0;
    padding-top: 6.25%;
    position: relative;
  }
  .global-nav nav li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .global-nav nav li.nav-home a {
    background-image: url(/com/temp4/img/header/nav-home.svg);
  }
  .global-nav nav li.nav-newface a {
    background-image: url(/com/temp4/img/header/nav-newface.svg);
  }
  .global-nav nav li.nav-play a {
    background-image: url(/com/temp4/img/header/nav-play.svg);
  }
  .global-nav nav li.nav-costume a {
    background-image: url(/com/temp4/img/header/nav-costume.svg);
  }
  .global-nav nav li.nav-reviews a {
    background-image: url(/com/temp4/img/header/nav-review.svg);
  }
  .global-nav nav li.nav-ranking a {
    background-image: url(/com/temp4/img/header/nav-ranking.svg);
  }
  .global-nav nav li.nav-photodiary a {
    background-image: url(/com/temp4/img/header/nav-photodiary.svg);
  }
  .global-nav nav li.nav-movie a {
    background-image: url(/com/temp4/img/header/nav-movie.svg);
  }
  .global-nav nav li.nav-recruit a {
    background-image: url(/com/temp4/img/header/nav-recruit.svg);
  }
  .global-nav nav li.nav-access a {
    background-image: url(/com/temp4/img/header/nav-access.svg);
  }
  .global-nav nav li.is-active a,
  .global-nav nav li a:hover {
    background-position: center bottom;
  }
  h1 svg {
    visibility: hidden;
  }
}
/* section h2 */
section h2 {
  margin: 1.6em;
  color: var(--text-primary);
}

@media screen and (max-width: 999px) {
  section h2 {
    font-size: 14px;
    line-height: 1.2;
  }
  section h2 span {
    display: block;
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  section h2 span {
    display: block;
    font-size: 36px;
  }
}
/* page-title */
.page-title .lead {
  padding: 0.8em 1em;
  background: var(--color-primary);
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .page-title .lead {
    font-size: 14px;
  }
}
/* more-btn */
.more-btn {
  padding: 3vh 0;
}
.more-btn img, .more-btn svg {
  width: 24%;
  max-width: 120px;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .more-btn img, .more-btn svg {
    max-width: 120px;
    -webkit-transition: -webkit-transform 0.8s linear;
    transition: transform 0.8s linear;
  }
  .more-btn img:hover, .more-btn svg:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* popular_contents */
.contents-nav li {
  position: relative;
  line-height: 0;
  -webkit-transition: filter 0.7s ease;
  transition: filter 0.7s ease;
}

.contents-nav li:hover {
  filter: brightness(1.75);
}

@media screen and (max-width: 999px) {
  .contents-nav li {
    width: 50%;
  }
  .contents-nav li:nth-child(1) {
    order: 0;
  }
  .contents-nav li:nth-child(2) {
    order: 1;
  }
  .contents-nav li:nth-child(3) {
    order: 3;
  }
  .contents-nav li:nth-child(4) {
    order: 2;
  }
}
@media screen and (min-width: 1000px) {
  .contents-nav li {
    width: 25%;
  }
}
/* schedule */
.top_sch_box {
  display: none;
}

#tab1:checked ~ #top_sch_a {
  display: block;
  animation: tabAnim ease 0.6s forwards;
}

#tab2:checked ~ #top_sch_e {
  display: block;
  animation: tabAnim ease 0.6s forwards;
}

#tab3:checked ~ #top_sch_l {
  display: block;
  animation: tabAnim ease 0.6s forwards;
}

/* accepted_dial */
.accepted_dial li {
  width: 100%;
}

.accepted_dial li:first-of-type {
  background: var(--color-primary);
}

.accepted_dial li:nth-of-type(2) {
  background: var(--color-secondary);
}

.accepted_dial li:last-of-type {
  background: var(--color-tertiary);
}

.accepted_dial li a {
  padding: 24px 0;
  display: block;
  color: #fff;
  font-size: 16px;
}

.accepted_dial li a img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.accepted_dial li a .fa-phone {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.accepted_dial li a .fa-chevron-circle-right {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: text-bottom;
}

.accepted_dial li span {
  margin-right: 10px;
}

@media screen and (max-width: 999px) {
  .accepted_dial li span {
    font-size: 10px;
  }
  .accepted_dial li:not(:last-of-type) a {
    padding: 31px 0;
  }
  .accepted_dial li:last-of-type a {
    font-size: 14px;
    line-height: 1;
  }
  .accepted_dial li:last-of-type span {
    display: block;
  }
}
.contents-concept div {
  padding: 20px;
  max-width: 1800px;
  margin: 0 auto;
}
.contents-concept p {
  font-size: 14px;
  margin-bottom: 1em;
}

/* footer_navigation */
.footer-navigation {
  background: #000;
}

@media screen and (max-width: 999px) {
  .footer-navigation {
    padding: 4% 0;
  }
  .pc-disp {
    display: none;
  }
  nav.footer_nav {
    display: none !important;
  }
  .footer-navigation p:last-child {
    margin-top: 4%;
  }
}
@media screen and (min-width: 1000px) {
  .footer-navigation {
    padding: 2% 0;
  }
  .sp-disp {
    display: none;
  }
  .footer_nav li:before {
    content: "・";
    color: #fff;
  }
}
.footer_nav {
  max-width: 80%;
  margin: 0 auto;
}

.footer_nav {
  text-align: left;
}

.footer_nav ul {
  width: 12.5%;
}

.footer_nav a {
  color: #fff;
}

.footer-navigation p {
  color: #fff;
}

/* footer logo */
.footer-logo-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 2% auto 0;
  position: relative;
}

.footer-logo-nap a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .footer-logo-nap {
    margin-top: 4%;
  }
}
@media screen and (min-width: 1000px) {
  .footer-logo-nap {
    margin-top: 2%;
    font-size: clamp(0.75rem, -0.337rem + 1.74vw, 1.75rem);
  }
  .footer-logo-nap a {
    font-size: clamp(0.75rem, -0.337rem + 1.74vw, 1.75rem);
    pointer-events: none;
  }
}
/* group-link */
.group-link {
  margin: 3vh auto 0;
}

.group-link a {
  color: #000;
}

.group-link ul {
  line-height: 1.8;
}

.renai-group1 img {
  width: 200px;
}

.renai-group1 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3vh;
}

.renai-group1 ul li {
  width: 100%;
  text-align: center;
}

.renai-group2 > li {
  width: 100%;
  margin-bottom: 3vh;
}

.area-name {
  border-bottom: 1px solid #000;
  margin-bottom: 1vh;
}

.area-name li {
  color: var(--color-pink-vivid);
  font-weight: 700;
  font-size: 130%;
}

.area-name li span {
  color: #000;
  font-weight: 100;
}

.shop-list li {
  margin-right: 1em;
}

.shop-list li:before {
  content: "・";
}

.renai-group3 img {
  width: 100%;
}

.renai-group3 li {
  width: 100%;
  margin-bottom: 1vh;
}

@media screen and (min-width: 1000px) {
  .group-link {
    width: 90%;
  }
  .renai-group1 {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .renai-group1 > li {
    text-align: left;
  }
  .renai-group1 ul li {
    width: auto;
    padding: 0 1em;
  }
  .renai-group1 ul li.line-left {
    border-left: 1px solid #000;
  }
  .renai-group2,
  .renai-group3 {
    justify-content: space-between;
  }
  .renai-group2 > li,
  .renai-group3 > li {
    width: 31.3333333333%;
  }
  .renai-group2::after,
  .renai-group3::after {
    content: "";
    display: block;
    width: 31.3333333333%;
  }
}
/* other-contents */
.footer-bnr {
  margin-bottom: 3vh;
}

.footer-bnr img {
  width: 100%;
}

.footer-bnr li {
  width: 100%;
  margin-bottom: 1vh;
}

@media screen and (min-width: 1000px) {
  .footer-bnr {
    justify-content: space-between;
  }
  .footer-bnr li {
    width: 31.3333333333%;
    margin-bottom: 3vh;
  }
  .footer-bnr::after {
    content: "";
    display: block;
    width: 31.3333333333%;
  }
}
/* page-top */
#page-top-btn {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  #page-top-btn {
    bottom: min(17.5vw, 120px);
  }
}
#page-top-btn a {
  padding: 6px 10px;
  display: block;
  font-size: 20px;
  color: #fff;
  background: var(--color-tertiary);
}

/* footer */
footer {
  padding: 2em;
  text-align: center;
  line-height: 1.6;
}

footer a {
  color: inherit;
}

/* movie-button */
.movie-button {
  text-align: center;
  margin: 3vh auto;
}

.movie-button p span {
  font-weight: 700;
}

.movie-button p a {
  display: inline-block;
  color: #fff;
  padding: 1.5em 2em;
}

.movie-button .btn-bk a {
  background: linear-gradient(225deg, transparent 0.5em, #000 0.5em);
}

.movie-button .btn-rd a {
  background: linear-gradient(225deg, transparent 0.5em, #f00 0.5em);
}

/* ハンバーガーボタン */
.el_humburger {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  box-sizing: border-box;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.el_humburger > span {
  display: block;
  width: 20px;
  margin: 0 auto 7px;
  height: 2px;
  background: var(--color-hamburger);
  transition: all 0.3s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger {
  position: fixed;
}
.js_humburgerOpen .el_humburger > span {
  background: var(--color-hamburger-open);
}
.js_humburgerOpen .top {
  transform: translateY(10px) rotate(-45deg);
}
.js_humburgerOpen .middle {
  opacity: 0;
}
.js_humburgerOpen .bottom {
  transform: translateY(-8px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 25px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(6px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/* ============================================
	ナビゲーションメニュー
============================================ */
.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 900;
}

.overlay {
  background-color: var(--color-primary);
  cursor: cursor;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.uq_spNavi.js_appear .overlay {
  opacity: 0.4;
  visibility: visible;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 400px;
  background-color: var(--color-primary);
  opacity: 0.94;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200;
}

.js_fixed {
  position: fixed;
  width: 40%;
  height: 100%;
}

.navigation {
  width: 100%;
  max-width: 400px;
  margin: 0px auto 0px auto;
  padding: 200px 0px 100px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.navigation ul {
  display: block;
  width: 98%;
  margin: 0px auto 0px;
  padding: 0px;
  list-style: none;
  gap: 2%;
}

.navigation ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.navigation ul li {
  position: relative;
  display: block;
  width: 49%;
  float: left;
  margin: 0 0 20px 0;
}

.navigation ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 6px 0;
  margin: 0;
  text-decoration: none;
  transition: all 0.2s ease;
  outline: none;
}

.navigation ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .uq_spNavi_screen {
    width: 280px;
  }
  .navigation {
    width: 100%;
    max-width: 260px;
    margin: 50px auto 0px 0px;
    padding: 30px 0px 100px 20px;
  }
}
@media screen and (max-width: 600px) {
  .el_humburger {
    width: 34px;
    height: 60px;
    padding-top: 20px;
  }
  .popular_menu ul li {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* ハンバーガーボタン */
  .el_humburger {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 40px;
    padding-top: 20px;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .el_humburger > span {
    display: block;
    width: 20px;
    margin: 0 auto 7px;
    height: 2px;
    background: var(--color-hamburger);
    transition: all 0.3s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger {
    position: fixed;
  }
  .js_humburgerOpen .el_humburger > span {
    background: var(--color-hamburger-open);
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(10px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-8px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 25px;
    margin: 0 auto;
    height: 4px;
    background: var(--color-hamburger);
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(6px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  footer {
    padding-bottom: 100px;
  }
}
/* ============================================
	従順
============================================ */
.cta_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta_sp {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    min-width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    transition: all 0.5s ease;
    background-color: var(--color-primary);
    opacity: 0;
    transition: all 0.65s;
  }
  .cta_sp.isActive {
    opacity: 1;
    transition: all 0.65s;
  }
  .cta_sp ul {
    display: table;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 0px 15px 0px;
    list-style: none;
  }
  .cta_sp ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
  }
  .cta_sp ul li {
    display: table-cell;
    width: 19.9%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-right: 1px solid #ffffff;
  }
  .cta_sp ul li:last-child {
    border-right: 0px solid #ffffff;
  }
  .cta_sp ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 0px;
    font-size: 3vw;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s ease;
  }
  /* ============================================
  	ポピュラーメニュー
  ============================================ */
  .popular_menu .box {
    width: 90%;
    margin: 0px auto 20px auto;
    padding: 30px 0px 0px 0px;
  }
  .popular_menu ul {
    margin: 0px auto 0px auto;
  }
  .popular_menu ul li {
    width: 450px;
    margin: 0px auto 20px auto;
    float: none;
  }
  .popular_menu ul li:nth-child(2n) {
    margin: 0px auto 20px auto;
    float: none;
  }
  .popular_menu ul li img {
    width: 120px;
  }
  .popular_menu ul li h3 {
    width: 190px;
    padding: 30px 0px 0px 30px;
  }
  .popular_menu ul li a {
    display: table-cell;
    width: 100px;
    height: 30px;
    margin: 40px 0px 30px 0px;
  }
}
.dl-horizontal {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  padding: 24px;
}
.dl-horizontal dd, .dl-horizontal dt {
  border-bottom: 1px solid var(--color-border);
  display: inline-block;
  padding: 12px 4px;
}
.dl-horizontal dt {
  font-weight: 600;
  width: 44%;
}
.dl-horizontal dd {
  width: 56%;
}
.dl-horizontal .txt-link {
  color: var(--color-secondary);
}
