@charset "utf-8";
:root {
 --main:#65391b;
 --bg:rgba(245,210,208,1.00);
 --p:#333;
 --p_hover:rgba(51,51,51,.50);
 --a: #E45B8D;
 --a_hover: rgba(228,91,141,.50);
 --pink:rgba(245,210,208,1.00);
 --pink50:rgba(245,210,208,.50);
 --pink25:rgba(245,210,208,.25);
}
/*-------------------------------------------------------
*
* Loader
*
-------------------------------------------------------*/
#loader_wrapper.hide {
	display: none;
}
#page_loader.hide {
	display: none;
}
#page_loader {
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	-webkit-animation: page_loader 5s ease 3.5s 1 forwards;
	animation: page_loader .5s ease 3.5s 1 forwards;
	opacity: 1
}
@keyframes page_loader {
 0% {
 background: rgba(255,255,255,1.00);
 opacity: 1
}
 100% {
 background: rgba(255,255,255,.0);
 opacity: 0;
}
}
#page_loader_body {
	width: 250px;
	height: 43px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page_loader_body svg {
	width: 250px;
	height: 43px;
	fill: var(--main);
}
#page_loader_body #loader-1 {
	-webkit-animation: loader 1s ease .5s 1 forwards;
	animation: loader 1s ease .5s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-2 {
	-webkit-animation: loader 1s ease .6s 1 forwards;
	animation: loader 1s ease .6s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-3 {
	-webkit-animation: loader 1s ease .7s 1 forwards;
	animation: loader 1s ease .7s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-4 {
	-webkit-animation: loader 1s ease .8s 1 forwards;
	animation: loader 1s ease .8s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-5 {
	-webkit-animation: loader 1s ease .9s 1 forwards;
	animation: loader 1s ease .9s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-6 {
	-webkit-animation: loader 1s ease 1s 1 forwards;
	animation: loader 1s ease 1s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-7 {
	-webkit-animation: loader 1s ease 1.1s 1 forwards;
	animation: loader 1s ease 1.1s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-8 {
	-webkit-animation: loader 1s ease 1.2s 1 forwards;
	animation: loader 1s ease 1.2s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-9 {
	-webkit-animation: loader 1s ease 1.3s 1 forwards;
	animation: loader 1s ease 1.3s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-10 {
	-webkit-animation: loader 1s ease 1.4s 1 forwards;
	animation: loader 1s ease 1.4s 1 forwards;
	opacity: 0
}
#page_loader_body #loader-11 {
	-webkit-animation: loader 1s ease 1.5s 1 forwards;
	animation: loader 1s ease 1.5s 1 forwards;
	opacity: 0
}
@keyframes loader {
 0% {
 transform: translateY(-20px)
}
 50% {
 opacity: .5;
 transform: translateY(5px)
}
 100% {
 opacity: 1;
 transform: translateY(0px)
}
}
.hidden-xs-up {
	display: none !important;
}
.hidden-xs-up {
	display: none !important;
}

@media (max-width: 575px) {
.hidden-xs-down {
	display: none !important;
}
}

@media (min-width: 576px) {
.hidden-sm-up {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm-down {
	display: none !important;
}
}

@media (min-width: 768px) {
.hidden-md-up {
	display: none !important;
}
}

@media (max-width: 991px) {
.hidden-md-down {
	display: none !important;
}
}

@media (min-width: 992px) {
.hidden-lg-up {
	display: none !important;
}
}

@media (max-width: 1199px) {
.hidden-lg-down {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-xl-up {
	display: none !important;
}
}
.hidden-xl-down {
	display: none !important;
}
.visible-print-block {
	display: none !important;
}

@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}

@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}

@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}

@media print {
.hidden-print {
	display: none !important;
}
}
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem
}

@media (max-width:768px) {
body {
	font-size: 1.2rem
}
}

@media (max-width:400px) {
p {
	font-size: 3.5vw;
}
}
body {
	background: var(--white);
	color: var(--p);
	font-family: 'Quicksand', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	width: 100%
}
h1, h2 {
	font-family: 'Quicksand', "M PLUS Rounded 1c", sans-serif;
}
i span {
	font-family: 'Quicksand', "M PLUS Rounded 1c", sans-serif;
	padding-left: 10px;
}
::selection {
	background: rgba(255,255,255,0);
}
/*--------------------------------------------------------------
*
* reset
*
*--------------------------------------------------------------*/
nav ul, .list-style-none {
	margin: 0;
	padding: 0;
	list-style: none;
}
button:focus {
	outline: none;
}
/*--------------------------------------------------------------
*
* link
*
*--------------------------------------------------------------*/
a, a:hover, a:focus {
	text-decoration: none;
}
a.linkbtn {
	border-radius: 3px;
	border: #ddd 1px solid;
	color: #333;
	display: block;
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
a.linkbtn.nomal {
	background: #fff;
}
a.linkbtn.nomal span, a.linkbtn.color span, a.linkbtn.pink span, a.linkbtn.white span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
a.linkbtn.nomal:hover, a.linkbtn.nomal:hover span {
	color: #fff;
}
a.linkbtn.nomal::after {
	background: var(--main);
	position: absolute;
	left: -100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 1
}
a.linkbtn.nomal:hover::after {
	left: 0
}
a.linkbtn.color {
	border: none;
	background: var(--main);
	color: #fff;
	transition: .3s
}
a.linkbtn.color:hover {
	opacity: .5
}
a.linkbtn.arrow::before {
	color: #333;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 0;
	z-index: 2
}
a.linkbtn.arrow.nomal:hover::before {
	color: #fff;
}
a.linkbtn.arrow.color::before {
	color: #fff;
}
a.linkbtn.pink {
	border: none;
	background: var(--pink);
}
a.linkbtn.white {
	border: none;
	background: var(--white);
}
a.linkbtn.pink:hover, a.linkbtn.white:hover {
	opacity: .5
}

@media (max-width:768px) {
a.linkbtn.nomal:hover::after {
	content: none;
}
a.linkbtn.nomal:hover, a.linkbtn.nomal:hover span {
	color: #333;
}
}
/*--------------------------------------------------------------
*
* header
*
*--------------------------------------------------------------*/
body {
	padding-top: 60px;
}
#header, #header .header_inner {
	width: 100%;
	height: 60px;
	display: block;
}
#header {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
#header .header_inner {
	position: relative;
}
#header #header_logo {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #header_logo img {
	width: 195px;
	height: 34px;
	display: block;
}
#header #navigation {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #navigation ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-left: 20px;
	transition: .3s
}
/*link*/
#header #navigation .link a {
	color: var(--main);
	transition: .3s
}
#header #navigation .link a:hover {
	opacity: .5
}
/*sns_icon*/
#header #navigation .sns_icon.first {
	margin-left: 50px;
}
#header #navigation .sns_icon a {
	border-radius: 50%;
	border: #333 1px solid;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	transition: .3s
}
#header #navigation .sns_icon svg {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header #navigation .sns_icon a:hover {
	opacity: .5
}
/*Nail Scholl*/
#header #navigation .scholl_btn a {
	background: var(--main);
	color: var(--white);
	height: 40px !important;
	line-height: 40px !important;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	transition: .3s;
	position: relative;
	width: 122px;
}
#header #navigation .scholl_btn a:hover {
	opacity: .5
}
#header #navigation .scholl_btn a em {
	font-style: normal;
}
#header #navigation .scholl_btn a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
/*navigation*/
#header #navigation .hamburgerh button {
	background: rgba(255,255,255,.0);
	border: none;
	outline: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-indent: -9999px;
	position: relative;
	transition: .3s
}
#header #navigation .hamburgerh button span::before {
	background: var(--main);
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 20;
	transition: .3s
}
#header #navigation .hamburgerh button .top_bar::before {
	top: 15%;
}
#header #navigation .hamburgerh button .mid_bar::before {
	top: 50%;
}
#header #navigation .hamburgerh button .bottom_bar::before {
	top: 85%;
}
#header #navigation .hamburgerh button:hover {
	opacity: .8
}
#header #navigation .hamburgerh button:hover .mid_bar::before {
	transform: translateX(10px)
}

@media (max-width:998px) {
#header #navigation ul li {
	margin-left: 15px;
}
#header #navigation .scholl_btn a {
	padding-left: 10px;
	padding-right: 10px;
}
#header #navigation .sns_icon {
	display: none;
}
}

@media (max-width:768px) {
#header #navigation .link {
	display: none;
}
}

