@charset "UTF-8";

/**
* Template Name: Studio
* Template URL: https://templatemag.com/studio-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #cec2ac;
    text-shadow: none;
}

::selection {
    background: #cec2ac;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */
html,
body {

}
body {
	/*font-family: メイリオ, Meiryo, 'Noto Sans JP', 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 768px) {
body {
    font-size: 15px;
}
}
@media screen and (max-width: 768px) {
body {
    font-size: 12px;
}


/*
.row {
    width: 92%;
    margin-left: 4%;
}
*/

}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 700;
}
section {
	clear: both;
}
footer {
	clear: both;
}

@media screen and (max-width: 767px) {
.pc-hidden { display: none;}
}
@media screen and (min-width: 768px) {
.sp-hidden { display: none;}
}


/* ==========================================================================
   Top
   ========================================================================== */
@media screen and (min-width: 1024px) and (orientation:landscape) {
#slide {
width: auto;
margin:0 0 0 250px;
position:relative;
padding-bottom: 43%;
}
}
@media screen and (min-width: 1024px) and (orientation:portrait) {
#slide {
width: 100%;
margin:0 auto;
position:relative;
padding-bottom: 57%;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
#slide {
width: 100%;
margin:0 auto;
position:relative;
padding-bottom: 57%;
}
#slide img { margin-left: 60px;}
}
@media screen and (max-width: 767px) and (orientation:portrait)  {
#slide {
width: 100%;
margin:0 auto;
position:relative;
padding-bottom: 95%;
}
}


#slide ul { 
    margin: 0;
    padding: 0;
}
#slide li { 
    display: block;
    width: 100%;
    height: 100%;
}

#slide img {
position:absolute;
left:0;
top:0;
width: 100%;
}
#slide .top-credit { 
	position:absolute;
	bottom: 0;
	color:#fff;
	right: 10px;
	font-size: 10px;
	letter-spacing: 1px;
}

.container-noFixedHeight {
  background-color: #efefef;
  position: relative;
  min-height: 260px; /* コンテナの高さ、ユニットとは無関係 */
}
@media screen and (min-width: 768px) {
.centered-noFixedHeight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered-noFixedHeight h1 img { 
  width: 500px;
}
}
@media screen and (max-width: 768px) {
.centered-noFixedHeight {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slide .top-credit { 
	position:absolute;
	bottom: 0;
	color:#fff;
	right: 5px;
	font-size: 8px;
	letter-spacing: 0.5px;
	text-align: right
}
}





@media screen and (max-width: 768px) {
.inner { margin-left: 0px; padding: 5%;}
}

@media screen and (min-width: 768px) {
.inner { margin-left: /*240px*/ 250px; padding: 5%;}
}


/* Image */

	.image {
		border-radius: 0.375em;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0.375em;
			display: block;
			width: 100%;
		}

	a.image {
		overflow: hidden;
	}

		a.image img {
			-moz-transition: -moz-transform 0.2s ease;
			-webkit-transition: -webkit-transform 0.2s ease;
			-ms-transition: -ms-transform 0.2s ease;
			transition: transform 0.2s ease;
		}

		a.image:hover img {
			-moz-transform: scale(1.075);
			-webkit-transform: scale(1.075);
			-ms-transform: scale(1.075);
			transform: scale(1.075);
		}


/*横スクロール*/
.scroll_list ul {
	margin: 0; padding: 0;
}
.scroll_list li { list-style: none; }
.scroll_list li img { width: 100%; }
.scroll_item_info .new { 
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  font-size: 10px;
  letter-spacing: 2px;
 }
.scroll_item_info .limited { 
  display: inline-block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
  border: 1px solid #484848;
  width: 45px;
  height: 45px;
  transition: .4s;
  line-height: 14px;
  border-radius: 50%;
  padding-top: 7px;
 }


@media screen and (min-width: 1001px) {
.horizontal_scroll_wrap{
    width: 100%;
    overflow : hidden;
    margin: 0 0 0 -40px ;
}
.scroll_item {
    float: left;
    width: 13%;
    margin-right: 1%;
    height: 200px;
}
.scroll_item_info {
    margin-top: 10px;
    text-align: center;
}
.scroll_item_ttl {
    font-size: 11px;
    color: #484848;
    line-height: 1.2;
}
}
@media screen and (max-width: 1000px) {
.horizontal_scroll_wrap{
    height: 200px;
    overflow-y: hidden;
    margin: 0 0 0 -40px ;
}
.scroll_list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 50px;
    margin: 20px 0 0;
    -webkit-overflow-scrolling: touch;
}
.scroll_item {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
    width: 95px;
    background: #fff;
}
.scroll_item:first-child {
    margin-left: 10px;
}
 
.scroll_item_inr {
    display: block;
}
.scroll_item_info {
    white-space: normal;
    padding: 4px 1px;
    text-align: center;
}
.scroll_item_ttl {
    font-size: 11px;
    color: #484848;
    line-height: 1.4;
}
}




