@charset "UTF-8";

/******************************************************************
 * 浮世絵イラストページ
******************************************************************/

.ukiyoe .inner {
	width: 100%;
	max-width: 1400px;
	margin-inline: auto;
	padding: 0 10px;
}

.ukiyoe-bg {
	background: #fff;
}

@media screen and (min-width: 960px) {
	.ukiyoe {
		padding-bottom: 120px;
	}
}

@media screen and (min-width: 751px) {
	.ukiyoe {
		background: #fff;
	}

	.ukiyoe .breadcrumb {
		margin-bottom: -2px;
	}

	.ukiyoe .sp {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe .inner {
		padding: 0 20px;
	}

	.ukiyoe .sp {
		display: block;
	}
}

/* 共通
-----------------------------------------------------------------*/

/* 見出し */
.ukiyoe-ttl {
	text-align: center;
}

.ukiyoe-ttl__en {
	font: 400 26px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	color: #FF3A3A;
}

.ukiyoe-ttl__jp {
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.ukiyoe-ttl__en {
		font-size: 16px;
	}

	.ukiyoe-ttl__jp {
		margin-top: 5px;
		font-size: 26px;
		line-height: calc(41.6/26);
	}
}

/* お問い合わせバナー */
.ukiyoe-contact-bnr {
	width: 100%;
	max-width: 732px;
	height: 106px;
	background: #222;
	margin-inline: auto;
	border-radius: 7px;
	box-shadow: 0 4px 0 #E1E1E1;
    transition: all 0.3s ease;
}

.ukiyoe-contact-bnr:hover {
	background: #ff3a3a;
	box-shadow: 0 0 0 #E1E1E1;
	transform: translateY(4px);
}

.ukiyoe-contact-bnr a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.ukiyoe-contact-bnr a::before {
	content: "";
	aspect-ratio: 688/212;
	width: 100%;
	max-width: 344px;
	display: block;
	background: url(../images/ukiyoe/contact-bnr.png) center / cover no-repeat;
}

.ukiyoe-contact-bnr__txt {
	padding: 0 1em;
	font-size: 26px;
	letter-spacing: .01em;
	line-height: calc(32/26);
	color: #fff;
}

@media screen and (max-width: 750px) {
	.ukiyoe-contact-bnr {
		height: 52px;
		border-radius: 3px;
		box-shadow: 0 2px 0 #E1E1E1;
	}

	.ukiyoe-contact-bnr:hover {
		transform: translateY(2px);
	}

	.ukiyoe-contact-bnr a::before {
		max-width: 165px;
	}

	.ukiyoe-contact-bnr__txt {
		font-size: 12px;
	}
}

/* info */
.ukiyoe-info__content {
	display: flex;
	justify-content: space-between;
	column-gap: 23px;
}

.ukiyoe-info__ttl {
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6/36);
}

.ukiyoe-info__detail {
	margin-top: 21px;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: calc(36.8/16);
}

.ukiyoe-info__detail span {
	font-weight: 600;
	font-size: 23px;
	color: #FF3A3A;
	letter-spacing: .05em;
	line-height: 1.4;
}

.ukiyoe-info__img {
	width: 100%;
	max-width: 243px;
	margin: auto 0 4px;
}

.ukiyoe-info__img img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	.ukiyoe-info__content {
		flex-direction: column;
	}

	.ukiyoe-info__txt {
		display: contents;
	}

	.ukiyoe-info__ttl {
		order: 1;
		font-size: 26px;
		text-align: center;
	}

	.ukiyoe-info__detail {
		order: 3;
		font-size: 14px;
		line-height: calc(34/14);
	}

	.ukiyoe-info__detail span {
		font-size: 17px;
	}

	.ukiyoe-info__img {
		order: 2;
		max-width: 138px;
		margin: 20px auto 0;
	}
}


/* MV
-----------------------------------------------------------------*/
.ukiyoe-mv {
	width: 100%;
	height: 670px;
	background: url(../images/ukiyoe/mv-bg.jpg) center / cover no-repeat;
}

.ukiyoe-mv__inner {
	width: 100%;
	max-width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	position: relative;
}

.ukiyoe-mv__inner::before,
.ukiyoe-mv__inner::after {
	content: "";
	width: 100%;
	display: block;
	background: url(../images/ukiyoe/mv-eff-left.png) center / cover no-repeat;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
}

