@import url(fontawesome-all.min.css);


/*ODD custom*/

@charset "utf-8";
body { font-family: 'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;}

.cl_red{color:#b7749d;}
.cl_blu{color:#75bde8;}


.wf_MP1p{ font-family: 'M PLUS 1p', sans-serif; }
.wf_posterG{ font-family: poster-gothic-round-excond-a, sans-serif; }
.wf_megrim{ font-family: megrim, sans-serif; }
.font_feature{ font-feature-settings:"palt";-moz-font-feature-settings:"palt";-webkit-font-feature-settings:"palt"; }


.fze06{ font-size: 0.6em; }
.fze07{ font-size: 0.7em; line-height: 180%; }
.fze08{ font-size: 0.8em; line-height: 140%; }
.fze085{ font-size: 0.85em; }
.fze09{ font-size: 0.9em;}
.fze130{ font-size: 130%;}
.fze180{ font-size: 180%;}

.f10{ font-size:10px; font-size: 0.1rem; line-height: 160%;}
.f11{ font-size:11px; font-size: 0.11rem;line-height: 160%;}
.f12{ font-size:12px; font-size: 0.12rem;line-height: 160%;}
.f14{ font-size:14px; font-size: 0.14rem;line-height: 160%;}
.f15{ font-size:15px; font-size: 0.15rem;line-height: 160%;}
.f16{ font-size:16px; font-size: 0.16rem;line-height: 160%;}
.f18{ font-size:19px; font-size: 0.19rem;line-height: 160%;}
.f19{ font-size:18px; font-size: 0.18rem;line-height: 160%;}
.f20{ font-size:20px; font-size: 0.2rem; line-height: 160%;}
.f22{ font-size:22px; font-size: 0.22rem;line-height: 180%;}
.f24{ font-size:24px; font-size: 0.24rem;line-height: 160%;}
.f25{ font-size:25px; font-size: 0.25rem;line-height: 160%;}
.f26{ font-size:26px; font-size: 0.26rem;line-height: 169%;}
.f28{ font-size:28px; font-size: 0.28rem;line-height: 140%;}
.f30{ font-size:30px; font-size: 0.3rem; line-height: 140%;}
.f32{ font-size:32px; font-size: 0.32rem;line-height: 140%;}
.f34{ font-size:34px; font-size: 0.34rem;line-height: 130%;}
.f36{ font-size:36px; font-size: 0.36rem;line-height: 130%;}
.f38{ font-size:38px; font-size: 0.38rem;line-height: 130%;}
.f40{ font-size:40px; font-size: 0.4rem;line-height: 130%; }
.f42{ font-size:42px; font-size: 0.42rem;line-height: 130%;}
.f48{ font-size:48px; font-size: 0.48rem;line-height: 120%;}
.f50{ font-size:50px; font-size: 0.5rem;line-height: 120%;}
.f52{ font-size:52px; font-size: 0.52rem;line-height: 120%;}
.f60{ font-size:60px; font-size: 0.6rem;line-height: 110%; letter-spacing: -0.05em;}

.fwb{ font-weight: bold;}
.fws{ font-weight: 400;}
.align_left{ text-align:left;}
.align_center{ text-align:center;}
.align_right{ text-align:right;}

.ban_op8,.ban_op6{ transition:all 0.4s; }
.ban_op8:hover{ opacity: 0.8; }
.ban_op6:hover{ opacity: 0.6; }
.ban_intext{ color: #ff6000; transition:all 0.4s; }
.ban_intext:hover{ color: #e50000; opacity: 0.9; text-decoration: underline; }


.inlineblock{ display: inline-block; }
.pc_none{ display:none!important;}
.sp_none{ display:block;}
.mar_bnone{ padding-bottom:0!important;}



.pdt10{ padding-top: 0.1rem; }
.pdt20{ padding-top: 0.2rem; }
.pdt50{ padding-top: 0.5rem; }
.pdt70{ padding-top: 0.7rem; }
.pdb20{ padding-bottom: 0.2rem; }
.pdb30{ padding-bottom: 0.3rem; }
.pdb50{ padding-bottom: 0.5rem; }

.sp_none{ display: block; }
.pc_none{ display: none; }

img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}


/*blocks-gallery-grid*/

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start
	}
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	box-sizing: border-box;
	margin: 0
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		object-fit: cover
	}
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}
@media (min-width:600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}


/*///*/


/*wp-block-image*/

.wp-block-image {
	margin-bottom: 1em
}
.wp-block-image img {
	max-width: 100%
}
.wp-block-image.aligncenter {
	text-align: center
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: table
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}
.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}
.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}
.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}
.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 9999px
}