/* Introduction - About */

	#Introduction {
		padding: 6em 0 4em 0 ;
     	}
	#Introduction, #About {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		#Introduction h1, #About h1 {
			margin-top: -0.125em;
			font-size: 200%;
		}
		#Introduction p, #About p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#Introduction .content, #About .content {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 50%;
		}

		#Introduction .image, #About .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			display: block;
			margin: 0 0 2em 4em;
			width: 50%;
		}

		#Introduction .image img, #About .image img {
				height: 100%;
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				width: 100%;
			}

		@media screen and (max-width: 1136px) {

			#Introduction {
				padding: 0em 0 3em 0 ;
			}
			#Introduction, #About {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				#Introduction h1 br, #About h1 br {
					display: none;
				}

				#Introduction .content, #About .content {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					width: 100%;
				}

				#Introduction .image, #About .image {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					margin: 0 0 4em 0;
					width: 100%;
				}
		}

/* Story */

	#Story {
		padding: 6em 0 4em 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		#Story h1 {
			margin-top: -0.125em;
			font-size: 200%;
		}
		#Story p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#Story .content {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 50%;
		}

		#Story .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			display: block;
			margin: 0 0 2em 4em;
			width: 50%;
		}

		#Story .image img {
				height: 100%;
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				width: 100%;
			}
		#Story .link_bn img {
				width: 420px;
			}

		@media screen and (max-width: 1136px) {

			#Story {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				#Story h1 br {
					display: none;
				}

				#Story .content {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					width: 100%;
				}

				#Story .image {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					margin: 0 0 4em 0;
					width: 100%;
				}
				#Story .link_bn img {
				width: 100%;
			}
		}

/* Detail */
	#Detail { padding-top: 10%;}
	#Detail img { width: 100%;}
	#Detail h2 {
		margin-bottom: 2em;
		font-size: 160%;
		}
	#Detail article { float: left; }
	#Detail h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Detail p {
		font-size: 90%;
		line-height: 1.6em;
		}

@media screen and (min-width: 1000px) {
	#Detail article { width: 31%; margin: 0 3.5% 5% 0;}
	#Detail article:nth-child(3n) { margin: 0 0 5% 0;}
	#Detail article:nth-child(3n+1) { clear: both;}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#Detail article { width: 48%; margin: 0 4% 3% 0;}
	#Detail article:nth-child(2n) { margin: 0 0 3% 0;}
	#Detail article:nth-child(2n+1) { clear: both;}
}

@media screen and (max-width: 481px) {
	#Detail article { width: 100%; margin: 0 0 5% 0;}
}



/* Quality */
	#Quality { padding-top: 10%;}
	#Quality img { width: 100%;}
	#Quality h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Quality article { float: left; }
	#Quality h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Quality p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Quality p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}
@media screen and (min-width: 1000px) {
	#Quality article { width: 48%; margin: 0 4% 5% 0;}
	#Quality article:nth-child(2n) { margin: 0 0 5% 0;}
	#Quality article:nth-child(2n+1) { clear: both;}
	#Quality article img { float: left;width: 48%; margin: 0 4% 5% 0;}
	#Quality article div { float: left;width: 48%; margin: 0 0% 5% 0;}
}

@media screen and (max-width: 1000px) {
	#Quality article { width: 47%; margin: 0 6% 3% 0;}
	#Quality article:nth-child(2n) { margin: 0 0 3% 0;}
	#Quality article:nth-child(2n+1) { clear: both;}
	#Quality article img { float: left;width: 100%; margin: 0;}
	#Quality article div { float: left;width: 100%; margin: 0;}
}

