@charset "shift_jis";

@media screen and (min-width: 1030px) {
html,
body {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height:1.8;
}
.inner {
	width: 1028px;
	margin: 0 auto;
}
.blank {
	position: relative;
	padding-right: 15px;
}
.blank:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 3px;
}
.alpha a:hover,
.alphaOver a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
strong.underLine {
	font-weight: bold;
	color: #ec3b76;
	position: relative;
	border-bottom: 3px solid #ffd800;
}
sup{ 
	font-size: 70%;
	vertical-align: super;
}
/* -----------------------------------------------------------------------------

	�w�b�_�[

----------------------------------------------------------------------------- */
header {
	width: 100%;
	background: #fff;
}
/* headerTop
---------------------------------------------*/
#headerTop {
	height: 35px;
	background: rgba(33,152,212,1);
	background: -moz-linear-gradient(left, rgba(33,152,212,1) 0%, rgba(91,196,182,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33,152,212,1)), color-stop(100%, rgba(91,196,182,1)));
	background: -webkit-linear-gradient(left, rgba(33,152,212,1) 0%, rgba(91,196,182,1) 100%);
	background: -o-linear-gradient(left, rgba(33,152,212,1) 0%, rgba(91,196,182,1) 100%);
	background: -ms-linear-gradient(left, rgba(33,152,212,1) 0%, rgba(91,196,182,1) 100%);
	background: linear-gradient(to right, rgba(33,152,212,1) 0%, rgba(91,196,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2198d4', endColorstr='#5bc4b6', GradientType=1 );
	color: #fff;
	font-size: 12px;
}
#headerTop .inner {
	width: 1028px;
	margin: 0 auto;
}
#headerTop p {
	padding-top: 6px;
	float: left;
}
#headerTop ul {
	float: right;
	padding-top: 6px;
}
#headerTop ul li {
	display: inline-block;
	margin-left: 16px;
}
#headerTop ul li a {
	color: #fff;
	padding-left: 10px;
	background: url(/brand/eyebon/img/icon_arrow01.png) left 3px no-repeat;
	position: relative;
}
#headerTop ul li a.is-store {
	background: none;
	padding-left: 0;
}
#headerTop ul li a.is-store svg {
	position: relative;
	bottom: -2px;
}
#headerTop ul li a:hover {
	text-decoration: underline;
}
#headerTop ul li:first-child a {
	padding-left: 16px;
	background: url(/brand/eyebon/img/icon_home.png) left 2px no-repeat;
}
#headerTop ul li:nth-child(2) a {
	padding-right: 10px;
}
#headerTop ul li:nth-child(3) a {
	padding-right: 15px;
}
#headerTop ul li:nth-child(2) a:after,
#headerTop ul li:nth-child(3) a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/eyebon/img/icon_blank01.gif) left top no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}
#headerTop ul li.separate {
	padding-left: 20px;
	position: relative;
}
#headerTop ul li.separate:before {
	content: '';
	display: block;
	width: 1px;
	height: 1em;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#headerTop ul li a.is-cart {
	padding-left: 0;
	padding-right: 0;
	background: none;
}
#headerTop ul li a.is-cart svg {
	vertical-align: middle;
	margin-right: 3px;
}
#headerTop ul li .l-headerTop_navi_home {
	fill: #fff;
}
#headerTop sup{
	display: inline-block;
    font-size: 9px;
	vertical-align: inherit;
    transform: translateY(-4px);
}
/* headerBtm
---------------------------------------------*/
#headerBtm {
	position: relative;
}
#headerBtm:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #eee;
}
#headerBtm .inner {
	width: 1028px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
#headerBtm h1 {
	padding: 14px 5px 16px 5px;
	float: left;
	width: 150px;
	text-align: center;
}
#headerBtm nav {
	margin-left: auto;
}
#headerBtm nav > ul > li {
	float: left;
	position: relative;
}
#headerBtm nav > ul > li > a {
	line-height: 1.4;
	height: 108px;
	padding: 0 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
/*
#headerBtm nav > ul > li > a:before {
	content: " ";
	width: 1px;
	height: 58px;
	background: #ddd;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}*/