@media (max-width:576px) {
body {
	padding-top: 50px;
}
#header, #header .header_inner {
	height: 50px;
}
#header #header_logo img {
	width: 140px;
	height: 24px;
}
#header #navigation .scholl_btn a {
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	width: 70px;
}
#header #navigation .scholl_btn a em {
	display: none;
}
}
/*--------------------------------------------------------------
*
* modal_overlay
*
*--------------------------------------------------------------*/
#modal_overlay {
	background: rgba(101,57,27,.90);
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: -100vh;
	z-index: 999;
	transition: .3s;
	display: none;
}
body.modal-open #modal_overlay {
	display: block;
	top: 0;
}
#modal_overlay #gnav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s
}
#modal_overlay #gnav ul.main_nav {
	text-align: center;
	font-size: 0;
}
#modal_overlay #gnav ul.main_nav li a {
	border-bottom: none;
	color: var(--white);
	line-height: 1.2;
	font-size: 2.6rem;
	display: block;
	width: 400px;
	padding: 10px;
	font-weight: 600
}
#modal_overlay #gnav ul.main_nav li a span {
	font-size: 1.1rem;
	display: block
}
body.modal-open #modal_overlay #gnav ul.main_nav li {
	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(2) {
	animation-delay: .1s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(3) {
	animation-delay: .2s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(4) {
	animation-delay: .3s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(5) {
	animation-delay: .4s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(6) {
	animation-delay: .5s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(7) {
	animation-delay: .6s;
}
body.modal-open #modal_overlay #gnav ul.main_nav li:nth-child(8) {
	animation-delay: .7s;
}
@keyframes fadein {
from {
 opacity: 0;
 transform: translateX(40px);
}
to {
 opacity: 1;
 transform: translateX(0);
}
}
#modal_overlay #gnav ul.sns_nav {
	width: 300px;
	display: flex;
	margin: auto;
}
#modal_overlay #gnav ul.sns_nav li {
	display: block;
	width: 100%;
}
#modal_overlay #gnav ul.sns_nav a {
	border-radius: 50%;
	border: #fff 1px solid;
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	transition: .3s;
	margin: auto;
}
#modal_overlay #gnav ul.sns_nav svg {
	fill: #fff;
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.modal-open #header #navigation .hamburgerh button .mid_bar::before {
	transform: translateX(100px)
}
body.modal-open #header #navigation .hamburgerh button .top_bar::before {
	transform: rotate(45deg);
	top: 50%;
}
body.modal-open #header #navigation .hamburgerh button .bottom_bar::before {
	transform: rotate(-45deg);
	top: 50%;
}

@media (max-width:768px) {
#modal_overlay #gnav ul.main_nav li a {
	font-size: 2rem;
}
}

@media (max-width:576px) {
#modal_overlay #gnav ul.main_nav {
	width: 100%;
}
#modal_overlay #gnav ul.main_nav li a {
	border-bottom: #fff 2px dotted;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}
#modal_overlay #gnav ul.main_nav li a span {
	display: inline-block;
	padding-left: 15px;
}
}
/*--------------------------------------------------------------
*
* footer
*
*--------------------------------------------------------------*/
#footer {
	background: #f1f1f1;
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer ul {
	width: 100%;
	font-size: 0;
}
#footer ul li {
	margin-bottom: 5px;
}
#footer ul .bold {
	margin-bottom: 15px;
}
#footer ul a {
	color: #333;
	font-size: 1.25rem;
	transition: .3s
}
#footer ul .bold a {
	font-weight: 600;
}
#footer ul a:hover {
	opacity: .5
}

@media (max-width:998px) {
#footer ul a {
	text-align: center;
	display: block;
}
}

@media (max-width:768px) {
#footer .footer_nav_sm {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#footer .footer_nav_sm li {
	display: inline-block;
	font-size: 1.2rem;
}
#footer table {
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	width: 100%;
	table-layout: fixed;
}
#footer table td {
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
#footer table td a {
	color: #333;
	display: block;
	padding: 10px;
	position: relative;
}
#footer table td a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 0
}
}

@media (max-width:576px) {
#footer {
	padding-top: 30px;
}
}

@media (max-width:400px) {
#footer table td a {
	font-size: 3vw;
}
}
/*--------------------------------------------------------------
*
* copylight
*
*--------------------------------------------------------------*/
#copylight {
	padding-top: 60px;
	padding-bottom: 0px;
	display: block;
	text-align: center;
	transition: .3s
}
#copylight img {
	width: 221px;
	height: 40px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
#copylight address ul {
	width: 100%;
}
#copylight address ul li {
	display: inline-block;
	margin-right: 30px;
}
#copylight address ul li:last-child {
	margin-right: 0
}
#copylight small {
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4rem;
}

@media (max-width:768px) {
#copylight {
	padding-top: 30px;
}
}

@media (max-width:576px) {
#copylight {
	padding-bottom: 60px;
}
#copylight img {
	width: 160px;
	height: 29px;
	margin-bottom: 15px;
}
#copylight address ul li {
	display: block;
	margin-right: 0;
	font-size: 1.2rem;
}
#copylight small {
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 3.3vw;
}
}
/*--------------------------------------------------------------
*
* copylight
*
*--------------------------------------------------------------*/
#sm_bottom_nav ul {
	border-top: #ddd 1px solid;
	background: rgba(255,255,255,.80);
	width: 100%;
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999
}
#sm_bottom_nav ul li {
	width: 100%;
	text-align: center;
}
#sm_bottom_nav ul li a {
	border-right: #ddd 1px solid;
	color: #333;
	display: block;
	padding: 15px;
}
#sm_bottom_nav ul li:last-child a {
	border-right: none;
}

@media (max-width:410px) {
#sm_bottom_nav ul li span {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
#sm_bottom_nav ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/*--------------------------------------------------------------
*
* page contact
*
*--------------------------------------------------------------*/
#page_contact {
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	transition: .3s
}
#page_contact h3 {
	font-size: 2.6rem;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
#page_contact h3 + p {
	display: block;
	margin: 0;
	padding: 40px 0;
}
#page_contact .call {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}
#page_contact .call span {
	font-size: 200%;
	padding: 0 5px;
}
#page_contact .call + p {
	margin: 0;
	padding: 0;
	line-height: 1
}
#page_contact .linkbtn span:before {
	font-family: FontAwesome;
	content: "\f003";
	position: absolute;
	left: 15px;
	top: 50%;
	line-height: 0
}
#page_contact .linkbtn.phone span:before {
	content: "\f095";
}

@media (max-width:768px) {
#page_contact {
	padding-top: 60px;
	padding-bottom: 60px;
}
#page_contact h3 + p {
	padding: 20px 0;
}
}

@media (max-width:576px) {
#page_contact h3 {
	font-size: 1.8rem;
}
#page_contact {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
/*--------------------------------------------------------------
*
* naillist
*
*--------------------------------------------------------------*/
.naillist {
	margin-bottom: 30px;
}
.naillist .img_box {
	border-radius: 6px;
	display: block;
	overflow: hidden;
}
.naillist .img_box a {
	display: block;
	position: relative;
	transition: .3s
}
.naillist .img_box a:hover {
	opacity: .5
}
.naillist .img_box a i {
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	color: #333;
	border-radius: 3px;
	background: #fff;
	margin-left: 5px;
	display: block;
	width: 80px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	padding: 8px 10px;
}
.naillist .img_box a i span {
	padding-left: 5px;
}
.naillist .body {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.naillist .body h4 {
	background: #fff;
	border: #ddd 1px dotted;
	display: inline-block;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 20px;
}
.naillist .body i span {
	padding-left: 5px;
}
.naillist .body a.category {
	color: #009dbf;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	margin-left: auto;
	transition: .3s
}
.naillist .body a:hover {
	opacity: .5
}
.naillist .body ul {
	width: 100%;
}
.naillist .body ul li {
	display: inline-block;
	margin-right: 10px;
}
#naillist .naillist a.category {
	display: none;
}
#ranking .naillist .inner {
	border-radius: 4px;
	padding: 15px;
	padding-bottom: 10px;
	position: relative;
}
#ranking .naillist .inner h4 {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
#ranking .naillist#rank1 .inner {
	border: #cbbe40 1px solid;
}
#ranking .naillist#rank2 .inner {
	border: #ada894 1px solid;
}
#ranking .naillist#rank3 .inner {
	border: #a9853c 1px solid;
}
#ranking .naillist .inner:before {
	content: "";
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 81px;
	height: 70px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 10
}
#ranking .naillist#rank1 .inner:before {
	background: url(/assets/images/page/nail/rank1.png);
}
#ranking .naillist#rank2 .inner:before {
	background: url(/assets/images/page/nail/rank2.png);
}
#ranking .naillist#rank3 .inner:before {
	background: url(/assets/images/page/nail/rank3.png);
}
#nail_list_all .naillist:last-child {
	display: none;
}

@media (max-width:998px) {
#nail_list_all .naillist:last-child {
	display: block;
}
}

@media (max-width:768px) {
#nail_list_all .naillist:last-child {
	display: none;
}
.naillist {
	border-bottom: #ddd 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.naillist:nth-child(odd) {
	padding-right: 5px;
}
.naillist:nth-child(even) {
	padding-left: 5px;
}
#nail_list_all .naillist:nth-child(odd) {
	padding-right: 15px;
	padding-left: 5px;
}
#nail_list_all .naillist:nth-child(even) {
	padding-left: 15px;
	padding-right: 5px;
}
}

