/*
Theme Name: CUB-E
*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* Base */
.lock ,.body_lock{
	overscroll-behavior-y: none;
	overflow:hidden;
	height:100%;
}
body {
	box-sizing: border-box;
	color: #101016;
    font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	word-wrap: break-word;
	background: #fff;
	font-weight: 600;
	width:100%;
	height:100%;
	-webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    box-sizing: inherit;
    background-repeat: no-repeat;
}
/* Heading */
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	font-weight:normal;
	line-height: 1.5;
	margin-block-start: 0;
    margin-block-end: 0;
}
img{
	vertical-align: bottom;
}

/* Link */
cite a, a {
	text-decoration: none;
	color:inherit;
	-webkit-transition: opacity 0.4s all cubic-bezier(.25, .46, .45, .94);
    transition: opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	display:block;
}
}
p{
	margin-block-start: 0;
    margin-block-end: 0;
}
/* List */
ul, ol ,figure{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

/* Clearing */
.clear:before,
.clear:after,
.top-bar-content:before,
.top-bar-content:after,
.entry-content:before,
.entry-content:after,
.nav-links:before,
.nav-links:after,
 {
	content: "";
	display: table;
}
.clear:after,
.top-bar-content:after,
.entry-content:after,
.nav-links:after,
.site-bottom-content:after {
	clear: both;
}


/*------------------------------------------------------------
 Header
------------------------------------------------------------ */






/*------------------------------------------------------------
 Header
------------------------------------------------------------ */
.header-navigation{
	position: fixed;
	z-index: 9999;
    left: 0;
    right: 0;
	top:40px;
	margin:0 auto;
	visibility:hidden;
	transition: all 0.5s ease-in;
	padding: 0 80px 0;
}
.header-navigation-list{
	height: 100%;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
	justify-content: center;
    gap: 1.125rem;
    padding: .5rem;
	font-weight:500;
	border-radius: 5px;
	height: 5.5rem;
	border:1px solid #101016;
	background:#fff;
	
}
.header-navigation-list::before ,.header-navigation-list::after{
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.header-navigation-list::before{
	border-color: rgba(0, 0, 0, 0);
    border-top-color: #101016;
    border-width: 23px;
    margin-left: -23px;
}
.header-navigation-list::after{
	border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 24px;
    margin-left: -24px;
	top:98%;
}
.main-header .is-active , .main-header .is-lock{
	visibility:visible;
	top:10px;
}

.header-navigation-list li.item{
	padding:0 1rem;
}
.drawer-hamburger {
	transition: all 0.5s ease-in-out;
	cursor:pointer;
    position: fixed;
	background-color:#101016;
	box-sizing: border-box;
    right: 20px;
    top: 10px;
    z-index: 99999;
	padding:0;
	border-radius:50%;
	width: 3.5rem;
    height: 3.5rem;
	border:none;
	visibility:hidden;
	opacity:0;
}
.drawer-hamburger-icon {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 1px;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #fff;
	height: 2px;
	transition: all 0.3s ease-in-out;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
}
.drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-hamburger-icon:after {
	top: 8px;
}

.drawer-opened .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-opened .drawer-hamburger-icon:before,
.drawer-opened .drawer-hamburger-icon:after {
	top: 0;
}
.drawer-opened .drawer-hamburger-icon:before {
	transform: rotate(45deg);
}
.drawer-opened .drawer-hamburger-icon:after {
	transform: rotate(-45deg);
}

button.is-lock{
	visibility:visible;
	opacity:1;	
}
.drawer-opened .header-navigation{
	visibility:visible;
	opacity:1;
}
@media (max-width: 750px){
	.drawer-hamburger {
		width: 3rem;
    	height: 3rem;
	}
	.drawer-hamburger-icon {
    	width: 20px;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
    width: 20px;
	}
	.header-navigation{
		top:23px;
		padding: 0 33px 0;
	}
}
@media (max-width: 620px){
	.header-navigation-list {
    	font-size: .75rem;
	}
	.header-navigation-list li.item{
		padding:0 5px;
	}
}
@media (max-width: 500px){
	.header-navigation{
		padding: 0 15px 0;
	}
	.header-navigation-list {
    	gap: .65rem;
	}
	.header-navigation-list li.item{
		padding: 10px 5px 0px;
	}
	.drawer-hamburger{
		top: 5px;
		right: 15px;
	}
}
/*------------------------------------------------------------
TOP
------------------------------------------------------------ */
.top_main{
	position:relative;
	background-image: url("/wp-content/uploads/652dd59a4ea1da52c1546d9361ec9d28-scaled-2.webp");
	background-size: cover;
	height:100svh;
	min-height: 750px;
	width: 100%;
}
.top_main_inner{
	position:relative;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	max-width: 980px;
    margin: 0 auto;
}
.top_img_flex{
	position:relative;
	width: 100%;
    height: 15%;
}
.attention{
    position: relative;
    max-width: 980px;
	width:100%;
	padding: 0 100px;
}
.attention_inner{
	padding: 2.35rem 1.5rem;
	border: 2px solid #101016;	
	background:#fff;
	border-radius: 30px;
	box-shadow: 6px 6px #101016;
}

.attention_title{
	text-align:center;
	font-size: 1.25rem;
}
.attention_title .site_name{
	font-weight: 600;    
}
.attention_msg{
    margin: 1rem;	
}
.attention_msg p{
	font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 2;
}
.attention_msg .wp-block-group{
	padding-bottom: .5rem;	
}
.enter_btn{
    max-width: 9rem;
    margin: 0 auto;
    padding-top: 1.35rem;	
	padding-bottom: 1rem;
}
.enter_btn a{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background:#101016;
    max-width: 9rem;
    height: 4rem;  
    border-radius: 50px;
    letter-spacing: .1em;
    transition: .6s cubic-bezier(.19, 1, .22, 1);	
}
.enter_btn a:hover{
	border: 1px solid #101016;
	color:#101016;
	background:#fff;
}

.top_img1 , .top_img2_1 ,.top_img2_2 ,.top_img2_3 , .top_img3 , .top_img_barcode{
	position:absolute;
}
.top_img1{
	width: 90px;
	top: 10px;
	left:0;
	right:0;
	margin:0 auto;
}
.top_img1 img,.top_img2_1 img, .top_img2_2 img, .top_img2_3 img,.top_img3 img{
    width: 100%;
}
.top_img2_1{
	width: 40px;
    top: 2.8rem;
    left: 0;
    right: 44rem;
	margin:0 auto;
}
.top_img2_2{
	width: 40px;
    top: 3.85rem;
    left: 0;
    right: 35rem;
	margin:0 auto;
}
.top_img3{
	width:98px;
	top: 4rem;
    left: 38rem;
    right: 0rem;
    margin: 0 auto;
}

.top_img2_3{
	width: 40px;
    top: 3rem;
    left: 45rem;
    right: 0;
    margin: 0 auto;
}
.top_img_barcode{
	width:120px;
	top: 3rem;
    left: 0;
    right: 40rem;
    margin: 0 auto;
}
.top_img_barcode img{
	width:120px;
}

@media (max-width: 980px){
	.attention_title{
		font-size: 1rem;
	}
	.attention_msg p{
		font-size:.85rem;
	}
	.top_img2_1{
    	left: 12%;
    	right: 0;
		margin: 0 0;
	}
	.top_img2_2{
    	left: 18%;
    	right: 0;
		margin: 0 0;
	}	
	.top_img2_3{
    	left: 80%;
    	right: 0;
		margin: 0 0;
	}
	.top_img3{
    	left: 76%;
    	right: 0;
		margin: 0 0;
	}	
	.top_img_barcode{
    	left: 12%;
    	right: 0;
		margin: 0 0;
	}
	.enter_btn a{
    	max-width: 8rem;
    	height: 3rem; 
		font-size:.85rem;
	}
}
@media (max-width: 750px){
	.attention {
		padding: 0px 60px;
	}
}
@media (max-width: 580px){
	.top_main {
		min-height: 580px;	
	}
	.attention{
		padding: 0 25px 
	}	
	.attention_inner{
		padding: 1.25rem 1rem;
	}
	.attention_title {
        font-size: 1rem;
    }
	.attention_msg {
        font-size: .75rem;
        font-weight: 600;
    }
	.top_img1{
		width: 70px;
		top: 15px;
	}

	.top_img2_1, .top_img2_2, .top_img2_3, .top_img3 {
    	width: 30px;
	}
	.top_img2_1{
		left: 7%;
		top: 1.8rem;
	}
	.top_img2_2{
		top: 2.8rem;
	}
	.top_img3{
		width: 86px;
		top: 3rem;
	}
	.top_img_barcode {
        left: 5%;
    }
	    .top_img2_3 {
    }
	.enter_btn {
    max-width: 8rem;
    padding-top: 1rem;
}
	.enter_btn a {
    max-width: 8rem;
    height: 3rem;
	}
}
@media (max-width: 420px){
	.top_main {
    min-height: 550px;
}
	    .attention {
        padding: 0 22px;
    }
	    .attention_inner {
        padding: 1rem .5rem;
    }
	  .attention_title {
        font-size: .75rem;
    }
	.attention_msg {
        margin: .8rem 0;
    }
	.attention_msg p{
        font-size: .8rem;
    }
	.attention_msg .wp-block-group {
    	padding-bottom: .85rem;
	}
	 .top_img1 {
        top: 10px;
    }
	    .top_img2_1 {
        top: 2rem;
    }
	 .top_img2_2 {
        top: 3rem;
    }
    .top_img3 {
		top: 3rem;
        left: 70%;
		width: 70px;
    }
	 .top_img_barcode {
        width: 90px;
		 top: 2rem;
    }
	.top_img2_3 {
		top: 2rem;
    }
	.enter_btn {
        max-width: 7rem;
        padding-top: 1rem;
    }
    .enter_btn a {
        max-width: 7rem;
        height: 3rem;
    }
}
/*------------------------------------------------------------
TOP
------------------------------------------------------------ */


/*------------------------------------------------------------
frame
------------------------------------------------------------ */

.frame{
	height: 100svh;
    position: fixed;
    width: 100%;
	z-index:999;
	pointer-events: none;
}
.frame_inner svg{
    display: block;
    position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
}
#mask_bg{
	width:100%;
	height:100svh;
}
#rect_mask{
	width: calc(100% - 160px);
    height: calc(100svh - 80px);
	x:80;
	y:40;
	max-width : 1480px;
}
.frame_bg{
	width:100%;
	height:100svh;
}