#headerBtm nav > ul > li:hover > a,
#headerBtm nav > ul > li.active > a {
	font-weight: bold;
}
#headerBtm nav > ul > li:hover:before,
#headerBtm nav > ul > li.active:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #009dca;
}
#headerBtm nav .sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 139px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	display: none;
}
#headerBtm nav .sub li a {
	padding: 12px 7px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	display: block;
	line-height: 1.5;
}
#headerBtm nav .sub li:last-child a {
	border-bottom: none;
}
#headerBtm nav .sub li:hover a {
	font-weight: bold;
}
#headerBtm nav > ul > li.active > a {
	font-weight: bold;
}
#headerBtm nav > ul > li:hover:before,
#headerBtm nav > ul > li.active:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #009dca;
}
/* -----------------------------------------------------------------------------

	�t�b�^�[

----------------------------------------------------------------------------- */
footer {
	border-top: 2px solid #0080cc;
}
footer .inner {
	width: 1028px;
	margin: 0 auto;
	padding: 20px 0 30px;
	font-size: 12px;
}
footer ul {
	margin-bottom: 16px;
}
footer ul li {
	display: inline-block;
	padding: 1px 9px 1px 11px;
	border-left: 1px solid #0080cc;
	line-height: 1;
}
footer ul li:first-child {
	border: none;
	padding-left: 0;
}
footer ul li a {
	color: #0080cc !important;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	float: right;
	margin-right: 28px;
}
footer small {
	color: #5c5c5c;
	float: right;
	margin-right: 28px;
}
/* �y�[�W�g�b�v
---------------------------------------------*/
.pageTopWrap {
	background:#fff;
}
.pageTop {
	width: 1028px;
	margin: 0 auto;
	text-align: right;
}
.pageTop img:hover {
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}
/* -----------------------------------------------------------------------------

	�֘A���E�u�����h���

----------------------------------------------------------------------------- */
aside section {
	width: 1028px;
	margin: 0 auto;
}
/* �֘A���
---------------------------------------------*/
aside .relationInfo {
	padding: 60px 0 120px;
}
aside .relationInfo .ttl01 span {
	color: #f30041;
	background: #fff;
}
aside .relationInfo li {
	width: 242px;
	margin-right: 20px;
	float: left;
}
aside .relationInfo li:last-child {
	margin: 0;
}
aside .relationInfo li a {
	display: block;
	height: 100%;
	position: relative;
}
aside .relationInfo li a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 6px;
	top: 6px;
}
aside .relationInfo li a.iconWhite:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/eyebon/img/icon_blank01.gif) left top no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
}
aside .relationInfo li p {
	padding: 15px 20px 20px 20px;
	box-sizing : border-box;
	vertical-align: middle;
	line-height: 1.5;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}
aside .relationInfo li b {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 6px;
}
aside .relationInfo li p small {
	font-size:12px;
}
/* �u�����h���
---------------------------------------------*/
aside .brandList {
	padding: 0 0 20px;
}
aside .brandList ul.slick-slider {
	width: 890px;
	margin: 0 auto;
}
aside .brandList ul li.slide {
	border: 1px solid #e1edfc;
	margin: 10px;
}
aside .brandList ul li.slide a {
	display: block;
}
aside .brandList ul li.slide p {
	background: #e1edfc;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
aside .brandList .slick-dots {
	text-align: center;
	margin: 12px 0 0 0;
}
aside .brandList .slick-dots li {
	display: inline-block;
	margin: 0 7px;
	font-size: 0;
}
aside .brandList .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	border-radius: 50%;
	text-indent: -9999px;
	border: none;
	padding: 0;
}
aside .brandList .slick-dots li.slick-active button {
	background: #0080cc;
}
/* next back */
aside .brandList .slick-arrow {
	position: absolute;
	top: 78px;
	margin-top: -31px;
	z-index: 10;
	border: none;
	background: none;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
aside .brandList .slick-arrow:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
aside .brandList .slick-next {
	background: url(/brand/eyebon/img/btn_next.png) 0 0 no-repeat;
	background-size: 28px;
	-webkit-background-size: 28px;
	right: -65px;
}
aside .brandList .slick-prev {
	background: url(/brand/eyebon/img/btn_prev.png) 0 0 no-repeat;
	background-size: 28px;
	-webkit-background-size: 28px;
	left: -65px;
}
/* -----------------------------------------------------------------------------

	����

----------------------------------------------------------------------------- */
/* under_mv
---------------------------------------------*/
#under_mv {
	position: relative;
	background: #f5f5f5;
	padding-bottom: 24px;
}

