@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);

.pc-style {
  display: inline-block;
}
.sp-style {
  display: none;
}

body {
  color: #676767;
}
a {
  text-decoration: none;
  color: #00B900;
}

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
}


/* レイアウト 関連
-------------------------*/
.linePresent_wrap {
  position: relative;
  width: 100%;
  background: #00B900;
  margin: 0 0 40px;
  padding: 30px 40px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.line-logo {
  position: absolute;
  width: 60px;
  top: 10px;
  left: 10px;
}
.linePresent_title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 3.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.linePresent_exchange-deadline {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.exchange-deadline_text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
.linePresent_text-Block {
  display: block;
  width: 100%;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.linePresent_text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
.line-present_description-Block,
.coupon_description-Block {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
.line-present_description-title {
  color: #00b900;
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.line-present_description-text {
  font-size: 1.25rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
a .line-present_description-text--emphasis {
  display: inline-block;
  font-weight: bold;
  border: solid 1px #00b900;
  margin: 10px 0 20px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a:hover .line-present_description-text--emphasis {
  color: #fff;
  background: #00b900;
  transition: .8s;
}
.coupon_description-text {
  font-size: 1.625rem;
}
.coupon-numberBox {
  width: 100%;
  text-align: center;
  background: #ffeb3b;
  margin: 5px 0 20px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon-number_text {
  color: #144214;
  font-size: 2.25rem;
  line-height: 3.8rem;
  letter-spacing: 0.1rem;
}
.coupon-number_text span {
  position: relative;
  top: -5px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon-infoBox,
.coupon-noteBox {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon-infoBox_text {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
}
.coupon-noteBox_text {
  font-size: 1rem;
  line-height: 1.6rem;
}

.cart_wrap {
  width: 100%;
  text-align: center;
  /*border-bottom: dashed 1px #676767;*/
  margin-bottom: 40px;
  /*padding: 0 0 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
a.cart-bottan {
  display: block;
  max-width: 350px;
  width: 100%;
  background: #00b900;
  border-radius: 5px;
  margin: auto;
  padding: 15px 20px;
  text-align: center;
}
a:hover.cart-bottan {
  background: #216121;
  transition: .8s;
}

.cart-bottan_text.cart-bottan {
  display: block;
  max-width: 350px;
  width: 100%;
  background: #9e9e9e;
  border-radius: 5px;
  margin: auto;
  padding: 15px 20px;
  text-align: center;
}
.cart-bottan_text {
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.625rem;
}
.customer-number_title {
  font-size: 2rem;
  text-align: center;
}
.customer-number_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 30px;
}
.customer-number_list-Block {
  max-width: 33.3%;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.chojyu-copyright {
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 0.85rem;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1210px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
.pc-style {
  display: none;
}
.sp-style {
  display: inline-block;
}

.linePresent_wrap {
  padding: 70px 20px 30px;
}
.linePresent_title {
  font-size: 1.875rem;
  line-height: 2.8rem;
}

.line-present_description-text {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon_description-text {
  line-height: 2.4rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon-numberBox {
  margin: 10px 0 20px;
}
.coupon-number_text {
  color: #144214;
  font-size: 2.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.1rem;
}
.coupon-number_text span {
  display: block;
  text-align: center;
  line-height: unset;
  position: unset;
  top: 0;
  padding-right: 0;
}
.customer-number_title {
  font-size: 1.5rem;
}
.customer-number_list-Block {
  max-width: 50%;
}
}
@media screen and (max-width: 320px) {
.linePresent_title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.linePresent_text {
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: justify;
}
.coupon_description-text {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.cart_wrap {
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
}

