@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*------------------------------------------------------------
	new year goods 2026 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 14px 0;
}
header .logo-area a {
  display: block;
  width: 103px;
  height: 18px;
  margin: 0;
}
header .logo-area a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
header .sns-area {
  width: 124px;
  padding: 13px 0;
}
header .sns-area ul li {
  float: left;
  width: 37%;
}
header .sns-area ul li:first-child {
  width: 38%;
}

header .sns-area ul li:last-child {
  width: auto;
}

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: 18px;
  height: 18px;
  /* padding: 10px 0 0 4px; */
  color: #fff;
  overflow: hidden;
}

header .sns-area ul li a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

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 5px 0 0;
  }
  header .logo-area {
    padding: 13px 11px 0;
  }
  header .logo-area a {
    width: 102px;
  }
  header .sns-area {
    width: 103px;
  }
}
/* base
-------------------------------------*/
html,
body {
  background-color: #fff;
  height: auto;
}

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

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

.wrap-outer {
  max-width: 1107px;
  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 30px;
  }
}
@media screen and (max-width: 320px) {
  .wrap-outer {
    padding: 0 16px;
  }
}
/* main
--------------------------------------*/
#newyeargoods2026-wrap > section {
  position: relative;
  z-index: 0;
}

.head-wrap {
  background-color: #d9d9d9;
}
.item-wrap .wrap-inner {
  display: table;
  width: 100%;
}
.item-wrap .item-area {
  position: relative;
  z-index: 1;
}
.item-wrap .txt-box .txt-area span.sp {
  display: none;
}

.info-wrap {
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
  background-color: #212121;
}
.info_heading {
  height: 130px;
  background: #000;
  color: #fbfbfb;
  font-size: 30px;
  line-height: 130px;
  text-align: center;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.info-wrap .wrap-inner {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .info-wrap .wrap-inner {
    max-width: 580px;
  }
}
/*
--------------------------------------*/
.head-wrap {
  background-image: url("../img/lp/newyeargoods2026/main_bg_ptn.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
  max-height: 850px;
}
.head-wrap .head-area {
  position: relative;
  z-index: 0;
}
.head-wrap .head-area .img-box {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.head-wrap .head-area .txt-box {
  position: absolute;
  top: 13%;
  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: 190px;
  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: 850px;
  margin: 0 auto;
}
.head-wrap .txt-box h1 + p {
  padding-top: 34px;
}
.head-wrap .txt-box p {
  font-size: 28px;
  line-height: 42px;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
  color: #ffffff;
  font-weight: 600;
  max-width: 694px;
  margin: 0 auto;
}
.head-wrap .txt-box p.sp {
  display: none;
}
.head-wrap .txt-box p span {
  display: inline-block;
}
.head-wrap .txt-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
  max-width: 790px;
  height: auto;
}
@media screen and (max-width: 1120px) {
  .head-wrap .txt-box img {
    width: 79%;
  }
}
@media screen and (max-width: 800px) {
  .head-wrap {
    min-height: 760px;
  }
  .head-wrap .txt-box img {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .head-wrap {
    min-height: auto;
  }
  .head-wrap .txt-box img {
    width: 93%;
  }
}
@media screen and (max-width: 1420px) {
  .head-wrap .head-area .top-arw {
    bottom: 150px;
  }
}
@media screen and (max-width: 1320px) {
  .head-wrap .head-area .top-arw {
    bottom: 100px;
  }
}
@media screen and (max-width: 1240px) {
  .head-wrap .head-area .txt-box {
    top: 16%;
  }
  .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 .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: 24%;
    padding: 0 60px;
  }
  .head-wrap .head-area .top-arw {
    width: 74px;
    height: 42px;
    bottom: -30%;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 30px;
    margin-bottom: 10px;
  }
  .head-wrap .txt-box h1 + p {
    padding-top: 0;
  }
  .head-wrap .txt-box p {
    font-size: 24px;
    line-height: 40px;
    max-width: 608px;
  }
  .head-wrap .txt-box p.pc {
    display: none;
  }
  .head-wrap .txt-box p.sp {
    display: block;
  }
}
@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 50px 70px;
  }
  .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: 18px;
    line-height: 28px;
  }
  .head-wrap .head-area .top-arw {
    width: 44px;
    height: 23px;
    bottom: 32px;
  }
}
@media screen and (max-width: 400px) {
  .head-wrap .head-area .txt-box {
    padding: 114px 20px 117px;
  }
  .head-wrap .txt-box h1 {
    padding: 0 0 21px;
    margin-bottom: 6px;
  }
  .head-wrap .txt-box h1 + p br {
    display: none;
  }
  .head-wrap .txt-box h1 span {
    display: block;
    margin: 0 -6px;
  }
  .head-wrap .txt-box img {
    width: 93%;
    height: auto;
  }
  .head-wrap .txt-box p {
    line-height: 26px;
    max-width: 318px;
  }
  .head-wrap .head-area .top-arw {
    width: 49px;
    height: 27px;
    bottom: 65px;
  }
}
/*
--------------------------------------*/
.item-wrap.item-01 {
  background:
    left top / 50% auto url("../img/lp/newyeargoods2026/item_bg_a_01.png"),
    right bottom / 40% auto url("../img/lp/newyeargoods2026/item_bg_a_02.png");
}

