@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*------------------------------------------------------------
	new year goods 2018 style
------------------------------------------------------------*/
@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: #0c0c0c;
  border-bottom: 1px solid #0c0c0c;
  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: 13px 18px 0;
}
header .logo-area a {
  display: block;
  width: 107px;
  margin: 0;
}
header .logo-area a img {
  width: 100%;
  height: 20px;
  vertical-align: top;
}
header .sns-area {
  width: 160px;
}
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;
}
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: 13px 16px 0;
  }
  header .sns-area {
    width: 119px;
  }
}
/* base
-------------------------------------*/
html, body {
  background-color: #000;
  height: auto;
}

#gd-newyeargoods2020-wrap {
  color: #1a1a1a;
  font-family: 'Roboto',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-weight: 400;
}

/**/
#newyeargoods2020-wrap {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#newyeargoods2020-wrap .img-box span img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.wrap-outer {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1000px) {
  .wrap-outer {
    padding: 0 55px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-outer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  .wrap-outer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 320px) {
  .wrap-outer {
    padding: 0 16px;
  }
}
/* main
--------------------------------------*/
#newyeargoods2020-wrap > section {
  position: relative;
  z-index: 0;
}

.head-wrap {
  background-color: #e8cb7b;
}

.item-wrap {
  background-color: #e7eaed;
}
.item-wrap .wrap-inner {
  display: table;
  width: 100%;
}
.item-wrap .item-area {
  position: relative;
  z-index: 1;
}
.item-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 570px;
  height: 570px;
  background-image: url("../img/lp/newyeargoods2020/item_bg_a_01.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.item-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 570px;
  height: 570px;
  background-image: url("../img/lp/newyeargoods2020/item_bg_a_02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
}

.item-wrap:nth-child(odd) {
  background-color: #fff;
}
.item-wrap:nth-child(odd):before {
  background-image: url("../img/lp/newyeargoods2020/item_bg_b_01.png");
}
.item-wrap:nth-child(odd):after {
  background-image: url("../img/lp/newyeargoods2020/item_bg_b_02.png");
}

.info-wrap {
  background-color: #191919;
}
.info-wrap .wrap-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .item-wrap:before {
    width: 500px;
    height: 500px;
  }
  .item-wrap:after {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .item-wrap:before {
    width: 420px;
    height: 420px;
  }
  .item-wrap:after {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 460px) {
  .item-wrap:before {
    left: -10px;
    width: 320px;
    height: 320px;
  }
  .item-wrap:after {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 400px) {
  .item-wrap:before {
    left: -30px;
    width: 280px;
    height: 280px;
  }
  .item-wrap:after {
    width: 280px;
    height: 280px;
  }
}
/*
--------------------------------------*/
.head-wrap {
  background-image: url("../img/lp/newyeargoods2020/main_bg_ptn.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.head-wrap .head-area {
  position: relative;
  z-index: 0;
}
.head-wrap .head-area .img-box {
  position: relative;
  z-index: 0;
  max-width: 1240px;
  margin: 0 auto;
}
.head-wrap .head-area .txt-box {
  position: absolute;
  top: 8.6%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  -moz-transition: top 0.2s, padding 0.2s;
  -o-transition: top 0.2s, padding 0.2s;
  -webkit-transition: top 0.2s, padding 0.2s;
  transition: top 0.2s, padding 0.2s;
}
.head-wrap .head-area .top-arw {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 75px;
  height: 40px;
  margin: 0 auto;
  -moz-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.head-wrap .head-area .top-arw img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.head-wrap .txt-box h1 {
  display: block;
  max-width: 984px;
  margin: 0 auto;
  /*padding: 0 10%;*/
}
.head-wrap .txt-box h1 + p {
  padding-top: 16px;
}
.head-wrap .txt-box p {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
.head-wrap .txt-box p span {
  display: inline-block;
}
.head-wrap .txt-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 1240px) {
  .head-wrap .head-area .txt-box {
    top: 6%;
  }
  .head-wrap .head-area .top-arw {
    bottom: 35px;
  }
  .head-wrap .txt-box h1 + p {
    padding-top: 10px;
  }
  .head-wrap .txt-box p {
    font-size: 22px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .head-wrap .head-area .txt-box {
    top: 3%;
  }
  .head-wrap .head-area .top-arw {
    width: 60px;
    bottom: 20px;
  }
  .head-wrap .txt-box h1 + p {
    padding-top: 10px;
  }
  .head-wrap .txt-box p {
    font-size: 19px;
    line-height: 36px;
  }
}
@media screen and (max-width: 800px) {
  .head-wrap .head-area .txt-box {
    top: 3%;
    padding: 0 80px;
  }
  .head-wrap .head-area .top-arw {
    display: none;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 30px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #fff; */
  }
  .head-wrap .txt-box h1 + p {
    padding-top: 0;
  }
  .head-wrap .txt-box p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (max-width: 740px) {
  .head-wrap .head-area .txt-box {
    -moz-transition: nane;
    -o-transition: nane;
    -webkit-transition: nane;
    transition: nane;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .head-wrap .txt-box p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 660px) {
  .head-wrap .head-area > .img-box {
    display: none;
  }
  .head-wrap .head-area .txt-box {
    position: relative;
    padding: 50px;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .head-wrap .txt-box h1 span {
    display: block;
    margin: 0 -10px;
  }
  .head-wrap .txt-box p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .head-wrap .head-area .txt-box {
    padding: 30px 20px 45px;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 18px;
    margin-bottom: 2px;
  }
  .head-wrap .txt-box h1 span {
    display: block;
    margin: 0 -6px;
  }
  .head-wrap .txt-box p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 2px;
  }
}
/*
--------------------------------------*/
.item-wrap {
  padding: 60px 0;
}
.item-wrap .img-box,
.item-wrap .txt-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.item-wrap .img-box {
  width: 48.649%;
  /*padding-right: 60px;*/
  padding-right: 5.41%;
}
.item-wrap .txt-box {
  width: auto;
  position: relative;
  z-index: 0;
}
.item-wrap .txt-box .txt-area {
  padding-bottom: 100px;
}
.item-wrap .txt-box .btn-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.item-wrap h2 {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  padding-top: 12px;
  margin-bottom: 27px;
}
.item-wrap h2 span {
  font-family: 'Roboto',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.item-wrap h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #000;
}
.item-wrap h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 29px;
}
.item-wrap h5 {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-wrap p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.item-wrap p.small-txt {
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .item-wrap .img-box {
    width: 45%;
    padding-right: 5%;
  }
  .item-wrap h2 {
    font-size: 34px;
    line-height: 44px;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .item-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .item-wrap {
    padding: 40px 0;
  }
  .item-wrap .img-box {
    width: 40%;
    padding-right: 4%;
  }
  .item-wrap .txt-box .txt-area {
    padding-bottom: 80px;
  }
  .item-wrap h2 {
    font-size: 24px;
    line-height: 34px;
    padding-top: 0;
    margin-bottom: 24px;
  }
  .item-wrap h3 {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .item-wrap h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .item-wrap h5 {
    margin-left: -5px;
  }
  .item-wrap p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 460px) {
  .item-wrap {
    padding: 35px 0 39px;
  }
  .item-wrap .img-box,
  .item-wrap .txt-box {
    display: block;
  }
  .item-wrap .img-box {
    width: 100%;
    padding-right: 0;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .item-wrap .txt-box {
    width: 100%;
  }
  .item-wrap .txt-box .txt-area {
    padding-bottom: 0;
  }
  .item-wrap .txt-box .btn-area {
    position: static;
  }
}
@media screen and (max-width: 320px) {
  .item-wrap {
    padding: 35px 0;
  }
  .item-wrap .img-box {
    max-width: 270px;
    margin: 0 auto 20px;
  }
}
/* btn */
.btn-area .btn {
  position: relative;
  z-index: 0;
  max-width: 100%;
  margin: 0 auto;
}
.btn-area .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 33px 70px 27px 12px;
  width: 100%;
  height: auto;
  border: 0;
  background: #debc69;
  background: -moz-linear-gradient(left, #debc69 0%, #b27f3f 100%);
  background: -webkit-linear-gradient(left, #debc69 0%,#b27f3f 100%);
  background: linear-gradient(to right, #debc69 0%,#b27f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#debc69', endColorstr='#b27f3f',GradientType=1 );
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.btn-area .btn:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 84px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
  cursor: pointer;
  background-image: url("../img/lp/newyeargoods2020/btn_arw_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
}
@media screen and (min-width: 801px) {
  .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;
  }
  .btn-area .btn a:hover {
    text-decoration: none;
    opacity: 0.95;
  }
}
@media screen and (max-width: 1000px) {
  .btn-area .btn a {
    font-size: 20px;
    padding: 25px 70px 25px 20px;
  }
  .btn-area .btn:before {
    width: 64px;
  }
}
@media screen and (max-width: 600px) {
  .btn-area .btn a {
    font-size: 16px;
    padding: 22px 60px 22px 10px;
  }
  .btn-area .btn:before {
    width: 54px;
    background-size: 18px 18px;
  }
}
@media screen and (max-width: 460px) {
  .btn-area {
    padding-top: 15px;
  }
  .btn-area .btn a {
    font-size: 16px;
    padding: 22px 45px 22px 10px;
  }
}
/*
----------------------*/
.info-wrap {
  color: #fbfbfb;
  text-align: center;
  padding: 64px 0 67px;
}
.info-wrap h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 26px;
  margin-bottom: 48px;
  border-bottom: 1px solid #5c5c5c;
}
.info-wrap h2 ~ h2 {
  padding-top: 24px;
  margin-bottom: 39px;
}
.info-wrap h3 {
  color: #f4dd74;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 18px;
}
.info-wrap h4 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 28px;
}
.info-wrap h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 9px;
}
.info-wrap h5 {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 57px;
}
.info-wrap h5 span {
  display: inline-block;
}
.info-wrap ul {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.info-wrap ul li {
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 5px;
  margin-left: 18px;
}
.info-wrap ul li:before {
  position: relative;
  content: '※';
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  width: 18px;
  margin-left: -18px;
}

@media screen and (max-width: 800px) {
  .info-wrap {
    padding: 60px 0 50px;
  }
  .info-wrap h2 {
    font-size: 26px;
    padding-bottom: 24px;
    margin-bottom: 35px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 24px;
  }
  .info-wrap h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .info-wrap h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 28px;
  }
  .info-wrap h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .info-wrap h5 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .info-wrap {
    padding: 50px 0 40px;
    /**/
  }
  .info-wrap h2 {
    font-size: 24px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 20px;
  }
  .info-wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info-wrap h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .info-wrap h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .info-wrap h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .info-wrap ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    margin-left: 18px;
  }
  .info-wrap ul li:before {
    font-size: 14px;
    line-height: 24px;
    width: 18px;
    margin-left: -18px;
  }
}
@media screen and (max-width: 460px) {
  .info-wrap {
    padding: 45px 0 35px;
  }
  .info-wrap h2 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 26px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 15px;
  }
  .info-wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info-wrap h4 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .info-wrap h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .info-wrap h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .info-wrap ul li {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
    margin-left: 18px;
  }
  .info-wrap ul li:before {
    font-size: 13px;
    line-height: 22px;
    width: 18px;
    margin-left: -18px;
  }
}
@media screen and (max-width: 460px) {
  .info-wrap {
    padding: 45px 0 35px;
  }
  .info-wrap h2 {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 10px;
  }
  .info-wrap h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .info-wrap h4 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
/* footer
--------------------------------------*/
#lp-footer {
  position: relative;
  background-color: #000;
}

#lp-footer address {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fbfbfb;
  font-size: 15px;
  line-height: 20px;
  padding: 40px 30px 40px;
}

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