@charset "utf-8";
/****************************************************************/
/*  HTML TAG
*****************************************************************/
/* リセット start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size: 100%;
  vertical-align:baseline;
  background:transparent;
}

/*フォントサイズが調整を防ぐ*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none; }

body {
  color: #383838;
  line-height:1;
/*   font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', "Avenir Next","Avenir", sans-serif; */
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  position: relative;
}
*,
*::before,
*::after{
  word-break: break-all;
  box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ul:after,
dl:after,
.btn_search:after,
.pageBox:after,
.swipeBox:after{
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0px;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  text-decoration: none;
  vertical-align:baseline;
  background:transparent;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:none;
}
input, select {
  vertical-align:middle;
}
li {list-style: none;}
/* リセット end */

/* リンクの色 start */
a{
  color: #383838;
  outline: none;
  text-decoration: none;
  }
a:link{}
a:hiover{}
a:visited{}
a:active{}
/* リンクの色 end */

.rel{ position: relative; }
.clear{ clear:both;}
.cf:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.clearfix:after{
  content: '';
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
}
.mgb10{
  margin-bottom: 10px;
}

/****************************************************************/
/*  layout
*****************************************************************/
.ci-bgc--white.bg-ptn-002{
  background-image: url(/u/pc/images/goldwin/ptn-002-white2.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 123px 71px;
}
.slick-arrow{
  position: absolute;
  /*
  top: 0;
  bottom: 0;
  */
  top: 50%;
  margin: auto;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
}
.slick-slider{
  height: auto;
  outline: none;
}
.slick-prev:before,
.slick-next:before{
  opacity: 1;
}
.h-style-2 {
  margin: 0 0 26px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.h-style-3{
  padding: 0 0 0 5px;
  font-size:25px;
  font-weight: normal;
  line-height: 1.0;
  text-align:left;
  vertical-align: middle;
}
.h-style-3 span{
  vertical-align: middle;
}
.h-style-3 small{
  font-size: 13px;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .h-style-3{
    font-size:22px;
  }
  .h-style-3 small{
    font-size: 11px;
  }
}
.h-style-4{
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}
.h-style-4 small{
  display: block;
  font-size: 14px;
}
/*矢印*/
.arrow{
  position: relative;
}
.arrow::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: solid 1px #383838 !important;
  border-right: solid 1px #383838 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wh::after{
  border-color: #fff;
}
.btn a{
  display: block;
  height: 30px;
  line-height: 30px;
  border: solid 1px #383838;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.btn a::after{
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-btn a{
  height: 60px;
  line-height: 60px;
  background: #383838;
  border: none;
  color: #fff!important;
  font-size: 20px;
}
.cart-btn a::after{
  border-color: #ffffff #ffffff currentcolor currentcolor;
  border-style: solid solid none none;
  border-width: 1px 1px medium medium;
}
.cart-btn span{
  display: inline-block;
  position: relative;
  padding: 0 0 0 46px;
}
.cart-btn span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 24px;
  height: 20px;
  margin: auto;
  background: url(/u/pc/images/goldwin/icn_cart_02.svg) no-repeat center left;
  background-size: 24px auto;
}
.color{
  color: #c2182d;
}
.grid-col{
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.grid-col li{
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
}
.more-txt{
  text-align: center;
}
.more-txt a {
  display: inline-block;
}
.more-txt a::after {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(66, 90, 108, 0.4);
  content: "";
}
.more-txt a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 768px){
  .onlyPC {
  	display: none !important;
  }
  .onlySP {
  	display: block !important;
  }
  #wrapper{
    padding: 0 0 19px;
  }
  .inner{
    max-width: inherit;
    margin: 0 auto;
    padding: 0 20px;
  }
  #title_style{
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
  }
  #title_style p,
  #title_style + p{
    padding: 0 20px;
  }
  .main-content {
    z-index: 10;
    position: relative;
    padding: 37px 0;
  }
  .product-module .inner{
    padding: 30px 25px 35px;
  }
  .product-module ul {
    max-width: inherit;
    margin: 0 auto 20px;
  }
  .product-module li {
    margin: 0 8px;
  }
  .product-module .slick-prev {
    left: -18px;
    margin-top: -38px;
  }
  .product-module .slick-next {
    right: -18px;
    margin-top: -29px;
  }
  .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 12px;
  }
  .grid-col li::before {
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    text-align: center;
    width: auto;
  }
  .more-txt a::after {
    position: relative;
    top: -3px;
  }
}
@media screen and (min-width: 769px){
  img{
    max-width: 100%;
    vertical-align: bottom;
  }
  .onlySP {
  	display: none !important;
  }
  .inner,
  .innerContents{
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main-content{
    z-index: 10;
    position: relative;
    padding: 48px 10px 15px;
  }
  .main-content .inner{
    padding: 55px 10px 58px;
  }
  .h-style-3{
    max-width: 470px;
    margin: 0 0 33px;
    padding: 0;
    font-size:24px;
  }
  .h-style-3 span,
  .h-style-3 small{
    font-weight: normal;
  }
  .product-module ul {
    max-width: 930px;
    margin: 0 auto 20px;
  }
  .product-module li {
    margin: 0 15px;
  }
  .product-module .slick-prev {
    -webkit-transform: rotate(180deg);
    z-index: 99;
    margin-top: -47px;
    transform: rotate(180deg);
  }
  .product-module .slick-next {
    margin-top: -33px;
  }
  .product-module .slick-prev:before, .product-module .slick-next:before {
    display: block;
    width: 16px;
    height: 28px;
    background: url("/u/pc/images/goldwin/icn_arrow_02.png") no-repeat center top;
    content: "";
  }
  @media (max-width: 980px) {
    .product-module .slick-prev {
      left: 0;
    }
    .product-module .slick-next {
      right: 0;
    }
  }
  .carousel-lists p {
    font-size: 11px;
  }

  .carousel-lists .img {
    margin: 0 0 15px;
  }
  #appBody{
    position: relative;
  }
  .h-style-2 {
    font-size: 18px;
    line-height: 2.6;
  }
  .h-style-4{
    font-size: 22px;
  }
  /*矢印*/
  .arrow::after{
    width: 6px;
    height: 6px;
  }
  .btn{
    width: 100%;
  }
  .btn .arrow::after{
    right: 10px;
  }
  .btn a::after{
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
  .cart-btn a{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .cart-btn a::after{
    border-color: #ffffff #ffffff currentcolor currentcolor;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
  }
  .cart-btn span{
    display: block;
    padding: 0;
  }
  .cart-btn span::before{
    left: 28px;
    background-size: 24px 20px;
  }
  .more-txt a::after {
    top: -2px;
    position: relative;
  }
}

/****************************************************************/
/*  pagenation
*****************************************************************/
@media screen and (max-width: 768px){
  .pagenation{
    position: relative;
    height: 62px;
    margin: 10px 0 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    box-sizing: border-box;
    text-align: center;
  }
  .pagenation ul{
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
  }
  .pagenation li{
    display: inline-block;
    width: 20px;
    margin: 0 8px;
    font-size: 12px;
    line-height: 60px;
    box-sizing: border-box;
  }
  .pagenation li a{
    display: block;
    position: relative;
    line-height: 59px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
  }
  .pagenation li .active{
    display: block;
    position: relative;
  }
  .pagenation li .active::before{
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #555;
    position: absolute;
    bottom: -1px;
  }
  .pagenation li.back,
  .pagenation li.next{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pagenation li.back{
    left: 13px;
  }
  .pagenation li.next{
    right: 13px;
  }
  .pagenation li.back a,
  .pagenation li.next a{
    display: block;
    height: 20px;
    line-height: 20px;
  }
  .pagenation li.back span,
  .pagenation li.next span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .pagenation li.back a{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  @media (max-width: 320px) {
    .pagenation li{
      margin: 0 5px;
    }
  }
}
@media screen and (min-width: 769px){
  .pagenationArea{
    position: relative;
    height: 54px;
    margin: 31px 0 0;
    border-top: solid 1px #383838;
    border-bottom: solid 1px #383838;
    text-align: center;
  }
  .pagenationArea li{
    width: 20px;
    margin: 0 10px;
    line-height: 54px;
    box-sizing: border-box;
    display: inline-block;
  }
  .pagenationArea li a{
    display: block;
    position: relative;
    line-height: 54px;
    box-sizing: border-box;
  }
  .pagenationArea li a:hover{
    opacity: 1;
  }
  .pagenationArea li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #383838;
    position: absolute;
    bottom: 1px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .pagenationArea li a:hover::before,
  .pagenationArea li a.active::before{
    opacity: 1;
  }
  .pagenationArea li.back,
  .pagenationArea li.next{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pagenationArea li.back{
    left: 15px;
  }
  .pagenationArea li.next{
    right: 15px;
  }
  .pagenationArea li.back a,
  .pagenationArea li.next a{
    display: block;
    height: 20px;
    line-height: 20px;
  }
  .pagenationArea li.back a:hover,
  .pagenationArea li.next a:hover{
    opacity: .7;
  }
  .pagenationArea li.back a::before,
  .pagenationArea li.next a::before{
    display: none;
  }
  .pagenationArea li.back span,
  .pagenationArea li.next span{
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #383838;
    border-right: solid 1px #383838;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pagenationArea li.back span{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/****************************************************************/
/*  Header
*****************************************************************/
.header-wrap{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #000;
  color: #FFF;
  z-index: 999;
}
.header-wrap a{
  color: #FFF;
  font-family: "EuclidFlexRegular", "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
.header{
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: inherit;
  height: inherit;
  position: relative;
  z-index: 1;
}
.header-wrap .header.inner{
  width: 100%;
}
.header-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #000;
  height: inherit;
}
.header-user-info{
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "EuclidFlexRegular", "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  float: right;
  line-height: 1.5;
}
.header-user-list{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: right;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.header-user-list li{
  display: inline-block;
  position: relative;
  font-size: 11px;
  vertical-align: middle;
}
.header-cart a{
  display: block;
  line-height: 1;
}
.header-cart-icn{
  display: inline-block;
  position: relative;
  width: 25px;
  height: 19px;
  margin: 0;
  vertical-align: middle;
}
.cart-item{
  display: block;
  position: absolute;
  background-color: #e72b1e;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}
.header-logo{
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 107px;
  margin: auto;
  line-height: 1.0;
  transform: translateY(-50%);
  z-index: 1;
}
.site-logo-white.site-logo-horizon{
  position: relative;
  background: transparent url(/u/pc/images/goldwin/site-logo-horizon-white.png) center center no-repeat;
  background-size: contain;
}
.site-logo-white.site-logo-horizon:before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 29.19708%;
}
.site-logo-white.site-logo-horizon span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
}
.site-logo-black.site-logo-horizon {
  position: relative;
  background: transparent url(/u/pc/images/goldwin/brands_logo_goldwin.svg) center center no-repeat;
  background-size: contain;
}
.site-logo-black.site-logo-horizon:before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 70px;
}
.box-link {
  display: block;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px){
  .header-sp-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 9999;
  }
  .header-cart{
    width: 25px;
    height: 22.3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
  }
  .header-cart-icn img{
    display: block;
  }
  .header-cart a:hover > span{
    text-decoration: underline;
  }
  .site-logo-black.site-logo-horizon {
    background-size: 100% auto;
  }
  .site-logo-black.site-logo-horizon:before {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px){
  .header-wrap{
    position: fixed;
    height: 70px;
    min-width: inherit;
  }
  .header{
    padding: 0 10px;
    max-width: 1000px;
  }
  .header-cart{
    margin: 0 0 0 14px;
  }
  .header-cart-icn{
    display: inline-block;
    position: relative;
    width: 29px;
    height: auto;
    margin: 0 0 0 14px;
    vertical-align: middle;
  }
  .cart-item{
    top: -11px;
    right: -8px;
    width: 19px;
    height: 19px;
    font-size: 9px;
    line-height: 19px;
  }
  .header-logo{
    left: 10px;
    max-width: inherit;
  }
}

/****************************************************************/
/*  Footer
*****************************************************************/
footer.footer {
  min-width: 0;
  background: #f0f3f5;
  color: #000;
  z-index: 0;
  position: relative;
}
footer.footer .footer-inner {
  padding: 50px 0 30px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
footer.footer .footer-sitemap nav{
  margin-bottom: 60px;
}
footer.footer .footer-nav-list{
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  word-spacing: 0;
}
footer.footer .footer-nav-list li{
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: center;
}
footer.footer .footer-nav-list li a{
  display: block;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
footer.footer .footer-info{
  height: auto;
  margin: 30px 0 0;
  color: #999;
  font-size: 1rem;
}
footer.footer .footer-info .footer-info-inner {
  padding: 0;
  height: auto;
  font-size: 16px;
  color: #898f9a;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px){

}
@media screen and (min-width: 769px){
  footer.footer{
    min-width: 1000px;
    z-index: 100;
  }
  footer.footer .footer-inner{
    padding: 32px 10px 30px;
    max-width: 940px;
  }
  footer.footer .footer-sitemap nav{
    margin-bottom: 0;
  }
  footer.footer .footer-nav-list li{
    display: inline-block;
    height: auto;
    line-height: 1.5;
    position: relative;
  }
  footer.footer .footer-nav-list li a{
    font-size: 10px;
    line-height: 2.3;
  }
  footer.footer .footer-inner .footer-sitemap .footer-nav-list li+li:before{
    content:"|";
    display:block;
    position:absolute;
    top:50%;
    left:0;
    color:#000;
    transform: translateY(-50%);
  }
  footer.footer .footer-info{
    margin: 15px 0 0;
  }
  footer.footer .footer-info .footer-info-inner {
    padding: 11px;
    height: 40px;
    font-size: 12px;
  }
}

/****************************************************************/
/*  パンくず
*****************************************************************/
@media screen and (max-width: 768px){
  div#topicpath_style{
    font-size:11px;
    line-height:1.3;
    padding:20px 0 20px 20px;
    }
  div#topicpath_style a{
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
  }
  div#topicpath_style a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: solid 1px #383838;
    border-right: solid 1px #383838;
    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg)
  }
  div#topicpath_style strong{
    font-weight:normal;
    }
  div#topicpath_style strong.block{
    display: block;
    margin: 12px 0 0;
  }
}
@media screen and (min-width: 769px){
  .trace-box{
    width: 1000px;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 10px;
    font-size: 11px;
    text-align: left;
  }
  .breadcrumb{
    font-size: 10px;
  }
  .trace-box a{
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 22px 0 0;
  }
  .trace-box strong{
    font-weight: normal;
  }
  .trace-box a::before{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    transform: rotate(45deg);
    border-top: solid 1px #383838;
    border-right: solid 1px #383838;
    content: "";
  }
}

/****************************************************************/
/*  prod
*****************************************************************/
.prod-detail{
  background-color: #FFF;
}
.icn-area{
  margin: 0 0 10px;
}
.icn-area ul{
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.icn-area li{
  display: inline-block;
  height: 19px;
  margin: 0 5px 0 0;
  padding: 0 8px;
  background: #e72b1e;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  margin-top: 5px;
}
.item-info-wrap .icn-area li.outlet{
  background: #000;
}
.item-info-wrap .icn-area li.sale{
  background: #e72b1e;
}
.item-info-wrap .icn-area li.new{
  background: #00ccff;
}
.item-price{
  margin: 15px 0 0;
  font-size: 25px;
  font-weight: normal;
}
.item-price small{
  margin: 2px 0 0;
  font-size: 10px;
}
p.limited-time {
  font-size: 12px;
}
.item-info{
  margin: 27px 0 0;
}
.item-info dl{
  height: 72px;
  margin: 0 -3px;
  border-top: solid 1px rgba(66,90,108,.4);
  border-collapse: separate;
  border-spacing: 3px 0;
  line-height: 71px;
}
.item-info dl:last-of-type{
  border-bottom: solid 1px rgba(66,90,108,.4);
}
.item-info dl dt,
.item-info dl dd{
  display: table-cell;
  vertical-align: middle;
}
.item-info dl.color{
  height: auto;
  line-height: 40px;
}
.item-info dl.color dt{
  width: 61px;
  padding: 15px 0 0;
  vertical-align: top;
}
.item-info dl.color dd{
  padding: 15px 0;
}
.item-info dl.color dd ul{
  overflow: hidden;
}
.item-info dl.color dd li{
  position: relative;
  width: 53px;
  float: left;
}
.item-info dl.color dd img {
    vertical-align: top;
}
.item-info dl.color dd a {
    display: block;
    height: 36px;
    margin: auto;
    padding: 2px;
    width: 36px;
}
.item-info dl.color dd a.active {
    border: 1px solid #000;
    padding: 2px;
}
.item-info dl.size{
  height: auto;
  line-height: 40px;
}
.item-info dl.size dt{
  width: 61px;
  padding: 15px 0 0;
  vertical-align: top;
}
.item-info dl.size dd{
  padding: 15px 0;
}
.item-info dl.size dd ul{
  overflow: hidden;
}
.item-info dl.size dd li{
  position: relative;
  width: 65px;
  float: left;
}
p.size-caution {
  line-height: 20px;
}
input[type=radio]{
  display: none;
}
.item-info .radio{
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.radio::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border: solid 1px #383838;
  border-radius: 50%;
}
.radio::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #383838;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked + .radio::before {
  opacity: 1;
}
.item-info dl.count dt{
  width: 63px;
}
.item-info input[type=text]{
  width: 49px;
  height: 30px;
  background: #eee;
  border: none;
  border-radius: 5px;
  color: #383838;
  font-size: 13px;
  text-align: center;
}
.item-info input[type=text]:focus{
  outline: none;
}
.item-info .btns{
  margin: 36px 0 0;
}
.item-info .btns li:last-child{
  margin: 0;
}
.size-table{
  margin: 30px 0 0;
}
.size-table .ttl{
  margin: 0 0 8px;
}
.prod-detail table tr{
  line-height: 1.6em;
}
.prod-detail table.tbl_size{
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.prod-detail table.tbl_size tr{
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #E5E5E5;
}
.prod-detail table.tbl_size tr th {
  width: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
.prod-detail table.tbl_size tr td {
  padding: 5px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  font-size: 11px;
  text-align: center;
}
.detail-explan{
  margin: 50px 0 0;
  padding: 33px 0 26px;
  background: #383838;
  color: #fff;
}
.detail-txt1{
  display: block;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}
.detail-txt1 .txt{
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}
.detail-txt1 img{
  width: auto;
  height: auto;
}
.detail-txt2{
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px rgba(255,255,255,.4);
}
.detail-txt2 dl{
  padding: 10px 0 9px;
  text-align: left;
}
.detail-txt2 dt{
  width: 68px;
  color: #fff;
}
.detail-txt2 dt,
.detail-txt2 dd{
  display: table-cell;
  font-size: 12px;
  vertical-align: top;
}
.detail-txt2 dd{
  word-break: break-all;
}
.detail-txt2 dl ul{
  margin: 0 -5px;
  font-size: 0;
}
.detail-txt2 dl li{
  display: inline-block;
  height: 25px;
  margin: 0 5px 5px;
}
.detail-txt2 dl li img{
  width: auto;
  height: 25px;
}
.detail-txt2 .more-txt{
  margin: 3px 0 0;
}
.detail-txt2 .more-txt a{
  color: #fff;
  font-size: 12px;
}
.detail-txt2 .more-txt a::after{
  right: -11px;
  width: 92%;
  background: #fff;
}
.detail-txt2 dl dd a{
  display: inline;
}
.sns-btn{
  margin: 23px 0 0;
}
.sns-btn .btn{
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}
.sns-btn .btn a{
  border: solid 1px #fff;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.sns-btn .btn a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 6px;
  right: 20px;
}
.sns-btn .btn span{
  position: relative;
  padding: 0 0 0 20px;
}
.sns-btn .btn span::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sns-btn .fb span::before{
  left: 0;
  width: 7px;
  height: 13px;
  background: url(/u/pc/images/goldwin/icn_fb_02.svg) no-repeat center center;
  background-size: 7px auto;
}
.sns-btn .tw span::before{
  left: -3px;
  width: 13px;
  height: 12px;
  background: url(/u/pc/images/goldwin/icn_tw_02.svg) no-repeat center center;
  background-size: 13px 12px;
}
.function-icon.function-icon__list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 23px 0 0;
  background-color: #FFF;
}
.function-icon.function-icon__list li{
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 768px){
  .item-slider{
    margin: 0 0 48px;
  }
  .item-slider .slick-prev,
  .item-slider .slick-next,
  .product-module .slick-prev,
  .product-module .slick-next{
    width: 11px;
    height: 19px;
  }
  .item-slider .slick-prev{
    left: 30px;
    margin: -10px 0 0;
    z-index: 99;
    transform: rotate(180deg);
  }
  .item-slider .slick-next{
    right: 30px;
  }
  .item-slider .slick-prev:before,
  .item-slider .slick-next:before,
  .product-module .slick-prev:before,
  .product-module .slick-next:before{
    display: block;
    content: "";
    width: 11px;
    height: 19px;
    background: url('/u/pc/images/goldwin/icn_arrow_02.png') no-repeat center top;
    background-size: 11px auto;
    opacity: 1;
  }
  .item-slider .slick-list{
    width: auto;
    margin: 0 auto;
  }
  .item-slider .slick-slide img{
    max-width: 300px;
    margin: 0 auto;
  }
  .product-module .slick-prev:before,
  .product-module .slick-next:before{
    background-size: cover;
  }
  .product-module .slick-prev{
    left: -6px;
    margin-top: -38px;
    transform: rotate(180deg);
  }
  .product-module .slick-next{
    right: -6px;
    margin-top: -29px;
  }

}
@media screen and (min-width: 769px){
  .detail #BrandMainContentsArea{
    width: auto;
    margin: 32px auto 65px;
  }
  #ProductMainContentsArea{
    width: auto;
    margin: 0 auto;
  }
  #ProductMainContentsArea .DetailLeftBox{
    position: relative;
    width: 500px;
    float: left;
    margin: 38px 0 0;
    overflow: hidden;
  }
  #ProductMainContentsArea .DetailRightBox{
    width: 330px;
    float: right;
    text-align: left;
  }
  #ProductMainContentsArea .itemSlider{
    width: 9999px;
  }
  #ProductMainContentsArea .itemSlider li{
    width: 500px;
    float: left;
    margin: 0 auto;
  }
  .itemThums{
    margin: 60px -5px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .itemThums li{
    width: 51px;
    float: left;
    margin: 0 5px;
    padding: 3px
  }
  .zoom{
    position: absolute;
    top: 521px;
    right: 10px;
    width: 21px;
    height: 21px;
  }
  .modal .modalInner{
    position: relative;
    width: 700px;
    margin: 0 auto;
    background: #fff;
  }
  .modal .imgBox{
    width: 700px;
    margin: 0 auto;
  }
  .close.cross{
  position: absolute;
  top: 15px;
  right: 14px;
  width: 21px;
  height: 21px;
  }
  .close.cross a{
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
  }
  .close.cross a::before,
  .close.cross a::after{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    width: 25px;
    height: 1px;
    background: #383838;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close.cross a:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .icn-area{
    margin: 0 0 7px;
  }
  .icn-area li{
    height: 18px;
    line-height: 18px;
  }
  .item-price{
    margin: 8px 0;
    font-size: 24px;
  }
  .item-price small{
    margin: 0;
  }
  .item-info dl{
    height: 53px;
    margin: 0;
    border-spacing: 0;
    line-height: 50px;
  }
  .item-info dl dt,
  .item-info dl dd{
    display: table-cell;
    vertical-align: middle;
  }
  .item-info dl.color{
    height: auto;
    line-height: 40px;
  }
  #productDetail .color{
    color: #383838;
  }
  .item-info dl.color dt{
    width: 63px;
    padding: 15px 0 0;
    vertical-align: top;
  }
  #productDetail .itemInfo dl.color dt#std1TitleDt{
    line-height: 18px;
    padding-top: 23px;
  }
  .item-info dl.color dd a {
    box-sizing: border-box;
    height: 34px;
    padding: 3px;
    width: 34px;
  }
  .item-info dl.color dd a.active {
    border: 1px solid #425a6c;
  }
  .item-info dl.size dt{
    width: 63px;
  }
  .item-info .radio{
    padding: 0 0 0 25px;
  }
  .radio::after{
    left: 3px;
  }
  .radio::before {
    left: 8px;
  }
  .item-info input[type=text]{
    width: 33px;
    height: 23px;
    background: #EEE;
    font-size: 12px;
  }
  .item-info .btns{
    margin: 26px 0 0;
  }
  .item-info .btns li{
    margin: 15px 0 15px;
  }
  .size-table .ttl{
    margin: 0;
  }
  .prod-detail table tr{
    line-height: 1.6em;
  }
  .prod-detail table.tbl_size{
    width: 330px;
    border: none;
  }
  .prod-detail table.tbl_size tr{
    border:none;
  }
  .prod-detail table.tbl_size tr th {
    width: 46px;
    padding: 6px 0;
    font-size: 10px;
  }
  .prod-detail table.tbl_size tr td {
    width: 46px;
    padding: 6px 0;
    font-size: 11px;
  }
  .detail-explan{
    min-width: 1000px;
    margin: 60px 0 0;
    padding: 25px 0 38px;
  }
  .DtailInfo1{
    display: inline-block;
    width: 640px;
    padding: 0 80px 0 0;
    vertical-align: top;
  }
  .DtailInfo1 p.txt{
    font-size: 14px;;
    line-height: 2.3;
    text-align: left;
  }
  .DtailInfo2.detail-txt2{
    display: inline-block;
    width: 330px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: none;
  }
  .detail-txt2 dl{
    padding: 8px 0 7px;
  }
  .detail-txt2 dt{
    width: 75px;
  }
  .detail-txt2 dl li{
    height: auto;
    margin: 0 5px;
  }
  .detail-txt2 dl li img{
    width: auto;
    height: 20px;
  }
  .detail-txt2 .more-txt{
    margin: 8px 0 0;
    text-align: left;
  }
  .detail-txt2 .more-txt a{
    color: #fff;
  }
  .sns-btn{
    margin: 30px -15px 0;
  }
  .sns-btn .btn{
    width: 265px;
    margin: 0 10px;
  }
  .sns-btn .btn a::after {
    border-bottom: none;
    width: 5px;
    height: 5px;
    margin: auto;
    right: 15px;
  }
  .sns-btn .fb span::before{
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
  }
  .sns-btn .tw span::before{
    width: 19px;
    height: 17px;
    background-size: 19px 17px;
  }
  .function-icon.function-icon__list{
    margin: 30px -15px 0;
  }
}