.frame_border{
	width: calc(100% - 160px);
    height: calc(100svh - 80px);
	max-width : 1480px;
	X:80;
	y:40;
}
@media (max-width: 750px){
	#rect_mask {
		width: calc(100% - 66px);
    	height: calc(100svh - 46px);
    	x: 33;
    	y: 23;
    	max-width: 1480px;
	}
	.frame_border{
		width: calc(100% - 66px);
    	height: calc(100svh - 46px);
		max-width : 1480px;
		x: 33;
    	y: 23;
	}	
}

/*------------------------------------------------------------
frame
------------------------------------------------------------ */


/*------------------------------------------------------------
 main
------------------------------------------------------------ */

.body_wrap{
	width: 100%;
	height: 100svh;
	overflow:hidden;
}
.main-kv{
	height:100%;
	min-height:500px;
	margin: auto;
	position: relative;
}
.scroll-area{
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;	
	overflow-y: auto;
    overscroll-behavior-y: none;
}
.main_inner{
	padding: 40px 80px;
    height: 100svh;
    width: 100%;
}
.main_inner_box{
	position: relative;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: start;
    min-height: 500px;
    flex-direction: column;
    flex-wrap: wrap;
	user-select: none;
}
.main_inner_box::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -1px;
	background:#101016;
}
.main_title{
	width: 30%;
	height: 30%;
	border-right: 1px solid #101016;
}
.main_title h1{
    text-transform: uppercase;
    letter-spacing: .2em;
	font-size: 2.5vw;
    font-weight: 500;
	display: inline-block;
    padding: 50px 0 0 50px;
}
.main_menu{
	width: 30%;
	height: 70%;
	border-right: 1px solid #101016;
}
.main_menu .main-navigation-list {
    font-size: 1.45rem;
    font-weight: 500;
	display: inline-block;
	padding-left: 20%;
}
.main-navigation-list .item{
	margin: 10% 0;
	position: relative;
}
.main-navigation-list .item a{
	display:block;
}
.main-navigation-list .item a:after {
	position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
	background:#101016;
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
    z-index: 99;
    opacity: 0.8;
}
.main-navigation-list .item a:hover:after {
    transform: scale(1, 1);     
    transform-origin: left top;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94); 
}

