@charset "utf-8";

body {
	color: #000;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","小塚ゴシック","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 1.8 !important;
	margin-top: -1px;
}



/* hdnews */
.hdnews {
	background:#fff;
	color:#000;
	text-align:center;
	padding:5px;
	font-size:11px;
  border-bottom: solid 1px #e8e8e8;
}
.hdnews a {
	color:#000;
	text-decoration: none;
}
.hdnews strong {
	background:#000;
	color:#FFF;
	padding:3px;
	font-size:10px;
	font-weight: normal;
}

.hdnews.no {
  display: none;
}


/* #header */
#header {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1;
  /*margin-bottom: 25px;*/
  color: #000;
}

#header a {
  color: #000;
}



#header .header_above {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: solid 1px #e8e8e8;
  font-size: 13px;
}

#header .header_above .logo {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#header .header_above .logo a {
  display: block;
  width: 152px;
  height: 32px;
  background: url(/s/brand/aquagirl/common/img/logo_black.png) 50% 50% / cover no-repeat;
  text-indent: -9999px;
}




#header .header_above .area_search {
  width: 302px;
  height: 40px;
  position: relative;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  overflow: hidden;
}

#header .header_above .area_search::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
  top: 9px;
  background: url(/s/brand/aquagirl/common/img/icon_search.png) 50% 50% / cover no-repeat;
}

#header .header_above .btn_search {
  float: right;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e2e2e2;
  position: relative;
  background: #fff;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;/* property duration timing delay */
}

#header .header_above .btn_search:hover {
  border: solid 1px #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;/* property duration timing delay */
}

#header .header_above .btn_search::after {
	content: 'SEARCH';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#header .header_above .btn_search:hover::after {
  color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;/* property duration timing delay */
}

#header .header_above .txt_search {
  float: left;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 40px;
  width: 160px;
  outline: none;
  font-size: 10px;
  border-bottom: solid 1px #e2e2e2;
  text-indent: 5px;
}

#header .header_above .txt_search::-webkit-input-placeholder {color: #e2e2e2;}
#header .header_above .txt_search::-ms-input-placeholder {color: #e2e2e2;}
#header .header_above .txt_search::-moz--input-placeholder {color: #e2e2e2;}
#header .header_above .txt_search::input-placeholder {color: #e2e2e2;}


#header .header_above .nav_member,
#header .header_above .nav_sns
 {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -moz-box-sizing: translate(0, -50%);
  -ms-box-sizing: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#header .header_above .nav_member li,
#header .header_above .nav_sns li {
  float: left;
  margin:  0 10px;
}

#header .header_above .nav_member li:last-child,
#header .header_above .nav_sns li:last-child {
  margin-right:  0;
}

#header .header_above .nav_member li a,
#header .header_above .nav_sns li a {
  padding: 5px 5px 0 5px;
  text-decoration: none;
}

#header .header_above .nav_member li a:hover,
#header .header_above .nav_sns li a:hover {
  text-decoration: none;
}

#header .header_above .nav_member li a span,
#header .header_above .nav_sns li a span {
  padding-bottom:  5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .header_above .nav_member li a:hover span,
#header .header_above .nav_sns li a:hover span {
  border-bottom: solid 1px #000;
}



#header .header_bottom {
  position: relative;
  width: 1190px;
  margin: 0 auto;
  padding: 18px 0 0;
  border-bottom: solid 1px #e8e8e8;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#header .header_bottom .nav_main {
  letter-spacing: -.40em;
  text-align: center;
}

#header .header_bottom .nav_main > li {
  display: inline-block;
  margin: 0 10px;
  letter-spacing: normal;
  position: relative;
}

#header .header_bottom .nav_main li.arrow {
  display: inline-block;
  margin: 0 20px 0 10px;
  letter-spacing: normal;
  position: relative;
}

#header .header_bottom .nav_main > li > a {
  display: inline-block;
  padding: 5px 10px 0;
  text-decoration: none;
}

#header .header_bottom .nav_main > li a:hover {
  text-decoration: none;
}

#header .header_bottom .nav_main > li.arrow > a {
  padding-right: 15px;
  position: relative;
}

#header .header_bottom .nav_main > li.arrow > a:hover {
  text-decoration:none;
}

