/**
* 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: #f2c2c9;
    text-shadow: none;
}

::selection {
    background: #ccc;
    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: ���C���I, Meiryo, 'Noto Sans JP', 'Helvetica neue', Helvetica, '���S�V�b�N', YuGothic, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '�l�r �o�S�V�b�N', 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: 16px;
}
}
@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: 300;
}
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: 100%;
margin:0 auto;
position:relative;
padding-bottom: 57%;
}
}
@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; /* �R���e�i�̍����A���j�b�g�Ƃ͖��֌W */
}
@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;
}
}





@media screen and (max-width: 768px) {
.inner { margin-left: 0px; padding: 5%;}
}

@media screen and (min-width: 768px) {
.inner { margin-left: 240px; 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);
		}


/*���X�N���[��*/
.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: 11.5%;
    margin-right: 1%;
    height: 220px;
}
.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;
}
}



/* Campaign */
@media screen and (max-width: 1000px) {
	#Campaign img {
		width: 100%;
	}
}
@media screen and (min-width: 1000px) {
	#Campaign p {
		width: 30%;
		float: left;
		margin-right: 2%;
	}
	#Campaign img {
		margin-top: 40px;
		width: 100%;
	}
}

/* About */

	#About {
		padding: 6em 0 4em 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		#About h1 {
			margin-top: -0.125em;
			font-size: 180%;
		}
		#About p {
			margin-top: 2em;
			font-size: 90%;
			line-height: 2em;
		}
		#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%;
		}

		#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%;
		}

		#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%;
			}

		#About .designer {
			background: #eaeaea;
			padding: 5%;
			margin-top: 50px;
		}
		#About .designer .L {
			float: left;
			width: 40%;
			padding-right: 4%;
			margin: 0;
		}
		#About .designer .L img {
			width: 100%;
			margin-bottom: 2px;
		}
		#About .designer .R {
			float: left;
			width: 60%;
			margin: 0;
		}
		#About .designer .name {
			margin: 0;
			padding: 0;
			font-weight: 700;
			font-size: 16px;
		}
		#About .designer .birth {
			margin: 0;
			padding: 0;
			font-size: 11px;
		}
		#About .designer .text {
			margin-top: 10px;
			padding: 0;
			font-size: 80%;
			line-height: 1.8em;
		}

		@media screen and (max-width: 1136px) {

			#About {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				#About h1 br {
					display: none;
				}

				#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%;
				}

				#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%;
				}

		}


/* Usage image */
	#U_image img { width: 100%;}
	#U_image article { float: left; }
	#U_image div {}
@media screen and (min-width: 1000px) {
	#U_image article { width: 31%; margin: 0 3.5% 3.5% 0;}
	#U_image article:nth-child(3n) { margin: 0 0 3.5% 0;}
	#U_image article:nth-child(3n+1) { clear: both;}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#U_image article { width: 48%; margin: 0 4% 3% 0;}
	#U_image article:nth-child(2n) { margin: 0 0 3% 0;}
	#U_image article:nth-child(2n+1) { clear: both;}
}

@media screen and (max-width: 481px) {
	#U_image article { width: 48%; margin: 0 4% 3% 0;}
	#U_image article:nth-child(2n) { margin: 0 0 3% 0;}
	#U_image article:nth-child(2n+1) { clear: both;}
}



/* Lineup */
	#Lineup { 
		padding: 3em 0 4em 0 ;
}
	#Lineup img { width: 100%;}
	#Lineup h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Lineup article { float: left; }
	#Lineup h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Lineup p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Lineup div {
		margin-top: 2em;
		}
@media screen and (min-width: 1536px) {
	#Lineup article { width: 35%; margin: 0 6% 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;}
}


/* Option */
	#Option { padding-top: 5em; }
	#Option img { width: 100%;}
	#Option h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Option article { float: left; }
	#Option h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Option p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Option div {
		margin-top: 2em;
		}
@media screen and (min-width: 1536px) {
	#Option article { width: 30%; margin: 0 4% 3% 0;}
	#Option article:nth-child(3n) { margin: 0 0 3% 0;}
	#Option article:nth-child(3n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Option article { width: 30%; margin: 0 4% 3% 0;}
	#Option article:nth-child(3n) { margin: 0 0 3% 0;}
	#Option article:nth-child(3n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#Option article { width: 100%; margin: 0 0 5% 0;}
}






