@charset "utf-8";
@font-face {
    font-family: 'icon';
    src:    url('fonts/icomoon.eot?1nrw52');
    src:    url('fonts/icomoon.eot?1nrw52#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?1nrw52') format('truetype'),
        url('fonts/icomoon.woff?1nrw52') format('woff'),
        url('fonts/icomoon.svg?1nrw52#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'icon' !important;
	display: inline-block;
	line-height: 1;
}

/* ---------------------------------------------------------------------------------
Copyright 2021.HAIR CATALOG.JP ALL RIGHTS RESERVED.

HTML CSS Selectors common 

$Revision: 5.0 $
--------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	line-height: 2;
	font-size: 12px;
	/*background-color: #FFE0E0;*/ 
	background: #fbe2e2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
   vertical-align: middle;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

ul {
	list-style-type: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
/*.clearfix {
	overflow:hidden;
}*/

.none {
	display: none !important;
}

a.opacity:hover {
	opacity:0.5;
}
.anchor {
  display: block;
  height: 0px;
  position: relative;
  top: -100px;
  overflow:hidden;
}

.fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.inv {
  opacity : 0;
  transition : all 500ms 300ms ease-out;
  transform: translate(0,50px);
}
.fade-drop {
  transform: translate(0,-50px);
}
.fade {
  transform: translate(0,0);
}
.fade-left-in {
  transform: translate(-50px,0);
}
.fade-right-in {
  transform: translate(50px,0);
}


/* 画面内に入った状態 */
.inv-on {
  opacity: 1.0;
  transform: translate(0,0);
}

/*ファーストビューエフェクト*/
.fv-effect {
  transition : all 500ms 300ms ease-out;
  transform: translate(0,0);
  opacity: 0;
}
.loaded .fv-effect {
  opacity: 1;
  transform: translate(0,0);
  transform: scale(1);
}
.loaded.sc .fv-effect {
  transition : all 0ms 0ms ease-out;
}
/*アニメーション*/
.delay0 {
  transition-delay:0ms;
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
  box-sizing: border-box;
  width: 100%;
  min-width: 1400px;
  height: 80px;
  background-color: #F5D8D9;
  border-bottom: 1px solid #F4A2A1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
.site-header {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.header-logo {
  width: 163px;
  padding: 0 0 0 60px;
}
.header-nav {
  width: calc(100% - 743px);
  height: 100%;
}
.header-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.header-nav li {
  font-size: 14px;
  line-height: 1;
  padding: 0 30px;
}
.header-nav li a{
  color: #333;
}
.header-sns {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  width: 260px;
  height: 100%;
  padding-left: 55px;
  border-left: 1px solid #F4A2A1;
  position: relative;
}
.header-sns::before {
  width: 10px;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  content:"SOCIAL";
}
.header-sns a {
  height: 20px;
  margin-right: 30px;
}

.btn-search-open {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 260px;
  height: 100%;
  background-color: #F0CACB;
  position: relative;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.btn-search-open::before {
  width: 10px;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  content:"SEARCH";
}
.btn-search-open img {
  width: 22px;
  margin-left: 8px;
}

.drawer-search {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index:98;
  opacity: 0;
	visibility: hidden;
  overflow:hidden;
  transition : all 700ms ease-out;
}
.search_open .drawer-search {
	opacity: 1;
	visibility: visible;
}
.drawer-search .header-logo {
  position: absolute;
  top:22px;
  left: 0;
}
.btn-search-close {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 260px;
  height: 80px;
  background-color: #F0CACB;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-search-close img {
  width: 24px;
  margin-left: 10px;
}
.drawer-search-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.drawer-search-ttl {
  padding: 85px 0 25px;
  background: url("../images/common_2021/h_search_ttl.svg") no-repeat center top;
  font-family: 'Cinzel', serif;
  font-size: 37px;
  line-height: 1;
  color: #333;
  text-align: center;
}
.drawer-search-inner form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 710px;
  margin: 0 auto;
}
.drawer-search-criteria {
  width: 335px;
}
.drawer-search-free {
  width: 100%;
}
.drawer-search-criteria-ttl {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #F4A2A1;
}
.drawer-search-criteria dt,
.drawer-search-free dt,
.drawer-search-word dt{
  padding: 0 0 0px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #F4A2A1;
}
.drawer-search-free dt {
  padding-left: 0;
}
.drawer-search-criteria dt {
  font-size: 14px;
  color: #C8C8C8;
}
.drawer-search-criteria dd,
.drawer-search-free dd {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 50px;
  background-color: #fff;
  border: 1px solid #8C8C8C;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  overflow:hidden;
}
.drawer-search-free #ajaxSearch_input {
  box-sizing: border-box;
  width: calc(100% - 240px);
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
}
.drawer-search-free #ajaxSearch_input::placeholder {
  color: #C8C8C8;
}
.drawer-search-free input[type="image"] {
  width: 24px;
  margin: 0 10px 0 20px;
}
.drawer-search-free input[type="submit"] {
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  padding-left: 30px;
  border: none;
  border-left: 1px solid #8C8C8C;
  background: url(../images/common_2021/h_search_btn2.svg) no-repeat 30px center #F4A2A1;
  font-size: 18px;
  line-height: 1;
}
.drawer-search-criteria dd::before {
  width: 17px;
  height: 10px;
  background-image: url("../images/common_2021/h_search_select.svg");
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content:"";
  z-index: 1;
}
.drawer-search-criteria dd select {
  width: calc(100% - 40px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  font-size: 16px;
  z-index: 2;
}
.drawer-search-word {
  width: 710px;
  padding-bottom: 35px;
  border-bottom: 1px solid #8C8C8C;
  margin: 0 auto 35px;
}
.drawer-search-word dd ul {
  display: flex;
  flex-wrap: wrap;
}
.drawer-search-word dd li {
  padding: 0 5px 5px 0;
}
.drawer-search-word dd li a {
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  border: 1px solid #F4A2A1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #F4A2A1;
}
.search_style_keyword-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  width: 335px;
  height: 50px;
  background: url("../images/common_2021/h_search_btn2.svg") no-repeat 65px center #F4A2A1;
  border: 1px solid #333333;
  border-radius: 10px;
  margin: 27px auto 0;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

#contents-wrapper:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}


/*share*/
.share-box {
	width: 97px;
	height: 53px;
	position: absolute;
	top: 157px;
	right: 0;
	z-index:3;
}
.share-box a {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 36px;
	left: 33px;
	z-index: 4;
	
 	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	-webkit-transform: translate(0, 0) scale(0);
	    -ms-transform: translate(0, 0) scale(0);
	        transform: translate(0, 0) scale(0);
}
.share-box .btn-gp {
}
.share-box .btn-tw {
 	-webkit-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	/*-webkit-animation-delay:1s;
	    -ms-animation-delay:1s;
	        animation-delay:1s;*/
}
.share-box .btn-fb {
 	-webkit-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	/*-webkit-animation-delay:0.6s;
	    -ms-animation-delay:0.6s;
	        animation-delay:0.6s;*/
}
.share-box.active .btn-gp {
	-webkit-transform: translate(-33px, -11px) scale(1);
	    -ms-transform: translate(-33px, -11px) scale(1);
	        transform: translate(-33px, -11px) scale(1);
}
.share-box.active .btn-tw {
	-webkit-transform: translate(-10px, -32px) scale(1);
	    -ms-transform: translate(-10px, -32px) scale(1);
	        transform: translate(-10px, -32px) scale(1);

}
.share-box.active .btn-fb {
	-webkit-transform: translate(19px, -36px) scale(1);
	    -ms-transform: translate(19px, -36px) scale(1);
	        transform: translate(19px, -36px) scale(1);

}
.share-box a:hover {
	opacity:0.5;

}

.share-box .icon-sns {
	width: 32px;
	height: 25px;
	padding-top: 7px;
	display: block;
	position: absolute;
	top: 36px;
	left: 29px;
	z-index: 10;
	text-align: center;
	border-radius: 16px;
	background-color: #fbe2e2;	
	cursor: pointer;
}
.share-box .icon-sns .icon {
	font-size: 16px;
	line-height: 1;
	color: #666;
}



#contents-wrapper #pagenation,
#contents-wrapper .pagenation {
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	border-top: 1px solid #7F7070;
	border-bottom: 1px solid #7F7070;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents-wrapper #pagenation a,
#contents-wrapper #pagenation span,
#contents-wrapper .pagenation a,
#contents-wrapper .pagenation span {
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	padding-right: 5px;
	padding-left: 5px;
}
#contents-wrapper #pagenation .ditto_currentpage,
#contents-wrapper .pagenation .ditto_currentpage {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#contents-wrapper #pagenation .ditto_page,
#contents-wrapper .pagenation .ditto_page {
	font-size: 14px;
	line-height: 14px;
}

#contents-wrapper #pagenation .ditto_previous_link,
#contents-wrapper #pagenation .ditto_previous_off,
#contents-wrapper .pagenation .ditto_previous_link,
#contents-wrapper .pagenation .ditto_previous_off {
	font-family: 'Cinzel', serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	padding-right: 0px;
	color: #666;
	margin-right: 120px;
}
#contents-wrapper #pagenation .ditto_next_link,
#contents-wrapper #pagenation .ditto_next_off,
#contents-wrapper .pagenation .ditto_next_link,
#contents-wrapper .pagenation .ditto_next_off {
	font-family: 'Cinzel', serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 120px;
	color: #666;
}
#contents-wrapper #pagenation .ditto_off,
#contents-wrapper .pagenation .ditto_off {
	color: #ff9999;
}
#contents-wrapper #pagenation .ditto_previous_link:hover,
#contents-wrapper #pagenation .ditto_next_link:hover,
#contents-wrapper .pagenation .ditto_previous_link:hover,
#contents-wrapper .pagenation .ditto_next_link:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}



