@charset "utf-8";

/********************************************************************
 *　//トップページ
********************************************************************/

:root {
	--font_size_text_content:1.26em;
	--font_size_text_content_sp:3.2vw;
}

/*========== 共通項目ヘッダー ==========*/
.top_section_head {
	position:relative;
}

/*========== 共通項目ヘッダー SP ==========*/
@media only screen and (max-width: 768px) {
	.top_section_head {
		aspect-ratio:7/3;
		width:100%;
	}
	.top_section_head img {
		aspect-ratio:7/3;
		width:100%;
		object-fit:cover;
	}
}

/*========== 共通見出し ==========*/
.contentTitle {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	box-sizing:border-box;
	padding-bottom:2.5em;
	text-align:centr;
}
.contentTitle:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:6em;
	height:2px;
	margin:auto;
	background:#000;
}
.contentTitle .jp {
	font-size:1.8em;
	padding-left:0.4em;
	margin-bottom:0.8em;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	letter-spacing:0.4em;
	font-weight:300;
}
.contentTitle .en {
	font-size:0.8em;
	letter-spacing:0.5em;
	color:#666666;
}

/*========== 共通見出し SP ==========*/

@media only screen and (max-width: 768px) {
	.contentTitle {
		font-size:2.5vw;
	}
}



/*========== FV部分 ==========*/
.top_fv {
	position:relative;
	overflow:hidden;
}
.fv_layer_text_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
	mix-blend-mode:multiply;
}
.fv_layer_text {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:3;
}
.fv_logo_area {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
	text-align:center;
	z-index:2;
}
.fv_logo {
	max-width:438px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2.9em;
}
.fv_catch {
	font-size:3em;
	letter-spacing:0.36em;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif;
}
.top_fv .slick-dots {
	bottom:5%;
	z-index:10;
}
.slick-dots li button:before {
	font-size:14px;
}
/*========== FV部分 SP ==========*/
@media only screen and (max-width: 768px) {
	
	/*.top_fv {
		aspect-ratio:1/1 !important;
		width:100%;
		
	}*/
	.fv_layer_text_bg {
		top:45%;
		left:50%;
		transform:translate(-50%,-50%);
		width:150%;
	}
	.fv_layer_text {
		top:45%;
		left:50%;
		transform:translate(-50%,-50%);
		width:150%;
		z-index:2;
	}

	.top_fv .fv_slide .fv_slide_item {
		position:relative;
		aspect-ratio:1/1 !important;
		width:100%;
	}
	.fv_slide img {
		object-fit:cover;
		height:100%;
	}
	
	.slick-dots li button:before {
		font-size:8px;
	}
	.slick-dots li {
		margin: 0 0.1em;
	}
}


/*========== FVの下 ==========*/
.top_introduct {
	
}

.top_introduct_text {
	line-height:1.8;
	letter-spacing:0.1em;
	text-align:center;
}
.top_introduct_text.text1 {
	font-size:2.1em;
	padding:1.7em 0 2.3em;
	letter-spacing:0.18em;
}

/*----- こんな用途にピッタリです -----*/
.top_introduct_matching {
	background:url(../img/top_introduct_matching_bg.webp) center center no-repeat;
	background-size:cover;
	padding:2em 0;
	text-align:center;
	color:#fff;
}
.top_introduct_matching .matching_inner {
	display:inline-block;
	background:rgba(136,118,109,0.63);
	padding:2.86em 7em 3.4em;
}
.top_introduct_matching .matching_title {
	position:relative;
	font-size:1.7em;
	display:inline-block;
	padding-bottom:0.7em;
	margin-bottom:1.5em;
	text-align:center;
	letter-spacing:0.18em;
}
.top_introduct_matching .matching_title::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:calc(100% - 0.5em);
	height:1px;
	background:#fff;
}

.top_introduct_matching .matching_list {
	text-align:left;
}
.top_introduct_matching .matching_list li {
	font-size:1.3em;
	background:url(../img/matching_list_check.png) left center no-repeat;
	background-size:1.68em auto;
	padding:0.3em 0 0.3em 3em;
	margin-bottom:1.79em;
}
.top_introduct_matching .matching_list li:last-child {
	margin-bottom:0;
}
@media only screen and (max-width: 768px) {
	.top_introduct_matching {
		font-size:2.4vw;
		padding-left:4%;
		padding-right:4%;
	}
	.top_introduct_matching .matching_inner {
		padding:2.86em 2em 3.4em;
	}
	.top_introduct_matching .matching_list {
		line-height:1.5;
	}
	.top_introduct_matching .matching_list li {
		margin-bottom:1.4em;
	}
	
}