.ukiyoe-mv__inner::after {
	background-image: url(../images/ukiyoe/mv-eff-right.png);
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
}

.ukiyoe-mv__img {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
	padding: 0 40px;
}

.ukiyoe-mv__img img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 959px) {
	.ukiyoe-mv {
		height: 500px;
	}
}

@media screen and (min-width: 751px) {
	.ukiyoe-mv__inner::before,
	.ukiyoe-mv__inner::after {
		aspect-ratio: 570/288;
		max-width: calc( (100% / 1400 ) * 570 );
	}

	.ukiyoe-mv__img img {
		box-shadow: 0 13px 16px rgba(0,0,0,.32);
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-mv {
		height: 680px;
		margin-top: 9px;
		background-image: url(../images/ukiyoe/mv-bg-sp.jpg);
	}

	.ukiyoe-mv__inner::before {
		max-width: 255px;
		height: 509px;
		background-image: url(../images/ukiyoe/mv-eff-left-sp.png);
	}

	.ukiyoe-mv__inner::after {
		max-width: 258px;
		height: 506px;
		background-image: url(../images/ukiyoe/mv-eff-right-sp.png);
	}

	.ukiyoe-mv__img {
		max-width: 400px;
	}
}

/* intro
-----------------------------------------------------------------*/
.ukiyoe-intro {
	padding-top: 108px;
	background: url(../images/ukiyoe/intro-bg.png) top / 100% no-repeat;
}

.ukiyoe-intro__ttl {
	display: block;
	padding: 0 10px;
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6/36);
	text-align: center;
}

.ukiyoe-intro__content {
	width: 100%;
	max-width: 1400px;
	display: flex;
	column-gap: 2.5%;
	margin: 39px auto 0;
}

.ukiyoe-intro__txt {
	flex: 1;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: calc(40/16);
}

.ukiyoe-intro__txt span {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.48;
	letter-spacing: 0;
	color: #FF3A3A;
	text-decoration: underline;
	text-decoration-color: #FFE462;
	text-decoration-thickness: 9px;
	text-underline-offset: -3px;
}

.ukiyoe-intro__detail {
	max-width: 575px;
	padding: 0 30px;
}

.ukiyoe-intro__img {
	flex: 0 0 calc( (100% / 1400 ) * 620.5 );
	width: 100%;
}

@media screen and (min-width: 751px) {
	.ukiyoe-intro__detail {
		margin-top: 19px;
		margin-left: auto;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-intro {
		padding-top: 39px;
		background-image: url(../images/ukiyoe/intro-bg-sp.png);
	}

	.ukiyoe-intro__ttl {
		padding-left: 6px;
		font-size: 26px;
		line-height: calc(41.6/26);
	}

	.ukiyoe-intro__content {
		display: block;
		margin-top: 22px;
	}

	.ukiyoe-intro__txt {
		font-size: 14px;
		line-height: calc(34/14);
	}
	
	.ukiyoe-intro__txt span {
		font-size: 17px;
		line-height: 1;
		letter-spacing: unset;
		text-decoration-thickness: 7px;
		text-underline-offset: -2px;
	}

	.ukiyoe-intro__img {
		margin-top: 15px;
	}
}

.ukiyoe-project {
	padding: 51px 0 80px;
	position: relative;
	z-index: 0;
}

.ukiyoe-project__ttl {
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6/36);
	text-align: center;
}

.ukiyoe-project__list {
	width: 100%;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 19px 16px;
	margin: 23.5px auto 0;
	padding: 35px 34px 30px;
	background: #fff;
	border: 5px solid #FF3A3A;
	border-radius: 20px;
	position: relative;
}

.ukiyoe-project-item__txt {
	margin-top: 18.5px;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: calc(27/15);
}

.ukiyoe-project-item__ttl {
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.5;
	color: #FF3A3A;
}

.ukiyoe-project-item__ttl.js-project-item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ukiyoe-project-item__img img {
	width: 100%;
}

.ukiyoe-project-item__detail {
	margin-top: 4px;
}

@media screen and (max-width: 1300px) {
	.ukiyoe-project{
		padding-top: 160px;
	}
}

