@charset "utf-8";
/* ===================================
GRAPHIC WALL
How to Style Sheet
First Update  2017-08-23
Last Update   2020-07-15
Creat by Basic Plus Design Inc.
=================================== */

/* ===========================================================
 diy.html
=========================================================== */
#diy.main .content {
	padding: 3em 2em
}

#diy #title-part {
	background-image: url(../images/howto/diy_title_bg.jpg);
}

#diy #title-part p {
	background-image: url(../images/howto/diy_title.png);
	max-width: 246px;
}

#diy #title-part h1 {
	top: 72%;
}

#diy.main h3 {
	margin-bottom: 0.5em;
}

#diy.main h4 {
	margin-bottom: 0.5em;
}

#diy .tool {
	background-color: #fdf6e8;
	padding: 1em;
	margin-bottom: 2em;
}

#diy .tool h2 {
	background-color: #f0aa1c;
	color: #FFF;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 1em;
	margin-bottom: 1em;
	width: 100%;
}

#diy .tool p {
	margin-bottom: 2em;
}

#diy .tool span {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#diy .tool img {
	max-width: 410px;
}

#diy .paper h2 {
	background-color: #393b39;
	color: #FFF;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.8em 1em;
	margin-bottom: 1em;
	width: 100%;
	position: relative;
}

#diy .paper h2:after {
	content: url(../images/howto/ico_paper.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#diy .paper h3 {
	border-bottom: 1px solid #393b39;
	padding-bottom: 5px;
	font-weight: bolder;
}

#diy .paper h3 span {
	font-size: 17rem;
	font-size: 1.7em;
	font-family: 'Catamaran', sans-serif;
	font-family: 'Fjalla One', sans-serif;
	margin-right: 0.5em;
}

#diy .paper p {
	margin-bottom: 1em;
}

#diy .case1,
#diy .case2 {
	border: 1px solid #393b39;
	padding: 1em;
	margin-bottom: 1em;
}

#diy .case1 h3,
#diy .case2 h3 {
	font-weight: bold;
}

.soon {
	text-align: center;
	min-height: 200px;
	padding-top: 3em;
}

.soon img {
	max-width: 90%;
}

/* -----------------------------------------------------------
	 diy.html MediaQuery
----------------------------------------------------------- */
@media screen and (min-width: 769px) {

	#diy.main .content {
		padding: 5em 0;
	}
	
	#diy .tool {
		margin-bottom: 5em;
	}

	#diy .tool div:firdt-child {
		vertical-align: top;
		display: table;
	}

	#diy .tool h2 {
		display: table-cell;
		width: 20%;
		vertical-align: middle;
	}

	#diy .tool p {
		display: table-cell;
		width: 75%;
		padding-left: 2em;
		vertical-align: top;
	}

	#diy .tool img {
		margin-top: 2em;
	}

	#diy .paper {
		margin-bottom: 5em;
	}

	#diy .paper li {
		clear: both;
		margin-bottom: 3em;
	}

	#diy .paper li:after {
		content: "";
		clear: both;
		display: block;
	}

	#diy .paper img {
		float: left;
		width: 31%;
		margin-right: 3%;
	}

	#diy .paper h3 {
		float: right;
		width: 66%;
	}

	#diy .case1 {
		margin-bottom: 2em;
	}

	#diy .case1 img,
	#diy .case2 img {
		float: left;
		width: 30%;
		margin-right: 1em;
	}

	#diy .case1:after,
	#diy .case2:after {
		content: "";
		clear: both;
		display: block;
	}

	.soon {
		min-height: 400px;
		padding-top: 5em;
	}

	.soon img {
		max-width: 60%;
	}
}

@media screen and (min-width: 1000px) {
	#diy.main {
		padding-top: 116px;
	}

	#diy #title-part h1 {
		top: 65%;
	}

}

/* ===========================================================
 guide.html
=========================================================== */
#guide.main .content {
	padding: 3em 2em
}

#guide #title-part {
	background-image: url(../images/howto/guide_title_bg.jpg);
}

#guide #title-part p {
	background-image: url(../images/howto/guide_title.png);
	max-width: 185px;
}

#guide #title-part h1 {
	max-width: 180px;
	top: 80%;
}

#guide.main h2 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 8px 10px;
	background: #393b39;
	margin-top: 4em;
}

#guide.main h2:after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left: 15px solid #393b39;
}

#guide.main h3 {
	border-bottom: 1px solid #393b39;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	margin-top: 3em;
}

#guide.main .content p {
	margin-bottom: 1em;
}

#guide.main a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.chapterMenu a {
	color: #393b39;
}

