@charset "UTF-8";
/* -----------------------------------------------
 [common]
-------------------------------------------------- */
.page-home {
	overflow-x: hidden;
}
.box-index__wrap {
	padding: 40px 0 50px;
	background: url(/assets/images/common/body-bg03.jpg) repeat left top
}
.hdg-index-lv2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 23px;
	letter-spacing: .14em;
}
.hdg-index-lv3 {
	text-align: center;
	font-size: 14px;
	letter-spacing: .1em;
}
.box-btn-index {
	margin-top: 30px;
	text-align: center;
}
.btn-index {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
.btn-index a {
	padding: 12px 10px 10px;
	font-size: 13px;
}
.btn-index a:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	bottom: 3px;
	right: 3px;
	box-sizing: border-box;
	border: 1px dashed #c47976;
	border-radius: 6px;
	z-index: 10;
}
.btn-index span {
	display: inline-block;
	padding-left: 20px;
	background: url(/assets/images/common/icn-arrow_white.svg) no-repeat left center;
	background-size: 14px;
	letter-spacing: .05em;
}

@media only screen and (min-width: 768px) {
	.box-index__wrap {
		padding: 55px 0 110px;
	}
	.hdg-index-lv2 {
		margin-bottom: 10px;
		font-size: 28px;
	}
	.hdg-index-lv3 {
		font-size: 16px;
	}
	.box-btn-index {
		margin-top: 40px;
	}
	.btn-index {
		width: 33%;
		padding: 0;
	}
	.btn-index a {
		padding: 12px 10px 10px;
		font-size: 14px;
	}
	.btn-index span {
		padding-left: 25px;
	}
} /* pc */

@media (min-width: 768px) and (max-width: 980px) {
	.btn-index {
		width: 50%;
		padding: 0;
	}
} /* tb */


/* -----------------------------------------------
 [slider]
-------------------------------------------------- */
.top-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	transform: translateY(-50%);
	z-index: 10;
	cursor :pointer;
}
.top-slider .icn-arrow-l {
	left: -16px;
	transform: translateY(-50%) rotate(180deg);
}
.top-slider .icn-arrow-r {
	right: -16px;
}
.top-slider .slick-arrow,
.top-slider a {
	transition: 0.3s ease-in-out;
}
.top-slider .slick-arrow:hover,
.top-slider a:hover {
	opacity: .7;
}

.top-thumb {
	display: flex;
	margin-top: 1px;
}
.top-thumb .top-thumb__item {
	flex: 0 0.5 25%;
}
.top-thumb .top-thumb__item.thumb-crt {
	flex-basis: 65%;
}
.top-thumb .top-thumb__inr {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
}
.top-thumb .top-thumb__inr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #d2d2d2;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.top-thumb .top-thumb__item:first-child .top-thumb__inr:before {
	border-left: 0;
}
.top-thumb .top-thumb__item:last-child .top-thumb__inr:before {
	border-right: 0;
}
.top-thumb .top-thumb__inr:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #930b0b;
	box-sizing: border-box;
}
.top-thumb .thumb-crt .top-thumb__inr:after {
	width: 100%;
	transition: width 5s linear;
}
.top-thumb .thumb-first .top-thumb__inr:after {
	transition: width 4s linear;
}
.top-thumb .top-thumb__item img {
	border-radius: 4px;
}
.top-thumb .top-thumb__item .top-thumb__inr .top-thumb__photo {
	display: block;
	flex: 0 0 40px;
	margin: 0;
}
.top-thumb .top-thumb__photo img {
	vertical-align: middle;
}
.top-thumb .top-thumb__item .top-thumb__txt {
	display: none;
}
.top-thumb .top-thumb__item.thumb-crt .top-thumb__txt {
	display: block;
	margin-left: 10px;
	font-size: 9px;
}