@media (max-width:576px) {
.naillist {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.naillist .inner {
	width: 100%;
	display: block;
}
.naillist .img_box a i {
	width: auto;
	font-size: 2.5vw;
	right: 10px;
	bottom: 10px;
	padding: 5px;
}
.naillist .body {
	display: block;
	width: 100%;
	padding-top: 0;
}
.naillist .body h4 {
	border: none;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0px;
}
.naillist .body a.category {
	text-align: center;
}
.naillist .body ul {
	text-align: left;
	margin-bottom: 15px;
}
.naillist .body ul li {
	display: inline-block;
	margin-right: 15px;
}
.naillist .Lazy_inner {
	border-radius: 4px !important;
	padding-top: 80% !important;
}
.naillist .linkbtn {
	height: 45px;
}
.naillist .linkbtn.arrow:before {
	content: none;
}
#ranking .naillist .inner {
	display: block;
	width: 100%
}
#ranking .naillist .img_box {
	width: 100%;
	min-width: 100%;
}
#ranking .naillist .body {
	width: 100%;
	display: block;
}
#ranking .naillist .body h4 {
	text-align: center;
	padding-top: 15px;
}
}

@media (max-width:400px) {
.naillist .linkbtn {
	font-size: 3.3vw;
}
}
/*--------------------------------------------------------------
*
* news list
*
*--------------------------------------------------------------*/
.news_list {
	color: #333;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	display: block;
	display: flex;
	padding: 20px;
	padding-right: 30px;
	transition: .3s;
	position: relative;
}
.news_list.odd {
	background: #f1f1f1;
}
.news_list:hover {
	background: var(--main);
	color: #fff;
}
.news_list:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: 0
}
.news_list .newmark {
	color: var(--red);
}
.news_list .news_date {
	min-width: 280px;
}
.news_list .date {
	width: 100px;
	display: inline-block;
}
.news_list .category {
	font-size: 1.25rem;
	border: #ddd 1px solid;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	transition: .3s
}
.news_list:hover .category {
	color: var(--main);
}
.news_list .category_class_1, .news_list:hover .category_class_1 {
	background: var(--red);
	color: #fff;
}
.news_list .newmark {
	padding-left: 15px;
}

@media (max-width:576px) {
.news_list {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
}
/*--------------------------------------------------------------
*
* ttlstyle_1
*
*--------------------------------------------------------------*/
.ttlstyle_1 {
	display: block;
	padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	width: 100%
}
.ttlstyle_1::before, .ttlstyle_1::after {
	background: #ddd;
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ttlstyle_1::before {
	background: #009dbf;
	margin-left: -10px;
}
.ttlstyle_1::after {
	background: #e7a4a0;
	margin-left: 10px;
}
.ttlstyle_1 h3 {
	font-size: 3rem;
}
.ttlstyle_1 .lead {
	font-family: 'Pacifico', cursive;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

@media (max-width:768px) {
.ttlstyle_1 h3 {
	font-size: 2.5rem;
}
.ttlstyle_1 .lead {
	font-size: 1.4rem;
}
}

@media (max-width:576px) {
.ttlstyle_1 {
	padding-top: 60px;
	padding-bottom: 30px;
}
.ttlstyle_1 h3 {
	font-size: 1.9rem;
}
.ttlstyle_1 .lead {
	font-size: 1.2rem;
}
}
/*--------------------------------------------------------------
*
* h4style
*
*--------------------------------------------------------------*/
.h4style {
	border-radius: 4px;
	background: #f1f1f1;
	padding: 15px;
	font-size: 1.6rem;
	margin-bottom: 25px;
}

@media (max-width:576px) {
.h4style {
	padding: 10px;
	font-size: 1.4rem;
}
}
/*--------------------------------------------------------------
*
* Lazy
*
*--------------------------------------------------------------*/
.Lazy {
	background: #fff;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: .3s
}
.Lazy .Lazy_inner {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.Lazy .Lazy_inner .body {
	display: block;
	position: absolute;
}
.Lazy .Lazy_inner .body br {
	display: none;
}
.lazyimg {
	position: relative;
	overflow: hidden;
	display: block;
}
.lazyimg::before, .lazyimg::after, .Lazy.is-show::before, .Lazy.is-show::after {
	content: "";
	background: #f1f1f1;
	width: 100%;
	height: 50%;
	position: absolute;
	left: -100%;
	animation-name: lazy;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 1
}
.Lazy.is-show::before {
	top: 0;
}
.Lazy.is-show::after {
	bottom: 0;
	animation-delay: .2s;
}
.border-radius6 {
	border-radius: 6px;
}
 @keyframes lazy {
from {
 opacity: 1;
 transform: translateX(0);
}
to {
 opacity: 0;
 transform: translateX(100%);
}
}
.Lazy.is-show, .Lazy.is-show .Lazy_inner {
	background-color: #f1f1f1;
	animation-name: lazyimg;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0;
}
 @keyframes lazyimg {
from {
 opacity: 0;
}
to {
 opacity: 1;
}
}
.Lazy.img_shadow {
	box-shadow: 10px 10px 0 #f6f6f6
}
a img {
	transition: .3s
}
.Lazy.opacity:hover, a img.opacity:hover {
	opacity: .5
}
.lazy--box.border-radius6 {
	border-radius: 6px;
}
.lazy--box, .lazy--box--inner {
	display: block;
	position: relative;
	overflow: hidden;
}
.lazy--box.Lazy_animation.is-show::before, .lazy--box.Lazy_animation.is-show::after, .lazy--box.Lazy_animation.is-show .lazy--box--inner::before {
	background: rgba(255,255,255,.50);
	width: 100%;
	height: 33.33%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 10;
	animation-name: lazyimg2;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	opacity: 0;
}
.lazy--box.Lazy_animation.is-show::before {
	top: 0;
	animation-delay: 0s;
}
.lazy--box.Lazy_animation.is-show::after {
	top: 33%;
	animation-delay: .3s;
}
.lazy--box.Lazy_animation.is-show .lazy--box--inner::before {
	top: 66%;
	animation-delay: .6s;
}
 @keyframes lazyimg2 {
 0% {
 opacity: 0;
 transform: translateX(0%);
}
 50% {
 opacity: .8
}
 100% {
 opacity: 0;
 transform: translateX(100%);
}
}
.lazy--box img {
	position: relative;
	z-index: 3
}
.lazy--box .lazy--box-thumnail::before {
	background: url(/assets/images/common/preloader/preloader02.gif) no-repeat;
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.lazy--box .lazy--box-thumnail {
	box-sizing: border-box;
	background: #f1f1f1;
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
/*--------------------------------------------------------------
*
* page_side_sns
*
*--------------------------------------------------------------*/
#page_side_sns {
	position: fixed;
	left: 3%;
	top: 400px;
	z-index: 999
}
#page_side_sns .side_ttl {
	ont-family: 'Quicksand', "M PLUS Rounded 1c", sans-serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 30px;
	text-align: center;
	line-height: 2;
	margin-bottom: 10px;
}
#page_side_sns a {
	border-radius: 50%;
	border: #333 1px solid;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
#page_side_sns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 13px;
	width: auto;
	display: block;
}
#page_side_sns li {
	margin-bottom: 10px;
}

@media (max-width:576px) {
#page_side_sns {
	display: none !important;
}
}
/*--------------------------------------------------------------
*
* page_bottom_sns
*
*--------------------------------------------------------------*/
#page_bottom_sns {
	background: var(--pink);
	padding-top: 20px;
	padding-bottom: 20px;
}
#page_bottom_sns h4 {
	color: var(--main);
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	text-align: center;
}
#page_bottom_sns h4:before, #page_bottom_sns h4:after {
	content: "・・・"
}
#page_bottom_sns .inner {
	display: block;
	position: relative;
	padding-top: 45px;
}
#page_bottom_sns .inner:before {
	content: "SNS";
	text-shadow: var(--main) 1px 1px 0px, var(--main) -1px 1px 0px, var(--main) 1px -1px 0px, var(--main) -1px -1px 0px;
	color: #fff;
	font-size: 8rem;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
	text-align: center;
	margin: auto;
}
#page_bottom_sns ul {
	width: 100%;
	display: flex;
}
#page_bottom_sns ul li {
	width: 100%;
	margin-right: 20px;
}
#page_bottom_sns ul li:last-child {
	margin-right: 0
}
#page_bottom_sns ul li a {
	color: #333;
	background: #fff;
	display: block;
	font-size: 1.6rem;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
#page_bottom_sns ul li a span {
	position: relative;
}
#page_bottom_sns ul li a span:before {
	background-repeat: no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page_bottom_sns ul li a.facebook span:before {
	background-image: url(/assets/images/common/sns/facebook.svg);
	left: -30px;
}
#page_bottom_sns ul li a.instagram span:before {
	background-image: url(/assets/images/common/sns/instagram.svg);
	left: -40px;
}
#page_bottom_sns ul li a.line span:before {
	background-image: url(/assets/images/common/sns/line.svg);
	left: -40px;
}

@media (max-width:1200px) {
#page_bottom_sns h4 {
	font-size: 1.5rem;
}
}

@media (max-width:998px) {
#page_bottom_sns h4 {
	font-size: 1.3rem;
}
#page_bottom_sns ul li a span:before {
	background-repeat: no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page_bottom_sns ul li a.facebook span:before {
	left: -15px;
}
#page_bottom_sns ul li a.facebook {
	padding-left: 15px;
}
#page_bottom_sns ul li a.instagram span:before {
	left: -25px;
}
#page_bottom_sns ul li a.instagram {
	padding-left: 20px;
}
#page_bottom_sns ul li a.line span:before {
	left: -30px;
}
}

