@charset "utf-8";
main {
	width: 100%;
	margin: 0 auto;
	max-width: 1160px;
	min-width: 980px;
	min-height: 700px;
	min-height: 100vh;
	position: relative;
}
#homepage main {
	min-height: 700px;
	height: 100vh;
}

@media only screen and (max-width: 768px) {
  main {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100vh;
	min-height: 600px;
  }
}
/* -----------------------------------------------------------
    
----------------------------------------------------------- */
@-webkit-keyframes framein {
  0% {
	opacity: 0;
	margin-top: 40px;
  }

  100% {
	opacity: 1;
	margin-top: 0;
  }
}

@keyframes framein {
  0% {
	opacity: 0;
	margin-top: 40px;
  }

  100% {
	opacity: 1;
	margin-top: 0;
  }
}

.banner_salon {
	width: 330px;
	display: block;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -165px;
	-webkit-animation: framein 0.8s ease-out 3.6s 1 forwards;
	animation: framein 0.8s ease-out 3.6s 1 forwards;
	opacity: 0;
}
.banner_salon img {
	display: block;
	width: 100%;
	-webkit-transition: opacity 200ms ease-in-out 0ms;
	-moz-transition: opacity 200ms ease-in-out 0ms;
	-ms-transition: opacity 200ms ease-in-out 0ms;
	-o-transition: opacity 200ms ease-in-out 0ms;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
.banner_salon img:hover {
	opacity: 0.7;
}

div.introducton {
	position: absolute;
	top: 50%;
	margin-top: -220px;
	left: 0;
	width: 100%;
}

div.introducton div.main_copy {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 30px;
	width: 40px;
}
div.introducton div.main_copy img {
	max-width: 100%;
}

div.introducton div.circle {
	opacity: 0;
	-webkit-animation: framein 0.8s ease-out 3.6s 1 forwards;
	animation: framein 0.8s ease-out 3.6s 1 forwards;
	border-radius: 200px;
	position: absolute;
	width: 400px;
	height: 400px;
	padding: 0;
}

div.introducton div.circle div.circle-bg {
	position: absolute;
	width: 400px;
	height: 400px;
	background-color: #fff;
	border-radius: 200px;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.6;
}

div.introducton div.circle div.circle-bg.hover {
	background-color: #fff;
}

div.introducton div.circle a {
	padding-top: 90px;
	display: block;
	text-decoration: none;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

div.introducton div.circle div.circle-inner {
	padding-top: 90px;
	display: block;
	text-decoration: none;
	position: relative;
	width: 400px;
	height: 400px;
}

div.introducton div.circle p.header_text {
	font-size: 1.9rem;
	color: #5899b1;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}

div.introducton div.circle h2 {
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}

div.introducton div.circle p.bottom_text {
	letter-spacing: 1px;
	color: #15406a;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #15406a;
	padding-top: 20px;
	width: 210px;
	margin: 40px auto 0;
	position: relative;
	z-index: 10;
}

div.introducton div.left_column {
	left: 50%;
	top: 50px;
	margin-left: -500px;
}
div.introducton div.left_column .for_age {
	left: 0;
}

div.introducton div.right_column {
	left: 50%;
	top: 50px;
	margin-left: 100px;
}
div.introducton div.right_column .for_age {
	right: 0;
}

div.introducton div.right_column p.header_text {
	color: #bd302a;
}

div.introducton div.for_age {
	position: absolute;
	bottom: 15px;
	z-index: 20;
}

@-webkit-keyframes fadeIn {
  0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

div.word {
	opacity: 0;
}

div.word1 {
	-webkit-animation: fadeIn 0.44s ease-out 1s 1 forwards;
	animation: fadeIn 0.44s ease-out 1s 1 forwards;
}

div.word2 {
	-webkit-animation: fadeIn 0.44s ease-out 1.2s 1 forwards;
	animation: fadeIn 0.44s ease-out 1.2s 1 forwards;
}

div.word3 {
	-webkit-animation: fadeIn 0.44s ease-out 1.4s 1 forwards;
	animation: fadeIn 0.44s ease-out 1.4s 1 forwards;
}

div.word4 {
	-webkit-animation: fadeIn 0.44s ease-out 1.6s 1 forwards;
	animation: fadeIn 0.44s ease-out 1.6s 1 forwards;
}

div.word5 {
	-webkit-animation: fadeIn 0.44s ease-out 1.8s 1 forwards;
	animation: fadeIn 0.44s ease-out 1.8s 1 forwards;
}

div.word6 {
	-webkit-animation: fadeIn 0.44s ease-out 2s 1 forwards;
	animation: fadeIn 0.44s ease-out 2s 1 forwards;
}

div.word7 {
	-webkit-animation: fadeIn 0.44s ease-out 2.2s 1 forwards;
	animation: fadeIn 0.44s ease-out 2.2s 1 forwards;
}

div.word8 {
	-webkit-animation: fadeIn 0.44s ease-out 2.4s 1 forwards;
	animation: fadeIn 0.44s ease-out 2.4s 1 forwards;
}

div.word9 {
	-webkit-animation: fadeIn 0.44s ease-out 2.6s 1 forwards;
	animation: fadeIn 0.44s ease-out 2.6s 1 forwards;
}

div.word10 {
	-webkit-animation: fadeIn 0.44s ease-out 2.8s 1 forwards;
	animation: fadeIn 0.44s ease-out 2.8s 1 forwards;
}

div.word11 {
	-webkit-animation: fadeIn 0.44s ease-out 3s 1 forwards;
	animation: fadeIn 0.44s ease-out 3s 1 forwards;
}

@-webkit-keyframes fadeInSP {
  0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

@keyframes fadeInSP {
  0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }

  100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
  }
}

@-webkit-keyframes fadeInSP2 {
  0% {
	margin-top: -40px;
  }

  100% {
	margin-top: -205px;
  }
}

@keyframes fadeInSP2 {
  0% {
	margin-top: -40px;
  }

  100% {
	margin-top: -205px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_salon {
	width: 96%;
	position: static;
	margin: 20px auto 0;
	display: none;
  }
  .introducton_sp.is-sp .banner_salon {
	display: block;
	-webkit-animation: frameInSP 1.4s ease-out 2.8s 1 forwards;
	animation: frameInSP 1.4s ease-out 2.8s 1 forwards;
  }
  .banner_salon img:hover {
	opacity: 1.0;
  }
}
div.introducton_sp {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	width: 100%;
	-webkit-animation: fadeInSP2 1.2s ease-out 2.4s 1 forwards;
	animation: fadeInSP2 1.2s ease-out 2.4s 1 forwards;
}

div.introducton_sp div.top_words_container {
	width: 100%;
	text-align: center;
}

div.introducton_sp a {
	display: block;
	text-decoration: none;
}

div.introducton_sp div.top_words {
	-webkit-animation: fadeInSP 1.2s ease-out 0s 1 forwards;
	animation: fadeInSP 1.2s ease-out 0s 1 forwards;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

div.introducton_sp div.top_words img {
	width: 256px;
	height: auto;
}

div.introducton_sp div.circle {
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	width: calc(100% - 0);
	padding: 30px 0 30px 20px;
	margin-left: 0;
}

div.introducton_sp div.circle p.header_text {
	font-size: 1.5rem;
	color: #5899b1;
	text-align: left;
	font-weight: bold;
}

div.introducton_sp div.circle h2 {
	margin-top: 15px;
}

div.introducton_sp div.circle p.bottom_text {
	letter-spacing: 1px;
	color: #15406a;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	margin: 20px auto 0;
}

div.introducton_sp div.left_column {
	-webkit-animation: frameInSP 1.4s ease-out 2.8s 1 forwards;
	animation: frameInSP 1.4s ease-out 2.8s 1 forwards;
	margin-top: 20px;
	opacity: 0;
}

div.introducton_sp div.left_column h2 img {
	width: 180px;
}

div.introducton_sp div.right_column {
	margin-top: 15px;
	-webkit-animation: frameInSP2 1.4s ease-out 2.8s 1 forwards;
	animation: frameInSP2 1.4s ease-out 2.8s 1 forwards;
	opacity: 0;
}

div.introducton_sp div.right_column h2 img {
	width: 190px;
}

div.introducton_sp div.right_column p.header_text {
	color: #bd302a;
}

div.introducton_sp div.for_age {
	position: absolute;
	top: 40px;
	right: 10px;
}

div.introducton_sp div.for_age img {
	width: 80px;
	height: auto;
}

@-webkit-keyframes frameInSP {
  100% {
	opacity: 1;
  }
}

@keyframes frameInSP {
  100% {
	opacity: 1;
  }
}

@-webkit-keyframes frameInSP2 {
  100% {
	opacity: 1;
  }
}

@keyframes frameInSP2 {
  100% {
	opacity: 1;
  }
}

/* -----------------------------------------------------------
    
----------------------------------------------------------- */
article.lower {
	max-width: 1160px;
	min-width: 980px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  article.lower {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	padding: 100px 10px 40px;
  }
}
@media only screen and (max-width: 768px) {
  article.lower.lower-shiragabokashi h1.page_title img {
	width: 150px;
	height: auto;
  }
}
article.lower.lower-shiragashadow header p.headline {
	color: #bd302a !important;
}

@media only screen and (max-width: 768px) {
  article.lower.lower-shiragashadow h1.page_title img {
	width: 170px;
	height: auto;
  }
}
article.lower.lower-shiragashadow h2.subhead {
	background-color: #bc302a;
}

article.lower.lower-shiragashadow div.lead {
	background-color: rgba(188, 48, 42, 0.75);
}

article.lower.lower-shiragashadow div.for_age {
	right: 200px !important;
}

@media only screen and (max-width: 768px) {
  article.lower.lower-shiragashadow div.for_age {
	top: 27px;
	right: 14px !important;
  }
}
article.lower.lower-shiragashadow div.wrapper {
	padding-bottom: 10px;
}

article.lower div.wrapper {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	padding: 50px 0 80px;
	width: 100%;
	margin: 0 auto;
	min-width: 970px;
}

@media only screen and (max-width: 768px) {
  article.lower div.wrapper {
	max-width: 100%;
	padding: 30px 0 40px;
	width: 100%;
	min-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  article.lower.lower-color p.headline,
  article.lower.lower-ribiyou p.headline {
	text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  article.lower.lower-color h1.page_title,
  article.lower.lower-ribiyou h1.page_title {
	text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  article.lower.lower-color h1.page_title img,
  article.lower.lower-ribiyou h1.page_title img {
	width: 150px;
	height: auto;
  }
}
@media only screen and (max-width: 768px) {
  article.lower.lower-color p.page_description,
  article.lower.lower-ribiyou p.page_description {
	text-align: center !important;
  }
}
article.lower.lower-ribiyou div.wrapper {
	background-color: #fff;
	border: 4px solid #15406a;
}

article.lower.lower-ribiyou header.lower-header h1 {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ";
	font-weight: 4.3rem;
	letter-spacing: 2.5px;
}

@media only screen and (max-width: 768px) {
  article.lower.lower-ribiyou header.lower-header h1 {
	border-bottom: none;
  }

  article.lower.lower-ribiyou header.lower-header h1 img {
	width: 280px;
	height: auto;
  }
}
article.lower.lower-ribiyou header.lower-header h1 span {
	border-bottom: none;
}

article.lower header.lower-header {
	width: 100%;
	max-width: 970px;
	min-width: 970px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
  }
}
article.lower header.lower-header p.headline {
	text-align: center;
	color: #5899b1;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header p.headline {
	font-size: 1.6rem;
	text-align: left;
	margin-left: 20px;
  }
}
article.lower header.lower-header h1 {
	font-size: 5.2rem;
	font-weight: bold;
	color: #15406a;
	text-align: center;
	margin: 15px auto 0;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header h1 {
	font-size: 2.8rem;
	text-align: left;
	margin-left: 20px;
	border-bottom: 1px solid #15406a;
	padding-bottom: 12px;
	margin-right: 20px;
  }
}
article.lower header.lower-header h1 span {
	border-bottom: 1px solid #15406a;
	padding-bottom: 10px;
	display: inline-block;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header h1 span {
	border: none;
	padding: 0;
  }
}
article.lower header.lower-header p.page_description {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	margin-top: 12px;
	color: #15406a;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header p.page_description {
	font-size: 1.3rem;
	margin: 10px 10px 0 20px;
	text-align: left;
  }
}
article.lower header.lower-header div.for_age {
	position: absolute;
	right: 230px;
	top: 40px;
}

@media only screen and (max-width: 768px) {
  article.lower header.lower-header div.for_age {
	top: 27px;
	right: 16px;
  }

  article.lower header.lower-header div.for_age img {
	width: 70px;
	height: auto;
  }
}
article.lower div.lead {
	background-color: rgba(88, 153, 177, 0.8);
	width: 900px;
	border-radius: 10px;
	margin: 40px auto 0;
	padding: 30px 12px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  article.lower div.lead {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 25px 20px;
	width: calc(100% - 20px);
	margin: 20px 10px;
  }
}
article.lower div.picture {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

article.lower div.picture img.is-pc {
	display: inline !important;
}

article.lower div.picture div.caption {
	width: 891px;
	margin: 5px auto 0;
	text-align: left;
	padding-left: 635px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  article.lower div.picture div.caption {
	width: 100%;
	padding-left: 52%;
	font-size: 1.0rem;
  }
}
@media only screen and (max-width: 768px) {
  article.lower div.picture {
	margin: 30px 10px 0;
	width: calc(100% - 20px);
  }

  article.lower div.picture img.is-pc {
	display: none !important;
  }

  article.lower div.picture img {
	width: 100%;
	height: auto;
  }
}
article.lower div.trademark_registration {
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	margin-top: 60px;
	padding-right: 10px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  article.lower div.trademark_registration {
	width: auto;
	font-size: 1.0rem;
	letter-spacing: 0;
	text-align: left;
	line-height: 1.6;
	margin: 40px auto 0;
	padding: 0 20px;
  }
}
article.lower div#store_map a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #15406a;
	text-align: center;
}

article.lower div.store_map {
	width: 590px;
	margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  article.lower div.store_map {
	width: 100%;
  }

  article.lower div.store_map a {
	display: block;
	width: 240px;
	margin: 20px auto;
	text-align: center;
	background-color: #5899b1;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: underline;
	padding: 20px 0;
  }
}
article.lower h2.subhead {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 0;
	background-color: #5899b1;
	width: 236px;
	height: 24px;
	line-height: 24px;
}

@media only screen and (max-width: 768px) {
  article.lower h2.subhead {
	font-size: 1.4rem;
	line-height: 1.8;
  }
}
article.lower p.decription {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	color: #15406a;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  article.lower p.decription {
	font-size: 1.2rem;
	line-height: 1.8;
	padding: 0 20px;
  }
}
div.sample {
	width: 960px;
	margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  div.sample {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
  }
}
div.sample div.sample_inner {
	width: 559px;
	background-color: #fff;
	border-radius: 8px;
	padding: 13px 0;
	margin-right: 0;
	margin-left: auto;
}

@media only screen and (max-width: 768px) {
  div.sample div.sample_inner {
	width: calc(100% - 20px);
	margin: 0 10px;
  }
}
div.sample h3.subhead {
	font-size: 1.8rem;
	color: #15406a;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  div.sample h3.subhead {
	font-size: 1.6rem;
  }
}
div.sample table {
	width: 485px;
}

@media only screen and (max-width: 768px) {
  div.sample table {
	width: 100%;
	width: calc(100% - 20px);
	margin: 0 10px;
  }
}
div.sample table td {
	padding: 5px 0;
	font-size: 1.4rem;
	text-align: center;
	color: #15406a;
	padding: 3px 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 123px;
}

div.sample table td img {
	width: 123px;
	height: auto;
}

@media only screen and (max-width: 768px) {
  div.sample table td {
	width: 15%;
	font-size: 1.2rem;
	padding: 3px 10px;
  }

  div.sample table td img {
	width: 100%;
	height: auto;
  }
}
div.sample table td.exposure_time {
	width: 71px;
}

@media only screen and (max-width: 768px) {
  div.sample table td.exposure_time {
	width: 1px !important;
	display: none;
  }
}
div.sample table td.empty {
	width: 71px;
}

@media only screen and (max-width: 768px) {
  div.sample table td.empty {
	width: 1px !important;
	display: none;
  }
}
article.coloring_agent h2.coloring_agent-subhead {
	font-size: 2.2rem;
	color: #15406a;
	background: none;
	width: auto;
	text-align: center;
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  article.coloring_agent h2.coloring_agent-subhead {
	font-size: 1.8rem;
	margin-top: 40px;
  }
}
article.coloring_agent p.coloring_agent-body {
	margin-top: 25px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	color: #15406a;
	background: none;
	width: auto;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  article.coloring_agent p.coloring_agent-body {
	display: block;
	width: calc(100% - 40px);
	margin: 20px 20px 0;
	font-size: 1.3rem;
  }
}
article.coloring_agent div.points {
	width: 758px;
	margin: 25px auto 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  article.coloring_agent div.points {
	display: block;
	width: calc(100% - 20px);
	margin: 20px 10px 0;
  }
}
article.coloring_agent div.point {
	width: 236px;
}

@media only screen and (max-width: 768px) {
  article.coloring_agent div.point {
	width: calc(100% - 40px);
	margin: 20px 20px 0;
	width: 236px;
	margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  article.coloring_agent div.point h3.point-subhead {
	font-size: 1.6rem;
	padding: 0;
  }
}
article.coloring_agent div.point p.point-body {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #15406a;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  article.coloring_agent div.point p.point-body {
	font-size: 1.4rem;
	padding: 0 0 0 14px;
  }
}
article.colorlist {
	width: 960px;
	margin: 0 auto;
	border-radius: 10px;
	padding: 40px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

article.colorlist.colorlist-natural_gray {
	background-color: #dfe0e0;
}

article.colorlist.colorlist-blue_gray {
	background-color: #dfeaed;
}

article.colorlist.colorlist-soft_gray {
	background-color: #dedae0;
}

@media only screen and (max-width: 768px) {
  article.colorlist {
	width: calc(100% - 20px);
	margin: 20px 10px;
	display: block;
	padding: 20px 0 10px;
  }
}
article.colorlist header {
	width: auto;
	margin-left: 70px;
	margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  article.colorlist header {
	margin-top: 20px;
	margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  article.colorlist header h2 {
	font-size: 2.4rem;
	text-align: center;
  }

  article.colorlist header h2 img {
	height: 24px;
	width: auto;
  }
}
article.colorlist header h3 {
	font-size: 1.7rem;
	color: #15406a;
	line-height: 1.7;
	margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  article.colorlist header h3 {
	font-size: 1.4rem;
	text-align: center;
  }
}
article.colorlist header p {
	font-size: 1.7rem;
	color: #15406a;
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  article.colorlist header p {
	font-size: 1.2rem;
	text-align: center;
  }
}
article.colorlist table.colorlist-table {
	width: 485px;
	margin-right: 74px;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table {
	width: calc(100% - 20px);
	margin: 20px 10px;
  }
}
article.colorlist table.colorlist-table h3.subhead {
	font-size: 1.8rem;
	color: #15406a;
	padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table h3.subhead {
	font-size: 1.4rem;
  }
}
article.colorlist table.colorlist-table thead td {
	font-size: 1.4rem;
	color: #15406a;
	text-align: center;
	padding: 3px 0;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table thead td {
	font-size: 1.2rem;
	padding: 1px 0;
  }
}
article.colorlist table.colorlist-table thead td.exposure_time {
	width: 60px;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 1.0rem;
	text-align: left;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table thead td.exposure_time {
	width: 50px;
	padding-right: 10px;
  }
}
article.colorlist table.colorlist-table thead td.exposure_time span {
	font-size: 1.0rem;
	font-weight: bold;
	padding: 10px 0;
	background-color: #15406a;
	color: #fff;
	width: 60px;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table thead td.exposure_time span {
	width: 50px;
  }
}
article.colorlist table.colorlist-table tbody td {
	padding: 3px 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 123px;
	padding: 3px 0;
}

article.colorlist table.colorlist-table tbody td img {
	width: 123px;
	height: auto;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table tbody td {
	width: auto;
	padding-right: 5px;
  }

  article.colorlist table.colorlist-table tbody td img {
	width: 100%;
	height: auto;
  }
}
article.colorlist table.colorlist-table tbody td.time {
	width: 60px;
	padding: 3px 10px 3px 0;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table tbody td.time {
	width: 50px;
  }
}
article.colorlist table.colorlist-table tbody td.time strong {
	font-size: 1.3rem;
}

article.colorlist table.colorlist-table tbody td.time span {
	font-size: 1.1rem;
	background-color: #15406a;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px;
	width: 60px;
	height: 25px;
	position: relative;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table tbody td.time span {
	width: 50px;
	font-size: 1.1rem;
	height: 20px;
	padding-top: 5px;
  }
}
article.colorlist table.colorlist-table tbody td.time span:after {
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #15406a;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  article.colorlist table.colorlist-table tbody td.time span:after {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	margin-top: 20px;
  }
}
div.manual {
	width: 960px;
	margin: 60px auto 0;
	color: #15406a;
}

@media only screen and (max-width: 768px) {
  div.manual {
	width: calc(100% - 20px);
	margin: 30px 10px 0 auto;
  }
}
div.manual article.step {
	border-top: 1px solid #15406a;
	padding: 15px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
  div.manual article.step {
	display: block;
	margin: 0 10px;
  }
}
div.manual div.step-num {
	font-size: 3.0rem;
	width: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-num {
	font-size: 2.0rem;
	display: inline-block;
	width: auto;
	padding-right: 5px;
  }
}
div.manual h2.step-title {
	font-size: 2.5rem;
	width: 270px;
	padding-top: 2px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 768px) {
  div.manual h2.step-title {
	font-size: 2.0rem;
	width: auto;
	display: inline-block;
  }
}
div.manual div.step-body {
	font-size: 1.6rem;
	padding-top: 5px;
	line-height: 1.4;
	width: 670px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body {
	font-size: 1.4rem;
	width: auto;
  }
}
div.manual div.step-body strong {
	display: block;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body strong {
	font-size: 1.4rem;
	width: auto;
	margin-top: 5px;
	padding: 0;
  }

  div.manual div.step-body strong img {
	height: 20px;
	width: auto;
  }
}
div.manual div.step-body > p {
	display: block;
	width: 100%;
	margin: 5px 0 15px;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body > p {
	font-size: 1.2rem;
	line-height: 1.6;
  }
}
div.manual div.step-body div.coating_sequence {
	margin-top: 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence {
	display: block;
  }
}
div.manual div.step-body div.coating_sequence div.coating_sequence-volume {
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-volume {
	position: static;
  }
}
div.manual div.step-body div.coating_sequence div.coating_sequence-title {
	width: 130px;
	padding-top: 160px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-title {
	width: auto;
	padding: 0;
	font-weight: bold;
	margin-top: 20px;
  }
}
div.manual div.step-body div.coating_sequence div.coating_sequence-image {
	width: 260px;
	padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-image {
	width: auto;
	padding: 0;
	margin-top: 20px;
  }
}
div.manual div.step-body div.coating_sequence div.coating_sequence-image div.image-src {
	height: 160px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-image div.image-src {
	width: 70%;
	height: auto;
	margin: 0 auto;
	text-align: center;
  }

  div.manual div.step-body div.coating_sequence div.coating_sequence-image div.image-src img {
	width: 100%;
	height: auto;
  }
}
@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-image p.image-body {
	text-align: center;
	margin-top: 10px;
  }
}
div.manual div.step-body div.coating_sequence div.coating_sequence-image:last-child {
	padding-right: 0;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.coating_sequence div.coating_sequence-image:last-child div.image-src {
	width: 85%;
	height: auto;
  }

  div.manual div.step-body div.coating_sequence div.coating_sequence-image:last-child div.image-src img {
	width: 100%;
	height: auto;
  }
}
div.manual div.step-body div.step-shiragabokashi {
	margin-top: 30px;
}

div.manual div.step-body div.step-shiragabokashi h3.subhead {
	border-top: 1px solid #5899b1;
	border-bottom: 1px solid #5899b1;
	padding: 8px 0 5px;
	color: #5899b1;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragabokashi h3.subhead {
	font-size: 1.8rem;
  }
}
div.manual div.step-body div.step-shiragabokashi div.summary {
	background-color: #69a3b9;
	border-radius: 8px;
	color: #fff;
	padding: 20px;
	margin-top: 15px;
}

div.manual div.step-body div.step-shiragabokashi div.summary h4 {
	font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragabokashi div.summary h4 {
	font-size: 1.6rem;
  }
}
div.manual div.step-body div.step-shiragabokashi div.summary p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragabokashi div.summary p {
	font-size: 1.2rem;
  }
}
div.manual div.step-body div.step-shiragashadow {
	margin-top: 30px;
}

div.manual div.step-body div.step-shiragashadow h3.subhead {
	border-top: 1px solid #bd302a;
	border-bottom: 1px solid #bd302a;
	padding: 8px 0 5px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragashadow h3.subhead {
	font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragashadow div.coating_sequence-image div.image-src {
	width: 85%;
  }

  div.manual div.step-body div.step-shiragashadow div.coating_sequence-image div.image-src img {
	width: 100%;
	height: auto;
  }
}
@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragashadow div.coating_sequence-image:last-child div.image-src {
	width: 70%;
	height: auto;
  }

  div.manual div.step-body div.step-shiragashadow div.coating_sequence-image:last-child div.image-src img {
	width: 100%;
	height: auto;
  }
}
div.manual div.step-body div.step-shiragashadow div.summary {
	background-color: #ca5955;
	border-radius: 8px;
	color: #fff;
	padding: 20px;
	margin-top: 15px;
}

div.manual div.step-body div.step-shiragashadow div.summary h4 {
	font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragashadow div.summary h4 {
	font-size: 1.6rem;
  }
}
div.manual div.step-body div.step-shiragashadow div.summary p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  div.manual div.step-body div.step-shiragashadow div.summary p {
	font-size: 1.2rem;
  }
}
div.manual div.leave {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.manual div.leave-shiragabokashi {
	width: 290px;
	border-bottom: 1px solid #5899b1;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragabokashi {
	width: 150px;
  }
}
div.manual div.leave-shiragabokashi h3 {
	border-top: 1px solid #5899b1;
	padding: 10px 0 6px;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragabokashi h3 img {
	width: 90px;
	height: auto;
  }
}
div.manual div.leave-shiragabokashi p {
	border-top: 1px solid #5899b1;
	padding: 10px 0;
	letter-spacing: 2px;
	font-size: 1.7rem;
}