@media only screen and (min-width: 768px) {
	.top-slider {
		position: relative;
		max-width: 980px;
		margin: 0 auto;
	}
	.top-thumb__wrap {
		border-top: 1px solid #dddcd3;
	}
	.top-thumb {
		max-width: 980px;
		margin: 0 auto;
	}
	.top-thumb .top-thumb__item {
		flex: 0 0.5 25%;
	}
	.top-thumb .top-thumb__item.thumb-crt {
		flex-basis: 25%;
	}
	.top-thumb .top-thumb__inr {
		justify-content: flex-start;
		width: 100%;
		padding: 15px 5px;
	}
	.top-thumb .top-thumb__inr:before {
		top: -3px;
		border-color: #a28a7e;
	}
	.top-thumb .top-thumb__inr:after {
		top: -3px;
	}
	.top-thumb .thumb-crt .top-thumb__inr:after {
		transition: width 5.5s linear;
	}
	.top-thumb .thumb-first .top-thumb__inr:after {
		transition: width 4s linear;
	}
	.top-thumb .top-thumb__item span {
		display: inline-block;
	}
	.top-thumb .top-thumb__inr {
		transition: 0.3s ease-in-out;
		cursor :pointer;
	}
	.top-thumb .top-thumb__item .top-thumb__inr .top-thumb__photo {
		flex: 0 0 48px;
		margin: 0;
	}
	.top-thumb .top-thumb__item .top-thumb__txt,
	.top-thumb .top-thumb__item.thumb-crt .top-thumb__txt {
		display: block;
		margin-left: 10px;
		font-size: 13px;
	}
	.top-thumb .top-thumb__inr:hover {
		opacity: .7;
	}
} /* pc */
@media (min-width: 768px) and (max-width: 980px) {
	.top-slider .icn-arrow-l {
		left: 10px;
	}
	.top-slider .icn-arrow-r {
		right: 10px;
	}
} /* tb */


/* -----------------------------------------------
 [おすすめ]
-------------------------------------------------- */
.box-osusume {
	margin-top: 0;
	text-align: center;
}
.lst-osusume {
	display: flex;
	justify-content: center;
}
.lst-osusume {
	margin: 0 -14px;
}
.lst-osusume .lst-osusume__item {
	padding: 0 14px;
}
.box-osusume .link-passholder__back {
	display: inline-block;
	margin-top: 20px;
	font-size: 11px;
}
.box-osusume .box-btn-index {
	margin-top: 15px;
	padding: 0;
}
.box-osusume .box-btn-index .btn-index {
	padding: 0;
}
.box-osusume .box-btn-index .btn-index a {
	font-size: 15px;
}


@media only screen and (min-width: 768px) {
	.box-osusume {
		margin: 0 auto;
	}
	.lst-osusume {
		margin: 0;
		padding: 0 60px;
	}
	.lst-osusume .lst-osusume__item {
		padding: 0 3px;
	}
	.box-osusume .box-btn-index .btn-index {
		width: auto;
		max-width: 45%;
	}
	.box-osusume .box-btn-index .btn-index a {
		font-size: 16px;
	}
} /* pc */
@media (min-width: 768px) and (max-width: 980px) {
	.box-osusume .box-btn-index .btn-index {
		width: auto;
		max-width: 60%;
	}
}

/* -----------------------------------------------
 [h1]
-------------------------------------------------- */
.box-index-ttl {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 640px;
	margin: 70px auto 10px auto;
	padding: 0 20px;
	text-align: center;
}
.index-ttl__item {
	flex: 0 0 17%;
}
.index-ttl__item:first-child {
	flex: 0 0 18%;
}
.index-ttl {
	flex: 0 0 65%;
	margin-top: -10px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 23px;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
	.box-index-ttl {
		align-items: center;
		margin: 60px auto 30px auto;
		padding: 0;
	}
	.index-ttl__item {
		flex: 0 0 11%;
	}
	.index-ttl__item:first-child {
		flex: 0 0 12%;
	}
	.index-ttl {
		flex: 0 0 77%;
		margin-top: 0;
		padding: 0 30px;
		font-size: 28px;
	}
} /* pc */