@media screen and (max-width: 959px) {
	.ukiyoe-project{
		padding-top: 130px;
	}

	.ukiyoe-project-item__txt {
		margin-top: 22.5px;
		font-size: 14px;
		line-height: calc(25.2/14);
	}

	.ukiyoe-project-item__ttl {
		font-size: 18px;
		letter-spacing: .05em;
		line-height: calc(20/18);
	}

	.ukiyoe-project-item__detail {
		margin-top: 9.5px;
	}
}

@media screen and (min-width: 751px) {
	.ukiyoe-project__list::before {
		content: "";
		aspect-ratio: 965/1028;
		width: 100%;
		max-width: calc( (100% / 990 ) * 482.47 );
		display: block;
		background: url(../images/ukiyoe/intro-taiko.png) center / cover no-repeat;
		position: absolute;
		top: -61.5%;
		left: -28.8%;
		z-index: -1;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-project {
		padding-top: 40px;
	}

	.ukiyoe-project__ttl {
		padding-right: 4px;
		font-size: 26px;
		line-height: calc(41.6/26);
	}

	.ukiyoe-project__list {
		grid-template-columns: 100%;
		margin-top: 15px;
		padding: 35px 26px 29.5px;
	}
}

@media screen and (max-width: 399px) {
	.ukiyoe-project__ttl {
		padding-right: 0;
		font-size: 24px;
	}
}


/* works
-----------------------------------------------------------------*/
.ukiyoe-works {
	width: 100%;
	padding-top: 57px;
	background: #222;
	overflow: hidden;
}

.ukiyoe-works .ukiyoe-ttl__jp {
	color: #fff;
}

.ukiyoe-works__list {
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: 56px auto 0;
}

/* slick */
.ukiyoe-works .slick-list {
	overflow: visible !important;
	max-width: 100% !important;
}

.ukiyoe-works .slick-track {
	display: flex;
}

.ukiyoe-works-item {
	aspect-ratio: 340/350;
	width: 340px !important;
	display: flex;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ukiyoe-works-item__img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.ukiyoe-works-item__img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0) ) bottom / 100% 162px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.ukiyoe-works-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .3s;
}

.ukiyoe-works-item:hover .ukiyoe-works-item__img img {
	transform: scale(1.3);
}

.ukiyoe-works-item__txt {
	width: 100%;
	padding: 16px 20px;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
}

.ukiyoe-works-item__name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4.5px 12px;
	background: #FF3A3A;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
}

.ukiyoe-works-item__ttl {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height: 3em;
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
	line-height: calc(25.2/18);
	color: #fff;
}

@media screen and (min-width: 960px) {
	/* PC時 中央 */
	.ukiyoe-works__list--center {
		max-width: 100%;
		justify-content: center;
	}

	.ukiyoe-works__list--center .slick-list {
		padding: 0 !important;
	}

	.ukiyoe-works__list--center .slick-track {
		width: 100% !important;
		display: block !important;
	}
}

@media screen and (max-width: 959px) {
	.ukiyoe-works__list {
		max-width: 340px !important;
		justify-content: center;
	}

	/* SP時 中央 */
	.ukiyoe-works__list--center-sp {
		max-width: 100% !important;
		justify-content: center;
	}

	.ukiyoe-works__list--center-sp .slick-track {
		transform: translate3d(0, 0, 0) !important;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-works__list {
		max-width: 375px !important;
	}

	.ukiyoe-works-item__name {
		font-size: 12px;
	}

	.ukiyoe-works-item__ttl {
		font-size: 16px;
	}
}

/* ポップアップ */
.ukiyoe-works-popup {
	display: none;
}

.ukiyoe-works-popup-post {
	padding: 0 20px 30px;
}

.ukiyoe-works-popup-post__wrap {
	width: 100%;
	height: 100%;
}

.ukiyoe-works-popup-post__content {
	width: 100%;
}

.ukiyoe-works-popup-post__img {
	width: 100%;
	text-align: center;
}

.ukiyoe-works-popup-post__img img {
	width: auto;
	max-height: calc(90vh - 150px);
	object-fit: cover;
	transition: all ease .3s;
}

.ukiyoe-works-popup-post__txt {
	margin-top: 32px;
}

.ukiyoe-works-popup-post__name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4.5px 12px;
	background: #FF3A3A;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
}