.main_img{
    position: relative;
    height: 100%;
    overflow: hidden;
	width: 70%;
	height: 100%;
}
.main_img_inner{
    width: 100%;
    overflow: hidden;
}
.main_img img{
	width: 100%;
	height:auto;
    pointer-events: none;
	position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_menu .main_img_barcode {
    width: 130px;
    left: 20px;
    right: 0;
    position: absolute;
    bottom: 10px;
}
.main_img_barcode img {
    width: 130px;
}
.main_img .main_img_barcode{
	display:none;
	
}
.main_img3{
	width:125px;
	top: 3.5rem;
    right: 6rem;
    position: absolute;
}
.main_img3 img{
    width: 125px;
}

.main_msg{
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
    letter-spacing: 2px;
    line-height: 2;
    position: absolute;
    bottom: 0;
    right: 30px;
	    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
	background-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1280px){
/*	.main_img img{
		width: auto;
		height:100%;
	}*/
}

@media (max-width: 980px){
	.main_inner_box {

	}	
	.main_title {
    	position: relative;
    	height: 15%;
		width:100%;
		border-bottom: 1px solid #101016;
		border-right: none;
	}	
	.main_title h1 {
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	font-size: 2rem;
		display:block;
		padding: 0;
		text-align:center;
	}	
	.main_menu {
 		height:15%;
		width:100%;
		order:3;
		border-top: 1px solid #101016;
		border-right: none;
		position: relative;
	}
	.main-navigation{
		position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
		width: 100%;
	}
	.main_menu .main-navigation-list {
    	display: flex;
    	align-items: center;
    	justify-content: center;
		font-size: 1rem;
		padding-left: 0;
	}
	.main-navigation-list .item {
    	margin: 12px .8rem;
	}
	.main_img {
    	width: 100%;
		height:70%;
	}
	.main_msg {
    	padding: 10px 0;
    	bottom: 0;
    	right: 0;
    	width: 100%;
		font-size: .85rem;
	}	
	.main_img3 {
    	width: 100px;
    	top: 3.5rem;
    	right: 6.5rem;
	}	
	.main_img3 img {
    	width: 100px;
	}	
.main_menu .main_img_barcode {
	display:none;
    width: 100px;
    left: 20px;
    right: 0;
    bottom: 50px;
    z-index: 99;
}
.main_img_barcode img {
    width: 100px;
}	
	.main-image{
		height: 80%;
	}
	.main-title{
		padding: 100px 5vw 0;	
	}
 .main_img  .main_img_barcode {
	 display:block;
	 position:absolute;
        width: 100px;
        left: 10px;
        top: 10px;
    }
 .main_img  .main_img_barcode img{
	 width: 100px;
	 height:auto;
	 position:relative;
	 transform:none;
	 z-index: 99;
	 top:0;
	 left:0;
    }			
}
@media (max-width: 750px){
	.main_inner {
    	padding: 23px 33px;
	}	
    .main_inner_box {
		flex-direction: row;
    }
	.main_title h1 {
    	font-size: 1.45rem;
	}	
	.main_menu {
	}
	.main_menu .main-navigation-list {
    	justify-content: start;
	}
	.main-navigation {
		top:50%;	
	}
	.main-navigation-list {
		font-size: .85rem;
		flex-wrap: wrap;
    	justify-content: space-around;
	}	
    .main-navigation-list .item {
        margin: 3px 0;
        text-align: center;
        width: 33%;
		display: block;
		font-size: .85rem;
    }	
.main_img img {
    height: 100svh;
	width:auto;
}	
.main_img3 {
	width: 70px;
	top: 40px;
	right: 50px;
    }
	    .main_img3 img {
        width: 70px;
    }
    .main_msg {
        padding: 10px 5px;
        bottom: 0;
        right: 0;
        width: 100%;
        font-size: .55rem;
    }	
 .main_img  .main_img_barcode {
        width: 80px;
    }
 .main_img  .main_img_barcode img{
	 width: 80px;
    }		

.main-navigation-list .item a:after {
	display:none;
}
.main-navigation-list .item a:hover:after {
	 display:none;
}	
	
}


@media (max-width: 500px){
	.main_inner {
    padding: 23px 15px;
}	
#rect_mask {
    width: calc(100% - 30px);
    height: calc(100svh - 46px);
    x: 15;
    y: 23;
    max-width: 1480px;
}
.frame_border{
	width: calc(100% - 30px);
    height: calc(100svh - 46px);
	max-width : 1480px;
	x: 15;
    y: 23;
}	
    .main_title {
        height: 10%;
    }	
	.main_img {
        height: 70%;
    }
    .main_menu {
        height: 20%;
    }
.main_img3 {
	width: 70px;
	top: 40px;
	right: 30px;
    }	
	
    .main-navigation-list .item {
        margin: 10px 0;
    }	
}