.top_introduct_text.text2 {
	font-size:var(--font_size_text_content);
	line-height:2.3;
	padding:3.5em 0 4em;
}
@media only screen and (max-width: 768px) {
	.top_introduct {
		padding-top:0;
	}
	.top_introduct_text {
		font-size:var(--font_size_text_content_sp);
		
	}
	.top_introduct_text.text1 {
		font-size:4.4vw;
		padding-top:2em;
		padding-bottom:4em;
	}
	.top_introduct_text.text2 {
		font-size:3.4vw;
		padding:3em 0 5em;
	}
}


/*========== 制作例 ==========*/
.top_samplework {
	padding-bottom:8em;
	text-align:center;
}
.top_samplework .contentTitle {
	margin-bottom:5em;
}

.top_samplework_photo {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1000px;
	padding-left:4%;
	padding-right:4%;
	margin:0 auto;
}
.top_samplework_photo figure {
	width:32.6%;
	margin-bottom:0.6em;
}
@media only screen and (max-width: 768px) {

	.top_samplework_photo {
		
	}
	.top_samplework_photo figure {
		width:49.4%;
		margin-bottom:0.3em;
	}
	.lum-lightbox-inner img.lum-img {
		max-width: 100%;
	}
}


/*========== 壁紙の素材 ==========*/
.top_type {
	position:relative;
	margin-bottom:10em;
}
.top_type .contentTitle {
	margin-bottom:4em;
}

@media only screen and (max-width: 768px) {
	.top_type {
		margin-bottom:5em;
	}
}

.top_type_item {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:2%;
	margin-left:4%;
	margin-right:4%;
	box-shadow:0.2em 0.2em 0 rgba(0,0,0,0.1);
}
.top_type_item.type2 {
	justify-content:center;
	margin-top:2em;
	padding-bottom:3em;
}
.top_type_img {
	width:40%;
}
.top_type_desc {
	width:56%;
}

.top_type_item.type2 .top_type_desc {
	line-height:1.8;
	width:auto;
	text-align:center;
}
.top_type_desc {
	font-size:var(--font_size_text_content);
	letter-spacing:0.1em;
}
.top_type_desc_title {
	margin-bottom:1.5em;
	text-align:center;
}
.top_type_desc_title span {
	display:inline-block;
	border-bottom:solid 1px #888888;
	padding:0 0.8em 0.3em;
}
.top_type_desc_text .pointList {
	margin-bottom:1.5em;
}
.top_type_desc_text .bgText {
	display:flex;
	justify-content:center;
}
.top_type_desc_text .bgText span {
	background:#3a3a3a;
	padding:0.4em 1.5em;
	color:#fff;
}
.top_type_desc_text .bgText span em {
	font-size:0.7em;
}
@media only screen and (max-width: 768px) {
	.top_type_item {
		display:block;
		padding-right:4%;
		padding-bottom:1.5em;
	}
	.top_type_img {
		width:70%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:1.5em;
	}
	.top_type_desc {
		width:auto;
	}
	.top_type_desc_text {
		font-size:var(--font_size_text_content_sp);
	}
	.top_type_item.type2 .top_type_desc {
		text-align:left;
	}
}


/*========== サイズについて ==========*/
.top_size {
	position:relative;
	margin-bottom:10em;
}
.top_size .contentTitle {
	margin-bottom:7em;
}
@media only screen and (max-width: 768px) {
	.top_size_head {
		margin-bottom:3em;
	}
}