@media (max-width:576px) {
#page_bottom_sns {
	margin-top: 50px;
}
#page_bottom_sns .inner:before {
	font-size: 6rem;
}
#page_bottom_sns .inner {
	display: block;
	position: relative;
	padding-top: 20px;
}
}

@media (max-width:450px) {
#page_bottom_sns ul {
	width: 100%;
	display: block;
}
#page_bottom_sns ul li {
	margin-bottom: 15px;
}
#page_bottom_sns ul li a span {
	display: block;
}
#page_bottom_sns ul li a.facebook, #page_bottom_sns ul li a.instagram {
	padding-left: 0px;
}
#page_bottom_sns ul li a.facebook span:before, #page_bottom_sns ul li a.instagram span:before, #page_bottom_sns ul li a.line span:before {
	left: 15px;
}
}
/*--------------------------------------------------------------
*
* instafeed
*
*--------------------------------------------------------------*/
#insta_section {
	position: relative;
	overflow: hidden;
}
#insta_section:after {
	background: rgba(231,164,160,.10);
	content: "";
	width: 100vw;
	height: 500px;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: -1
}
#insta_section .gallery_ttl {
	text-shadow: var(--main) 1px 1px 0px, var(--main) -1px 1px 0px, var(--main) 1px -1px 0px, var(--main) -1px -1px 0px;
	color: #fff;
	font-size: 7rem;
	line-height: 1;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
}
#insta_section .gallery_ttl span {
	position: relative;
}
#insta_section .gallery_ttl span:before, #insta_section .gallery_ttl span:after {
	content: "";
	display: block;
	position: absolute;
}
#insta_section .gallery_ttl span.start:before {
	background: url(/assets/images/home/start_left.svg) no-repeat;
	width: 50px;
	padding-top: 91.13924%;
	display: block;
	content: "";
	position: absolute;
	left: -70px;
	top: 10px;
}
#insta_section .gallery_ttl span.start:after {
	background: url(/assets/images/home/start_right.svg) no-repeat;
	width: 40px;
	padding-top: 113.432835%;
	right: -50px;
	top: 10px
}
#insta_section .gallery_ttl + .lead {
	color: var(--main);
	display: block;
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.75rem;
}
#insta_section .gallery_ttl + .lead:before, #insta_section .gallery_ttl + .lead:after {
	content: "・・・";
	padding: 0 10px;
}
#insta_section .instalink {
	background: #fff;
	color: #333;
	border: #ddd 1px solid;
	border-radius: 4px;
	width: 100%;
	max-width: 300px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	transition: .3s
}
#insta_section .instalink:hover {
	background: var(--main);
	color: #fff;
}
#instafeed .insta_img_box {
	background-color: #e7a4a0;
	width: 100%;
	max-width: 100%;
	padding-bottom: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	transition: .3s
}
#instafeed .insta_img_box img {
	width: auto;
	height: 101%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#instafeed .insta_img_box:hover {
	background: #fff;
}
#instafeed .insta_img_box:hover img {
	opacity: .5
}
#instafeed .item:last-child {
	display: none
}
#instafeed .item {
	margin-bottom: 25px;
}

@media (max-width:998px) {
#instafeed .item:last-child {
	display: block
}
}

@media (max-width:768px) {
#insta_section .gallery_ttl, #insta_section .gallery_ttl span {
	font-size: 5rem;
	margin-bottom: 0
}
#insta_section .gallery_ttl + h3 {
	font-size: 1.6rem;
}
#insta_section .gallery_ttl + .lead {
	margin-bottom: 20px;
}
#instafeed .item {
	padding: 0;
	margin-bottom: 0
}
#instafeed .item:last-child {
	margin-bottom: 20px;
}
}

@media (max-width:576px) {
#insta_section .gallery_ttl, #insta_section .gallery_ttl span {
	font-size: 4rem;
}
#insta_section .gallery_ttl + h3 {
	font-size: 1.3rem;
}
}
/*--------------------------------------------------------------
*
* blog
*
*--------------------------------------------------------------*/
/* home_blog*/
#home_blog a {
	display: block;
	position: relative;
}
#home_blog a .newMark {
	border: #fff 2px solid;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 70px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	background: #111;
	color: #fff;
}
#home_blog a .date {
	display: block;
	color: #999;
	position: relative;
	padding-left: 20px;
	font-size: 1.2rem;
}
#home_blog a .date::before {
	font-family: FontAwesome;
	content: "\f073";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home_blog .thumbnail {
	width: 100%;
	height: auto;
	padding-top: 50%;
	display: block;
	overflow: hidden;
	position: relative;
}
#home_blog .thumbnail img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s
}
#home_blog .thumbnail img:hover {
	opacity: .5
}
#home_blog a h1 {
	line-height: 1.8;
	font-size: 1.6rem;
	padding: 1.4rem 0;
	height: 125px;
	color: #333;
	transition: .3s
}
#home_blog a:hover h1 {
	opacity: .5
}
#home_blog .categorys a {
	color: #33bad2;
	display: block;
	text-align: right;
	width: 100%;
	transition: .3s
}
#home_blog a:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------
*
* margin
*
*--------------------------------------------------------------*/

.mb-6 {
	margin-bottom: 6rem;
}
.mb-7 {
	margin-bottom: 7rem;
}
.mb-8 {
	margin-bottom: 8rem;
}
.mb-10 {
	margin-bottom: 10rem;
}

@media (max-width:576px) {
.mb-6 {
	margin-bottom: 3rem;
}
.mb-8 {
	margin-bottom: 4rem;
}
}
@charset "utf-8";
/*--------------------------------------------------------------
*
* mainvisual
*
*--------------------------------------------------------------*/
#mainvisual, #mainvisual .inner {
	position: relative;
	display: block;
	z-index: 2
}
#mainvisual, #mainvisual .inner, #mainvisual:after {
	height: 242px;
}
#mainvisual {
	display: block;
	background-repeat: none;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#mainvisual:after {
	background-repeat: none;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	content: "";
	width: 60%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}
#mainvisual .inner {
	background: #fff;
	width: 100%;
}
#mainvisual .inner:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 242px 100px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: -100px;
	top: 0;
	content: "";
	z-index: 2
}
#mainvisual h2, #mainvisual .lead {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
}
#mainvisual h2 {
	color: var(--main);
	font-size: 1.6rem;
	font-weight: 600;
	top: 50%;
	margin-top: -50px;
}
#mainvisual .lead {
	text-shadow: var(--main) 1px 1px 0px, var(--main) -1px 1px 0px, var(--main) 1px -1px 0px, var(--main) -1px -1px 0px;
	color: #fff;
	font-size: 7rem;
	display: block;
	white-space: nowrap !important;
}

@media (max-width:768px) {
#mainvisual:after, #mainvisual .inner:after {
	content: none;
}
#mainvisual:before {
	background: url(/assets/images/common/bg/mask.png);
	width: 100%;
	height: 242px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
#mainvisual .inner {
	background: rgba(255,255,255,.0);
	text-align: center;
}
#mainvisual h2, #mainvisual .lead {
	left: 0;
	right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap !important;
}
#mainvisual h2 {
	color: var(--white);
	margin-top: -40px;
	text-shadow: 0 0 5px rgba(0,0,0,.50)
}
#mainvisual .lead {
	font-size: 5rem;
	white-space: nowrap !important;
}
}

@media (max-width:576px) {
#mainvisual, #mainvisual .inner, #mainvisual:after, #mainvisual:before {
	height: 200px;
}
}
#mainvisual.scholl_fv:after {
	background-image: url(/assets/images/page/school/fv.jpg);
}
#mainvisual.salon_fv:after {
	background-image: url(/assets/images/page/salon/fv.jpg);
}
#mainvisual.contact_fv:after {
	background-image: url(/assets/images/page/contact/fv.jpg);
}
#mainvisual.hand_res_fv:after {
	background-image: url(/assets/images/page/booking/hand/fv.jpg);
}
#mainvisual.foot_res_fv:after {
	background-image: url(/assets/images/page/booking/foot/fv.jpg);
}
#mainvisual.policy_fv:after {
	background-image: url(/assets/images/page/policy/fv.jpg);
}
#mainvisual.faq_fv:after {
	background-image: url(/assets/images/page/faq/fv.jpg);
}
#mainvisual.nail_fv:after {
	background-image: url(/assets/images/page/nail/fv.jpg);
}
#mainvisual.news_fv:after {
	background-image: url(/assets/images/page/news/fv.jpg);
}
#mainvisual.review_fv:after {
	background-image: url(/assets/images/page/voice/fv.jpg);
}
#mainvisual.sitemap_fv:after {
	background-image: url(/assets/images/page/sitemap/fv.jpg);
}
#mainvisual.intelligence_fv:after {
	background-image: url(/assets/images/page/intelligence/fv.jpg);
}
#mainvisual.firstgelnail_fv:after {
	background-image: url(/assets/images/page/content/nail/fv.jpg);
}
#mainvisual.beginner_fv:after {
	background-image: url(/assets/images/page/content/beginner/fv.jpg);
}
#mainvisual.content_fv:after {
	background-image: url(/assets/images/page/content/fv.jpg);
}