/* Service */
	#Service { padding-top: 10%;}
	#Service img { width: 100%;}
	#Service h2 {
		margin-bottom: 2em;
		font-size: 160%;
		}
	#Service article { float: left; }
	#Service h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		margin-bottom: 20px;
		}
	#Service p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Service .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 20px;
		font-size: 80%;
		}

@media screen and (min-width: 1000px) {
	#Service article { width: 31%; margin: 0 3.5% 5% 0;}
	#Service article:nth-child(3n) { margin: 0 0 5% 0;}
	#Service article:nth-child(3n+1) { clear: both;}
	#Service .icon { font-size: 100px}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#Service article { width: 48%; margin: 0 4% 5% 0;}
	#Service article:nth-child(2n) { margin: 0 0 5% 0;}
	#Service article:nth-child(2n+1) { clear: both;}
	#Service .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 10px;
		font-size: 80%;
		}
	#Service .icon { font-size: 100px; padding: 0; line-height: 1em; text-align: center;}
}

@media screen and (max-width: 481px) {
	#Service article { width: 100%; margin: 0 0 40px 0;}
	#Service .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 10px;
		font-size: 80%;
		}
	#Service .icon { font-size: 100px; padding: 0; line-height: 1em; text-align: center;}
}



/* Lineup */
	#Lineup { padding-top: %;}
	#Lineup img { width: 100%;}
	#Lineup h2 {
		margin-top: -0.125em;
		font-size: 200%;
		}
	#Lineup article { float: left; }
	#Lineup h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Lineup p {
		margin-top: 2em;
		font-size: 90%;
		line-height: 1.6em;
		}
	#Lineup p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}
@media screen and (min-width: 1536px) {
	#Lineup article { width: 40%; margin: 0 4% 3% 0;}
	#Lineup article:nth-child(2n) { margin: 0 0 3% 0;}
	#Lineup article:nth-child(2n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Lineup article { width: 48%; margin: 0 4% 3% 0;}
	#Lineup article:nth-child(2n) { margin: 0 0 3% 0;}
	#Lineup article:nth-child(2n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#Lineup article { width: 100%; margin: 0 0 5% 0;}
}


/* Spec */

	#Spec {
		padding: 6em 0 4em 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	#Spec h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
		#Spec p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#Spec .content {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 40%;
		}

		#Spec .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			display: block;
			margin: 0 0 2em 4em;
			width: 60%;
		}

		#Spec .image img {
				width: 100%;
			}


		#Spec table tr {
				padding: .35em;
				border-top: 1px dotted #ccc;
				line-height: 1.6em;
			}
		#Spec table tr:last-child {
				border-bottom: 1px dotted #ccc;
			}
		#Spec table th {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}
		#Spec table td {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}

		@media screen and (max-width: 1136px) {

			#Spec {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				#Spec h2 br {
					display: none;
				}

				#Spec .content {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					width: 100%;
				}

				#Spec .image {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					margin: 0 0 4em 0;
					width: 100%;
				}

		}

/* Drawing */
@media screen and (min-width: 1000px) {
	#Drawing { width: 80%; }
 }
@media screen and (max-width: 1000px) {
	#Drawing { width: 100%; }
 }
	#Drawing article { float: left; }
	#Drawing article img { width: 100%; }
	#Drawing article:nth-child(1n) { width: 62.96%;}
	#Drawing article:nth-child(2n) { width: 37.04%;}
	#Drawing article:nth-child(2n+1) { clear: both;}


/* C_Order */
	#C_Order { padding-top: 10%;}
	#C_Order img { width: 100%;}
	#C_Order h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#C_Order article { float: left; }
	#C_Order h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#C_Order p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#C_Order p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}
@media screen and (min-width: 1000px) {
	#C_Order article { width: 48%; margin: 0 4% 5% 0;}
	#C_Order article:nth-child(2n) { margin: 0 0 5% 0;}
	#C_Order article:nth-child(2n+1) { clear: both;}
	#C_Order article img { float: left;width: 48%; margin: 0 4% 5% 0;}
	#C_Order article div { float: left;width: 48%; margin: 0 0% 5% 0;}
}