.top_size_flow {
	padding-left:4%;
	padding-right:4%;
}
.top_size_flow_item {
	margin-bottom:8em;
}
/*----- flowの各タイトル -----*/
.top_size_flow_item_title {
	position:relative;
	display:flex;
	align-items:flex-end;
	box-sizing:border-box;
	width:100%;
	margin-bottom:3em;
}
.top_size_flow_item_title_num {
	position:relative;
	font-size:5em;
	line-height:1;
	margin-right:0.5em;
	margin-bottom:-0.1em;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 200;
}
.top_size_flow_item_title_num::after {
	content:"";
	position:absolute;
	top:0;
	left:-0.6em;
	width:0.7em;
	height:1px;
	background:#000;
	transform:rotate(-45deg);
	
}
.top_size_flow_item_title_text {
	display:flex;
	flex-direction:column;
}
.top_size_flow_item_title .jp {
	font-size:1.8em;
	margin-bottom:0.7em;
	letter-spacing:0.3em;
	color:#090909;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight:300;
}
.top_size_flow_item_title .en {
	font-size:0.8em;
	letter-spacing:0.5em;
	color:#666666;
}
.top_size_flow_item_title .flow_num {
	width:7em;
	margin-bottom:0.3em;
}
@media only screen and (max-width: 768px) {
	
	.top_size_flow {
		padding-left:0;
		padding-right:0;
	}
	.top_size_flow_item {
		margin-bottom:3em;
	}
	/*----- flowの各タイトル -----*/
	.top_size_flow_item_title {
		font-size:2.5vw;
		padding-left:6%;
		padding-right:6%;
		margin-bottom:3em;
	}
	.top_size_flow_item_title .jp {
		margin-bottom:0.8em;
	}
}


/*----- flowの各タイトルの下の内容 -----*/
.top_size_flow_item_content {
	display:flex;
	justify-content:space-between;
}
.top_size_flow_item_content .flow_text {
	font-size:var(--font_size_text_content);
	line-height:1.8;
	width:34%;
	letter-spacing:0.1em;
}
.top_size_flow_item.flow1 .flow_text {/*個別設定*/
	padding-top:1.5em;
}
.top_size_flow_item.flow2 .flow_text {/*個別設定*/
	padding-top:3.5em;
}
.top_size_flow_item.flow3 .flow_text {/*個別設定*/
	padding-top:3.5em;
}

.top_size_flow_item_content .flow_img {
	width:58%;
}
.top_size_flow_item.flow1 .top_size_flow_item_content {/*個別設定*/
	justify-content:flex-start;
}
.top_size_flow_item.flow1 .flow_text {/*個別設定*/
}
.top_size_flow_item.flow1 .flow_img {/*個別設定*/
	margin-left:2em;
}

.top_size_flow_item_content .flow_text .sizeBox {
	display:inline-block;
	margin-bottom:1em;
}
.top_size_flow_item_content .flow_text .sizeBox span {
	display:block;
}
.top_size_flow_item_content .flow_text .sizeBox .sizeValue {
	padding:0.4em 0.5em;
	box-shadow:0.1em 0.1em 0 rgba(0,0,0,0.4);
}
.top_size_flow_item_content .flow_text .by {
	text-align:center;
}
@media only screen and (max-width: 768px) {
	.top_size_flow_item_content {
		display:block;
		padding-left:6%;
		padding-right:6%;
	}
	.top_size_flow_item_content .flow_text {
		font-size:var(--font_size_text_content_sp);
		width:auto;
		padding-top:0 !important;
		margin-bottom:1.5em;
	}
	.flow3 .top_size_flow_item_content .flow_text {
		text-align:center;
	}
	.top_size_flow_item_content .flow_img {
		width:80% !important;
		margin-left:auto !important;
		margin-right:auto;
	}
	.top_size_flow_item.flow1 .flow_img {/*個別設定*/
		width:auto;
		margin-left:0;
	}
}


/*========== ご購入の流れ ==========*/
.top_flow {
	margin-bottom:10em;
}
.top_flow .contentTitle {
	margin-bottom:4em;
}

.top_flow_wrap {
	box-sizing: border-box;
	max-width:1300px;
	padding: 0 0 0 3%;
	margin:0 auto;
	overflow: hidden;
}

