@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Sawarabi+Mincho&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

a {color: inherit;text-decoration: none;}
li {list-style: none;}
img {max-width: 100%;}

html {
	font-size: 10px;
	font-weight: 400;
	color: #000;
}

body {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}



.pcv {display:none;}
.spv {display:block;}

@media screen and (min-width: 1025px) {
	.pcv {display:block;}
	.spv {display:none;}
}


.floL {float:left;}
.floR {float:right;}

.clear  {content:"";display:table;clear:both;zoom:1;}
.ph-img { width:100%;height:auto; }

.sawa { font-family: 'Sawarabi Mincho', serif; }


/*
#page_top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 1.0;
	z-index:500;
}
#page_top a{
	display: block;
	text-decoration: none;
}

#page_top a img {
	width:50px;
	height:50px;
}


@media screen and (min-width: 1025px) {
	#page_top{
		right: 20px;
		bottom: 110px;
	}
	#page_top a img {
		width:64px;
		height:64px;
	}
}
*/



/* ------------------------------------------------------------ */
/* link */
/* ------------------------------------------------------------ */
/*
::selection {
  color: #383838;
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}

::-moz-selection {
  color: #383838;
  background: rgba(0,0,0,0.1);
  text-shadow: none;
}
*/
a {
  color: #323232;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:link {
  color: #323232;
  text-decoration: none;
}
a:visited {
  color: #323232;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #323232;
  text-decoration: none;
}


/* リンクアニメ */
.btn{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	padding: 5px 5px;
	text-align: center;
	outline: none;
	transition: ease .2s;
}

.btn span {
	position: relative;
	z-index: 3;
	color:#333;
}

.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#f8ec32;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}



/*********************************************************************************************

	HEADER

**********************************************************************************************/

.main-header {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;top: 0;left: 0;
	z-index: 9998;
	-webkit-overflow-scrolling: touch;
	border-bottom:2px solid #333;
}

.main-header::after {
	content: '';
	width: 100vw;
	height: 0;
	position: absolute;bottom: 0;left: 0;
	display: block;
	opacity: 1;
	visibility: visible;
	background:#fff;
	-webkit-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s
}

.show-menu .main-header::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}
.gnav .sp_container::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;top: 0;left: 0;
	display: block;
	background:#f7f7f7;
	transition: 1s cubic-bezier(.165, .84, .44, 1);
	transform: translate3d(0, -100%, 0);
	z-index: 2;
}

.show-menu .sp_container::before {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.main-header .header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}