@media screen and (max-width: 1000px) {
	#C_Order article { width: 47%; margin: 0 6% 3% 0;}
	#C_Order article:nth-child(2n) { margin: 0 0 3% 0;}
	#C_Order article:nth-child(2n+1) { clear: both;}
	#C_Order article img { float: left;width: 100%; margin: 0;}
	#C_Order article div { float: left;width: 100%; margin: 0;}
}


/* C_Price */
	#C_Price { padding-top: 0em; }
	#C_Price img { width: 100%;}
	#C_Price h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#C_Price article { float: left; }
	#C_Price h3 {
		margin-top: 1em;
		font-size: 80%;
		text-align: center;
		}
	#C_Price p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#C_Price p.text {
		font-size: 90%;
		text-align: center;
		}
	#C_Price div {
		margin-top: 2em;
		}

	#C_Price table {
		border-collapse: collapse;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		table-layout: fixed;
	}

	#C_Price table tr {
		background-color: #fff;
		border: 1px solid #bbb;
		padding: .35em;
	}
	#C_Price table th,
	#C_Price table td {
		padding: 1em 10px 1em 1em;
		border-right: 1px solid #bbb;
	}
	#C_Price table th {
		font-size: .85em;
	}
	#C_Price table thead tr{
		background-color: #eee;
	}
	#C_Price .txt{
		text-align: left;
		font-size: .85em;
	}

@media screen and (min-width: 1536px) {
	#C_Price article, #Archive article { width: 14%; margin: 0 5% 3% 0;}
	#C_Price article:nth-child(5n), #Archive article:nth-child(5n) { margin: 0 0 3% 0;}
	#C_Price article:nth-child(5n+1), #Archive article:nth-child(5n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#C_Price article, #Archive article { width: 22%; margin: 0 4% 3% 0;}
	#C_Price article:nth-child(4n), #Archive article:nth-child(4n) { margin: 0 0 3% 0;}
	#C_Price article:nth-child(4n+1), #Archive article:nth-child(4n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#C_Price article, #Archive article { width: 48%; margin: 0 4% 5% 0;}
	#C_Price article:nth-child(2n), #Archive article:nth-child(2n) { margin: 0 0 3% 0;}
	#C_Price article:nth-child(2n+1), #Archive article:nth-child(2n+1) { clear: both;}
}


/* Designer */

	#Designer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		#Designer h1 {
			margin-top: 0em;
			font-size: 200%;
		}
		#Designer .caption {
			font-size: 110%;
			line-height: 2em;
		}
		#Designer .opinion {
			color: #8c5a23;
			font-weight: 700;
		}
		#Designer p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#Designer .content {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			width: 50%;
		}

		#Designer .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			display: block;
			margin: 0 0 2em 4em;
			width: 50%;
		}

		#Designer .image img {
				height: 100%;
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				width: 100%;
			}
		#Designer .link_bn img {
				width: 420px;
			}

		@media screen and (max-width: 1136px) {

			#Designer {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				#Designer h1 br {
					display: none;
				}

				#Designer .content {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					width: 100%;
				}

				#Designer .image {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					margin: 0 0 4em 0;
					width: 100%;
				}
				#Designer .link_bn img {
				width: 100%;
			}
		}
/* Masterpiece */
	#Masterpiece { padding-top: 5em; }
	#Masterpiece img { width: 100%;}
	#Masterpiece h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Masterpiece article { float: left; }
	#Masterpiece h3 {
		margin-top: 1em;
		font-size: 80%;
		text-align: center;
		}
	#Masterpiece p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Masterpiece p.text {
		font-size: 90%;
		text-align: center;
		}
	#Masterpiece div {
		margin-top: 2em;
		}

@media screen and (min-width: 1536px) {
	#Masterpiece article { width: 14%; margin: 0 5% 3% 0;}
	#Masterpiece article:nth-child(5n) { margin: 0 0 3% 0;}
	#Masterpiece article:nth-child(5n+1) { clear: both;}
	#Masterpiece h3 {font-size: 80%;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Masterpiece article { width: 22%; margin: 0 4% 3% 0;}
	#Masterpiece article:nth-child(4n) { margin: 0 0 3% 0;}
	#Masterpiece article:nth-child(4n+1) { clear: both;}
	#Masterpiece h3 {font-size: 90%;}
}
@media screen and (max-width: 481px) {
	#Masterpiece article { width: 48%; margin: 0 4% 5% 0;}
	#Masterpiece article:nth-child(2n) { margin: 0 0 3% 0;}
	#Masterpiece article:nth-child(2n+1) { clear: both;}
	#Masterpiece h3 {font-size: 90%;}
}