/* 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;
		}
	#Detail div {
		margin-top: 2em;
		}
@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;}
}


/* Size */
	#Size { padding-top: 10%;}
	#Size img { width: 100%;}
	#Size h2 {
		margin-top: -0.125em;
		font-size: 200%;
		}
	#Size article { float: left; }
	#Size h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Size p {
		margin-top: 2em;
		font-size: 90%;
		line-height: 1.6em;
		}
	#Size p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}
	#Size article .btm_line { border-bottom: 1px dotted #ccc; padding-bottom: 15px;margin-bottom: 15px; }
@media screen and (min-width: 1000px) {
	#Size article { width: 48%; margin: 0 4% 5% 0;}
	#Size article:nth-child(2n) { margin: 0 0 5% 0;}
	#Size article:nth-child(2n+1) { clear: both;}
	#Size article img { float: left;width: 100%; margin: 0 4% 5% 0;}
	#Size article div { float: left;width: 100%; margin: 0 0% 5% 0;}
}

@media screen and (max-width: 1000px) {
	#Size article { width: 47%; margin: 0 6% 3% 0;}
	#Size article:nth-child(2n) { margin: 0 0 3% 0;}
	#Size article:nth-child(2n+1) { clear: both;}
	#Size article img { float: left;width: 100%; margin: 0;}
	#Size article div { float: left;width: 100%; margin: 0;}
}



/* Distributor */
	#Distributor { padding-top: 10%;}
	#Distributor img { width: 100%;}
	#Distributor h2 {
		margin-bottom: 2em;
		font-size: 160%;
		}
	#Distributor article { float: left; }
	#Distributor h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		margin-bottom: 20px;
		}
	#Distributor p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#Distributor .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 20px;
		font-size: 80%;
		}
	#Distributor div {
		margin-top: 2em;
		}
	#Distributor .or_strong {font-weight: 700; color: #d36d00;}
@media screen and (min-width: 1000px) {
	#Distributor article { width: 31%; margin: 0 3.5% 5% 0;}
	#Distributor article:nth-child(3n) { margin: 0 0 5% 0;}
	#Distributor article:nth-child(3n+1) { clear: both;}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#Distributor article { width: 48%; margin: 0 4% 3% 0;}
	#Distributor article:nth-child(2n) { margin: 0 0 3% 0;}
	#Distributor article:nth-child(2n+1) { clear: both;}
	#Distributor .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 10px;
		font-size: 80%;
		}
}

@media screen and (max-width: 481px) {
	#Distributor article { width: 100%; margin: 0 0 5% 0;}
	#Distributor .caution {
		border-top: 1px dotted #ccc;
		margin-top: 20px;
		padding-top: 10px;
		font-size: 80%;
		}
}



/* 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 (min-width: 1000px) {
		#O_Store table th {
				width: 300px;
			}
		}
		@media screen and (max-width: 1000px) {
		#O_Store table th {
				width: 150px;
			}
		}

		@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;
			}

		}


/* Process */
	#Process { padding-top: 10%;}
	#Process img { width: 100%;}
	#Process h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Process article { float: left; }
	#Process p {
		font-size: 90%;
		}
	#Process p.text {
		font-size: 90%;
		margin-bottom: 2em;
		}

#Process .image { position: relative; z-index: 1;}
#Process .number { 
  display: inline-block;
  text-decoration: none;
  background: #1a1a1a;
  color: #FFF;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: -20px;
  position: relative; top: -45px; left: 8px; z-index: 2;
 }


@media screen and (min-width: 1000px) {
	#Process article { width: 31%; margin: 0 3.5% 5% 0;}
	#Process article:nth-child(3n) { margin: 0 0 5% 0;}
	#Process article:nth-child(3n+1) { clear: both;}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#Process article { width: 48%; margin: 0 4% 3% 0;}
	#Process article:nth-child(2n) { margin: 0 0 3% 0;}
	#Process article:nth-child(2n+1) { clear: both;}
}