#under_mv:after {
	content: " ";
	position: absolute;
	background: url(/brand/eyebon/img/bg_wave01_bottom.png) repeat-x left bottom;
	height: 24px;
	width: 100%;
	left: 0;
	bottom: 0;
}
#under_mv .inner{
	width: 1028px;
	margin: 0 auto;
	height: 275px;
	display: flex;
	align-items: center;
}
#under_mv .inner #title{
	font-size: 40px;
	color: #2e6480;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: -.05em;
	text-shadow:0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff,0px 0px 5px #fff,0px 0px 6px #fff,0px 0px 7px #fff,0px 0px 8px #fff,0px 0px 9px #fff,0px 0px 10px #fff;
}
/* title
---------------------------------------------*/
.ttl01 {
	margin-bottom: 40px;
	text-align: center;
	color: #0172ab;
	font-size: 45px;
	position: relative;
	font-weight: 200;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #0172ab;
}
.ttl01 span {
	background:#fff;
	padding: 0 30px;
	position: relative;
	font-weight: 200;
}
.ttl02 {
	margin-bottom: 25px;
	text-align: center;
	color: #007cc6;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.ttl02:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background: #007cc6;
}
.ttl02 span {
	background: #fff;
	padding: 0 30px;
	position: relative;
}
/* title
---------------------------------------------*/
.ttl01 {
	margin-bottom: 40px;
	text-align: center;
	color: #0172ab;
	font-size: 45px;
	position: relative;
	font-weight: 200;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #0172ab;
}
.ttl01 span {
	background:#fff;
	padding: 0 30px;
	position: relative;
	font-weight: 200;
}
.ttl02 {
	margin-bottom: 25px;
	text-align: center;
	color: #007cc6;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.ttl02:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background: #007cc6;
}
.ttl02 span {
	background: #fff;
	padding: 0 30px;
	position: relative;
}
/* contents
---------------------------------------------*/
.contents {
	padding-bottom: 60px;
}
.contents li {
	float:left;
	width:50%;
	margin: 0;
	background-color:#fff;
	border:1px solid #ddd;
	box-sizing : border-box ;
}
.contents li:nth-child(2n) {
	margin-right:0;
	border-left: none;
}
.contents li:nth-child(3),
.contents li:nth-child(4) {
	border-top: none;
}
.contents li:hover {
	box-shadow: 0 0 0 5px #f1f1f1 inset;
}
.contents li a {
	display:block;
	height:100%;
}
.contents li a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.contents li img {
	float: left;
	padding: 20px;
}
.contents li div {
	padding: 20px 60px 20px 0px;
	display: table;
	width: 310px;
	height: 200px;
	box-sizing : border-box;
	vertical-align: middle;
	line-height: 1.5;
	color: #333;
}
.contents li dl {
	display:table-cell;
	vertical-align:middle;
}
.contents li dl dt {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	color: #eb6386;
	display: block;
	margin-bottom: 5px;
}
/* �V�F�A
--------------------------------------------*/
.share {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 40px 0 0;
}
.share dl {
	width: 1028px;
	margin: 0 auto;
}
.share dt,
.share dd {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.share dt {
	background: #f0f0f0;
	width: 328px;
}
.share dd {
	background: #fefefe;
	width: 350px;
	position: relative;
}
.share dd a {
	display: table-cell;
	height: 60px;
	width: 350px;
	vertical-align: middle;
}
.share dd a:hover {
	background: #fafafa;
}
.share dd img {
	padding-right: 5px;
}
.share dd:nth-child(2) a:after {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: #dbdbdb;
	position: absolute;
	top: 13px;
	right: 0;
}
/* �R���e���c�i�r
--------------------------------------------*/
.contentsNav {
	padding: 80px 0 40px;
}
.contentsNav nav ul {
	text-align: center;
}
.contentsNav nav ul li {
	display: inline-block;
}
.contentsNav nav ul li a {
	padding: 1px 13px 1px 20px;
	border-left: 1px solid #333;
	line-height: 1;
	display: block;
	font-size:14px;
}
.contentsNav nav ul li a:hover {
	text-decoration: underline;
}
.contentsNav nav ul li:first-child a {
	border: none;
}
.contentsNav nav ul:first-child li:first-child a {
	border: none;
	background: url(/brand/eyebon/img/icon_home.png) left 2px no-repeat;
}
/* contentsLinks
---------------------------------------------*/
#contentsLinks {
	width: 1024px;
	margin: 30px auto;
}
#contentsLinks ul{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#contentsLinks ul li {
	float: left;
	margin-bottom: 30px;
}
#contentsLinks ul li:nth-child(even) {
	float: right;
}
#contentsLinks ul li a:hover{
	opacity: 0.5;
}
/* modal
---------------------------------------------*/
.c-store-modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-store-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.c-store-modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.c-store-modal_inner ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 789px;
    margin: 40px auto 0;
  }