@media screen and (max-width: 800px) {
  .item-wrap.item-01 {
    background-size: 70% auto;
  }
}

.item-wrap.item-02 {
  background:
    left bottom 10% / 33% auto
      url("../img/lp/newyeargoods2026/item_bg_b_01.png"),
    right bottom / 35% auto url("../img/lp/newyeargoods2026/item_bg_b_02.png");
  padding: 71px 0 0;
}

@media screen and (max-width: 800px) {
  .item-wrap.item-02 {
    background-position:
      left top 20%,
      right bottom;
    background-size:
      50% auto,
      60% auto;
    padding: 40px 0 0;
  }
}

.item-wrap.item-03 {
  background:
    left 5% top 3% / 30% auto url("../img/lp/newyeargoods2026/item_bg_c_01.png"),
    left bottom / 50% auto url("../img/lp/newyeargoods2026/item_bg_c_02.png"),
    right bottom 15% / 40% auto
      url("../img/lp/newyeargoods2026/item_bg_c_03.png");
  padding: 142px 0 71px;
}

@media screen and (max-width: 800px) {
  .item-wrap.item-03 {
    background-position:
      left 5% top 5%,
      left bottom,
      right bottom 30%;
    background-size:
      40% auto,
      60% auto,
      60% auto;
    padding: 80px 0 40px;
  }
}

.item-wrap {
  background-repeat: no-repeat !important;
  background-color: #ffffdf !important;
  padding: 71px 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: 5.41%;
}
.item-wrap .img-box span {
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: 0 8px 8px rgb(8 7 7 / 0.1);
}
.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:
    "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  padding-top: 11px;
  margin-bottom: 32px;
}
.item-03 {
  padding: 68px 0;
}
.item-03 h2 {
  margin-bottom: 29px;
}
.item-wrap h2 span {
  font-family:
    "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding-right: 6px;
}
.item-wrap h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 29px;
  color: #000;
}
.item-wrap h2 span.pd-21 {
  padding-right: 21px;
}
.item-wrap h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 29px;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}
.item-wrap h4 span {
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}
.item-wrap h5 {
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ 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;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}
.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;
  }
  .item-wrap h2 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 32px;
  }
  .item-wrap p {
    margin-bottom: 48px;
  }
}
@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-03 h2 {
    line-height: 33px;
  }
  .item-wrap h3 {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .item-03 h3 {
    margin-bottom: 25px;
  }
  .item-03 h4 {
    padding-right: 5px;
  }
  .item-wrap.item-01 h3 {
    margin-bottom: 24px;
  }
  .item-wrap h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .item-wrap.item-01 h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .item-wrap h5 {
    margin-left: -5px;
  }
  .item-wrap p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .item-wrap {
    padding: 68px 0 100px;
  }
  .item-wrap .img-box,
  .item-wrap .txt-box {
    display: block;
  }
  .item-wrap .img-box {
    width: 100%;
    padding-right: 0;
    max-width: 480px;
    margin: 0 auto 46px;
  }
  .item-wrap .txt-box {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
  .item-wrap .txt-box .txt-area {
    padding-bottom: 0;
  }
  .item-wrap .txt-box .btn-area {
    position: static;
  }
  .item-wrap .txt-box .txt-area span.sp {
    display: inline;
  }
  .info-wrap h5 br.sp {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .item-wrap {
    padding: 46px 0 48px;
  }
  .item-wrap .img-box {
    max-width: 299px;
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 320px) {
  .item-wrap {
    padding: 35px 0;
  }
  .item-wrap .img-box {
    max-width: 270px;
    margin: 0 auto 20px;
  }
  .item-wrap h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .item-wrap h3 {
    font-size: 16px;
  }
}
/* 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;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 33px 0 27px 12px;
  width: 100%;
  height: auto;
  border: 0;
  background-color: #dc170b;
  -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;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}
.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.3);
  pointer-events: none;
  cursor: pointer;
  background-image: url("../img/lp/newyeargoods2026/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: 800px) {
  .btn-area .btn a {
    font-size: 24px;
    padding: 30px 20px;
  }
  .btn-area .btn:before {
    width: 84px;
  }
}
@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: 20px;
  }
  .btn-area .btn a {
    font-size: 16px;
    padding: 22px 45px 22px 10px;
  }
  .btn-area .btn {
    max-width: 97%;
  }
}

/*
---------------------- */

.info-wrap {
  color: #fbfbfb;
  text-align: center;
  padding: 58px 0 42px;
}
.info-wrap h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 26px;
  margin-bottom: 41px;
  border-bottom: 1px solid #5c5c5c;
}
.info-wrap h2 ~ h2 {
  padding-top: 28px;
  margin-bottom: 37px;
}
.info-wrap h3 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  color: #efb246;
  text-align: center;
  margin-bottom: 4px;
}
.info-wrap h3.message {
  color: #fbfbfb;
  margin-bottom: 13px;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
  font-weight: bold;
}
.info-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}
.info-wrap span {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #f73c3c;
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}