div.manual div.leave-shiragabokashi p > span {
	font-size: 1.9rem;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragabokashi p {
	font-size: 1.1rem;
	letter-spacing: 1px;
  }

  div.manual div.leave-shiragabokashi p > span {
	font-size: 1.3rem;
	font-weight: bold;
  }
}
div.manual div.leavetime {
	width: 40px;
	padding-top: 50px;
	background-color: #15406a;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 768px) {
  div.manual div.leavetime {
	margin: 0 5px;
	padding-top: 50px;
  }

  div.manual div.leavetime img {
	width: 12px;
	height: auto;
  }
}
div.manual div.leave-shiragashadow {
	width: 290px;
	border-bottom: 1px solid #bd302a;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragashadow {
	width: 150px;
  }
}
div.manual div.leave-shiragashadow h3 {
	border-top: 1px solid #bd302a;
	padding: 10px 0 6px;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragashadow h3 img {
	width: 92px;
	height: auto;
  }
}
div.manual div.leave-shiragashadow p {
	border-top: 1px solid #bd302a;
	padding: 10px 0;
	letter-spacing: 2px;
	font-size: 1.7rem;
}

div.manual div.leave-shiragashadow p > span {
	font-size: 1.9rem;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  div.manual div.leave-shiragashadow p {
	font-size: 1.1rem;
	letter-spacing: 0;
  }

  div.manual div.leave-shiragashadow p > span {
	font-size: 1.3rem;
	font-weight: bold;
  }
}
div.manual article.for_repeater {
	background-color: #eff2f5;
	border: 2px solid #15406a;
	border-radius: 8px;
	padding: 40px;
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater {
	margin: 20px 10px 0;
	padding: 25px 20px;
  }
}
div.manual article.for_repeater h3.for_repeater-subhead {
	font-size: 2.3rem;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater h3.for_repeater-subhead {
	font-size: 1.8rem;
  }
}
div.manual article.for_repeater div.for_repeater-body {
	margin-top: 15px;
}