.c-store-modal_inner ul li {
  margin: 7px 0 0;
}
.c-store-modal_ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 2.16rem;
  font-weight: bold;
  text-align: center;
}
.c-store-modal_ttl::before {
  display: inline-block;
  width: 24px;
  height: 25px;
  margin: 0 9px 0 0;
  background: url(/brand/eyebon/img/ico_cart02.svg) no-repeat center;
  background-size:100% 100%;
  content: "";
}
.c-store-modal_cont {
  margin-top: 20px;
}
.c-store-modal_subttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: -10px;
}
.c-store-modal_btn {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 135px;
  height: 30px;
  margin: 31px auto 0;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 1.3rem;
}
.c-store-modal_inner ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 789px;
    margin: 40px auto 0;
  }
  .c-store-modal_inner ul li {
    width: 237px;
    margin: 27px 13px 0;
  }
  .c-store-modal_inner ul li:nth-of-type(-n+3) {
    margin-top: 0;
  }
	.c-store-modal_inner ul li img {
		width: 100%;
	}
  .c-store-modal_ttl {
    font-size: 2.16rem;
  }
  .c-store-modal_ttl::before {
    width: 34px;
    height: 36px;
    margin-right: 17px;
  }
  .c-store-modal_cont {
    margin-top: 40px;
  }
  .c-store-modal_subttl {
    font-size: 2.2rem;
    margin-bottom: -30px;
  }
  .c-store-modal_btn {
    width: 180px;
    height: 40px;
    margin: 61px auto 0;
    border-radius: 4px;
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-store-modal_btn:hover {
    opacity: 0.8;
  }
/* CM movie
---------------------------------------------*/
.c-movie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c-movie ul li {
	width: 100%;
	max-width: 640px;
}
.c-movie ul li + li {
	margin-top: 40px;
}
.c-movie .lead {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
	padding: 0 10px;
}
.c-movie .thumb {
	background-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.c-movie .thumb:before {
	content: '';
	display: block;
	padding-top: 56.25%;
	z-index: 1;
}
.c-movie .thumb iframe,
.c-movie .thumb a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}


@media screen and (max-width: 1029px) {
html,
body {
	width: 100%;
	background: #ffffff;
	color: #333333;
	font-size: 11px;/* -webkit-text-size-adjust: none; iPhone */
	line-height:1.8;
}
article#main {
	padding-top: 51px;
	position: relative;
	top: 0;
	right: 0;
	z-index: 10;
}
img {
	width:100%;
	height:auto;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
section {
	padding: 30px 10px 0;
}
#contentsWrap {
	position: relative;
	z-index: 10;
}
#contentsWrap > .inner {
	margin: 0 10px;
}

ul.list {
	font-size: 0;
}
ul.list li {
	display: inline-block;
	font-size: 11px;
	vertical-align: top;
}
ul.list li:first-child {
	margin-left: 0 !important;
}
#pagetop {
	display: block;
	background: url(/brand/eyebon/sp/img/sp_pagetop_bg.png) repeat-x center top;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 48px;
	line-height: 48px;
}
#pagetop span {
	background: url(/brand/eyebon/sp/img/sp_pagetop_arrow.png) no-repeat left center;
	background-size: 12px;
	padding-left: 15px;
}

