@charset "UTF-8";
/*main color #4ed2cf #4ed2cf*/

/* reset */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	transition: .3s;
}

a:hover {
	opacity: .5;
}

/* end reset */

html{
	font-size: 12px;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}



.inner{
	max-width: 978px;
	margin: 0 auto;
}

header,#gnav{
	
}

#header{
	height: 184px;
	margin-top: -30px;
}

#header .inner {
	position: relative;
}

#logo_h {
	position: absolute;
	width: 978px;
	height: 145px;
	left: 0;
	top: 40px;
}

#logo_h img {
	width: 100%;
	height: auto;
}

#chara_h {
	position: absolute;
	top: 33px;
	right: 14px;
	width: 99px;
	height: 102px;
}

#search_h {
	position: absolute;
	width: 585px;
	height: 38px;
	top: 94px;
	left: 160px;
	border-radius: 8px;
	border-right: 21px solid #4ed2cf;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.btn_search_h {
	width: 46px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: #4ed2cf;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	padding: 0 7px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14.87px;
	border: none;
	outline: none;
	cursor: pointer;
}

.ipt_search_h {
	-webkit-width: calc(100% - 46px);
	width: calc(100% - 46px);
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 38px;
	height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #bbdacd;
	box-shadow: none;
	font-size: 14.87px;
	color: rgba(91,91,91,1);
	padding: 0 28px;
}

.ipt_search_h::placeholder {
	color: rgba(91,91,91,.5);
}

.ipt_search_h:focus {
	background: #bbdacd;
	box-shadow: none;
}

.txt_search_h a {
	display: block;
	position: absolute;
	color: #000;
	font-size: 14.87px;
	text-decoration:underline;
	top: 101px;
	right: 162px;
}

.txt_search_h a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid black;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -12px;
	margin: auto 0;

}

#gnav{
	padding: 10px;
	margin: 0 0 5px;
}

#gnav ul{
	justify-content: space-around;
	align-items: center;
	font-style: italic;
	font-family:Times New Roman,"ヒラギノ丸ゴ Pro W4";
}

.menu li{
	font-size:20px;
	font-weight:bold;
}
.menu li a{
	color:#4ed2cf;
}

#slider_outa {
	border-radius: 8px;
	border: 1px solid #4ed2cf;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 0 0 #ccc;
}

#txt_pickup {
	position: absolute;
	width: 182px;
	height: 54px;
	left: 0px;
	top: 18px;
	z-index: 100;
}

#slider {
	border-top: 16px solid #4ed2cf;
	border-bottom: 16px solid #4ed2cf;
	padding: 0;
	margin: 0;
}

#slider .slick-slide img {
	border-radius: 8px;
}

.slick-prev,.slick-next {
	width: 40px;
	height: 86px;
	z-index: 100;
	transition: .3s;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.slick-prev {
	left: 0;
	background: url(../img/arrow_slide_l.png);
}

.slick-next {
	right: 0;
	background: url(../img/arrow_slide_r.png);
}

.slick-prev:hover {
	opacity: 1;
	z-index: 100;
	background: url(../img/arrow_slide_l.png);
}

.slick-next:hover {
	opacity: 1;
	z-index: 100;
	background: url(../img/arrow_slide_r.png);
}

.slick-prev:focus {
	opacity: 1;
	z-index: 100;
	background: url(../img/arrow_slide_l.png);
}

.slick-next:focus {
	opacity: 1;
	z-index: 100;
	background: url(../img/arrow_slide_r.png);
}

main{
	margin: 0 0 20px;
}

#info{
	background: #4ed2cf;
	padding: 25px 0;
	color: white;
}

#info dl{
	margin: 0 auto;
	display: table;
	justify-content: space-around;
	font-size: 16px;
}

#info dl dt,#info dl dd {
	display: table-cell;
}

#info dl dt {
	width: 140px;
}

h2{
	font-family: "KozGoPro-bold","小塚ゴシック Pro B";
	color: #4ed2cf;
	border-bottom: solid 3px #4ed2cf;
	padding: 0 0 0 14px;
	margin: 0 0 18px;
}

h2 img {
	position: relative;
	bottom: 6px;
}
.pr{
	text-align:center;
	
}
.pr img{
	
	padding-top:10px;
}
#news,#new{
	margin: 3rem auto;
}

#news{
	display: flex;
	overflow: hidden;
}

#news ul{
	margin: 0;
	list-style: none;
	
}

#news li {
	padding: 12px 15px;
}

#news .date {
	display: block;
	width: 100px;
}