/* -----------------------------------------------
 [blog]
-------------------------------------------------- */
.index-pickup .index-pickup__item {
	margin-top: 3px;
}
.index-pickup .index-pickup__wrap {
	position: relative;
}
.index-pickup .index-pickup__wrap:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(/assets/images/common/icn-pickup-pink.png) no-repeat left top;
	background-size: cover;
}
.index-pickup .index-pickup__item:nth-child(1) .index-pickup__wrap:before,
.index-pickup .index-pickup__item:nth-child(2) .index-pickup__wrap:before {
	background: url(/assets/images/common/icn-pickup-blue.png) no-repeat center center;
	background-size: cover;
}
.index-pickup .index-pickup__photo {
	padding-bottom: 85%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-pickup .index-pickup__detail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px 15px;
	background: #fff;
}
.index-pickup .index-pickup__date {
	margin-bottom: 5px;
	font-size: 10px;
	color: #9d1f1a;
}
.index-pickup .index-pickup__txt {
	font-size: 12px;
	letter-spacing: .06em;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.index-pickup .index-pickup__item:nth-child(3) .index-pickup__wrap,
	.index-pickup .index-pickup__item:nth-child(4) .index-pickup__wrap,
	.index-pickup .index-pickup__item:nth-child(5) .index-pickup__wrap {
		display: flex;
		flex-wrap: nowrap;
	}
	.index-pickup .index-pickup__item:nth-child(3) .index-pickup__photo,
	.index-pickup .index-pickup__item:nth-child(4) .index-pickup__photo,
	.index-pickup .index-pickup__item:nth-child(5) .index-pickup__photo {
		flex: 0 0 40%;
		max-width: 40%;
		padding-bottom: 30%;
	}
	.index-pickup .index-pickup__item:nth-child(3) .index-pickup__detail,
	.index-pickup .index-pickup__item:nth-child(4) .index-pickup__detail,
	.index-pickup .index-pickup__item:nth-child(5) .index-pickup__detail {
		position: relative;
		flex: 0 0 60%;
		max-width: 60%;
		box-sizing: border-box;
	}
} /* sp */

