@charset "shift_jis";
html {scroll-behavior: smooth;}
body {line-height: 1.4;font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;}
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;}
/* happiness */
:root {
  --color-primary: #e70012;
  --color-secondary: #ffd2e9;
  --color-tertiary: #db1f4f;

  --color-border: #b6b6b6;
  --color-common: #a49961;
}
/* dream *//*
:root {
  --color-primary: #0f2fa8;
  --color-secondary: #9debff;
  --color-tertiary: #2892ac;

  --color-border: #b6b6b6;
  --color-common: #a49961;
}
*/


.mt16 {margin-top: 16px;}
.mb16 {margin-bottom: 16px;}


.tagline {background: var(--color-primary);}
.tagline a {line-height: 0;color:#fff;}
.tagline span {line-height: 20px;font-size: 80%;letter-spacing: -.4px;}
.tagline .link a{min-width:40px;margin-right:10px;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-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;
}
/* main-visual */
.main-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.main-visual a {
  display: block;
  height: 100%;width: 100%;
  background-repeat: no-repeat;background-size: cover;background-position: center;
}
@media screen and (max-width: 999px){
  .main-visual {margin-top: 80px;}
}
@media screen and (min-width: 1000px){
}
/* .global-nav {position: relative;} */
.global-nav .link {display:flex;align-items:center;justify-content:space-between;position:absolute;top:20px;right:10px;width:80px;}
h1 {position: absolute;left: 48%;}

@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-primary);
  }
  /* .global-nav .tel,
  .global-nav .nav-opener{position:absolute;top: 10px;} */
  /* .global-nav .tel{right:20px} */
  .global-nav .nav-opener{left:10px}
  /* .global-nav .tel img,
  .global-nav .nav-opener img{width:60px;height:auto;} */
  .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,.72);
	z-index: 2;
  }
  .global-nav nav ul{
    width:100%;/*height: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{padding-top:80px;}
  h1{
    top: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 46%;
    height: 78%;
  }
  h1 svg{width:100%;height:100%;object-fit:contain;}
  //h1 svg .cls-1{fill: #fff;}
}
@media screen and (min-width:1000px){
  .tagline{
    height:80px;
    padding-left:80px;
  }
  .tagline .link {display:flex;justify-content:space-between;align-items:center;width:100px;}
  .tagline .tel{color:#ffffff;font-size:40px;}
  .tagline .net{color:#ffffff;font-size:40px;}
  .tagline .address{
    padding:20px;
    line-height:20px;
    color: #ffffff;
  }
  .logo-velonce{
    padding:20px 0;
    line-height:20px;
  }
  .logo-velonce 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}
  h1 svg {visibility: hidden;}
}

/* humburger */
.el_humburger {
	position: absolute;
	top: 10px;
	left: 0;
	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: #fff;
	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: #fff;
}
.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: #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: .94;
	z-index: 0;
	margin-top: 0;
	padding-top: 0;
	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: 0 auto;
	padding: 200px 0 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.navigation ul
{	display: block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.navigation ul:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0;
	font-size:0em;
	line-height:0;
	clear:both;
}
.navigation ul li
{	position: relative;
	display:block;
	width: 50%;
	float:left;
	margin:0;
}
.navigation ul li a
{	display:block;
	width:100%;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding:0;
	margin:0 0 30px 0;
	text-decoration: none;
	transition:all .2s ease;
}
.navigation ul li a:hover
{	text-decoration:underline;
}

@media screen and (max-width: 480px){
  .uq_spNavi_screen
  {	width: 240px;
  }
  .navigation
  {	width: 100%;
    max-width: 220px;
    margin:50px auto 0 0;
    padding: 30px 0 100px 20px;
  }
}

@media screen and (max-width: 600px)
{
/*ハンバーガーボタン*/
	.el_humburger
	{	width: 60px;
		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: 0;
		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: #fff;
		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: #fff;
	}
	.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: #fff;
	}
	.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}
}
/* section h2 */
section h2 {
  margin: 1.6em;
  color: var(--color-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 {
}
.page-title h2 {
}
@media screen and (min-width:1000px){
	.page-title {
	}
}
.page-title .lead {
  padding: .8em 1em;
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width:999px){
}
@media screen and (min-width:1000px){
  .page-title .lead {font-size: 14px;}
}
/* more-btn */
.more-btn {
	padding: 3vh 0;
}
.more-btn img {
	width: 24%;
	max-width: 120px;
	vertical-align: middle;
}
@media screen and (min-width: 1000px){
.more-btn img {
  max-width: 120px;
  -webkit-transition: -webkit-transform .8s linear;transition: transform .8s linear;
  }
.more-btn img:hover {
  -webkit-transform: rotateY(360deg);transform: rotateY(360deg);
  }
}
/* popular_contents */
.contents-nav li {
  position: relative;
  line-height: 0;
  -webkit-transition: filter .7s ease;transition: filter .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 .6s forwards;}
#tab2:checked ~ #top_sch_e{display:block;animation:tabAnim ease .6s forwards;}
#tab3:checked ~ #top_sch_l{display:block;animation:tabAnim ease .6s forwards;}

/* accepted_dial */
.accepted_dial li {width: 100%;}
.accepted_dial li:first-of-type {background: var(--color-secondary);}
.accepted_dial li:nth-of-type(2) {background: var(--color-primary);}
.accepted_dial li:last-of-type {background: #9b8c64;}

.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;}
}
@media screen and (min-width:1000px){
}

/* other-contents */
.other-contents {padding-bottom: 3vh;}
.footer-bnr {
  max-width: 946px;
	margin: 3vh auto 0;
  gap: 10px;
}
.footer-bnr img {width: 100% !important;height: auto !important;}
.footer-bnr li {width: 100%;}
@media screen and (min-width:1000px) {
	.footer-bnr {
	}
	.footer-bnr li {
    width: calc(calc(100% - 20px) / 3);
	}
}
/* group-link */
.group-link  {padding-bottom: 3vh;}
.group-bnr {
  max-width: 946px;
	margin: 3vh auto 0;
  gap: 10px;
}
.group-bnr img {width: 100% !important;height: auto !important;}
.group-bnr li {width: 100%;}
@media screen and (min-width:1000px) {
  .group-bnr li {
    width: calc(calc(100% - 10px) / 2);
  }
}

/* page-top */
#page-top-btn {
  position: fixed;bottom: 100px;right: 0;
  z-index: 100;
}
#page-top-btn a {
  padding: 6px 10px;
	display: block;
  font-size: 20px;color: #fff;
  background: var(--color-primary);
}