#news li:nth-of-type(odd){
	background: #f2f2f2;
}

#news li:nth-of-type(even){
	background: #e7e7e7;
}

#news dl{
	display: flex;
	margin: 0 auto;
}

#news dt{
	min-width: 9rem;
	max-height: 1.6rem;
	white-space: nowrap;
	letter-spacing: -0.05rem;
	color: white;
	text-align: center;
	margin-right: 1.25rem;
	
}

#news dt.tokuten{background: #ff7200;} /*特典情報*/
#news dt.kankou{background: #4ed2cf;} /*刊行情報*/
#news dt.oshirase{background: #ff0000;} /*お知らせ*/
#news dt.campaign{background: #00d2ff;} /*キャンペーン*/
#news dt.media{background: #ff00a8;} /*メディアミックス*/
#news dt.youtube{background: #ff0000;} /*youtube*/
#news dt.lineup{background: #bc00ff;} /*雑誌公開*/

#news span:first-of-type{
	margin-right: 1.25rem;
}

#news .right{
	margin-top: 48px;
	padding:0 0 0 8px;
	position: relative;
}

#news .left{
	padding:0 8px 0 0;
}

#new .grid-x {
	margin: 2rem 0 0;
}

#new .grid-x > div{
	margin: 0 0 2rem;
}

#new figure img{
	border: solid 1px #4ed2cf;
}

#new figcaption{
	color: #4ed2cf;
	padding: 0 1rem;
}

.info{
	margin-top:30px;
}
.info_a a{
	color:#0003B4 !important;
}
.col5 {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
}

.col5 li {
	width: 150px;
	margin-right: calc((100% - 900px) / 6);
	margin-bottom: 18px;
	display: inline-block;
	float: left;
}

.col5 li:nth-of-type(6n) {
	margin-right: 0;
}

.col5 li:nth-of-type(6n+1) {
	clear: both;
}

.col5 li figure {
	text-align: center;
	margin: 0 0 6px;
}

.col5 li figure img {
	width: 100%;
	height: auto;
	max-width: 150px;
}

#old .grid-y:first-of-type div{
	background: #29bff1;
}

.col5 li h3 {
	font-size: 11px;
	line-height: 19px;
}

.col5 a {
	color: #4ed2cf;
	transition: 3s;
}

.col5 a:hover {
	opacity: .5;
}

.col6 {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
}

.col6 li {
	width: 306px;
	margin-right: calc((100% - 900px) / 3);
	margin-bottom: 18px;
	display: inline-block;
	float: left;
}

.col6 li:nth-of-type(3n) {
	margin-right: 0;
}

.col6 li:nth-of-type(3n+1) {
	clear: both;
}

.col6 li figure {
	text-align: center;
	margin: 0 0 6px;
}

.col6 li figure img {
	width: 100%;
	height: auto;
	max-width: 306px;
}

#old .grid-y:first-of-type div{
	background: #29bff1;
}

.col6 li h3 {
	font-size: 11px;
	line-height: 19px;
}

.col6 a {
	color: #4ed2cf;
	transition: 3s;
}

.col6 a:hover {
	opacity: .5;
}

.ad{
	padding-top:1px;
	padding-bottom:1px;
}

.snsnav{
    	display: flex;
	justify-content: center;
} 
.snsnav li{
	padding:6px;}





 
 
 
.list_type02 {
	padding: 0;
	margin: 0;
}

.list_type02 li {
	width: calc((100% - 24px) / 4);
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border-radius: 8px;
	border: 1px solid #4ed2cf;
}

.list_type02 li:nth-of-type(4n) {
	margin-right: 0;
}

.list_type02 li:nth-of-type(4n+1) {
	clear: both;
}

.list_type02 li h3 {
	font-size: 15.52px;
	color: #000;
	text-align: left;
	padding: 12px;
	height: 30px;
	line-height: 1.2;
	overflow: hidden;
}

.list_type02 li figcaption {
	color: #000;
	font-size: 18px;
	padding: 4px 12px
}

.list_type02 li figure {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}

.list_type02 li figure img {
	width: 100%;
	height: auto;
	max-width: 225px;
}

.list_type03 {
	padding: 0;
	margin: 0;
}

.list_type03 li {
	width: calc((100% - 24px) / 4);
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border-radius: 8px;
	border: 1px solid #4ed2cf;
}

.list_type03 li:nth-of-type(4n) {
	margin-right: 0;
}

.list_type03 li:nth-of-type(4n+1) {
	clear: both;
}