/****************************************************************/
/*  item
*****************************************************************/
.itemArea{
  position: relative;
}
.item-list{
  margin: 30px 0 0;
}
.item-list > ul{
  margin: 0 -2.985074626%;
  text-align: center;
}
.item-list p{
  font-size: 11px;
  line-height: 1.5;
}
.item-list .img{
  margin: 0 0 8px;
}

@media screen and (max-width: 768px){
  #itemArea .h-style-3{
    margin-bottom: 13.333px;
  }
  #itemArea .category-nav-wrapper{
    position: relative;
    margin-bottom: 16.666px;
    color: #1f2736;
  }
  .item-list > ul li{
    width: 44.366197183%;
    margin: 0 2.816901408% 28px;
    text-align: left;
  }
}
@media screen and (min-width: 769px){
  #itemArea .h-style-3{
    margin: 0 0 20px;
    max-width: 100%;
    font-size: 30px;
  }
  #itemArea .h-style-3 small{
    font-size: 12px;
    color: #898f9a;
  }
  .item-list > ul{
    margin: 30px -15px 0;
    font-size: 0;
    text-align: left;
  }
  .item-list > ul li{
    width: 152px;
    margin: 0 15px 35px;
    vertical-align: top;
  }
  .item-list > ul li a{
    display: block;
    margin: 0 0 20px;
  }
  .item-list p{
    font-size: 12px;
  }
  .item-list .img{
    margin: 0 0 17px;
  }
  #BrandMainContentsArea{
    width: auto;
    margin: 37px auto 50px;
  }
  #BrandMainContentsArea .BrandLeftArea{
    position: relative;
    float: left;
    margin: -5px 0 60px;
    text-align: left;
    font-size: 11px;
    width: 236px;
    z-index: 1;
  }
  #BrandMainContentsArea .BrandCenterArea{
    float: right;
    width: 700px;
    margin: 0 0 60px;
    text-align: left;
    font-size: 11px;
  }
  .LeftCategoryNavi{
    margin: 0 0 46px;
  }
  .LeftCategoryNavi .heading{
    font-size: 14px;
    margin: 0 0 17px;
    line-height: 1.4;
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd{
    position: relative;
    border-bottom: 1px solid #b4b9bb;
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd.active{
    background: rgba(203,210,222,.2);
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li:first-child{
    border-top: 1px solid #b4b9bb;
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li:last-child{
    border-bottom: none;
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li a{
    display: block;
    position: relative;
    padding: 15px 0 14px 10px;
    font-size: 11px;
    line-height: 1.5;
    text-decoration: none;
  }
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd:hover > a{
    color: #d91327;
    background: rgba(203,210,222,.2);

  }
}

/****************************************************************/
/*  cart
*****************************************************************/
body#cart{
  color: #555;
}
body#cart .infomationContainer span{
  display: block;
}
body#cart div.infomationContainer p.topread + p{
  margin: 20px 0 0;
}
@media screen and (max-width: 768px){
 body#cart #wrapper{
   line-height: 1.3;
   font-size: 12px;
   padding: 24px 0 40px;
 }
 body#cart #wrapper p{
   font-size: 12px;
   line-height: 1.6;
 }
 body#cart #wrapper h1{
  margin: 0 20px;
  padding: 0 0 0 29px;
  background: url(/u/pc/images/goldwin/cart.gif) no-repeat left center;
  background-size: 26.5px auto;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
 }
 body#cart .infomationContainer p{
   padding: 0 20px;
 }
 body#cart .continueShopping{
   margin: 10px 0 0;
 }
 body#cart .continueShopping a{
    cursor: pointer;
    display: block;
    position: relative;
    width: auto;
    margin: 0 20px;
    border: solid 1px #555;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
  }
  body#cart .continueShopping a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  div.tbl_kaimono1{
    margin: 5px 20px 29px;
    padding: 13px 0 0;
  }
  div.tbl_kaimono1 .title{
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  div.tbl_kaimono1 div{
    padding: 0;
  }
  div.tbl_kaimono1 dt{
    font-size:12px;
    margin-bottom:5px;
  }
  div.tbl_kaimono1 dd{
    font-size:12px;
    line-height:1.3;
  }
  div.tbl_kaimono1 .inner{
    clear: both;
    line-height:1.3;
    overflow:hidden;
  }
  div.tbl_kaimono1 .inner textarea{
    width:98%;
  }
  div.tbl_kaimono1 .inner span span{color:#e72b1e;}
  div.tbl_kaimono1 .inner .tbl_group{
    table-layout: fixed;
  }
  div.tbl_kaimono1 .inner .tbl_group tr{
    border-top: solid 1px rgba(85,85,85,.4);
  }
  div.tbl_kaimono1 .inner .tbl_group th{
    padding:5px;
    font-weight:bold;
    font-size:13px;
    color:#FFF;
    background-color:#AAA;
    background-image:-moz-linear-gradient(top, #CCCCCC 0%,#999999 100%);
    background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#CCCCCC),color-stop(100%,#999999));
    text-shadow: #666 1px 1px 1px;
    }
  div.tbl_kaimono1 .inner .tbl_group td{
    padding: 14px 0 22px;
    margin: 0;
    vertical-align: top;
    display: block;
  }
  div.tbl_kaimono1 .inner .tbl_group td.img{
    width: 80px !important;
    height: auto;
    float: left;
  }
  div.tbl_kaimono1 .inner .tbl_group td.img img{
    width: 100%;
    height: auto;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text{
    width: auto !important;
    height: auto;
    padding-left: 15px;
    font-size: 12px;
    overflow: hidden;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text span{
    display: block;
    margin: 0 0 15px;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .brand{
    margin: 0 0 2px;
    font-size: 10px;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .brand .logo{
    display: inline-block;
    width: 17px;
    margin: 0 5px 0 0;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .brand .logo img{
    vertical-align: middle;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .prodName{
    font-size: 12px;
    margin: 0 0 7px;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .color,
  div.tbl_kaimono1 .inner .tbl_group td.text .size,
  div.tbl_kaimono1 .inner .tbl_group td.text .design{
    float: left;
    font-size: 11px;
    margin: 0 15px 5px 0;
    color: #555;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .design{
    margin: 0 15px 15px 0;
  }
  div.tbl_kaimono1 .inner .tbl_group td.text .price{
    float: right;
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  div.tbl_kaimono1 .inner.bottom{
    text-align: right;
    padding: 11px 0 0;
  }
  div.tbl_kaimono1 .inner.bottom p{
    display: inline-block;
    margin: 0 0 0 24px;
    padding: 0;
    line-height: 1.0;
    vertical-align: middle;
  }
  div.tbl_kaimono1 .inner .bt_clear a{
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    font-size: 12px;
    line-height: 1.0;
    text-decoration: underline;
    cursor: pointer;
  }
  @media (max-width: 360px){
    div.tbl_kaimono1 .inner .tbl_group td.img{
      width: 70px !important;
    }
    div.tbl_kaimono1 .inner .tbl_group td.text .color,
    div.tbl_kaimono1 .inner .tbl_group td.text .size,
    div.tbl_kaimono1 .inner .tbl_group td.text .design{
      font-size: 10px;
      margin: 0 10px 5px 0;
    }
    div.tbl_kaimono1 .inner .tbl_group td.text .design{
      margin: 0 10px 15px 0;
    }
    div.tbl_kaimono1 .inner .tbl_group td.text .design:last-child{
      margin: 0 0 15px 0;
    }
  }
  div.tbl_kaimono1 .inner .fRight{
    float: left;
    width: 115px;
    vertical-align:middle;
    }
  .qtyBox{
    width: 50px;
    height: 30px;
    margin: 0 0 0 13px;
    padding: 0;
    background: #eee;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  div.tbl_kaimono1 .inner .number{
    float:right;
    width:50px !important;
  }
  div.tbl_kaimono1 .inner .soldout li{padding:5px 0;}
  .edit-product label {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
  }
  body#cart .selectDeliveryContainer {
    margin: 30px 0 0;
    padding: 30px 20px 0;
    border-top: solid 2px rgba(85,85,85,.4);
  }
  body#cart .textmenu2{
    margin: 17px 0 0;
  }
  body#cart .selectDeliveryContainer .continueShopping a{
    margin: 0;
  }
  .textmenu2 li{
    margin: 0 0 20px;
    background: #555;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .textmenu2 li input,
  .textmenu2 li a,
  .textmenu2 li label {
    display: block;
    position: relative;
    width: 100% !important;
    height: 60px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
  .textmenu2 li a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 769px){
  body#cart #wrapper #bodyContainer{
    width: 980px;
  	text-align: left;
  	margin: 0 auto 30px auto;
    position: relative;
  }
  body#cart ul.Flow{
    margin: 40px 0 40px;
  }
  body#cart ul.Flow li{
    float: left;
    margin-right: 10px;
  }
  body#cart ul.Flow li:last-child{
    margin-right: 0;
  }
  h1.cart_title{
    width: 640px;
    background: url(/u/pc/images/goldwin/cart.gif) no-repeat left center;
    background-size: 29px auto;
    line-height: 1.0;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 17px;
    padding: 0 0 0 36px;
  }
  body#cart div.infomationContainer{
    width: 100%;
    font-size: 100%;
  }
  body#cart div.infomationContainer p.topread{
    font-size: 100%;
    line-height: 150%;
  }
  body#cart div.infomationContainer p.topread + p{
    margin: 10px 0 0;
  }
  body#cart div.cartNow{
    margin-top: 16px;
    width: 640px;
  }
  table.cartTable{
    width: 640px;
  }
  table.cartTable th {
  background-color: #eee;
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
  table.cartTable tr {
    border-top: solid 1px rgba(85,85,85,.3);
  }
  table.cartTable tr:last-child{
    border-bottom: solid 1px rgba(85,85,85,.3);
  }
  table.cartTable tr.line {
    border-bottom: 1px dotted #918B8A;
  }
  table.cartTable td {
    padding: 20px 0;
    line-height: 1.5;
    vertical-align: middle;
  }
  table.cartTable input{
    margin: 0 0 0 16px;
    padding: 0;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
  }
  table.cartTable td.name {
    width: 360px;
    padding-left: 20px;
  }
  table.cartTable td.num {
    width: 75px;
    padding: 10px 0 0;
  }
  table.cartTable td.price {
    position: relative;
    width: 110px;
    padding: 10px 0 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  table.cartTable td.price .update {
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    line-height: 1.0;
    text-align: right;
  }
  table.cartTable td.price .update a{
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    line-height: 1.2;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
  }
  .name span {
    display: block;
    font-size: 14px;
  }
  .name .brand {
    margin: 0 0 10px;
    font-size: 10px;
  }
  .name .brand .logo {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .name > div {
    margin: 5px 0 2px;
  }
  .name .color{
    margin: 0 10px 0 0;
  }
  .name .color,
  .name .size{
    float: left;
    font-size: 10px;
    color: #555;
  }
  .photo{
    width: 100px;
  }
  input.qtyBox[type="text"] {
    width: 33px;
    height: 23px;
    margin: 0 0 0 15px;
    padding: 0;
    background: #eee;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
  }
  body#cart .num, body#cart .group, body#cart .photo, body#cart .photo2, body#cart .btn, body#cart .update, body#cart .update, body#cart .AreaCheck, body#cart .AreaButton {
    text-align: center;
  }
  body#cart div.continueShopping a {
    display: block;
    width: 240px;
    height: 30px;
    cursor: pointer;
    display: block;
    position: relative;
    border: solid 1px #555;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
  }
  body#cart div.continueShopping a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body#cart div.selectDeliveryContainer {
    position: absolute;
    top: 90px;
    width: 280px;
    margin: 0 0 0 700px;
    padding: 17px 20px 20px 20px;
    background: #f3f3f3;
    box-sizing: border-box;
  }
  .textmenu2 li{
    width: 240px;
    margin-bottom: 15px;
  }
  .textmenu2 li a{
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    border-radius: 5px;
  }
  .textmenu2 li a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/****************************************************************/
/*  checkout index
*****************************************************************/
body#cart #wrapper h1.policy,
h1.cart_title.policy{
  background: none;
  padding: 0;
}
.tex_xs_Red,
.red{
  color: #e72b1e;
}
.GuideBoxSetArea ul.glaAslist	{ font-size: 11px; margin: 0 0 0 1.8em; padding: 0 0 5px; }
.GuideBoxSetArea ul.glaAslist > li	{ line-height: 1.6; text-indent: -1.7em; margin: 0; padding: 2px 0 0; list-style-type: none; }
.GuideBoxSetArea ul.glaDtlist > li > ul.glaAslist > li	{ text-indent: 0; }
@media screen and (max-width: 768px){
  #cart.checkout #wrapper .texA{
    padding: 0 20px;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
  }
  #cart.checkout #wrapper .texA span{
    display: block;
    font-size: 10px;
  }
  #cart.checkout #wrapper .texA span .kome{
    display: inline-block;
  }
  #cart.checkout #wrapper .border{
    border-bottom: 2px solid #BBB;
    padding-bottom: 20px;
  }
  #privacy_style{
    margin: 24px 0 0;
  }
  #privacy_style h2{
    margin: 0;
    padding: 20px 20px 0;
    border-top: 2px solid #bbb;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  #privacy_style .rule{
    padding: 10px 20px 20px;
  }
  #privacy_style .rule .guideMinmm{
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
  }
  #privacy_style .rule .guideMinmm p b,
  #privacy_style .rule .guideMinmm h3{
    font-size: 13px;
    margin-bottom: 5px;
  }
  #privacy_style .rule.bottom{
    border-bottom: 2px solid #bbb;
  }
  .btBox2{
    width: auto;
    margin: 30px 20px 10px;
    overflow: hidden;
    padding: 0;
  }
  .bt_submit a,
  .bt_submit input {
    height: 60px;
    background: #555;
    border: none;
    color: #fff;
    line-height: 58px;
  }
  .bt_submit{
    position: relative;
  }
  .bt_submit:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bt_fback{
    position: relative;
  }
  .bt_fback:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btBox2 p a,
  .btBox2 p input {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .btBox2 .bt_submit{
    margin: 0 0 20px;
    background: #555;
    border-radius: 5px;
    color: #FFF;
  }
  .btBox2 .bt_fback a,
  .btBox2 .bt_fback input {
    height: 30px;
    background: none;
    border: solid 1px #555;
    font-size: 12px;
    line-height: 28px;
    padding: 0;
    cursor: pointer;
  }
  #title_style .mcblack p{
    font-size: 13px;
  }
}
@media screen and (min-width: 769px){
  #contentsContainer{
    position: relative;
  }
  #cart.checkout .body-box .lead{
    font-size: 12px;
    margin-bottom: 20px;
  }
  #cart.checkout .lead span{
    font-size: 10px;
  }
   .body-box h2{
     margin: 0 0 20px;
     font-size: 18px;
     font-weight: normal;
     line-height: 1.0;
  }
  #privacy_style .rule{
    padding: 15px;
    border: 1px solid #555;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 250px;
    overflow: auto;
  }
  .GuideBoxSetArea > .guideMinmm{
    font-size: 12px;
    margin: 0 0 10px;
  }
  .GuideBoxSetArea > .guideMinmm > p{
    margin: 5px 0 0;
  }
  .GuideBoxSetArea > .guideMinmm > p > b	{ font-size: 13px!important; line-height: 1.3!important; margin!important: 0 0 3px 0!important; }
  .GuideBoxSetArea > .guideMinmm a	{ text-indent: 0; display: inline-block; position: relative; margin: 0; }
  .GuideBoxSetArea > .guideMinmm a:hover	{ text-decoration: none; }
  .GuideBoxSetArea > .guideMinmm a:before	{ display: none; }
  .GuideBoxSetArea > .guideMinmm a:after	{ content: ""; display: block; width: 100%; height: 1px; background: #b6b6b6; position: relative; top: -2px; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -ms-transition: opacity .3s ease; transition: opacity .3s ease; }
  .GuideBoxSetArea > .guideMinmm a:hover:after	{ opacity: 0; }
  .GuideBoxSetArea > .guideMinmm h3{
    color: #666;
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.3;
    padding: 0;
  }
  #wrapper .btn_register-box{
    text-align: center;
    margin-bottom: 50px;
  }
  #wrapper .btn_register-box .bt_back,
  #wrapper .btn_register-box .bt_submit{
    display: inline-block;
    margin: 0 20px;
    width: 200px;
    position: relative;
  }
  #wrapper .btn_register-box .bt_submit.large{
    width: 420px;
  }
  #wrapper .btn_register-box a,
  #wrapper .btn_register-box input{
    display: block;
    width: 100%;
    height: 40px;
    background: none;
    border: solid 1px #555;
    font-size: 13px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
  }
  #wrapper .btn_register-box a::after,
  #wrapper .bt_submit::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wrapper .btn_register-box .bt_submit a,
  #wrapper .btn_register-box .bt_submit input{
    background-color: #555;
    color: #FFF;
  }
  #wrapper .btn_register-box .bt_submit a::after,
  #wrapper .btn_register-box .bt_submit::after{
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
}

