@charset "utf-8";
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main .content {
	max-width: 100rem;
}
.detailBox p {
	line-height: 1.875;
	letter-spacing: 0.05em;
	text-align: left;
}
.detailBox p a,
.contactBox p a {
	text-decoration: underline;
	position: relative;
}
.detailBox p a[target="_blank"]::after,
.contactBox p a[target="_blank"]::after {
	margin: -0.2rem 0.6rem 0 0.6rem;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon06.png") no-repeat left top / 100% 100%;
	content: "";
}
.detailBox .catalogueBox {
	margin-bottom: 10rem;
}
.detailBox .bgBox {
	padding: 4.5rem 7rem 2.5rem;
	align-items: flex-start;
	background-color: #F4F4F4;
	border-radius: 0.4rem;
}
.detailBox .bgBox .title {
	width: 7.2rem;
	padding: 0.4rem 0 0.1rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	background-color: #FFF;
	border-radius: 5rem;
}
.detailBox #toc {
	margin-top: 0.1rem;
	width: calc(100% - 9.7rem);
}
.detailBox .linkList {
	counter-reset: itemList;
}
.detailBox .linkList > li:not(:last-child) {
	padding-bottom: 0.6rem;
}
.detailBox .linkList > li > a {
	padding-left: 2.6rem;
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	font-feature-settings: normal;
}
.detailBox .linkList > li > a::before {
	position: absolute;
	left: 0;
	top: 0.3rem;
	color: #79003b;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	font-style: italic;
	counter-increment: itemList;
	content: counter(itemList,decimal-leading-zero);
}
.detailBox .linkList ul {
	margin: 0.7rem 0 1rem 2.9rem;
}
.detailBox .linkList ul li:not(:last-child) {
	margin-bottom: 0.2rem;
}
.detailBox .linkList ul a {
	padding-left: 1.6rem;
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
.detailBox .linkList ul a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.9rem;
	height: 1px;
	top: 1rem;
	background-color: #79003B;
	content: "";
}
.detailBox .detail p {
	letter-spacing: 0.05em;
	line-height: 1.875;
	word-break: break-all;
}
.detailBox p strong {
	margin-bottom: 0.5rem;
	font-weight: 600;
	display: inline-block;
}
.detailBox .movie {
/*	margin: 10rem 0;*/
	background-color: #EEE;
	aspect-ratio: 16/9;
    margin-bottom: 10rem;
}
.detailBox .movie iframe {
	width: 100%;
	height: 100%;
	display: block;
}
.detailBox .comImgBox {
	margin-bottom: 10rem;
}.detailBox .mv_image {
	margin: 0 0 10rem;
}
.detailBox .mv_image img {
	width: 100%;
}
.detailBox .tabBox {
	margin-bottom: 10rem;
	padding: 4.2rem 8.7rem 3.7rem;
	gap: 7.2rem;
	align-items: center;
	border: 1px solid rgba(34, 34, 34, 0.25);
}
.detailBox .tabBox .photo {
	width: 20rem;
}
.detailBox .tabBox .tab {
	flex: 1;
	margin-top: -1px;
}
.detailBox .tabBox dl {
	font-size: 1.4rem;
	vertical-align: top;
	word-break: break-all;
	font-feature-settings: normal;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.02em;
}
.detailBox .tabBox dl dt {
	width: 8.3rem;
	font-weight: 500;
}
.detailBox .tabBox dl dd {
	margin-bottom: 11px;
	width: calc(100% - 8.3rem);
}
.detailBox .tabBox dl dd:last-child {
	margin-bottom: 0;
}
/*
}
.comTextBox{
    margin-bottom: 10rem;
}
*/
.detailBox .comList02.rows3 {
	margin-bottom: 10rem;
}
.detailBox .comList02.row2 {
	margin-bottom: 10rem;
}
.detailBox .comList02.row2 > li {
	margin-top: 2.3rem;
	max-width: 52.2rem;
}
.detailBox .photoBox.bigPhoto {
	margin-top: 2.7rem;
}
.detailBox .listBox {
	margin: 16.2rem 0 -11.3rem;
	padding: 10rem 0;
	background: rgba(162, 2, 85, 0.06);
}
#main .listBox .content {
	max-width: 112.6rem;
	position: relative;
}
.detailBox .listBox h2 {
	margin-bottom: 3.7rem;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.detailBox .comWorksList .comTag a {
	border: 1px solid rgba(173, 0, 80, 0.1);
}
.detailBox .comLinkUl02 a {
	padding: 0.5rem 4rem;
}
.detailBox .comLinkUl02 .title {
	font-size: 1.5rem;
}
.comTextBox p {
	margin-bottom: 5rem;
}
.comBtn03 {
    margin-bottom: 8rem;
}
@media all and (min-width: 1000px) {
	.detailBox .textBox01 h1 {
		margin-bottom: 2.8rem;
		padding-bottom: 1.9rem;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
	.detailBox .listBox .posBtn {
		position: absolute;
		right: 0;
		top: 0;
	}
	.detailBox .linkList a:hover {
		color: #79003b;
	}
	.detailBox p a.hover,
	.contactBox p a.hover {
		text-decoration: none;
	}
	.detailBox .bgBox a.hover {
		color: #A4004C;
	}
	.detailBox .mv_image a.hover {
		opacity: 0.7;
	}
}


@media all and (max-width: 999px) {
	.detailBox p a[target="_blank"]::after,
	.contactBox p a[target="_blank"]::after {
		margin: -0.2rem 0.4rem 0 0.4rem;
		width: 1rem;
		height: 1rem;
	}
	.detailBox .catalogueBox {
		margin-bottom: 5.1rem;
	}
	.detailBox .bgBox {
		padding: 0;
		display: block;
		border-radius: 0.5rem;
		overflow: hidden;
	}
	.detailBox .bgBox .title {
		padding: 1.2rem 2.1rem 0.9rem;
		width: 100%;
		border-radius: 0;
		text-align: left;
		background: url(../img/works/icon04.png) no-repeat right 2.6rem center / 1.2rem,#e6e6e6;
		cursor: pointer;
	}
	.detailBox .bgBox .title.on {
		background-image: url(../img/works/icon03.png)
	}
	.detailBox #toc {
		margin: 0;
		padding: 2.6rem 2.1rem;
		width: 100%;
		display: none;
	}
	.detailBox .linkList > li:not(:last-child) {
		padding-bottom: 1rem;
	}
	.detailBox .linkList > li > a {
		padding-left: 2rem;
		font-size: 1.4rem;
		line-height: 1.428;
		letter-spacing: 0.03em;
	}
	.detailBox .linkList > li > ul {
		display: none;
	}
	.detailBox .linkList > li > a::before {
		font-size: 1rem;
	}
	.detailBox .comTextBox h1 {
		margin-bottom: 2.6rem;
		letter-spacing: 0.04em;
		font-feature-settings: normal;
	}
	.detailBox p strong {
		margin-bottom: 0.9rem;
	}
	.detailBox .comTextBox p {
		margin-bottom: 6rem;
		line-height: 1.875;
	}
	.detailBox .movie {
		margin: 0 -3rem;
        margin-bottom: 8rem;
	}
	.detailBox .comList02.rows3 {
		margin-bottom: 8rem;
	}
	.detailBox p {
		line-height: 1.714;
	}
	.detailBox .comImgBox {
		margin-bottom: 8rem;
	}
	.detailBox .listBox h2 {
		margin-bottom: 2.7rem;
		font-size: 1.7rem;
	}
	.detailBox .comWorksList h3 {
		font-size: 1.3rem;
	}
	.detailBox .comWorksList h3 span {
		font-size: 1.1rem;
	}
	.detailBox .comLinkUl02 a {
		padding: 0.5rem 3.7rem 0.5rem 0;
		width: fit-content;
	}
	.detailBox .comLinkUl02 .title {
		margin: 0;
		font-size: 1.3rem;
		letter-spacing: 0.07em;
	}
	.detailBox .comLinkUl02 .comArrow {
		width: 2.6rem;
		height: 2.6rem;
		margin: 0;
	}
	.detailBox .comWorksList {
		margin: 0 -3rem 3.2rem 0;
	}
    .comBtn03 {
        margin-bottom: 8rem;
    }
}
.detailBox h5 {
	margin-bottom: 3rem;
	font-size: 1.2rem;
	line-height: 2.08;
	text-align: left;
	font-weight: 400;
}
#main .secBox {
	margin-bottom: 11.8rem;
}
#main .photoBox {
	margin: 3.7rem 0 10rem;
	text-align: center;
}
#main .photoBox .txt {
	margin-top: 0.4rem;
	color: #333333;
	font-size: 1.3rem;
	text-align: left;
	letter-spacing: 0.05em;
}
#main .photoBox .txt a {
	text-decoration: underline;
}
#main .headLine05 + .comImgBox {
	margin-top: 5.5rem;
}
#main .comLinkUl02 li:first-child a {
	border-top: 1px solid rgba(34,34,34, 0.25);
}
#main .txtBgBox {
	padding: 2.8rem 2.8rem;
	font-size: 1.5rem;
	background-color: #FAFAFA;
	text-align: left;
	margin: 3.4rem 0 7rem;
	letter-spacing: -0.05em;
}
#main .txtBgBox p {
	margin-bottom: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main .txtBgBox p:last-child {
	margin-bottom: 0;
}
.detailBox .imageBox {
	margin-bottom: 10rem;
}
@media all and (min-width: 1000px) {
	#container {
		padding-top: 16.3rem;
	}
	#main .comLinkUl02 li:nth-child(2) a {
		border-top: 1px solid rgba(34,34,34, 0.25);
	}
	#main .photoBox.bigPhoto {
		margin-left: auto;
		margin-right: auto;
		max-width: 100rem;
	}
	#main .photoBox.normalPhoto {
		margin-left: auto;
		margin-right: auto;
		max-width: 60rem;
	}
	#main .photoBox.bigPhoto img,
	#main .photoBox.normalPhoto img {
		width: 100%;
	}
	#main .photoBox .txt a.hover {
		text-decoration: none;
	}
	.detailBox .imageBox a.hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#main .secBox {
		margin-bottom: 8rem;
	}
	.detailBox p {
		line-height: 1.65;
	}
	#main .photoBox .image {
		margin: 0 -3rem;
		padding: 0 3rem;
		overflow-x: auto;
	}
	#main .photoBox .image img {
		width: 100%;
		max-width: inherit;
		min-width: 53.8rem;
	}
	#main .photoBox p {
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		font-weight: 400;
		line-height: 1.714;
	}
	#main .photoBox .tips {
		margin: 0;
		font-size: 1.1rem;
	}
	#main .photoBox .scroll {
		margin: 2.6rem -3rem 0.5rem;
	}
	#main .photoBox {
		margin: 3rem 0 8rem;
	}
	#main .photoBox .txt {
		margin-top: 0.3rem;
		font-size: 1.1rem;
	}
	#main .headLine05 + .comImgBox {
		margin-top: 2.7rem;
	}
	#main .txtBgBox p {
		line-height: 1.72;
		letter-spacing: 0.1em;
	}
	#main .txtBgBox {
		padding: 1.8rem 1.5rem 1.8rem;
		font-size: 1.4rem;
		margin: 2.7rem 0;
	}
	.detailBox h5 {
		font-size: 1.2rem;
		line-height: 1.66;
	}
	.detailBox .comList02.row2 > li {
		margin: 0 0 3.6rem;
		max-width: inherit;
	}
	.detailBox .comList02.row2 {
		margin-bottom: 8rem;
	}
	.detailBox .mv_image {
		margin-bottom: 8rem;
	}
	.detailBox .imageBox {
		margin: 0 -2rem 8rem;
	}
	.detailBox .imageBox img {
		width: 100%;
	}
    .detailBox .tabBox{
        margin-bottom: 8rem;
    }
	.detailBox .tabBox {
		margin: 3rem 0 8rem;
		padding: 3rem 1.7rem 3.1rem;
		display: block;
	}
	.detailBox .tabBox .photo {
		margin: 0 auto 2.9rem;
	}
	.detailBox .tabBox dl {
		font-size: 1.3rem;
		line-height: 1.384;
	}
	.detailBox .comBtn03 a {
		width: 24rem;
		height: 3.6rem;
	}
	.detailBox .contactBox {
		margin-top: 0;
	}
	.detailBox .pagePath {
		margin-top: 10.3rem;
	}
	.detailBox .listBox {
		margin: 6.8rem 0 -6.7rem;
		padding: 6.8rem 0 6.2rem;
	}
	.detailBox .comWorksList li {
		margin-right: 2rem;
		display: block !important;
		width: 20.7rem !important;
	}
	.detailBox .arrowList {
		position: absolute;
		right: 0.4rem;
		top: -0.7rem;
		display: flex;
		gap: 1.2rem;
		cursor: pointer;
	}
	.detailBox .arrowList li {
		width: 3.7rem;
	}
    .comTextBox, .comTextBox{
        margin-bottom: 3rem;
    }
}
.bigPhoto p{
    font-size: 1.3rem;
    margin-top: 1rem;
}
.comBtn-circle .comArrow:before{
    border: none;
}