.list_type03 li h3 {
	font-size: 18px;
	color: #8a8a8a;
	text-align: left;
	padding: 12px;
	height: 102px;
	line-height: 1.2;
	overflow: hidden;
}

.list_type03 li figure {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.list_type03 li figure img {
	width: 100%;
	height: auto;
	max-width: 225px;
}

.list_type09 {
	padding: 0;
	margin: 0;
}

.list_type09 li {
	width: calc((100% - 24px) / 4);
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border-radius: 8px;
	border: 1px solid #ea6da4;
}

.list_type09 li:nth-of-type(4n) {
	margin-right: 0;
}

.list_type09 li:nth-of-type(4n+1) {
	clear: both;
}

.list_type09 li h3 {
	font-size: 15.52px;
	color: #000;
	text-align: left;
	padding: 12px;
	height: 30px;
	line-height: 1.2;
	overflow: hidden;
}

.list_type09 li figcaption {
	color: #000;
	font-size: 18px;
	padding: 4px 12px
}

.list_type09 li figure {
	width: 100%;
	text-align: center;
	margin: 0 0 8px;
}

.list_type09 li figure img {
	width: 100%;
	height: auto;
	max-width: 225px;
}

#old h2 {
	margin: 0 0 34px;
}

#old .large-8 {
	margin: 0 0 8px;
}

#old dt,#old dd {
	padding: 0 0 0 20px;
}

#old dd{
	border-bottom: solid 1px #4ed2cf;
	margin: 0 0 16px;
}

#old .large-5 {
	padding: 0 4px 0 0;
}

#old .large-7 {
	padding: 0 0 0 4px;
}


.more{
	position: relative;
	text-align: center;
}

.more a{
	display: block;
	background: #4ed2cf;
	color: white;
	font-size: 1.5rem;
	text-align: center;
	padding: 1rem 0;
	margin: 1.5rem 0;
}

.more a span{
	border-bottom: solid 1px white;
}

.more::after{
	position: absolute;
	transform: translateY(-90%) translateX(-50%);
	content: "";
	border-top: 20px solid #4ed2cf;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	transition: all 0.3s;
}
.more[name="not"]::after{border: 0;}
.more:hover::after{opacity: 0.5;}


footer{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	background: #4ed2cf;
	color:white;
}

#fnav {
	text-align: center;
}

#fnav li {
	display: inline-block;
}

#fnav li a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-decoration: underline;
	padding: 0 0.25em;
}

#link,#lineup,#brise,#video,#archive,#old,#new {
	margin: 0 auto 30px;
}

#slider02 {
	margin: 0;
	padding: 0;
}

#finished {
	margin: 0 auto 90px;
}

#bnr_f {
	padding: 0;
	margin: 0 0 24px;
}

#bnr_f li {
	-webkit-width:calc((100% - 30px) / 4);
	width:calc((100% - 30px) / 4);
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#bnr_f li:nth-of-type(4n) {
	margin-right: 0;
}

#bnr_f li:nth-of-type(4n+1) {
	clear: both;
}


#bnr_f li a {
	width: 100%;
	height: auto;
}

hr.fclear {
	background: none;
	border: none;
	clear: both;
	height: 1px;
}

.pc_none {
	display: none !important;
}
.bnr{
	text-align:center;
	}
.panel-footer{
	margin-top: 6px;
}
	
/*----------------------------------
pager
------------------------------------*/
.pager {
    clear:both;
    margin:0;
    text-align:center;
	padding:10px;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
    background:#4ed2cf;
	border-radius:5px;
}
.pager span:hover {
    cursor:pointer;
    background:#4ed2cf;
}

.pager span.current {
    color:#4ed2cf;
    background:none;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#dcdcdc;
    background:none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#4ed2cf;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}	

@media screen and (max-width: 996px) {
body {
	padding-top:80px;
}

	h2{
		text-align: center;
		font-size: 2rem;
	}

	h2 img{
		width: 2rem;
		position: relative;
		bottom: 6px;
	}

	main .inner {
		padding: 0 1em;
	}

	#info dl{
		display: block;
		padding: 0 1em;
	}
	#info dl dt{
		display: block;
		text-align: center;
		width: inherit;
	}

	#info dl dd {
		display: block;
	}

	#news .right{
		margin-top: 2rem;
	}

	#news dd{
		display: flex;
		flex-direction: column;
	}
	
#news .twin{
	display: flex;
	justify-content: space-between;
}
#news [class^="box"]{
	background: #29bff1;
	width: 49%;
	height: 100px;
}


#new .grid-x {
	margin: 2rem 0 0;
}

#new .grid-x > div{
	margin: 0 0 2rem;
}

