/*
Theme Name: inu project
Description: inu project
Author: inu project
Version: 1.0
*/



/*------------------------------------------

	style.css

------------------------------------------*/
body {
	font-size: 1.4em;
	font-weight: lighter;
}

body.open {
	position: fixed;
}

::selection {
  background-color: #FFD700;
}

.white {
	color: #fff;
}

.bread-box {
	width: 100%;
	background-color: #f7f5f3;
	padding-top: 10px;
}
.bread-box ul {
	width: 100%;
	max-width: 1230px;
	line-height: 1;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.bread-box li {
	padding-right: 10px;
	margin-right: 13px;
	position: relative;
}
.bread-box li a {
	color: #262728;
	text-decoration: underline;
}
.bread-box li:not(:last-child)::before {
    content: ">";
	color: #dedede;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(0,-45%);
}
.under-page article {
	background-color: #f7f5f3;
}
.under-page section {
	width: 100%;
	max-width: 1230px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.wp-pagenavi {
	width: 100%;
	max-width: 1230px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current {
	width: 50px;
	height: 50px;
	letter-spacing: .05em;
	text-align: center;
	border: #262728 1px solid;
	border-radius: 100px;
	padding-top: 15px;
	margin-right: 10px;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .nextpostslink:hover {
	background-color: #dedede;
}
.wp-pagenavi .current {
	background-color: #dedede;
}
.wp-pagenavi .extend {
	margin-right: 10px;
}

/*PC*/
@media screen and (min-width: 768px) {
	.under-page article {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	body {
		}

	.bread-box ul {
		padding-right: 2%;
		padding-left: 2%;
	}
	.under-page section {
		padding-right: 2%;
		padding-left: 2%;
	}
	.under-page article {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.wp-pagenavi {
		margin-bottom: 50px;
	}

	.wp-pagenavi .page,
	.wp-pagenavi .first,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .last,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .current {
		width: 44px;
		height: 44px;
		padding-top: 11px;
		margin-right: 10px;
	}
}/*END*/





/*------------------------------------------

	装飾アイテム

------------------------------------------*/
.btn {
	width: 100%;
	text-align: center;
}
.btn a {
    min-width: 248px;
    color: #fff;
    background-color: #346aad;
    text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    padding: 13.5px 25px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,.3);
}
.btn a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%) translate(-10%,0);
    color: #fff;
}

.cat {
	color: #fff!important;
	text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .05em;
    padding: 3px 10px;
    display: inline;
    margin-right: 10px;
}

.hx-type1 {
	font-family: 'Staatliches', cursive;
	letter-spacing: .05em;
	text-align: center;
	position: relative;
}
.hx-type1::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #262728;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 0;
}
.hx-type1 span {
	position: relative;
	background-color: #f7f5f3;
	padding: 0 .5em;
	z-index: 1;
}

.hx-type2 {
	font-family: 'Staatliches', cursive;
	color: #262728;
	letter-spacing: .15em;
	text-align: center;
	position: relative;

}
.hx-type2 span {
	border-bottom: #262728 1px solid;
	padding: 0 .05em 0 .2em;
}
.hx-type2.wh {
	color: #fff;
}
.hx-type2.wh span {
	border-bottom: #fff 1px solid;
}


.eng1 {
	font-family: 'Staatliches', cursive;
	font-weight: bold;
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.hx-type1 {
		}
	.hx-type1 span {
		width: 70%;
		display: inline-block;
	}
	.hx-type2 {
		}
}

/*------------------------------------------

	header

------------------------------------------*/
header {
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
header .inr {
	width: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
}
header .wrap {
	width: 52.0833333333%;
	max-width: 745px;
}
header .wrap.menu-box {
	width: 47.9166666667%;
	max-width: 470px;
}
header h1 {
	width: 100%;
	font-weight: normal;
	color: #dedede;
}
header .serch-form-box {
	width: 100%;
	text-align: right;
	margin-top: auto;
}
header .serch-form-box {
	text-align: right;
	position: relative;
}
header .serch-form-box input[type="text"] {
	width: 100%;
	max-width: 275px;
	font-size: 1.0rem;
    border: 1px #262728 solid;
	border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
header .serch-form-box label.btn-file {
	line-height: 1;
}

header .s_btn {
    position: absolute;
    right: 4px;
    top: 2px;
}
header .s_btn input {
    font-size: 1.2rem;
    color: #fff;
    background: #262626;
    border: #262626 1px solid;
    border-radius: 6px;
    padding: 0px 5px;
}

header .gnav-box-inr {
	width: 100%;
	margin-top: auto;
}
header .gnav {
	width: 100%;
	font-size: 1.4rem;
}
header .gnav {
}
header .gnav a {
	color: #262728;
}


/*PC*/
@media screen and (min-width: 768px) {
	header .gnav li {
		margin-left: 2%;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	header {
		width: 100%;
		padding-top: 4%;
		padding-right: 2%;
		padding-bottom: 4%;
		padding-left: 2%;
	}
	header .logo {
		width: 70%;
		max-width: 235px;
	}
	header .logo img {
		display: block;
	}
	header .menu-open {
		position: fixed;
		top: 10px;
		right: 10px;
	}
	header .wrap {
		width: 100%;
		max-width: none;
	}

	header .wrap.menu-box {
		width: 100%;
		max-width: none;
		height: 100%;
		color: #fff;
		background: #262728;
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: -1;
		transition: .7s;
		overflow: scroll;
	}
	.open header .wrap.menu-box {
		right: 0;
		z-index: 9999;
		transition: .7s;
	}
	header .wrap.menu-box a {
		color: #fff;
	}
	

	header .serch-form-box {
		width: 100%;
		text-align: right;
		margin-top: inherit;
	}
	header .serch-form-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	header .serch-form-box form {
		width: 90%;
		justify-content: space-between;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	header .serch-form-box input[type="text"] {
		width: 100%;
		height: 34px;
		max-width: none;
		border: 1px #fff solid;
		border-radius: 5px;
		padding-left: 5px;
	}

	header .s_btn {
	    position: absolute;
	    right: 5px;
	    top: 5px;
	}
	header .s_btn input {
	        color: #262626;
	    background: #fff;
	    border: #fff 1px solid;
	}

	.my-parts-hidden {
		display: none;
	}

	#my-parts-icon {
		cursor: pointer;
		display: inline-block;
		height: 50px;
		position: fixed;
		width: 50px;
		right: 3px;
		top: 7px;
		z-index: 10000;
	}

	#my-parts-icon span {
		background:  #262728;
		border-radius: 4px;
		display: block;
		height: 2%;
		left: 50%;
		margin: -8% 0 0 -42%;
		position: absolute;
		top: 50%;
		transition: all 0.3s ease-in-out;
		width: 84%;
	}

	#my-parts-icon span::before,
	#my-parts-icon span::after {
		-webkit-transform: rotate(0);
		background: #262728;
		border-radius: 4px;
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		margin: -8% 0 0 -50%;
		position: absolute;
		top: 50%;
		transform: rotate(0);
		transition: all 0.3s ease-in-out;
		width: 100%;
		transform: .6s;
	}
	.open #my-parts-icon span::before,
	.open #my-parts-icon span::after {
		background: #fff;
		transform: .6s;
	}

	#my-parts-icon span::before {
		margin-top: -28%;
	}

	#my-parts-icon span::after {
		margin-top: 26%;
	}

	#my-parts-checkbox:checked ~ #my-parts-icon span {
		background: rgba(51, 51, 51, 0);
	}

	#my-parts-checkbox:checked ~ #my-parts-icon span::before,
	#my-parts-checkbox:checked ~ #my-parts-icon span::after {
		content: "";
		display: block;
		height: 100%;
		left: 50%;
		margin: -8% 0 0 -42%;
		position: absolute;
		top: 50%;
		width: 100%;
	}

	#my-parts-checkbox:checked ~ #my-parts-icon span::before {
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	#my-parts-checkbox:checked ~ #my-parts-icon span::after {
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}


	header .gnav {
		width: 100%;
		border-top: #fff 1px solid;
		margin-top: 50px;
	}
	header .gnav li {
		width: 100%;
		text-align: center;
	}
	header .gnav li a {
		width: 100%;
		display: block;
		padding: 15px 0;
		border-bottom: #fff 1px solid;
	}

}/*END*/