/* footer_navigation */
.footer-navigation{background: var(--color-primary);}
@media screen and (max-width:999px){
	.footer-navigation{padding: 4% 0;}
	.pc-disp{display:none}
	nav.footer_nav{display:none !important;}
}
@media screen and (min-width:1000px){
  .footer-navigation{
    padding: 60px 0;
  }
  .sp-disp{display:none;}
  .footer_nav li:before{content: '\30fb'; color:#fff;}
}
.footer-navigation p, .footer-navigation a {color:#fff;}
.footer_nav{
  max-width:80%;
  margin: 0 auto 60px;
  text-align:left;
}
.footer_nav ul {width:calc( 100% / 8 );}
/* footer logo */
.footer-logo-wrap {
}

.footer-navigation .concept-bnr {
  max-width: 1000px;
  margin: 0 auto 4%;
}
@media screen and (min-width:1000px){
  .footer-navigation .concept-bnr {margin: 0 auto 40px;}
}
.footer-logo-nap {margin-top: 4%;}
.footer-logo-nap a {text-decoration: underline;}
@media screen and (min-width:1000px){
  .footer-logo-nap {
    margin-top: 1em;
    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;
  }
}

/* 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 .5em, #000 .5em);
}
.movie-button .btn-rd a {
	background: linear-gradient(225deg, transparent .5em, #f00 .5em);
}

/* ============================================
	追従
============================================ */
.cta_sp
{	display:none;
}
@media screen and (max-width: 768px)
{
  .cta_sp
	{	display: block;
		position: fixed;
		bottom:0;
		left: 0;
		z-index: 90;
		width:100%;
		min-width: 100%;
		padding:0;
		margin:0;
		transition:all .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:0 auto;
		padding:15px 0 15px 0;
		list-style:none;
	}
	.cta_sp ul:after
	{	content: ".";
		display:block;
		visibility:hidden;
		height:0;
		font-size:0em;
		line-height:0;
		clear:both;
	}
	.cta_sp ul li
	{	display:table-cell;
		width:calc(99.5% / 5);
		margin:0;
		padding:0;
		vertical-align: middle;
		border-right: 1px solid #fff;
	}
	.cta_sp ul li:last-child
	{	border-right: 0px solid #fff;
	}
	.cta_sp ul li.cast a
	{	display:block;
		width:100%;
		margin:0;
		padding:7vw 0 0;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("../img/nav/cast-icon.svg") no-repeat 50% top;
		background-size:4.2vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.schedule a
	{	display:block;
		width:100%;
		margin:0;
		padding:7vw 0 0;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("../img/nav/schedule-icon.svg") no-repeat 50% top;
		background-size:6vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.net a
	{	display:block;
		width:100%;
		margin:0;
		padding:7vw 0 0;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("../img/nav/net-icon.svg") no-repeat 50% top;
		background-size:6vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.phone a
	{	display:block;
		width:100%;
		margin:0;
		padding:7vw 0 0;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("../img/nav/tel-icon.svg") no-repeat 50% top;
		background-size:4vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.other a
	{	display:block;
		width:100%;
		margin:0;
		padding:7vw 0 0;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("../img/nav/icon_menu.svg") no-repeat 50% 0.3vw;
		background-size:5.5vw;
		transition:all .5s ease;
	}
/* ============================================
	下部メニュー
============================================ */
	.popular_menu .box
	{	width:90%;
		margin: 0 auto 20px;
		padding: 30px 0 0;
	}
	.popular_menu ul
	{	margin:0 auto;
	}
	.popular_menu ul li
	{	width: 450px;
		margin: 0 auto 20px;
		float:none;
	}
	.popular_menu ul li:nth-child(2n)
	{	margin: 0 auto 20px;
		float:none;
	}
	.popular_menu ul li img
	{	width:120px;
	}
	.popular_menu ul li h3
	{	width: 190px;
		padding: 30px 0 0 30px;
	}
	.popular_menu ul li a
	{	display:table-cell;
		width: 100px;
		height: 30px;
		margin:40px 0 30px 0;
	}
}