/* Example */
		#Example h1 {
			margin-top: 0em;
			font-size: 200%;
		}
		#Example .caption {
			font-size: 110%;
			line-height: 2em;
		}
		#Example .opinion {
			color: #8c5a23;
			font-weight: 700;
		}
		#Example p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#Example .upper { margin-top: 2em;}

	#Example img { width: 100%;}

	#Example article { float: left; }


@media screen and (min-width: 1536px) {
	#Example article { width: 22%; margin: 0 4% 3% 0;}
	#Example article:nth-child(4n) { margin: 0 0 3% 0;}
	#Example article:nth-child(4n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Example article { width: 30%; margin: 0 4% 3% 0;}
	#Example article:nth-child(3n) { margin: 0 0 3% 0;}
	#Example article:nth-child(3n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#Example article { width: 48%; margin: 0 4% 5% 0;}
	#Example article:nth-child(2n) { margin: 0 0 3% 0;}
	#Example article:nth-child(2n+1) { clear: both;}
}

/* D_Store */
	#D_Store { padding-top: %;}
	#D_Store img { width: 100%;}
	#D_Store h2 {
		margin-top: -0.125em;
		font-size: 200%;
		}
	#D_Store article { float: left; }
	#D_Store h3 {
		margin-top: 1em;
		padding-left: 0.5em;
		font-size: 120%;
		font-weight: 700;
		}
	#D_Store p {
		margin-top: 2em;
		font-size: 90%;
		line-height: 1.6em;
		}
	#D_Store p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}
@media screen and (min-width: 1536px) {
	#D_Store article { width: 40%; margin: 0 4% 3% 0;}
	#D_Store article:nth-child(2n) { margin: 0 0 3% 0;}
	#D_Store article:nth-child(2n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#D_Store article { width: 48%; margin: 0 4% 3% 0;}
	#D_Store article:nth-child(2n) { margin: 0 0 3% 0;}
	#D_Store article:nth-child(2n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#D_Store article { width: 100%; margin: 0 0 5% 0;}
}
/* Address */

	#Address {
		padding: 1em 0 4em 0 ;
	}
		#Address table { width:100%; }

		#Address table tr {
				padding: .35em;
				border-top: 1px dotted #ccc;
				line-height: 1.6em;
			}
		#Address table tr:last-child {
				border-bottom: 1px dotted #ccc;
			}
		#Address table th {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}
		#Address table td {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}
		#Address a {
  		text-decoration: none;
  		color: #000;
		} 
		#Address a:hover {
  		text-decoration: none;
  		color: #666;
		} 

		@media screen and (max-width: 1136px) {

			#Address {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

		}


/* O_Store */

	#O_Store {
		padding: 1em 0 1em 0 ;
	}
		#O_Store h2 { 
		margin-top: -0.125em;
		font-size: 120%;
	}
		#O_Store .area_bar { 
  		background: #eee;
		color: #000;
		padding: 0.7em 0 0.5em 0.7em;
		margin-top: -1.3em;
		font-size: 80%;
	}
		#O_Store a {
  		text-decoration: none;
  		color: #000;
		} 
		#O_Store a:hover {
  		text-decoration: none;
  		color: #666;
		} 
 
		#O_Store table { width:100%; }

		#O_Store table tr {
				padding: .35em;
				border-top: 1px dotted #ccc;
				line-height: 1.6em;
			}
		#O_Store table tr:last-child {
				border-bottom: 1px dotted #ccc;
			}
		#O_Store table th {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}
		#O_Store table td {
				padding: 1em 10px 1em 1em;
				font-size: 80%;
			}

		@media screen and (max-width: 1136px) {

			#O_Store {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

		}


/* FAQ */
	#FAQ img { width: 100%;}
	#FAQ h2 {
		margin-top: -0.125em;
		font-size: 200%;
		}
	#FAQ article { float: left; }
	#FAQ h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#FAQ p {
		margin-top: 2em;
		font-size: 90%;
		line-height: 1.6em;
		}
	#FAQ div {
		margin-top: 2em;
		}