@media (max-width:768px) {
#mainvisual.scholl_fv {
	background-image: url(/assets/images/page/school/fv.jpg);
}
#mainvisual.salon_fv {
	background-image: url(/assets/images/page/salon/fv.jpg);
}
#mainvisual.contact_fv {
	background-image: url(/assets/images/page/contact/fv.jpg);
}
#mainvisual.hand_res_fv {
	background-image: url(/assets/images/page/booking/hand/fv.jpg);
}
#mainvisual.handfoot_res_fv_res_fv {
	background-image: url(/assets/images/page/booking/foot/fv.jpg);
}
#mainvisual.policy_fv {
	background-image: url(/assets/images/page/policy/fv.jpg);
}
#mainvisual.faq_fv {
	background-image: url(/assets/images/page/faq/fv.jpg);
}
#mainvisual.nail_fv {
	background-image: url(/assets/images/page/nail/fv.jpg);
}
#mainvisual.news_fv {
	background-image: url(/assets/images/page/news/fv.jpg);
}
#mainvisual.review_fv {
	background-image: url(/assets/images/page/voice/fv.jpg);
}
#mainvisual.sitemap_fv {
	background-image: url(/assets/images/page/sitemap/fv.jpg);
}
#mainvisual.intelligence_fv {
	background-image: url(/assets/images/page/intelligence/fv.jpg);
}
#mainvisual.firstgelnail_fv {
	background-image: url(/assets/images/page/content/nail/fv.jpg);
}
#mainvisual.beginner_fv {
	background-image: url(/assets/images/page/content/beginner/fv.jpg);
}
#mainvisual.content_fv {
	background-image: url(/assets/images/page/content/fv.jpg);
}
}
/*--------------------------------------------------------------
*
* breadcrumb
*
*--------------------------------------------------------------*/
#breadcrumb, #breadcrumb ol {
	height: 56px;
}
#breadcrumb {
	position: relative;
	overflow: hidden;
}
#breadcrumb:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: 50%;
	border-top: 56px solid #f4eceb;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	z-index: 1
}
#breadcrumb ol {
	text-align: right;
	display: table;
	margin-left: auto;
	position: relative;
	z-index: 200
}
#breadcrumb ol li {
	display: table-cell;
	vertical-align: middle;
}
#breadcrumb ol li i span {
	padding-left: 5px;
}
#breadcrumb ol li a {
	color: #707070;
	transition: .3s;
	font-size: 1.3rem;
}
#breadcrumb ol li a:hover {
	color: #007bff;
}
#breadcrumb ol li a:after {
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 10px;
}
#breadcrumb ol li:last-child a:after {
	content: none;
	padding: 0;
}

@media (max-width:576px) {
#breadcrumb {
	display: none;
}
}
/*--------------------------------------------------------------
*
* school
*
*--------------------------------------------------------------*/
#school .school_fv {
	text-align: center;
}
#school .school_fv .inner {
	color: #fff;
	background: #009dbf;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	margin-top: -50px;
	text-align: center;
	position: relative;
	z-index: 10
}
#school .school_fv .inner .after {
	background: #009dbf;
	position: relative;
	display: block;
	padding: 15px 20px;
}
#school .school_fv .inner:after {
	position: absolute;
	content: "";
	left: -50px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 100px 0;
	border-color: transparent #009dbf transparent transparent;
}
#school .school_fv .inner:before {
	position: absolute;
	content: "";
	left: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 50px;
	border-color: transparent transparent #009dbf transparent;
}
#school .school_fv .inner .after:before {
	position: absolute;
	content: "";
	right: -50px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50px 0 0;
	border-color: #009dbf transparent transparent transparent;
}
#school .school_fv .inner .after:after {
	position: absolute;
	content: "";
	right: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 50px;
	border-color: transparent transparent transparent #009dbf;
}
#school .school_fv .inner p {
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
}
#school #merit .dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	margin-bottom: 30px;
}
#school #merit .dl .dt, #school #merit .dl .dd {
	display: table-cell;
	vertical-align: top;
}
#school #merit .dl .dt {
	width: 160px;
}
#school #merit .dl .dd {
	padding-left: 20px;
}
#school #merit .dl .dd h3 {
	color: var(--main);
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 15px;
}
#school #merit .dl .dd p {
	margin: 0;
	padding: 0
}
#school #merit .dl.merit .dt {
	position: relative;
}
#school #merit .dl.merit .dt:after {
	color: var(--main);
	background: #f4eceb;
	content: "";
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	z-index: 3;
	position: absolute;
	left: -10px;
	top: -10px;
	text-align: center;
	font-size: 1.6rem;
}
#school #merit .dl.merit1 .dt:after {
	content: "01"
}
#school #merit .dl.merit2 .dt:after {
	content: "02"
}
#school #merit .dl.merit3 .dt:after {
	content: "03"
}
#school #merit .dl.merit4 .dt:after {
	content: "04"
}
#school #course {
	background: url(/assets/images/common/bg/stripebg.jpg);
	padding-bottom: 40px;
}
#school #course .card {
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	border-radius: 4px 4px 0 0;
	border: #f29e93 4px solid;
	padding: 30px;
	position: relative;
}
#school #course .card.osusume:before {
	background: url(/assets/images/page/school/osusume.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	width: 128px;
	height: 61px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}
#school #course a {
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	border-radius: 0 0 4px 4px;
	background: #f29e93;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px;
	font-weight: 600;
	position: relative;
	z-index: 10
}
#school #course h4 {
	color: var(--main);
	font-size: 2.2rem;
	font-weight: 600;
}
#school #course dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
#school #course dl dt, #school #course dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
}
#school #course dl dt {
	border-radius: 3px;
	background: #009dbf;
	color: #fff;
	text-align: center;
	width: 90px;
}
#school #course dl dd {
	padding-left: 15px;
}
#school #course .capabilities dl dt {
	border-radius: 3px 0 0 3px;
	background: #00897b;
	width: 90px;
}
#school #course .capabilities dl dd {
	border-radius: 0 3px 3px 0;
	border: #00897b 1px solid;
}
#school #message .body {
	width: 800px;
	margin: auto;
	background-image: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #ddd 97%, #ddd 100% );
	background-size: 100% 2em;
	line-height: 2;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#school #message .body .photo1 {
	position: absolute;
	right: 0;
	top: -25px;
}
#school #message .body .photo2 {
	position: absolute;
	right: -40px;
	top: 425px;
}
#school #message .body p {
	margin-bottom: 2em;
}
#school #message .body p span {
	position: relative;
}
#school #message .body p span:after {
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}
#school #message .body p .icon1:after {
	background: url(/assets/images/page/school/icon1.svg) no-repeat;
	width: 46px;
	height: 29px;
	top: -5px;
	right: -56px;
}
#school #message .body p .icon2:after {
	background: url(/assets/images/page/school/icon2.svg) no-repeat;
	width: 56px;
	height: 50px;
	top: -30px;
	right: -66px;
}
#school #message .body p .icon3:after {
	background: url(/assets/images/page/school/icon3.svg) no-repeat;
	width: 19px;
	height: 17px;
	top: 0px;
	right: -29px;
}
#school #message .body p .icon4:after {
	background: url(/assets/images/page/school/icon4.svg) no-repeat;
	width: 18px;
	height: 17px;
	top: 0px;
	right: -26px;
}
#school #message .body p .icon5:after {
	background: url(/assets/images/page/school/icon5.svg) no-repeat;
	width: 16px;
	height: 17px;
	top: 0px;
	right: -26px;
}
#school #message .body p .icon6:after {
	background: url(/assets/images/page/school/icon6.svg) no-repeat;
	width: 94px;
	height: 58px;
	top: -10px;
	right: -104px;
}
#school #message .body p .icon7:after {
	background: url(/assets/images/page/school/icon3.svg) no-repeat;
	width: 19px;
	height: 17px;
	top: 0px;
	right: -29px;
}
#school #message .body p .icon8:after {
	background: url(/assets/images/page/school/icon7.svg) no-repeat;
	width: 29px;
	height: 24px;
	top: 0px;
	right: -39px;
}

@media (max-width:1200px) {
#school #course .dl .dd {
	padding-left: 10px;
}
#school #course .dl {
	font-size: 1.3rem;
}
}

@media (max-width:998px) {
#school .school_fv .inner {
	margin-top: -25px;
}
#school .school_fv .inner p {
	font-size: 1.8rem;
}
#school .school_fv .inner:after {
	left: -30px;
	border-width: 0 30px 80px 0;
}
#school .school_fv .inner:before {
	left: -30px;
	border-width: 0 0 80px 30px;
}
#school .school_fv .inner .after:before {
	right: -30px;
	border-width: 80px 30px 0 0;
}
#school .school_fv .inner .after:after {
	right: -30px;
	border-width: 80px 0 0 30px;
}
#school #merit dl {
	border-bottom: #ddd 1px solid;
	padding-bottom: 30px;
}
#school #course .card {
	padding-bottom: 20px;
}
#school #course .card p br {
	display: none;
}
#school #message .body {
	width: 100%
}
#school #message .body .photo1 {
	width: 25%;
	height: auto;
}
#school #message .body .photo2 {
	width: 30%;
	height: auto;
}
#school #message .body .photo1 {
	top: -55px;
}
}