#header .header_bottom .nav_main > li.arrow > a::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  background: url(/s/brand/aquagirl/common/img/arrow_nav.png) 50% 50% / cover no-repeat;
  width: 8px;
  height: 7px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;/* property duration timing delay */
}

#header .header_bottom .nav_main > li.arrow:hover > a::after {
 top: 15px;
}

#header .header_bottom .nav_main > li > a span {
  padding-bottom: 23px;
  display: block;
  position: relative;
}

#header .header_bottom .nav_main > li:not(.btn_official):hover > a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d23927;
  z-index: 100;
}

/*#header .header_bottom .nav_main li.btn_shoplist {
  margin-right: 30px;
}*/

#header .header_bottom .nav_main li.btn_sale {
  margin-right: 30px;
}

#header .header_bottom .nav_main li.btn_sale a {
  color: #d23927;
}

#header .header_bottom .nav_main li.btn_official {
  margin-left: 30px;
  position: relative;
}

#header .header_bottom .nav_main li.btn_official:before {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: -30px;
  background: #e8e8e8;
}

#header .header_bottom .nav_main li.btn_official a {
  padding-right: 50px;
}

#header .header_bottom .nav_main li.btn_official a::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 10px;
  background: url(/s/brand/aquagirl/common/img/arrow_common.png) 50% 50% / cover no-repeat;
  width: 30px;
  height: 5px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;/* property duration timing delay */
}

#header .header_bottom .nav_main li.btn_official:hover a::after {
  right: 0;
}



#header .header_bottom .nav_main li .nav_sub {
  position: absolute;
  margin: 0;
  background: #fff;
  z-index: 99;
  top: 41px;
  left: -30px;
  border: solid 1px #ddd;
  font-size: 12px;
  padding: 40px;
  box-sizing: border-box;
  display: none;
  text-align: left;
  letter-spacing: -.40em;
  white-space: nowrap;
}

#header .header_bottom .nav_main .border {
  border-left: solid 1px #ddd;
}

#header .header_bottom .nav_main li .nav_sub ul.list_search {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px
}

#header .header_bottom .nav_main li .nav_sub ul.list_category_item {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

#header .header_bottom .nav_main li .nav_sub ul li {
  letter-spacing: normal;
}

#header .header_bottom .nav_main li .nav_sub ul li + li {
  margin-top: 24px;
}

#header .header_bottom .nav_main li .nav_sub ul li a {
  display: block;
  text-decoration: none;
}

#header .header_bottom .nav_main li .nav_sub ul li.link_sale a {
  color: #d23927;
}

#header .header_bottom .nav_main li .nav_sub ul li a:hover {
  text-decoration: underline;
}





/* #footer */
#footer {
  background: #f6f6f6;
  color: #ababab;
  width: 100%;
  margin: 60px 0 0 0;
  padding: 80px 0 60px;
}

#footer a {
  color: #ababab;
  text-decoration: none;
}

#footer .link_sale a {
  color: #d23927;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .inner {
  width: 1190px;
  margin: 0 auto;
}



#footer .wrap_nav_main {
  text-align: center;
  letter-spacing: -.40em;
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 10px
}

#footer .tag {
  font-size: 18px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}



#footer .wrap_nav_brand {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  line-height: 1;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-right: 120px;
  vertical-align: top;
}

#footer .wrap_nav_brand li + li {
  margin-top: 12px;
}

#footer .wrap_nav_brand li.sub {
  text-indent: 20px;
}



#footer .wrap_nav_shopping {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  line-height: 1;
  font-size: 12px;
  margin-right: 120px;
  vertical-align: top;
  position: relative;
}

#footer .wrap_nav_shopping::before {
  content: '';
  height: 100%;
  width: 1px;
  background: #c6c6c6;
  position: absolute;
  left: -60px;
  top: 48px;
}

#footer .wrap_nav_shopping::after {
  content: ''!important;
  height: 100%;
  width: 1px;
  background: #c6c6c6;
  position: absolute;
  right: -60px;
  top: 48px;
}

#footer .nav_shopping_category {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: normal;
  vertical-align: top;
}


#footer .wrap_nav_shopping li + li {
  margin-top: 12px;
}

#footer .nav_shopping_other {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#footer .nav_shopping_other .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


#footer .wrap_nav_other {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}



#footer .nav_shop-list {
  margin-bottom: 40px;
}