@media screen and (min-width: 1536px) {
	#FAQ article { width: 47%; margin: 0 6% 3% 0; border-top: 1px dotted #ccc;}
	#FAQ article:nth-child(2n) { margin: 0 0 3% 0;}
	#FAQ article:nth-child(2n+1) { clear: both;}
	#FAQ .icon { margin-top: 0em;font-size: 100px;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#FAQ article { width: 47%; margin: 0 6% 3% 0; border-top: 1px dotted #ccc;}
	#FAQ article:nth-child(2n) { margin: 0 0 3% 0;}
	#FAQ article:nth-child(2n+1) { clear: both;}
	#FAQ h3 { height: 40px}
	#FAQ .icon { margin-top: 0.5em;font-size: 100px; padding: 0; line-height: 1em; text-align: center;}
}
@media screen and (max-width: 481px) {
	#FAQ article { width: 100%; margin: 0 0 5% 0;border-top: 1px dotted #ccc;}
	#FAQ .icon { margin-top: 0.5em;font-size: 100px; padding: 0; line-height: 1em; text-align: center;}
}


/* 送料表 */
#Price_list { padding-top: 20px;}
#Price_list table {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

#Price_list table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
#Price_list table th,
#Price_list table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
#Price_list table thead tr{
  background-color: #eee;
}
#Price_list .price{
   text-align: right;
}
  #Price_list table {
    border: 0;
  }
  #Price_list table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  #Price_list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #Price_list table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  #Price_list table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: ;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  #Price_list table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  #Price_list table td:last-child {
    border-bottom: 0;
  }



/* Button */
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1.2em 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background: #000;
  transition: .4s;
  /*font-family: 'Noto Sans JP', 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  font-weight: 700;
  font-size: 80%;
  letter-spacing: 0.1em;
}

.btn-flat-logo:hover {
  background: #808080;
  text-decoration: none;
  color: #fff;
}


/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
		clear: both;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}
/* luminous */
/*@media (min-width: 768px) {
  .lum-lightbox-inner {
      margin-left: 250px;
  }
}*/
@media (max-width: 768px) {
  .lum-lightbox-inner img {
      max-width: 100%;
      max-height: 100%;
  }
  .lum-lightbox-image-wrapper {
    overflow: hidden;
  }
}
.lum-lightbox {
	z-index: 9999;
}
.lum-close-button {
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.lum-next-button:after,
.lum-previous-button:after {
    box-shadow: none;
}
.lum-gallery-button:after {
    width: 26px;
    height: 26px;
}
.lum-lightbox-inner .lum-lightbox-caption {
	text-align: left !important;
	max-width: 550px !important;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.5;
}
.lum-lightbox-inner .lum-lightbox-caption span {
	display: block !important;
	text-align: center !important;
	margin: 1em auto 0.5em;
	font-size: 1.5rem;
	font-weight: 700;
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */
@media screen and (min-width: 768px) {
header {
	display: none;
}
}
header {
	margin-top: -20px;
	background: #dfd7c7;
	padding: 20px 0px 10px 0px;
}
header h1 { 
		text-align: center;
		color: #3b3834;
		font-size: 10px;
		/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
		font-weight: 700;
}
header h1 img { 
		width: 55%;
		margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.menu {
	left: -260px;
}
}
@media screen and (min-width: 768px) {
.menu {
	left: 0px;
}
.menu-wrap i, nav #menuToggle {
	display: none;
}
}
.menu {
	position: fixed;
	width: 320px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;

}

.menu.menu-open {
	left: 0px;
}

.menu-wrap {
  width: 250px;
  overflow: hidden;
  background: #dfd7c7;
  height: 100%;
  position: absolute;
  top: 0;
  right: 70px;
}
.scrollable {
  width: 270px; /* 250 + 20 */
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.adjustment {
  width: 250px; /* 元に戻す */
}

.menu h1 {
	border-bottom: 1px solid #ccc;
/*	margin-top: 40px;*/
	margin: 0;
}
.menu h1.logo a {
	margin: 40px 20px 40px;
}

.menu h1.logo a span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1rem;
	color: #3b3834;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.menu h1.logo a:hover {
}

.menu img.logo {
	margin: 20px 0;
	max-width: 240px;
}

.menu .logo img {
	width: 100%;
}
.menu a {
	margin-left: 20px;
	color: #3b3834;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	transition: 0.7s ;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.menu a:hover {
	color: #808080;
	text-decoration: none;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}


.menu ul li:first-child {
	padding-top: 2rem;
}
.menu ul li a {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    display: block;
    line-height: 4rem;
    height: 4rem;
    padding: 0 20px;
    letter-spacing: 0.05em;
    transition: 0.2s;
}

.menu ul li a:visited {
	color: #333;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #999;
	text-decoration: none;
}
.menu ul li a:active {
	color: #333;
}



.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}



