@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:600,700,400,300|Roboto:700");
/*------------------------------------------------------------
	JOURNEY WITHOUT A MAP 2017 2nd TOUR OFFICIAL GOODS
------------------------------------------------------------*/
@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: 44px;
  background-color: #000;
  padding: 0 9px 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: 13px 18px 0;
}
header .logo-area a {
  display: block;
  width: 106px;
  margin: 0;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 141px;
}
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-aceofspades_goods-wrap {
  position: relative;
  overflow: hidden;
}
#gd-aceofspades_goods-wrap > h1 {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#gd-aceofspades_goods-wrap .img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#gd-aceofspades_goods-wrap > h2 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin: -191px auto 0;
  padding: 0;
}


/**/
#aceofspades_goods-wrap {
  position: relative;
  background-color: #000;
  background-image: url(../img/lp/aceofspades_goods/bg_ptn.jpg);
  background-repeat: repeat;
  background-position: center top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 60px 60px;
}
#aceofspades_goods-wrap:before, #aceofspades_goods-wrap:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 210px;
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
#aceofspades_goods-wrap:before {
  left: 0;
  background-image: url(../img/lp/jwam_goods_2nd/bg_side_left.png);
  background-position: left top;
}
#aceofspades_goods-wrap:after {
  right: 0;
  background-image: url(../img/lp/jwam_goods_2nd/bg_side_right.png);
  background-position: right top;
}
#main {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  #gd-aceofspades_goods-wrap > h2 {
    margin: -14% auto 40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 900px) {
  #gd-aceofspades_goods-wrap > h2 {
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
  }
}
@media screen and (max-width: 800px) {
  #aceofspades_goods-wrap {
    padding: 45px 40px 60px;
  }
  #gd-aceofspades_goods-wrap > h2 {
    margin: -14% auto 32px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #aceofspades_goods-wrap {
    padding: 30px 30px 40px;
  }
  #gd-aceofspades_goods-wrap > h2 {
    margin: -15% auto 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  #aceofspades_goods-wrap {
    padding: 25px 16px 20px;
  }
  #gd-aceofspades_goods-wrap > h2 {
    margin: -17% auto 25px;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #aceofspades_goods-wrap {
    padding: 20px 16px 20px;
  }
}
/* info
--------------------------------------*/
.info-wrap {
  /*margin-bottom: 50px;*/
}
.info-wrap .info-area h2,
.info-wrap .attention-area h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  display: block;
  color: #f1f1f1;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #000;
  padding: 22px 15px 21px;
  margin-bottom: 47px;
}
.info-wrap .info-area h2 span,
.info-wrap .attention-area h2 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.info-wrap .info-area {
  margin-bottom: 76px;
}
.info-wrap .info-area h4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  background-color: #000;
  padding: 8px 15px 8px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  max-width: 196px;
  margin: 0 auto 23px;
}
.info-wrap .info-area h3 {
  text-align: center;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-bottom: 44px;
}
.info-wrap .info-area h3 span {
  display: inline-block;
}
.info-wrap .attention-area h2 {
  font-size: 24px;
  padding: 24px 15px 20px;
  margin-bottom: 35px;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.info-wrap .attention-area ul {
  margin-bottom: 35px;
}
.info-wrap .attention-area ul li {
  position: relative;
  list-style: none;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 2px;
  margin-left: 18px;
}
.info-wrap .attention-area ul li:before {
  position: relative;
  content: '※';
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  width: 18px;
  margin-left: -18px;
}

_::-webkit-full-page-media .info-wrap .info-area h4, _:future .info-wrap .info-area h4, :root .info-wrap .info-area h4 {
  padding: 9px 15px 7px;
}

@media screen and (max-width: 800px) {
  .info-wrap .info-area h2,
  .info-wrap .attention-area h2 {
    font-size: 23px;
    padding: 22px 15px 19px;
    margin-bottom: 40px;
  }
  .info-wrap .info-area {
    margin-bottom: 70px;
  }
  .info-wrap .info-area h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px 8px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    max-width: 180px;
    margin: 0 auto 20px;
  }
  .info-wrap .info-area h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .info-wrap .info-area h2,
  .info-wrap .attention-area h2 {
    font-size: 21px;
    padding: 18px 12px 16px;
    margin-bottom: 30px;
  }
  .info-wrap .info-area {
    margin-bottom: 50px;
  }
  .info-wrap .info-area h4 {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 15px 8px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    max-width: 160px;
    margin: 0 auto 16px;
  }
  .info-wrap .info-area h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 460px) {
  .info-wrap .info-area h2,
  .info-wrap .attention-area h2 {
    font-size: 18px;
    padding: 16px 12px 14px;
    margin-bottom: 24px;
  }
  .info-wrap .info-area {
    margin-bottom: 40px;
  }
  .info-wrap .info-area h4 {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 15px 5px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    max-width: 130px;
    margin: 0 auto 14px;
  }
  .info-wrap .info-area h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  .info-wrap .attention-area ul {
    margin-bottom: 30px;
  }
  .info-wrap .attention-area ul li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
    margin-left: 18px;
  }
  .info-wrap .attention-area ul li:before {
    font-size: 13px;
    line-height: 22px;
    width: 18px;
    margin-left: -18px;
  }

  _::-webkit-full-page-media .info-wrap .info-area h4, _:future .info-wrap .info-area h4, :root .info-wrap .info-area h4 {
    padding: 6px 15px 5px;
  }
}
@media screen and (max-width: 400px) {
  .info-wrap .info-area h3 ~ h3 {
    font-size: 21px;
  }

  _::-webkit-full-page-media .info-wrap .info-area h4, _:future .info-wrap .info-area h4, :root .info-wrap .info-area h4 {
    padding: 5px 15px 5px;
  }
}
@media screen and (max-width: 320px) {
  .info-wrap .info-area h2,
  .info-wrap .attention-area h2 {
    font-size: 16px;
    padding: 15px 12px 14px;
    margin-bottom: 20px;
  }
  .info-wrap .attention-area h2 {
    font-size: 15px;
  }
  .info-wrap .info-area h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .info-wrap .info-area h3 ~ h3 {
    font-size: 19px;
  }
}
/* item post
--------------------------------------*/
#item-wrap {
  padding-bottom: 29px;
}