@media (max-width:768px) {
#school .school_fv .inner p {
	font-size: 1.4rem;
}
#school #merit .dl {
	border-bottom: #ddd 1px solid;
	padding-bottom: 30px;
}
#school #course h4 {
	font-size: 1.8rem;
	padding-top: 15px;
}
#school #course a {
	font-size: 1.4rem;
}
#school #message .body .photo1 {
	width: 25%;
	height: auto;
}
#school #message .body .photo2 {
	width: 30%;
	height: auto;
}
#school #message .body .photo1 {
	top: -55px;
}
#school #message .body .photo2 {
	top: 385px;
}
}

@media (max-width:576px) {
#school .school_fv .inner .after {
	padding: 5px 10px;
}
#school .school_fv .inner {
	display: block;
	margin-top: 10px;
}
#school .school_fv .inner:after, #school .school_fv .inner:before, #school .school_fv .inner .after:before, #school .school_fv .inner .after:after {
	content: none
}
#school #merit .dl .dt {
	width: 25%;
	min-width: 90px;
}
#school #merit .dl .dd h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#school #merit .dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#school #course .card {
	padding: 15px;
}
#school #course dl dt, #school #course dl dd {
	font-size: 1.1rem;
}
#school #course dl dt {
	width: 70px !important;
}
#school #course .card.osusume:before {
	width: 60px;
	height: 30px;
}
#school #message .body p {
	font-size: 12px;
}
#school #message .body {
	width: 100%;
	background-size: 100% 24px;
}
#school #message .body p {
	margin-bottom: 24px;
}
#school #message .body .photo1, #school #message .body .photo2 {
	display: none;
}
}

@media (max-width:40px) {
#school #merit dl dd h3 {
	font-size: 3.8vw;
	margin-bottom: 10px;
}
}
/*--------------------------------------------------------------
*
* salon
*
*--------------------------------------------------------------*/
#salon #infomation dl {
	border-bottom: #ddd 1px solid;
	margin: 0;
	padding: 0
}
#salon #infomation dl dt {
	width: 130px;
	min-width: 130px;
}
#salon #infomation dl dt, #salon #infomation dl dd {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
#salon #infomation dl dd p {
	margin: 0;
	padding: 0
}
#salon #access h4 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 25px;
}

@media (max-width:576px) {
#salon #infomation dl dt {
	width: 100px;
	min-width: 100px;
}
#salon #access h4 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
*
* booking
*
*--------------------------------------------------------------*/
#booking .info p.lead {
	border-radius: 4px;
	border: var(--red) 1px solid;
	color: var(--red);
	margin: 0;
	padding: 10px 25px;
	display: inline-block;
	font-weight: 600;
}
#booking h4 {
	margin-bottom: 30px;
}
#booking .body p {
	line-height: 2
}
#booking .body ul {
	width: 100%;
	max-width: 600px;
	display: flex;
	margin: auto;
}
#booking .body ul li {
	width: 100%;
	margin-right: 30px;
}
#booking .body ul li:last-child {
	margin-right: 0
}

@media (max-width:576px) {
#booking .body p br {
	display: none;
}
#booking .body p {
	text-align: left;
}
}

@media (max-width:430px) {
#booking .body ul {
	max-width: 100%;
	display: block;
}
#booking .body ul li {
	margin-right: 0;
	margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
*
* policy_page
*
*--------------------------------------------------------------*/
#policy_page h4 {
	background: #f1f1f1;
	padding: 15px;
	font-size: 1.6rem;
	margin-bottom: 25px;
}
#policy_page .body {
	padding-left: 25px;
}
#policy_page .body p {
	line-height: 2
}
#policy_page .body ol {
	margin-left: 30px;
}
#policy_page .body ol li {
	margin-bottom: 8px;
}

@media (max-width:576px) {
#policy_page h4 {
	padding: 10px;
	font-size: 1.4rem;
}
}
/*--------------------------------------------------------------
*
* faq
*
*--------------------------------------------------------------*/
#faq_page button.toggle {
	border: none;
	outline: none;
	background: #fff;
	display: block;
	width: 100%;
	border-bottom: #ddd 1px solid;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
	padding: 10px 0;
	padding-left: 40px;
	padding-right: 30px;
	line-height: 1.5
}
#faq_page button.toggle:after {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 0;
	transition: .3s
}
#faq_page button.toggle {
	color: #007bff
}
#faq_page button.toggle.collapsed {
	color: #333
}
#faq_page button.toggle.collapsed:after {
	transform: rotate(-225deg)
}
#faq_page button.toggle:before {
	background: url(/assets/images/page/faq/q.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#faq_page .collapseinner {
	background: url(/assets/images/common/bg/stripebg.jpg);
	padding: 15px;
	position: relative;
	padding-left: 60px;
}
#faq_page .collapseinner :before {
	background: url(/assets/images/page/faq/a.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#faq_page .collapseinner p {
	margin: 0
}

@media (max-width:576px) {
#faq_page button.toggle {
	font-size: 1.3rem;
}
}
/*--------------------------------------------------------------
*
* nail_page
*
*--------------------------------------------------------------*/
#nail_page .nail_all_list .h4style {
	background-color: rgba(255,255,255,.0);
	position: relative;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nail_page .nail_all_list .h4style:before {
	height: 4px;
	width: 100%;
	display: block;
	border-top: var(--main) 2px solid;
	border-bottom: var(--main) 1px solid;
	content: "";
	position: absolute;
	left: 0;
	top: 0
}
#nail_page .nail_all_list .h4style:after {
	height: 4px;
	width: 100%;
	display: block;
	border-bottom: var(--main) 2px solid;
	border-top: var(--main) 1px solid;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0
}
#nail_page .nail_all_list {
	padding-top: 80px;
	padding-bottom: 80px;
}
#nail_page .nail_all_list.first {
	padding-top: 0
}
#nail_page .nail_all_list.even {
	background: rgba(241,241,241,.50);
}

@media (max-width:576px) {
#nail_page .nail_all_list {
	padding-top: 30px;
	padding-bottom: 30px;
}
#nail_page .nail_all_list .h4style {
	font-size: 1.6rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/*--------------------------------------------------------------
*
* nail_detail
*
*--------------------------------------------------------------*/
.detail_view h4 {
	font-size: 2rem;
	margin-bottom: 25px;
}
.detail_view .price {
	text-align: right;
	margin-bottom: 30px;
}
.detail_view .price span {
	color: #999;
}
.detail_view .linkbtn {
	margin-bottom: 30px;
}
.detail_view .info {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
.detail_view .info li {
	font-size: 1.2rem;
	margin-bottom: 5px;
	position: relative;
}
.detail_view .info li:before {
	content: "※";
	position: absolute;
	;
	left: -15px;
	top: 0
}
.othernails a {
	border-radius: 3px;
	color: #111;
	border: #ddd 1px solid;
	display: block;
	text-align: center;
	padding: 10px;
	transition: .3s;
	font-size: 1.4rem;
}
.othernails a:hover {
	opacity: .5
}
#nail_detail .nail_category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nail_detail .nail_category ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#nail_detail .nail_category ul li i span {
	padding-left: 5px;
}

@media (max-width:768px) {
#nail_detail .nail_category ul {
}
#nail_detail .nail_category ul li {
	width: 31%;
	margin-right: 2.8%;
}
#nail_detail .nail_category ul li:nth-child(3n) {
	margin-right: 0px
}
#nail_detail .nail_category ul li a {
	border: #ddd 1px solid;
	border-radius: 4px;
	display: block;
	padding: 10px;
}
}

@media (max-width:576px) {
.othernails a br {
	display: none;
}
#nail_detail .nail_category ul li:nth-child(3n) {
	margin-right: 2.8%
}
#nail_detail .nail_category ul li {
	width: 48%;
	margin-right: 2.8%;
}
#nail_detail .nail_category ul li:nth-child(2n) {
	margin-right: 0
}
#nail_detail .nail_category ul li a {
	text-align: center;
}
}
/*--------------------------------------------------------------
*
* pager
*
*--------------------------------------------------------------*/
.pager ul {
	width: auto;
	display: flex;
	justify-content: center
}
.pager ul a {
	color: #333;
	border: #ddd 1px solid;
	border-right: none;
	display: block;
	padding: 10px 25px;
	transition: .3s
}
.pager ul li:first-child a {
	border-radius: 4px 0 0 4px;
}
.pager ul li:last-child a {
	border-radius: 0 4px 4px 0;
	border-right: #ddd 1px solid;
}
.pager ul a:hover {
	color: rgba(51,51,51,.50)
}
.pager ul li.active a {
	color: #fff;
	background: #009dbf;
	transition: .3s
}
.pager ul li.active a:hover {
	opacity: .5
}
.pager ul li.prev a:before {
	font-family: FontAwesome;
	content: "\f104";
	padding-right: 5px;
}
.pager ul li.next a:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 5px;
}