#theMenu ul { margin: 0; padding: 0;}
#theMenu li { list-style: none; /*font-family: 'Noto Sans JP',*/ sans-serif; }

#submenu03 p { margin: 0;/*font-size: 8px;*/}
#submenu03 p a { margin: 0 0 0 20px; font-size: 1.3rem;/*line-height: 30px;*//*color: #c2c2c2;*/}

.menu_info { padding-right: 20px;padding-bottom: 5rem;}
.menu_info p.deli { margin-top: 20px;margin-left: 20px; padding: 10px ; color: #FFF; font-size: 14px; font-weight: 700;border: 1px solid #ccc; letter-spacing: 1px;}
.menu_info p.deli span { font-size: 11px; }
.menu_info p.caption { padding-left: 20px; font-weight: 700; /*color: #FFF;*/ /*font-size: 13px;*/ /*letter-spacing: 2px;*/ margin-bottom: 0em;}
.menu_info p.text { padding-left: 20px; /*color: #FFF;*/ font-size: 11px;}
.menu_info p.text span { letter-spacing: 2px;}


/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}



#menuToggle {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}









/* Copyrights */
#copyrights {
  /*background: #eaeaea;*/
  padding: 30px 0 20px;
  /*font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  font-size: 12px;
}

@media screen and (min-width: 768px) {
#copyrights p {
  margin-left:250px;
  color: #808080;
  /*letter-spacing: 1px;
  font-size: 14px;*/
}
}

@media screen and (max-width: 767px) {
#copyrights p {
  margin-left:0;
  /*color: #808080;
  letter-spacing: 1px;
  font-size: 14px;*/
}
}
#copyrights p a {
  color: #fff;
}
@media screen and (max-width: 768px) {
#copyrights p {
  color: #808080;
  /*letter-spacing: 1px;
  font-size: 11px;*/
}
}






/* クラス「row」内のブロック要素の高さを揃える */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* マウスオーバーで画像拡大表示 */
.img-zoom {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.img-zoom img {
	display: block;
	transition-duration: 0.3s;
}
.img-zoom img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* 天地中央揃え */
.flex-container {
	width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.flex-inner {
	display: inline-block;
	width: 100%; /*table横幅拡張用*/
}

.caption-container {
	padding: 0 30px; 
}
@media screen and (max-width: 720px) {
	.caption-container {
		padding: 0; 
	}
}

.img-padding {
	padding: 0 1em; 
}
@media screen and (max-width: 720px) {
	.img-padding {
		padding: 0; 
	}
}

.lh-s {line-height: 1.5;}
.lh-m {line-height: 1.75;}
.lh-l {line-height: 2  ;}

.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}
.mb60 {margin-bottom: 60px}
.mb70 {margin-bottom: 70px}
.mb80 {margin-bottom: 80px}

.mb1em {margin-bottom: 1em}
.mb2em {margin-bottom: 2em}
.mb3em {margin-bottom: 3em}
.mb4em {margin-bottom: 4em}
.mb5em {margin-bottom: 5em}

body {font-size: 1.5rem;line-height: 1.75;margin-bottom: 1em;}
h2 {font-size: 2.5rem;line-height: 1.25;margin-bottom: 1em;}
h3 {font-size: 2rem;line-height: 1.5;margin-bottom: 1em;}
h4 {font-size: 1.5rem;line-height: 1.5;margin-bottom: 1em;}
dt, dd {font-size: 1.5rem;line-height: 1.75;}

@media screen and (max-width: 576px) {
	body {font-size: 1.3rem;line-height: 1.75;margin-bottom: 1em;}
	h2 {font-size: 2rem;line-height: 1.25;margin-bottom: 1em;}
	h3 {font-size: 1.8rem;line-height: 1.5;margin-bottom: 1em;}
	h4 {font-size: 1.6rem;line-height: 1.5;margin-bottom: 1em;}
	dt, dd {font-size: 1.3rem;line-height: 1.75;}
}




#Story2, 
#Detail2,
#Lineup2,
#Spec2,
#Drawing2 {
	padding-top: 6em;
}

