@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Playwrite+US+Modern:wght@100..400&display=swap');

/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #333;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-feature-settings: "palt";
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
	background-color: #fff;
}
.w_l {
	font-weight: 300;
}
.w_xl {
	font-weight: 100;
}

a {
	color: #ea609e;
	transition: .2s ease-out;
}
a:hover {
	color: #ef93bb;
}
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: 50px;
  aspect-ratio: 1;
  display:grid;
  -webkit-mask: conic-gradient(from 15deg,#0000,#000);
  animation: l26 1s infinite steps(12);
}
.loader,
.loader:before,
.loader:after{
  background:
    radial-gradient(closest-side at 50% 12.5%,
     #6dc2c6 96%,#0000) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%,
     #6dc2c6 96%,#0000) 0 50%/80% 20% repeat-x;
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}
.loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {transform:rotate(1turn)}
}


/*
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;
	left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	background-image: url("../images/menu_base.svg");
	background-size: cover;
}

.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: #6dc2c6;
	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: #6dc2c6;
}

.btnBody .top {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

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

.btnBody .middle {
	display: none;
}

.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.125rem, 1rem + 0.63vw, 1.5rem);
	line-height: 180%;
	text-align: center;
	font-weight: 400;
	list-style: none;
}
#globalnav li.ext {
	font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
	line-height: 1.2;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	
}
#globalnav li a {
	color: #666;text-decoration: none;
}
#globalnav li a:hover {
	color: #ef93bb;
}
#globalnav li sup {
	font-size: 12px;
	vertical-align: baseline;
	padding-left: 5px;
}
#globalnav li span {
	font-size: 80%;
}
#globalnav li.ext span {
	display: block;
}

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;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
}
header #share ul li img {
	width: 90%;
	margin: auto;
}


#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
*/
.btn1 {
	color: #fff!important;
	font-size:clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
	line-height: 130%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	padding: .5em 1em;
	margin: .5em auto;
	display: inline-block;
	background: #6dc2c6;
	border: 2px solid #6dc2c6;
	border-radius: 2em;
}
.btn1 span {
	font-size:80%;
}
.btn1:hover {
	color: #6dc2c6!important;
	background: #fff;
}
.btn2 {
	color: #6dc2c6!important;
	font-size:clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
	line-height: 130%;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	padding: .5em 1em;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	background: #fff;
	border: 2px solid #6dc2c6;
	border-radius: 2em;
}
.btn2 span {
	font-size:80%;
}
.btn2:hover {
	color: #fff!important;
	background: #6dc2c6;
}

.orderBtn {
	color:#fff !important;
	font-family: "Playwrite US Modern", cursive;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	text-decoration: none;
	transition: .2s ease-out;
	cursor: pointer;
	background: #6dc2c6;
	border: 1px solid #6dc2c6;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	display:flex;
	justify-content: center;
	align-items: center;
}
.orderBtn:hover {
	color: #6dc2c6 !important;
	background-color: #fff !important;
}

.arrow_link {
	color: #6dc2c6;
	font-weight: 1000;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5em;
}
.arrow_link:hover {
	color: #ef93bb;
}
.arrow_link:hover .arrow {
	width: 30px;
	background-color: #ef93bb;
}
.arrow_link:hover .arrow::before {
	background-color: #ef93bb;
}
.arrow_link .arrow {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 2px;
	margin-top: 10px;
	border-radius: 9999px;
	background-color: #6dc2c6;
}
.arrow_link .arrow::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #6dc2c6;
	transform: rotate(45deg);
	transform-origin: calc(100% - 1px) 50%;
}

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: "※";
}
p.ast {
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	list-style-type: none;
	text-indent: -1em;
	margin-bottom: 2px;
	margin-left: 1em;
	margin-top: 1em; 
}
p.ast::before {
	display: inline;
	content: "※";
}


#totop {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#totop a {
	font-family: "Playwrite US Modern", cursive;
	font-size: 14px;
	line-height: 64px;
	font-weight: 600;
	color: #fff;
	display: block;
	background-color: #6dc2c6;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	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: 80%;
	height: 100vw;
}
#menu .menu_title h1 {
	width: 70%;
	padding-bottom: 0vh;
}

#globalnav {
	padding: 10vh 0px;
	list-style-type: none;
	width: 90%;
	height: auto;
	display: flex;
}
#globalnav ul {
	width: 100%;
	padding: 10vh 0px 0px 0px;
}
#globalnav li {
	color:#666;
	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;
}

}



