@charset "utf-8";

.redesign .section_01 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 0;
	background-color: rgba(235,231,234,0.8);
}
.section_box {
	margin: 0 auto;
	max-width: 1300px;
	padding: 60px 60px 80px;
}
.contents_wrapper {
	min-height: 50vh;
}
.contents_wrapper > div > div {
	padding: 15px 0;
}
/*
.artists_block {
	padding-top: 50px;
	position: relative;
	top: -50px;
	margin-bottom: -50px !important;
}
*/
.artists_block img,
.contents_wrapper div .block_text,
#menu {
	opacity: 0;
}
img.lazyloaded,
.contents_wrapper div .block_photo > div img.lazyloaded,
.contents_wrapper div .block_text,
#menu {
	animation-name: fadein_sizes !important;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
}
#cboxTitle {
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.h1_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 50px 0 30px;
}
.h1_area h1 {
	line-height: 1.2em;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
	background-image: none;
	margin: 0 0 10px;
	font-size: 260%;
	width: 100%;
}
.h1_area h1 span {
	display: inline-block;
}
/*-------------------------------------ページ内リンク*/
.anchor {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}
.anchor ul {
	display: flex;
	-js-display: flex; /*ポリフィル*/
	flex-wrap: wrap;
	width: 100%;
}
.anchor ul li {
	border: solid 1px #ccc;
	margin-right: -1px;
	margin-top: -1px;
	padding-left: 0 !important;
	background: none !important;
	flex: 1;
}
.anchor ul a {
	display: flex;
	padding: 10px;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}
.anchor ul a::before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #cccccc;
}
.anchor ul a:hover {
	background: #eee;
}
.anchor ul li.curent a {
	background: #ccc;
}
.anchor ul li.curent a::before {
	color: #999;
}
.fa-angle-double-right {
	margin: 0 5px;
	font-size: 85%;
	opacity: 0.6;
}
/*----------------------------------------------------------コンテンツ部*/
/*----------------基本*/
.mar_btm10 {
	margin-bottom: 10px;
}
.caution_red {
	color: #ce2323;
}
.caution_box_red {
	position: relative;
	width: auto;
	margin-bottom: 5px;
	padding: 16px 31px !important;
	border: 4px double #ce2323;
	background-color: #f8f8f8;
	border-radius: 20px;
}
.caution_box_red p:last-child {
	margin-bottom: 0 !important;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.contents_wrapper i.fa {
	margin-right: 5px;
}
p.photo_cap {
	display: inline-block;
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 40px;
	font-size: 75%;
}
.photo_cap_02 {
	text-align: right;
	font-size: 75%;
}
.prof h2 {
	font-size: 155%;
	margin-bottom: 0;
	color: #333 !important;
	font-weight: normal;
	display: flex;
	flex-direction: column;
}
.prof h2 + p {
	margin-top: 14px;
}
.prof h2 span {
	display: inline-block;
}
.prof h2 > span {
	font-size: 60%;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
	margin: 4px 0;
}
.prof h2 span.prof_katagaki {
	margin-right: 0.3em;
	display: inline;
}
.prof h2 span a {
	word-break: break-all;
}
.contents_wrapper .block_text a, .r_method_area a, .intro_contents_wrapper a {
	/*color:#15A8FB;*/
	text-decoration: underline;
}
.contents_wrapper .block_text p.link_area {
	font-size: 84%;
	margin-top: 10px;
	line-height: 1.7em;
}
.h1_area, .contents_wrapper > div > div, .products > div > div {
	display: flex;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.h1_area {
	flex-direction: column;
}
.contents_wrapper > div {
	max-width: 1300px;
	margin: 0 auto;
}
.contents_wrapper > div > div {
	border-bottom: solid 1px #ccc;
}
.block_text, .block_photo {
	display: flex;
	box-sizing: border-box;
	position: relative;
	align-self: center;
}
.block_photo {
	width: 30%;
}
.contents_wrapper .block_text {
	padding: 20px 0 20px;
	flex-direction: column;
	width: 100%;
}
.contents_wrapper .block_text p {
	line-height: 1.5em;
}
.contents_wrapper .block_text > div {
	padding-right: 5%;
	box-sizing: border-box;
}
/*----------------*/
.contents_wrapper div .block_photo > div {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 70%;
}
.contents_wrapper div .block_photo > div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contents_wrapper div .block_photo > div img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.contents_wrapper div.block_photo.youtube {
	padding-top: 0 !important;
}
.contents_wrapper .block_photo.youtube div {
	position: relative;
	box-sizing: border-box;
	max-width: auto;
	min-height: auto;
	padding-top: 56.2% !important
}
.contents_wrapper .block_photo.youtube.square div {
	padding-top: 100% !important
}
.contents_wrapper .block_photo.youtube > div iframe, .contents_wrapper .block_photo.youtube > div video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
}
.prof_set {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.comment_image {
	width: 100px;
	margin-right: 20px;
}
.comment_image img {
	width: 100%;
	height: auto;
	display: block;
}
.comment_image.circle img {
	border-radius: 50%;
}
.wrapper {
	font-size: 1rem;
	line-height: 1.5;
}
.wrapper > div {
	position: relative;
}
.text_wrapper {
	height: auto;
	overflow: hidden;
}
.text_wrapper.more_text {
	padding-bottom: 30px;
}
.show_more {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	bottom:0;
	left: 0;
	width: 100%;
	padding: 50px 0 0px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(239, 236, 238, 0.0) 0%, rgba(239, 236, 238, 0.7) 67%, rgba(239, 236, 238, 1.00) 67%, rgba(239, 236, 238, 1.00) 100%);
	cursor: pointer;
	font-family: 'Lato', 'Noto Sans JP', sans-serif, FontAwesome;
	z-index: 10;
	transition: background 0.5s;
}
.open .show_more {
	background: linear-gradient(to bottom, rgba(239, 236, 238, 0.0) 0%, rgba(239, 236, 238, 0.0) 67%, rgba(239, 236, 238, 1.00) 67%, rgba(239, 236, 238, 1.00) 100%);
}
.show_more:before {
	content: "\f107  See More";
	display: inline-block;
}
.active .show_more:before {
	content: "\f106  See Less";
}