#new figure img{
	border: solid 1px #19b072;
}

#new figcaption{
	color: #19b072;
	padding: 0 1rem;
}
.large-9{
	width: 100%;
}
.large-12{
	width: 100%;
}

	#txt_pickup {
		position: absolute;
		width: 90px;
		height: 26.7px;
		left: 0px;
		top: 18px;
		z-index: 100;
	}
	.slick-prev,.slick-next {
		width: 20px;
		height: 43px;
		z-index: 100;
		transition: .3s;
	}

	.slick-prev:before, .slick-next:before {
		display: none;
	}

	.slick-prev {
		left: 0;
		background: url(../img/arrow_slide_l.png);
		background-size:100% auto;
	}

	.slick-next {
		right: 0;
		background: url(../img/arrow_slide_r.png);
		background-size:100% auto;
	}

	.slick-prev:hover {
		opacity: 1;
		z-index: 100;
		background: url(../img/arrow_slide_l.png);
		background-size:100% auto;
	}

	.slick-next:hover {
		opacity: 1;
		z-index: 100;
		background: url(../img/arrow_slide_r.png);
		background-size:100% auto;
	}

	.slick-prev:focus {
		opacity: 1;
		z-index: 100;
		background: url(../img/arrow_slide_l.png);
		background-size:100% auto;
	}

	.slick-next:focus {
		opacity: 1;
		z-index: 100;
		background: url(../img/arrow_slide_r.png);
		background-size:100% auto;
	}
	.btn_sp {
	        width: 46px;
	        height: 46px;
	        position: absolute;
	        right: 16px;
	        top: 0;
			bottom: 0;
			margin: auto 0;
	        cursor: pointer;
	    }
		.txt_btn_sp {
        position: absolute;
        width: 47px;
        height: 14px;
        bottom: -10px;
    }
	.menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: absolute;
        width: 42px;
        height: 28px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #4ed2cf;
		border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(4px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(315deg);
        transform: translateY(-13px) rotate(315deg);
    }

	.btn_c {
		display: block;
	}

	.btn_o {
		display: none;
	}

	.active .btn_c {
		display: none;
	}

	.active .btn_o {
		display: block;
	}

	.txt_btn_sp {
		text-align: center;
		color: #4ed2cf;
	}
	

#header_s {
	width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}

#logo_s {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	height: 72px;
	width: 250px;
}

#chara_s {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	margin: auto 0;
	height: 72px;
}

#logo_s img {
	height: 60px;
	width: auto;
}

#chara_s img {
	height: 48px;
	width: auto;
}

#gnav_s {
	width: 100%;
	position: fixed;
	top: 64px;
	left: 100%;
	z-index: 9998;
	background: #4ed2cf;
	transition: .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	margin: 0;
}

#search_s {
	width: 100%;
	height: 38px;
	border-radius: 8px;
	border-right: 21px solid #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 16px;
}


.btn_search_s {
	width: 46px;
	height: 38px;
	line-height: 38px;
	color: #4ed2cf;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	padding: 0 7px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14.87px;
	border: none;
	outline: none;
	cursor: pointer;
}

.ipt_search_s {
	-webkit-width: calc(100% - 46px);
	width: calc(100% - 46px);
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 38px;
	height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #bbdacd;
	box-shadow: none;
	font-size: 14.87px;
	color: rgba(91,91,91,1);
	padding: 0 28px;
}

.ipt_search_s::placeholder {
	color: rgba(91,91,91,.5);
}

.ipt_search_s:focus {
	background: #bbdacd;
	box-shadow: none;
	outline: 1px solid #fff;
	border: none;
	box-shadow: none;
}

.txt_search_s a {
	display: block;
	color: #fff;
	font-size: 14.87px;
	text-decoration:underline;
	text-align: right;
	position: relative;
	padding-right: 16px;
}

.txt_search_s a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto 0;

}

#gnav_s.active {
	left: 0;
}

#gnav_s li {
	border-bottom: 1px dotted #fff;
	padding: 0;
	margin: 0;
}

#gnav_s li:nth-last-of-type(1) {
	border:none;
}

.menu_s {
	margin: 0;
	padding: 0;
}

#gnav_s li a {
	color: #fff;
	text-decoration: none;
	display: block;
	transition: .3s;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	text-align: center;
	font-size: 16px;
}

#news .left {
	padding: 0 16px;
}

#news .right {
	width: 100%;
	padding: 0 16px;
}

#new {
	padding: 0 16px;
}

#new .col5 li {
	width: calc((100% - 16px) / 3);
	margin-right: 4px;
	margin-bottom: 32px;
}

