@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700');



/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	background: #fff;
	*font-size:small;
	*font:x-small;
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}
body .sans {
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
}
body .eng {
	font-family: 'Quicksand', sans-serif;
}

a {
	color: #dc6425;
	text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover {
	color: #de6d98;
}
a img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
input[type=text] {
	font-size: 16px;
}

/*
Page Loader
*/
#loader_base {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

#loader img{
	width: 50px;
	height: auto;
}
#loader p {
	font-family: 'Quicksand', sans-serif;
	font-size:12px;
	text-align: center;
	margin-top: 20px;
}



/*
header
*/
header {
	text-align: center;
	width:100%;
	height: 60px;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background: rgba(255,255,255,0.0);
	z-index:1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .titleArea {
	display: none;
	text-align: left;
	margin: 0px auto;
	width:180px;
	position: absolute;
	left: 60px;
	top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header .titleArea h1 {
	font-size: 2.4vw;
	letter-spacing: .1rem;
	line-height: 120%;
	float: left;
	text-align: left;
}
header .titleArea img {
	width:auto;
	max-height: 60px;
}

#overlay {
	width: 100%;
	height:100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:0px;
	z-index:10003;
}

#navBtn {
	width: 60px;
	height: 60px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 10005;
}

.btnBody {
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
	position: absolute;
	left:0px;
	top:0px;
	text-align: center;
	z-index: 10006;
}

.btnBody span {
	width: 30px;
	height: 2px;
	display: block;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#navBtn .btnBody span {
}

.btnBody .top {
	background: #395f9b;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btnBody .bottom {
	background: #de6d98;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.btnBody .middle {
	background: #01a54c;
}

.nav_open .middle {
	background: rgba(51, 51, 51, 0);
}
.nav_open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.nav_open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

#navigation1 {
	padding: 8px 0px;
	list-style-type: none;
	width: 100%;
	z-index:10004;
}
#navigation1 ul {
	width: 100%;
	margin: 20px 0px 0px 0px;
}
#navigation1 li {
	color:#666;
	text-align:center;
	font-weight:700;
	font-size:16px;
	line-height:180%;
	list-style: none;
}
#navigation1 li.sns {
	font-size: 20px;
	line-height:20px;
	margin: 9px 5px 0px 0px;
	float: left;
	color:#666;
	display: block;
	text-decoration: none;
}
#navigation1 li a {
	color:#666;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}
#navigation1 li a:hover {
	color: #f6a28c;
}

#navBtn2 {
	width: 120px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10005;
}

#navigation2 {
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	position: absolute;
	right:0px;
	top:0px;
	z-index:10006;
}
#navigation2 ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-index:10007;
}
#navigation2 li {
	text-align:center;
	font-size:20px;
	line-height:120%;
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
#navigation2 li a {
	color: #333;
}

.a_instagram:hover {
	color:#405de6 !important;
}
.a_twitter:hover {
	color:#1da1f2 !important;
}
.a_facebook:hover {
	color:#3b5998 !important;
}
.a_line:hover {
	color:#00c300 !important;	
}

/*
Buttons
*/
.btn {
	border: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.26);
}

.text_link {
	color:#de6d98;
	color:#333;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	padding-bottom: 2px;
	position: relative;
}
.text_link:before {
	font-size: 12px;
	color:#999;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
.text_link:after{
	background-color:#de6d98;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: .2s all;
	width: 0;
}
.text_link:hover::after {
	color:#ff9999;
	width: 100%;
}

#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height:64px;
	font-weight: 600;
	color: #fff;
	display: block;
	background: #de6d98;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#totop a:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	color:#fff;
	opacity: .8;
}


footer {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	width:100%;
	padding:20px 0px 25px 0px;
	background: #15b2c7;
}

footer p {
	color:#fff;
	font-size:12px;
	line-height:150%;
	margin: 10px 0px 10px 0px;
}
footer p a {
	color:#fff;
	border-bottom: 1px solid #fff; 
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}





@media screen and (max-width: 768px) {

.sp {
	display: none;
}
.sp2 {
	display: block;
}
.sp3 {
	display: block;
}
.pc {
	display: none;
}

}



@media screen and (max-width: 480px) {
/*
header
*/
header .titleArea {
	left: 40px;
}

#navBtn {
	width: 40px;
	height: 60px;
}

.btnBody {
	width: 40px;
	height: 60px;
}

.btnBody span {
	width: 20px;
	height: 2px;
	margin-left: -10px;
}

#navigation2 li {
	margin-right: 2px;
}


.sp {
	display: block;
}
.sp2 {
	display: none;
}
.sp3 {
	display: block;
}
.pc {
	display: none;
}

}



/*
*/
header:after, section:after, .contentsBody:after, footer:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
