@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

/* google fonts */

@font-face {
	font-family: 'Roboto_Condensed';
	font-weight: 400;
	font-style: normal;
	src: url('../font/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto_Condensed';
	font-weight: 700;
	font-style: normal;
	src: url('../font/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #171720;
	position: relative;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #171720;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}



.anim {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.4s ease-out;
}
.anim.on {
	opacity: 1;
	transform: translateY(0);
}


@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box960 {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box960 {
		width: auto;
	}
	.box-sp {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-style1 {
	margin-bottom: 1.5em;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	letter-spacing: 0.1em;
}
.h-style1.pink {
	color: #d58f89;
}

@media screen and (max-width:767px) {
	.h-style1 {
		font-size: 5.4vw;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header .logo1 {
	width: 220px;
	display: block;
	position: absolute;
	z-index: 90;
	left: 65px;
	top: 51px;
}
header .logo1 img {
	width: 100%;
}

#menu-btn {
	width: 50px;
	height: 19px;
	position: fixed;
	z-index: 110;
	right: 51px;
	top: 63px;
	cursor: pointer;
}
#menu-btn div {
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	transition: all 0.3s ease-out;
}
#menu-btn div:last-child {
	top: 100%;
}

header.on #menu-btn div:first-child { top: 50%; transform: rotate(45deg); }
header.on #menu-btn div:last-child { top: 50%; transform: rotate(-45deg); }

#menu-panel {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#menu-panel .menu-area {
	box-sizing: border-box;
	background: #e07484;
}
#menu-panel .jacket-area {
	box-sizing: border-box;
	background: #fff;
}

#menu-panel .gnav li {
	font-size: 36px;
	font-weight: bold;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
#menu-panel .gnav li + li {
	margin-top: 1.2em;
}
#menu-panel .gnav li a {
	color: #fff;
}

#menu-panel .sns {
	margin-top: 120px;
	display: flex;
	align-items: center;
}
#menu-panel .sns li + li {
	margin-left: 40px;
}
#menu-panel .sns .f { width: 10px; }
#menu-panel .sns .t { width: 24px; }
#menu-panel .sns .i { width: 21px; }
#menu-panel .sns .l { width: 25px; }

#menu-panel .jacket-area .jacket-wrap {
	text-align: center;
}
#menu-panel .jacket-area .jacket {
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2);
}
#menu-panel .jacket-area .text-wrap {
	display: inline-block;
font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
text-align: center;
	
}
#menu-panel .jacket-area .text1 {
	margin: 2em 0 1em;
	font-size: 18px;
}
#menu-panel .jacket-area .text2 {
	margin-bottom: 0.7em;
	font-size: 32px;
	font-weight: bold;
}
#menu-panel .jacket-area .text3 {
	font-size: 16px;
}
#menu-panel .jacket-area .logo2 svg{
fill: 7d259a;
}
@media print, screen and (min-width:768px) {
	#menu-panel .col2 {
		height: 100%;
		display: flex;
		flex-direction: row-reverse;
	}
	#menu-panel .menu-area {
		width: calc(890 / 1400 * 100%);
		padding-left: 9%;
		display: flex;
		align-items: center;
	}
	#menu-panel .jacket-area {
		width: calc(700 / 1400 * 100%);
		display: flex;
		align-items: center;
	}
	#menu-panel .jacket-area .logo2 {
		width: 220px;
		display: block;
		position: absolute;
		left: 65px;
		top: 51px;
	}
	#menu-panel .jacket-area .logo2 img {
		width: 100%;
	}
	#menu-panel .jacket-area .jacket {
		width: calc(300 / 510 * 100%);
		margin: 0 auto;
		display: block;
	}
	
	#menu-panel a {
		transition: opacity 0.3s ease-out;
	}
	#menu-panel a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:767px) {
	header .logo1 {
		width: calc(360 / 1125 * 100vw);
		left: calc(75 / 1125 * 100vw);
		top: calc(85 / 1125 * 100vw);
	}

	#menu-btn {
		width: calc(80 / 1125 * 100vw);
		height: calc(32 / 1125 * 100vw);
		right: calc(88 / 1125 * 100vw);
		top: calc(98 / 1125 * 100vw);
	}
	#menu-btn div {
		height: 2px;
	}

	#menu-panel {
		background-color: #fff;
	}
	#menu-panel .menu-area {
    	padding-bottom: 16vw;
	}
	#menu-panel .gnav {
    	padding: 24vw 0 0 14%;
	}
	#menu-panel .gnav li {
		font-size: calc(80 / 1125 * 100vw);
	}
	#menu-panel .gnav li + li {
		margin-top: 0.7em;
	}

	#menu-panel .sns {
    	margin: 11vw 0 0 14%;
	}
	#menu-panel .sns li + li {
		margin-left: 10vw;
	}
	
	#menu-panel .sns .f { width: calc(10 * 0.28vw); }
	#menu-panel .sns .t { width: calc(24 * 0.28vw); }
	#menu-panel .sns .i { width: calc(21 * 0.28vw); }
	#menu-panel .sns .l { width: calc(25 * 0.28vw); }

	#menu-panel .jacket-area {
    	padding: 12vw 10vw 10vw;
	}
	#menu-panel .jacket-area .jacket-wrap {
		display: flex;
		align-items: flex-start;
	}
	#menu-panel .jacket-area .jacket {
		width: 44%;
	}
	#menu-panel .jacket-area .text-wrap {
		margin-left: 7%;
	}
	#menu-panel .jacket-area .text1 {
		font-size: calc(32 / 1125 * 100vw);
	}
	#menu-panel .jacket-area .text2 {
		font-size: calc(52 / 1125 * 100vw);
	}
	#menu-panel .jacket-area .text3 {
		font-size: calc(32 / 1125 * 100vw);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	footer {
		padding: 130px 90px 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	footer .logo {
		display: block;
		width: 170px;
	}
	footer .logo img {
		width: 100%;
	}
	
	footer .sns {
		display: flex;
		align-items: center;
	}
	footer .sns li + li {
		margin-left: 42px;
	}
	footer .sns .f { width: 10px; }
	footer .sns .t { width: 24px; }
	footer .sns .i { width: 21px; }
	footer .sns .l { width: 25px; }
	
	footer .copyright {
		margin-top: 40px;
		font-size: 11px;
		text-align: right;
	}
	
	footer a {
		transition: opacity 0.3s ease-out;
	}
	footer a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 15vw 0;
		text-align: center;
	}
	
	footer .logo {
		width: 34%;
		display: block;
		margin: 0 auto;
	}
	footer .logo img {
		width: 100%;
	}
	
	footer .sns {
		margin-top: 8vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .sns li + li {
		margin-left: 8vw;
	}
	footer .sns .f { width: calc(10 * 0.28vw); }
	footer .sns .t { width: calc(24 * 0.28vw); }
	footer .sns .i { width: calc(21 * 0.28vw); }
	footer .sns .l { width: calc(25 * 0.28vw); }
	
	footer .copyright {
		margin-top: 8vw;
		font-size: 3vw;
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
