@charset "UTF-8";
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #666;
  font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}

img {
  /*height: auto;*/
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
}

a img {
  transition: opacity 0.25s ease;
}

a:hover img {
  opacity: 0.6;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.ine_timer {
  display: none !important;
}
/*==========================common=========================*/
.tokusyu_wrapper img {
  width: 100%;
}

.group:after {
  clear: both;
  content: "";
  display: block;
}

.top-bnr {
  background-color: #000;
  margin: 0;
  text-align: center;
}

.inner-wrap {
  margin: 0 auto;
  width: 1200px;
}
.content {
  line-height: 0;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 0;
}
.content .shadow {
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.15), 20px 0 20px rgba(0, 0, 0, 0.15), 0 -20px 20px rgba(0, 0, 0, 0.15), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.content .inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}
.lpWrapper img {
  display: block !important;
}
.content .btns {
  position: fixed;
  width: 100%;
  max-width: 640px;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  z-index: 1000;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear;
  opacity: 0;
  background-color: #bf0000;
  height: 8.5rem;
  line-height: 8.7rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fafeef;
  text-align: center;
}
@media (min-width: 768px) {
  .content {
    padding-top: 40px;
  }
  .content .btns {
    font-size: 2.3rem;
    line-height: 9.3rem;
  }
}

/*
.content .btns::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 5px;
  border-bottom: 1px solid #fafeef;
  border-right: 1px solid #fafeef;
  transform: skew(45deg);
  position: absolute;
  top: 45%;
  right: 6%;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .content .btns::after {
    width: 5rem;
    top: 48%;
  }
}
*/

.content .btns__cart {
  display: block;
}
.content .btns.-appear {
  transform: translate(-50%, 0);
  opacity: 1;
}
.content .btns img {
  display: block;
  width: 100%;
}

/*==========================header=========================*/
header {
  max-width: 640px;
  margin: 0 auto;
}
header h1 {
  padding: 0;
  margin: 0;
}

/*==========================cartBox =========================*/
.cartBox {
  max-width: 1000px;
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding: 5%;
}

.cartBox header {
  text-align: center;
  margin-bottom: 5%;
}

.cartBox header h4 {
  font-weight: bold;
}

.cartBox footer {
  font-size: 1rem;
}

.cartBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2%;
  padding: 2%;
  text-align: center;
}
.cartBox .w50 li {
  width: 48%;
  background-color: #eee;
  padding: 5% 0 0;
  margin: 1%;
}
.cartBox .w50 li dt {
  padding: 3%;
}

.cartBox .w50 li dt img {
  width: 100%;
  margin-bottom: 3%;
}

.cartBox .w50 li.btn_position {
  position: relative;
}

.cartBox .w50 li.btn_position button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.noticeBox {
  width: 60%;
  margin: 5% auto 0 auto;
}

@media (min-width: 768px) {
  .cartBox ul.w100 li {
    width: 50%;
  }
}

.cartBox ul li {
  padding: 5% 0 0;
}

.cartBox dl {
  display: flex;
  flex-flow: column;
}

.cartBox dl dt {
  display: block;
  margin-bottom: 0;
}

.cartBox dl dt img {
  width: 50%;
}

@media (min-width: 768px) {
  .cartBox dl dt img {
    width: 50%;
  }
  .cartBox ul.w100 li {
    width: 100%;
  }

  .cartBox header {
    margin-bottom: 0;
  }

  .cartBox header h4 {
    font-size: 2rem;
  }

  .cartBox header h5 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .noticeBox {
    width: 85%;
  }
}

.cartBox dl dd button {
  background: #000;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}

/*==========================float_cv=========================*/
#float_cv {
  display: block !important;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

#float_cv.is-fixed {
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}

#float_cv img {
  width: 100%;
}

@media (min-width: 769px) {
  #float_cv.is-fixed {
    width: 640px;
  }
}

/*==========================seibun=========================*/
.seibun {
  max-width: 600px;
  margin: 50px auto;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .seibun {
    padding: 0;
  }
}
.seibun__hyo01 {
  margin-bottom: 3rem;
}

.seibun table {
  width: 100%;
  font-size: 12px;
  color: #454545;
  line-height: 140%;
  text-align: left;
}

.seibun table tr td {
  padding: 1rem 0.6rem;
}
.seibun table tr td a {
  text-decoration: underline;
}

.seibun table tr td:first-child {
  width: 30%;
  background-color: #ebebeb;
}

.seibun table tr td:last-child {
  width: 70%;
}

table,
td {
  border: 1px solid #ccc;
}

/*==========================footer=========================*/
.main-footer {
  background-color: #eee;
  padding: 70px 20px;
}

.footer-list {
  font-size: 12px;
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  text-align: center;
}

.footer-list > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
}

.footer-list > li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
}

.footer-list > li:first-child:before {
  display: none;
}

.footer-list > li a {
  text-decoration: none;
}

.footer-list > li a:hover {
  text-decoration: underline;
}

.disclaimer {
  color: #999;
  font-size: 12px;
  margin: 0 auto 1em;
  text-align: center;
}

.copyright {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.page-top {
  bottom: 100px;
  display: none;
  margin: 0;
  position: fixed;
  right: 60px;
}