#contentsWrap h2 {
	/*position: absolute;
	top: 77px;
	left: 0;*/
}
#contentsWrap h3 {
	margin-bottom: 15px;
}
.clm_white {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
}

strong.underLine {
	font-weight: bold;
	color: #ec3b76;
	position: relative;
	border-bottom: 3px solid #ffd800;
}
sup{ 
	font-size: 70%;
	vertical-align: super;
}

/* �w�b�_�[
------------------------------------------------------------------*/
header {
	width:100%;
	height:60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	display:  flex;
	align-items: center;
}
header h1 {
	width: 70px;
	margin: 0 3.5% 0;
}
header #menu {
	width: 51px;
	height: 51px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #39abc8;
}
header #menu_list {
	display: none;
	position: fixed;
	top: 51px;
	left: 0;
	width: 100%;
}
header #menu_list li {
	height: 51px;
}
header #menu_list li a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 51px;
	color: #c00334;
	padding-left: 60px;
}
header #menu_list li a:before {
	position: absolute;
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	top: 6px;
	left: 10px;
}
header p#menu.fixed {
	position:fixed;
}
#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}

header p#store {
	position:fixed;
	width:60px;
	height:60px;
	right:121px;
	/* right: 61px; */
	top:0;
	text-indent:-9999px;
	background:#fff url(/brand/eyebon/sp/img/btn_store.png) no-repeat center ;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	border-left: 1px solid #3aabc8;
}

header p#cart {
	position:fixed;
	width:60px;
	height:60px;
	right:60px;
	top:0;
	text-indent:-9999px;
	background:#fff url(/brand/eyebon/sp/img/btn_cart01.png) no-repeat center ;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	border-left: 1px solid #3aabc8;
}
header p#cart a{
	display: block;
	height: 60px;
	width: 60px;
}
.open header p#store {
	right:0;
	position: absolute;
	top: 0;
}
.open header p#cart {
	right:0;
	position: absolute;
	top: 0;
}

header p#store a{
	display: block;
	width:60px;
	height:60px;
	
}
header p#menu {
	position:fixed;
	width:60px;
	height:60px;
	right:0;
	top:0;
	text-indent:-9999px;
	background:url(/brand/eyebon/sp/img/btn_menu.png) no-repeat center #39abc8;
	background-size: 37px auto;
	-webkit-background-size: 37px auto;
}
header p#menu.open {
	background: url(/brand/eyebon/sp/img/btn_menu_close.png) no-repeat  center #39abc8;
	background-size: 37px auto;
	-webkit-background-size: 37px auto;
}

/* �V�F�A
--------------------------------------------*/
#shareArea {
	background-color:#ececec;
	overflow: hidden;
	position: relative;
	margin-bottom:35px;
}
#shareArea p {
	font-size:16px;
	text-align:center;
	padding:10px 0;
	background-color:#0080cc;
	color: #fff;
	font-weight:bold;
}

#shareArea ul {
	float: left;
	margin: 0;
	padding: 15px 0;
	position: relative;
	left: 50%;
}
#shareArea ul li {
	width:50px;
	float: left;
	margin-right: 20px;
	position: relative;
	left: -50%;
}
#shareArea ul li:last-child {
	margin-right:0;
}

/* �֘A���
--------------------------------------------*/
#relationInfo {
	margin-bottom:35px;
}
#relationInfo h4 {
	font-size:17px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom:1px solid #b4b4b4;
}

#relationInfo li {
	border-bottom:1px solid #b4b4b4;
}
#relationInfo li a {
	display:table;
	width:100%;
	padding:13px 20px;
	overflow:hidden;
	background: url(/brand/eyebon/sp/img/common_arrow03.png) no-repeat 97% center;
	background-size:13px;
	-webkit-background-size:13px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
#relationInfo li span.icon {
	width:57px;
	height:57px;
	display:table-cell;
}

#relationInfo li p {
	display:table-cell;
	vertical-align:middle;
	padding: 0 2% 0 15px;
	height: 57px;
	font-size: 13px;
	line-height: 1.5;
}
#relationInfo li p b {
	display: block;
	font-size: 14px;
	color:#39abc8;
}
#relationInfo li p small {
	font-size:11px;
}

/* �u�����h���
--------------------------------------------*/
#brandList h4 {
	font-size:17px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 10px;
}