/*------------------------------------------

	home

------------------------------------------*/
.top-sec1-box {
	width: 100%;
	background-color: #000;
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-sec1-box .top-sec1-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec1-box .top-sec1-logo img {
	width: 190px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec1-box .top-sec1-txt {
	width: 100%;
}
.top-sec1-box .top-sec1-txt p {
	width: 90%;
	max-width: 750px;
	text-align: center;
	line-height: 2.14;
	margin-right: auto;
	margin-left: auto;
}


.top-sec2-box {
	width: 100%;
	background-image: url(images/top/sec2-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.top-sec2-box .top-sec2-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec2-box .top-sec2-logo img {
	width: 265px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec2-box .top-sec2-txt {
	width: 100%;
}
.top-sec2-box .top-sec2-txt p {
	width: 90%;
	max-width: 1000px;
	color: #fff;
	text-align: justify;
	line-height: 2.14;
	margin-right: auto;
	margin-left: auto;
}


.top-sec3-box {
	width: 100%;
	background-color: #fff8dc;
	background-repeat: repeat;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.top-sec3-box .top-sec2-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec3-box .top-sec2-logo img {
	width: 265px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec3-box .top-sec2-txt {
	width: 100%;
}
.top-sec3-box .top-sec2-txt p {
	width: 90%;
	max-width: 1000px;
	color: #fff;
	text-align: justify;
	line-height: 2.14;
	margin-right: auto;
	margin-left: auto;
}



.top-sec4-box {
	width: 100%;
	background-color: #f0e68c;
	background-repeat: repeat;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.top-sec4-box .top-sec4-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec4-box .top-sec4-logo img {
	width: 265px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec4-box .top-sec4-txt {
	width: 100%;
}

.top-sec5-box {
	width: 100%;
	background-image: url(images/top/sec5-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.top-sec5-box .top-sec5-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec5-box .top-sec5-logo img {
	width: 265px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec5-box .top-sec5-txt {
	width: 100%;
}

.top-sec6-box {
	width: 100%;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.top-sec6-box .insta-box {
	width: 90%;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.top-sec6-box .top-sec6-logo {
	width: 100%;
	height: auto;
	text-align: center;
}
.top-sec6-box .top-sec6-logo img {
	width: 250px;
	height: auto;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-sec6-box .btn.insta a {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	position: relative;
	overflow: hidden;
}
.top-sec6-box .btn.insta a::after {
    content: '';
    position: absolute;
    top: 25px;
    left: -58px;
    width: 180px;
    height: 180px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}



/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.ms-image {
		overflow: hidden!important;
	}
	.ms-image img {
		height: 350px!important;
		object-fit: cover!important;
	}
	
	.top-sec1-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.top-sec1-box .top-sec1-logo img {
		width: 100px;
		height: auto;
	}



	.top-sec2-box {
		background-image: none;
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.top-sec2-box .inr {
		position: relative;
		overflow: hidden;
	}
	.top-sec2-box .inr::before {
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(images/top/music-hx-bg.jpg);
		background-size: cover;
		background-position: center top;
		position: fixed;
		z-index: -2;
		top: 0;
		left: 0;
	}
	.top-sec2-box .top-sec2-logo img {
		width: 175px;
		height: auto;
	}
	.top-sec2-box .top-sec2-txt {
		line-height: 1.75;
	}
	.top-sec2-box {
		padding-top: 50px;
		padding-bottom: 50px;
		background-position: -570px 0;
	}



	.top-sec3-box {
		background-image: none;
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.top-sec3-box .inr {
		position: relative;
		overflow: hidden;
	}
	.top-sec3-box .top-sec2-logo img {
		width: 175px;
		height: auto;
	}
	.top-sec3-box .top-sec2-txt {
		line-height: 1.75;
	}
	.top-sec3-box {
		padding-top: 50px;
		padding-bottom: 50px;
		background-position: -570px 0;
	}



	.top-sec4-box {
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.top-sec4-box .top-sec4-logo img {
		width: 100px;
		height: auto;
	}
	.top-sec4-box .top-sec4-logo img {
		width: 175px;
		height: auto;
	}
	.top-sec4-box .top-sec4-txt {
		line-height: 1.75;
	}
	.top-sec4-box {
		padding-top: 50px;
		padding-bottom: 50px;
		background-position: -570px 0;
	}



	.top-sec5-box {
		background-image: none;
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.top-sec5-box .inr {
		position: relative;
		overflow: hidden;
	}
	.top-sec5-box .inr::before {
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(images/top/top-movie-bg.jpg);
		background-size: cover;
		background-position: center top;
		position: fixed;
		z-index: -3;
		top: 0;
		left: 0;
	}
	.top-sec5-box.aaa .inr::before {
		z-index: -1;
	}
	.top-sec5-box .top-sec5-logo img {
		width: 190px;
	}

	.top-sec6-box {
		background-color: #fff;
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.top-sec6-box .top-sec6-logo img {
		width: 190px;
	}
	
}/*END*/



/*------------------------------------------

	page

------------------------------------------*/
.under-page .mv-box {
	position: relative;
}
.under-page .mv-box::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(https://inu.gcgcgucchi.com/wp/wp-content/uploads/2023/04/concert-gc3a2e9d70_1920.jpg);
	background-size: cover;
	background-position: center top;
	position: fixed;
	z-index: -3;
	top: -30%;
	left: 0;
	filter: blur(30px);
}
.under-page .page-tit {
	color: #fff;
	font-weight: lighter;
	letter-spacing: .05em;
    text-align: center;
    padding: 95px 0;
}




ul.post-box {
	width: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
ul.post-box::after {
	content: "";
	width: 30%;
	max-width: 364px;
	display: block;
}
ul.post-box li {
	width: 30%;
	max-width: 364px;
	position: relative;
}
.under-page ul.post-box li {
	width: 30%;
	max-width: 364px;
	position: relative;
}
ul.post-box li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: .7s;
}
ul.post-box li a::before {
	content: "";
	transition: .7s;
	width: 105%;
	height: 105%;
	background-color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transition: .7s;
	opacity: 0;
	transform: translate(-50%,-50%);
}
ul.post-box li a:hover::before {
	opacity: .7;
	transition: .7s;
}
.thum img {
	width: 100%;
	height: auto;
	display: block;
}
ul.post-box li .tit {
    font-size: 1.8rem;
    font-weight: lighter;
    line-height: 1.3;
	text-align: justify;
}
ul.post-box li .cat {
    letter-spacing: .05em;
    padding: 3px 10px;
    display: inline;
	margin-right: 10px;
}
.cat.cat_information {
    background-color: #346aad;
}
.cat.cat_blog {
    background-color: #1b8b35;
}
.cat.cat_song {
    background-color: #e23b3b;
}
.cat.cat_movie {
    background-color: #ffb61a;
}
.cat.cat_live {
    background-color: #c86319;
}
.single time {
	color: #ccc;
}
ul.post-box li .content-txt {
    line-height: 1.3;
	text-align: justify;
	margin-top: 10px;
}

.content-txt p {
	padding-bottom: 15px;
}
.content-txt strong {
line-height: 1.3;
    background-color: #ffcf2a;
    padding: 0 .5em;
    margin: 0 .5em;
}
.content-txt a {
	color: #346aad!important;
	text-decoration: underline;
}
.content-txt ol {
	padding-left: 1.8em;
}
.content-txt ol,
.content-txt ol li {
	list-style: decimal-leading-zero;
	border: 0!important;
	padding-bottom: 0!important;
}
.content-txt ol li {
	margin-bottom: 8px!important;
}




.content-txt h4 {
    font-weight: lighter;
    position: relative;
    padding: 0 .5em 0 2em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
.content-txt h4::before,
.content-txt h4::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.content-txt h4::before {
	top: .3em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
.content-txt h4::after {
	top: .9em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}


/*PC*/
@media screen and (min-width: 768px) {
	ul.post-box li {
		margin-bottom: 50px;
	}
	ul.post-box li:first-child {
		margin-bottom: 0;
	}
	ul.post-box li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	ul.post-box li .thum {
		margin-bottom: 10px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.under-page .page-tit {
			padding: 35px 0;
	}

	ul.post-box {
		width: 100%;
	}
	ul.post-box li,
	.under-page ul.post-box li {
		width: 100%;
		max-width: none;
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
		align-items: center;
		border-bottom: #dedede 1px solid;
		padding-bottom: 25px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
		position: relative;
	}
	ul.post-box li:last-child,
	.under-page ul.post-box li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	ul.post-box li:last-child::after,
	.under-page ul.post-box li:last-child::after {
		display: none;
	}

	ul.post-box li a::before {
		width: 100%;
		height: 100%;
	}
	ul.post-box li .thum,
	.under-page ul.post-box li .thum {
		width: 100%;
		height: auto;
		padding-right: 0;
		margin-bottom: 10px;
	}
	ul.post-box li .tit,
	.under-page ul.post-box li .tit {
		width: 100%;
			font-weight: lighter;
		line-height: 1.7;
		text-align: left;
	}
	ul.post-box li .cat,
	.under-page ul.post-box li .cat {
		padding: 0 10px;
	}
	ul.post-box li .content-txt,
	.under-page ul.post-box li .content-txt {
		width: 100%;
		line-height: 1.7;
	}
}/*END*/


/*------------------------------------------

	ARCHIVE 記事一覧

------------------------------------------*/
.arc-post-box {
	
}
.arc-post-box li {
	width: 100%;
	position: relative;
}
.arc-post-box .thum {
	width: 39.7590361446%;
	max-width: 330px;
}
.arc-post-box .box {
	width: 60.2409638554%;
	max-width: 500px;
	padding-left: 15px;
}
.arc-post-box .box h3 {
	font-weight: lighter;
}
.arc-post-box .content-txt {
	text-align: justify;
	padding-top: 15px;
}
.arc-post-box li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.arc-post-box li a:hover {
	background-color: rgba(255,255,255,.3);
}

.cat-list {
	border-top: #262728 1px solid;
	border-left: #262728 1px solid;
}
.cat-list li {
	width: 50%;
	text-align: center;
}
.cat-list li a {
	display: block;
	border-bottom: #262728 1px solid;
	border-right: #262728 1px solid;
	padding: 6px 0;
}
.cat-list li a:hover {
	background-color: #dedede;
}

.select-acr {
    width: 100%;
	font-size: 1.6rem;
    border: #262728 1px solid;
    display: block;
    padding: 6px 10px;
}

.tag-cloud-link,
.tag-link a {
	color: #346aad;
	border: #346aad 1px solid;
	border-radius: 6px;
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 10px;
}
.tag-link:not(:last-child) {
	padding-right: 5px;
}
.tag-cloud-link:hover,
.tag-link a:hover {
	color: #fff;
	background-color: #346aad;
}

/*PC*/
@media screen and (min-width: 768px) {
	.under-page .content-box {
		width: 69.1666666667%;
		max-width: 830px;
	}
	.under-page .side-box {
		width: 22.5%;
		max-width: 270px;
		position: relative;
		top: -10px;
	}
	.arc-post-box li:not(:last-child) {
		margin-bottom: 30px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.arc-post-box .thum {
		width: 45%;
		max-width: none;
	}
	.arc-post-box .box {
		width: 55%;
		max-width: none;
		padding-left: 2%;
	}
	.under-page .content-box {
		width: 100%;
	}
	.arc-post-box .content-txt {
		}
	.arc-post-box li {
		background-color: #fff;
		padding: 2%;
	}
	.arc-post-box li:not(:last-child) {
		border-bottom: #dedede 1px solid;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.under-page .side-box {
		width: 100%;
	}

	.cat-list li a {
		padding: 10px 0;
	}
}/*END*/

/*------------------------------------------

	single 記事詳細

------------------------------------------*/
.thum_song {
	width: 100%;
	background-color: #dedede;
	text-align: center;
	border: #fff 1px solid;
	padding-top: 30px;
	padding-bottom: 30px;
}
.thum_song img {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,.3);
}
.single .content-txt {
	text-align: justify;
	line-height: 2;
	border-bottom: #dedede 1px solid;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single .content-txt ol {
	padding-left: 1.8em;
}
.single .content-txt ol,
.single .content-txt li {
	list-style: decimal-leading-zero;
}

.store-tb {
	border-bottom: #dedede 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.store-tb li {
	margin-right: 1em;
}
.store-tb li:first-child {
	font-family: 'Staatliches', cursive;
    font-weight: bold;
    margin-right: 0;
    line-height: 1.8;
}
.store-tb li a {
	padding-left: 1.6em;
	position: relative;
	transition: .4s;
}
.store-tb li a::before {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #346aad;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: .4s;
}
.store-tb li a:hover::before {
	width: 100%;
	transition: .4s;
}

.cloud-download.icon {
	color: #346aad;
	position: absolute;
	margin-left: 1px;
	margin-top: 11px;
	width: 5px;
	height: 6px;
	display: inline-block;
	border-radius: 4px 0 0 4px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
	border-bottom: solid 1px currentColor;
}

.cloud-download.icon:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
	border-left: solid 1px transparent;
	border-right: solid 1px currentColor;
	border-top: solid 1px currentColor;
	border-bottom: solid 1px currentColor;
}

.cloud-download.icon:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 9px;
	height: 2px;
	color: #fff;
	background-color: currentColor;
}

.cloud-download.icon i {
	position: absolute;
	left: 5px;
	top: -4px;
	z-index: 2;
}

.cloud-download.icon i:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 1px;
	width: 1px;
	height: 7px;
	background-color: currentColor;
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
}

.cloud-download.icon i:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 6px;
	width: 4px;
	height: 4px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

.single-wpdmpro .thum {
	display: none;
}


#ez-toc-container {
    color: #262728;
    background-color: #fff;
    border: #dedede solid 1px;
    padding: 1em;
    margin-bottom: 50px;
}

#ez-toc-container .ez-toc-title {
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
	letter-spacing: .05em;
    background-color: #346aad;
    padding: 0px 0 0px 30px;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}
 
#ez-toc-container .ez-toc-title:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 1px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(3deg);    /* 回転 */
}
#ez-toc-container .ez-toc-title:after {
    content: '';                /* 空の要素を作る */
    height: 116%;               /* 高さ指定 */
    width: 1px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(-15deg);  /* 回転 */
}

#ez-toc-container a {
	color: #262728;
	text-decoration: underline;
}
#ez-toc-container ul {
	margin-left: 1.5em;
}


.content-txt .act-member,
.content-txt .act-member li {
	list-style: none;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.single .content-box {
			padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.store-tb {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.thum.song {
		background-color: rgba(255,255,255,.3);
		padding: 10px 0;
	}
	.thum.song img {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	#ez-toc-container {
		margin-bottom: 30px;
	}
}/*END*/


/*------------------------------------------

	BIOGRAPHY バイオグラフィー

------------------------------------------*/
.biography article {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.biography section {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}
.biography .about-box {
	background-color: #262728;
	color: #fff;
	padding-top: 100px;
	padding-right: 15px;
	padding-left: 15px;
}
.biography .about-inr {
	width: 100%;
	max-width: 1230px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
.biography .about-inr h3 {
    font-size: 1.8rem;
    font-weight: lighter;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, “Yu Gothic”, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .2em;
}
.biography .bread-box {
	background-color: #262728;
	color: #fff;
}
.biography .bread-box a {
	color: #fff;
}

.biography .logo-hx {
	text-align: center;
}
.biography .logo-hx img {
	width: auto;
	transform: scale(.5);
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.biography .txt {
	text-align: justify;
}

.member-box::after {
	content: "";
	width: 30%;
	display: block;
}
.member-box li {
	width: 24%;
	color: #262728;
	padding: 5px;
}
.member-box li:nth-of-type(1),
.member-box li:nth-of-type(2),
.member-box li:nth-of-type(3),
.member-box li:nth-of-type(4) {
	background: linear-gradient(to right bottom, #f13f79, #427eff);
	position: relative;
    overflow: hidden;
}
.member-box li:nth-of-type(1)::after,
.member-box li:nth-of-type(2)::after,
.member-box li:nth-of-type(3)::after,
.member-box li:nth-of-type(4)::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -58px;
    width: 160%;
    height: 180px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    z-index: 0;
}
.member-box li .inr-box {
	height: 100%;
	background-color: #fefefe;
	padding: 15px;
	position: relative;
	z-index: 1;
}

.member-box li:nth-of-type(1) .inr-box,
.member-box li:nth-of-type(2) .inr-box,
.member-box li:nth-of-type(3) .inr-box,
.member-box li:nth-of-type(4) .inr-box {
	background-color: #f7f5f3;
}
.member-box li .name {
	width: 100%;
	font-weight: lighter;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: #dedede 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.member-box li:nth-of-type(1) .name ,
.member-box li:nth-of-type(2) .name ,
.member-box li:nth-of-type(3) .name ,
.member-box li:nth-of-type(4) .name  {
}

.biography .mv-sub {
	background-image: url(images/bio/history-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.biography .history-box {
	background-color: #f7f5f3;
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
.biography .mv-sub h2 {
	color: #262728;
	letter-spacing: .05em;
	font-weight: lighter;
	text-align: center;
}
.biography .history-inr {
	width: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
}
.biography .history-inr dl:not(:last-child) {
	border-bottom: #dedede 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.biography .history-inr .date {
	width: 8%;
	font-weight: bold;
}
.biography .history-inr dd {
	width: 92%;
	text-align: justify;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.biography .about-box {
		padding-top: 50px;
		padding-right: 2%;
		padding-left: 2%;
	}
	.biography .about-inr {
		padding-bottom: 50px;
	}
	
	.biography .about-inr h3 {
		}
	
	.biography .logo-hx img {
		width: 140px;
		height: auto;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.member-box li {
		width: 100%;
		color: #262728;
		background-color: #f7f5f3;
		padding: 5px;
	}
	.member-box li:not(:last-child) {
		margin-bottom: 15px;
	}
	.member-box li .name {
			padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.biography .mv-sub {
		background-image: none;
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
		position: relative;
	}
	.biography .mv-sub::before {
		content: "";
		width: 100%;
		height: 100%;
		background-image: url(images/bio/history-bg-sm.jpg);
		background-size: cover;
		background-position: center;
		position: fixed;
		z-index: -2;
		top: 0;
		left: 0;
	}

	.biography .history-box {
		background-color: #f7f5f3;
		padding-top: 50px;
		padding-right: 2%;
		padding-bottom: 50px;
		padding-left: 2%;
	}
	.biography .mv-sub h2 {
		letter-spacing: .05em;
			font-weight: lighter;
		text-align: center;
	}
	.biography .history-inr {
		width: 100%;
		max-width: 1230px;
		margin-right: auto;
		margin-left: auto;
	}
	.biography .history-inr .date {
		width: 100%;
			margin-bottom: 10px;
	}
	.biography .history-inr dd {
		width: 100%;
	}
}/*END*/

/*------------------------------------------

	PRIVACY プラポリ

------------------------------------------*/
.privacy .view-tb {
	line-height: 1.7;
}
.privacy .view-tb:not(:last-child) {
	border-bottom: #dedede 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.privacy .view-tb dt {
	width: 30%;
	font-size: 1.5rem;
}
.privacy .view-tb dd {
	width: 70%;
	font-size: 1.4rem;
}
.privacy .view-tb {
	counter-increment: num;
}
.privacy .view-tb dt::before {
    content: "\7B2C"counter(num)"\6761";
    letter-spacing: .05em;
    color: #fff;
    background-color: #346aad;
    padding: 2px 5px;
    margin-right: 1em;
    position: relative;
    top: -2px;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.privacy .view-tb dt {
		width: 100%;
			text-decoration: underline;
		margin-bottom: 15px;
	}
	.privacy .view-tb dd {
		width: 100%;
		}
}/*END*/


/*------------------------------------------

	footer

------------------------------------------*/
footer {
	width: 100%;
	background-color: #ffa500;
	background-repeat: repeat;
	border-top: #262728 10px solid;
	padding-top: 115px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
footer::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #262728;
	position: absolute;
	top: 15px;
	left: 0;
}
footer .inr {
	width: 100%;
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
}
footer .nav-box {
	width: 100%;
}
footer .nav-inr {
	width: 100%;
}
.sns-nav li {
	padding-right: 15px;
	padding-left: 15px;
}

footer .gnav {
	width: 100%;
	font-size: 1.4rem;
}
footer .gnav li {
	padding-right: 5px;
	padding-left: 5px;
}
footer .gnav a {
	color: #262728;
}

footer .cpy-box {
	color: #262728;
	text-align: center;
}


.page-top {
    color: #262728;
    margin-left: 10px;
    margin-top: 3px;
    width: 1px;
    height: 46px;
    background-color: currentColor;
    position: fixed;
    right: 30px;
    bottom: 30px;
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
			animation: arrow-move08 2s 1s ease-in-out infinite;
	z-index: 99;
}

.page-top:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    width: 21px;
    height: 21px;
    border-top: solid 1px #262728;
    border-right: solid 1px #262728;
    -webkit-transform: rotate(-45deg);
    		transform: rotate(-45deg);
}

@-webkit-keyframes arrow-move08 {
	0% {
		bottom: 15px;
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		bottom: 15px;
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	footer {
		padding-top: 26px;
		padding-right: 2%;
		padding-bottom: 2%;
		padding-left: 2%;
	}
	footer::before {
		top: 5px;
	}
	.sns-nav li {
		width: 30%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.sns-nav li img {
		width: 100%;
		height: auto;
	}
	footer .gnav {
		border-top: #262728 1px solid;
		border-left: #262728 1px solid;
	}
	footer .gnav li {
		width: 50%;
		text-align: center;
		border-right: #262728 1px solid;
		border-bottom: #262728 1px solid;
	}
	footer .gnav li a {
		width: 100%;
		display: block;
		padding: 10px 0;
	}
}/*END*/