.chapterMenu .chapter {
	background-color: #f5f5f5;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.chapterMenu .chapter>a {
	border-bottom: 1px solid #393b39;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	display: block;
}

.chapterMenu .chapter li {
	padding: 0.2em 0 0.2em 20px;
	background: url(../images/howto/ico_list.png) no-repeat center left;
	font-weight: normal;
}

#sec-kinds figure {
	margin-bottom: 1em;
}

#sec-kinds figcaption {
	font-weight: bold;
}

#sec-kinds figcaption span {
	font-weight: normal;
	font-size: 9rem;
	font-size: 0.9em;
	margin-left: 0.5em
}


#sec-measurements h4 {
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#sec-making .ai {
	margin-top: 30px;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bolder;
	display: block;
	padding: .5em;
	background-color: #F0AA1D;
}

#sec-making .psd {
	margin-top: 30px;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bolder;
	display: block;
	padding: .5em;
	background-color: #47C7DA;
}

#sec-making .ai_p {
	background-color: #FCEED2;
	padding: 2em
}

#sec-making .psd_p {
	background-color: #DAF4F8;
	padding: 2em
}

#sec-making .making_img {
	margin: 20px 0 20px 0;
	width: 100%;
	display: block;
}

#sec-output {
	text-align: center;
}

#sec-output h3 {
	text-align: left;
}

#sec-output p {
	text-align: left;
}

#sec-output .output1 {
	max-width: 320px;
	margin: 0 auto;
}

#sec-output .output2 {
	max-width: 620px;
}

#sec-fullform div {
	background-color: #ebebeb;
	padding: 1em;
	margin-top: 1em;
}

#sec-fullform ul {
	margin-top: 1em;
}

#sec-fulldesign div {
	background-color: #f5e3db;
	padding: 1em;
	margin-top: 1em;
}

#sec-fulldesign span {
	color: #db533b;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bolder;
	display: block;
}

#sec-printform div {
	background-color: #ebebeb;
	padding: 1em;
	margin-top: 1em;
}

#sec-printform ul {
	margin-top: 1em;
}

/*---guide.html common style-------------------------------------------------------- */
.circle li {
	position: relative;
	padding-left: 1.5em;
}

.circle li:before {
	content: "○";
	position: absolute;
	left: 0;
}

.kome li {
	position: relative;
	padding-left: 1.5em;
}

.kome li:before {
	content: "※";
	position: absolute;
	left: 0;
}

a.btn_ai,
a.btn_psd {
	background-color: #393b39;
	padding: 1em;
	color: #393b39;
	text-align: center;
	display: inline-block;
	color: #FFF;
	width: 100%;
	margin-top: 1em;
	font-weight: bold;
	position: relative;
}

a.btn_ai:before,
a.btn_psd:before {
	content: url(../images/howto/ico_dl.png);
	position: absolute;
	left: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37px;
	height: 37px;
}

a.btn_ai:after,
a.btn_psd:after {
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 46px;
	height: 46px;
}

a.btn_ai:after {
	content: url(../images/howto/ico_ai.png);
}

a.btn_psd:after {
	content: url(../images/howto/ico_psd.png);
}

/* -----------------------------------------------------------
	 guide.html MediaQuery
----------------------------------------------------------- */
@media screen and (min-width: 769px) {

	#guide.main .content {
		padding: 5em 0;
	}

	#guide.main h2 {
		margin-top: 10em;
	}

	.chapterMenu {
		display: table;
		width: 100%;
	}

	.chapterMenu .chapter {
		display: table-cell;
		width: 32%;
		border-right: 5px solid #FFF;
	}

	#sec-kinds figure {
		display: inline-block;
		width: 48%;
	}

	#sec-kinds figure:nth-of-type(1),
	#sec-kinds figure:nth-of-type(3) {
		margin-right: 3%;
	}

	#sec-kinds a {
		display: inline-block;
	}

	#sec-measurements div {
		float: left;
		width: 40%;
		margin-right: 10%
	}

	#sec-measurements img {
		width: 50%;
	}

	#sec-fulldesign div {
		background: url(../images/howto/fulldesign.png) no-repeat left 1em center;
		background-color: #f5e3db;
		min-height: 120px;
		padding-left: 220px;
	}

	a.btn_ai {
		width: 48%;
		display: inline-block;
		margin-right: 2%;
	}

	a.btn_psd {
		width: 49%;
		display: inline-block;
	}
}

@media screen and (min-width: 1000px) {
	#guide.main {
		padding-top: 116px;
	}

	#guide #title-part h1 {
		top: 65%;
	}
}

/* ===========================================================
 order.html
=========================================================== */
#order.main .content {
	padding: 3em 2em
}