#your-check-style {
/*	background-image: url(../images/common/bg_check_style.jpg);
	background-repeat: repeat-x;*/
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#your-check-style > span {
	display:block;
	height: 180px;
	width: 100%;
	background-image: url(../images/common/bg_check_style.jpg);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#your-check-style div#check-style-inner {
	width: 720px;
	height: 156px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 240px;
	padding-top: 24px;
}

#your-check-style h3 {
	font-family: 'Cinzel', serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	width: 240px;
	padding-top: 57px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#check-style-inner ul {
	height: 130px;
	overflow: hidden;
}
div#check-style-inner ul li {
	height: 130px;
	width: 160px;
	padding-right: 20px;
	float: left;
}
div#check-style-inner ul li a {
	display: block;
	position: relative;
}
div#check-style-inner ul li span {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(256,256,256,0.7);
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	opacity: 0;
	height: 70px;
	color: #6C6C6C;
	text-align: center;
	overflow: hidden;
	padding-top: 60px;
}


a.sprev, a.snext {
	width: 38px;
	height: 14px;
	display: block;
	position: absolute;
	top: 120px;
}
a.sprev {
	left: 75px;
	background-image: url(../images/common/btn_slide_prev.png);
	background-repeat: no-repeat;
}
a.snext {
	left: 125px;
	background-image: url(../images/common/btn_slide_next.png);
	background-repeat: no-repeat;
}
a.sprev:hover,
a.snext:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
a.sprev span, a.snext span {
	display: none;
}

