@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700|Teko:300,400,500,600,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 {
  display: table;
  width: 100%;
  height: 44px;
  background-color: #0c0c0c;
}
header > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
header .logo-area {
  width: auto;
  padding: 13px 0 0 22px;
}
header .logo-area a {
  display: block;
  width: 107px;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 145px;
}
header .sns-area ul li {
  float: left;
}
header .sns-area ul li:not(:last-child) {
  margin-right: 30px;
}
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;
  width: 22px;
  height: 39px;
  padding-top: 10px;
  color: #fff;
  overflow: hidden;
  /* opacity: 0.4; */
}
header .sns-area ul li:last-child a {
  width: 23px;
}
header .sns-area ul li a img {
  width: 100%;
}
header .sns-area ul li a:hover {
  opacity: 0.7;
}
header .sns-area ul li a span + span {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
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: 768px) {
  header {
    height: 40px;
  }
  header .logo-area {
    width: auto;
    padding: 13px 0 0 15px;
  }
  header .sns-area {
    width: 125px;
  }
  header .sns-area ul li:not(:last-child) {
    margin-right: 26px;
  }
  header .sns-area ul li a {
    padding: 7px 0 0 0;
    width: 20px;
  }
  header .sns-area ul li:last-child a {
    width: 21px;
  }
  header .sns-area ul li a span + span {
    padding-top: 2px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 600px) {
  header .logo-area {
    width: auto;
  }
  header .logo-area a {
    width: 95px;
    margin: 0;
  }
  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;
  }
}
/*
--------------------------------------------*/
html, body {
  background-color: #000;
  height: auto;
}

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

/**/
#jwam_goods_2019-wrap {
  position: relative;
  background-color: #c7c5bf;
  background-image: url(../img/lp/jwam_goods_2019/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: 90px 60px 60px;
}
#jwam_goods_2019-wrap:before, #jwam_goods_2019-wrap:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 210px;
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
#jwam_goods_2019-wrap:before {
  left: 0;
  background-image: url(../img/lp/jwam_goods_2019/bg_side_left.png);
  background-position: left top;
}
#jwam_goods_2019-wrap:after {
  right: 0;
  background-image: url(../img/lp/jwam_goods_2019/bg_side_right.png);
  background-position: right top;
}
#jwam_goods_2019-wrap > h2 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 900px;
  margin: -375px auto 43px;
  padding: 0 40px;
}

#main {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  #jwam_goods_2019-wrap > h2 {
    margin: -38% auto 40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 900px) {
  #jwam_goods_2019-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) {
  #jwam_goods_2019-wrap {
    padding: 45px 40px 60px;
  }
  #jwam_goods_2019-wrap > h2 {
    margin: -37% auto 32px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #jwam_goods_2019-wrap {
    padding: 0;
  }
  #jwam_goods_2019-wrap > h2 {
    margin: -38% auto 30px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  #jwam_goods_2019-wrap {
    padding: 0;
  }
  #jwam_goods_2019-wrap > h2 {
    margin: -41% auto 25px;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #jwam_goods_2019-wrap {
    padding: 20px 16px 20px;
  }
}
/* info
--------------------------------------*/
.info-wrap {
  /*margin-bottom: 50px;*/
}
.info-wrap .info-area h2,
.info-wrap .attention-area h2 {
  text-align: center;
  display: block;
  color: #f1f1f1;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  background-color: #000000;
  padding: 25px 0 21px 6px;
  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: -.02em;
  margin-bottom: 44px;
}
.info-wrap .info-area h3 span {
  display: inline-block;
}
.info-wrap .attention-area h2 {
  font-size: 24px;
  padding: 25px 0 21px 6px;
  margin-bottom: 35px;
}
.info-wrap .attention-area ul {
  margin-bottom: 34px;
}
.info-wrap .attention-area ul li {
  position: relative;
  list-style: none;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  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 .attention-area {
    padding: 0 10px 8px;
  }
  .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: 21px 12px 19px;
    margin-bottom: 30px;
  }
  .info-wrap .info-area {
    margin-bottom: 23px;
  }
  .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: 17px;
    padding: 21px 12px 19px;
    margin-bottom: 28px;
  }
  .info-wrap .attention-area h2 {
    margin-bottom: 25px;
  }
  .info-wrap .info-area h4 {
    font-size: 15px;
    line-height: 30px;
    padding: 7px 0 4px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    max-width: 185px;
    margin: 0 auto 14px;
  }
  .info-wrap .info-area h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 23px;
  }
  .info-wrap .attention-area ul {
    margin-bottom: 30px;
  }
  .info-wrap .attention-area ul li {
    font-size: 14px;
    line-height: 26px;
    margin-left: 24px;
  }
  .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) {
  _::-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: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .info-wrap .info-area h3 ~ h3 {
    font-size: 19px;
  }
}
/* item post
--------------------------------------*/
#item-wrap {
  padding-bottom: 20px;
}