/*------------------------------------------------------------
 main
------------------------------------------------------------ */

/*------------------------------------------------------------
共通コンテント
------------------------------------------------------------ */
section.home_section{
	padding: 60px 80px 100px;
	border-bottom: 1px solid #101016;
}
.section_inner{
	max-width: 980px;
    margin: 0 auto;
	padding:0 35px;
}
section.home_section h3{
	font-size: 2.15rem;
	line-height: 2.5;
	font-weight: 500;
	padding-bottom: 15px;
}
section.home_section h3 span{
	font-size: 1.4rem;
}
.content_list{
	padding-bottom: 40px;
}
.more_btn{
	max-width: 8.5rem;
	margin: 0 auto;
}
.more_btn a{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    max-width: 8.5rem;
    height: 3.5rem;
    background: #101016;
    border-radius: 10px;
    letter-spacing: 0.1em;	
	font-size: .85rem;
	margin: 0 auto;
}
.more_btn .mobtn2,.more_btn .mobtn{
	display: none;
}
.more_btn .active2,.more_btn .active{
	display: flex;	
}
@media (max-width: 980px){
	.section_inner{
		padding:0 45px;
	}
	section.home_section h3{
		font-size: 2rem;
	}
	section.home_section h3 span{
		font-size: 1.35rem;
	}
}
@media (max-width: 750px) {
	section.home_section{
        padding: 60px 33px 100px;
    }
	.section_inner {
        padding: 0px 23px;
    }
	section.home_section h3 {
        font-size: 1.8rem;
    }
	section.home_section h3 span{
		font-size: 1.25rem;
	}
}
@media (max-width: 500px){
	section.home_section{
        padding: 60px 15px 100px;
    }
	.section_inner {
        padding: 0px 15px;
    }
	section.home_section h3 {
        font-size: 1.6rem;
    }
	section.home_section h3 span{
		font-size: 1.15rem;
	}	
	.more_btn{
		max-width: 7rem;
	}
	.more_btn a{
		font-size: .65rem;
	}
}
/*------------------------------------------------------------
共通コンテント
------------------------------------------------------------ */

/*------------------------------------------------------------
共通シングルコンテント
------------------------------------------------------------ */
.main{
	min-height: 500px;
    margin: auto;
    position: relative;
}
.single-section{
	padding: 40px 80px 60px;
	border-bottom: none;
	transition: all 0.5s ease-in-out;
}
.drawer-opened .single-section{
	padding: 125px 80px 60px;	
}
.single-section .logo_img{
	display: inline-block;
}
.single-section .logo_img a{
	margin-top: .8rem;
    margin-left: .8rem;
}
.single-section .logo_img img{
	width: 140px;
}
.single-section h2{
	font-size: 2.5rem;
	line-height: 2.5;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 15px;
}
.single-section h2 span{
	font-size: 1.4rem;
}