/* slick版横スライド */
.top_flow_scroll {
	margin-right:15%;
}
.top_flowList .slick-list {
	overflow: visible;
}
.top_flowList .slick-slide {
	padding-right:1em;
}
.top_flowList_item {
	position:relative;
	border-right:solid 0.2em rgba(0,0,0,0.1);
	border-bottom:solid 0.2em rgba(0,0,0,0.1);
	box-sizing:border-box;
	
}
.top_flowList .slick-dots {
	margin-left:7%;
	bottom:-3em;
}
.top_flowList .slick-dots li button:before {
	color: #e5e5e5;
}
.top_flowList .slick-dots li.slick-active button:before {
	color: #111111;
}
.top_flowList .slick-next {
	right:-16%;
}
.slide_prev_arrow {/* 壁紙の貼り方と共通 */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index:10;
	width:2em;
	cursor:pointer;
}
.slide_next_arrow {/* 壁紙の貼り方と共通 */
	position: absolute;
	top: 50%;
	right:-16%;
	transform: translateY(-50%);
	z-index:10;
	width:2em;
	cursor:pointer;
}
.slick-disabled.slide_prev_arrow,
.slick-disabled.slide_next_arrow {/* 壁紙の貼り方と共通 */
	opacity: 0;
}


@media only screen and (max-width:768px) {
	
	.top_flow_scroll {
		margin-right:8%;
	}
	.top_flowList .slick-dots {
		margin-left:2%;
	}
	.top_flowList .slick-prev {
		left: -8px;
	}
	.top_flowList .slick-next {
		right:-25px;
	}
	.slide_prev_arrow,
	.slide_next_arrow {
		width:1.5em;
	}
	.slide_next_arrow {
		right:-20px;
	}
}

/* slickなしver
.top_flow_scroll {
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom:1em;
	margin-bottom:1em;
}
.top_flowList {
	padding-bottom:0.8em;
	white-space:nowrap;
}
.top_flowList li {
	display:inline-block;
	box-sizing:border-box;
	box-shadow:0.2em 0.2em 0 rgba(0,0,0,0.1);
	width: 450px;
	margin-right:2em;
	vertical-align:top;
	white-space:normal;
}
@media only screen and (max-width:768px) {
	.top_flow {
		margin-bottom:3em;
	}
	.top_flowList li {
		width:70vw;
	}
}
 slickなしver end */

/*========== 壁紙の貼り方 ==========*/
.top_process {
	margin-bottom:6em;
}
.top_process .contentTitle {
	margin-bottom:4em;
}

.top_process_wrap {
	box-sizing: border-box;
	max-width:1300px;
	padding: 0 0 0 3%;
	margin:0 auto;
	overflow: hidden;
}


/* slick版横スライド */
.top_process_scroll {
	margin-right:15%;
}
.top_processList .slick-list {
	overflow: visible;
}
.top_processList .slick-slide {
	padding-right:1em;
}
.top_processList_item {
	position:relative;
	border-right:solid 0.2em rgba(0,0,0,0.1);
	border-bottom:solid 0.2em rgba(0,0,0,0.1);
	box-sizing:border-box;
	
}
.top_processList .slick-dots {
	margin-left:7%;
	bottom:-3em;
}
.top_processList .slick-dots li button:before {
	color: #e5e5e5;
}
.top_processList .slick-dots li.slick-active button:before {
	color: #111111;
}
.top_processList .slick-next {
	right:-16%;
}


@media only screen and (max-width:768px) {
	
	.top_process_scroll {
		margin-right:8%;
	}
	.top_processList .slick-dots {
		margin-left:2%;
	}
	.top_processList .slick-prev {
		left: -8px;
	}
	.top_processList .slick-next {
		right:-25px;
	}
}

/* slickなしver
.top_process_scroll {
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom:1em;
	margin-bottom:1em;
}
.top_processList {
	padding-bottom:0.8em;
	white-space:nowrap;
}
.top_processList li {
	display:inline-block;
	box-sizing:border-box;
	box-shadow:0.2em 0.2em 0 rgba(0,0,0,0.1);
	width: 450px;
	margin-right:2em;
	vertical-align:top;
	white-space:normal;
}
.top_process_notice {
	font-size:1.1em;
	line-height:1.5;
}


@media only screen and (max-width:768px) {
	.top_process {
		margin-bottom:3em;
	}
	.top_processList li {
		width:70vw;
	}
	.top_process_notice {
		font-size:2.5vw;
	}
}
 slickなしver end */

.top_process_notice {
	font-size:0.9em;
	line-height:1.5;
	padding-top:3em;
}
@media only screen and (max-width:768px) {
	.top_process_notice {
		font-size:var(--font_size_text_content_sp);
		padding-left:4%;
		padding-right:4%;
	}
}


