@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:700");
/*------------------------------------------------------------
	JOURNEY WITHOUT A MAP 2017 OFFICIAL GOODS 2nd
------------------------------------------------------------*/
@font-face {
  font-family: 'web_icon_fontsregular2';
  src: url("../font2/webiconfonts-regular.eot");
  src: url("../font2/webiconfonts-regular.eot?#iefix") format("embedded-opentype"), url("../font2/webiconfonts-regular.woff2") format("woff2"), url("../font2/webiconfonts-regular.woff") format("woff"), url("../font2/webiconfonts-regular.ttf") format("truetype"), url("../font2/webiconfonts-regular.svg#web_icon_fontsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'web_icon_fontsregular2';
}

/* header
-------------------------------------*/
header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 40px;
  background-color: #000;
  border-bottom: 1px solid #232323;
  padding: 0 4px;
}
header > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  /*@include transition(width 0.3s);*/
}
header .logo-area {
  width: auto;
  padding: 9px 15px 0;
}
header .logo-area a {
  display: block;
  width: 117px;
  margin: 0;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 180px;
}
header .sns-area ul li {
  float: left;
  width: 33%;
}
header .sns-area ul li:first-child {
  width: 34%;
}
header .sns-area ul li a {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  background-color: #000;
  height: 39px;
  padding: 10px 0 0 4px;
  color: #fff;
  overflow: hidden;
  opacity: 0.4;
}
header .sns-area ul li a:hover {
  opacity: 1;
}
header .sns-area ul li a span + span {
  display: none;
}
header .sns-area ul li a span.icon {
  float: none;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
header .sns-area ul li a.gp span.icon {
  padding-top: 1px;
}

@media screen and (max-width: 400px) {
  header {
    padding: 0 10px 0 0;
  }
  header .logo-area {
    padding: 9px 12px 0;
  }
  header .sns-area {
    width: 126px;
  }
}
/*
--------------------------------------------*/
html, body {
  background-color: #000;
  height: auto;
}

#gd-jwam_goods-wrap {
  position: relative;
  overflow: hidden;
}
#gd-jwam_goods-wrap > h1 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#gd-jwam_goods-wrap .img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/**/
#jwam_goods-wrap {
  background-color: #292322;
  background-image: url(../img/lp/jwam_goods/bg_ptn.png);
  background-repeat: repeat;
  background-position: center top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 60px 60px;
}
#jwam_goods-wrap > h2 {
  display: block;
  max-width: 960px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 900px) {
  #jwam_goods-wrap {
    padding: 45px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  #jwam_goods-wrap {
    padding: 30px 30px 40px;
  }
  #jwam_goods-wrap > h2 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 400px) {
  #jwam_goods-wrap {
    padding: 25px 20px 20px;
  }
  #jwam_goods-wrap > h2 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 320px) {
  #jwam_goods-wrap {
    padding: 20px 16px 20px;
  }
  #jwam_goods-wrap > h2 {
    margin: 0 -5px 20px;
  }
}
#main {
  max-width: 1140px;
  margin: 0 auto;
}

/* info
--------------------------------------*/
#info-wrap {
  color: #fff;
  margin-bottom: 50px;
}
#info-wrap .info-area {
  font-family: 'Lato',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-weight: bold;
  /*@include box-sizing(border-box);
  @include border-radius(15px);
  border: 6px solid #5f5b55;*/
  text-align: center;
  margin-bottom: 63px;
  /*.inner {
  	padding: 39px 40px 33px;
  }*/
}
#info-wrap .info-area h4 {
  color: #c6b074;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 33px;
}
#info-wrap .info-area h3 {
  color: #f0ede8;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 23px;
}
#info-wrap .info-area h3 span {
  display: inline-block;
}
#info-wrap .info-area h5 {
  color: #c6b074;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
#info-wrap .info-area p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 4px;
}
#info-wrap .info-area p span {
  display: inline-block;
}
#info-wrap .info-area p a,
#info-wrap .info-area p a:visited {
  color: #c6b074;
  text-decoration: underline;
}
#info-wrap .attention-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #6e6a64;
}
#info-wrap .attention-area .inner {
  padding: 21px 37px 21px;
}
#info-wrap .attention-area h3 {
  display: block;
  text-align: center;
  color: #c6b074;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 19px;
  padding-bottom: 22px;
  border-bottom: 1px solid #6e6a64;
}
#info-wrap .attention-area ul li {
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 4px;
  margin-left: 15px;
}
#info-wrap .attention-area ul li:before {
  position: relative;
  content: '※';
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  width: 15px;
  margin-left: -15px;
}