#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: rgba(255, 255, 255, 0.7);
  margin-bottom: 70px;
}
#item-wrap .post .pbloc-inner {
  padding: 30px 50px 70px;
}
#item-wrap .post .txt-box {
  padding: 25px 5px 12px;
}
#item-wrap .post .txt-box .txt-box-inner {
  max-width: 600px;
  margin: 0 auto;
}
#item-wrap .post .txt-box h2 {
  text-align: center;
  font-family: 'Poppins',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-bottom: 5px;
}
#item-wrap .post .txt-box h2 span {
  display: inline-block;
}
#item-wrap .post .txt-box h3 {
  text-align: center;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
#item-wrap .post .txt-box p.price {
  text-align: center;
  font-family: 'Roboto',"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: 27px;
}
#item-wrap .post .txt-box p.txt {
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -.015em;
  padding-bottom: 32px;
  border-bottom: 1px solid #c3c3c3;
}
#item-wrap .post .txt-box dl {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.02em;
  padding: 26px 0;
  text-align: center;
}
#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: 15px;
}
#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: 30px 60px;
}
#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/jwam_goods_2019/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: 5px -10px 50px;
}

@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 {
    padding: 0 10px 10px;
  }
  #item-wrap .post {
    margin-bottom: 40px;
  }
  #item-wrap .post .txt-box {
    padding: 5px 2px 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: 20px;
  }
  #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;
  }
  /* #item-wrap .post .txt-box dl dd {
    padding: 0 0 0 80px;
  } */

  #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 .txt-box {
    padding: 10px 18px 30px;
  } */
  #item-wrap .post .txt-box h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 4px;
  }
  #item-wrap .post .txt-box h3 {
    margin-bottom: 20px;
  }
  #item-wrap .post .txt-box p.price {
    font-size: 16px;
    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: 22px;
    padding: 16px 0;
  }
  #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: 23px;
  }
  #item-wrap .post .pbloc-inner {
    padding: 0 15px 27px;
  }
  #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 {
    margin-bottom: 16px;
  }
  #item-wrap .post .txt-box p.price {
    margin-bottom: 20px;
  }
  #item-wrap .post .txt-box p.txt {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.03em;
    padding-bottom: 23px;
    margin-bottom: 0;
  }
  #item-wrap .post .txt-box dl dt {
    float: none;
  }
  #item-wrap .post .txt-box dl dd {
    padding: 0;
    margin-bottom: 10px;
  }
  #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: 0 -15px;
  }
  #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 -13px 2px;
  }
}
@media screen and (max-width: 400px) {
  #item-wrap .post .btn-area .btn a {
    font-size: 17px;
    line-height: 24px;
    padding: 20px 40px;
  }
  #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-02 {
    margin: 0 -3px 25px;
  }
}

@media screen and (max-width: 320px) {
  #item-wrap .post .btn-area .btn a {
    padding: 15px 0;
    font-size: 16px;
  }
}
/* 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: 36px 15px 36px;
  }
}

#gd-jwam_goods_2019-wrap > h1.smp {
  display:none;
}

.smp {
  display: none;
}

@media screen and (max-width: 375px) {
  #gd-jwam_goods_2019-wrap > h1.pc {
    display: none;
  }
  #gd-jwam_goods_2019-wrap > h1.smp {
    display: block;
  }
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
}