#main .detailBox .mainImg {
	margin: 0 0 6rem;
}
#main .detailBox .mainImg img {
	width: 100%;
}
@media all and (min-width: 1000px) {
	#main .mainImg a.hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#main .detailBox .mainImg {
		margin: 0 0 4rem;
	}
}

.detailBox .headLine10 {
	margin: 0 auto 10.8rem;
	max-width: 137rem;
}
.detailBox .headLine10 .en {
	font-size: 6rem;
}
@media all and (max-width: 999px) {
	#main #works .content {
		width: calc(100% - 4rem);
	}
	.pad #main .content {
	    width: calc(100% - 20rem) !important;
	}
    .pad #main .listBox .content {
	    width: calc(100% - 6rem) !important;
	}
	.detailBox .headLine10 .en {
		font-size: 4.3rem;
		line-height: 1;
	}
}


/* wysiwygBox ul */
.wysiwygBox ul {
	margin-bottom: 5.5rem;
}
.wysiwygBox ul li {
	margin-bottom: 0.6rem;
	padding-left: 2.3rem;
	position: relative;
	letter-spacing: 0.06em;
}
.wysiwygBox ul li::before {
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	background-color: #79003B;
	content: "";
}
.wysiwygBox ul:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 999px) {
	.wysiwygBox ul li {
		margin-bottom: 0;
		padding-left: 1.5rem;
		line-height: 1.71;
	}
	.wysiwygBox ul li::before {
		width: 1rem;
		height: 1rem;
		top: 0.7rem;
	}
	.wysiwygBox ul {
		margin-bottom: 3.5rem;
	}
}
/* number_list */
.detailBox .number_list {
	counter-reset: num;
}
.detailBox .number_list li {
	counter-increment: num;
	padding-left: 2.3rem;
	position: relative;
}
.detailBox .number_list li::before {
	display: none;
}
.detailBox .number_list li::after {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(num) '.';
}
@media all and (max-width: 999px) {
	.detailBox .number_list li {
		padding-left: 1.5rem;
	}
}

