@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');


/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-feature-settings: "palt";
	background-color: #fff;
}
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: #b665a8;
	transition: .2s ease-out;
}
a:hover {
	color: #d798cc;
}
a img {
	transition: .2s ease-out;
}
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;
	z-index: 10000;
}
#loader img{
	width: 50px;
	height: auto;
}
#loader p {
	font-family: 'Lato', sans-serif;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#333333 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}

/*
header
*/
#headerArea {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background: rgba(255,255,255,.0);
	z-index:1000;
	transition: all 0.5s ease;
}
#headerArea.scrolled {
	background: rgba(255,255,255,.8);
}
header {
	width:100%;
	height: 80px;
	transition: all 0.5s ease;
}

#headerArea .titleArea {
	position: absolute;
	top: 15px;
	left: 60px;
	z-index: 1001;
}
#headerArea .titleArea img {
	height: 100%;
	max-height: 50px;
	margin: 0 0 0 10px;
}

#navBtn {
	position: absolute;
	top: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

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

.btnBody span {
	width: 40px;
	height: 1px;
	display: block;
	border-radius: 0px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav_open #navBtn .btnBody span {
	background: #000;
}

.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 {
	display: block;
}

.nav_open .middle {
	display: none;
}
.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);
}

#menu {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10004;
}
#menu .menu_title {
	width: 50%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10004;
}
#menu .menu_title h1 {
	width: 50%;
	padding-bottom: 5vh;
}
#globalnav {
	padding: 8px 0px;
	list-style-type: none;
	width: 50%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10004;
}
#globalnav ul {
	width: 100%;
	margin: 20px 0px 0px 0px;
}
#globalnav li {
	color: #666;
	font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
	line-height: 180%;
	text-align: center;
	font-weight: 400;
	list-style: none;
}
#globalnav li .ext_link {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	
}
#globalnav li a {
	color: #666;text-decoration: none;
}
#globalnav li a:hover {
	color: #2f54a6;
}
#globalnav li sup {
	font-size: 12px;
	vertical-align: baseline;
	padding-left: 5px;
}

header #share {
	position: absolute;
	top: 25px;
	right: 10px;
	flex: 0 1 105px;
	z-index: 10004;
}
header #share ul {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-self: center;
	list-style-type: none;
}
header #share ul li {
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0px;
}
header #share ul li img {
	width: 100%;
}


#overlay {
	width: 100%;
	height:100vh;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0px;
	z-index: 10003;
}

#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:#d798cc!important;
	font-size:16px;
	line-height:130%;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	padding: 1em 2em;
	margin:10px 0px 10px 0px;
	border: 1px solid #d798cc;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.linkBtn:hover {
	color: #fff!important;
	background: #d798cc;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);	
}

.orderBtn {
	color:#fff !important;
	font-family: "Libre Caslon Text", serif;
	font-size:16px;
	line-height:25px;
	font-weight: 1000;
	text-decoration: none;
	text-align: left;
	transition: .2s ease-out;
	cursor: pointer;
	background: #d798cc;
	border: 1px solid #d798cc;
	padding: .2em 1em;
	width: 8em;
	display:block;
}
.orderBtn:hover {
	color: #d798cc !important;
	background-color: #fff !important;
}

.arrow_link {
	color: #333;
	font-weight: 1000;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5em;
}
.arrow_link:hover {
	color: #d798cc;
}
.arrow_link:hover .arrow::before,
.arrow_link:hover .arrow::after {
	background-color: #d798cc;
}
.arrow {
	position: relative;
	display: block;
	width: 60px;
	height: 12px;
}
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 60.3px;
	height: 1px;
	border-radius: 9999px;
	background-color: #333333;
	transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {
	transform: rotate(5.35deg);
}
.arrow::after {
	transform: rotate(-5.35deg);
}

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


#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-family: "Libre Caslon Text", serif;
	font-size: 14px;
	line-height: 64px;
	font-weight: 600;
	color: #fff;
	display: block;
	background-color: #d798cc;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#totop a:hover {
	transition: .2s ease-out;
	color:#fff;
	opacity: .8;
}

footer {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 2em 0 4em;
	background: #fff;
	
}
footer a {
	color: #333;
}

.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
*/
#headerArea {
}
#headerArea.scrolled {
}
header {
	width:100%;
	height: 80px;
	transition: all 0.5s ease;
}

#headerArea .titleArea {
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 1001;
}
#headerArea .titleArea img {
	height: 100%;
	max-height: 40px;
	margin: 0 0 0 10px;
}
#menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	z-index: 10004;
	height: 100vh;
}
#menu .menu_title {
	width: 50%;
	height: 100vw;
}
#menu .menu_title h1 {
	width: 70%;
	padding-bottom: 0vh;
}

#globalnav {
	padding: 8px 0px;
	list-style-type: none;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10004;
}
#globalnav ul {
	width: 100%;
	margin: 10vh 0px 0px 0px;
}
#globalnav li {
	color:#666;
	font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
	line-height:180%;
	text-align:center;
	font-weight:400;
	list-style: none;
}
#globalnav {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100vw);
    overflow-y: auto;
}

.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;
}
.sp_hid {
	display: none;
}
.pc {
	display: none;
}

}