@media screen and (max-width: 481px) {
	#Process article { width: 100%; margin: 0 0 5% 0;}
}



/* Case */
	#Case article img { width: 100%;}
	#Case h2 {
		margin-bottom: 2em;
		font-size: 160%;
		}
	#Case article { float: left; }
	#Case p {
		font-size: 100%;
		font-weight: 700;
		margin-top: 10px;
		}
	#Case h3 {
		margin-top: 2em;
		font-size: 160%;
		}
	#Case h4.caption {
		font-size: 100%;
		margin-top: 2em;
		margin-bottom: 1em;
		line-height: 1.6em;
		}
	#Case p.text {
		font-size: 90%;
		margin-bottom: 2em;
		font-weight: 400;
		line-height: 1.6em;
		}



@media screen and (min-width: 1000px) {
	#Case img { width: 600px;}
	#Case article { width: 31%; margin: 0 3.5% 5% 0;}
	#Case article:nth-child(3n) { margin: 0 0 5% 0;}
	#Case article:nth-child(3n+1) { clear: both;}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	#Case img { width: 100%;}
	#Case article { width: 48%; margin: 0 4% 3% 0;}
	#Case article:nth-child(2n) { margin: 0 0 3% 0;}
	#Case article:nth-child(2n+1) { clear: both;}
}

@media screen and (max-width: 481px) {
	#Case img { width: 100%;}
	#Case article { width: 100%; margin: 0 0 5% 0;}
}


/* Category */
	#Category { padding-top: 0em; }
	#C_Category { padding-top: 5em; }
	#Category img, #C_Category img, #Archive img, #CurrentColor img { width: 100%;}
	#Category h2, #C_Category h2, #Archive h2, #CurrentColor h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Category article, #C_Category article, #Archive article, #CurrentColor article { float: left; }
	#Category h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#C_Category h3, #Archive h3, #CurrentColor h3 {
		margin-top: 1em;
		font-size: 80%;
		text-align: center;
		}
	#Category p {
		font-size: 80%;
		line-height: 1.6em;
		}
	#C_Category p, #Archive p, #CurrentColor p {
		font-size: 90%;
		line-height: 1.6em;
		}
	#C_Category p.text, #Archive p.text, #CurrentColor p.text {
		font-size: 90%;
		text-align: center;
		}
	#Category div, #C_Category div, #Archive div, #CurrentColor div {
		margin-top: 2em;
		}
	#C_Category p.new { 
  position:relative;
  top:0px;
  left:40%;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
 }
	#C_Category p.limited { 
  position:relative;
  top:0px;
  left:40%;
  text-decoration: none;
  text-align: center;
  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: 1536px) {
	#Category article { width: 30%; margin: 0 4% 3% 0;}
	#Category article:nth-child(2n) { margin: 0 0 3% 0;}
	#Category article:nth-child(2n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Category article { width: 48%; margin: 0 4% 3% 0;}
	#Category article:nth-child(2n) { margin: 0 0 3% 0;}
	#Category article:nth-child(2n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#Category article { width: 100%; margin: 0 0 5% 0;}
}

@media screen and (min-width: 1536px) {
	#C_Category article, #Archive article, #CurrentColor article { width: 14%; margin: 0 5% 3% 0;}
	#C_Category article:nth-child(5n), #Archive article:nth-child(5n), #CurrentColor article:nth-child(5n) { margin: 0 0 3% 0;}
	#C_Category article:nth-child(5n+1), #Archive article:nth-child(5n+1), #CurrentColor article:nth-child(5n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#C_Category article, #Archive article, #CurrentColor article { width: 22%; margin: 0 4% 3% 0;}
	#C_Category article:nth-child(4n), #Archive article:nth-child(4n), #CurrentColor article:nth-child(4n) { margin: 0 0 3% 0;}
	#C_Category article:nth-child(4n+1), #Archive article:nth-child(4n+1), #CurrentColor article:nth-child(4n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#C_Category article, #Archive article, #CurrentColor article { width: 48%; margin: 0 4% 5% 0;}
	#C_Category article:nth-child(2n), #Archive article:nth-child(2n), #CurrentColor article:nth-child(2n) { margin: 0 0 3% 0;}
	#C_Category article:nth-child(2n+1), #Archive article:nth-child(2n+1), #CurrentColor article:nth-child(2n+1) { clear: both;}
}