/* wp-pagenavi */

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin:3em 0 3em 0;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #75bde8;
	border-color: #75bde8;
	font-weight: bold;
    }
    
    
    



/*///*/


.blocks-gallery-grid.blocks-gallery-grid {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;}
    
.block-editor-block-list__layout .block-editor-block-list__block {
    position: relative;
    overflow-wrap: break-word;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    }


.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    }


    
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}




/*
ul.blocks-gallery-grid {
	margin : 0;
	padding: 2em;
	width: 100%;
	min-height:100%;
	clear: both;
}

li.blocks-gallery-item{	float: left}

.blocks-gallery-grid .blocks-gallery-item,  .wp-block-gallery .blocks-gallery-item {
    flex-grow: initial;
*/
}



/*ODD custom*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background:#ededed/* fbf2f2 b7749d*/;
	}

		body.is-preload-0 *, body.is-preload-0 *:before, body.is-preload-0 *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #444;
		font-family: "M PLUS 1p", Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		text-decoration: none;
		/*border-bottom: dotted 1px;*/
		color: inherit;
	}

		a:hover {
			color: #75bde8 !important;
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
		font-size: 0.85em;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 1em 0;
		letter-spacing: 0.25em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.5em;
		}

		h2 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #cccccc;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 8px;
		border: solid 1px #cccccc;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #cccccc;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}



/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header {
		margin: 3em 0;
	}
		header > img{
			max-width: 100%;
		}

		header > :first-child {
			margin-bottom: 0;
		}

			header > :first-child:after {
				content: '';
				display: block;
				background-color: #cccccc;
				height: 1px;
				margin: 1.5rem 0 1.75rem 0;
				width: 5rem;
			}

				.special header > :first-child:after {
					margin-left: auto;
					margin-right: auto;
				}

		header h1 {
			font-size: 2.5em;
			color:#9e9e9f; 
		}
				
		header p {
			font-size: 0.8em;
			letter-spacing: 0.25em;
			margin-bottom: 0;
		}

		@media screen and (max-width: 736px) {

			header {
				margin: 2em 0;
			}

				header > :first-child:after {
					margin: 1.25rem 0 1.5rem 0;
				}

				header p {
					font-size: 0.8em;
				}

					header p br {
						display: none;
					}

		}
		
		