/*========== 購入者の声 ==========*/
.top_voice {
	display:flex;
	flex-direction:column;
	background:url(../img/top_voice_bg.webp) center top no-repeat;
	background-size:cover;
	padding:5em 0;
	margin-bottom:6em;
}
.top_voice .contentTitle {
	margin-bottom:4em;
	color:#fff;
}
.top_voice .contentTitle::after {
	background:#fff;
}
.top_voice .contentTitle .jp,
.top_voice .contentTitle .en {
	color:#fff;
}

.top_voice_wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	box-sizing:border-box;
	width:100%;
}
.top_voice_wrap_item {
	width:32%;
}

@media only screen and (max-width:768px) {
	.top_voice .contentTitle {
		
	}
	.top_voice_wrap {

	}
	.top_voice_wrap_item {
		width:70%;
		margin-bottom:1.5em;
	}
	.top_voice_wrap_item:nth-child(2n+1) {
		margin-right:10%;
	}
	.top_voice_wrap_item:nth-child(2n) {
		margin-left:10%;
	}
}


/*========== 注文ページへのボタン ==========*/
.buy_page_btn {
	display:flex;
	justify-content:center;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:6em;
	text-align:center;
}
/*
.buy_page_btn a {
	display:flex;
	justify-content:center;
	align-items:center;
	background: linear-gradient(117deg,#58be1b 64%,#43ae1d 100%);
	border-radius:1.5em;
	box-sizing:border-box;
	font-size:1.3em;
	width:100%;
	max-width:640px;
	height:3em;
	color:#fff;
	cursor:pointer;
	letter-spacing:0.2em;
	transition: .2s;
}
@media only screen and (max-width:768px) {
	.buy_page_btn {
		font-size:3vw;
	}
}
*/

/********************************************************************
 *　//[ページ]特商法ページ
********************************************************************/

