@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.dinRounded {
	font-family: "din-2014-rounded-variable", sans-serif;
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transform: translate(0, 12rem);
	transition: transform 1s, opacity 1s;
}
.fadeIn.on {
	transform: translate(0, 0);
	opacity: 1;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 140rem;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.8rem;
		width: auto;
		max-width: initial;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	z-index: 1;
}
.headLine01 .en {
	margin-bottom: -1.4rem;
	display: block;
	line-height: 0;
}
.headLine01 .en img {
	width: 62.4rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 0.8rem;
		letter-spacing: 0.05em;
	}
	.headLine01 .en {
		margin-bottom: -0.3rem;
	}
	.headLine01 .en img {
		width: 21rem;
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: absolute;
	right: 5.5rem;
	bottom: calc(100% + 0.6rem);
	z-index: 50;
}
.pageTop a {
	width: 19.7rem;
	height: 30.8rem;
	display: block;
	overflow: hidden;
}
.pageTop a img {
	margin-bottom: 3.3rem;
	width: 100%;
}
.pageTop a .move {
	margin: 0;
	transition: all .5s;
}
.pageTop a:hover .move {
	transform: translateY(-1rem);
}
@media all and (max-width: 896px) {
	.pageTop {
		margin-right: 0.5rem;
		right: 50%;
		bottom: 100%;
		transform: translateX(50%);
	}
	.pageTop a {
		width: 7.9rem;
		height: 9.9rem;
	}
	.pageTop a img {
		margin-bottom: 0.2rem;
		width: 90%;
	}
	.pageTop a .move {
		width: 100%;
		margin: 0;
	}
	.pageTop a:hover .move {
		transform: none;
	}
}
/*------------------------------------------------------------
	comWatches
------------------------------------------------------------*/
.comWatches {
	padding: 12.5rem 0 8.9rem;
	position: relative;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}
.comWatches::before {
	width: 100%;
	height: 120%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #9fce45;
	clip-path: ellipse(72% 50% at 50% 50%);
	content: '';
}
#dj .comWatches::before {
	background-color: #f1ae2c;
}
#vampire .comWatches::before {
	background-color: #dd62ba;
}
#tamagozuk .comWatches::before {
	background-color: #f94f21;
}
#santa .comWatches::before {
	background-color: #206e42;
}
#otome .comWatches::before {
	background-color: #2b9dcc;
}