#Introduction2 p,
#About2 p,
#Story2 p, 
#Detail2 p,
#Quality2 p,
#Lineup2 p,
#Spec2 p,
#Designer2 p,
#Masterpiece2 p {
	font-size: 90%;
}

#Introduction2 h2,
#About2 h1,
#Quality2 h1,
#Designer2 h1 {
	font-size: 200%;
	margin-bottom: 1em;
}

#About2 h1,
#Quality2 h1,
#Example h1 {
	margin-top: 0;
}

#Story2 h2, 
#Detail2 h2,
#Lineup2 h2,
#Spec2 h2,
#Masterpiece2 h2 {
	font-size: 160%;
	margin-bottom: 2em;
}
#Introduction2 h3,
#About2 h3,
#Story2 h3, 
#Detail2 h3,
#Quality2 h3,
#Lineup2 h3,
#Spec2 h3 {
	font-size: 120%;
	font-weight: 700;
}

.h2caption {
    font-size: 18px;
    line-height: 2;
}

#Story2 p.Story2_image_caption {
	font-size: 85%;
	color: #808080;
}

.upper {
	margin-right: 10
}

/* Button */
.btn-flat-black {
  /*position: relative;*/
  /*display: inline-block;*/
  /*font-weight: bold;*/
  /*padding: 0.5em 1.2em 0.5em 1em;*/
  /*text-decoration: none;*/
  color: #fff;
  background: #1a1a1a;
  transition: .4s;
  /*font-family: 'Noto Sans JP','Helvetica neue',Helvetica,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-weight: 700;
  font-size: 85%;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  line-height: 3em;
}

.btn-flat-black:hover {
  background: #808080;
  text-decoration: none;
  color: #fff;
}

#Example {
	min-height: 900px;
}

#Spec2 table {
    border-bottom: 1px solid #ddd;
}




.pr_box {
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid #ddd;
}
.pr_box_top {
	padding-top: 3em;
	margin-top: 3em;
	border-top: 1px solid #ddd;
}
.pr_box_head {
	margin-bottom: 3em;
}



@media screen and (max-width: 720px) {
.body-push-toleft #menu_bg {
	display: block;
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	}
}


/* イメージギャラリー */
.gl_box {
	margin-bottom: 2em;	
}


@media screen and (min-width: 768px) {
	.dl-horizontal dd {
		margin-left: 80px;
	}
	.dl-horizontal dt {
		text-align: left;
		width: 80px;
	}
}

/*プロフィール*/
.btn_box a {
	width: auto;
	display: inline-block;
	margin: 0 1em 1em 0; 
}

@media screen and (max-width: 576px) {
	.btn_box a {
		width: 100%;
	}
}

#prf_history .timeline dd {
	margin-bottom: 1em;
}


#prf h2,
#prf_history h2,
#pr_clock h2,
#pr_others h2,
#pr_watch h2,
#gallerytalk h2,
.pagehead {
	padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
}

#prf_books h3 {
	padding: 2em 0;
    margin: 4em 0 2em;
    border-bottom: 1px solid #ddd;
}
#prf_books h4 {
	font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
	#prf_books h4 {font-size: 1.6rem;}
}



.pr_box h4 {
	margin-bottom: 0;
}

.icn_gd,
.icn_el {
    position: relative;
    line-height: 2rem;
    display: inline-block;
    padding-left: 2.5rem;
    font-weight: 700;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0;
}
.icn_gd:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/product/icn_gd.gif) no-repeat;
    background-size: contain;
}
.icn_el:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/product/icn_el.gif) no-repeat;
    background-size: contain;
}

span.tooltiptxt {
	border-bottom: 1px dotted;
	cursor: pointer;
	margin: 0 0.2rem;
	display: inline-block;
	color: #b38000;
}