@charset "utf-8";

/*-----------------------------------
リセット
-----------------------------------*/
*{ margin: 0; padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img { border-style:none;}
*, *:before, *:after { box-sizing: border-box; }
body { -webkit-text-size-adjust: 100%; }

/*-----------------------------------
基本設定
-----------------------------------*/
body {
    color:#000;
	background-color:#FFF;
	text-align:left;
	font-size:15px;
	line-height: 28px;
	font-family: "FP-KoburinaGoStdN-W3";
	font-weight: normal;
	letter-spacing: 0.08em;
	
	opacity: 0;
	animation: OpenIn 2.5s ease;
	animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
body {
    font-size:13.5px;
	line-height: 1.9;
}
}
@keyframes OpenIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	color:#000;
	transition:0.4s;
}
a:hover {
	color:#e84566;
	transition:0.4s;
}
a:hover img	{
	opacity: 0.7;
	transition:0.4s;
}
img {
	transition:0.4s;
	width: 100%;
}
h1,h2,h3,h4,h5 { font-weight: normal; }

@media screen and (min-width: 769px) {
.psp { display: none; }
}
@media screen and (max-width: 768px) {
.ppc { display: none; }
}

/*-----------------------------------
Header
-----------------------------------*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,1);
	letter-spacing: 0.08em;
	z-index: 97;
}
header.mini_act {
    position: fixed;
    top: -100px;
	background-color: rgba(255,255,255,0.9);
	animation: HeaderIn 0.3s ease;
	animation-fill-mode: forwards;
}
/*　キーフレーム ActOn　*/
@keyframes HeaderIn {
    0% {transform: translate(0px,0px);}
    100% {transform: translate(0px,100px);}
}

.head_innder {
	max-width: 1170px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1;
}
.head_innder.mini_act {
	max-width: 1130px;
	height: 46px;
	margin: 0 auto;
}
header nav {
	font-size: 15px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
header nav.mini_act {
	font-size: 12px;
	display: flex;
}

#logo {
	width:150px;
}
#logo.mini_act {
	width:80px;
}

header nav ul {
    display: flex;
}
header nav li {
	border-right: 1px solid #000;
	padding-right: 1.5em;
	margin-right: 1.5em;
}
header nav li:last-child {
	border-right: none;
	padding-right: 2.5em;
	margin-right: 0;
}
.head_bt1 {
	color: #e84566!important;
	background: #FFF;
	border: 1px solid #e84566;
	padding: 0.5em 1.2em;
	margin-right: 12px;
}
.head_bt2 {
	color: #FFF;
	background: #e84566;
	border: 1px solid #e84566;
	padding: 0.5em 1.2em;
}
.head_bt1:hover,.head_bt2:hover {
	color: #FFF;
	background: #000;
	border: 1px solid #000;
}

@media screen and (max-width: 975px) {
#logo { width:120px; }
header nav { font-size: 12px; }
}
@media screen and (max-width: 805px) {
header nav { display: none; }
.head_innder.mini_act { display: none; }
}


/*-----------------------------------
Footer
-----------------------------------*/
footer {
	width: 100%;
	background-color: #f4f4f0;
	padding-top: 50px;
	letter-spacing: 0.05em;
}

.footer_inner {
	max-width: 1080px;
	margin: 0 auto 25px auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 13.5px;
	line-height: 1.5;
	padding-bottom: 40px;
}
.footlogo {
	width: 150px;
}
.footer_inner .mid {
	font-family: "FP-KoburinaGoStdN-W6";
	margin-bottom: 12px;
}
.footer_inner .about {
	border-left: 1px solid rgba(0,0,0,0.3);
	margin-left: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 1000px) {
.footlogo {
	width: 150px;
	margin: 0 auto 30px auto;
}
.footer_inner {
	font-size: 12px;
	display: block;
	text-align: center;
}
.footer_inner .about {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	width: 80%;
	margin-left: 0;
	margin: 24px auto;
	padding-left: 0;
}
}
@media screen and (min-width: 641px) {
.footer_inner .spv {
	display: none;
}
}


.footer_inner2 {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}
.footer_inner2 a {
	margin: 0 0.5em;
}
@media screen and (min-width: 691px) {
.footer_inner2 .spv {
	display: none;
}
}

.footer_inner3 {
	text-align: center;
	margin-bottom: 40px;
}
.footer_inner3 a img {
	width: 26px!important;
	margin: 0 0.5em;
}
.copyright {
	font-family: "FuturaLTPro-Medium";
	font-size: 11px;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/*-----------------------------------
pointボタン
-----------------------------------*/
.point_bt {
	font-size: 14px;
	font-family: "FP-KoburinaGoStdN-W6";
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	letter-spacing: 0.15em;
	display: inline;
}
@media screen and (max-width: 640px) {
.point_bt {
	font-size: 12px;
	letter-spacing: 0.08em;
}
}
.point_bt span {
	color: #e84566;
	padding-right: 0.8em;
}
.point_bt:hover {
	border-bottom: 1px solid #e84566;
}

.p2,.p3,.p4 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p1.act_on {
	opacity: 0;
	animation: OpenIn 1s ease;
	animation-fill-mode: forwards;
}
.p2.act_on {
	opacity: 0;
	animation: OpenIn 1s ease 0.5s;
	animation-fill-mode: forwards;
}
.p3.act_on {
	opacity: 0;
	animation: OpenIn 1s ease 1s;
	animation-fill-mode: forwards;
}
.p4.act_on {
	opacity: 0;
	animation: OpenIn 1s ease 1.5s;
	animation-fill-mode: forwards;
}

/*-----------------------------------
media screen
-----------------------------------*/

/*幅769px以上の場合*/
@media screen and (min-width: 769px) {
}
/*幅641pxから768pxまでの場合*/
@media screen and (min-width:641px) and ( max-width:768px) {
}
/*幅640px以下の場合*/
@media screen and (max-width: 640px) {
}