/****************************************************************/
/*  checkout confirm
*****************************************************************/
body#cart #wrapper h1.edit,
h1.cart_title.edit{
  background: url(/u/pc/images/goldwin/edit.gif) no-repeat left center;
}
.AddList{
  border-bottom: 2px solid #bbb;
}
.AddList .edit-contents dt,
.AddList .edit-contents dd{
  display: table-cell;
  vertical-align: middle;
}
.AddList .edit-contents dt{
  font-weight: bold;
}
@media screen and (max-width: 768px){
  body#cart #wrapper h1.edit,
  h1.cart_title.edit{
    background-size: 19.5px auto;
  }
  .btBox2.head{
    margin: 20px 20px 30px;
  }
  .AddList > div{
    border-top: 2px solid #bbb;
    padding: 20px;
  }
  .AddList h5{
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.0;
  }
  .AddList .order-items dt,
  .AddList .order-items dd{
    display: table-cell;
    vertical-align: middle;
  }
  .AddList .order-items dt{
    margin-left: 0;
  }
  .AddList .order-items .matrix dd{
    float: left;
    text-align: left;
  }
  .AddList .order-items dl.matrix{
    padding: 16px 0 0;
    border-top: 1px solid rgba(85,85,85,.4);
  }
  .AddList .order-items dl.matrix + dl{
    position: relative;
    margin: 0 0 19px;
  }
  .AddList .order-items dd.pname{
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
  }
  .AddList .order-items dd.pname .brand{
    margin: 0 0 5px;
    display: block;
    font-size: 10px;
  }
  .AddList .order-items dd.pname .brand .logo{
    display: inline-block;
    width: 17px;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  .AddList .order-items dd.pname .img img{
    width: 80px!important;
    height: auto;
    float: left;
    margin-right: 15px;
    vertical-align: middle;
  }
  .AddList .order-items dd.pname > div{
    margin: 2px 0 2px;
  }
  .AddList .order-items dd.pname .color{
    color: #555;
  }
  .AddList .order-items .quantityTitle{
    padding-left: 95px;
  }
  .AddList .order-items dd.unitprice{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
  }
}
@media screen and (min-width: 769px){
  body#cart #wrapper h1.edit,
  h1.cart_title.edit{
    background-size: 23px auto;
  }
  .AddList{
    width: 640px;
    font-size:75%;
    border-bottom: 1px solid #ccc;
  }
  .AddList > div{
    border-top: 1px solid #ccc;
    padding-bottom: 19px;
  }
  .AddList h5{
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.0;
    text-align: left;
  }
  .AddList .edit-contents h5{
    margin-bottom: 16px;
  }
  .AddList .edit-contents dl{
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .AddList .edit-contents dl dt,
  .AddList .edit-contents dl dd{
    font-size: 12px;
  }
  .AddList .order-items table.Order{
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .AddList .order-items table.Order tr + tr{
    border-top: 1px solid #eee;
  }
  .AddList .order-items table.Order td{
    vertical-align: middle;
  }
  .AddList .order-items table.Order td:first-of-type{
    padding: 16px 0 19px;
  }
  .AddList .order-items table.Order td.name{
    width: 330px;
    text-align: left;
  }
  .AddList .order-items table.Order td.amount{
    width: 69px;
    padding: 4px 0 0;
    font-size: 12px;
  }
  .AddList .order-items table.Order td.unitprice{
    width: 103px;
    padding: 11px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  .ShopFormButton2{
    position: absolute;
    top: 90px;
    width: 280px;
    margin-left: 700px;
    padding: 20px;
    background: #f3f3f3;
    box-sizing: border-box;
    font-size: 100%;
    text-align: center;
  }
  .ShopFormButton2 .bt_fback,
  .ShopFormButton2 .bt_submit{
    width: 240px;
    position: relative;
  }
  .ShopFormButton2 .bt_submit{
    margin-top: 18px;
  }
  .ShopFormButton2 .bt_fback{
    margin-top: 15px;
  }
  .ShopFormButton2 .bt_fback a,
  .ShopFormButton2 .bt_submit input{
    display: block;
    width: 100%;
    height: 30px;
    background: none;
    border: solid 1px #555;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
  }
  .ShopFormButton2 .bt_fback a::after,
  .ShopFormButton2 .bt_submit::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ShopFormButton2 .bt_submit input{
    background-color: #555;
    color: #FFF;
    height: 50px;
    line-height: 50px;
  }
  #wrapper .ShopFormButton2 .bt_submit::after{
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
}

/****************************************************************/
/*  size
*****************************************************************/
#sizeguide #wrapper .size{
  font-size: 12px;
}
#sizeguide #wrapper .clear:after{
  content: "";
  display: table;
  float:none;
  clear: both;
}
#sizeguide #wrapper table th,
#sizeguide #wrapper table td{
  vertical-align: middle;
  word-break: normal;
}
.contentsTitle{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:40px 0 60px;
}
.contentsTitle h2{
	font-family: "helveticaneue-light";
	font-size:3.5em;
	line-height:1.3;
	letter-spacing:0.05em;
  font-weight: normal;
}
.contentsTitle h3{
	font-size:1.2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contentsTitle{padding:40px 0 40px;}
}
@media screen and (max-width: 540px) {
  .contentsTitle{padding:20px 0 30px;}
  .contentsTitle h2{font-size:3.0em;}
  .contentsTitle h3{font-size:1.1em;}
}

.defaultBoxShort{
	width:90%;
	max-width:980px;
	margin:0 auto;
	font-size:1.1em;
}
@media (max-width: 540px) {
  .defaultBoxShort{font-size:1.15em;}
}
.size .defaultBoxShort{font-size:1.0em;}
.size .defaultBoxShort h3{
	font-size:1.2em;
	font-weight:bold;
	margin-top:50px;
}
.size .defaultBoxShort h3:first-child{
	margin-top:0;
}
.sizeTable{
	width:100%;
	text-align:center;
	margin-top:10px;
	line-height:1.3;
}
.sizeTable.widthMax{max-width:none;}
.sizeTable.widthMid{max-width:700px;}
.sizeTable.widthMin{max-width:500px;}
.sizeTable th{
	width:180px;
	border-bottom:1px solid #CCC;
	padding:6px 0;
}
.sizeTable th br{
	display:none;
}
.sizeTable td{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:6px 0;
}
.sizeTable thead{
	background:#F3F3F3;
}
.sizeTable thead th,
.sizeTable thead td{
	border-bottom:none !important;
}
.sizeTable .men{
	color:#003399;
}
.sizeTable .women{
	color:#E22616;
}
.size h4{
	font-size:1.5em;
	text-align:center;
	border:1px solid #CCC;
	line-height:1.0;
	padding:0.5em 0;
	width:100%;
	background:#F5F5F5;
	-webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  border-radius:20px;
  font-weight: normal;
}
.size .attention{
	font-size:1.1em;
	margin-top:30px;
}
.size .note{
	font-size:0.91em;
	padding-top:5px;
}
.size .unit{
	font-size:0.91em;
	padding-top:5px;
	text-align:right;
}
.measurement{
	width:100%;
	margin:0px auto 70px;
}
.measurement h5{
	text-align:center;
	margin:20px 0 50px;
	font-size:1.1em;
}
.measurement .drawing{
	width:100%;
	max-width:560px;
	margin:0 auto 50px;
}
.measurement h6{
	font-size:1.1em;
	padding:0.7em 0 0.2em;
	font-weight:bold;
}
.measurement .pointBox{
	width:100%;
	margin:0 auto;
	border-top:1px solid #CCC;
	font-size:1.1em;
	padding-top:30px;
}
.measurement .pointLeft{
	float:left;
	width:50%;
	padding-right:1em;
	box-sizing: border-box;
}
.measurement .pointRight{
	float:right;
	width:50%;
	padding-left:1em;
	box-sizing: border-box;
}

@media (max-width: 768px) {
  .size .defaultBoxShort .measurement{font-size:1.1em;}
  .measurement .pointBox{font-size:1.0em;}
  .sizeTable th{width:120px;}
  .sizeTable th br{display:block;}
}

@media (max-width: 540px) {
  .size .defaultBoxShort{font-size:0.91em;}
  .size .defaultBoxShort .measurement{font-size:1.2em;}
  .measurement{
  	margin:0px auto 50px;
  }
  .size h4{font-size:1.4em;}
  .measurement h5{margin-bottom:30px; font-size:1.0em;}
  .measurement .drawing{margin:0 auto 30px;}
  .measurement .pointLeft{float:none;width:100%;padding-right:0;}
  .measurement .pointRight{float:none;width:100%;padding-left:0;}
  .measurement h6{font-size:1.1em;padding:0.7em 0 0.2em;}
  .size .defaultBoxShort h3{margin-top:30px;}
  .sizeTable th{width:75px;}
}

#shoplist .header-wrap {
  background-color: #fff;
}
#shoplist .header-wrap .header.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shoplist .site-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#shoplist .header-logo {
/*
  width: 15%;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
*/
  width: 140px;
}
#shoplist .header-logo span {
  visibility: hidden;
  position: absolute;
  bottom: 0;
}
#shoplist .contentIn {
  max-width: 1150px;
  margin: 0 auto;
  padding: 25px 15px;
}
#shoplist .title {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#shoplist .lead {
  width: 100%;
  margin: 0 auto 25px;
}
#shoplist .shoplistMenu {
  margin-bottom: 25px;
}
#shoplist .shoplistMenu .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#shoplist .shoplistMenu .menu li:first-child {
  padding-left: 0;
}
#shoplist .shoplistMenu .menu li:last-child {
  padding-right: 0;
}
#shoplist .shoplistMenu .menu li + li {
  border-left: solid 1px #e6e6e6;
}
#shoplist .shoplistMenu .menu li a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}
#shoplist div[id^="area"] {
  padding-top: 80px;
  margin-top: -80px;
}
#shoplist div[id^="area"] + div[id^="area"] {
  margin-top: 0;
}
#shoplist .areaTitle {
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#shoplist .shopTable {
  width: 100%;
  border-top: solid 2px #000;
}
#shoplist .shopTable thead th {
  padding: .8em 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background-color: #f0f0f0;
}
#shoplist .shopTable thead th:first-child {
  padding-left: 1em;
}
#shoplist .shopTable tbody tr {
  border-bottom: solid 1px #b2b2b2;
}
#shoplist .shopTable tbody tr th {
  width: 100%;
  padding: 15px 0 .5em;
  color: #000;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
