/*
Theme Name: arkhe-child
Template: arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.9.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--main-text-color: #623e2a;
	--bg-color-pink: #FFF7F7;
	--bg-color-beige: #f4f1ed;
	--text-color-pink: #ffc9cc;
}

#wrapper{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
section.alignfull.wp-block-group.has-background{
	padding-top: 8em;
	padding-bottom: 8em;
}
@media screen and (max-width: 767px){
		section.alignfull.wp-block-group.has-background{
			padding-top: 3em;
			padding-bottom: 3em;
	}
}
h2{
	font-weight: 300;
}
h2.catchphrase{
	font-size: 1.5em;
	line-height: 2.2;
}
@media screen and (max-width: 767px){
	h2.catchphrase{
		font-size: 1.05em;
		line-height: 2.2;
	}
}

/*
 header
*/
#header{
	background: rgba(255, 255, 255, 0.6);
}
.has-text > .c-headLogo{
    font-size: .5em;
}
#gnav,
#drawer_menu li{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.c-gnav .__subText{
	display: none;
}
.c-gnav .sub-menu{
	color: #000;
	background: #fff;
}
.c-gnav .sub-menu>.menu-item:not(:last-child){
	border-bottom: 1px solid var(--bg-color-beige);
}
.c-gnav__depth1:before{
	background-color: #fff;
}
/* header navi */
.c-gnav__li > .c-gnav__a > .__mainText{
	padding-bottom: 8%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.c-gnav__li > .c-gnav__a > .__mainText::after{
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #000;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.c-gnav__li > .c-gnav__a:hover > .__mainText::after{
	transform: translate(0, 0);
}
/* SPメニュー */
.c-drawerNav .__subText{
	display: none;
}
/*
 footer
*/
.l-footer__nav.u-flex--c > li{
	margin: 5px 0;
}
.l-footer__nav.u-flex--c > li:nth-last-of-type(5){
	border-left: 1px solid #000;
}
.footer_logo{
	width: 100px;
	height: auto;
}

/*
 TOP
*/
/* mainVisualFadein */
.fadeIn{
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}
/* scrollDown */
.scrollDown{
	position: absolute;
	bottom: 80px;
	right: 50%;
	animation: scrollDown 3s ease-in-out infinite;
}
@keyframes scrollDown{
	0% {bottom: 10%}
	50% {bottom: 11%}
	100% {bottom: 10%}
}
.scrollDown span{
	position: absolute;
	left: -25px;
	bottom: 10px;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	color: #fff;
}
.scrollDown::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #fff;
	bottom: 0;
	right: -6px;
	transform: skew(-30deg);
}
.scrollDown::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background-color: #fff;
	bottom: 0;
	right: 0;
}
/* scrollSlidein */
.scrollSlidein{
	opacity: 0;
	visibility: hidden;
	transition: all 2s;
	transform: translateY(150px);
}
.scrollSlidein-active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* list */
ul.list-hyphen{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list-hyphen > li{
	margin: 5px 0;
}
ul.list-hyphen > li::before{
	content: "-";
	margin-right: 5px;
}


/* news */
#news{
	background-color: var(--bg-color-pink);
}
#news .bg-white__shadow{
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
#news ul > li{
	padding: 20px;
	border-bottom: 1px solid var(--bg-color-beige);
	list-style: none;
}
@media screen and (max-width: 767px){
	#news ul > li{
		padding: 20px 0;
	}
}
#news ul > li:last-of-type{
	text-align: right;
	border-bottom: 0;
}
/* profile */
#profile{
	background-color: var(--bg-color-beige);
}
/*
 吹き出しタイトル
*/
.p-topArea{
	min-height: 10vh;
	overflow: visible;
}
.p-topArea.-noimg{
	background-color: var(--bg-color-pink);
}
.p-topArea.-noimg::after{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: var(--bg-color-pink);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-topArea__body{
	color: var(--main-text-color);
	text-shadow: none;
}
.c-pageTitle__main{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.c-title__bubble__pink{
	position: relative;
	padding: 20px 10px;
	background: var(--bg-color-pink);
	}
.c-title__bubble__pink::after{
	width: 0;
	height: 0;
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	border-top: 20px solid var(--bg-color-pink);
}
/*
 投稿ページ
*/
.p-postList__item{
	position: relative;
}
/* new! */
.p-postList__item > span:first-of-type{
    position: absolute;
    top: -10px;
    left: 20px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    background-color: var(--text-color-pink);
    color: #fff;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 14px;
    text-align: center;
	z-index: 100;
}
.p-postList__item > span:first-of-type::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0px;
    height: 0px;
    border: none;
    border-bottom: 10px solid #db7093;
    border-right: 7px solid transparent;
    content: '';
}
.p-postList__item > span:first-of-type::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 25px 10px 25px;
    border-color: transparent var(--text-color-pink);
    content: '';
}
/* closed */
.p-postList__item > span.closed:first-of-type{
    width: 70px;
    background-color: #000;
    color: #fff;
}
.p-postList__item > span.closed:first-of-type::before {
    border-bottom: 10px solid #696969;
}