#new .col5 li:nth-of-type(6n) {
	margin-right: 4px;
	margin-bottom: 32px;
}

#new .col5 li:nth-of-type(6n+1) {
	clear: inherit;
}

#new .col5 li:nth-of-type(3n) {
	margin-right: 4px;
	margin-bottom: 32px;
}

#new .col5 li:nth-of-type(3n+1) {
	clear: both;
}

#old {
	padding: 0 16px;
}

#old .grid-y{
	margin: 0 0 48px;
}

#old dt, #old dd {
	padding: 0 8px;
}

#lineup {
	padding: 0 16px;
}

#lineup .list_type02 li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	margin-bottom: 32px;
}

#lineup .list_type02 li:nth-of-type(4n) {
	margin-right: 16px;
	margin-bottom: 32px;
}

#lineup .list_type02 li:nth-of-type(4n+1) {
	clear: inherit;
}

#lineup .list_type02 li:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 32px;
}

#lineup .list_type02 li:nth-of-type(2n+1) {
	clear: both;
}
#archive {
	padding: 0 16px;
}

#archive .list_type02 li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	margin-bottom: 32px;
}

#archive .list_type02 li:nth-of-type(4n) {
	margin-right: 16px;
	margin-bottom: 32px;
}

#archive .list_type02 li:nth-of-type(4n+1) {
	clear: inherit;
}

#archive .list_type02 li:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 32px;
}

#archive .list_type02 li:nth-of-type(2n+1) {
	clear: both;
}

#brise {
	padding: 0 16px;
}

#brise .list_type09 li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	margin-bottom: 32px;
}

#brise .list_type09 li:nth-of-type(4n) {
	margin-right: 16px;
	margin-bottom: 32px;
}

#brise .list_type09 li:nth-of-type(4n+1) {
	clear: inherit;
}

#brise .list_type09 li:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 32px;
}

#brise .list_type09 li:nth-of-type(2n+1) {
	clear: both;
}

#video figure img{
	border-radius: 18px;
	border: solid 1px #4ed2cf;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#video {
	padding: 0 16px;
}

#video .col6 li {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	margin: 0 auto 12px;
	display: block;
}
	
#link {
	padding: 0 16px;
}

#finished {
	padding: 0 16px;
}

#finished .list_type03 li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	margin-bottom: 32px;
}

#finished .list_type03 li:nth-of-type(3n) {
	margin-right: 16px;
	margin-bottom: 32px;
}

#finished .list_type03 li:nth-of-type(3n+1) {
	clear: inherit;
}

#finished .list_type03 li:nth-of-type(2n) {
	margin-right: 0;
	margin-bottom: 32px;
}

#finished .list_type03 li:nth-of-type(2n+1) {
	clear: both;
}

#finished .list_type02 li {
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	margin-top: 32px;
	margin-bottom: 32px;
}

#finished .list_type02 li:nth-of-type(4n) {
	margin-right: 16px;
	margin-top: 32px;
	margin-bottom: 32px;
}

#finished .list_type02 li:nth-of-type(4n+1) {
	clear: inherit;
}

#finished .list_type02 li:nth-of-type(2n) {
	margin-right: 0;
	margin-top: 32px;
	margin-bottom: 32px;
}


#finished .list_type02 li:nth-of-type(2n+1) {
	clear: both;
}

.list_type03 li h3 {
	font-size: 14px;
	height: 142px;
}

footer {
	padding-right:16px;
	padding-left:16px;
}

#fnav {
	text-align: center;
	padding: 0 16px;
	margin: 0;
}

#fnav li {
	display: block;
	border-bottom: 1px dotted #000;
	margin: 0 !important;
	padding: 0;
}

#fnav li:nth-last-of-type(1) {
	border:none;
}

#fnav li a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-decoration: none;
	padding: 1em 0;
}

#bnr_f {
	padding: 0 16px;
	margin: 0 0 24px;
}

#bnr_f li {
	-webkit-width:calc((100% - 32px) / 3);
	width:calc((100% - 32px) / 3);
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}

#bnr_f li:nth-of-type(4n) {
	margin-right: 16px;
}

#bnr_f li:nth-of-type(4n+1) {
	clear: inherit;
}

#bnr_f li:nth-of-type(3n) {
	margin-right: 0;
}

#bnr_f li:nth-of-type(3n+1) {
	clear: both;
}


#bnr_f li a {
	width: 100%;
	height: auto;
}



	.pc_none {
		display: block!important;
	}

	.sp_none {
		display: none !important;
	}

}