@media (max-width:576px) {
.pager ul {
	width: 100%;
}
.pager ul li {
	width: 100%;
	display: none;
	margin: 0 10px;
}
.pager ul li.next, .pager ul li.prev {
	display: block;
}
.pager ul li a, .pager ul li a:hover {
	color: #fff;
	background: rgba(217,107,101,1.00);
	text-align: center;
}
}
/*--------------------------------------------------------------
*
* news detail
*
*--------------------------------------------------------------*/
#news_detail .date {
	border-radius: 4px;
	text-align: center;
	border: #ccc 1px dotted;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 20px;
}
.news_detail_body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.news_detial_footer ul {
	width: 100%;
	display: flex;
}
.news_detial_footer ul li {
	width: 100%;
	margin-right: 20px;
}
.news_detial_footer ul li:last-child {
	margin-right: 0
}
/*--------------------------------------------------------------
*
* review
*
*--------------------------------------------------------------*/
.review_item {
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.10);
	border: #ddd 1px solid;
	width: 100%;
	display: flex;
	color: #333;
	transition: .3s;
	padding: 15px;
}
.review_item:hover {
	color: #333;
	opacity: .5
}
.review_item .review_img {
	width: 250px;
	max-width: 100px;
}
.review_item .review_body {
	padding-left: 15px;
}
.review_item .review_body h4 {
	font-size: 1.8rem;
}
.review_item .review_body .header {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width:768px) {
.review_item .review_img {
	width: 150px;
}
}

@media (max-width:400px) {
.review_item .review_img {
	width: 150px;
	max-width: 100px;
}
.review_item .review_body .header {
	padding-top: 0px;
	padding-bottom: 5px;
}
.review_item .review_body h4 {
	font-size: 4vw;
}
.review_item .comment p, .review_item .date {
	font-size: 3.4vw;
}
}
/*--------------------------------------------------------------
*
* detail
*
*--------------------------------------------------------------*/
#review_detail h4 {
	font-size: 2rem;
	padding: 15px 0
}
#review_detail .comment {
	line-height: 2
}
.review_detial_footer ul {
	width: 100%;
	display: flex;
}
.review_detial_footer ul li {
	width: 100%;
	margin-right: 20px;
}
.review_detial_footer ul li:last-child {
	margin-right: 0
}

@media (max-width:576px) {
.review_detial_footer ul {
	display: block;
}
.review_detial_footer ul li {
	margin-bottom: 15px;
}
}
/*--------------------------------------------------------------
*
* sitemap
*
*--------------------------------------------------------------*/
.sitemap a {
	background: #fff;
	color: #333;
	display: block;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	font-size: 1.3rem;
	position: relative;
	transition: .3s
}
.sitemap a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 0
}
.sitemap a:hover {
	background: var(--main);
	color: #fff;
}

@media (max-width:768px) {
.sitemap .h4style {
	margin: 0
}
.sitemap a {
	box-shadow: none;
	border-bottom: #ddd 1px solid;
}
.sitemap li:last-child a {
	border-bottom: none;
}
.sitemap .item {
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
}
/*--------------------------------------------------------------
*
* concept
*
*--------------------------------------------------------------*/
#concept_page #concept_header h4 {
	font-size: 3rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}
#concept_page #concept_header a {
	color: #333;
	transition: .3s
}
#concept_page #concept_header a span {
	width: 100%;
	display: block;
	text-align: center;
}
#concept_page #concept_header a:hover {
	opacity: .5
}
#concept_page #concept_header .Lazy {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
#concept_page #concept_header .Lazy_inner {
	overflow: hidden;
	height: 160px;
	width: 160px;
}
#concept_page .check {
	padding-top: 50px;
	padding-bottom: 50px;
}
#concept_page .check.odd {
	background: #f1f1f1;
}
#concept_page .check h4 {
	font-size: 2.2rem;
	padding: 15px 0;
}
#concept_page .check p {
	line-height: 1.8
}
#concept_page #greeting h4 {
	font-size: 2.2rem;
	margin-bottom: 50px;
	line-height: 1.8
}
#concept_page #greeting p {
	line-height: 3
}
#concept_page #greeting .logo h5 {
	border-radius: 3px;
	background: #89c997;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
}
#concept_page #greeting ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width:1200px) {
#concept_page #concept_header .Lazy {
	width: 130px;
}
#concept_page #concept_header .Lazy_inner {
	height: 130px;
	width: 130px;
}
}

@media (max-width:998px) {
#concept_page #concept_header .Lazy {
	width: 90px;
}
#concept_page #concept_header .Lazy_inner {
	height: 90px;
	width: 90px;
}
#concept_page #concept_header a span {
	font-size: 1.3rem
}
}

@media (max-width:768px) {
#concept_page #concept_header h4 {
	font-size: 2.4rem;
}
#concept_page #concept_header .Lazy {
	width: 105px;
}
#concept_page #concept_header .Lazy_inner {
	height: 105px;
	width: 105px;
}
#concept_page #greeting h4 {
	text-align: center;
}
#concept_page #greeting .logo img {
	display: block;
	margin: auto;
}
#concept_page #greeting ul {
	text-align: center;
}
#concept_page #greeting ul li {
	margin-bottom: 10px;
}
}

@media (max-width:576px) {
#concept_page #concept_header h4 {
	font-size: 1.6rem;
}
#concept_page #concept_header .Lazy {
	width: 80px;
}
#concept_page #concept_header .Lazy_inner {
	height: 80px;
	width: 80px;
	max-width: 80px;
}
#concept_page #concept_header p br {
	display: none
}
#concept_page #concept_header a {
	border: #ddd 1px solid;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#concept_page .check {
	padding-top: 30px;
	padding-bottom: 30px;
}
#concept_page .check h4 {
	font-size: 1.6rem;
}
}

@media (max-width:400px) {
#concept_page #concept_header a span {
	font-size: 3.5vw;
}
}
/*--------------------------------------------------------------
*
* itelligence_page
*
*--------------------------------------------------------------*/
#itelligence_navi ul {
	width: 100%;
	display: flex;
}
#itelligence_navi ul li {
	width: 100%;
}
#itelligence_navi ul li {
	margin-right: 10px;
}
#itelligence_navi ul li:last-child {
	margin-right: 0
}
#itelligence_navi ul li a {
	color: #333;
	border-radius: 4px;
	border: #ddd 1px solid;
	display: block;
	text-align: center;
	padding: 15px 5px;
	transition: .3s
}
#itelligence_navi ul li a.active {
	background: #009dbf;
	color: #fff;
}
#itelligence_navi ul li a:hover {
	opacity: .5
}
#itelligence_navi ul li a.active:hover {
	opacity: 1
}
#itelligence_navi ul li a:focus {
	text-decoration: none;
}

@media (max-width:998px) {
#itelligence_navi ul {
	flex-wrap: wrap;
}
#itelligence_navi ul li {
	display: inline-block;
	width: 15%;
	margin-bottom: 10px;
}
#itelligence_navi ul li:nth-child(6) {
	margin-right: 0
}
}

@media (max-width:576px) {
#itelligence_navi ul li {
	width: 23%;
	margin-right: 2%;
}
#itelligence_navi ul li:nth-child(6) {
	margin-right: 2%;
}
}
#itelligence_page .item_block {
	display: block;
}
#itelligence_page .item_block .item_header {
	background: #f1f1f1;
	display: flex;
	align-items: center;
	padding: 10px;
}
#itelligence_page .item_block .item_header h5 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0
}
#itelligence_page .item_block .item_header span {
	background: #fff;
	border-radius: 4px;
	border: #ddd 1px solid;
	padding: 3px 10px;
	margin-left: 15px;
}
#itelligence_page .item_block .item_body {
	border: #ddd 1px solid;
	margin-bottom: 3rem;
	padding: 15px;
}

@media (max-width:576px) {
#itelligence_page .item_block .item_header h5 {
	font-size: 1.4rem;
}
}
/*--------------------------------------------------------------
*
* コンテンツ
*
*--------------------------------------------------------------*/
#content_list .body {
	padding-top: 15px;
}
#content_list a .body h4 {
	color: #009dbf;
	font-size: 1.6rem;
	padding-bottom: 15px;
	font-weight: 600;
}
#content_list a {
	transition: .3s
}
#content_list a .body {
	color: #333;
	transition: .3s
}
#content_list a .body p {
	margin: 0;
	padding: 0
}
#content_list a:hover .body {
	opacity: .5
}
#content_list .content_lists .linkbtn {
	margin-top: -15px;
}