@media screen and (max-width: 900px) {
  #info-wrap {
    margin-bottom: 50px;
  }
  #info-wrap .info-area {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  #info-wrap .info-area {
    margin-bottom: 40px;
  }
  #info-wrap .info-area h4 {
    font-size: 24px;
    margin-bottom: 26px;
  }
  #info-wrap .info-area h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 22px;
  }
  #info-wrap .info-area h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #info-wrap .info-area p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #info-wrap .attention-area .inner {
    padding: 22px 30px 20px;
  }
  #info-wrap .attention-area h3 {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #info-wrap {
    margin-bottom: 40px;
  }
  #info-wrap .info-area {
    margin-bottom: 30px;
  }
  #info-wrap .info-area h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #info-wrap .info-area h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 22px;
  }
  #info-wrap .info-area h5 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #info-wrap .info-area p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #info-wrap .attention-area .inner {
    padding: 22px 24px 20px;
  }
  #info-wrap .attention-area ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-left: 15px;
  }
  #info-wrap .attention-area ul li:before {
    font-size: 12px;
    line-height: 18px;
    width: 15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 460px) {
  #info-wrap .info-area h5 br {
    display: none;
  }
  #info-wrap .attention-area .inner {
    padding: 22px 20px 20px;
  }
  #info-wrap .attention-area h3 {
    font-size: 15px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  #info-wrap {
    margin-bottom: 30px;
  }
  #info-wrap .info-area {
    margin-bottom: 25px;
  }
  #info-wrap .info-area h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #info-wrap .info-area h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  #info-wrap .info-area h5 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #info-wrap .info-area p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  #info-wrap .attention-area .inner {
    padding: 20px 16px 16px;
  }
  #info-wrap .attention-area h3 {
    font-size: 14px;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
}
/* item post
--------------------------------------*/
#item-wrap .post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 31.58%;
  margin-left: 2.63%;
  margin-bottom: 30px;
}
#item-wrap .post:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
#item-wrap .post a {
  display: block;
}
#item-wrap .post .img-box {
  position: relative;
  z-index: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  padding: 9px;
}
#item-wrap .post .img-box:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  border: 0 solid #c6b074;
}
#item-wrap .post .txt-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a5a19d;
  border: 1px solid #aea9a2;
  border-top: 0;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}
#item-wrap .post .txt-box .txt-box-inner {
  padding: 18px 19px 24px;
}
#item-wrap .post .txt-box h2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
#item-wrap .post .txt-box p.price {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#item-wrap .post .txt-box p {
  color: #000;
  font-size: 11px;
  line-height: 16px;
}

@media screen and (min-width: 769px) {
  #item-wrap .post a .img-box:after {
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
  }
  #item-wrap .post a:hover .img-box:after {
    border: 6px solid #c6b074;
  }
}
@media screen and (max-width: 900px) {
  #item-wrap .post {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #item-wrap .post {
    float: left;
    width: 48.0%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  #item-wrap .post:nth-child(3n+1) {
    margin-left: 4%;
    clear: none;
  }
  #item-wrap .post:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (max-width: 400px) {
  #item-wrap .post {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
  }
  #item-wrap .post:nth-child(3n+1) {
    margin-left: 0;
    clear: none;
  }
  #item-wrap .post:nth-child(2n+1) {
    margin-left: 0;
    clear: none;
  }
}
@media screen and (max-width: 320px) {
  #item-wrap .post {
    margin-bottom: 15px;
  }
}
/* footer
--------------------------------------*/
#lp-footer {
  position: relative;
  background-color: #000;
  margin: 0 -30px;
}

#lp-footer address {
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a19d99;
  font-size: 18px;
  line-height: 20px;
  padding: 50px 30px 50px;
  /*text-shadow: 0 2px 2px #fff;*/
}

@media screen and (max-width: 600px) {
  #lp-footer address {
    font-size: 16px;
    line-height: 18px;
    padding: 30px 15px 30px;
  }
}