@media only screen and (min-width: 768px) {
	.index-pickup {
		max-width: 1130px;
		margin: 30px auto 0 auto;
		padding: 0 20px;
	}
	.index-pickup__list {
		display: flex;
		flex-wrap: wrap;
	}
	.index-pickup .index-pickup__item {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		margin: 0;
		padding: 1px;
		box-sizing: border-box;
	}
	.index-pickup .index-pickup__item .index-pickup__wrap:before {
		width: 60px;
		height: 60px;
	}
	.index-pickup .index-pickup__item:nth-child(1) .index-pickup__wrap:before,
	.index-pickup .index-pickup__item:nth-child(2) .index-pickup__wrap:before {
		width: 66px;
		height: 66px;
	}
	.index-pickup .index-pickup__item:nth-child(1),
	.index-pickup .index-pickup__item:nth-child(2) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.index-pickup .index-pickup__item:nth-child(1) .index-pickup__wrap:before,
	.index-pickup .index-pickup__item:nth-child(1) .index-pickup__photo {
		border-radius: 14px 0 0 0;
	}
	.index-pickup .index-pickup__item:nth-child(2) .index-pickup__photo {
		border-radius: 0 14px 0 0;
	}
	.index-pickup .index-pickup__item:nth-child(3) .index-pickup__photo,
	.index-pickup .index-pickup__item:nth-child(3) .index-pickup__detail {
		border-radius: 0 0 0 14px;
	}
	.index-pickup .index-pickup__item:nth-child(5) .index-pickup__photo,
	.index-pickup .index-pickup__item:nth-child(5) .index-pickup__detail {
		border-radius: 0 0 14px 0;
	}
	.index-pickup .index-pickup__item:nth-child(1) .index-pickup__photo,
	.index-pickup .index-pickup__item:nth-child(2) .index-pickup__photo {
		padding-bottom: 420px;
	}
	.index-pickup .index-pickup__photo {
		padding-bottom: 333px;
	}
	.index-pickup .index-pickup__detail {
		width: 100%;
		padding: 20px 25px;
		background: rgba(255,255,255,0.9);
		box-sizing: border-box;
	}
	.index-pickup .index-pickup__date {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.index-pickup .index-pickup__txt {
		font-size: 14px;
	}
	.index-pickup .index-pickup__item a .index-pickup__wrap {
		transition: 0.3s ease-in-out;
	}
	.index-pickup .index-pickup__item a:hover .index-pickup__wrap {
		opacity: .7;
	}
} /* pc */


/* -----------------------------------------------
 [instagram]
-------------------------------------------------- */
.instagram-visumo-box {
	margin: 100px auto 0;
	padding: 0 20px;
}
.instagram-visumo-box .hdg-index-lv3 {
	margin-bottom: 45px;
}
.instagram-visumo-box .ecbn-selection-wrapper .ecbn-selection-slider-next {
	background: url(/assets/images/common/icn-arrow_white.svg) no-repeat top left;
	background-size: cover;
}
.instagram-visumo-box .ecbn-selection-wrapper .ecbn-selection-slider-prev {
	background: url(/assets/images/common/icn-arrow_white.svg) no-repeat top left;
	background-size: cover;
	transform: rotate(-180deg);
}

@media only screen and (min-width: 768px) {
	.instagram-visumo-box {
		max-width: 940px;
		padding: 0 20px;
		margin: 155px auto 0;
	}
} /* pc */


/* -----------------------------------------------
 [voice]
-------------------------------------------------- */
.box-index-voice {
	margin-top: 100px;
}
.index-voice {
	position: relative;
	margin-top: 40px;
}
.index-voice .index-voice__photo {
	padding-bottom: 110%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-voice .index-voice__item {
	padding: 0 1px;
}
.index-voice .index-voice__wrap {
	height: 100%;
	background: #fff;
}
.index-voice .index-voice__detail {
	padding: 15px;
}
.index-voice .index-voice__ttl {
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: .1em;
}
.index-voice .boy .index-voice__ttl {
	color: #47b6e0;
}
.index-voice .girl .index-voice__ttl {
	color: #cb3051;
}
.index-voice .index-voice__name {
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: .04em;
}
.index-voice .index-voice__txt {
	font-size: 10px;
	letter-spacing: .04em;
}
.index-voice .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.05));
	z-index: 1;
	transform: translateY(-50%);
}
.index-voice .icn-arrow-l {
	left: 5%;
	transform: translateY(-50%) rotate(180deg);
}
.index-voice .icn-arrow-r {
	right: 5%;
}
.box-btn-index {
	padding: 0 20px;
}