div.manual article.for_repeater img.repeater {
	margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater img.repeater {
	width: 50%;
	height: auto;
	margin-bottom: 5px;
  }
}
div.manual article.for_repeater div.l-step {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater div.l-step {
	display: block;
	padding: 0;
  }
}
div.manual article.for_repeater div.l-step div.step {
	width: 250px;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater div.l-step div.step {
	font-size: 1.4rem;
	width: auto;
	margin-top: 30px;
  }
}
div.manual article.for_repeater div.l-step div.step span.b {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #5899b1;
	font-size: 2.1rem;
	font-weight: bold;
}

div.manual article.for_repeater div.l-step div.step span.s {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #bd302a;
	font-size: 2.1rem;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater div.l-step div.step span.s img {
	padding-top: 10px;
  }
}
div.manual article.for_repeater aside {
	margin-top: 20px;
	font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater aside {
	font-size: 1.1rem;
	line-height: 1.4;
  }
}
div.manual article.for_repeater strong {
	background-color: #15406a;
	color: #fff;
	font-weight: bold;
	font-size: 2.1rem;
	padding: 3px 8px;
}

@media only screen and (max-width: 768px) {
  div.manual article.for_repeater strong {
	font-size: 1.4rem;
	padding: 8px;
	line-height: 1.4;
	display: block;
  }
}
div.manual article.product {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  div.manual article.product {
	display: block;
  }
}
div.manual article.product div.product-image {
	width: 250px;
}