/* news */
	#news > .content{
		width: 100%;
	}
	#news header{
		margin-bottom: 2em;
	}

	#news header > h1 {
		text-align: center;
	}

	#news header > :first-child:after{
		display: none;
	}


	#news > .content > .logo_T{
		width: 7.5%;
	}


	.newsbox {
		/* max-height: 45vh;
		padding-right: 2em;
		overflow-y: scroll; */
		line-height: 1.2em;
	}

	.newsbox::-webkit-scrollbar {
		width: 5px;
	}
	.newsbox::-webkit-scrollbar-track {
		border-radius: 0px;
		background: #fff;
	}
	.newsbox::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background:#c6c6c6;
	}

	.newsbox img {
		max-width: 100%;
	}

	.newsbox h2 {
		font-size: 1.8em;
		color:#b7749d; 
		font-family: poster-gothic-round-excond-a, sans-serif;
		font-weight: 700;
		text-align: center;
		margin-bottom: 0;
	}
	.newsbox h2:after {
		content: "";
		display: inline-block;
		width: 5em;
		height: 1px;
		background-color: #cccccc;
		margin: 1.5rem 0 1.75rem 0;
	}
	
	.newsbox h3 {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	
	.newsbox h4 {
		font-size: 0.9em;
		letter-spacing: 0;
		margin-top: 1.4em;
	}

	.newsbox .news_right {
		position: relative;
		padding-right: 32%;
	}

		.news_right .news_ph {
			position: absolute;
			right:0;
			top: 0;
			max-width: 30%;
			margin-bottom: 2em;
		}


	.newsbox ul {
		font-size: 0.85em;
		margin: -0.5em 0 2.5em -0.5em;
		line-height: 2em;
		position: relative;
		list-style-type: none;
	}

	
	.newsbox p {
			font-size: 0.83em;
	}
	.pc_none{ display: none; }
	.sp_none{ display: block; }


    .pagelist{text-align: center; margin:3em 0; font-size: 1em;}
    .pagelist a{display: inline-block;line-height: 1;border-bottom: none;padding: .9em;background: #f3f3f3;}
    .pagelist a.sel{background: #b7749d;color: #fff;}
    
    .tag{/*background: #75bde8;*/color: #b7749d;padding:  3em;position: relative;top: -2px;font-size:.8em;font-weight:bold;}
    .tag:before{border-top: 1px solid;content: "";position: absolute;left: 0;top: 50%;width: 2em;}
    
    .tag-box{text-align: center;margin-bottom:3em;word-break: keep-all;}
    .tag-btn{display: inline-block;background: #ccc;color: #fff;padding: 2px 10px;margin:.3em;position: relative;top: -2px;font-size:.8em;font-weight:bold;border-radius: 4px;}
    .tag-btn:hover{background: #b7749d;color: #fff;}
    .sel{background: #b7749d;}


		@media screen and (max-width: 736px) {
		.pc_none{ display: block; }
		.sp_none{ display: none; }
		.newsbox {
			max-height: 100%;
			overflow-y: none;
			padding: 0 0 2em 0;
			line-height: 1.3em;
			}

			.newsbox .news_in {
				position: relative;
				padding-right:0;
			}

			.news_right .news_ph {
				position: static;
				right:0;
				top: 0;
				max-width: 50%;
			}
		#news > .content > .logo_T {
		    width: 100%;
		}

		}




/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #555;
		display: block;
		font-size: 0.8em;
		font-weight: 500;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.25em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 8px;
		border: none;
		border: solid 1px #cccccc;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #b7749d;
			box-shadow: 0 0 0 1px #b7749d;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23cccccc' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

		select option {
			color: #555;
			background: #f4f4f4;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #444;
			cursor: pointer;
			display: inline-block;
			font-size: 0.8em;
			font-weight: 300;
			margin: 0 0 0.5em 0;
			padding-left: 2.9em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 8px;
				border: solid 1px #cccccc;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
				font-size: 1em;
				letter-spacing: 0;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #555;
			border-color: #555;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #b7749d;
			box-shadow: 0 0 0 1px #b7749d;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 8px;
		border: solid 1px #cccccc;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 8px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #cccccc;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 500;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	.sbanner{
		margin-top: -1em;
		padding:0 0 2em 0;
	}

	.sbanner > a{
		display:inline-block;
		padding:0.4em 0.7em;
		background:#f00;
		color: #fff;
		border:0;
		font-size: 0.9em;
	}
	@media screen and (max-width: 736px) {
		.sbanner{
			margin:0;
		}
	}


/* Actions */

	ul.actions {
		cursor: default;
		list-style: none;
		margin-left: -1em;
		margin-top: -1em;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 1em 0 0 1em;
			padding-left: 0;
			vertical-align: middle;
		}

			ul.actions li:last-child {
				padding-right: 0;
			}

		ul.actions.stacked {
			margin-top: 0;
			margin-left: 0;
		}

			ul.actions.stacked li {
				display: block;
				margin: 0;
				padding: 1.5em 0 0 0;
				position: relative;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

				ul.actions.stacked li > * {
					margin-bottom: 0;
				}

				ul.actions.stacked li > .button {
					min-width: 15em;
				}

			ul.actions.stacked.special li:after {
				background-color: #cccccc;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				position: absolute;
				top: 100%;
				width: 1px;
			}

			ul.actions.stacked.special li:last-child:after {
				display: none;
			}

		@media screen and (max-width: 736px) {

			ul.actions.stacked.special li {
				padding: 1em 0 0 0;
			}

				ul.actions.stacked.special li:after {
					height: 1em;
				}

		}

		ul.actions.animated.spinY li {
			-moz-perspective: 1000px;
			-webkit-perspective: 1000px;
			-ms-perspective: 1000px;
			perspective: 1000px;
		}

			ul.actions.animated.spinY li a {
				-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in;
				-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in;
				-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in;
				transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in;
			}

				ul.actions.animated.spinY li a.active {
					-moz-transform: rotateY(480deg);
					-webkit-transform: rotateY(480deg);
					-ms-transform: rotateY(480deg);
					transform: rotateY(480deg);
				}

		ul.actions.animated.spinX li {
			-moz-perspective: 1000px;
			-webkit-perspective: 1000px;
			-ms-perspective: 1000px;
			perspective: 1000px;
		}

			ul.actions.animated.spinX li a {
				-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -moz-transform 0.5s ease-in;
				-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-transform 0.5s ease-in;
				-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -ms-transform 0.5s ease-in;
				transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.5s ease-in;
			}

				ul.actions.animated.spinX li a.active {
					-moz-transform: rotateX(480deg);
					-webkit-transform: rotateX(480deg);
					-ms-transform: rotateX(480deg);
					transform: rotateX(480deg);
				}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0;
		}

			ul.icons li .icon {
				display: inline-block;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				text-align: center;
				margin: 0 0.6em;
			}

				ul.icons li .icon:before {
					font-size: 1.25rem;
				}
				
			ul.icons li p {
					font-size: 0.4rem;
					margin-top: -2em;
			}
				
				

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #cccccc;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #555;
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #cccccc;
		}

		table tfoot {
			border-top: solid 2px #cccccc;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #cccccc;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		background-color: transparent;
		border-radius: 8px;
		border: 0;
		box-shadow: inset 0 0 0 1px #cccccc;
		color: #000 !important;/*  b7749d */
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 500;
		height: 3.5em;
		letter-spacing: 0.25em;
		line-height: 3.5em;
		padding: 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].back,
		input[type="reset"].back,
		input[type="button"].back,
		button.back,
		.button.back {
			padding-left: 4.75em;
		}

			input[type="submit"].back:before,
			input[type="reset"].back:before,
			input[type="button"].back:before,
			button.back:before,
			.button.back:before {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23cccccc%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				display: inline-block;
				height: inherit;
				left: 2em;
				opacity: 1;
				position: absolute;
				top: 0;
				vertical-align: middle;
				width: 2em;
			}

			input[type="submit"].back:after,
			input[type="reset"].back:after,
			input[type="button"].back:after,
			button.back:after,
			.button.back:after {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112px' height='96px' viewBox='0 0 112 96' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ff87c9%3B stroke-width: 4px %7D%3C/style%3E%3Cline x1='0' y1='46' x2='112' y2='46' /%3E%3Cline x1='24' y1='22' x2='0' y2='46' /%3E%3Cline x1='24' y1='70' x2='0' y2='46' /%3E%3C/svg%3E");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				display: inline-block;
				height: inherit;
				left: 2em;
				opacity: 0;
				position: absolute;
				top: 0;
				vertical-align: middle;
				width: 2em;
			}

			input[type="submit"].back:hover:before, input[type="submit"].back.active:before,
			input[type="reset"].back:hover:before,
			input[type="reset"].back.active:before,
			input[type="button"].back:hover:before,
			input[type="button"].back.active:before,
			button.back:hover:before,
			button.back.active:before,
			.button.back:hover:before,
			.button.back.active:before {
				opacity: 0;
			}

			input[type="submit"].back:hover:after, input[type="submit"].back.active:after,
			input[type="reset"].back:hover:after,
			input[type="reset"].back.active:after,
			input[type="button"].back:hover:after,
			input[type="button"].back.active:after,
			button.back:hover:after,
			button.back.active:after,
			.button.back:hover:after,
			.button.back.active:after {
				opacity: 1;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.7em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1em;
		}

		input[type="submit"]:hover, input[type="submit"].active,
		input[type="reset"]:hover,
		input[type="reset"].active,
		input[type="button"]:hover,
		input[type="button"].active,
		button:hover,
		button.active,
		.button:hover,
		.button.active {
			box-shadow: inset 0 0 0 1px #9e9e9f;
			color: #9e9e9f !important;/* b7749d */
		}

		input[type="submit"]:active, input[type="submit"].active,
		input[type="reset"]:active,
		input[type="reset"].active,
		input[type="button"]:active,
		input[type="button"].active,
		button:active,
		button.active,
		.button:active,
		.button.active {
			background-color: rgba(216, 71, 90, 0.05);
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			box-shadow: none;
			background-color: #9e9e9f;
			color: #9e9e9f !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #b7749d;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #c3293d;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		min-height: 100vh;
		padding: 3em;
		width: 100%;
	}

		@media screen and (max-width: 1280px) {

			#wrapper {
				padding: 1.5em;
			}

		}

		@media screen and (max-width: 980px) {

			#wrapper {
				padding: 2em;
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1em;
			}

		}

/* Panel */

	.panel {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease;
		max-width: calc(100vw - 6em);
		width: 86em;
		position: relative;
	}
	#release{
		flex-wrap:wrap;
	}

		/* releasebox */
		.releasebox{
			padding-bottom: 3%;
			display: flex;
			flex-wrap:wrap;
			/*justify-content: center;
			align-items: stretch; */
		}
		.releaseboxin{
			width:33.3%;
			padding:2.5%;
			box-sizing:border-box;
		}

		.rbph{
			line-height: 0;
			display: block;
			background-color: #b7749d;
		}
		.rbph img{
			transition: all 0.3s ease;
		}
		.rbph:hover img{
			transform: scale(0.96);
		}

		.reinner_ph{
			width: 42%;
			padding:0 6% 6% 6%;
			text-align: center;
			box-sizing:border-box;
		}
		.reinner_con{
			width: 55%;
		}


		@media screen and (max-width: 736px) {
			.releasebox{
				padding-bottom: 6%;
			}
			.releaseboxin{
				width:50%;
				padding:3%;
			}

			.reinner_ph{
				width: 100%;
				padding: 2em 2em 0 2em;
			}
			.reinner_con{
				width:100%;
				padding: 2em 3em 2em 3em;
			}

		}
		/* releasebox */

		.panel > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			background-color: #777;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 0;
			min-height: 50em;
			width: 50%;
			z-index: 1;
		}

			.panel > .image img {
				border-radius: 0;
				display: block;
				height: 100%;
				object-fit: cover;
				object-position: center;
				width: 100%;
			}

		.panel > .content {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			background-color: #ffffff;
			padding: 3em;
			width: 50%;
			position: relative;
		}

			.panel .logo_T {
				position: absolute;
				right: 3em;
				top: 3em;
				width: 15%;
			}

			.panel .logo_T >img {
				max-width: 100%;
			}

		.panel.inactive {
			opacity: 0;
		}

			.panel.inactive > .image {
				-moz-transform: translateY(1em);
				-webkit-transform: translateY(1em);
				-ms-transform: translateY(1em);
				transform: translateY(1em);
			}

			.panel.inactive > .content {
				-moz-transform: translateY(-1em);
				-webkit-transform: translateY(-1em);
				-ms-transform: translateY(-1em);
				transform: translateY(-1em);
			}

		.panel.special {
			text-align: center;
		}

			.panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) {
				margin: 3em 0;
			}

			.panel.special.inactive {
				-moz-transform: translateZ(-2em);
				-webkit-transform: translateZ(-2em);
				-ms-transform: translateZ(-2em);
				transform: translateZ(-2em);
			}

				.panel.special.inactive > .image {
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

				.panel.special.inactive > .content {
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

		.panel.secondary > .content {
			position: relative;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
		}

			.panel.secondary > .content > .actions {
				margin-bottom: 0;
			}

			.panel.secondary > .content:after {
				content: '';
				display: block;
				width: 100%;
			}



		@media screen and (max-width: 1680px) {

			.panel {
				width: 75em;
			}


				.panel > .image {
					min-height: 45em;
				}

		}

		@media screen and (max-width: 1280px) {

			.panel {
				max-width: calc(100vw - 3em);
			}

				.panel > .image {
					min-height: 35em;
				}

				.panel > .content {
					padding: 3em 2.5em;
				}

		}

		@media screen and (max-width: 980px) {

			.panel {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				
				.panel > .image {
					height: 98vh;
					width: 100%;
				}

				.panel > .content {
					display: block;
					padding: 3em;
					width: 100%;
				}

					.panel > .content:after {
						display: none;
					}

				.panel.inactive > .image {
					-moz-transform: translateX(1em);
					-webkit-transform: translateX(1em);
					-ms-transform: translateX(1em);
					transform: translateX(1em);
				}

				.panel.inactive > .content {
					-moz-transform: translateX(-1em);
					-webkit-transform: translateX(-1em);
					-ms-transform: translateX(-1em);
					transform: translateX(-1em);
				}

		}

		@media screen and (max-width: 736px) {

			.panel {
				max-width: calc(100vw - 2em);
				width: 30em;
			}

				.panel > .image {
					height: 60vh;
					width: 100%;
				}

				.panel > .content {
					padding: 2em;
				}

				.panel .logo_T {
					position: static;
					width: 100%;
					text-align: center;
				}

				.panel .logo_T > img {
					width: 17vw;
				}


				.panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) {
					margin: 2em 0;
				}

		}

		@media screen and (max-width: 480px) {

			.panel > .content {
				padding: 2em 1.5em;
			}

		}

		@media screen and (max-width: 360px) {

			.panel > .image {
				height: 98em;
			}

		}

		body.is-preload-0 .panel {
			opacity: 0;
		}

			body.is-preload-0 .panel > .image {
				-moz-transform: translateX(4em);
				-webkit-transform: translateX(4em);
				-ms-transform: translateX(4em);
				transform: translateX(4em);
			}

			body.is-preload-0 .panel > .content {
				-moz-transform: translateX(-4em);
				-webkit-transform: translateX(-4em);
				-ms-transform: translateX(-4em);
				transform: translateX(-4em);
			}

			@media screen and (max-width: 980px) {

				body.is-preload-0 .panel {
					-moz-transform: translateZ(-2em);
					-webkit-transform: translateZ(-2em);
					-ms-transform: translateZ(-2em);
					transform: translateZ(-2em);
				}

					body.is-preload-0 .panel > .image {
						-moz-transform: none;
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
					}

					body.is-preload-0 .panel > .content {
						-moz-transform: none;
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
					}

			}

		body.is-preload-1 .panel {
			-moz-transition: opacity 2s ease, -moz-transform 0.5s ease;
			-webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease;
			-ms-transition: opacity 2s ease, -ms-transform 0.5s ease;
			transition: opacity 2s ease, transform 0.5s ease;
		}

			body.is-preload-1 .panel > .image {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
			}

			body.is-preload-1 .panel > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
			}



			
.rele_ban{display:inline-block; padding: 0.2em 1em; text-decoration:none; border:2px solid #b7749d; color: #b7749d;transition:background 0.4s;}
.rele_ban:hover{ background: #b7749d; color: #fff!important; border:2px solid #b7749d; }

/* Footer */

	#footer {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		margin: 3em 0 0 0;
		opacity: 1.0;
		text-align: center;
	}

		#footer .copyright {
			color: #bbb;
			font-size: 0.8em;
			letter-spacing: 0.25em;
			margin-bottom: 0;
		}

		#footer .bnarea {
			margin: 2em 0 0 0;
			
		}
		
		#footer .bnarea > a{
			border:0;
		}
		

		#footer .bnarea img {
			height: 5vh;	
		}
		
		#footer.inactive {
			opacity: 0;
		}

		@media screen and (max-width: 1680px) {

			#footer {
				margin: 2em 0 0 0;
			}

		}

		@media screen and (max-width: 1280px) {

			#footer {
				margin: 1.5em 0 0 0;
			}

		}
		
		@media screen and (max-width: 736px) {

			#footer {
				font-size: 0.6em;
				margin: 3em 0 2em 0;
			}

		}

		body.is-preload-0 #footer {
			opacity: 0;
		}