.ukiyoe-works-popup-post__ttl {
	margin-top: 9px;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0;
	line-height: calc(38.4/24);
	color: #fff;
}

#cboxOverlay {
	background-color: #000;
}

#cboxLoadedContent,
#cboxContent {
	background: none;
}

#cboxLoadedContent {
	padding: 0;
}

#cboxContent {
	margin-top: 0;
}

#cboxClose {
	position: absolute;
	top: 0;
    left: auto;
    right: 12px;
	display: block;
	aspect-ratio: 1/1;
	width: 53px;
	height: auto;
	background: none;
}

#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

#cboxClose::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 750px) {
	.ukiyoe-works-popup-post__name {
		font-size: 12px;
	}

	.ukiyoe-works-popup-post__ttl {
		font-size: 18px;
	}

	#cboxClose {
		width: 35px;
	}
}



/* ukiyoe-scenes
-----------------------------------------------------------------*/
.ukiyoe-scenes {
	padding-top: 57px;
}

.ukiyoe-scenes__list {
	counter-reset: scenes-num;
	width: 100%;
	max-width: 1400px;
	margin: 48px auto 0;
}

.ukiyoe-scenes-item {
	display: flex;
	gap: 1px 54px;
}

.ukiyoe-scenes-item:not(:first-child) {
	margin-top: 40px;
}

.ukiyoe-scenes-item__txt {
	flex: 1;
}

.ukiyoe-scenes-item__inner {
	width: 100%;
	max-width: 536px;
	margin-left: auto;
	padding: 0 10px;
}

.ukiyoe-scenes-item__ttl {
	width: 100%;
	min-height: 106px;
	display: flex;
	align-items: center;
	padding: .5em 0 calc(.5em + 6px) 20px;
	font: 700 30px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6/30);
	position: relative;
	z-index: 0;
}