#item-wrap .post {
  -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;
  background-color: #fff;
  margin-bottom: 70px;
}
#item-wrap .post .pbloc-inner {
  padding: 70px 70px 70px;
}
#item-wrap .post .txt-box {
  padding: 42px 5px 8px;
}
#item-wrap .post .txt-box .txt-box-inner {
  max-width: 601px;
  text-align: center;
  margin: 0 auto;
}
#item-wrap .post .txt-box h2 {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 19px;
}
#item-wrap .post .txt-box h2 span {
  display: inline-block;
}
#item-wrap .post:last-child .txt-box h2 {
  font-weight: bold;
  letter-spacing: 0.01em;
}
#item-wrap .post .txt-box h3 {
  text-align: center;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 21px;
}
#item-wrap .post .txt-box p.price {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 26px;
}
#item-wrap .post .txt-box p.price span {
  font-family: 'Roboto',sans-serif;
}
#item-wrap .post .txt-box p.txt {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 29px;
  border-bottom: 1px solid #c3c3c3;
}
#item-wrap .post .txt-box dl {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -.02em;
  padding: 27px 0;
}
#item-wrap .post .txt-box dl dt {
  font-weight: bold;
}
#item-wrap .post .txt-box dl dd {
  font-weight: 300;
  letter-spacing: -.03em;
  padding-bottom: 22px;
}
#item-wrap .post .btn-area .btn a {
  position: relative;
  z-index: 0;
  text-align: center;
  display: block;
  color: #f1f1f1;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  background-color: #000;
  padding: 28px 60px 30px;
}
#item-wrap .post .btn-area .btn a:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 35px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/lp/aceofspades_goods/btn_arw.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

#item-wrap .item-01 {
  /*.img-box.fig-01 {
  	margin: -50px 0 10px;
  }*/
}
#item-wrap .item-01 .img-box.fig-02 {
  margin: 10px -10px 42px;
}