#best-hit-style {
	padding: 100px 0px 50px 240px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#best-hit-style h3 {
	width: 84px;
	position: absolute;
	left: 0px;
	top: 200px;
	bottom: 0px;
	font-family: Cinzel, serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
}
#best-hit-style h3 .best {
	font-size: 18px;
	display: block;
	padding-bottom: 15px;
	text-align: center;
}
#best-hit-style h3 .length {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #000;
}

#best-hit-style ul {
}
#best-hit-style li {
	width: 160px;
	padding-right: 20px;
	float: left;
	padding-bottom: 40px;
}

#best-hit-style .item a,
#best-hit-style .item a img {
    display: block;
    position: relative;
}
#best-hit-style .item a {
    overflow: hidden;
}
#best-hit-style .item a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#best-hit-style .item a span {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(256,256,256,0.7);
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	opacity: 0;
	height: 70px;
	color: #6C6C6C;
	text-align: center;
	overflow: hidden;
	padding-top: 60px;
}


#ba-bset {
	width: 100%;
	min-width: 1020px;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
#ba-bset .inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#ba-bset h3 {
	text-align: center;
	height: 65px;
}
#ba-bset h3 img {
	display:inline !important;
}
#ba-bset ul {
	overflow: hidden;
}
#ba-bset li {
	float: left;
	width: 478px;
	padding-right: 16px;
	padding-bottom: 22px;
	padding-left: 16px;
}
#ba-bset li span {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	display: block;
	padding-top: 18px;
}
#ba-bset li a:hover {
	text-decoration: none;
	
}
#ba-bset li a:hover img {
	-ms-filter: "alpha( opacity=50 )";
	opacity:0.5 !important;
}