.ukiyoe-scenes-item__ttl::before {
	content: "";
	width: 100%;
	max-width: 122px;
	height: 88px;
	background: url(../images/ukiyoe/scenes-check.png) center / cover no-repeat;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

.ukiyoe-scenes-item__ttl::after {
	counter-increment: scenes-num;
	content: counter(scenes-num,decimal-leading-zero);
	font: 400 103px "Questrial", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	color: #E8E8E8;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

.ukiyoe-scenes-item__detail {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: calc(36.8/16);
}

.ukiyoe-scenes-item__detail span {
	padding-bottom: 4.5px;
	font-weight: 600;
	font-size: 23px;
	line-height: 1;
	letter-spacing: .05em;
	color: #FF3A3A;
	background: linear-gradient(to top, #FFE462 12px, rgba(0,0,0,0) 12px, rgba(0,0,0,0));
}

.ukiyoe-scenes-item__img {
	flex: 0 0 calc( (100% / 1400 ) * 620 );
}

.ukiyoe-scenes .ukiyoe-contact-bnr {
	margin-top: 56px;
}

@media screen and (max-width: 959px) {
	.ukiyoe-scenes-item {
		column-gap: 25px;
	}
}

@media screen and (min-width: 751px) {
	.ukiyoe-scenes-item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.ukiyoe-scenes-item:nth-child(even) .ukiyoe-scenes-item__inner {
		margin-left: 0;
		margin-right: auto;
	}

	.ukiyoe-scenes-item:not(:nth-child(4)) .ukiyoe-scenes-item__detail {
		margin-top: 6px;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-scenes__list {
		margin-top: 17.5px;
		padding: 0 20px;
	}

	.ukiyoe-scenes-item {
		flex-direction: column-reverse;
	}
	
	.ukiyoe-scenes-item:not(:first-child) {
		margin-top: 30.5px;
	}

	.ukiyoe-scenes-item__ttl {
		min-height: 77px;
		padding: 12px 0 9px 2px;
		font-size: 24px;
		line-height: 1.5;
	}

	.ukiyoe-scenes-item__ttl::before {
		max-width: 98px;
		height: 71px;
        top: -1px;
		left: -22px;
		z-index: -1;
	}

	.ukiyoe-scenes-item__ttl::after {
		font-size: 83px;
		right: -12px;
	}

	.ukiyoe-scenes-item__detail {
		font-size: 14px;
		line-height: calc(34/14);
	}

	.ukiyoe-scenes-item__detail span {
		padding-bottom: 2px;
		background: linear-gradient(to top, #FFE462 7px, rgba(0,0,0,0) 7px, rgba(0,0,0,0));
		font-size: 17px;
		line-height: 1;
	}

	.ukiyoe-scenes .ukiyoe-contact-bnr {
		margin-top: 30px;
	}
}

/* 表現力 */
.ukiyoe-scenes-strength {
	margin-top: 45px;
	padding: 67px 0 76px;
	background: url(../images/ukiyoe/scenes-strength-bg.png) top / 100% repeat-y;
}

.ukiyoe-scenes-strength .inner {
	max-width: 1020px;
}

.ukiyoe-scenes-strength__ttl {
	font: 700 36px "Shippori Mincho", serif;
	line-height: calc(57.6/36);
	letter-spacing: 0;
	text-align: center;
}

.ukiyoe-scenes-strength__list {
	width: 100%;
	max-width: 1000px;
	margin: 76px auto 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 69px 24px;
}

.ukiyoe-scenes-strength-item {
	padding: 54px 20px 23px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #FF3A3A;
	position: relative;
	z-index: 0;
}

.ukiyoe-scenes-strength-item::before {
	content: "";
	width: 100%;
	height: 4px;
	max-width: 252px;
	display: block;
	background: #fff;
	position: absolute;
	top: -4px;
	left: calc(50% + 4px);
	transform: translateX(-50%);
}

.ukiyoe-scenes-strength-item__num {
	width: 100%;
	max-width: calc((252/26) * 1em);
	height: calc((95/26) * 1em);
	display: flex;
	align-items: center;
	padding: 0 23px 4px;
	font: 700 26px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ukiyoe-scenes-strength-item__num::before {
	content: "";
	aspect-ratio: 95/91;
	width: 100%;
	max-width: calc((95/26) * 1em);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -2px;
	left: auto;
	right: 4px;
	z-index: -1;
}

.ukiyoe-scenes-strength-item:nth-child(1) .ukiyoe-scenes-strength-item__num::before {
	background-image: url(../images/ukiyoe/scenes-strength01-num.png);
}

.ukiyoe-scenes-strength-item:nth-child(2) .ukiyoe-scenes-strength-item__num::before {
	background-image: url(../images/ukiyoe/scenes-strength02-num.png);
}

.ukiyoe-scenes-strength-item:nth-child(3) .ukiyoe-scenes-strength-item__num::before {
	background-image: url(../images/ukiyoe/scenes-strength03-num.png);
}

.ukiyoe-scenes-strength-item:nth-child(4) .ukiyoe-scenes-strength-item__num::before {
	background-image: url(../images/ukiyoe/scenes-strength04-num.png);
}

.ukiyoe-scenes-strength-item__ttl {
	text-align: center;
	width: 100%;
	max-width: 224px;
	margin-inline: auto;
}

.ukiyoe-scenes-strength-item:nth-child(3) .ukiyoe-scenes-strength-item__ttl {
	max-width: 392px;
}

.ukiyoe-scenes-strength-item:nth-child(4) .ukiyoe-scenes-strength-item__ttl {
	max-width: 280px;
}

.ukiyoe-scenes-strength-item__body {
	margin-top: 14px;
}

.ukiyoe-scenes-strength-item__content:not(:first-child) {
	margin-top: 18px;
}

.ukiyoe-scenes-strength-item__txt {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: calc(20/18);
	color: #FF3A3A;
	text-align: center;
}

.ukiyoe-scenes-strength-item__img {
	margin-top: 16px;
}

.ukiyoe-scenes-strength-item__list {
	width: 100%;
	margin-top: 14px;
	padding: 0 20px 0 49px;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: calc(23.4/16);
}

.ukiyoe-scenes-strength-item__list li {
	padding-left: 30px;
	position: relative;
}

.ukiyoe-scenes-strength-item__list li::before {
	content: "";
	width: 32px;
	height: 23px;
	background: url(../images/ukiyoe/scenes-strength-check.png) center / cover no-repeat;
	position: absolute;
	top: -2px;
	left: 0;
}

.ukiyoe-scenes-strength-item__list li:not(:first-child) {
	margin-top: 12px;
}

.ukiyoe-scenes-strength .ukiyoe-info {
	margin-top: 51px;
}

@media screen and (max-width: 959px) {
	.ukiyoe-scenes-strength-item__list {
		padding: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-scenes-strength__ttl {
		font-size: 26px;
	}

	.ukiyoe-scenes-strength__list {
		grid-template-columns: 100%;
	}

	.ukiyoe-scenes-strength-item {
		padding-bottom: 15.5px;
	}

	.ukiyoe-scenes-strength-item::before {
		left: 50%;
	}

	.ukiyoe-scenes-strength-item__content:not(:first-child) {
		margin-top: 16px;
	}

	.ukiyoe-scenes-strength-item__num {
		padding: 0 19px 4px;
		left: 50%;
	}

	.ukiyoe-scenes-strength-item__num::before {
		right: 8px;
	}

	.ukiyoe-scenes-strength-item__body {
		margin-top: 15px;
	}

	.ukiyoe-scenes-strength-item__list {
		max-width: fit-content;
        margin: 14px auto 0;
		padding: 0;
		font-size: 14px;
		line-height: calc(23.4/14);
	}

	.ukiyoe-scenes-strength-item__list li {
		padding-left: 25px;
	}

	.ukiyoe-scenes-strength-item__list li:not(:first-child) {
		margin-top: 2.5px;
	}

	.ukiyoe-scenes-strength-item__list li::before {
		width: 25px;
		height: 18px;
		top: 1px;
	}
}

@media screen and (max-width: 399px) {
	.ukiyoe-scenes-strength-item__txt {
		font-size: 16px;
	}
}


/* flow
-----------------------------------------------------------------*/
.ukiyoe-flow {
	padding-top: 57px;
}

.ukiyoe-flow .inner {
	max-width: 1020px;
}

.ukiyoe-flow-step {
	margin-top: 67px;
	padding: 84px 20px 62px 16px;
	border: 4px solid #FF3A3A;
	border-radius: 20px;
	position: relative;
}

.ukiyoe-flow-step::before {
	content: "";
	width: 100%;
	max-width: 360px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.ukiyoe-flow-step__numbers {
	width: 100%;
	max-width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ukiyoe-flow-step__number {
	position: relative;
	z-index: 0;
}

.ukiyoe-flow-step__number:not(.checked) {
	cursor: pointer;
}

.ukiyoe-flow-step__number::before {
	content: "";
	width: 75px;
	height: 71px;
	background: url(../images/ukiyoe/flow-check.png) center / cover no-repeat;
	position: absolute;
    top: -9.5px;
    left: -22.5px;
	z-index: -1;
	transition: all .6s ease;
}

.ukiyoe-flow-step__number:not(.checked)::before  {
	opacity: 0;
}

.ukiyoe-flow-step__number img {
	transition: all .3s ease;
}

.ukiyoe-flow-step__number:not(:hover, .checked) img {
	filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(882%) hue-rotate(248deg) brightness(110%) contrast(70%);
}

.ukiyoe-flow-step__slider {
	width: 100%;
	margin-inline: auto;
}

.ukiyoe-flow-step__head {
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 11px 10px 6px;
	text-align: center;
}

.ukiyoe-flow-step__num {
	font: 400 20px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #FF3A3A;
}

.ukiyoe-flow-step__ttl {
	margin-top: 7px;
	font: 700 30px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: 1.5;
}

.ukiyoe-flow-step__body {
	width: 100%;
	max-width: 71.63%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 7% 0 6.7%;
	position: relative;
}

.ukiyoe-flow-step__txt {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2;
}

@media screen and (min-width: 960px) {
	.ukiyoe-flow-step__slider .slick-track {
		display: flex !important;
	}

	.ukiyoe-flow-step__content {
		height: auto;
		display: flex !important;
	}

	.ukiyoe-flow-step__body::before {
		content: "";
		width: 4px;
		height: 87%;
		display: block;
		background: #C6C6C6;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 959px) {
	.ukiyoe-flow-step {
		padding: 60px 20px 40px;
	}

	.ukiyoe-flow-step__head {
		padding: 11px 0 12px;
	}

	.ukiyoe-flow-step__body {
		max-width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-flow-step {
		padding: 33px 20px 13px;
	}

	.ukiyoe-flow-step::before {
		max-width: calc(100% - 72px);
		left: 50%;
		transform: translateX(-50%);
	}

	.ukiyoe-flow-step__numbers {
		max-width: 210px;
		column-gap: 24.5px;
		top: -2px;
		left: 53%;
	}

	.ukiyoe-flow-step__number::before {
		width: 61px;
		height: 58px;
		top: -8px;
		left: -20px;
	}

	.ukiyoe-flow-step__number img {
		width: auto;
		height: 40px;
	}

	.ukiyoe-flow-step__num {
		font-size: 16px;
	}

	.ukiyoe-flow-step__ttl {
		margin-top: 0;
		font-size: 24px;
	}

	.ukiyoe-flow-step__txt {
		font-size: 14px;
	}
}

/* faq
-----------------------------------------------------------------*/
.ukiyoe-faq {
	padding: 57px 0 85px;
}

.ukiyoe-faq .inner {
	max-width: 1020px;
}

.ukiyoe-faq__list {
	margin-top: 32px;
}

.ukiyoe-faq-item {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.ukiyoe-faq-item::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 4px solid #222222;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
}

.ukiyoe-faq-item:not(:first-child) {
	margin-top: 16px;
}

.ukiyoe-faq-item__q {
	min-height: 80px;
	display: flex;
	align-items: center;
	padding: 4px 84px 3px 113px;
	background: #222222;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

.ukiyoe-faq-item__q::before {
	content: "Q";
	font: 400 36px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	position: absolute;
    top: 50%;
    left: 47.5px;
    transform: translateY(-50%);
}

.ukiyoe-faq-item__ttl {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: calc(20/18);
}

.ukiyoe-faq-item__btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 51%;
    left: auto;
    right: 50px;
	transform: translateY(-50%);
}

.ukiyoe-faq-item__q:not(.active) .ukiyoe-faq-item__btn {
	top: 51%;
}

.ukiyoe-faq-item__btn::before,
.ukiyoe-faq-item__btn::after {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ukiyoe-faq-item__q:not(.active) .ukiyoe-faq-item__btn::after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.ukiyoe-faq-item__a {
	display: none;
	padding: 28px 45px 27px 113px;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: calc(23.4/16);
	position: relative;
}

.ukiyoe-faq-item__a::before {
	content: "A";
	font: 400 36px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #FF3A3A;
	position: absolute;
	top: 20px;
    left: 50px;
}

.ukiyoe-faq .ukiyoe-info {
	margin-top: 68px;
}

.ukiyoe-faq .ukiyoe-info__detail {
	line-height: 2;
}

.ukiyoe-faq .ukiyoe-contact-bnr {
	margin-top: 40px;
}

@media screen and (min-width: 751px) {
	.ukiyoe-faq .ukiyoe-info__img {
		margin: 12px 0 0;
	}

	.ukiyoe-faq-item:hover::before {
		border-color: #FF3A3A;
	}

	.ukiyoe-faq-item:hover .ukiyoe-faq-item__q {
		background: #FF3A3A;
	}
}

@media screen and (max-width: 750px) {
	.ukiyoe-faq {
		padding-bottom: 60px;
	}

	.ukiyoe-faq-item:not(:first-child) {
		margin-top: 8px;
	}

	.ukiyoe-faq-item__q {
		padding: 9px 50px;
	}

	.ukiyoe-faq-item__q::before {
		font-size: 29px;
        left: 14px;
	}

	.ukiyoe-faq-item__btn {
		width: 20px;
		height: 20px;
		right: 18px;
	}

	.ukiyoe-faq-item__btn::before,
	.ukiyoe-faq-item__btn::after {
		width: 17px;
		height: 2px;
		top: 48%;
		left: 59%;
	}

	.ukiyoe-faq-item__q:not(.active) .ukiyoe-faq-item__btn::before,
	.ukiyoe-faq-item__q:not(.active) .ukiyoe-faq-item__btn::after {
		width: 20px;
		top: 50%;
		left: 50%;
	}

	.ukiyoe-faq-item__ttl {
		font-size: 16px;
		line-height: calc(22.4/16);
	}

	.ukiyoe-faq-item__a {
		padding: 13px 12px 13px 50px;
		font-size: 14px;
		line-height: calc(20.4/14);
	}

	.ukiyoe-faq-item__a::before {
		font-size: 29px;
        top: 8.5px;
        left: 16.5px;
	}
}