#dj.detail .comWatches::before {
	background-color: #55B59B;
}
#vampire.detail .comWatches::before {
	background-color: #633793;
}
#tamagozuk.detail .comWatches::before {
	background-color: #F9B925;
}
#santa.detail .comWatches::before {
	background-color: #E34946;
}
#otome.detail .comWatches::before {
	background-color: #ffb5d2;
}
#ninja.detail .comWatches::before {
	background-color: #3954A2;
}
.comWatches .slideBox {
	height: 72rem;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: 1;
}
.comWatches .slideBox.active {
	opacity: 1;
}
.comWatches .slideBox .slideContent {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.comWatches .slideBox .slideWrapper {
	--deg: 11.25deg;
	--origin: 260rem;
	transform-origin: center var(--origin);
	transition: transform 0.5s;
}
.comWatches .slideBox .slide {
	padding-top: 3.3rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 46.9rem;
	height: 60rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	transform-origin: center var(--origin);
}
.comWatches .slideBox .sNinja {
	position: relative;
}
.comWatches .slideBox .slide .slideInner {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	transform: translateX(1rem) translateY(-2.8rem) scale(0.77);
}
.comWatches .slideBox .slide.current .slideInner {
	transform: translateX(0) translateY(0) scale(1);
}
.comWatches .slideBox .slide .num {
	width: 22rem;
	position: absolute;
	top: -1.8rem;
	right: -0.4rem;
	color: #fff;
	line-height: 1;
	opacity: 0.2;
	transition: all 0.5s;
	transform: rotate(-20deg) translateY(-1rem) translateX(4rem) scale(0.89);
}
.comWatches .slideBox .sOtome .num {
	right: 0.3rem;
}
.comWatches .slideBox .sSanta .num {
	top: -2rem;
}
.comWatches .slideBox .sTamagozuk .num {
	top: -1.2rem;
}
.comWatches .slideBox .sVampire .num,
.comWatches .slideBox .sDj .num {
	top: -1.4rem;
}
.comWatches .slideBox .slide.current .num {
	opacity: 1;
	transform: rotate(0deg) translateY(0) translateX(0) scale(1);
}
.comWatches .slideBox .slide .phoBox {
	perspective: 150em;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.comWatches .slideBox .slide .front {
	backface-visibility: hidden;
	transition: all 0.6s ease;
	text-align: center;
}
.comWatches .slideBox .slide .front .img {
	display: block;
	margin: 0 auto;
	width: 34.2rem;
}
.comWatches .slideBox .slide .front .img01 {
	opacity: 0;
	transition: all 0.3s;
}
.comWatches .slideBox .slide .front .img02 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	opacity: 1;
	transition: all 0.3s;
}
.comWatches .slideBox .slide.current .front .img01 {
	opacity: 1;
}
.comWatches .slideBox .slide.current .front .img02 {
	opacity: 0;
}
.comWatches .slideBox .slide .back {
	width: 46.2rem;
	position: absolute;
	top: 3.8rem;
	left: 51%;
	backface-visibility: hidden;
	transition: all 0.6s ease;
	transform: translateX(-50%) rotateY(180deg);
}
.comWatches .slideBox .sNinja .back {
	left: 62%;
}
.comWatches .slideBox .sSanta .back {
	left: 56%;
	top: 2rem;
}
.comWatches .slideBox .sOtome .back {
	top: 1.6rem;
}
.comWatches .slideBox .slide img {
	margin: 0 auto;
	display: block;
}
.en .comWatches .slideBox .slide img {
	margin: 0 auto .7rem;
}
.comWatches .slideBox .slide .motif {
	margin-left: 0.2rem;
	width: 52.2rem;
	position: absolute;
	left: 50%;
	top: 3.8rem;
	opacity: 0;
	transition: all 0.3s;
	transform: translate(-50%, 0);
}
.comWatches .slideBox .sDj .motif {
	margin-left: -1.5rem;
}
.comWatches .slideBox .sOtome .motif {
	margin-left: -1.2rem;
	top: 5.1rem;
}
.comWatches .slideBox .slide.current .motif {
	opacity: 1;
}
.comWatches .slideBox .txtBox {
	margin-top: -1.3rem;
	opacity: 0;
	transition: 0.5s;
}
.comWatches .slideBox .current .txtBox {
	opacity: 1;
}
.comWatches .slideBox .txtBox .name {
	margin-bottom: 2.2rem;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}
.comWatches .slideBox .txtBox .name .txt01 {
	font-size: 7.7rem;
}
.comWatches .slideBox .txtBox .name .txt02 {
	margin: 0.4rem 0 0 -0.5rem;
	font-size: 3.6rem;
	writing-mode: vertical-rl;
}
.comWatches .slideBox .txtBox .btn a {
	margin: 0 auto;
	padding: 0.5rem 4.6rem 0.5rem 1rem;
	width: 27.1rem;
	min-height: 5.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #161616;
	font-size: 2.4rem;
	border-radius: 5rem;
	background: #fff url(../img/common/icon02.png) no-repeat right 1.4rem center / 3.3rem;
}
.en .comWatches .slideBox .txtBox .btn a {
	margin: 0 auto;
	padding: 0.7rem 4.6rem 0.5rem 1rem;
	width: 27.1rem;
	min-height: 5.9rem;
	font-size: 2rem;
}
.comWatches .slideBox .txtBox .btn a .txt {
	transition: 0.3s;
}
.comWatches .slideBox .sDj .txtBox .btn a {
	background-image: url(../img/common/icon03.png);
}
.comWatches .slideBox .sVampire .txtBox .btn a {
	background-image: url(../img/common/icon04.png);
}
.comWatches .slideBox .sTamagozuk .txtBox .btn a {
	background-image: url(../img/common/icon05.png);
}
.comWatches .slideBox .sSanta .txtBox .btn a {
	background-image: url(../img/common/icon06.png);
}
.comWatches .slideBox .sOtome .txtBox .btn a {
	background-image: url(../img/common/icon07.png);
}
.comWatches .slideBox .prev,
.comWatches .slideBox .next {
	width: 6.4rem;
	position: absolute;
	left: 50%;
	bottom: 3.4rem;
	transform: translateX(-50%);
	cursor: pointer;
}
.comWatches .slideBox .prev {
	margin-left: -26rem;
}
.comWatches .slideBox .next {
	margin-left: 26rem;
}
.comWatches .slideBox .prev img,
.comWatches .slideBox .next img {
	width: 100%;
	transition: 0.4s;
}
@media all and (min-width: 897px) {
	.comWatches .slideBox .slide.current .phoBox:hover .front {
		transform: rotateY(-180deg);
	}
	.comWatches .slideBox .slide.current .phoBox:hover .back {
		transform: translateX(-50%) rotateY(0);
	}
	.comWatches .slideBox .prev:hover img,
	.comWatches .slideBox .next:hover img {
		transform: scale(1.1);
	}
	.comWatches .slideBox .txtBox .btn a:hover .txt {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.comWatches {
		padding: 6rem 0 3.1rem;
	}
	.comWatches::before {
		clip-path: ellipse(116% 50% at 50% 50%);
	}
	.comWatches .slideBox {
		height: 33rem;
	}
	.comWatches .slideBox .slideWrapper {
		--origin: 92rem;
	}
	.comWatches .slideBox .slide {
		padding-top: 3.9rem;
		width: 16rem;
		height: 31rem;
	}
	.comWatches .slideBox .slide:not(.current) .slideInner {
		transform: translateX(0.5rem) translateY(-1.4rem) scale(0.82);
	}
	.comWatches .slideBox .slide .num {
		width: 7rem;
		top: 0;
		right: -0.4rem;
	}
	.comWatches .slideBox .slide:not(.current) .num {
		transform: rotate(-20deg) translateY(-0.5rem) translateX(0) scale(0.89);
	}
	.comWatches .slideBox .sOtome .num {
		right: -0.4rem;
	}
	.comWatches .slideBox .sSanta .num {
		top: 0;
	}
	.comWatches .slideBox .sTamagozuk .num {
		top: 0;
	}
	.comWatches .slideBox .sVampire .num,
	.comWatches .slideBox .sDj .num {
		top: 0;
	}
	.comWatches .slideBox .slide .front .img {
		width: 11.4rem;
	}
	.comWatches .slideBox .slide .back {
		width: 113%;
		top: 0;
	}
	.comWatches .slideBox .slide .back img {
		width: 100%;
	}
	.comWatches .slideBox .slide.current .front {
		transform: rotateY(-180deg);
		transition-delay: 0.4s;
	}
	.comWatches .slideBox .slide.current .back {
		transform: translateX(-50%) rotateY(0);
		transition-delay: 0.4s;
	}
	.comWatches .slideBox .sNinja .back {
		width: 95%;
		left: 50%;
		top: 2.5rem;
	}
	.comWatches .slideBox .sSanta .back {
		top: 1rem;
	}
	.comWatches .slideBox .sOtome .back {
		top: 0.8rem;
	}
	.comWatches .slideBox .slide .motif {
		margin-left: 0;
		width: 100%;
		top: 1.9rem;
	}
	.comWatches .slideBox .sDj .motif {
		margin-left: -0.8rem;
	}
	.comWatches .slideBox .sOtome .motif {
		margin-left: -0.6rem;
		top: 2.6rem;
	}
	.comWatches .slideBox .txtBox {
		margin-top: 1rem;
	}
    .en .comWatches .slideBox .txtBox {
		margin-top: 2rem;
	}
	.comWatches .slideBox .txtBox .name {
		margin-bottom: 1rem;
	}
	.comWatches .slideBox .txtBox .name .txt01 {
		font-size: 3.6rem;
	}
	.comWatches .slideBox .txtBox .name .txt02 {
		margin: 0.4rem 0 0 -0.2rem;
		font-size: 1.66rem;
	}
	.comWatches .slideBox .txtBox .btn a {
		padding: 0.3rem 2.3rem 0.2rem 0.5rem;
		width: 13.6rem;
		min-height: 3.2rem;
		font-size: 1.2rem;
		background-size: 1.3rem;
		background-position: right 0.7rem center;
	}
	.en .comWatches .slideBox .txtBox .btn a {
		padding: 0.3rem 2.3rem 0.2rem 0.5rem;
		width: 13.6rem;
		min-height: 3.2rem;
		font-size: 1.0rem;
		background-size: 1.3rem;
		background-position: right 0.7rem center;
	}
	.comWatches .slideBox .prev,
	.comWatches .slideBox .next {
		width: 3rem;
		bottom: 3rem;
	}
	.comWatches .slideBox .prev {
		margin-left: -11.6rem;
	}
	.comWatches .slideBox .next {
		margin-left: 11.2rem;
	}
}

/*詳細ページINFOMATION*/
#main .info {
	padding: 9.3rem 0 16rem;
	position: relative;
	color: #fff;
	overflow: hidden;
}
#main .info .headLine01 {
	margin-bottom: 5.1rem;
	font-size: 3rem;
}
#main .info .headLine01 .en {
	margin-bottom: -0.6rem;
}
#main .info .headLine01 .en img {
	width: 73.4rem;
}
#main .info .content {
	padding: 4.7rem 6.9% 5.9rem 4%;
	position: relative;
	color: #000;
	border-radius: 8rem;
	background-color: #fff;
	z-index: 1;
}
#main .info table {
	width: 100%;
	border-collapse: collapse;
}
#main .info th,
#main .info td {
	padding: 4.6rem 0 4.6rem;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.02em;
	line-height: 1.81;
}
#main .info th {
	padding-top: 7rem;
	width: 17.8%;
	padding-right: 6.2rem;
	text-align: right;
	color: #496ab2;
	font-size: 3.2rem;
}
#dj #main .info th {
	color: #64c0ab;
}
#vampire #main .info th {
	color: #774ea4;
}
#tamagozuk #main .info th {
	color: #fbc42f;
}
#santa #main .info th {
	color: #eb6157;
}
#otome #main .info th {
	color: #f4b4d0;
}
#main .info td {
	border-bottom: 0.1rem solid #cccccc;
}
#main .info tr:last-child td {
	border-bottom: none;
}
#main .info td .sm {
	font-weight: 400;
}
#main .info td .map {
	margin: 3rem 0 2rem;
	width: 85.6rem;
	max-width: 100%;
	position: relative;
	aspect-ratio: 856/482;
}
#main .info td .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .info td .free {
	font-size: 5rem;
}
@media all and (max-width: 896px) {
    #main .info {
		padding: 4.5rem 0 11.7rem;
	}
	#main .info .headLine01 {
		margin-bottom: 2.1rem;
		font-size: 0.8rem;
	}
	#main .info .headLine01 .en {
		margin-bottom: -0.4rem;
	}
	#main .info .headLine01 .en img {
		width: 24.6rem;
	}
	#main .info .content {
		padding: 3.2rem 3rem 3rem;
		border-radius: 2.6rem;
	}
	#main .info th,
	#main .info td {
		padding: 0;
		width: 100%;
		display: block;
		font-size: 1.5rem;
		line-height: 1.85;
	}
	#main .info th {
		padding: 0 0 0.2rem;
		width: 100%;
		font-size: 1.6rem;
		text-align: left;
	}
	#main .info td {
		margin-bottom: 1.4rem;
		padding-bottom: 1.4rem;
	}
	#main .info tr:last-child td {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#main .info td .map {
		margin: 1rem 0 0.7rem;
		width: 100%;
		aspect-ratio: 1;
	}
	#main .info td .free {
		font-size: 1.6rem;
	}
}