/* Option */
	#Option { padding-top: 5em; }
	#Option img { width: 100%;}
	#Option h2 {
		margin-bottom: 1em;
		font-size: 160%;
		}
	#Option article { float: left; }
	#Option h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#Option p {
		font-size: 80%;
		line-height: 1.6em;
		}
	#Option div {
		margin-top: 2em;
		}
@media screen and (min-width: 1536px) {
	#Option article { width: 30%; margin: 0 4% 3% 0;}
	#Option article:nth-child(3n) { margin: 0 0 3% 0;}
	#Option article:nth-child(3n+1) { clear: both;}
}
@media screen and (min-width: 481px) and (max-width: 1536px) {
	#Option article { width: 30%; margin: 0 4% 3% 0;}
	#Option article:nth-child(3n) { margin: 0 0 3% 0;}
	#Option article:nth-child(3n+1) { clear: both;}
}
@media screen and (max-width: 481px) {
	#Option article { width: 100%; margin: 0 0 5% 0;}
}



/* FAQ */
	#FAQ img { width: 100%;}
	#FAQ h2 {
		margin-bottom: 2em;
		font-size: 160%;
		}
	#FAQ article { float: left; }
	#FAQ h3 {
		margin-top: 1em;
		font-size: 120%;
		font-weight: 700;
		}
	#FAQ p {
		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;padding-top: 20px;}
	#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;padding-top: 20px;}
	#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;}
	#FAQ .icon { margin-top: 0.5em;font-size: 100px; padding: 0; line-height: 1em; text-align: center;}
}



/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: ;
		border: 0;
		box-shadow:;
		background-color: #333333;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-family: 'Noto Sans JP', 'Helvetica neue', Helvetica, '���S�V�b�N', YuGothic, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		height: 3.5em;
		letter-spacing: 0.075em;
		line-height: 3.5em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #878787;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(245, 106, 106, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1em;
			height: 3.65em;
			line-height: 3.65em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #f56a6a;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #f67878;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #f45c5c;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

/* 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;
		margin-top: 30px;
	}

		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%;
			}
/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */
@media screen and (min-width: 768px) {
header {
	display: none;
}
}
header {
	margin-top: -20px;
	background: #eaeaea;
	padding: 20px 0px 10px 0px;
}
header h1 { 
		text-align: center;
		color: #333333;
		font-size: 10px;
}
header h1 img { 
		width: 30%;
		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: #eaeaea;
  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; /* ���ɖ߂� */
  padding-bottom: 50px;
}

.menu h1 {
	border-bottom: 1px solid #333333;
}
.menu h1.logo a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	color: #333333;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #181818;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu .logo img {
	max-width: 100px;
}
.menu a {
	margin-left: 20px;
	color: #333333;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	transition: 0.7s ;
}

.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-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;}

#submenu01 p, #submenu02 p, #submenu03 p { margin: 0 0 0 30px; font-size: 8px;}
#submenu01 p a, #submenu02 p a, #submenu03 p a { margin: 0 0 0 30px; font-size: 11px;line-height: 30px;color: #313131;}

.menu_info { padding-right: 20px;}
.menu_info p.deli { margin-top: 20px;margin-left: 20px; padding: 10px ; color: #333333; 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: #333333; font-size: 13px; letter-spacing: 2px;}
.menu_info p.text { padding-left: 20px; color: #333333; 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: #fff;
  font-family: Avenir, 'Helvetica neue', Helvetica, '���S�V�b�N', YuGothic, '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', ���C���I, Meiryo, '�l�r �o�S�V�b�N', sans-serif;
}

@media screen and (min-width: 768px) {
#copyrights {
  padding: 100px 0 20px;
}
#copyrights p {
  margin-left:250px;
  color: #808080;
  letter-spacing: 1px;
  font-size: 14px;
}
}

@media screen and (max-width: 767px) {
#copyrights {
  padding: 60px 0 20px;
}
#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 {
  padding: 60px 0 20px;
}
#copyrights p {
  color: #808080;
  letter-spacing: 1px;
  font-size: 11px;
}
}