@media screen and (min-width: 769px) {
  #item-wrap .post .btn-area .btn a {
    opacity: 1;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #item-wrap .post .btn-area .btn a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 800px) {
  #item-wrap .post {
    margin-bottom: 40px;
  }
  #item-wrap .post .pbloc-inner {
    padding: 40px 40px 50px;
  }
  #item-wrap .post .txt-box {
    padding: 15px 5px 0;
  }
  #item-wrap .post .txt-box h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  #item-wrap .post .txt-box h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  #item-wrap .post .txt-box p.price {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #item-wrap .post .txt-box p.txt {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  #item-wrap .post .txt-box dl {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 0 8px;
  }

  #item-wrap .item-01 {
    /*.img-box.fig-01 {
    	margin: -40px 0 10px;
    }*/
  }
  #item-wrap .item-01 .img-box.fig-02 {
    margin: 0 -5px 40px;
  }
}
@media screen and (max-width: 600px) {
  #item-wrap .post {
    margin-bottom: 30px;
  }
  #item-wrap .post .pbloc-inner {
    padding: 30px 30px 40px;
  }
  #item-wrap .post .txt-box {
    padding: 10px 5px 0;
  }
  #item-wrap .post .txt-box h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 4px;
  }
  #item-wrap .post .txt-box h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  #item-wrap .post .txt-box p.price {
    font-size: 25px;
    margin-bottom: 24px;
  }
  #item-wrap .post .txt-box p.txt {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #item-wrap .post .txt-box dl {
    font-size: 13px;
    line-height: 24px;
    padding: 14px 0 8px;
  }
  #item-wrap .post .btn-area .btn a {
    font-size: 22px;
    line-height: 28px;
    padding: 22px 60px 22px;
  }
  #item-wrap .post .btn-area .btn a:before {
    left: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #item-wrap .item-01 {
    /*.img-box.fig-01 {
    	margin: -30px 0 5px;
    }*/
  }
  #item-wrap .item-01 .img-box.fig-02 {
    margin: 0 -5px 35px;
  }
}
@media screen and (max-width: 460px) {
  #item-wrap .post {
    margin-bottom: 20px;
  }
  #item-wrap .post .pbloc-inner {
    padding: 20px 20px 30px;
  }
  #item-wrap .post .txt-box {
    padding: 15px 5px 0;
  }
  #item-wrap .post .txt-box h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 3px;
  }
  #item-wrap .post .txt-box h2 span {
    font-size: 22px;
  }
  #item-wrap .post .txt-box h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  #item-wrap .post .txt-box p.price {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #item-wrap .post .txt-box p.txt {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #item-wrap .post .txt-box dl {
    font-size: 13px;
    line-height: 24px;
  }
  #item-wrap .post .txt-box dl dt {
    float: none;
    /*text-align: center;*/
  }
  #item-wrap .post .btn-area .btn a {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 40px 20px;
  }
  #item-wrap .post .btn-area .btn a:before {
    left: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #item-wrap .item-01 {
    /*.img-box.fig-01 {
    	margin: -8px 0 5px;
    }*/
  }
  /* #item-wrap .item-01 .img-box.fig-02 {
    margin: 0 -3px 25px;
  } */

  /* #item-wrap .item-02 .img-box,
  #item-wrap .item-03 .img-box {
    margin: 0 -10px;
  } */
}
@media screen and (max-width: 400px) {
  #item-wrap .post .txt-box {
    padding: 15px 5px 0;
  }
  #item-wrap .post .btn-area .btn a {
    font-size: 18px;
    line-height: 24px;
    padding: 18px 40px 18px;
  }
  #item-wrap .post .btn-area .btn a:before {
    left: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  #item-wrap .item-01 {
    /*.img-box.fig-01 {
    	margin: -5px 0 0;
    }*/
  }
  #item-wrap .item-01 .img-box.fig-02 {
    margin: 0 -3px 25px;
  }

}
/* 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: #f1f1f1;
  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;
  }
}