#brandList ul {
	width: 100%;
	border-top:1px solid #0080cc;
	box-sizing: border-box;
}
#brandList ul li {
	width:50%;
	float: left;
	box-sizing: border-box;
	display: table;
	border-bottom: 1px solid #0080cc;
}
#brandList ul li:nth-child(odd) {
	border-right:1px solid #0080cc;
}
#brandList ul li a {
	display: block;
}
#brandList ul li a span {
	display: block;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding: 8px 5px;
	background-color:#e4efff;
	font-weight: lighter;
}

/* �t�b�^�[
--------------------------------------------*/
.footerSP {
	position: relative;
	z-index: 9;
}
footer {
	padding:35px 0;
}
footer ul {
	overflow:hidden;
	position:relative;
}

footer ul {
	margin:0 auto;
	padding: 0 10px;
	text-align:center;
}
footer ul li {
	margin-bottom:15px;
	line-height: 1;
	display: inline-block;
}
footer ul li :nth-child(2n+1) {
	margin-right: 5px;
}
footer ul li a {
	display: inline;
	color: #333;
	margin-bottom:15px;
}
footer ul li a span {
	background: url(/brand/eyebon/sp/img/common_arrow01.png) left center no-repeat;
	background-size: 5px auto;
	-moz-background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-o-background-size: 5px auto;
	padding: 0 0 0 10px;
	font-size: 12px;
}
footer p {
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 42.8125%;
	margin: 0 auto;
}
footer p img{
	width:100% !important;
	height: auto !important;
}
footer small {
	display: block;
	text-align: center;
	font-size: 9px;
}


/* info
--------------------------------------------*/
#info {
	padding: 36px 15px 18px;
	margin: 0;
}
#info #info_btn {
	display: block;
	width: 72.75%;
	margin: 0 auto;
}
#info h4 {
	margin: 36px 0 20px;
}
#info ul.list li {
	width: 48.5%;
	margin-left: 3%;
}


/* �i�r�Q�[�V����
------------------------------------------------------------------*/

#sideNavi {
	width:84%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	padding-bottom:35px;
	background:#fff;
}

#sideNavi > div {
	width:100%;
	height: 60px;
	border-bottom: 2px solid #39abc8;
}
#sideNavi > div p{
	width: 65px;
	text-align: center;
	margin: 0 auto;
	top: 10px;
	left: 50%;
	position: absolute;
	margin-left: -32.5px;
}
#sideNavi .siteNavi li {
	width:100%;
	font-size:15px;
	position:relative;
}

#sideNavi .siteNavi li a {
	display:block;
	height: 100%;
	border-bottom: 1px solid #b4b4b4;
	font-size:15px;
	color:#333333;
	padding: 17px 35px 17px 17px;
	position:relative;
}

#sideNavi .siteNavi li a:before {
	content:"";
	width:16px;
	height:16px;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-7px;
	background: url(/brand/eyebon/sp/img/navi_arrow.png) no-repeat center #39abc8;
	right: 15px;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
}

#sideNavi .siteNavi li.active a {
	background-color:#d4f0f8;
	font-weight:bold;
	color:#39abc8;
}
#sideNavi .siteNavi li.toggle dt{
	padding:17px;
	font-size:15px;
	position: relative;
	border-bottom: 1px solid #b4b4b4;
}
#sideNavi .siteNavi li.toggle dt:after {
	content:"";
	width: 16px;
	height: 2px;
	position:absolute;
	display: block;
	right: 15px;
	top:50%;
	margin-top: -1px;
	background: #39abc8;
}
#sideNavi .siteNavi li.toggle dt:before {
	content:"";
	width: 2px;
	height: 16px;
	position:absolute;
	display: block;
	right: 22px;
	top:50%;
	margin-top: -8px;
	background: #39abc8;
}
#sideNavi .siteNavi li.toggle dt.open:before {
	display:none;
}

#sideNavi .siteNavi li.toggle dd ul li a{
	padding-left: 30px;
	background:#fafafa;
}