/* hamburger */
.main-header .hamburger {
	border-radius: 10px;
	padding: 10px 0;
	font-size: 10px;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	position: relative;
	width: 32px;
	height: 22px;
	outline: none;
}
.main-header .hamburger > div {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-header .hamburger span {
	height: 2px;
	width: 100%;
	display: block;
	background: #323232;
	transition: .3s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
}
.main-header .hamburger span:first-of-type { top: 10px; }
.main-header .hamburger span:nth-of-type(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-header .hamburger span:nth-of-type(3) { bottom: 10px; }


.main-header .hamburger.is-open span:first-of-type {
	width: 100%;
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	left: 0;
}
.main-header .hamburger.is-open span:nth-of-type(2) { opacity: 0; }
.main-header .hamburger.is-open span:nth-of-type(3) {
	width: 100%;
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
	left: 0;
}


@media screen and (min-width: 1025px) {
	.main-header {
		width: 230px;
		height: 100vh;
		padding: 33px 0;
		display: block;
		border-right:2px solid #333;
		border-bottom:none;
	}
	.main-header .hamburger { display:none; }
}






/* ============================================================
  Site ID
============================================================== */

.site-id { width:100%;text-align:center; }
.site-name {
	font-size:2.1rem;
	font-family: 'Sawarabi Mincho', serif;
	font-weight:bold;
	position:relative;
	padding:0px 0 0 0;
	margin:0 0 0px;
}

.site-name span { position:relative; }
.site-name span:before {
	content:"";
	width: 32px;
	height:32px;
	background-color:#f8ec32;
	border-radius:50%;
	position:absolute;top:-7px;left:-16px;
	z-index:-1;
}


#main .site-name { font-size:3.6rem; }
#main .site-name span:before { width:50px;height:50px; }

@media screen and (min-width: 1025px) {
	.ttl-line:before,
	.ttl-line:after {
		content:"";
		width:100%;
		height:2px;
		background:#000;
		position:absolute;bottom:-25px;left:0;
	}

	.ttl-line:after {
		height:1px;
		bottom:-28px;
	}
}



/* ============================================================
  Gnav
============================================================== */
.gnav {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;top: 0;left: 0;
	z-index: 9997;
	pointer-events: none;
	visibility: hidden;
}

.show-menu .gnav {
	visibility: visible;
	pointer-events: auto;
	overflow-y: auto;
}
.gnav .sp_container {
	position: relative;
	padding: 60px 0 2em;
}


.gnav .sp_container::after {
	content: "";
	height: 100%;
	width: 100%;
	background: #fff;
	position: absolute;top: 0;
	z-index: 0;
	transition: 1s cubic-bezier(.165, .84, .44, 1);
	transform: translate3d(0, -100%, 0);
}
.show-menu .sp_container::after {
	right: 0;
	visibility: visible;
	transform: translateY(0);
}

.gnav_container {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	opacity: 0;
	position: relative;
	padding: 1.5em 0;
	z-index: 9998;
}
.show-menu .gnav_container {
	opacity: 1;
	transition: 1.8s cubic-bezier(.165, .84, .44, 1) .3s;
}




@media screen and (min-width: 1025px) {
	.gnav {
		width: 215px;
		height: 100vh;
		padding-top: 0;
		visibility: visible;
		left: 10px;
		z-index: 9999;
		pointer-events: auto;
	}

	.gnav::before {
		content: "";
		height: 100%;
		width: 100%;
		visibility: visible;
		position: absolute;top: 0;left: 0;
	}
	.main-heade::after {
		opacity: 1;
		visibility: visible;
	}
	.gnav .sp_container {
		padding: 0;
		height: 100%;
	}
	.show-menu .gnav .sp_container::after {
		content: none;
	}

	.gnav_container {
		opacity: 1;
		padding-top:120px;
		overflow: auto;
		height: 100%;
	}

}


/* ============================================================
  Gnav-menu
============================================================== */

.nav-menu {
	width: 90%;
	text-align: left;
	margin: 0 auto 2em;
	flex-shrink: 0;
}

.menu-item > a {
	display: block;
	padding: 10px 5px;
	font-size: 1.4rem;
}

.menu-item span {
	display: block;
	font-size: 1.6rem;
}


.sub-menu {
	width: auto;
	margin: 20px 20px;
	text-align: left;
}
.sub-menu li {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto .5em;
}
.sub-menu li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 7px;
	border-left: 1px solid #323232;
	border-bottom: 1px solid #323232;
	vertical-align: middle;
	margin-right: 0.5em;
}

.menu-item_top { margin-bottom:30px; }
.menu-item_top a {
	background:#eee;
	display:inline-block;
	border-radius:30px;
	padding:7px 0 8px;
	font-size:1.4rem;
	text-align:center;
	width:80%;
}

.no-link { color:#ccc; }

@media screen and (min-width: 1025px) {
	.nav-menu {
		width: 100%;
		text-align: left;
		margin: 0 0 2em 1.8em;
	}
	.sub-menu {
		width: auto;
		margin: 20px 15px 0 15px;
		text-align: left;
	}
}

.sub-menu li a {
	/*	font-size: 1.6rem;*/
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.6;
}
.sub-menu li a span {
	font-size: 1.4rem;
}




/*********************************************************************************************

	FOOTER

**********************************************************************************************/
.main-footer {
	width: 100%;
	padding: 1em 0;
	position: relative;
}
.main-footer::after {
	content: '';
	width: 100vw;
	height: 2px;
	position: absolute;top: -1px;left: 0;
	display: block;
	background: #333;
}
.copy {
	font-size: 1.2rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}


.menu-close {
	position: fixed;top: 0;left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.show-menu .menu-close {
	opacity: 1;
	visibility: visible;
}


/*
@media screen and (min-width: 1025px) {
	.main-footer {
		width: calc(100% - 230px);
		margin: 0 0 0 230px;
	}
}
*/




/*********************************************************************************************

	CONTENT

**********************************************************************************************/
.content {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - 50px);
}
.content::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: .6s cubic-bezier(.165, .84, .44, 1);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

@media screen and (min-width: 1025px) {
	.content {
		width: calc(100% - 230px);
		min-height: calc(100vh - 53px);
		margin: 0 0 0 230px;
		padding: 0;
justify-content: start;
	}
}




/* ============================================================
  con-top
============================================================== */
/* TOP */
.con-top {
	width:100%;
	padding:0px 0 5px;
	margin:0 0 50px;
	border-bottom:1px solid #eee;

	background-image: linear-gradient(45deg, #f7f7f7 25%, #eee 25%, #eee 50%, #f7f7f7 50%, #f7f7f7 75%, #eee 75%);
	background-size: 30px 30px;
	position:relative;
	z-index:-1;
}

.inner {
/*
	max-width:1000px;
*/
	width:auto;
	height:200px;
	background:url(../img/top_img.png) right bottom no-repeat;
	background-size:50%;
}

.con-top .inner { padding:0 0 0 30px; }
.con-top .inner h2 { margin:0 0 0 30px; }
.con-top .t-read {
	font-size:1.3rem;
	line-height:1.8;
	margin:20px 0 0 40px;
}


@media screen and (min-width: 1025px) {
	.con-top {
		padding:40px 0 20px;
		margin:0 0 100px;
	}

	.inner {
		height:350px;
		background:url(../img/top_img.png) 96% bottom no-repeat;
	}
	.con-top .t-read { font-size:1.6rem; }
}


/* CAT DETAIL */
.t-page { padding:15px 10px; }
.t-page .inner {
	height:40px;
	background:none;
	display: table;
}
.page-title {
	display: table-cell;
	vertical-align: middle;
	font-size:1.8rem;
	line-height:1.4;
}

.page-title span { font-size:2.1rem; }

@media screen and (min-width: 1025px) {
	.t-page { padding:30px 10px; }
	.t-page .inner { height:80px; }
	.page-title span { font-size:2.8rem; }
}












.con-body {
	width:auto;
	padding-right:35px;
}

.con-box { margin:0 0 60px;position:relative; }

.con-box h3 {
	display:inline-block;
	font-size:1.8rem;
	line-height:1.4;
	font-family: 'Sawarabi Mincho', serif;
	padding:0 1.5em 10px 1em;
	margin:0 0 30px;
	border-bottom: 2px solid #000;
	position:relative;
}

.con-box h3:after {
	content:"";
	width: 28px;
	height:28px;
	background-color:#f8ec32;
	border-radius:50%;
	position:absolute;bottom:-14px;right:-18px;
	z-index:-1;
}

@media screen and (min-width: 1025px) {
	.con-body {
		width:auto;
		padding-right:60px;
	}
	.con-box h3 {
		font-size:2.4rem;
		padding:0 1.5em 10px 1.5em;
		margin:0 0 40px;
	}
	.con-box h3:after {
		width: 32px;
		height:32px;
		position:absolute;bottom:-17px;right:-23px;
	}
}


.cat-box {
	margin:0 0 20px 20px;
	letter-spacing: -.4em;
}

.cat-box li {
	display: inline-block;
	letter-spacing: normal;
	border:1px solid #d8d8d8;
	padding:5px 1em;
	font-size:1.1rem;
	color:#000;
	border-radius:         6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
}

.cat-box li + li { margin:0 0 0 10px; }

.con-inner { margin:0 0 0 20px;font-size:1.4rem;line-height:1.8; }
.con-inner p { font-size:1.4rem;line-height:1.8;margin-bottom:1.5em; }

.con-inner h4 {
	font-size:1.8rem;
	line-height:1.4;
	font-family: 'Sawarabi Mincho', serif;
	padding:0 0 0 30px;
	margin:0 0 15px;
	position:relative;
	font-weight:500;
}

.con-inner h4:before {
	content:"";
	width: 25px;
	height:25px;
	background-color:#f8ec32;
	border-radius:50%;
	position:absolute;top:0px;left:0px;
}

.s-box { margin:30px 0 60px 0; }
.s-box p { margin-left:2.5em; }


@media screen and (min-width: 1025px) {
	.cat-box { margin:0 0 30px 40px; }

	.con-inner { margin:0 0 0 40px;font-size:1.6rem; }
	.con-inner p { font-size:1.6rem; }

	.con-inner h4 {
		font-size:2.1rem;
		padding:0 0 0 50px;
		margin:0 0 30px;
	}

	.con-inner h4:before {
		width: 40px;
		height:40px;
		position:absolute;top:-5px;left:0px;
	}

	.s-box { margin:30px 0 60px; }
	.s-box p { margin-left:3.3em; }
}

.con-inner h5 {
	font-size:1.6rem;
	font-weight:500;
	margin:25px 0 15px 0;
}





/* ============================================================
  CODE
============================================================== */
.code-box {
	background:#9cc;
	padding:0 10px 10px 10px;
	margin:0 0 0 0;
}

code {
	font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow: auto;
}

pre {
	white-space: pre-wrap ;
	margin:0 0 0 0;
	padding-top:20px !important;
	padding-bottom:20px !important;

	font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
	font-size: 1.4rem;

	white-space: nowrap;
	overflow-x: scroll;

}

li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
	list-style-position: outside;
	margin-left: 45px;
	padding-left:16px;
	margin-bottom:5px;
}





/* ============================================================
  パーツ text link
============================================================== */
.t-txt {
	font-size:1.5rem;
	line-height:1.6;
}

@media screen and (min-width: 1025px) {
	.t-txt { font-size:1.6rem; }
}





