/* point_list */
.detailBox .point_list li {
	padding-left: 2.3rem;
	position: relative;
}
.detailBox .point_list li::before {
	display: none;
}
.detailBox .point_list li::after {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #222;
	position: absolute;
	top: 1rem;
	left: 0;
	content: '';
}
@media all and (max-width: 999px) {
	.detailBox .point_list li {
		padding-left: 1.5rem;
	}
	.detailBox .point_list li::after {
		width: 0.3rem;
		height: 0.3rem;
	}
}


/* ul style */
.comTop ul {
	text-align: left !important;
}
#main .txtBgBox.wysiwygBox ul li::before,
#main .comList02.wysiwygBox ul li::before {
	top: 0.4rem;
}
#main .txtBgBox.wysiwygBox .point_list li::after,
#main .comList02.wysiwygBox .point_list li::after {
	top: 0.7rem;
}
@media all and (max-width: 999px) {
	#main .txtBgBox.wysiwygBox ul li::before,
	#main .comList02.wysiwygBox ul li::before {
		top: 0.6rem;
	}
	#main .txtBgBox.wysiwygBox .point_list li::after,
	#main .comList02.wysiwygBox .point_list li::after {
		top: 0.9rem;
	}
}




/* table */
.detailBox .wysiwygBox table {
	width: 100%;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.detailBox .wysiwygBox table th,
.detailBox .wysiwygBox table td {
	padding: 0.6rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
}
@media all and (max-width: 999px) {
	.detailBox .wysiwygBox table {
		line-height: 1.5;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.detailBox .wysiwygBox table tr th:first-child,
	.detailBox .wysiwygBox table tr td:first-child {
		width: 43%;
	}
}