div.manual article.product div.product-image img {
	width: 250px;
	height: auto;
}

@media only screen and (max-width: 768px) {
  div.manual article.product div.product-image {
	width: 200px;
	margin: 0 auto;
  }

  div.manual article.product div.product-image img {
	width: 100%;
	height: auto;
  }
}
div.manual article.product div.product-info {
	padding-top: 90px;
	font-size: 1.3rem;
	line-height: 1.8;
}

div.manual article.product div.product-info span {
	border: 1px solid #15406a;
	padding: 3px 5px;
}

@media only screen and (max-width: 768px) {
  div.manual article.product div.product-info span {
	line-height: 3;
  }
}
@media only screen and (max-width: 768px) {
  div.manual article.product div.product-info {
	padding: 0 10px;
	font-size: 1.2rem;
	line-height: 1.6;
  }
}
div.manual article.contactus {
	border-top: 1px solid #15406a;
	padding: 15px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
  div.manual article.contactus {
	display: block;
	margin: 20px 10px 0;
	padding: 15px 10px 0 15px;
  }
}
div.manual article.contactus h2 {
	font-size: 2.0rem;
	line-height: 1.3;
	width: 350px;
}

@media only screen and (max-width: 768px) {
  div.manual article.contactus h2 {
	width: auto;
	font-size: 1.8rem;
  }
}
div.manual article.contactus p {
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  div.manual article.contactus p {
	margin-top: 10px;
	font-size: 1.2rem;
  }
}
div.manual article.link {
	border-top: 1px solid #15406a;
	padding: 15px 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
  div.manual article.link {
	display: block;
	margin: 15px 10px 0;
	padding-left: 15px;
  }
}
div.manual article.link h2 {
	font-size: 2.0rem;
	line-height: 1.3;
	width: 350px;
}