.info-wrap ul {
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}
.info-wrap ul li {
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 28px;
}
.info-wrap ul li:before {
  position: relative;
  content: "※";
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  width: 18px;
}
.info-wrap .product-eligible h4 {
  margin-bottom: 0;
}
.info-wrap .wrap-inner div {
  margin-bottom: 51px;
}
.info-wrap .wrap-inner .regularorder-delivery {
  margin-bottom: 56px;
}
.info-wrap .wrap-inner .regularorder-delivery h4,
.info-wrap .wrap-inner .implement h4 {
  margin-bottom: 10px;
}
.info-wrap .wrap-inner .implement {
  padding-bottom: 61px;
  margin-bottom: 60px;
  border-bottom: 1px solid #3b3b3b;
}

@media screen and (max-width: 800px) {
  .info-wrap {
    padding: 66px 0 46px;
  }

  .info-wrap .wrap-inner div {
    margin-bottom: 54px;
  }

  .info-wrap h2 {
    font-size: 26px;
    padding-bottom: 24px;
    margin-bottom: 35px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 24px;
  }
  .info-wrap h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .info-wrap h4 {
    font-size: 20px;
    line-height: 35px;
    overflow-wrap: break-word;
    letter-spacing: -0.01em;
  }
  .info-wrap .wrap-inner .regularorder-delivery {
    margin-bottom: 34px;
  }
  .info-wrap .wrap-inner .implement {
    padding-bottom: 65px;
    margin: 0 -30px 60px;
  }
}
@media screen and (max-width: 600px) {
  .info-wrap h4 {
    word-break: keep-all;
  }

  .info_heading {
    font-size: 20px;
    height: 84px;
    line-height: 84px;
  }
  .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: 16px;
    line-height: 26px;
  }
  .info-wrap h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .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: 37px 0 26px;
  }
  .info-wrap h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .info-wrap h2 ~ h2 {
    padding-top: 19px;
    margin-bottom: 20px;
  }
  .info-wrap h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .info-wrap h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
  .info-wrap h3.message {
    margin-bottom: 18px;
  }
  .info-wrap ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 5px;
  }
  .info-wrap ul li:before {
    font-size: 13px;
    line-height: 22px;
    width: 18px;
    margin-left: -18px;
    display: contents;
  }
  .info-wrap .wrap-inner div {
    margin-bottom: 34px;
  }
  .info-wrap .wrap-inner .regularorder-delivery {
    margin-bottom: 26px;
  }
  .info-wrap .wrap-inner .regularorder-delivery h4 {
    margin-bottom: 16px;
  }
  .info-wrap .wrap-inner .point-free {
    margin-bottom: 37px;
  }
  .info-wrap .wrap-inner .product-eligible {
    margin-bottom: 39px;
  }
  .info-wrap .wrap-inner .implement {
    padding-bottom: 43px;
    margin: 0 0px 45px;
  }
  .info-wrap h3.message {
    font-size: 18px;
    margin-bottom: 19px;
  }
  .info-wrap .attention li {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 3px;
  }
}
@media screen and (max-width: 380px) {
  .info-wrap h3 {
    font-size: 15px;
  }
  .info-wrap h4 {
    font-size: 16px;
  }
  .info-wrap span {
    font-size: 11px;
    line-height: 22px;
  }
}
/* footer
--------------------------------------*/
#lp-footer {
  position: relative;
  background-color: #000;
}

#lp-footer address {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fbfbfb;
  font-size: 14px;
  line-height: 20px;
  padding: 56px 30px 54px;
}

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

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