.p-postList__item > span.closed:first-of-type::after {
    border-width: 0 35px 10px 35px;
    border-color: transparent #000;
}

.p-postList__thumb::before{
	background: #fff;
}
.p-postList__link:hover .c-postThumb__img{
	transform:scale(1.03);
}

/*
 form
*/
form{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
form > p{
	margin-top: 20px;
}
form input,
form textarea{
	width: 100%;
}
[type=submit]{
	background-color: var(--text-color-pink);
	color: #fff;
}

/*
 sp
*/
.p-drawer,
.c-overlay{
	background-color: #59524C;
}
/*
 class
*/
.wp-block-cover{
	min-height: 0;
}
.montserrat-thin{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.bg-pink{
	background-color: var(--bg-color-pink);
}
.bg-beige{
	background-color: var(--bg-color-beige);
}
.border-pink{
	padding: 20px;
	border: 2px solid var(--text-color-pink);
}
.border-beige{
	padding: 20px;
	border: 2px solid var(--bg-color-beige);
}
.section-title{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	position: relative;
	&::after{
		position: absolute;
        content: attr(data-jp);
		margin-left: 10px;
        top: 14px;
        font-size: 12px;
        font-weight: normal;
	}
}
.marker-pink{
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,201,204,1) 70%);
}
.marker-beige{
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(244,241,237,1) 70%);
}
.my-flex{
	display: flex;
}
.my-flex > div{
	width: 45%;
	height: auto;
	margin-right: 5%;
}
@media screen and (max-width: 767px){
	.my-flex{
		flex-direction: column;
	}
	.my-flex > div{
		width: 100%;
		margin-right: 0;
	}
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link{
    background-color: var(--main-text-color);
}
/* VOICE吹き出し */
.voice_right,
.voice_left{
	position: relative;
	padding: 20px 40px;
	background-color: #fff;
	border: 2px solid var(--text-color-pink);
	border-radius: 50px;
	text-align: center;
}
.voice_right{
	margin-right: 30%;
	margin-left: 70px;
}
.voice_left{
	margin-left: 30%;
	margin-right: 70px;
}
.voice_right::before,
.voice_left::before{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid var(--text-color-pink);
	bottom: 15px;
	width: 30px;
	height: 30px;
}
.voice_right::before{
	left: -35px;
}
.voice_left::before{
	right: -35px;
}
.voice_right::after,
.voice_left::after{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid var(--text-color-pink);
	bottom: 10px;
	width: 15px;
	height: 15px;
}
.voice_right::after{
	left: -55px;
}
.voice_left::after {
	right: -55px;
}
@media screen and (max-width: 767px){
	.voice_right,
	.voice_left{
	padding: 20px 20px;
	text-align: left;
}
	.voice_right{
		margin-right: 0;
	}
	.voice_left{
		margin-left: 0;
	}
}
.grecaptcha-badge{
	visibility: hidden;
}