#order #title-part {
	background-image: url(../images/howto/order_title_bg.jpg);
}

#order #title-part p {
	background-image: url(../images/howto/order_title.png);
	max-width: 215px;
}

#order #title-part h1 {
	max-width: 180px;
	color: #FFF;
	top: 75%;
}

#order.main h2 {
	background-repeat: no-repeat;
	background-position: bottom 10px left;
	background-size: 40px 70px;
	padding: 20px 0 10px 50px;
	margin-bottom: 1em;
	margin-top: 3em;
	line-height: 50px;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 2px solid #393b39;
}

#order.main .flow1 h2 {
	background-image: url(../images/howto/order1.png);
}

#order.main .flow2 h2 {
	background-image: url(../images/howto/order2.png);
}

#order.main .flow3 h2 {
	background-image: url(../images/howto/order3.png);
}

#order.main .flow4 h2 {
	background-image: url(../images/howto/order4.png);
}

#order .process p {
	margin-bottom: 1em;
}

#order .process-easy {
	background-color: #fcf2dd;
	padding: 0.5em;
}

#order .process-easy h3 {
	display: inline-block;
	color: #FFF;
	font-family: 'Catamaran', sans-serif;
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	background-color: #f0aa1c;
	margin-right: 0.5em;
	padding: 5px;
}

#order .process-full {
	background-color: #f9e5e1;
	padding: 0.5em;
	margin-bottom: 2em;
}

#order .process-full h3 {
	display: inline-block;
	color: #FFF;
	font-family: 'Catamaran', sans-serif;
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	background-color: #db533b;
	margin-right: 0.5em;
	padding: 5px;
}

#order .flow1 .process a {
	color: #393b39;
	font-weight: bold;
	background: url(../images/ico_arrow.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	margin-bottom: 1em;
}

#order .flow1 .process a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

#order .flow2 .itemize p {
	margin-bottom: 2em;
}

.balloon-bottom {
	position: relative;
	display: table;
	height: 100%;
	border-bottom: solid 2px #393b39;
}

.balloon-bottom:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #393b39;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.balloon-bottom:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -12px;
	border-top: 15px solid #FFF;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}


.bg_gray {
	display: inline-block;
	background-color: #393b39;
	color: #FFF;
	padding: 0.3em 0.5em;
	margin-bottom: 1em;
}

.red_line {
	display: inline-block;
	border: 1px solid #db533b;
	color: #db533b;
	font-size: 11rem;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.2em 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
	 order.html MediaQuery
----------------------------------------------------------- */
@media screen and (min-width: 769px) {

	#order.main .content {
		padding: 10em 0;
	}

	#order.main h2 {
		margin-top: 2em;
		margin-right: 1em;
	}

	#order.main .flow1 h2 {
		margin-top: 0em;
		padding-right: 130px;
	}

	#order.main h3 {
		display: none;
	}

	#order.main .flow3 .process-easy h3 {
		display: block;
		opacity: 0;
	}

	/*レイアウト崩れ対策*/
	#order.main ul {
		border-bottom: 1px solid #393b39;
	}

	#order .process p {
		margin-right: 1em;
	}

	#order .itemize {
		display: table;
	}

	#order .process-easy {
		display: table-cell;
		border-left: 1px dashed #393b39;
		width: 50%;
		padding: 1em;
		height: 300px;
		position: relative;
	}

	#order .flow1 .process-easy {
		padding-top: 40px;
	}

	#order .flow1 .process-easy:before {
		content: url(../images/howto/order_easy.png);
		width: 145px;
		height: 65px;
		padding: 0;
		display: block;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: inherit;
	}

	#order .process-full {
		display: table-cell;
		border-left: 1px dashed #393b39;
		width: 50%;
		padding: 1em;
		height: 300px;
		position: relative;
	}

	#order .flow1 .process-full {
		padding-top: 40px;
	}

	#order .flow1 .process-full:before {
		content: url(../images/howto/order_full.png);
		width: 145px;
		height: 65px;
		padding: 0;
		display: block;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: inherit;
	}

	#order .flow1 .process {
		position: relative;
	}

	#order .flow1 .process a {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/howto/order_online.png) no-repeat;
		width: 150px;
		height: 150px;
		position: absolute;
		top: -50px;
		right: 1em;
	}

	#order .flow2 .itemize {
		position: relative;
	}

	#order .flow2 .itemize p {
		position: absolute;
		bottom: 10%;
		left: 5%;
		width: 90%;
		background-color: #FFF;
		text-align: center;
		padding: 0.5em 2em;
	}
}

@media screen and (min-width: 1000px) {
	#order.main {
		padding-top: 116px;
	}

	#order #title-part h1 {
		top: 65%;
	}
}