@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
	--black: #1a1a1a;
	--white: #fff;
	--main_color: #E40112;
	--sub_color: #565D7A;
	--border_color: #D9D9D9;
}
html {
	background: var(--white);
	color: var(--black);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	scroll-behavior: smooth;
	scroll-padding-top: 6.75em;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	text-size-adjust: none;
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: none;
}
body:has(header #switch:checked) {
	overflow: hidden;
}
main {
	overflow: clip;
	width: 100%;
}
body:not(.home) main {
	padding-top: 7.5em;
}
.syncopate {
	font-family: "Syncopate", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.sitewrap {
	width: min(100%,1080px);
	margin-inline: auto;
	text-align: left;
	box-sizing: border-box;
}
.sitewrap div[class$="inner"] {
	width: min(100%, 960px);
	margin-inline: auto;
}
img {
	max-width: 100%;
	height: auto;
}
*:has(>wbr) {
	word-break: keep-all;
}
@media screen and (max-width:1100px) {
	body,
	.sitewrap {
		width: 100%;
	}
	.sitewrap div[class$="inner"] {
		width: 100%;
	}
	.sitewrap>* {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}
	body:not(.home) main {
		padding-top: 72px;
	}
	.sitewrap>* {
		padding-left: 24px;
		padding-right: 24px;
	}
}
/* header
-------------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	inset: 0 0 auto;
	padding-right: 6em;
	background:transparent;
	transition:background .4s;
}
header.is-active{
	background:#fff;
}
body:not(.home) header {
	background: var(--white);
}
header #site_ttl a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75em;
	padding: 2.16em 2em;
	white-space: nowrap;
	text-decoration: none;
	transition: opacity .4s;
}
header #site_ttl .site_ttl-text {
	text-align: left;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}
header .sub-nav_box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	gap: 0.5em;
}
header .sub-nav_box>* {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.2em;
}
header .sub-nav_top ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.35em;
	margin-right: 0.5em;
}
header .sub-nav_top ul li a {
	font-size: 0.8125rem;
	color: var(--black);
	text-decoration: none;
	transition: color .4s;
}
header .sub-nav_top .search-box{
	width:146px;
}
header .sub-nav_top .search-box dt{
	display:none;
}
header .sub-nav_top .gsc-control-cse {
	padding: 0;
	margin: 0;
	border: none;
}
header .sub-nav_top .gsc-search-box {
	margin: 0;
}
header .sub-nav_top .gsc-search-box>tbody>tr {
	border: 1px solid #D1D1D1;
	display: flex;
}
header .sub-nav_top table.gsc-search-box td.gsc-input {
	padding: 0;
	order: 2;
	width: 100%;
}
header .sub-nav_top table.gsc-search-box td.gsc-search-button {
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
	margin: 0;
	aspect-ratio: 1/1;
	width: 35px;
}
header .sub-nav_top table.gsc-search-box .gsc-search-button-v2 {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
header .sub-nav_top table.gsc-search-box .gsc-search-button-v2 svg {
	width: 50%;
	height: auto;
}
header .sub-nav_bottom li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 3em;
	font-size: 0.875rem;
	font-weight: bold;
	color: var(--black);
	text-decoration: none;
	transition: color .4s ,opacity .4s;
}
header .sub-nav_bottom li a em {
	font-size: 0.5714288em;
}
header .drop_menu {
	position: fixed;
	z-index: 1000;
	inset: 0 0 0 auto;
}
header:has(.sub-nav_top .search-box .gsc-modal-background-image-visible) .drop_menu{
	z-index:800;
}
header .drop_menu::before,
header .drop_menu::after {
	position: absolute;
	z-index: -100;
	display: inline-block;
	content: "";
	width: 100vw;
	background: #f8f8f8;
	inset: 0 0 0 auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}
header .drop_menu::after {
	z-index: 10;
	width: 80px;
	background: var(--white);
	border-left: 1px solid var(--border_color);
}
header .drop_menu:has(#switch:checked)::before,
header .drop_menu:has(#switch:checked)::after {
	opacity: 0.8;
	visibility: visible;
}
header .drop_menu:has(#switch:checked)::after {
	opacity: 1;
}
header .drop_menu label[for="switch"] {
	position: absolute;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 4em;
	aspect-ratio: 1/1;
	background: transparent;
	top: 1.25em;
	right: 0.5em;
}
header .drop_menu label[for="switch"] span {
	position: relative;
	z-index: 10;
	display: block;
	width: 2em;
	height: .5em;
}
header .drop_menu label[for="switch"] span::before,
header .drop_menu label[for="switch"] span::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	background: #343434;
	inset: auto 0;
	transform-origin: bottom center;
	transition: inset .4s, transform .4s;
}
header .drop_menu label[for="switch"] span::before {
	top: 0;
}
header .drop_menu label[for="switch"] span::after {
	top: 6px;
}
header .drop_menu #switch:checked~label[for="switch"] span::before,
header .drop_menu #switch:checked~label[for="switch"] span::after {
	top: 50%;
	bottom: auto;
	transform: rotate(15deg);
}
header .drop_menu #switch:checked~label[for="switch"] span::after {
	transform: rotate(-15deg);
}
header .drop_menu #NavWrap {
	position: absolute;
	z-index: 10;
	inset: 0 auto;
	text-align: left;
	width: 420px;
	right: -420px;
	overflow: hidden;
	transition: right .4s;
}
header .drop_menu #switch:checked~#NavWrap {
	right: 80px;
}
header .drop_menu .nav-list {
	height: 100%;
	background: var(--white);
	overflow-y: auto;
	transition: translate .4s;
}
header .drop_menu .nav-list li[class^="nav-item"] {
	border-bottom: 1px solid var(--border_color);
}
header .drop_menu .nav-list .nav-item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5em;
	width: 100%;
	min-height: 2.5em;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	padding: 1em 2em;
	box-sizing: border-box;
}
header .drop_menu .nav-list .nav-item:first-child a{
	padding-block:1.75em;
}
header .drop_menu .nav-list li i {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1.25em;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background: var(--sub_color);
}
header .drop_menu .nav-list li i::before {
	content: "";
	width: 0.5em;
	aspect-ratio: 10/8.33;
	background: var(--white);
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	mask-size: contain;
	rotate: -90deg;
}
header .drop_menu .nav-list li[class^="nav-item"].nav-item_child{
	border:none;
}
header .drop_menu .nav-list .nav-item.nav-item_child a{
	justify-content: flex-start;
	min-height: 1.75em;
	font-weight: normal;
}
header .drop_menu .nav-list .nav-item.nav-item_child i{
	width:0.75em;
}
header .drop_menu .nav-list .nav-item.nav-item_child i::before {
	width: 0.4em;
}

#switch {
	position: absolute;
	z-index: -1000;
	inset: 0 0 auto auto;
	width: 0;
	height: 0;
	opacity: 0;
}
@media (any-hover: hover) {
	header #site_ttl a:hover,
	header .sub-nav_bottom li a:hover,
	header .sub-nav_top .search-box dt:hover{
		opacity: .8;
	}
	header .sub-nav_top ul li a:hover,
	header .sub-nav_bottom li a:hover  {
		color: var(--main_color);
	}
	header .drop_menu .nav-list .nav-item>*:hover,
	header .drop_menu .nav-list .nav-chlid_list li a:hover {
		opacity: 0.8;
	}
	header .drop_menu label[for="switch"]:hover span::before {
		top: -4px;
	}
	header .drop_menu label[for="switch"]:hover span::after {
		top: 10px;
	}
}
@media screen and (max-width: 1200px) {
	header .sub-nav_box > *{
		gap:1em;
	}

}
@media screen and (max-width: 1060px) {
	header .sub-nav_top ul,
	header .sub-nav_box .sub-nav_bottom{
		display:none;
	}
	header .sub-nav_top .search-box{
		position:fixed;
		z-index:900;
		top: 1.25em;
		right: 5em;
		width: auto;
	}
	header .sub-nav_top .search-box dt{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 4em;
		aspect-ratio: 1/1;
		cursor: pointer;
		transition:opacity .4s;
	}
	header .sub-nav_top .search-box dd{
		position:fixed;
		z-index:10;
		top:120px;
		right:0;
		min-width:300px;
		background:#F4F3F4;
		padding:1em;
		opacity:0;
		visibility:hidden;
		text-align: left;
	}
	header .sub-nav_top .search-box:has(dt.opened) dd{
		opacity:1;
		visibility:visible;
	}
}
@media screen and (max-width:767px) {
	header {
		/* position: absolute; */
		padding-right: 0;
	}
	header #site_ttl a {
		min-height: 72px;
		gap: 0.75em;
		padding: 1.3725em 1em;
	}
	header #site_ttl .site_ttl-image{
		width: min(25vw,96px);
	}
	header #site_ttl .site_ttl-text {
		font-size: min(3.5vw,0.85714285714rem);
	}
	header .sub-nav_top .search-box{
		position: absolute;
		top: 0;
		right: 72px;
	}
	header .sub-nav_top .search-box dt{
		width: 3.5em;
		aspect-ratio: 49/72;
	}
	header .sub-nav_top .search-box dd{
		top:72px;
		min-width:100%;
	}
	header .drop_menu::before,
	header .drop_menu::after {
		display:none;
	}
	header .drop_menu label[for="switch"] {
		width: 72px;
		top: -1px;
		right: 0;
	}
	header .drop_menu #NavWrap {
		width: 100vw;
		right: -100vw;
	}
	header .drop_menu #switch:checked~#NavWrap {
		right: 0;
	}
	header .drop_menu .nav-list{
		padding-top: 72px;
		padding-bottom:2em;
	}
	header .drop_menu .nav-list li[class^="nav-item"]:first-child {
		border-top: 1px solid var(--border_color);
	}
	header .drop_menu .nav-list .nav-item a{
		padding: 1.25em;
	}
	header .drop_menu .nav-list .nav-item.nav-item_child a{
		padding: 0.75em 1.25em;
	}
	header .drop_menu .nav-list .nav-item.nav-item_child i{
		width:1em;
	}
	header .drop_menu .nav-list .nav-item.nav-item_child i::before {
		width: 0.5em;
	}
	header .drop_menu .nav-list .icons{
		display:flex;
		justify-content:center;
		margin-top:2em;
		font-size:0.75em;
		text-align:center;
		gap: 0.5em;
		margin-inline:auto;
		max-width:300px;
		position:relative;
		z-index:1;
	}
	header .drop_menu .nav-list .icons:before,
	header .drop_menu .nav-list .icons:after{
		content:"";
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		width:1px;
		border-left: dotted 1px #aaa;
		z-index:2;
	}
	header .drop_menu .nav-list .icons:before{
		left:calc(100% / 3);
	}
	header .drop_menu .nav-list .icons:after{
		right:calc(100% / 3);
	}
	header .drop_menu .nav-list .icons a{
		display:flex;
		flex-direction:column;
		gap:0.25em;
		justify-content:center;
		align-items:center;
		flex:1;
	}
	header .drop_menu .nav-list .icons a figure{
		display:flex;
		align-items:center;
		justify-content:center;
		height:55px;
	}
	header .drop_menu .nav-list .icons a b{
		display:block;
		font-size:0.66em;
		font-weight:500;
		line-height:1;
	}
}
/* contents
-------------------------------------------------------------------*/
.section,
section {
	position: relative;
	z-index: 10;
}
#sns-wrap {
	background: #F4F3F4;
	border-top: 1px solid #AEAEAE;
	padding-block: 6em;
	position: relative;
}
#sns-wrap .sns-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1em;
}
#sns-wrap .sns-item {
	text-align: center;
}
#sns-wrap .sns-item_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3.5em;
	margin-bottom: 1.5em;
}
#sns-wrap .sns-item_ttl {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#sns-wrap .sns-item_lead {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
#sns-wrap .sns-item_link {
	position: relative;
	z-index: 10;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
}
#sns-wrap .sns-item_link::before {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--black);
	left: 0;
	bottom: 0;
}
@media (any-hover: hover) {
	#sns-wrap .sns-item_link:hover::before {
		background: var(--main_color);
	}
}
@media screen and (max-width:767px) {
	#sns-wrap {
		border-top: none;
		padding-block: 1.75em 2.5em;
	}
	#sns-wrap .sns-list {
		flex-direction:column;
		gap: 5.75em;
	}
	#sns-wrap .sns-item {
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		gap:1.25em;
		text-align: left;
	}
	#sns-wrap .sns-item_icon {
		width:42px;
		aspect-ratio:1/1;
		min-height: 0;
		margin-bottom: 0;
	}
	#sns-wrap .sns-item_icon img{
		object-fit:cover;
		max-width:inherit;
		width:100%;
		height:100%;
	}
	#sns-wrap .sns-item_icon:has(img[src$="icon-youtube.svg"]){
		aspect-ratio:42/29.4;
	}		
	#sns-wrap .sns-item_icon img[src$="icon-youtube.svg"]{
		object-position:left;
	}
	#sns-wrap .sns-item_text{
		width:calc(100% - 42px - 1.25em);
	}
	#sns-wrap .sns-item_ttl {
		font-size: 1.14285714286rem;
		margin-bottom: 0.25em;
	}
	#sns-wrap .sns-item_lead{
		margin-bottom:0.125em;
	}
	#sns-wrap .sns-item_lead,
	#sns-wrap .sns-item_link {
		font-size: 1rem;
	}
}
#property-wrap {
	padding-block: 1.25em;
}
#property-wrap .property-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
#property-wrap .property-item {
	flex: 1;
	border-right: 1px solid #9D9D9D;
}
#property-wrap .property-item:last-child {
	border-right: none;
}
#property-wrap .property-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.25em;
	min-height: 7em;
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--black);
	padding: 0.5em 1.75em;
	text-decoration: none;
	transition: color .4s, background .4s;
}
#property-wrap .property-item a i {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1em;
	aspect-ratio: 1/1;
	background: var(--main_color);
	border-radius: 100%;
}
#property-wrap .property-item a i::before {
	content: "";
	width: 0.5em;
	aspect-ratio: 10/8.33;
	background: var(--white);
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	mask-size: contain;
	rotate: -90deg;
}
@media (any-hover: hover) {
	#property-wrap .property-item a:hover {
		color: var(--white);
		background: var(--main_color);
	}
}
@media screen and (max-width:767px) {
	#property-wrap {
		padding-block: 0;
	}
	#property-wrap .property-inner{
		padding-inline:0;
	}
	#property-wrap .property-list {
		flex-direction:column;
	}
	#property-wrap .property-item {
		width:100%;
		border-top: 1px solid #9D9D9D;
		border-right: none;
	}
	#property-wrap .property-item a {
		min-height: 6em;
		font-size: 1.14285714286rem;
	}
	#property-wrap .property-item a i {
		width: 1.25em;
	}
	#property-wrap .property-item a i::before {
		width: 0.65em;
	}
}
#side-menu_wrap{
	position:fixed;
	z-index: 998;
	top: 205px;
	right: -1px;
	min-width: 7.9375em;
	background: var(--white);
	border: 1px solid var(--border_color);
	border-right: none;
	border-radius: 0.375em 0 0 0.375em;
}
#side-menu_wrap .side-menu{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
#side-menu_wrap .side-menu > *{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	min-height:5.75em;
}
#side-menu_wrap .side-menu > li{
	border-bottom:1px solid var(--border_color);
}
#side-menu_wrap .side-menu li a{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap: 0.416667em;
	width:100%;
	height:100%;
	font-size:0.75rem;
	font-weight:500;
	color:var(--black);
	text-decoration:none;
	transition:opacity .4s;
}
#side-menu_wrap .side-menu .side-menu_child li{
	width:50%;
	aspect-ratio:1/1;
	border:1px solid var(--border_color);
	border-top:none;
	border-left:none;
}
#side-menu_wrap .side-menu .side-menu_child li:nth-child(n + 3){
	border-bottom:none;
}
@media (any-hover: hover) {
	#side-menu_wrap .side-menu li a:hover{
		opacity: 0.6;
	}
}
@media screen and (max-width:767px) {
	#side-menu_wrap{
		top: auto;
		left: 0;
		bottom:0;
		min-width: 0;
		border-radius: 0;
	}
	#side-menu_wrap .side-menu{
		align-items:stretch;
		flex-direction:row;
	}
	#side-menu_wrap .side-menu > *{
		flex:1;
		min-height:0;
		aspect-ratio: 130/127;		
	}
	#side-menu_wrap .side-menu > li{
		border-bottom:none;
		border-right:1px solid var(--border_color)
	}
	#side-menu_wrap .side-menu li a{
		gap: 0.416667em;
		font-size:0.85714285714rem;
	}
	#side-menu_wrap .side-menu li.side-menu_shop a{
		gap:1em;
	}
	#side-menu_wrap .side-menu li.side-menu_shop a img{
		width:60%;
	}
	#side-menu_wrap .side-menu li.side-menu_luvit a img{
		width:41.53846153850%;
	}
	#side-menu_wrap{
		background:var(--main_color);
		border:none;
		padding: 0.715em;
	}
	#side-menu_wrap .side-menu li:is(.side-menu_shop ,.side-menu_luvit){
		display:none;
	}
	#side-menu_wrap .side-menu > *{
		aspect-ratio:auto;
		gap:0.5em;
	}
	#side-menu_wrap .side-menu .side-menu_child li{
		width:auto;
		border:none;
	}
	#side-menu_wrap .side-menu .side-menu_child li a{
		background:#fff;
		border-radius:50%;
		padding:0.5em;
	}
	#side-menu_wrap .side-menu .side-menu_child li a img{
		max-width:1.5em;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	font-size: 0.875rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .4s;
}
#pageTop a::before {
	display: inline-block;
	content: "";
	width: 0.7em;
	aspect-ratio: 8/6.42;
	background: var(--white);
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	mask-size: contain;
	rotate: 180deg;
}
@media (any-hover: hover) {
	#pageTop a:hover {
		opacity: 0.8;
	}
}
footer {
	background: #3F3F3F;
	padding-block: 5.75em 8em;
}
footer .footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1.5em 1em;
	width: min(100%, 1200px);
	text-align: left;
	color: var(--white);
	margin-inline: auto;
	box-sizing: border-box;
}
footer .footer-link_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1em;
}
footer .footer-link_item {
	line-height: 0.8;
}
footer .footer-link_item:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background: var(--white);
	margin-right: 1em;
}
footer .footer-link_item a {
	position: relative;
	z-index: 10;
	font-size: 0.875rem;
	text-decoration: none;
}
footer .footer-link_item a::before {
	position: absolute;
	z-index: -10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--white);
	left: 0;
	bottom: 0;
	scale: 0;
	transform-origin: right;
	transition: scale .4s;
}
footer small {
	width: 100%;
	font-size: 0.75rem;
}
@media (any-hover: hover) {
	footer .footer-link_item a:hover::before {
		scale: 1;
		transform-origin: left;
	}
}
@media screen and (max-width:1100px) {
	footer .footer-inner {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media screen and (max-width:767px) {
	footer {
		padding-block: 5em 12em;
	}
	footer .footer-inner {
		justify-content: center;
		gap: 4em;
		width: 100%;
		text-align: center;
	}
	footer .footer-link_list {
		align-items: center;
		flex-direction: column;
		gap: 2.1em;
		width:100%;
	}
	footer .footer-link_item a{
		font-size: 0.94rem;
	}
	footer .footer-link_item:not(:first-child)::before {
		display: none;
	}
}