/* Best STYLIST */
#best_stylist {
  padding: 32px 0px 45px;
  background-color: #fff;
}
#best_stylist h2 {
  padding-bottom: 25px;
	text-align: center;
}
#best_stylist h2 .en {
	display: block;
	padding-top: 13px;
	font-family: 'Cinzel', serif;
	font-size: 42px;
	line-height: 1;
	color: #333;
	height: 35px;
	vertical-align: top;
}
#best_stylist h2 .jp {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1;
	color: #333;
}
.staff-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 17px 0px 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.staff-tab li {
  box-sizing: border-box;
  display: block;
  height: 43px;
  padding: 15px 22px 0;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #666;
  position: relative;
  cursor: pointer;
}
.staff-tab li.select {
  font-weight: bold;
  color: #000;
}
.staff-tab li:hover::after,
.staff-tab li.select::after {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #999;
  color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  content:"";
}
.staff-content {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
}
.staff-content li {
  width: 220px;
  position: relative;
  counter-increment: staff-count;
}
.staff-content li a {
  display: block;
}
.staff-content li a::before {
  font-family: 'Cinzel', serif;
  font-size: 45px;
  line-height: 1;
  font-style: italic;
  color: #251e1c;
  position: absolute;
  top: -3px;
  left: 0;
  content: counter(staff-count);
  z-index: 3;
}
.staff-content li .img {
  width: 190px;
  padding-bottom: 25px;
  margin: 0 auto;
}
.staff-content li .img img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: 50%;
}
.staff-content li .area {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #999;
  text-align: center;
}
.staff-content li .area img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.staff-content li .brand {
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.staff-content li .name {
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.staff-content li .btn {
  box-sizing: border-box;
  display: block;
  height: 36px;
  padding-top: 11px;
  border: 1px solid #cccccc;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}



/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#page-top,
#page-top2 {
	height: 93px;
	width: 25px;
	position: fixed;
	top: 60%;
	right: 5px;
	z-index: 100;
}
#page-top a img,
#page-top2 a img {
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#page-top a:hover img,
#page-top2 a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#footer-wrapper {
  width: 100%;
  padding: 100px 0 40px;
  min-width: 1400px;
  background-color: #FBF3F2;
}
#footer-wrapper a {
  color: #333;
}

.footer-nav-wrap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}
.footer-nav-wrap h2 {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 40px;
}
.footer-nav-wrap h2.footer-logo {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 80px;
}
.footer-logo img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
.footer-nav-wrap nav {
  width: 200px;
  padding: 0 20px;
}
.footer-nav-wrap h3 {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #F4A2A1;
  margin-bottom: 12px;
}
.footer-nav-wrap li {
  padding-bottom: 5px;
}

#footer-block {
  padding-top: 60px;
  border-top: 1px solid #707070;
}
.footer-search-txt {
  width: 920px;
  margin: 0 auto 80px;
}
.footer-search-txt a {
  font-size: 12px;
  font-weight: 500;
  color: #F4A2A1!important;
}
.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.footer-sns a {
  width: 50px;
  margin: 0 15px;
}
#copyright {
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}




/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; overflow:visible;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; overflow: visible;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#000; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px; padding-top:0px; overflow: hidden !important;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#fff;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{
	position: absolute;
	top: 10px;
	right: -50px;
	display: block;
	color: #fff;
	z-index: 999;
  font-size: 40px;
          line-height: 1;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