#shoplist .shopTable tbody tr td {
  width: 100%;
  padding: 0 0 15px;
}
#shoplist .shopTable tbody dt:not(:last-of-type),
#shoplist .shopTable tbody dd:not(:last-of-type) {
  margin-bottom: .5em;
}
@media screen and (min-width: 769px){
  #shoplist .header {
    max-width: 1280px;
  }
  #shoplist .site-title {
    font-size: 18px;
  }
  #shoplist .contentIn {
    padding: 50px 15px;
  }
  #shoplist .title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  #shoplist .lead {
    width: 680px;
    margin: 0 auto 50px;
  }
  #shoplist .shoplistMenu {
    margin-bottom: 50px;
  }
  #shoplist .shoplistMenu .menu li {
    padding: 0 1.5em;
  }
  #shoplist .areaTitle {
    font-size: 20px;
  }
  #shoplist .shopTable tbody tr th {
    width: 50%;
    padding: 20px 0;
  }
  #shoplist .shopTable tbody tr td {
    width: 50%;
    padding: 20px 0;
  }
  #shoplist .shopTable tbody dt {
    clear: both;
    float: left;
    margin-right: 1em;
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }
  #shoplist .shopTable tbody dd {
    float: left;
    margin-top: -2px;
  }
  #shoplist .shopTable tbody dt:not(:last-of-type),
  #shoplist .shopTable tbody dd:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px){
  #shoplist .header-wrap .header.inner {
/*     padding: .5em 1em; */
  }
  #shoplist .site-title {
/*     line-height: 1.2; */
  }
  #shoplist .header-logo {
/*     width: 20%; */
    width: 94px;
  }
  #shoplist .shoplistMenu .menu {
    flex-wrap: wrap;
    padding: 15px 0;
    overflow-x: scroll;
  }
  #shoplist .shoplistMenu .menu li {
    margin-bottom: 10px;
    padding: 0 .5em;
  }
  #shoplist div[id^="area"] {
    padding-top: 40px;
    margin-top: -40px;
  }
  #shoplist .shopTable thead {
    display: none;
  }
  #shoplist .shopTable tbody tr th,
  #shoplist .shopTable tbody tr td {
    display: block;
  }
  #shoplist .shopTable tbody dt {
    display: none;
  }
}