@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700');
@import url('http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');


/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
body .sans {
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
}
.w_l {
	font-weight: 300;
}
.w_xl {
	font-weight: 100;
}

a {
	color: #ac1a55;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a:hover {
	color: #ec7e82;
}
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 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
}
#loader {
	font-size:8px;
	color: #999999;
	font-family: 'Cardo', serif;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	z-index: 200000;
}
#loader p {
	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,1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	z-index:1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
header .titleArea {
	width: calc(100% - 160px);
	margin-top: 0px;
    transition: all 0.5s ease;
	position: absolute;
	top: 0px;
	left: 60px;
	z-index: 1001;
}

header .titleArea h1 {
	font-family: "Card" , serif;
	font-weight: 600;
	text-align: left;
	font-size: 14px;
	margin: 0;
}
header .titleArea h1 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,
.backBtn {
	position: absolute;
	top: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.btnBody {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: relative;
	text-align: center;
	z-index: 10006;
}

.btnBody span {
	width: 20px;
	height: 2px;
	display: block;
	border-radius: 0px;
	background: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	-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 {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btnBody .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.btnBody .middle {

}

.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);
}

.backBtn .btnBody .top {
	-webkit-transform: rotate(-45deg) translateY(-10px);
	-ms-transform: rotate(-45deg) translateY(-10px);
	transform: rotate(-45deg) translateY(-10px);
}

.backBtn .btnBody .bottom {
	-webkit-transform: rotate(45deg) translateY(10px);
	-ms-transform: rotate(45deg) translateY(10px);
	transform: rotate(45deg) translateY(10px);
}
.backBtn .btnBody:hover .top {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.backBtn .btnBody:hover .bottom {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}


#navBtn2 {
	width: 100px;
	height: 60px;
	position: absolute;
	top:0;
	right: 10px;
}
#navigation1 {
	padding: 8px 0px;
	list-style-type: none;
	width: 100%;
	z-index:10004;
	position: absolute;
	top:0;
}
#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;
}


#navigation2 {
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	z-index:10006;
}
#navigation2 ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-index:10007;
	display: flex;
	justify-content: space-between;
}
#navigation2 li {
	text-align:center;
	font-size:24px;
	line-height:120%;
	list-style: none;
	display: block;
	float: left;
	margin: auto;
}
#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;	
}

#container {
	width: 100%;
	margin: 0px auto;
}

/*
Buttons
*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
.btn:hover {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.linkBtn {
	color:#b47a74!important;
	font-size:16px;
	line-height:130%;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	padding: 3px 20px 1px 20px;
	margin:10px 0px 10px 0px;
	border: 1px solid #b47a74;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);	
}
.linkBtn a {
	color:#b47a74!important;
}
.linkBtn:hover {
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);	
}

.orderBtn {
	color:#fff !important;
	font-family: 'Cardo', serif;
	font-size:14px;
	line-height:16px;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	background:#bab0b1;
	padding: 3px 10px 2px 10px;
	margin:0px auto 5px auto;
	width: 8em;
	display:block;
}
.orderBtn:hover {
	color:#fff !important;
	background-color: #ec7e82 !important;
}
.dloadBtn {
	color:#fff !important;
	font-family: 'Cardo', serif;
	font-size:14px;
	line-height:16px;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	background:#bab0b1;
	padding: 3px 10px 2px 10px;
	margin:0px auto 5px auto;
	display:inline-block;
}
.dloadBtn:hover {
	color:#fff !important;
	background-color: #ec7e82 !important;
}

/* 追加　2023.07.26 */
.downloadBtn {
	color:#fff !important;
	font-family: 'Cardo', serif;
	font-size:14px;
	line-height:16px;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	background:#bab0b1;
	padding: 3px 10px 2px 10px;
	margin:0px auto 5px auto;
	width: 12em;
	display:block;
}
.downloadsBtn:hover {
	color:#fff !important;
	background-color: #ec7e82 !important;
}

ul.ast {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	list-style-type: none;
	margin-left: 1em;
}
ul.ast li {
	text-indent: -1em;
	margin-bottom: 5px;
}
ul.ast li::before {
	display: inline;
	content: "※";
}


#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-family: 'Cardo', serif;
	font-size: 14px;
	line-height: 64px;
	font-weight: 600;
	color: #fff;
	display: block;
	background-color: #ac1a55;
	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;
	background: #ec7e82;
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: block;
}



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

.sp {
	display: none;
}
.sp2 {
	display: block;
}
.pc {
	display: none;
}

}



@media screen and (max-width: 480px) {
header .titleArea {
	width: 50%;
	margin-top: 0px;
    transition: all 0.5s ease;
	z-index: 1001;
	position: absolute;
	top: 5px;
	left: 40px;
}
header .titleArea h1 {
	margin: 0px auto 0;
}
header .titleArea h1 img {
	width: auto;
	max-height: 50px;
}
#navBtn {
	width: 40px;
	height: 60px;
}

.btnBody {
	height: 60px;
}
#navBtn2 {
	width: 70px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 5px;
}

.btnBody span {
	width: 20px;
	height: 2px;
	margin-left: -10px;
}

#navigation2 li {
	font-size: 20px;
	margin: 0 0 0 5px;
}

.linkBtn {
	font-size: 14px!important;
}

ul.ast {
	width: 96%;
	margin: 5px auto;
}
ul.ast li {
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 2px;
}
ul.ast li::before {
	display: inline;
	content: "※";
}


.sp {
	display: block;
}
.sp2 {
	display: block;
}
.pc {
	display: none;
}

}