.back_btn{
	text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.back_btn a{
	display: inline-block;
}
@media (max-width: 980px){
	.single-section .logo_img img{
		width:130px;
	}
	.single-section h2{
		font-size: 2rem;
	}
}
@media (max-width: 750px) {
	.single-section{
		padding: 23px 33px 40px;;
	}
	.drawer-opened .single-section{
		padding: 125px 33px 40px;	
	}
	.single-section h2{
		font-size: 1.8rem;
	}
}

@media (max-width: 500px){
	.single-section{
		padding: 23px 15px 40px;
	}
	.drawer-opened .single-section{
		padding: 125px 15px 40px;	
	}
	.single-section .logo_img img{
		width:120px;
	}
	.single-section h2{
		font-size: 1.65rem;
	}
	.single-section h2 span{
		font-size: 1rem;
	}
	.back_btn{
    	font-size: 1rem;
	}
}
/*------------------------------------------------------------
共通シングルコンテント
------------------------------------------------------------ */



/*------------------------------------------------------------
更新履歴
------------------------------------------------------------ */
section.update{
	padding: 80px 80px 140px;	
}
.update_list{
	outline: 1px solid #101016;
    border-radius: 10px;
	overflow-y: scroll;
	height:300px;
	max-width: 900px;
    margin: 0 auto;
}
.update_list_inner{
	padding: 15px 0;
}
.update_item{
	padding: 5px 20px;
}
.update_date{
	font-size:.85rem;
	font-weight: 500;
}
.update_item dt{
	font-weight: 500;	
}
.update_item a{
	font-size:1rem;
	display: inline-block;
	font-weight: 500;
}
@media (max-width: 980px){
	.update_date{
		font-size:.8rem;
	}
	.update_item a{
		font-size:1rem;
		font-weight: 500;
	}
}
@media (max-width: 750px) {
	section.update {
    	padding: 80px 33px 140px;
	}
	.update_list{
		height:200px;
	}
}
@media (max-width: 500px){
	section.update {
    	padding: 80px 15px 100px;
	}
	.update_item {
    	padding: 5px 12px;
	}
	.update_date {
        font-size: .75rem;
    }
	.update_item a ,.update_item dt{
        font-size: .8rem;
        font-weight: 300;
    }
}
/*------------------------------------------------------------
更新履歴
------------------------------------------------------------ */


/*------------------------------------------------------------
profile
------------------------------------------------------------ */
.profile_content,.contact_content{
	padding: 15px 50px 40px;
}
.profile_content h2{
	font-size: 1.75rem;
	padding-top: 0;
	line-height: 1.5;
}
.profile_content .wp-block-group .wp-block-preformatted{
	padding-bottom: 20px;	
	font-size: 1rem;
	padding-left: 5px;
}
.profile_content .wp-block-group p{
	padding-bottom: 20px;
    font-weight: 500;
    font-size: 1rem;
}
.profile_content .wp-block-group .wp-block-list{
    margin: 0 auto;
    padding-top: 20px;	
}
.profile_content .wp-block-group .wp-block-list li{
	font-size: 1rem;
    font-weight: 500;
	 padding-bottom: 10px;
}
.profile_content .wp-block-group .wp-block-list a{
	text-decoration: underline;
	display: inline-block;
    padding-right: 25px;
    font-weight: 600;
	color: #101016;
}
.contact_content{
	text-align: center;
}
.contact_title{
 font-size:1.75rem;	
}

@media (max-width: 980px){
	.profile_content,.contact_content{
		padding: 15px 0 40px;
	}
	.profile_content h2{
		font-size: 1.6rem;
	}
}
@media (max-width: 750px){
	.profile_content .wp-block-group .wp-block-list li{
		font-size: .85rem;
    	font-weight: 500;	
	}
	.profile_content h2{
		font-size: 1.4rem;
	}	
	.contact_title{
 		font-size:1.25rem;	
	}
	.profile_content .wp-block-group p {
    	font-size: .85rem;
	}
}
@media (max-width: 500px){
	.profile_content,.contact_content{
	padding: 15px 5px 40px;
	}
	.profile_content h2{
		font-size: 1.25rem;
	}
	.profile_content .wp-block-group .wp-block-preformatted{
		font-size: .85rem;
	}
	.profile_content .wp-block-group .wp-block-list a{
		display: block;
	}
}
/*------------------------------------------------------------
profile
------------------------------------------------------------ */



/*------------------------------------------------------------
漫画
------------------------------------------------------------ */
.comic_title_h3{
	padding: 20px 0 20px;
	text-align:center;
	font-size:2rem;
}
.comic_content{
	overflow-y:scroll;
	height:100%;
}
.comic_title{
	margin-top: 100px;
    text-align: center;
    font-size: 2rem;
}
.top_area , .bottom_area{
    margin: 0 auto;
    max-width: 750px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
	text-align: center;
}
.top_area{
	padding: 60px 25px 30px;
}
.bottom_area{
	padding: 80px 25px 0;
}
.comic_content .gallery-item{
	margin-top: 50px!important;
}
.comic_content .gallery-item .gallery-icon{
	max-width: 900px;
    margin: 0 auto;
    max-height: 100vh;	
}
.comic_content .gallery-item img{
	width: auto;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    max-height: 100vh;
}
.comic_content .back_btn{
	margin:100px 0 45px;
}

@media (max-width: 750px) {
	.comic_title_h3{
		font-size:1.8rem;
	}
	.comic_content .gallery-item img{
		max-width:100%;
		height:auto;
		display:block;
		margin: 0 auto;
	}
}

@media (max-width: 500px){
	.comic_title_h3{
		font-size:1.6rem;
		padding: 0 0 20px;
	}
	.comic_title{
		margin-top: 50px;
    	font-size: 1.5rem;
		font-weight: 500;
	}
	.top_area , .bottom_area{
    	font-size: .85rem;
	}
	.top_area{
		padding: 30px 20px 0;
	}
	.bottom_area{
		padding: 60px 20px 0;
	}	
}

/*------------------------------------------------------------
漫画
------------------------------------------------------------ */

/*------------------------------------------------------------
同人誌
------------------------------------------------------------ */
.book_content{
	position: relative;
	margin: 0 auto;
	display: flex;
	max-width: 800px;
	padding-bottom: 70px;
}
.book_content_thum {
	margin: 0 20px;
    -webkit-box-flex: 0;
	flex: 0 0 40%
}
.book_content_thum img{
	width: 100%;
	height: auto;
}
.book_detail{
	width: 60%;
}
.book_title_h3{
	margin: 0 1em 1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #101016;
	font-size: 1.25rem;
}
.book_dl{
	margin: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	font-weight: 500;
    font-size: .85rem;
}
.book_dl dt{
	width: 33%;
	margin-bottom: 10px;
}
.book_dl dd{
	width: 66%;
	margin-bottom: 10px;
}
.book_dl dd a{
	display: inline-block;
	text-decoration: underline;
    color: #101016;
}
.synopsis{
    margin: 0 1em 1em;
    font-weight: 500;	
}

@media (max-width: 980px){
	.book_content{
		flex-direction: column;		
	}
	.book_content_thum , .book_detail{
		width: 100%;
        max-width: 500px;
        margin: 0 auto 25px;
	}
	.book_detail{
		max-width: 600px;
	}
}
/*------------------------------------------------------------
同人誌
------------------------------------------------------------ */


/*------------------------------------------------------------
日記
------------------------------------------------------------ */
.diary{
	background-color: #fff;
  	background-image: linear-gradient(0deg, transparent 26%, #f1f1f1 27%, #f1f1f1 27%, transparent 29%,transparent 74%, #f1f1f1 75%, #f1f1f1 74%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, #f1f1f1 25%, #f1f1f1 26%, transparent 27%,transparent 74%, #f1f1f1 75%, #f1f1f1 76%, transparent 77%,transparent);
      background-size: 70px 70px;
    background-repeat: repeat;
	padding: 0 80px 50px;
}
.diary_inner{
	max-width:700px;
	padding: 0 35px 0;
}
.diary_inner h3 , .diary_inner p{
	text-align: center;
}
.diary_inner p{
	padding-top:20px;
	font-size: 1.35rem;
    font-weight: 500;
    text-shadow: 5px 5px 5px #fff, -5px 5px 5px #fff, 7px -5px 5px #fff, -5px -5px 5px #fff;
}
.diary_list{
	padding-top: 50px;
}
.diary_list .item{
	display:block;
	margin-bottom: 80px;
	box-shadow: 6px 6px #101016;
    border-radius: 10px;
}
.diary_list h4{
	text-align: center;
    font-size: 1.35rem;
    padding: 10px 0;
	border-bottom: 1px solid #101016;
	margin-bottom: 10px;
}
.diary_list .item .item_content{
	background: #fff;
    border: 2px solid #101016;
    border-radius: 10px;
	padding: 20px 50px;
}
.diary_list .item .item_content p{
	font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
.wp-block-image{
	user-select: none;	
}
.item_subcontent{
	    display: flex;
    justify-content: space-between;
	padding-top: 15px;
	user-select: none;
}
.item_subcontent p{
	font-size:.85rem!important;
	text-shadow:none;
}
.item_subcontent .cate{
	padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #101016;
	height:100%;
}
@media (max-width: 980px){
	.diary{
		padding: 0 35px 50px;
	}
	.diary_inner{;
		padding: 0 35px 0;
	}
	.diary_inner p{
		font-size: 1rem;
	}
}
@media (max-width: 750px) {
	 .diary {
        padding: 0 15px 50px;
    }
    .diary_inner {
        padding: 0 20px 0;
    }
	.diary_list .item .item_content p{
		font-size: .85rem;
	}
	.item_subcontent p{
		font-size:.7rem!important;
	}
}
@media (max-width: 500px){
	.diary .logo_img img {
    	width: 100px;
	}
	.diary_inner {
        padding: 0 12px 0;
    }	
	.diary_list h4{
    	font-size: 1.2rem;
	}
	.diary_inner p {
        font-size: 1rem;
    }
	.diary_list .item .item_content {
    	padding: 20px 30px;
	}
	.cate p{
		padding-top: 5px!important;
    	padding-bottom: 5px!important;
	}
}
/*------------------------------------------------------------
日記
------------------------------------------------------------ */


/*------------------------------------------------------------
 *itemリスト
------------------------------------------------------------ */
.item{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item li{
	width: calc(33% - 20px);
    margin-top: 3%;
    margin-bottom: 5%;
	margin-left: 10px;
	margin-right: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);	
}
.item li img{
	max-width: 100%;
    height: auto;
    transition: .3s;
	border: 1px solid #101016;
}
.item .item_detail{
	padding: 10px 10px;
	border: 1px solid #101016;
    border-top: none;
}
.item_title{
    font-size: 1rem;	
}
.item_content{
    font-size: .8rem;
    font-weight: 500;	
}
.sub_item{
	display: flex;
    justify-content: space-between;
}
.item_date{
	font-size: .7rem;
    padding-top: 5px;
    font-weight: 500;
}
.item_18age{
	background: red;
    color: #fff;
    padding: 3px 8px;
    border-radius: 14px;
	font-size: .75rem;
}
.item_number{
    position: absolute;
    text-align: center;
    top: 1px;
    right: 1px;
    background-color: rgb(255 255 255 / 80%);
    width: 35px;
    height: 35px;
    z-index: 1;
    font-size: 1rem;
    font-weight: 500;
    line-height: 35px;
}
@media (max-width: 980px){
	.item li{
		width: calc(50% - 20px);	
	}
}
@media (max-width: 750px) {
	.comic_title_h3{
		font-size:1.8rem;
	}
	.comic_content .gallery-item img{
		max-width:100%;
		height:auto;
		display:block;
		margin: 0 auto;
	}
	.item li{
		width: calc(50% - 10px);
		margin-left:5px;
		margin-right:5px;
	}	
	.item_title{
    	font-size: .8rem;	
	}
	.item_content{
    	font-size: .7rem;
    	font-weight: 500;	
	}	
	.item_number{
		font-size: .7rem;
    	width: 25px;
    	height: 25px;
    	line-height: 25px;
	}
}

@media (max-width: 500px){
	.item_18age{
    	padding: 3px 6px;
		font-size: .75rem;
	}	
}
/*------------------------------------------------------------
 *itemリスト
------------------------------------------------------------ */


/*------------------------------------------------------------
イベント
------------------------------------------------------------ */
.event_item li{
	width:100%;
	max-width: 700px;
    margin: 0 auto;
	border: 1px solid #101016;
    box-shadow: none;
	border-top: none;
}
.event_item li:first-child{
	margin: 20px auto 0;
	border-top: 1px solid #101016;
}
.event_item li p{
	padding: 15px;
}
.event_item li p span{
	margin-right: 20px;
}

.event_content{
	margin-bottom:50px;
}

.event_title {
    margin: 25px 0;
    text-align: center;
    font-size: 2rem;
}
.event_title span{
    margin-right: 30px;
	font-size: 1.65rem;
}
.event_post_content{
	text-align: center;
}
.event_post_content figure{
	max-width: 500px;
    margin: 20px auto;
}

@media (max-width: 500px) {
	.event_item li p {
    	font-size: .85rem;
	}
	.event_item li p span{
    	font-size: .75rem;
		display: block;
	}
    .event_title {
        margin-top: 20px;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .event_title span{
        font-size: 1.35rem;
		display: block;
		margin: 0;
    }
	.event_post_content {
   		font-size: .85rem;
    	font-weight: 500;
	}
}

/*------------------------------------------------------------
イベント	
------------------------------------------------------------ */	


/*------------------------------------------------------------
contact
------------------------------------------------------------ */

.wpcf7{
	padding: 0 20px;
	max-width: 500px;
	margin: 0 auto;
}
.wpcf7-form label span input{
	box-sizing:border-box;
	width: 100%;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
	border:1px solid #101016!important;
}
.wpcf7-form p{
	margin: 20px 0 10px;
	text-align: left;
}

.wpcf7-form label span input:focus{
	outline: 2px solid #101016!important;
}
.wpcf7-form label span textarea:focus{
	outline: 2px solid #101016!important;
}
.wpcf7-form label span textarea{
	box-sizing:border-box;
	width: 100%;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
	border:1px solid #101016!important;
}
.wpcf7-submit{
	cursor: pointer;
	width: 100px;
    height: 45px;
    font-weight: bold;
    background: #101016;
    color: #FFF;
    border-radius: 35px;
	display: block;
	margin: 0 auto;
	text-align: center;
}


.wpcf7-form label span input, .wpcf7-form label span textarea, .wpcf7-submit{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	border: none;
    outline: none;
}

@media (max-width: 500px){
	.wpcf7 {
    	padding: 0 10px;
	}
	.wpcf7-form p {
    	font-weight: 500;
    	font-size: .85rem;
		margin: 10px 0 10px;
	}
}


/*------------------------------------------------------------
contact
------------------------------------------------------------ */

.wp-pagenavi {
	margin: 40px auto;
	font-size: 1.25rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:none;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 10px;
	background:#101016;
	color:#fff;
	width: 40px;
	height: 40px;
	border-radius: 25%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
	font-weight: 500;
}
.wp-pagenavi span.current {
    border: none;
	font-weight: 400;
	background:#d3d3d3;
	color:#101016;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}


/*--------------------------------------
  ページトップボタン
--------------------------------------*/

.page-top {
	position: fixed;
	display: flex;
	align-items: center;
 	justify-content: center;
	color: #fff;
  	background: #101016;
	cursor: pointer;	
  	width: 120px;
  	height: 60px;
  	right: 90px;
  	bottom: -100px;
  	border-radius: 100px 100px 0 0;	
 	opacity: 0;
	visibility: hidden;
	border: 0;
	transition: .3s;
	letter-spacing: 3px;
	font-weight: bold;
	z-index: 100;
}
.diary .page-top {
	right: 30px;
}
.page-top i{
  position: absolute;
}
.page-top p{
  margin: 0;
  font-size: .5rem;
  bottom: 15px;
  position: absolute;
}
.is-active {
  opacity: 1;
  visibility: visible;
}
button.is-active {
  bottom: 40px;
}
.diary button.is-active {
	bottom: 0;
}

@media (max-width: 750px) {
	.page-top {	
  		width: 100px;
  		height: 50px;
  		right: 45px;
	}
	button.is-active {
  	bottom: 23px;
	}
}
@media (max-width: 500px) {
	.page-top {	
  		right: 25px;
	}
}
/*--------------------------------------
  ページトップボタン
--------------------------------------*/


/*--------------------------------------
  tab
--------------------------------------*/
.tabs ,.tabs2,.singletabs{
    margin: 10px auto 25px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
	width: 350px;
}
.tab , .tab2{
    flex-grow: 1;
    background: #fff;
    color: #101016;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 20px;
    padding: 14px 0 12px;
    text-align: center;
    transition: 1s;
	border-radius: 25px;
    border: 1px solid #101016;
}
.singletab{
    flex-grow: 1;
    background: #fff;
    color: #101016;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0 20px;
    text-align: center;
    transition: 1s;
	border-radius: 25px;
    border: 1px solid #101016;	
}
.singletab a{
	padding: 14px 0 12px;
}

.panel{
    display:none;
}
.tabs .active ,.tabs2 .active2,.singletabs .active{
    color:#FFF;
	background: #101016;
    transition: 1s;
}
.area, .area2{
 	display:none;
	transition: 1s;
}
.show , .show2{
    display:block;
	transition: 1s;
}
@media (max-width: 750px) {
	.tabs ,.tabs2,.singletabs{
    	margin: 10px auto 20px;
		width: 320px;
	}
	.tab , .tab2,.singletab{
    	font-size: 10px;
    	margin: 0 15px;
	}
}
@media (max-width: 640px) {
	.tabs ,.tabs2,.singletabs{
		width: 260px;
	}
	.tab , .tab2{
		padding: 10px 0 9px;
		font-size: 10px;
    	margin: 0 10px;
	}
	.singletab{
		font-size: 10px;
    	margin: 0 10px;		
	}
	.singletab a{
		padding: 10px 0 9px;
	}
}
/*--------------------------------------
  tab
--------------------------------------*/

/*--------------------------------------
  いいね
--------------------------------------*/
.iine{
    padding: 0 80px 60px;
	position:relative;
}
.ifw_wrap.ifw_left {
    margin: 0 auto 40px;
}
.ifw_wrap {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto;
}
.ifw_wrap button.ifw_btn, .ifw_wrap div.ifw_btn {
    padding: 20px 20px;
	border-radius: 50px;
}
.ifw_wrap button.ifw_btn span.material-symbols-rounded, .ifw_wrap div.ifw_btn span.material-symbols-rounded {
    font-size: 50px;
}
.ifw_wrap .ifw_message_wrap.ifw_top_left {
    bottom: calc(100% + 30px);
    left: 0;
    transition: 0.5s;
    transform: translateY(10px);
    z-index: 99999;
    right: 0;
	bottom: 100px;
    margin: 0 auto;
}
.ifw_wrap .ifw_message_wrap.ifw_top_left .ifw_arrow {
	display: none;
}
.iine .wp-block-group {
    padding-bottom: 15px;
	text-align: center;
}
.iine .wp-block-group p{
	font-size:1rem;
}
.iine .wp-block-group a{
	display:inline-block;
	text-decoration: underline;
	color: #101016;
}
@media (max-width: 750px) {
    .iine {
        padding: 0 33px 50px;
    }
	.iine .wp-block-group p{
		font-size: .85rem;
	}
}
@media (max-width: 500px) {
    .iine {
        padding: 0 13px 50px;
    }
}


/* Footer
------------------------------------------------------------ */
footer{
	padding: 40px 80px 80px;
    height: auto;
    position: relative;
}
.mainf{
	padding: 0;
}
.site-footer {
    height: 100%;
    font-size: 1rem;
    width: 100%;
    line-height: 1.25rem;
	text-align: center;
	padding: 0 15px;
}
.banner{
	padding-bottom: 15px!important;
}
.site-footer div{
	padding-bottom: 5px;
}
.site_caution , .site_search{
	padding-top: 15px!important;	
}
.site_caution span{
    font-size: .85rem;
    font-weight: 500;
}
.site_search a{
	display: inline-block;
    text-decoration: underline;
    color: #101016;
}
@media screen and (max-width: 1024px) {
	.site-footer {
		font-size: 14px;
	}
}
@media (max-width: 750px) {
    footer {
        padding: 40px 33px 80px;
    }
	.site-footer div{
		font-size: .85rem;
	}
}
@media (max-width: 500px) {
    footer  {
        padding: 40px 15px 80px;
    }
}
/* Footer
------------------------------------------------------------ */
.fake-scrollbar {
  position: fixed;
  right: 2px;
  top: 0;
  width: 10px;
  height: 100%;
  background: transparent;
	z-index: 9999;
}

.fake-scrollbar .thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px; /* JSで計算して動かす */
  background: #fff;
	border: 1px solid #101016; 
  border-radius: 4px;
}