@media only screen and (max-width: 768px) {
  div.manual article.link h2 {
	width: auto;
	font-size: 1.8rem;
  }
}
div.manual article.link p {
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  div.manual article.link p {
	margin-top: 10px;
	font-size: 1.2rem;
  }
}
div.manual article.link a {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

div.manual article.link a:hover {
	opacity: 0.8;
}

div.manual article.link a img {
	width: 180px;
	height: auto;
}

@media only screen and (max-width: 768px) {
  div.manual article.link a {
	margin-right: 10px;
  }

  div.manual article.link a img {
	width: 130px;
	height: auto;
  }
}
p.store-body {
	font-size: 1.2rem;
	text-align: center;
	color: #15406a;
	line-height: 1.6;
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  p.store-body {
	margin: 20px;
	text-align: left;
  }
}
ul.storelist {
	width: 100%;
	max-width: 970px;
	min-width: 970px;
	margin: 0 auto;
	border-top: 1px solid #15406a;
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  ul.storelist {
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	min-width: calc(100% - 40px);
	margin-right: 20px;
	margin-left: 20px;
  }
}
ul.storelist li {
	border-bottom: 1px solid #15406a;
	padding: 15px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #15406a;
}

@media only screen and (max-width: 768px) {
  ul.storelist li {
	display: block;
	padding: 20px 0;
  }
}
ul.storelist h3 {
	font-size: 1.8rem;
	width: 47%;
	display: table;
	height: 50px;
}

@media only screen and (max-width: 768px) {
  ul.storelist h3 {
	display: block;
	width: auto;
	font-size: 1.6rem;
	height: auto;
  }
}
ul.storelist h3 span {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  ul.storelist h3 span {
	display: inline;
  }
}
ul.storelist div.address {
	width: 40%;
	height: 50px;
	display: table;
}

@media only screen and (max-width: 768px) {
  ul.storelist div.address {
	display: block;
	width: auto;
	height: auto;
	font-size: 1.4rem;
	margin-top: 10px;
  }
}
ul.storelist div.address p {
	font-size: 1.6rem;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  ul.storelist div.address p {
	font-size: 1.4rem;
	display: block;
	width: auto;
  }
}
ul.storelist div.tel {
	width: 13%;
	font-size: 1.6rem;
	height: 50px;
	display: table;
}

@media only screen and (max-width: 768px) {
  ul.storelist div.tel {
	font-size: 1.4rem;
	display: block;
	width: auto;
	height: auto;
	margin-top: 5px;
  }
}
ul.storelist div.tel span {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  ul.storelist div.tel span {
	display: inline;
  }
}
ul.preflist {
	margin: 25px 10px;
}

ul.preflist li {
	margin-bottom: 1px;
}

ul.preflist li a {
	display: block;
	padding: 20px 22px;
	color: #fff;
	background-color: #15406a;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}

ul.preflist li a.tokyolist {
	position: relative;
}

ul.preflist li a.tokyolist:after {
	position: absolute;
	content: '▼';
	right: 20px;
	top: 20px;
	color: #ccc;
}

ul.preflist li a.tokyolist.opened:after {
	content: '▲';
}

ul.list_tokyo {
	margin-top: 1px;
}

ul.list_tokyo li a {
	padding-left: 40px;
	background-color: #27537e;
}