@media (max-width:768px) {
#content_list .content_lists {
	border-bottom: #ddd 1px solid;
	padding-bottom: 70px;
	margin-bottom: 40px !important;
}
}
/*--------------------------------------------------------------
*
* コンテンツ
* 	-はじめてのジェルネイル
*	-はじめてのネイルオフ
*	-はじめてのネイルケア
*
*--------------------------------------------------------------*/
.content_common {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content_common.odd, .content_common.odd .step {
	background: #fff;
}
.content_common.even, .content_common.even .step {
	background: #f1f1f1;
}
.content_common h4 {
	border-bottom: var(--main) 1px solid;
	color: var(--main);
	font-size: 2rem;
	padding-bottom: 15px;
}
.content_common .body {
	padding: 10px 0;
	margin-bottom: 20px;
}
.content_common .comment {
	border-radius: 4px;
	background: #cde4d1;
	padding: 15px;
	position: relative;
}
.content_common .comment:before {
	background: url(/assets/images/page/content/common/comment.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 131px;
	height: 17px;
	content: "";
	position: absolute;
	left: 0;
	top: -16px;
}
.content_common .body p, .content_common .comment p {
	margin: 0;
	padding: 0
}
.content_common .step {
	position: relative;
}
.content_common .step:before {
	background-repeat: none;
	-webkit-background-size: cover;
	background-size: cover;
	width: 58px;
	height: 58px;
	display: block;
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 10
}
.content_common .step1:before {
	background-image: url(/assets/images/page/content/common/step1.png);
}
.content_common .step2:before {
	background-image: url(/assets/images/page/content/common/step2.png);
}
.content_common .step3:before {
	background-image: url(/assets/images/page/content/common/step3.png);
}
.content_common .step4:before {
	background-image: url(/assets/images/page/content/common/step4.png);
}
.content_common .step5:before {
	background-image: url(/assets/images/page/content/common/step5.png);
}
.content_common .step6:before {
	background-image: url(/assets/images/page/content/common/step6.png);
}
.content_common .step7:before {
	background-image: url(/assets/images/page/content/common/step7.png);
}

@media (max-width:768px) {
.content_common {
	padding-top: 40px;
	padding-bottom: 40px;
}
}

@media (max-width:576px) {
.content_common h4 {
	font-size: 1.6rem;
	font-weight: 600
}
}
/*--------------------------------------------------------------
*
* コンテンツ
* 	-安心してネイルを楽しんで頂くために
*
*--------------------------------------------------------------*/
.beginner_step {
	margin: 0;
	padding: 0;
	list-style: none;
}
.beginner_step li {
	border-bottom: #ccc 1px dotted;
	text-align: left;
	padding-bottom: 60px;
	padding-top: 60px;
	line-height: 2;
	position: relative;
}
.beginner_step li:before {
	color: #009dbf;
	display: block;
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: 20px;
	transform: rotate(-5deg);
}
.beginner_step li.step1:before {
	content: "STEP.1"
}
.beginner_step li.step2:before {
	content: "STEP.2"
}
.beginner_step li.step3:before {
	content: "STEP.3"
}
.beginner_step li.step4:before {
	content: "STEP.4"
}
.beginner_step li.step5:before {
	content: "STEP.5"
}
.beginner_step li.step6:before {
	content: "STEP.6"
}
.beginner_step li.step7:before {
	content: "STEP.7"
}
.beginner_step li.step8:before {
	content: "STEP.8"
}
.beginner_step li.step9:before {
	content: "STEP.9"
}
.beginner_step li.step10:before {
	content: "STEP.10"
}
.beginner_step li.step11:before {
	content: "STEP.11"
}
.beginner_step h4 {
	text-align: left;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

@media (max-width:576px) {
.beginner_step li {
	padding-bottom: 30px;
}
.beginner_step h4 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
*
* 検索
*
*--------------------------------------------------------------*/
#nail_search h4 {
	font-weight: 600
}
#nail_search .radio input {
	display: none;
}
#nail_search .season1 {
	background: url(/assets/images/page/search/Season1.png) no-repeat;
}
#nail_search .season2 {
	background: url(/assets/images/page/search/Season2.png) no-repeat;
}
#nail_search .season3 {
	background: url(/assets/images/page/search/Season3.png) no-repeat;
}
#nail_search .season4 {
	background: url(/assets/images/page/search/Season4.png) no-repeat;
}
#nail_search .scene1 {
	background: url(/assets/images/page/search/scene1.png) no-repeat;
}
#nail_search .scene2 {
	background: url(/assets/images/page/search/scene2.png) no-repeat;
}
#nail_search .scene3 {
	background: url(/assets/images/page/search/scene3.png) no-repeat;
}
#nail_search .scene4 {
	background: url(/assets/images/page/search/scene4.png) no-repeat;
}
#nail_search .scene5 {
	background: url(/assets/images/page/search/scene5.png) no-repeat;
}
#nail_search .scene6 {
	background: url(/assets/images/page/search/scene6.png) no-repeat;
}
#nail_search .scene7 {
	background: url(/assets/images/page/search/scene7.png) no-repeat;
}
#nail_search .scene8 {
	background: url(/assets/images/page/search/scene8.png) no-repeat;
}
#nail_search .handle1 {
	background: url(/assets/images/page/search/Handle1.png) no-repeat;
}
#nail_search .handle2 {
	background: url(/assets/images/page/search/Handle2.png) no-repeat;
}
#nail_search .handle3 {
	background: url(/assets/images/page/search/Handle3.png) no-repeat;
}
#nail_search .handle4 {
	background: url(/assets/images/page/search/Handle4.png) no-repeat;
}
#nail_search .handle5 {
	background: url(/assets/images/page/search/Handle5.png) no-repeat;
}
#nail_search .handle6 {
	background: url(/assets/images/page/search/Handle6.png) no-repeat;
}
#nail_search .handle7 {
	background: url(/assets/images/page/search/Handle7.png) no-repeat;
}
#nail_search .handle8 {
	background: url(/assets/images/page/search/Handle8.png) no-repeat;
}
#nail_search .handle9 {
	background: url(/assets/images/page/search/Handle9.png) no-repeat;
}
#nail_search .handle10 {
	background: url(/assets/images/page/search/Handle10.png) no-repeat;
}
#nail_search .handle11 {
	background: url(/assets/images/page/search/Handle11.png) no-repeat;
}
#nail_search .handle12 {
	background: url(/assets/images/page/search/Handle12.png) no-repeat;
}
#nail_search .handle13 {
	background: url(/assets/images/page/search/Handle13.png) no-repeat;
}
#nail_search .handle14 {
	background: url(/assets/images/page/search/Handle14.png) no-repeat;
}
#nail_search .handle15 {
	background: url(/assets/images/page/search/Handle15.png) no-repeat;
}
#nail_search .handle16 {
	background: url(/assets/images/page/search/Handle16.png) no-repeat;
}
#nail_search .color1 {
	background-color: #F8BBD0;
}
#nail_search .color2 {
	background-color: #FFF9C4;
}
#nail_search .color3 {
	background-color: #FFCCBC;
}
#nail_search .color4 {
	background-color: #757575;
}
#nail_search .color5 {
	background-color: #ffcdd2;
}
#nail_search .color6 {
	background-color: #BCAAA4;
}
#nail_search .color7 {
	background-color: #fff;
}
#nail_search .color8 {
	background-color: #FFECB3;
}
#nail_search .color9 {
	background-color: #CE93D8;
}
#nail_search .color10 {
	background-color: #9E9E9E;
}
#nail_search .color11 {
	background-color: #CFD8DC;
}
#nail_search .radio input + label {
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 4px;
	border: #ddd 1px solid;
	width: 100%;
	display: block;
	padding: 13px;
	padding-left: 40px;
	text-align: left;
	cursor: pointer;
	transition: .3s;
	position: relative;
}
#nail_search .radio input:checked + label {
/*background: #009dbf;*/
	/*color: #fff;*/
}
#nail_search .radio input + label::after {
	border: #ddd 1px solid;
	background: #fff;
	width: 15px;
	height: 15px;
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
#nail_search .radio input:checked + label::before {
	font-family: FontAwesome;
	content: "\f00c";
	color: #009dbf;
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}
#nail_search #submit {
	border: none;
	border-radius: 4px;
	background: #009dbf;
	color: #fff;
	display: block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}
#nail_search #submit span {
	position: relative;
}
#nail_search #submit span::before {
	font-family: FontAwesome;
	content: "\f002";
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search .research_area {
	border-radius: 4px;
	background: #f1f1f1;
	display: block;
	padding: 15px;
}
#search .research {
	border: none;
	border-radius: 4px;
	background: #009dbf;
	color: #fff;
	display: block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	text-align: center;
	transition: .3s
}
#search_risults ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#search_risults ul li {
	background: #f1f1f1;
	border-radius: 3px;
	border: #ddd 1px solid;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

@media (max-width:768px) {
}

@media (max-width:576px) {
#nail_search h4 {
	font-size: 3.3vw;
	margin-bottom: 10px !important;
}
#search .research {
	width: 100%;
	font-size: 3.3vw;
}
#search_risults ul li {
	padding: 5px 10px;
	font-size: 2.5vw;
	margin-bottom: 2%;
}
#nail_search .radio:nth-child(even) {
	padding-right: 1%
}
#nail_search .radio:nth-child(odd) {
	padding-left: 1%
}
#nail_search .radio input + label {
	font-size: 2.5vw;
	padding-left: 25px;
}
#nail_search .radio input + label::after {
	left: 5px;
}
#nail_search .radio input:checked + label::before {
	left: 7px;
}
#nail_search #submit {
	width: 100%
}
}
#footer_links{border-top:1px solid #ddd;padding-top:60px;padding-bottom:60px}#footer_links a{display:block;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all .25s ease}#footer_links a img{display:block;margin-left:auto;margin-right:auto}#footer_links a:hover{opacity:.5}.HandNailThumbnail{aspect-ratio:1.333/1;display:block;overflow:hidden}.HandNailThumbnail img{object-fit:cover;width:100%;height:100%}/*# sourceMappingURL=style.min.css.map */