.tokusho {
	box-sizing:border-box;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.tokusho .page_title p {
	
}
.tokusho_table {
	font-size:1em;
	margin-bottom: 5em;
}
.tokusho_table dl {
	line-height: 1.8;
	display: flex;
	align-items: stretch;
	width: 100%;
}
.tokusho_table dl dt {
	box-sizing: border-box;
	border-bottom: solid 2px rgba(153,153,153,0.3);
	width: 200px;
	padding-top: 2em;
	padding-left: 1em;
	padding-bottom: 2em;
}
.tokusho_table dl dd {
	box-sizing: border-box;
	border-bottom: solid 1px rgba(153,153,153,0.3);
	width: calc(100% - 200px);
	padding-top: 2em;
	padding-left: 1em;
	padding-bottom: 2em;
}

@media only screen and (max-width: 768px) {
	
	.tokusho {
		font-size:3vw;
		width:auto;
	}
	.tokusho_table dl {
		line-height: 1.8;
		display: block;
		width: 100%;
	  }
	.tokusho_table dl dt {
		box-sizing: border-box;
		border-bottom: solid 1px rgba(153,153,153,0.3);
		width: auto;
		padding-top: 2em;
		padding-left: 1em;
		padding-bottom: 1%;
	  }
	.tokusho_table dl dd {
		border-bottom: none;
		box-sizing: border-box;
		width: auto;
		padding-top: 1em;
		padding-left: 1em;
		padding-bottom: 3em;
	}
}



/********************************************************************
 *　//[ページ]プライバシーポリシー・利用規約
********************************************************************/
.privacy_contents {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.privacy_contents dl {
	line-height: 1.8;
	margin-bottom: 3em;
}
.privacy_contents dl dt {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.privacy_contents dl dd {
	font-size: 0.9em;
}
.privacy_contents dl dd p {
	margin-bottom: 0.5em;
}
.privacy_contents dl dd > ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.5em;
}
.privacy_contents dl dd > ol > ol {
	list-style-position: outside;
	list-style-type: lower-roman;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}
.privacy_contents dl dd li {
	margin-bottom: 0.5em;
}
.privacy_contents dl dd li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {

	.privacy_contents dl {
		font-size:3vw;
	}
}

/********************************************************************
 *　//[ページ]よくある質問
********************************************************************/
.faq_contents {

}
/*========== 項目アンカーボタン ==========*/
.faq_contents .subject_link {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
}
.faq_contents .subject_link a {
	position: relative;
	background: #eae2e2;
	border-radius:0.2em;
	padding: 1em 0 2em;
	text-align: center;
	color: #000;
}
.faq_contents .subject_link a::after {
	content: "";
	position: absolute;
	bottom: 0.9em;
	left: 0;
	right: 0;
	width: 0.6em;
	height: 0.6em;
	margin: auto;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	transition: 0.3s;
}
.faq_contents .subject_link a:hover::after {
	bottom: 0.7em;
}

/*========== 質問カテゴリータイトル ==========*/
.faq_contents .faq_subject {
	font-size: 1.2em;
	padding-top: 2em;
	margin-bottom: 1.5em;
}

/*========== 質問1つ ==========*/
.faq_contents .faq_item {
	line-height: 1.7;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2em;
}
.faq_contents .faq_item_qes {
	position: relative;
	border-bottom: solid 1px #000;
	padding: 0.5em 0 0.5em 2.5em;
}
.faq_contents .faq_item_qes::before {
	content: "Ｑ";
	font-size: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
}
.faq_contents .faq_item_ans {
	padding: 1em 0 1em 2em;
}
.faq_contents .faq_item_ans a {
	text-decoration:underline;
}

@media only screen and (min-width: 769px) {
	.faq_contents {
		padding-bottom: 100px;
	}
	.faq_contents .subject_link a {
		width: 20%;
	}
	.faq_contents dl {

	}
	.faq_contents dl dt {

	}
}
@media only screen and (max-width: 768px) {
	.faq_contents {
		font-size:3vw;
		padding-bottom: 5em;
	}
	.faq_contents .subject_link {
		flex-wrap:wrap;
	}
	.faq_contents .subject_link a {
		width: 49%;
		margin-bottom:0.5em;
	}
	.faq_contents .subject_link a em.small {
		font-size: 0.8em;
	}
	.faq_contents .subject_link a span {
		font-size: 0.8em;
		line-height: 1.8;
		/*display: block;*/
	}
	.faq_contents .faq_item_qus {
		position: relative;
		padding-right: 1.5em;
	}
	.faq_contents .faq_item_ans {
		padding: 1em 0 1em 1em;
	}
	.faq_contents .faq_item_qus::after {
		content: "";
		position: absolute;
		top: 1em;
		right: 0;
		width: 0.4em;
		height: 0.4em;
		margin: auto;
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
		transform: rotate(45deg);
		transition: 0.3s;
	}
	.faq_contents .faq_item.ac.open dt::after {
		transform: rotate(-135deg);
	}
}


/********************************************************************
 *　//[ページ]購入ページ
********************************************************************/

.buy_flow {
	
}
.buy_flow_item {
	box-sizing:border-box;
	background:rgba(234,226,226,0.3);
	box-shadow:0.2em 0.2em 0 rgba(0,0,0,0.1);
	padding:2em 4%;
	margin-bottom:4em;
}
@media only screen and (max-width: 768px) {
	
	.buy_flow_item {
		font-size:3vw;
	}
}
/*========== 項目見出し ==========*/
.buy_flow_item_title {
	display:flex;
	align-items:flex-end;
	margin-bottom:3em;
}
.buy_flow_num {
	width:5em;
}
.buy_flow_item_title_text {
	font-size:1.4em;
	padding-left:1em;
}




/*========== 画像アップロード ==========*/
.buy_flow_form.img_upload {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.upload_select,
.upload_info {
	width:48%;
}
@media only screen and (max-width: 768px) {
	
	.buy_flow_form.img_upload {
		display:block;
	}
	.upload_select,
	.upload_info {
		width:auto;
	}
	.upload_select {
		margin-bottom:1.5em;
	}
}

/*-----アップロードボタン-----*/
label.upload_btn {
	display: block;
	cursor: pointer;
	background: #dc8caa !important;
	border-radius:0.2em;
	color: #fff;
	font-size: 1.4em;
	line-height: 3;
	width: 90;
	text-align: center;
}
label.upload_btn::before{
	content: "＋";
}
label.upload_btn input {
	display: none;
}
/*-----アップロード画像表示ボックス---*/
.upload_info {
	border:solid 1px #eae2e2;
}



/*========== サイズ入力 ==========*/

.img_sizing {
	font-size:1.2em;
	display:flex;
	justify-content:space-between;
}
@media only screen and (max-width: 768px) {
	
	.img_sizing {
		display:block;
	}
}

/*-----調整する画像表示枠---*/
.img_sizing .img_sizing_show {
	aspect-ratio:1/1;
	background:#898785;
	width:50%;
}
@media only screen and (max-width: 768px) {
	
	.img_sizing .img_sizing_show {
		width:auto;
		margin-bottom:1.5em;
	}
}

/*-----調整操作枠---*/
.img_sizing_setting {
	width:40%;
}
.img_sizing_setting .setting_item {
	margin-bottom:1em;
}
.img_sizing_setting .setting_item_text {
	display:block;
	margin-bottom:0.5em;
}

.setting_drag_text {
	position:relative;
	line-height:1.5;
	padding-left:2.5em;
	margin-bottom:1em;
}
.setting_drag_text::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-right: 1.5em solid #dc8caa;
	border-left: 0;
}
.setting_drag_text em {
	color:#cc0000;
}
@media only screen and (max-width: 768px) {
	
	.img_sizing_setting {
		width:auto;
	}
	.setting_drag_text {
		margin-left:2em;
	}
	.setting_drag_text::after {
		transform:rotate(90deg);
	}
}

/* 画像のアレンジボタン（割付と共通）*/
.setting_btn_wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:1em;
}
.setting_btn_wrap .setting_btn {
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border:solid 0.1em #dc8caa;
	border-radius:0.2em;
	width:46%;
	height:3em;
	margin-bottom:1em;
	cursor:pointer;
}
.setting_btn_wrap .setting_btn.reset {
	background:#898785;
	color:#fff;
}

/*-----このサイズで指定するボタン（割付と共通）---*/
.img_sizing_ok {
	font-size:1.1em;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#dc8caa;
	border-radius:0.2em;
	height:3em;
	color:#fff;
	cursor:pointer;
}

/*========== 割付を決める ==========*/

.img_division {
	font-size:1.2em;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.img_division .img_division_show {
	aspect-ratio:7/5;
	background:#898785;
	width:50%;
}
.img_division_setting {
	width:40%;
}
@media only screen and (max-width: 768px) {
	
	.img_division {
		display:block;
	}
	.img_division .img_division_show,
	.img_division_setting {
		width:auto;
	}
	.img_division .img_division_show {
		margin-bottom:1.5em;
	}
}

/*========== オーダー内容 ==========*/

.buy_flow_item.order {
	
}
.buy_flow_order_title {
	font-size:1.6em;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#eae2e2;
	border-radius:1.2em;
	height:2.4em;
	margin-bottom:2em;
}
/*-----制作イメージ画像枠---*/
.img_order_show {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}
.img_order_show figure {
	aspect-ratio:7/5;
	background:#898785;
	width:100%;
}
.img_order_show p {
	font-size:1.3em;
	padding:1em 0;
	text-align:center;
}

/*-----制作詳細情報---*/
.img_order_setting {
	font-size:1.3em;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.2em;
}
.order_setting_item {
	margin-bottom:1em;
}
.order_setting_item_title {
	border-bottom:solid 1px #000;
	padding:0.3em;
}
.order_setting_item_text {
	line-height:1.5;
	padding:1em;
}

/*-----合計金額のところ---*/
.order_setting_anount {
	display:flex;
	justify-content:space-between;
	align-items:center;
	border:solid 2px #dc8caa;
	border-radius:0.2em;
	padding:1em;
}
.anoun_item {
	
}
.anoun_total span {
	font-size:1.5em;
}
.anoun_total em {
	font-size:0.8em;
}

/*-----注文するボタン---*/
.order_submit {
	position:relative;
	text-align:center;
}
@media only screen and (max-width: 768px) {
	
	.order_submit {
		font-size:3vw;
	}
}

.order_submit_btn {
	appearance:none;
	background: linear-gradient(135deg,  #dc8caa 0%,#cb5280 100%);
	border:0;
	border-radius:0.2em !important;
	box-sizing:border-box;
	font-size:1.3em;
	width:100%;
	max-width:640px;
	padding:1.2em 0;
	margin:0;
	color:#fff;
	cursor:pointer;
	transition: .2s;
	pointer-events:none;
}
.order_submit .wpcf7-spinner {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:10%;
	margin:auto;
}
/*-----今なら●%OFF--*/
.amount_discount {
	font-size:1.1em;
	line-height:1.5;
	margin-top:1.5em;
	text-align:center;
	color:#cb5280;
}
.amount_discount em {
	font-size:0.7em;
}






	





