@charset "UTF-8";
/*-------------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------------*/
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, figure,
h1, h2, h3, h4, h5, h6, form, select {margin: 0;padding: 0;}
main, article, aside, figcaption, figure, picture, source,
footer, header, nav, section, details, summary {display: block;}
h1, h2, h3, h4, h5, h6, th, em, strong {font-weight: normal;}
ul, ol {list-style: none;}
img {border: 0;vertical-align: middle;}
a {text-decoration: none;}
table {border-collapse: collapse;}
pre {white-space: pre-wrap;}
svg,
input,
select,
textarea,
label {vertical-align: middle;}
*,
*:before,
*:after {
  word-break: normal;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {color: #656565;font-family: "Giacomo", sans-serif;}


/* [IE8-] New Tag from HTML5 */
main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {display: block;}
address {font-style: normal;}

@media all and (orientation: landscape) {
body, html {width: 100%;}
}








/*-------------------------------------------------------------------------------
BASE STYLE
-------------------------------------------------------------------------------*/
/* font-family */
html, input, select, textarea, table, th, td, li{
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', "Avenir Next","Avenir", sans-serif;
}

/* font-style */
html {
  line-height: 1.5;
  font-size: 12px;
  -webkit-text-size-adjust:100%;
}

/* base font color */
html, input, select, textarea {
  color: #000000;
}

/* normalize size */
input, select, textarea {
  font-size: 100%;
}

/* normalize style & weight */
strong, em, small {
  font-style: normal;
  font-weight: normal;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

img {
  width: 100%;
  height: auto;
}

/*-------------------------------------------------------------------------------
BASE
-------------------------------------------------------------------------------*/
/*----- 各ブランド変更可能箇所 -----*/
html,
body {
  background: #fff;
  color: #333;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Yu Gothic' , "メイリオ", "Meiryo", "Avenir Next","Avenir", Helvetica, Arial, sans-serif;
}

a{
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  word-break: break-all;
}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}



/*----- /各ブランド変更可能箇所 -----*/
a:focus {
  outline: none;
}

a,
a p {
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
header a:hover,
footer a:hover{
  opacity: .7;
}

a:hover p {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
  a:hover p {
    text-decoration: none;
  }
}

/* PCレイアウト用 */
.pc-dn {
  display: none;
}

.sp-dn {
  display: block;
}

/* SPレイアウト用 */
@media screen and (max-width: 768px) {
  .pc-dn {
    display: block !important;
  }
  .sp-dn {
    display: none !important;
  }
}

/*-------------------------------------------------------------------------------
WHOLE
-------------------------------------------------------------------------------*/
.centering-contents,
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .centering-contents,
  .inner {
    max-width: inherit;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.main-content-header + .main-content-inner {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .main-content-header + .main-content-inner {
    margin-top: 20px;
  }
}

.centering-contents-narrow {
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px 10px 0;
}
@media (max-width: 768px) {
  .centering-contents-narrow {
    max-width: inherit;
    margin: 0 auto;
    padding: 10px 20px 0;
  }
}

.centering-contents-more-narrow {
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0 0;
}

.grid-thumbnail > a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.page-ellesse-apparel .grid-thumbnail > a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.grid-thumbnail > a img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
}

.scale > img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
}

a:hover .scale > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon > span {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.close-btn {
  font-size: 31px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: -10px;
  cursor: pointer;
  z-index: 10;
}

.facebook {
  background: #395A93;
}

.header-shop-list {
  margin-top: 1px;
}

.dn {
  display: none;
}

.pcdn {
  display: none;
}

.spdn {
  display: block;
}

/*------------------------------------------------------------------------------- 
HEADER 
-------------------------------------------------------------------------------*/  
.header-wrap {  
  position: fixed;  
  width: 100%;  
  height: 140px;  
  z-index: 999;  
}  
  
@media (max-width: 768px) {  
  body.nav-open,  
  html.nav-open {  
    position: fixed;  
    height: 100%;  
    overflow: hidden;  
  }  
  .header-wrap {  
    position: relative;  
    height: auto;  
    background: none;  
  }  
  .header-wrap.nav-open {  
    height: 100%;  
  }  
}
  
.header {  
  height: inherit;  
  position: relative;  
  z-index: 1;  
}  
  
@media (max-width: 768px) {  
  .header {  
    padding: 0;  
  }  
}  
  
.header-logo {  
  position: absolute;  
  top: 50%;  
  left: 10px;  
  -webkit-transform: translateY(-50%);  
  transform: translateY(-50%);  
  width: 17.040816326%;  
  margin: auto;  
  line-height: 1.0;  
  z-index: 1;  
}  

@media (max-width: 768px) {  
  .header-sp-fixed {  
    position: fixed;  
    top: 0;  
    width: 100%;  
    height: 75px;  
    z-index: 9999;  
  }  
  .header-logo {  
    left: 20px;  
    width: 28.4%;  
    max-width: 107px;  
  }  
}  
  
.header-nav-wrap {  
  height: inherit;  
}  
  
.header-inner-block {  
  height: inherit;  
  position: relative;  
} 

@media (max-width: 768px) {  
  .header-nav-wrap {  
    position: fixed;  
    top: 75px;  
    width: 100%;  
    height: auto;  
    border-top: solid 1px #ccc;  
    opacity: 0;  
    visibility: hidden;  
    -webkit-transition: all .3s ease;  
    transition: all .3s ease;  
  }  
  .header-nav-wrap.nav-open {  
    height: 100%;  
    padding: 0 0 75px;  
    opacity: 1;  
    visibility: visible;  
    z-index: 999;  
    overflow-x: hidden;  
    overflow-y: scroll;  
  }  
  .header-inner-block {  
    height: auto;  
    position: relative;  
    padding: 21px 0 0;  
    overflow-y: scroll;  
  }  
}  
  
.header-user-info {  
  float: right;  
  padding: 25px 8px 32px 0;  
  line-height: 1.5;  
}  
  
.header-user-info .header-point {  
  display: inline-block;  
  margin: 0 7px 0 0;  
  font-size: 12px;  
}  
  
.header-user-info.login .header-point .point{  
  display: none;  
}  
  

@media (max-width: 768px) {  
  .header-user-info {  
    position: relative;  
    float: none;  
    padding: 0 20px;  
  }  
  .header-user-info .header-point {  
    display: block;  
    width: 180px;  
    margin: 0;  
    font-size: 13px;  
  }  
  .header-user-info.login .header-point {  
    display: none;  
  }  
}  

@media (max-width: 320px) {  
  .header-user-info .header-point {  
    width: 152px;  
    font-size: 12px;  
  }  
}  
  
.header-user-list {  
  float: right;  
  font-size: 0;  
  letter-spacing: 0;  
  word-spacing: 0;  
}  
  
.header-user-list li {  
  display: inline-block;  
  position: relative;  
  font-size: 11px;  
}  
  
.header-user-list-item::after {  
  display: block;  
  content: "|";  
  position: absolute;  
  top: 0;  
  right: 0;  
}  
  
.header-user-list-item:nth-last-child(2)::after {  
  display: none;  
}  
  
.header-user-list-item a {  
  display: block;  
  padding: 0 12px;  
}  
  
.header-user-list-item a:hover {  
  text-decoration: underline;  
}  
  
.header-user-info.login .header-user-list-item.my-page {  
  display: none;  
}  

@media (max-width: 935px) {  
  .header-user-list-item a {  
    padding: 0 8px;  
  }  
}  
@media (max-width: 835px) {  
  .header-user-list-item a {  
    padding: 0 5px;  
  }  
}  
@media (max-width: 800px) {  
  .header-user-list li {  
    font-size: 10px;  
  }  
}  
  
@media (max-width: 768px) {  
  .header-user-list {  
    float: none;  
    margin: 30px 0 0;  
    text-align: center;  
  }  
  .header-user-info.login .header-user-list {  
    margin: 50px 0 0;  
  }  
  .header-user-list li {  
    display: inline-block;  
    position: relative;  
    font-size: 13px;  
  }  
  .header-user-list-item a {  
    padding: 0 16px;  
    text-decoration: underline;  
  }  
  .header-user-list-item::after {  
    display: none;  
  }  
  .header-user-list-item.my-page {  
    position: absolute;  
    top: -6px;  
    right: 20px;  
    width: 80px;  
    height: 35px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
  }  
  .header-user-list-item.my-page a {  
    display: block;  
    padding: 0;  
    color: #fff;  
    font-size: 13px;  
    line-height: 35px;  
    text-align: center;  
    text-decoration: none;  
  }  
  .header-user-list-item.logout {  
    position: absolute;  
    top: 1px;  
    right: 95px;  
  }  
  .header-user-list-item.login {  
    position: absolute;  
    top: -57px;  
    left: 20px;  
    width: calc(100% - 40px);  
    height: 35px;  
  }  
  .header-user-list-item.login a {  
    background: #E1E1E1;  
    color: #000;  
    line-height: 35px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
    text-decoration: none;  
  }  
}  
  
@media (max-width: 320px) {  
  .header-user-list li {  
    font-size: 11px;  
  }  
  .header-user-list-item a {  
    padding: 0 10px;  
  }  
  .header-user-list-item.my-page {  
    width: 65px;  
  }  
  .header-user-list-item.my-page a {  
    font-size: 11px;  
  }  
  .header-user-list-item.logout {  
    top: 2px;  
    right: 80px;  
  }  
}  
  
.header-cart {  
  margin: 0 0 0 14px;  
}  
  
.header-cart a:hover > span {  
  text-decoration: underline;  
}  
  
.header-cart-icn {  
  display: inline-block;  
  position: relative;  
  width: 29px;  
  margin: 0 0 0 14px;  
}  
  
.cart-item {  
  display: block;  
  position: absolute;  
  top: -11px;  
  right: -8px;  
  width: 19px;  
  height: 19px;  
  background: #e72b1e;  
  -webkit-border-radius: 50%;  
  -moz-border-radius: 50%;  
  -ms-border-radius: 50%;  
  border-radius: 50%;  
  color: #fff;  
  font-size: 9px;  
  line-height: 19px;  
  text-align: center;  
} 

 
/*勝手に足してもよいですか？？？ちゃんと作れ*/
@media (max-width: 768px) {
.header-cart .cart-title{display: none;}
}
/* ---------------------------------------- */



  
@media (max-width: 768px) {  
  .header-cart {  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 70px;  
    width: 25px;  
    height: 18px;  
    margin: auto;  
  }  
  .header-cart-icn {  
    width: auto;  
    margin: 0;  
  }  
  .cart-item {  
    top: -6px;  
    right: -8px;  
    width: 16px;  
    height: 16px;  
    font-size: 8px;  
    line-height: 16px;  
  }  
}  
  
.header-btn-block {  
  float: right;  
}  
  
@media (max-width: 768px) {  
  .header-btn-block {  
    float: none;  
    margin: 85px 0 0;  
  }  
}  
  
.header-btn-list > li {  
  float: left;  
  margin: 0 30px 0 0;  
  padding: 0 0 26px;  
}  
  
.header-btn-list > li:last-child {  
  margin: 0;  
}  
  
.header-btn-list-item {  
  margin-top: 10px;  
}  
  
.header-btn-list-item > a {  
  display: block;  
  position: relative;  
  font-size: 11px;  
  letter-spacing: 0.04em;  
  line-height: 1.6;  
}  
  
.header-btn-list-item > a:hover {  
  opacity: 1;  
}  
  
.header-btn-list-item > a::before {  
  display: block;  
  content: "";  
  position: absolute;  
  bottom: -14px;  
  left: 0;  
  width: 100%;  
  height: 5px;  
  opacity: 0;  
  -webkit-transition: all .3s ease;  
  -moz-transition: all .3s ease;  
  -ms-transition: all .3s ease;  
  transition: all .3s ease;  
}  
  
.header-btn-list-item > a:hover::before,  
/*.header-btn-list-item > a.active::before,  */
.header-btn-list-item > a.open::before {  
  opacity: 1;  
}  
  
.header-btn-list-item > a > strong {  
  display: block;  
  font-weight: bold;  
  font-size: 13px;  
  line-height: 1.4;
}  
  
@media (max-width: 935px) {  
  .header-btn-list > li {  
    margin: 0 20px 0 0;  
  }  
}  
  
@media (max-width: 875px) {  
  .header-btn-list > li {  
    margin: 0 15px 0 0;  
  }  
}  
  
@media (max-width: 835px) {  
  .header-btn-list > li {  
    margin: 0 10px 0 0;  
  }  
  .header-btn-list-item > a > strong {  
    font-size: 12px;  
  }  
  .header-btn-list-item > a {  
    font-size: 10px;  
  }  
}  
  
@media (max-width: 768px) {  
  .header-btn-list {  
    position: relative;  
  }  
  .header-btn-list > li {  
    float: none;  
    margin: 0 0 1px;  
    padding: 0;  
  }  
  .header-btn-list > li > a {  
    height: 64px;  
    padding: 0 20px;  
    line-height: 66px;  
  }  
  .header-btn-list-item > a::before {  
    display: none;  
  }  
  .header-btn-list-item > a {  
    position: relative;  
    font-size: 13px;  
  }  
  .header-btn-list-item > a::after {  
    display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 24px;  
    width: 12px;  
    height: 12px;  
    margin: auto;  
    border-bottom: solid 1px #FFF;  
    border-right: solid 1px #FFF;  
    -webkit-transform: rotate(45deg);  
    transform: rotate(45deg);  
    -webkit-transition: all .3s ease;  
    transition: all .3s ease;  
  }  
  .header-btn-list-item.on > a::after {  
    top: 5px;  
    -webkit-transform: rotate(-135deg);  
    transform: rotate(-135deg);  
  }  
  .header-btn-list-item.shoplist > a::after {  
    display: none;  
  }  
  .header-btn-list-item > a > strong {  
    display: inline;  
    margin: 0 5px 0 0;  
    font-weight: normal;  
    font-size: 13px;  
    line-height: 1.4;
  }  
}  
  
.header-btn-list .header-search {  
  position: relative;  
}  
  
.header-search input[type="text"] {  
  width: 195px;  
  height: 28px;  
  padding: 0 35px 0 17px;  
  background: #eee;  
  color: #9e9e9e;  
  -webkit-border-radius: 28px;  
  -moz-border-radius: 28px;  
  -ms-border-radius: 28px;  
  border-radius: 28px;  
  border: none;  
  outline: none;  
  -webkit-appearance: none;  
}  
  
.header-search input[type="image"] {  
  position: absolute;  
  top: 6px;  
  right: 12px;  
  width: 16px;  
  height: 16px;  
  outline: none;  
  -webkit-transition: opacity .3s ease;  
  -moz-transition: opacity .3s ease;  
  -ms-transition: opacity .3s ease;  
  transition: opacity .3s ease;  
}  
  
.header-search input[type="image"]:hover {  
  opacity: .7;  
}  
  
@media (max-width: 900px) {  
  .header-search input[type="text"] {  
    width: 185px;  
  }  
}  
  
@media (max-width: 870px) {  
  .header-search input[type="text"] {  
    width: 180px;  
  }  
}  
  
@media (max-width: 800px) {  
  .header-search input[type="text"] {  
    width: 175px;  
  }  
}  
  
@media (max-width: 768px) {  
  .header-user-info .header-search {  
    position: absolute;  
    bottom: -59px;  
    left: 0;  
    width: 100%;  
    height: auto;  
    padding: 0 20px;  
  }  
  .header-search input[type="text"] {  
    width: 100%;  
    height: 35px;  
  }  
  .header-search input[type="image"] {  
    top: 8px;  
    right: 41px;  
    width: 21px;  
    height: 21px;  
  }  
}  
  
/*スクロール時スタイル*/  
.header-wrap,  
.header-logo,  
.header-btn-block,  
.header-btn-list-item,  
.header-user-info,  
.header-sp-fixed {  
  -webkit-transition: all .3s ease;  
  -moz-transition: all .3s ease;  
  -ms-transition: all .3s ease;  
  transition: all .3s ease;  
}  
  
.header-wrap.fixed {  
  height: 70px;  
  z-index: 100;  
}  
  
.header-wrap.fixed .header-logo {  
  width: 10.81632653%;  
}  
  
  
.header-wrap.fixed .header-user-info {  
  padding: 10px 56px 10px 0;  
}  
  
.header-wrap.fixed .header-cart {  
  position: absolute;  
  top: 0;  
  bottom: 0;  
  right: 0;  
  height: 22px;  
  margin: auto;  
}  
  
.header-wrap.fixed .fix-non {  
  display: none;  
}  
  
.header-wrap.fixed .header-cart-icn {  
  margin: 0;  
}  
  
.header-wrap.fixed .header-btn-block {  
  float: right;  
  margin: 0 34px 0 0;  
  padding: 22px 0 0;  
}  
  
.header-wrap.fixed .header-btn-list > li {  
  margin: 0 20px 0 0;  
}  
  
.header-wrap.fixed .header-btn-list > li:last-child {  
  margin: 0;  
}  
  
.header-wrap.fixed .header-btn-list-item {  
  font-size: 10px;  
}  
  
.header-wrap.fixed .header-btn-list-item a::before {  
  bottom: -16px;  
}  
  
.header-wrap.fixed .header-btn-list-item:nth-child(3)::after {  
  display: none;  
}  
  
.header-wrap.fixed .header-btn-list-item strong {  
  /*font-size: 12px;  */
  line-height: 1.3;  
}  
  
.header-wrap.fixed .fix-noborder::after {  
  display: none;  
}  
  
.header-wrap.fixed .header-search {  
  position: absolute;  
  right: 52px;  
  bottom: -17px;  
}  
  
.header-wrap.fixed .header-search input[type="text"] {  
  width: 260px;  
}  
  
@media (max-width: 960px) {  
  .header-wrap.fixed .header-user-info {  
    padding: 10px 50px 10px 0;  
  }  
  .header-wrap.fixed .header-btn-block {  
    margin: 0 20px 0 0;  
  }  
}  
  
@media (max-width: 930px) {  
  .header-wrap.fixed .header-user-info {  
    padding: 10px 45px 10px 0;  
  }  
  .header-wrap.fixed .header-btn-block {  
    margin: 0 15px 0 0;  
  }  
  .header-wrap.fixed .header-btn-list > li {  
    margin: 0 15px 0 0;  
  }  
  .header-wrap.fixed .header-btn-list-item strong {  
    font-size: 11px;  
    line-height: 1.3;  
  }  
  .header-wrap.fixed .header-search {  
    right: 45px;  
  }  
}  
  
@media (max-width: 860px) {  
  .header-wrap.fixed .header-user-info {  
    padding: 10px 22px 10px 0;  
  }  
  .header-wrap.fixed .header-btn-block {  
    margin: 0 5px 0 0;  
  }  
  .header-wrap.fixed .header-btn-list > li {  
    margin: 0 10px 0 0;  
  }  
  .header-wrap.fixed .header-search {  
    right: 35px;  
  }  
  .header-wrap.fixed .header-search input[type="text"] {  
    width: 235px;  
  }  
}  
  
@media (max-width: 800px) {  
  .header-wrap.fixed .header-user-list li {  
    font-size: 10px;  
  }  
  .header-wrap.fixed .header-btn-block {  
    margin: 0;  
  }  
  .header-wrap.fixed .header-user-list-item a {  
    padding: 0 10px;  
  }  
  .header-wrap.fixed .header-search input[type="text"] {  
    width: 220px;  
  }  
}   
  
@media (max-width: 768px) {  
  .header-wrap.fixed-sp {  
    height: auto;  
  }  
  .header-wrap.fixed-sp .header-nav-wrap {  
    top: 50px;  
  }  
  .header-wrap.fixed-sp .header-sp-fixed {  
    height: 50px;  
  }  
  /*正方形ロゴ用*/  
  /*.header-wrap.fixed-sp .header-logo { 
    width: 16.4%; 
  }*/  
  .header-wrap.fixed-sp .header-logo {  
    width: 17.3333333333%;  
  }  
  .header-wrap.fixed-sp .header-cart {  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 70px;  
    width: 25px;  
    height: 18px;  
    margin: auto;  
  }  
}  
  
/*メガメニュー*/  
.nav-contents {  
  position: fixed;  
  top: 140px;  
  left: 0;  
  width: 100%;  
  padding: 20px 0 45px;  
  opacity: 0;  
  visibility: hidden;  
  z-index: 0;  
  -webkit-transition: all .3s ease;  
  -moz-transition: all .3s ease;  
  -ms-transition: all .3s ease;  
  transition: all .3s ease;  
  z-index: 0;  
}  
  
.header-wrap.fixed .nav-contents {  
  top: 70px;  
}  
  
.nav-contents.open {  
  opacity: 1;  
  visibility: visible;  
  z-index: 9999;  
}  
 
.nav-contents-list {  
  margin: 0 -1.020408163%;  
}  
  
.nav-contents-list > li {  
  float: left;  
  margin: 0 1.0%;  
}  



@media (min-width: 769px) {
.nav-contents-list .nav-inner-multiple{
	margin-top:30px;
}
}




.nav-contents-list a:hover,  
.nav-contents-list a:hover span {  
  text-decoration: underline;  
}  
  
.nav-contents-list.col-2 > li {  
  width: 48.0%;  
}  
  
.nav-contents-list.col-3 > li {  
  width: 31.3%;  
}  
  
.nav-contents-list.col-4 > li {  
  width: 23.0%;  
}



/*追加*/
.nav-contents-list.col-5 > li {  
  width: 18.0%;  
}   
.nav-contents-list span{
	font-size:1.25em;
	display:block;
	font-family: "helveticaneue";
	line-height:1.2;
}

.onlinestore .nav-inner-menu li{
	padding: 5px 0 5px 10px;  
  font-size: 11px;  
}
/*----*/







.nav-contents-list dt .img {  
  display: block;  
  height: 74px;  
  overflow: hidden;  
}  

.nav-contents-list dt .ttl {  
  display: block;  
  margin: 12px 0 15px;  
  padding: 0 0 0 10px;  
  font-size: 11px;  
  line-height: 1.2;
  position:relative;
}  



.nav-contents-list dt .ttl::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-7px;
	left:9px;
	right:10px;
	border-bottom:1px solid #000;
}
  
.nav-contents-list dt strong {  
  display: block;  
  font-size: 14px;  
  line-height: 1.4;
  font-weight:normal;
}  



/*変更*/
.nav-inner-menu li {  
  padding: 0 0 0 10px;  
  font-size: 12px;  
  line-height: 1.75;  
}
.nav-contents-list dt .ttl strong{
	font-family: "helveticaneue-medium";
}

/*-----*/
  
  
  
  
.nav-inner-menu li.nav-inner-social{
	margin-top:20px;
}  
.nav-inner-menu li.nav-inner-social .fb{
	width:25px;
	margin-right:8px;
	display:inline-block;
}
.nav-inner-menu li.nav-inner-social .insta{
	width:25px;
	margin-right:8px;
	display:inline-block;
} 
.nav-inner-menu li.nav-inner-social .youtube{
	width:32px;
	display:inline-block;
} 
  
  
  @media (min-width: 769px) {
.nav-contents-list dt a,
.nav-contents-list dt a span{
	-webkit-transition:color 0.2s;
	   -moz-transition:color 0.2s;
	        transition:color 0.2s;
}  
.nav-contents-list dt a:hover,
.nav-contents-list dt a:hover span{
	text-decoration:none !important;
	color:#666;
}

.nav-contents-list dt strong {  
  font-weight:bold;
}  

}
  
@media (max-width: 768px) {  
  .nav-contents {  
    position: relative;  
    top: 0;  
    left: 0;  
    max-height: 0;  
    padding: 0;  
    overflow: hidden;  
    opacity: 1;  
    visibility: visible;  
    z-index: 1;  
    -webkit-transition: all .3s ease;  
    -moz-transition: all .3s ease;  
    -ms-transition: all .3s ease;  
    transition: all .3s ease;  
  }  
  .nav-contents.contents-open {  
    max-height: 9999px;  
  }  
  .nav-contents .inner {  
    padding: 0;  
  }  
  .header-wrap.fixed .nav-contents {  
    top: 0;  
  }  
  .nav-contents.open {  
    opacity: 1;  
    visibility: visible;  
    z-index: 9999;  
  }  
  .nav-contents-list {  
    margin: 0;  
  }  
  .nav-contents-list > li {  
    float: none;  
    margin: 0;  
  }
  
  .nav-contents-list.col-2 > li {  
    width: 100%;  
  }  
  .nav-contents-list.col-3 > li {  
    width: 100%;  
  }  
  .nav-contents-list.col-4 > li {  
    width: 100%;  
  }


/*追加*/
.nav-contents-list.col-5 > li {  
    width: 100%;  
}  
.onlinestore .nav-inner-menu li{
	padding: 0;  
  font-size: 12px;  
}
.nav-contents-list span{
	font-size:1.1em;
	display:inline-block;
	padding-right:0.5em;
	line-height:1.2;
}
/*----*/




  .nav-contents-list a:hover,  
  .nav-contents-list a:hover span {  
    text-decoration: none;  
  }  
  .nav-contents dl {  
    margin: 1px 0 0; 
  } 
   .nav-contents li > dl{
   }
  .nav-contents-list dt .img {  
 /*   display: none; */
  }
  .nav-contents-list dt .ttl {  
    display: block;  
    position: relative;  
    margin: 0;  
    padding: 0 20px;  
    font-size: 13px;  
    line-height: 64px;  
  }  
  .nav-contents-list dt.sp-open .ttl::before,  
  .nav-contents-list dt.sp-open .ttl::after {  
    display: block;  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;
	left:inherit; 
    right: 22px;  
    width: 13px;  
    height: 2px;  
    margin: auto;
	border-bottom:none;
    background: #333;
    -webkit-border-radius: 2px;  
    border-radius: 2px;  
    -webkit-transition: all .3s ease;  
    transition: all .3s ease;  
  }  
  .nav-contents-list dt.sp-open .ttl::after {  
    top: 0;  
    right: 28px;  
    width: 2px;  
    height: 13px;  
  }  
  .nav-contents-list dt.active .ttl::before {  
    display: none;  
  }  
  .nav-contents-list dt.active .ttl::after {  
    -webkit-transform: rotate(90deg);  
    transform: rotate(90deg);  
  }  
  .nav-contents-list dt strong {  
    display: inline;  
    margin: 0 5px 0 0;  
    font-size: 13px;  
    line-height: 1.0;  
  }  
  .nav-contents-list dd {  
    max-height: 0;  
    overflow: hidden;  
    -webkit-transition: all .3s ease;  
    transition: all .3s ease;  
  }  
  .nav-contents-list .search-block dd{  
    max-height: inherit;  
  }  
  .nav-contents-list dd.contents-list-open {  
    max-height: 9999px;  
  }  
  .nav-inner-menu li {  
    padding: 0;  
    border-bottom: solid 1px #CCC;  
    font-size: 12px;  
    line-height: 1.75;  
  }  

.nav-inner-menu li:last-child {  
    border-bottom: none;
}
.nav-inner-menu li.all-last {  
    border-bottom: solid 1px #CCC;
}
.nav-inner-menu a {  
    display: block;  
    height: 50px;  
    padding: 0 20px;  
    color: #435b6d;  
    line-height: 50px;  
  } 






.nav-inner-menu li.nav-inner-social{
	margin:30px 0;
	text-align:center;
} 

.nav-inner-menu li.nav-inner-social a{
    height:auto!important; 
    padding:0!important;  
    line-height: 1 !important;  

  } 
 
.nav-inner-menu li.nav-inner-social .fb{
	width:35px;
	margin:0 10px;
	display:inline-block;
}

.nav-inner-menu li.nav-inner-social .insta{
	width:35px;
	margin:0 10px;
	display:inline-block;
} 
.nav-inner-menu li.nav-inner-social .youtube{
	width:47px;
	margin:0 10px;
	display:inline-block;
} 




 
}  




  
/*ナビ内検索*/  
.search-block {  
  margin: 33px 20px 0;  
}  
  
.search-block dl {  
  margin: 0 0 31px;  
}  
  
.search-block dt {  
  margin: 0 0 9px;  
  font-size: 20px;  
  line-height: 1.7;  
  text-align: center;  
}  
  
.search-block .more-search dt {  
  margin: 0 0 16px;  
}  
  
.search-block .scene li {  
  border-bottom: solid 1px #ccc;  
  font-size: 13px;  
  line-height: 1.0;  
}  
  
.search-block .scene a {  
  padding: 20px 0 17px 9px;  
}  
  
.search-block .scene li:first-child {  
  border-top: solid 1px #ccc;  
}  
  
.search-box.keywords {  
  margin: 0 0 31px;  
}  
  
.search-box.price {  
  margin: 0 0 33px;  
}  
  
.search-box .ttl {  
  margin: 0 0 9px;  
  font-size: 13px;  
  line-height: 1.0;  
}  
  
.search-box input[type="search"] {  
  width: 100%;  
  height: 35px;  
  padding: 0 5px 0 15px;  
  background: #eee;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  -ms-border-radius: 5px;  
  border-radius: 5px;  
  border: none;  
  outline: none;  
  font-size: 13px;  
}  
  
.search-box .button {  
  display: block;  
  width: 230px;  
  margin: 20px auto;  
}  
  
.search-box button {  
  width: 230px;  
  height: 30px;  
  background: none;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  -ms-border-radius: 5px;  
  border-radius: 5px;  
  font-size: 13px;  
  cursor: pointer;  
  -webkit-transition: opacity .3s ease;  
  -moz-transition: opacity .3s ease;  
  -ms-transition: opacity .3s ease;  
  transition: opacity .3s ease;  
}  
  
.search-box button:hover {  
  opacity: .7;  
}  
  
.search-box.price input[type="search"] {  
  width: 100%;  
  height: 35px;  
  padding: 0 5px 0 15px;  
  background: #eee;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  -ms-border-radius: 5px;  
  border-radius: 5px;  
  border: none;  
  outline: none;  
  font-size: 13px;  
}  
  
.search-box.price dl {  
  width: 50.7462268656%;  
  float: left;  
  margin: 0 2.686567164% 0 0;  
}  
  
.search-box.price dl dt {  
  width: 76.470588235%;  
}  
  
.search-box.price dl:last-child {  
  width: 45.373134328%;  
  margin: 0;  
}  
  
.search-box.price dl:last-child dt {  
  width: 85.526315789%;  
}  
  
.search-box.price dt,  
.search-box.price dd {  
  display: table-cell;  
}  
  
.search-box.price dd {  
  padding: 0 0 0 8px;  
  font-size: 13px;  
}  
  
.search-box.color ul {  
  margin: 0 -2.985074626%;  
}  
  
.search-box.color ul li {  
  width: 14.366197183%;  
  float: left;  
  margin: 0 2.816901408% 20px;  
  padding: 0;  
  border-bottom: none;  
}  
@media (max-width: 320px) {  
  .search-box.price dl dt{  
    width: 70.470588235%;  
  }  
}  
.checkbox {  
  display: none;  
}  
  
.checkbox + .checkbox-icon {  
  display: block;  
  position: relative;  
  vertical-align: middle;  
  width: 51px;  
  height: 51px;  
  cursor: pointer;  
}  
  
@media (max-width: 320px) {  
  .checkbox + .checkbox-icon {  
    display: block;  
    position: relative;  
    vertical-align: middle;  
    width: 42px;  
    height: 42px;  
    cursor: pointer;  
  }  
}  
  
.checkbox + .checkbox-icon:before,  
.checkbox + .checkbox-icon:after {  
  display: block;  
  content: "";  
  position: absolute;  
  top: 10px;  
  left: 28px;  
  width: 5px;  
  height: 34px;  
  background: #eee;  
  opacity: 0;  
  -webkit-transform: rotate(45deg);  
  -moz-transform: rotate(45deg);  
  -ms-transform: rotate(45deg);  
  transform: rotate(45deg);  
}  
  
.checkbox + .checkbox-icon:before {  
  top: 25px;  
  left: 13px;  
  height: 16px;  
  -webkit-transform: rotate(-45deg);  
  -moz-transform: rotate(-45deg);  
  -ms-transform: rotate(-45deg);  
  transform: rotate(-45deg);  
}  
  
@media (max-width: 320px) {  
  .checkbox + .checkbox-icon:before,  
  .checkbox + .checkbox-icon:after {  
    top: 11px;  
    left: 23px;  
    height: 25px;  
  }  
  .checkbox + .checkbox-icon:before {  
    top: 20px;  
    left: 12px;  
    height: 14px;  
  }  
}  
   
.checkbox:checked + .checkbox-icon:before,  
.checkbox:checked + .checkbox-icon:after {  
  opacity: 1;  
}  
  
.white .checkbox + .checkbox-icon:before,  
.white .checkbox + .checkbox-icon:after,  
.yellow .checkbox + .checkbox-icon:before,  
.yellow .checkbox + .checkbox-icon:after {  
  background: #666;  
}  
  
.search-box.color ul li.white span {  
  border: solid 1px #ccc;  
}  
  
.search-box.color ul li.black span {  
  background: #000;  
}  
  
.search-box.color ul li.gray span {  
  background: #9e9e9e;  
}  
  
.search-box.color ul li.brown span {  
  background: #74341f;  
}  
  
.search-box.color ul li.beige span {  
  background: #e5d7ac;  
}  
  
.search-box.color ul li.green span {  
  background: #2c994a;  
}  
  
.search-box.color ul li.blue span {  
  background: #0066e4;  
}  
  
.search-box.color ul li.purple span {  
  background: #620a87;  
}  
  
.search-box.color ul li.yellow span {  
  background: #f6e642;  
}  
  
.search-box.color ul li.pink span {  
  background: #f6b1d7;  
}  
  
.search-box.color ul li.red span {  
  background: #d90027;  
}  
  
.search-box.color ul li.orange span {  
  background: #ff922a;  
}  
  
.search-box.color ul li.grey-gra span {  
  background: -moz-linear-gradient(left top, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);  
  background: -webkit-linear-gradient(left top, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);  
  background: linear-gradient(to right bottom, #dbdbdb 0%, #bfbfbf 50%, #9b9b9b 100%);  
}  
  
.search-box.color ul li.gold-gra span {  
  background: -moz-linear-gradient(left top, #eedfab 0%, #cabd91 50%, #a99e79 100%);  
  background: -webkit-linear-gradient(left top, #eedfab 0%, #cabd91 50%, #a99e79 100%);  
  background: linear-gradient(to right bottom, #eedfab 0%, #cabd91 50%, #a99e79 100%);  
}  
  
/*------------------------------------------------------------------------------- 
NAV 
-------------------------------------------------------------------------------*/  
.nav {  
  position: fixed;  
  z-index: 100;  
}  
  
.nav-bar {  
  display: none;  
}  
  
@media (max-width: 768px) {  
  .nav-bar {  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 20px;  
    width: 23px;  
    height: 18px;  
    margin: auto;  
  }  
  .nav-bar span {  
    display: inline-block;  
    position: absolute;  
    left: 0;  
    width: 100%;  
    height: 2px;  
    transition: all .4s;  
    box-sizing: border-box;  
  }  
  .nav-bar span:nth-of-type(1) {  
    top: 0;  
  }  
  .nav-bar span:nth-of-type(2) {  
    top: 8px;  
  }  
  .nav-bar span:nth-of-type(3) {  
    bottom: 0;  
  }  
  .nav-bar.nav-open span:nth-of-type(1) {  
    -webkit-transform: translateY(8px) rotate(-45deg);  
    transform: translateY(8px) rotate(-45deg);  
  }  
  .nav-bar.nav-open span:nth-of-type(2) {  
    opacity: 0;  
  }  
  .nav-bar.nav-open span:nth-of-type(3) {  
    -webkit-transform: translateY(-8px) rotate(45deg);  
    transform: translateY(-8px) rotate(45deg);  
  }  
}  

/*------------------------------------------------------------------------------- 
FOOTER 
-------------------------------------------------------------------------------*/  
.footer a:hover {  
  text-decoration: underline;  
}  
  
.footer > .centering-contents {  
  max-width: 1000px;  
}  
  
.footer-inner {  
  padding: 32px 10px 30px;  
  max-width: 1000px;  
  margin: 0 auto;  
}  
  
.footer-inner a {  
  color: #000;  
}  
  
@media (max-width: 768px) {  
  .footer-inner {  
    padding: 23px 0 30px;  
    margin: 0 auto;  
  }  
}  
  
.footer-corp-nav {  
  line-height: 2.3;  
  text-align: center;  
}  
  
.footer-brand-info {  
  margin: 32px auto;  
}  
  
.footer-brand-info > div {  
  padding: 0 80px 40px;  
  border-bottom: solid 1px #000;  
}  
.footer-brand-info ul {  
  margin: 0 -1.904761904% 22px -2.023809523%;  
  padding: 40px 0 0;  
}  
.footer-brand-info li {  
  position: relative;  
  width: 8.820160366%;  
  height: 42px;  
  float: left;  
  margin: 0 1.832760595% 25px 1.947308132%;  
}  
.footer-brand-info li.speedo {  
  width: 9.621993127%;  
}  
.footer-brand-info li.aps {  
  margin: 0 0.572737686% 25px 2.290950744%;  
}  
.footer-brand-info li.ccc{  
  margin: 0 1.718213058% 25px 0.458190148%;   
}  
.footer-brand-info li.nw {  
  margin: 0 1.603665521% 25px 2.290950744%;  
}  
.footer-brand-info li.alite{  
  margin-bottom: 0;  
}  
  
.footer-brand-info li img {  
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;
}  
  
.footer-brand-info .tnf img {  
  width: 40px;  
  height: 40px;  
}  
.footer-brand-info .hh img {  
  width: 45px;  
  height: 30px;  
}  
.footer-brand-info .macpac img {  
  width: 73px;  
  height: 17px;  
}  
.footer-brand-info .alite img {  
  width: 42px;  
  height: 36px;  
}  
.footer-brand-info .ice img {  
  width: 73px;  
  height: 52px;  
}  
.footer-brand-info .ellesse img {  
  width: 65px;  
  height: 20px;  
}  
.footer-brand-info .danskin img {  
  width: 85px;  
  height: 13px;  
}  
.footer-brand-info .speedo img {  
  width: 84px;  
  height: 16px;  
}  
.footer-brand-info .lifestyle img {  
  width: 76px;  
  height: 13px;  
}  
.footer-brand-info .motorcycle img {  
  width: 77px;  
  height: 22px;  
}  
.footer-brand-info .ccc img {  
  width: 48px;  
  height: 34px;  
}  
.footer-brand-info .c3fit img {  
  width: 64px;  
  height: 32px;  
}  
.footer-brand-info .mxp img {  
  width: 60px;  
  height: 26px;  
}  
.footer-brand-info .tf1 img {  
  width: 74px;  
  height: 17px;  
}  
.footer-brand-info .estivo img {  
  width: 70px;  
  height: 13px;  
}  
.footer-brand-info .aps img {  
  width: 33px;  
  height: 42px;  
}  
.footer-brand-info .nw img {  
  width: 48px;  
  height: 41px;  
}  
  
.footer-brand-info .more-txt a::after {  
  background: #000;  
}  
.footer-brand-info .more-txt a:hover {  
  text-decoration: none;  
}  
.footer-brand-info .more-txt a:hover::after {  
  opacity: 0;  
}  
  
.footer-brand-info-btn {  
  width: 230px;  
  margin: 0 auto;  
}  
  
.footer-brand-info-btn a {  
  display: block;  
  height: 30px;  
  line-height: 30px;  
  border: solid 1px #000;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  -ms-border-radius: 5px;  
  border-radius: 5px;  
  text-align: center;  
}  
  
.footer-brand-info-btn a:hover {  
  text-decoration: none;  
}  
  
.footer-brand-info-btn a.arrow::after {  
  -webkit-transform: rotate(135deg);  
  transform: rotate(135deg);  
  right: 10px;  
  -webkit-transition: all .3s ease;  
  transition: all .3s ease;  
}  
.footer-brand-info-btn a.active.arrow::after {  
  -webkit-transform: rotate(-45deg);  
  transform: rotate(-45deg);  
}  
  
@media (max-width: 768px) {  
  .footer-brand-info {  
    margin: 20px auto 27px;  
  }  
  .footer-brand-info > div {  
    margin: 0 20px;  
    padding: 0 0 20px;  
    border-bottom: solid 1px #000;  
  }  
  .footer-brand-info ul {  
    margin: 0 -1.492537313% 22px;  
    padding: 40px 0 0;  
  }  
  .footer-brand-info li {  
    position: relative;  
    width: 30.434782608%;  
    height: 42px;  
    float: left;  
    margin: 0 1.449275362% 15px;  
  }  
  .footer-brand-info li.speedo {  
    width: 30.434782608%;  
  }  
  .footer-brand-info li.aps {  
    margin: 0 1.449275362% 15px;  
  }  
  .footer-brand-info li.ccc{  
    margin: 0 1.449275362% 15px;   
  }  
  .footer-brand-info li.nw {  
    margin: 0 1.449275362%;  
  }  
  .footer-brand-info li.alite {  
    margin: 0 1.449275362%;  
  }  
}  
  
.footer-nav-list {  
  text-align: center;  
  font-size: 0;  
  letter-spacing: 0;  
  word-spacing: 0;  
}  
  
.footer-nav-list > li {  
  display: inline-block;  
  font-size: 12px;  
  letter-spacing: normal;  
  word-spacing: normal;  
}  
  
.footer-nav-list > li + li {  
  position: relative;  
}  
  
.footer-nav-list > li + li::before {  
  content: "|";  
  display: block;  
  position: absolute;  
  top: 3px;  
  left: 0;  
  color: #000;  
}  
  
.footer-nav-list > li > a {  
  display: block;  
  padding: 0 10px;  
  font-size: 12px;  
  line-height: 2.3;  
}  
  
@media (max-width: 800px) {  
  .footer-nav-list > li > a {  
    font-size: 11px;  
  }  
}  
  
@media (max-width: 768px) {  
  .footer-nav-list > li {  
    display: block;  
    margin: 0 0 16px;  
  }  
  .footer-nav-list > li + li::before {  
    display: none;  
  }  
  .footer-nav-list > li > a {  
    font-size: 13px;  
    line-height: 1.5;  
  }  
}  
  
.footer-info {  
  color: #000;  
  margin: 15px 0 0;  
}  
  
.footer-info-inner {  
  height: 40px;  
  padding: 11px;  
  text-align: center;  
}  
  
@media (max-width: 768px) {  
  .footer-info {  
    margin: 30px 0 0;  
  }  
}  
/* ------------------------------------------------------*/
/* trace */
/* ------------------------------------------------------*/
.trace-box{
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 10px;
  font-size: 11px;
  text-align: left;
}
.trace-box a{
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 22px 0 0;
}
.trace-box a:hover {
  text-decoration: underline;
}
.trace-box a::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.trace-box strong{
  font-weight: normal;
}
@media (max-width: 768px) {
  .trace-box{
    max-width: inherit;
    margin: 0;
    padding: 0 0 20px 20px;
    font-size: 11px;
    line-height: 1.3;
  }
  .trace-box a{
    padding: 0 20px 0 0;
    text-decoration: none;
  }
  .trace-box a::before{
    width: 9px;
    height: 9px;
    margin: auto;
  }
  .trace-box strong{
    display: inline-block;
    font-weight:normal;
  }
  .trace-box strong.block{
    display: block;
    margin: 12px 0 0;
  }
}
/*-------------------------------------------------------------------------------
MAIN
-------------------------------------------------------------------------------*/
.main {
  padding-top: 30px;
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  .main {
    padding-bottom: 20px;
  }
}

.main-content-wrap + .main-content-wrap {
  margin-top: 20px;
}

.main-content .inner {
  padding: 55px 10px 58px;
}

.main-content + .main-content .inner {
  position: relative;
}

.main-content + .main-content .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 98%;
  height: 1px;
  background: rgba(66, 90, 108, 0.4);
}

.main-content-inner + .main-content-inner {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main-content .inner {
    padding: 35px 20px;
  }
  .main-content-inner + .main-content-inner {
    margin-top: 6px;
  }
  .main-content + .main-content .inner::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.main-container {
  margin-top: 60px;
}

/*-------------------------------------------------------------------------------
 PARTS
 -------------------------------------------------------------------------------*/
.arrow {
  position: relative;
}

.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .arrow::after {
    width: 8px;
    height: 8px;
  }
}

/*見出し*/
.h-style-1 {
  margin: 0 0 38px;
  color: #000;
  font-size: 11px;
  text-align: center;
}

.h-style-1 strong {
  display: block;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .h-style-1 {
    margin: 0 0 27px;
  }
  .h-style-1 strong {
    font-size: 25px;
    line-height: 1.3;
  }
}

/*テキストリンク*/
.more-txt {
  text-align: center;
}

.more-txt a {
  display: inline-block;
}

.more-txt a::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(66, 90, 108, 0.4);
}

.more-txt a:hover::after {
  opacity: 0;
}

@media (max-width: 768px) {
  .more-txt a::after {
    position: relative;
    top: -3px;
  }
}

/*-------------------------------------------------------------------------------
 MODULE
 -------------------------------------------------------------------------------*/
/*grid-col*/
.grid-col {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.grid-col li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

/*slider*/
/*
.normal-slider .slick-dots {
  bottom: -29px;
}
.normal-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.normal-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(66, 90, 108, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.normal-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.normal-slider .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
}

*/
.slick-prev,
.slick-next {
  width: 16px;
  height: 28px;
}

.normal-slider .slick-prev {
  left: 20px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.normal-slider .slick-next {
  right: 20px;
}

.normal-slider .slick-prev:before,
.normal-slider .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
}

@media (max-width: 768px) {
  .slick-slide {
    height: auto;
  }
/*
  .normal-slider .slick-dotted.slick-slider {
    margin-bottom: 21px;
  }
  .normal-slider .slick-dots {
    bottom: -21px;
  }
  .normal-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .normal-slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .normal-slider .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  .normal-slider .slick-dots li.slick-active button:before {
    width: 6px;
    height: 6px;
  }
*/
  .slick-prev,
  .slick-next {
    width: 11px;
    height: 19px;
  }
  .normal-slider .slick-prev {
    left: 10px;
  }
  .normal-slider .slick-next {
    right: 10px;
  }
  .normal-slider .slick-prev:before,
  .normal-slider .slick-next:before {
    display: block;
    content: "";
    width: 11px;
    height: 19px;
    background-size: 11px auto;
  }
}

/*product-module*/

.product-module ul {
  max-width: 930px;
  margin: 0 auto;
}

.product-module li {
  margin: 0 15px;
}

.product-module .slick-prev {
  margin-top: -47px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-module .slick-next {
  margin-top: -33px;
}

.product-module .slick-prev:before,
.product-module .slick-next:before {
  display: block;
  content: "";
  width: 16px;
  height: 28px;
}

@media (max-width: 980px) {
  .product-module .slick-prev {
    left: 0;
  }
  .product-module .slick-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .product-module .inner{
    padding: 30px 25px 35px;
  }
  .product-module ul {
    max-width: inherit;
    margin: 0 auto;
  }
  .product-module li {
    margin: 0 8px;
  }
  .product-module .slick-prev {
    margin-top: -38px;
    left: -18px;
  }
  .product-module .slick-next {
    margin-top: -29px;
    right: -18px;
  }
  .product-module .slick-prev:before,
  .product-module .slick-next:before {
    width: 11px;
    height: 19px;
    background-size: 11px auto;
  }
}

.carousel-lists p {
  font-size: 11px;
}

.carousel-lists .img {
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .carousel-lists .img {
    margin: 0 0 12px;
  }
}

/*ニュース*/
.thumbnail {
  float: left;
}

.news-txt {
  float: right;
  margin: -3px 0 0;
}

.news-module .date {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .news-module .date {
    margin: 0 0 8px;
  }
}

.news-col-3 {
  margin: 0 -1.530612244% 24px;
}

.news-col-3 li {
  display: inline-block;
  width: 30.297029702%;
  margin: 0 1.485148514%;
}

.news-col-3 .thumbnail {
  width: 26.143790849%;
}

.news-col-3 .news-txt {
  width: 69.281045751%;
}

@media (max-width: 768px) {
  .news-col-3 {
    margin: 0 0 29px;
  }
  .news-col-3 li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .news-col-3 .thumbnail {
    width: 17.910447761%;
  }
  .news-col-3 .news-txt {
    width: 78.656716417%;
  }
}

/*ボタン*/
.btn-list li a {
  display: block;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.btn-list .arrow::after {
  right: 20px;
}

.btn-col-2 {
  margin: 0 -2.04081626%;
}

.btn-col-2 li {
  width: 46.078431372%;
  margin: 0 1.960784313%;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 768px) {
  .btn-list li a {
    display: block;
    height: 60px;
    background: #000;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
  }
  .btn-list .arrow::after {
    right: 10px;
  }
  .btn-col-2 {
    margin: 0 0;
  }
  .btn-col-2 li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 320px) {
  .btn-list li a{
    font-size: 13px;
  }
}

/*sns-icn*/
.sns-icn-list {
  text-align: center;
}

.sns-icn-list li {
  width: 13.87755102%;
  margin: 0 0.408163265%;
  text-align: center;
}

.all-icn li {
  width: 13.438735177%;
  margin: 0 0.395256916%;
}

.sns-icn-list li span {
  display: block;
  margin: 0 auto 16px;
}

.sns-icn .icn-fb {
  width: 27px;
}

.sns-icn .icn-insta {
  width: 54px;
}

.sns-icn .icn-blog {
  width: 54px;
}

.sns-icn-list a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .sns-icn-list li {
    font-size: 12px;
    text-align: center;
  }
  .sns-icn-list li span {
    margin: 0 auto 17px;
  }
  .sns-icn ul {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .sns-icn li {
    width: 31.940298507% !important;
    margin: 0 0.597014925% 28px !important;
  }
}

@media (max-width: 360px) {
  .sns-icn-list li {
    font-size: 10px;
    text-align: center;
  }
}


















/*----- 各ブランド変更可能箇所 カラー変更用CSS -----*/
/*ヘッダー内カラー設定*/
.header-wrap {
 background: rgba(255, 255, 255, 0.9);
  /*
	background:-webkit-gradient(linear, 0deg,blue 0%,blue 60%,red 60%,red 100%);
	background:linear-gradient(0deg,blue 0%,blue 60%,red 60%,red 100%);
*/

/*	background: -webkit-linear-gradient(90deg, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 1) 60% ,rgba(154, 200, 100, 1) 60%, rgba(154, 200, 100, 1) 100%);
/*
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
*/
/*background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
*/


/*Transition*/
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
-ms-transition: background 0.5s;
transition: background 0.5s;
}

.fixed.header-wrap{
/*	background: -webkit-linear-gradient(90deg, rgba(100, 100, 100, 1) 0%, rgba(100, 100, 100, 1) 50% ,rgba(154, 200, 100, 1) 50%, rgba(154, 200, 100, 1) 100%);
*/
}




/*背景黒*/
/*.header-wrap {
  background: rgba(0,0,0,.7);
}
.header nav li{
  color: #fff;
}
.header nav a{
  color: #fff;
}
*/
@media (max-width: 768px) {
  .header-sp-fixed {
    background: rgba(255, 255, 255, 0.9);
  }
  .header-nav-wrap {
    background: #fff;
  }
}

.header-btn-list-item > a {
  color: #000;
}

.header-btn-list-item > a::before {
  background: #E1E1E1;
}

@media (max-width: 768px) {
  .header-btn-list > li > a {
    background: #666;
    color: #FFF;
  }
  /*マイページ*/
  .header-user-list-item.my-page {
    background: #000;
  }
}

/*メガメニュー内カラー設定*/
.nav-contents {
  background: #E1E1E1;
}

.nav-contents-list > li > a {
  color: #000;
}

.nav-contents-list dt .ttl {
  color: #000;
}

.nav-inner-menu a {
  color: #000;
}

@media (max-width: 768px) {
  .nav-contents {
    background: #fff;
  }
  .nav-contents-list dt .ttl {
    background: #E1E1E1;
    color: #000;
  }
  .nav-inner-menu a {
    color: #000;
  }
}

/*SPナビ内検索 ボタンカラー*/
.search-box button {
  border: solid 1px #000;
  color: #000;
}

/*ハンバーガーメニュー*/
@media (max-width: 768px) {
  .nav-bar span {
    background: #000;
  }
}

/*フッター背景色*/
.footer {
  background: #E1E1E1;
  /*フッター背景色*/
}

/*見出し文字色*/
.h-style-1 {
  color: #000;
}

/*スライダードットカラー*/
.normal-slider .slick-dots li.slick-active button:before {
  background: #000;
}

/*ボタン背景色・文字色*/
.btn-list li a {
  background: #000;
  color: #fff;
}

/*----- /各ブランド変更可能箇所 カラー変更用CSS -----*/