#footer .wrap_nav_other li + li {
  margin-top: 12px;
}



#footer .nav_cooperate {
  font-size: 11px;
  line-height: 1;
  letter-spacing: -.40em;
  text-align: center;
  margin-bottom: 50px;
}

#footer .nav_cooperate li {
  letter-spacing: normal;
  display: inline-block;
}

#footer .nav_cooperate li + li {
  border-left: solid 1px #ababab;
}

#footer .nav_cooperate li a {
  padding: 0 20px;
}



#footer .logo {
  width: 150px;
  height: 32px;
  margin: 0 auto 20px;
}

#footer .logo a {
  width: 150px;
  height: 32px;
  display: block;
  background: url(/s/brand/aquagirl/common/img/logo_gray.png) 50% 50% / cover no-repeat;
  text-indent: -9999px;
}

#footer .copy {
  line-height: 1;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

#footer .list_sns {
  letter-spacing: -.40em;
  text-align: center;
}

#footer .list_sns li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 6px;
  vertical-align: top;
}

#footer .list_sns li a {
  display: block;
  width: 40px;
  height: 28px;
  text-indent: -9999px;
}

#footer .list_sns li.btn_facebook a {
  background: url(/s/brand/aquagirl/common/img/btn_facebook.png) 50% 50% / cover no-repeat;
}

#footer .list_sns li.btn_instagram a {
  background: url(/s/brand/aquagirl/common/img/btn_instagram.png) 50% 50% / cover no-repeat;
}

#footer .list_sns li.btn_line a{
  text-indent: 0;
  position: relative;
  box-sizing: border-box;
  border:1.7px solid #ababab;
  border-radius: 5px;
}
#footer .list_sns li.btn_line a span{
  position: absolute;
  font-size: 10px;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}



/* sizelist */
#sizelist {
	width:800px;
	margin: 5px;
	color:#000;
}

#sizelist h2 {
	font-family: 'Roboto', sans-serif;
  font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0 0 15px;
	letter-spacing: 0.07em;
}

#sizelist table {
	border-collapse:collapse;
	background:#FFF;
	color:#000;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

#sizelist table th {
	border: solid 1px #ddd ;
	background:#eee;
	padding: 8px;
	text-align:left;
}

#sizelist table td {
	border: solid 1px #ddd ;
	padding: 8px;
	text-align: center;
}



/* ページトップ */
#pagetop {
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 70px;
    position: fixed;
    right: 0;
    width: 70px;
    z-index: 9998;
}



/* ページタイトル */
.ttl_page {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}

.ttl_page span {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","小塚ゴシック","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 11px;
  color: #9e9e9e;
  padding-left: 25px;
  letter-spacing: normal;
}





/*
div#location:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#location { display:inline-block; }

* html div#location { height:1%; }
div#location { display:block; }


div#location ul {
  width: 1190px;
  line-height: 1.2em;
  margin-left:0x;
  _padding-bottom:11px;
  margin-left:-3px;
}

div#location  ul li {
  display: inline;
  padding: 0px 10px 0px 8px;
  background: url(http://img.world.co.jp/shared/img/icon_location.gif) no-repeat right 5px;

}

div#location ul li:first-child { padding: 0 10px 0 0; }
div#location ul li.last { background:none; padding: 0px 10px 0px 5px; }

div#location ul li a,
div#location ul li a:link,
div#location ul li a:visited {
color:#000;
text-decoration: none;
}
div#location ul li a:hover,
div#location ul li a:active {
color:#000;
text-decoration: none;
}
*/

/* もろもろ調整 */
#univhd .search_frm.uni_frm,
#univhd #uni_info {
  display: none;
}

.wrap_contents {
  width: 1195px;
  background: none;
  margin: 0 auto 30px !important;
}

.wrap_contents:after {
  content: "";
  display: block;
  clear: both;
}

div.contents-area {
  padding-bottom: 0;
}

.col_right {
  padding-bottom: 0;
}

/* リプレイス
#cnt_search {
  width: 1195px;
  background: none;
  margin: 0 auto 30px !important;
}

#cnt_search:after {
  content: "";
  display: block;
  clear: both;
}

div#CONTENTSAREA {
  padding-bottom: 0;
}

#search_r {
  padding-bottom: 0;
}
*/
#recommend_check h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