@media only screen and (min-width: 768px) {
	.box-index-voice {
		max-width: 940px;
		margin: 160px auto 0;
		padding: 0 20px;
	}
	.index-voice {
		display: flex;
		margin: 50px -1px 0;
	}
	.index-voice .index-voice__item {
		flex: 0 0 25%;
		align-self: stretch;
	}
	.index-voice .index-voice__photo {
		padding-bottom: 80%;
	}
	.index-voice .index-voice__detail {
		padding: 30px 25px;
	}
	.index-voice .index-voice__item:first-child .index-voice__wrap {
		border-radius: 14px 0 0 14px;
	}
	.index-voice .index-voice__item:first-child .index-voice__photo {
		border-radius: 14px 0 0 0;
	}
	.index-voice .index-voice__item:last-child .index-voice__wrap {
		border-radius: 0 14px 14px 0;
	}
	.index-voice .index-voice__item:last-child .index-voice__photo {
		border-radius: 0 14px 0 0;
	}
	.index-voice .index-voice__ttl {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.index-voice .index-voice__name {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.index-voice .index-voice__txt {
		font-size: 12px;
	}
	.box-btn-index {
		padding: 0;
	}
	.box-index-voice a .index-voice__wrap {
		transition: 0.3s ease-in-out;
	}
	.box-index-voice a:hover .index-voice__wrap {
		opacity: .7;
	}
} /* pc */






/* -----------------------------------------------
 [お知らせ]
-------------------------------------------------- */
.index-news{
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 50px;
}
.index-news__title{
	font-size: 16px;
	background: #b0231d url("/assets/images/common/bg-title01.jpg");
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	padding: 10px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.index-news__title:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0;
	border-bottom: 1px dotted #650101;
}
.index-news__cnt{
	padding: 10px 20px 0;
	background: #fff;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.index-news__link{
	text-align: center;
	padding: 17px 0;
}
.index-news__link a{
	background-position: left center;
}
.lst-news {
	overflow-y: scroll;
	margin-right: -10px;
	padding-right: 10px;
}
.lst-news::-webkit-scrollbar {
	width: 5px;
}
.lst-news::-webkit-scrollbar-thumb {
	background: #930b0b;
	border-radius: 5px;
}
.lst-news li{
	border-bottom: 1px dashed #d0cdb3;
}
.lst-news li > a{
	display: block;
	padding: 10px 0;
}
.lst-news__tag {
	margin-bottom: 5px;
}
.lst-news__tag-date{
	font-size: 10px;
		color:#9d1f1a;
}
.lst-news__tag-category{
	border: 1px solid #d0cdb3;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 10px;
	background: #fff;
	margin-left: 10px;
}
.lst-news__tag-category + .lst-news__tag-category {
	margin-left: 5px;
}
.lst-news__title{
	padding-left: 16px;
	font-size: 13px;
	background: url(/assets/images/common/icn-arrow01.png) no-repeat top 5px left 0;
	background-size: 12px;
}
.lst-news__title:hover{
	text-decoration: underline;
}
.index-feature .box-media__item{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.box-media__item.box-media__item__no-decoration{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.alert {
	margin: 0 20px 50px;
}


@media (min-width: 768px) {
	.index-news{
		margin-top: 135px;
		margin-bottom: 100px;
	}
	.index-news__title {
		font-size: 16px;
		padding: 13px 13px 13px 20px;
		letter-spacing: 0.18em;
	}
	.index-news__cnt {
		padding: 10px 20px 0 20px;
	}
	.index-news__link{
		text-align: center;
		padding: 17px 0;
		font-size: 14px;
	}
	.index-news__link .acr-type01{
		background-size: 17px;
		background-position: left center;
		font-size: 14px;
		padding:5px 0px 5px 20px;
	}
	.js-alert-include{
		max-width: 980px;
		margin: 0 auto;
	}
	.alert {
		margin: 0 0 50px;
	}
	.lst-news {
		height: 150px;
	}
	.lst-news__tag{
		font-size: 14px;
		display: inline-block;
	}
	.lst-news__tag-date{
		display: block;
		font-size: 14px;
		min-width: 130px;
	}
	.lst-news__title{
		font-size: 14px;
		display: inline-block;
		background-size: 17px;
		padding-left:20px;
	}
	.index-feature .box-media__item .box-media__item-photo{
		max-width: 240px;
		margin-right: 0;
		margin-left: auto;
	}
} /* pc */





/* -----------------------------------------------
 [design]
-------------------------------------------------- */
.box-index-design {
	margin-top: 90px;
}
.index-design {
	margin: 30px 0 0;
}
.index-design .index-design__wrap {
	position: relative;
	display: flex;
	margin-top: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.index-design .index-design__wrap:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	transform: translateX(-50%) rotate(45deg) skew(20deg,20deg);
}
.index-design .index-design__ttl {
	position: relative;
	flex: 0 0 10%;
	align-self: stretch;
	z-index: 1;
}
.index-design .index-design__detail {
	position: relative;
	flex: 0 0 90%;
	align-self: stretch;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: 10px;
	letter-spacing: .05em;
	z-index: 1;
}

@media (min-width: 768px) {
	.box-index-design {
		margin-top: 200px;
	}
	.index-design {
		display: flex;
		margin: 50px -2px 0;
	}
	.index-design .index-design__item {
		flex: 0 0 33.3333%;
		align-self: stretch;
		padding: 0 2px;
		box-sizing: border-box;
	}
	.index-design .index-design__wrap {
		height: 100%;
		margin-top: 0;
		padding: 24px 15px;
	}

	.index-design .index-design__ttl {
		flex: 0 0 15%;
		align-self: stretch;
		font-size: 14px;
	}
	.index-design .index-design__detail {
		flex: 0 0 85%;
		align-self: stretch;
		padding: 0 0 0 20px;
		font-size: 14px;
	}
} /* pc */


.index-osusume .index-osusume__item {
	margin-top: 35px;
}
.index-osusume .index-osusume__wrap {
	position: relative;
}
.index-osusume .index-osusume__wrap:after {
	content: "";
	position: absolute;
}
.index-osusume .boy .index-osusume__wrap:after {
	width: 20%;
	height: 50%;
	bottom: -12%;
	left: 0;
	background: url(/assets/images/common/pct-boy01.png) no-repeat left top;
	background-size: 100% auto;
}
.index-osusume .girl .index-osusume__wrap:after {
	width: 19%;
	height: 50%;
	bottom: -7%;
	left: 0;
	background: url(/assets/images/common/pct-girl01.png) no-repeat left top;
	background-size: 100% auto;
}
.index-osusume .index-osusume__photo {
	padding-bottom: 60%;
	border-radius: 8px 8px 0 0;
}
.index-osusume .index-osusume__detail {
	padding: 10px;
	text-align: center;
	border-radius: 0 0 8px 8px;
	box-shadow: inset -1px -3px 1px -2px rgba(0,0,0,0.3);
}
.index-osusume .boy .index-osusume__detail {
	background: url(/assets/images/common/bg-title03.jpg) #3aa7cf repeat;
}
.index-osusume .girl .index-osusume__detail {
	background: url(/assets/images/common/bg-title04.jpg) #cd3151 repeat;
}
.index-osusume .index-osusume__ttl {
	margin-bottom: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: .05em;
}
.index-osusume .index-osusume__txt {
	font-size: 13px;
	color: #f6ea86;
	letter-spacing: .05em;
}
.index-osusume .index-osusume__txt .txt-tax {
	font-size: 10px;
}

@media (min-width: 768px) {
	.index-osusume {
		display: flex;
		margin: 35px -10px 0 -10px;
	}
	.index-osusume .index-osusume__item {
		flex: 0 0 50%;
		margin-top: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.index-osusume .boy .index-osusume__wrap:after {
		width: 81px;
		height: 160px;
		bottom: -60px;
		left: 5px;
	}
	.index-osusume .girl .index-osusume__wrap:after {
		width: 75px;
		height: 160px;
		bottom: -60px;
		left: auto;
		right: 15px;
	}
	.index-osusume .index-osusume__photo {
		padding-bottom: 50%;
	}
	.index-osusume .index-osusume__ttl {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.index-osusume .index-osusume__txt {
		font-size: 14px;
	}
	.index-osusume .index-osusume__txt .txt-tax {
		font-size: 12px;
	}
	.index-osusume a .index-osusume__wrap {
		transition: 0.3s ease-in-out;
	}
	.index-osusume a:hover .index-osusume__wrap {
		opacity: .7;
	}
} /* pc */


.index-relation {
	margin-top: 30px;
}
.index-relation .index-relation__item {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.index-relation {
		display: flex;
		justify-content: center;
		margin: 75px 86px 0 86px;
	}
	.index-relation .index-relation__item {
		flex: 0 0 50%;
		margin: 0;
		padding: 0 5px;
		box-sizing: border-box;
	}
} /* pc */



/* -----------------------------------------------
 [showroom]
-------------------------------------------------- */
.box-index-showroom {
	margin-top: 90px;
}
.index-showroom {
	margin-top: 40px;
}
.index-showroom .index-showroom__photo img {
	border-radius: 10px;
}
.index-showroom .index-showroom__txt {
	margin-top: 10px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: .05em;
}
.index-showroom .m-showroom__item {
	border: 0;
}

@media (max-width: 767px) {
	.index-showroom .m-showroom {
		margin-top: 30px;
	}
	.index-showroom .m-showroom__item {
		display: flex;
	}
	.index-showroom .m-showroom .grid-1,
	.index-showroom .m-showroom .grid-2,
	.index-showroom .m-showroom .grid-3 {
		width: 100%;
	}
	.index-showroom .m-showroom__item-photo {
		flex-basis: 65%;
		padding-bottom: 35%;
	}
	.index-showroom .m-showroom__item-photo img {
		border-radius: 8px 0 0 8px;
	}
	.index-showroom .m-showroom__item-title {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-basis: 30%;
		border-radius: 0 8px 8px 0;
	}
	.index-showroom .m-exhibition-info {
		padding: 0;
	}
} /* sp */

@media (min-width: 768px) {
	.box-index-showroom {
		margin-top: 170px;
	}
	.index-showroom {
		margin-top: 50px;
	}
	.index-showroom .index-showroom__photo img {
		border-radius: 14px;
	}

	.index-showroom .m-showroom__item-photo {
		padding-bottom: 60%;
	}
	.index-showroom .index-showroom__txt {
		margin-top: 20px;
		font-size: 15px;
	}
	.index-showroom .m-showroom {
		padding-top: 0;
	}
} /* pc */



/* -----------------------------------------------
 [concept]
-------------------------------------------------- */
.box-index-concept {
	margin-top: 90px;
}
.index-concept {
	margin-top: 40px;
}
.index-concept__photo img {
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.index-concept__photo .index-concept__inner {
	position: relative;
	display: block;
}
.index-concept .index-concept__inner:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: 20%;
	background: url(/assets/images/index/btn-movie.png) no-repeat;
	background-size: 100% auto;
	transform: translate(-50%, -50%);
}
.index-concept__txt {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
}

@media (min-width: 768px) {
	.box-index-concept {
		margin-top: 190px;
	}
	.index-concept {
		margin-top: 50px;
		padding: 0 60px;
	}
	.index-concept__photo img {
		border-radius: 14px;
		box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	}
	.index-concept .index-concept__inner:after {
		width: 306px;
		height: 39px;
	}
	.index-concept__txt {
		margin-top: 20px;
		font-size: 14px;
	}
	.index-concept a .index-concept__inner {
		transition: 0.3s ease-in-out;
	}
	.index-concept a:hover .index-concept__inner {
		opacity: .7;
	}
} /* pc */


/* -----------------------------------------------
 [blog]
-------------------------------------------------- */
.box-index-blog {
	margin: 100px auto 0 auto;
}
.index-blog .index-blog__list {
	margin-top: 40px;
}
.index-blog .index-blog__item {
	margin-top: 10px;
	padding: 0 10px;
}
.index-blog .index-blog__wrap {
	position: relative;
	display: flex;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.index-blog .index-blog__photo {
	flex-basis: 30%;
	padding-bottom: 20%;
	border-radius: 8px 0 0 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-blog .index-blog__detail {
	flex-basis: 70%;
	padding: 15px 20px;
	box-sizing: border-box;
}
.index-blog .index-blog__date {
	font-size: 10px;
	color: #9d1f1a;
	letter-spacing: .07em;
}
.index-blog .index-blog__txt {
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.index-blog .is-new .index-blog__wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 43px;
	background: url(/assets/images/common/icn-new02.png) no-repeat left top;
	background-size: cover;
	border-radius: 10px 0 0 0;
}
.index-blog .is-pickup .index-blog__wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 43px;
	background: url(/assets/images/common/icn-pickup-blue02.png) no-repeat left top;
	background-size: cover;
	border-radius: 10px 0 0 0;
}

@media (min-width: 768px) {
	.box-index-blog {
		max-width: 980px;
		margin: 190px auto 0 auto;
		padding: 0 20px;
	}
	.index-blog .index-blog__list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.index-blog .index-blog__item {
		flex: 0 0 50%;
		max-width: 50%;
		align-self: stretch;
		margin-top: 20px;
		padding: 0 11px;
		box-sizing: border-box;
	}
	.index-blog .index-blog__wrap {
		border-radius: 8px;
	}
	.index-blog .index-blog__photo {
		border-radius: 10px 0 0 10px;
	}
	.index-blog .index-blog__date {
		font-size: 12px;
	}
	.index-blog .index-blog__txt {
		font-size: 14px;
	}
	.index-blog .is-new .index-blog__wrap:before {
		width: 52px;
		height: 52px;
		border-radius: 10px 0 0 0;
	}
	.index-blog .is-pickup .index-blog__wrap:before {
		width: 52px;
		height: 52px;
		border-radius: 10px 0 0 0;
	}
	.index-blog .index-blog__item a .index-blog__wrap {
		transition: 0.3s ease-in-out;
	}
	.index-blog .index-blog__item a:hover .index-blog__wrap {
		opacity: .7;
	}
} /* pc */


/* -----------------------------------------------
 [sns]
-------------------------------------------------- */
.box-index-sns {
	margin-top: 100px;
}
.index-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 35px;
}
.index-sns .index-sns__item {
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 20px;
	padding: 0 5px;
	text-align: center;
	box-sizing: border-box;
}
.index-sns__item.index-sns-btn,
.index-sns__item.index-sns-note {
	flex: 0 0 80%;
	max-width: 80%;
	margin-bottom: 14px;
}
.index-sns .share-txt {
	display: block;
	font-size: 9px;
	letter-spacing: .08em;
}

/* index-fb */
.index-fb .index-sns__detail {
	position: relative;
	padding: 8px 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.index-fb .index-sns__detail:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px dashed #d9deee;
	border-radius: 10px;
}
.index-fb .share-txt {
	margin-top: 8px;
	color: #3f5aa7;
	line-height: 1.2;
}

/* index-insta */
.index-insta .index-sns__detail {
	position: relative;
	padding: 8px 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.index-insta .index-sns__detail:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px dashed #ddd8d2;
	border-radius: 10px;
}
.index-insta .share-txt {
	color: #b9005b;
}

/* index-sns-btn */
.index-sns .index-sns-btn .index-sns__txt {
	position: relative;
	display: block;
	padding: 8px 10px 8px 30px;
	background: #fff;
	border-radius: 30px;
	font-size: 10px;
	color: #9d1f1a;
	line-height: 1.4;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.index-sns .index-sns-btn .index-sns__txt:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 15px;
	background: url(/assets/images/common/icn-instagram.svg) no-repeat left top;
	background-size: cover;
	transform: translateY(-50%);
}

/* index-sns-note */
.index-sns .index-sns-note .index-sns__txt {
	position: relative;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 30px;
	font-size: 10px;
	color: #41c9b4;
	line-height: 1.4;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.index-sns .index-sns-note .index-sns__txt:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 10px;
	background: url(/assets/images/common/icn-note.svg) no-repeat left top;
	background-size: cover;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.box-index-sns {
		margin-top: 200px;
		padding-bottom: 110px;
	}
	.index-sns {
		margin: 55px 150px 0;
	}
	.index-sns .index-sns__item {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.index-fb .index-sns__detail,
	.index-insta .index-sns__detail {
		padding: 12px 15px;
	}
	.index-sns .share-txt {
		font-size: 13px;
	}
	.index-sns__item.index-sns-btn,
	.index-sns__item.index-sns-note {
		flex: 0 0 50%;
	}
	.index-sns .index-sns-btn .index-sns__txt,
	.index-sns .index-sns-note .index-sns__txt {
		padding: 10px 10px 10px 30px;
		font-size: 14px;
		line-height: 1.8;
	}
	.index-sns .index-sns-btn .index-sns__txt:before {
		width: 22px;
		height: 22px;
	}
	.index-sns .index-sns-note .index-sns__txt:before {
		width: 28px;
		height: 28px;
	}
	.index-sns .index-sns__item a .index-sns__detail,
	.index-sns .index-sns__item a .index-sns__txt {
		transition: 0.3s ease-in-out;
	}
	.index-sns .index-sns__item a:hover .index-sns__detail,
	.index-sns .index-sns__item a:hover .index-sns__txt {
		opacity: .7;
	}
} /* pc */