#sideNavi .productNavi  {
	padding-left:6%;
	margin-top:20px;
	margin-bottom:40px;
}
#sideNavi .productNavi li {
	margin-bottom:15px;
}
#sideNavi .productNavi li a{
	display:block;
	padding-left:15px;
	background:url(/brand/eyebon/sp/img/common_arrow02.png) no-repeat left center;
	background-size:5px;
	-webkit-background-size:5px;
	font-size:13px;
	color:#333;
}
#sideNavi p.close {
	width: 190px;
	padding:10px;
	border:2px solid #39abc8;
	font-size:15px;
	margin:0 auto;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	padding-left: 35px;
	position:relative;
}
#sideNavi p.close:before {
	content:"";
	width:16px;
	height:16px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-8px;
	border-radius:50%;
	background: url(/brand/eyebon/sp/img/navi_icon_close_navi.png) no-repeat center  #39abc8;
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	}


/* under_mv
---------------------------------------------*/
#under_mv {
	position: relative;
	background: #f5f5f5;
	padding: 1px 5%;
}

#under_mv:after {
	content: " ";
	position: absolute;
	background: url(/brand/eyebon/sp/img/bg_wave01_bottom.png) repeat-x left bottom;
	background-size: 50%;
	height: 100%;
	min-height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
}

#under_mv .inner{
	margin: 0 auto 0;
	height: 35vw;
	display: flex;
	align-items: center;
}

#under_mv .inner #title{
	font-size: 5.5vw;
	color: #2e6480 !important;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: -.05em;
	text-shadow:0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff,0px 0px 5px #fff,0px 0px 6px #fff,0px 0px 7px #fff,0px 0px 8px #fff,0px 0px 9px #fff,0px 0px 10px #fff;
}




/* title
---------------------------------------------*/
.ttl01 {
	text-align: center;
	color: #39abc8;
	font-size: 5.5vw;
	font-weight: normal;
	position: relative;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	background: #39abc8;
}
.ttl01 span {
	padding: 0 30px;
	position: relative;
	background: #fff;
}

/* contentsLinks
---------------------------------------------*/

#contentsLinks ul{
	overflow: hidden;
	margin-top: 5%;
	padding: 0 1% 5%;
}



#contentsLinks ul li a{
	margin:  2%;
	background: #39abc8;
	display: block;

}

#contentsLinks ul li img {
	width: 100%;
	max-width: inherit;

}


#contentsLinks ul li a span{
	display: block;
	text-align: center;
	color: #fff;
	padding: 2% 0 4%;
	font-size: 2.2vw;
	font-weight: bold;
}

#contentsLinks .slick-dots {
	position: absolute;
	bottom: -5px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	
}

#contentsLinks .slick-dots li{
	display:inline-block;
	background: #ccc;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-indent: -9999px;
	margin: 0 5px;
	cursor: pointer;
}

#contentsLinks .slick-dots li.slick-active{
	background: #39abc8;
}

#contentsLinks .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	z-index: 10;
}

#contentsLinks .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	z-index: 10;
}
.c-store-modal {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-store-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-store-modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
.c-store-modal_inner ul {
    width: 60%;
    margin: 20px auto 0;
  }

  .c-store-modal_inner ul li {
		margin-top: 10px;
  }



  .c-store-modal_ttl {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
		color: #fff;
  }

  .c-store-modal_ttl::before {
    display: inline-block;
    width: 24px;
    height: 25px;
    margin: 0 9px 0 0;
    background: url(/brand/eyebon/img/ico_cart02.svg) no-repeat center;
    background-size: 100% 100%;
    content: "";
  }

  .c-store-modal_cont {
    margin-top: 20px;
  }

  .c-store-modal_subttl {
    font-size: 2.2rem;
    margin-bottom: -30px;
  }

  .c-store-modal_btn {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 135px;
    height: 30px;
    margin: 31px auto 0;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 1.2rem;
		color: #fff;
  }


  /* CM movie
---------------------------------------------*/

.c-movie ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c-movie ul li {
	width: 100%;
}
.c-movie ul li + li {
	margin-top: 20px;
}
.c-movie .lead {
	text-align: center;
	margin-top: 10px;
	line-height: 1.4;
	padding: 0 10px;
}
.c-movie .thumb {
	background-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.c-movie .thumb:before {
	content: '';
	display: block;
	padding-top: 56.25%;
	z-index: 1;
}
.c-movie .thumb iframe,
.c-movie .thumb a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}