@charset "UTF-8";
/* -- all -- */
.tokushu {
  width: 100%;
  margin: 0;
  background: url(../imgs/bg.jpg) repeat left top;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "sans-serif";
  color: #111 !important;
  font-size: 62.5% !important;
  line-height: 1 !important;
  text-align: center;
  overflow: hidden;
}

.tokushu a, .tokushu a img {
  text-decoration: none !important;
  -webkit-transition-suration: 0.3s;
  -ms-transition-suration: 0.3s;
  -moz-transition-suration: 0.3s;
  -o-transition-suration: 0.3s;
  transition-suration: 0.3s;
}

.tokushu div, .tokushu p, .tokushu h3, .tokushu h4 {
  margin: 0 !important;
  padding: 0 !important;
}

.tokushu p, .tokushu table {
  margin-bottom: 0.8em !important;
}

.tokushu .clear {
  clear: both;
}

/* -- top -- */
.tokushu .top {
  width: 100%;
  margin: 0 auto 3em auto !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .top {
    margin: 0 auto 2.5em auto !important;
  }
}

.tokushu .top img {
  width: 100%;
}

/* -- contents -- */
.tokushu .contents {
  width: 100%;
  margin: 0 auto 3em auto !important;
  /*.pink {
      background-color: #ffebf6;
    }
    .pink h4 {
      background-color: #e4007f;
    }*/
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents {
    width: 98%;
  }
}

.tokushu .contents .box {
  padding: 1.8em 1.8em 1em !important;
  border: 1px solid #111;
  background-color: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents .box > p:first-child br {
    display: none;
  }
}

.tokushu .contents .box > img {
  float: left;
  margin: 0 1.5em 1.5em 0 !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents .box > img {
    width: 50%;
  }
}

.tokushu .contents .box > img + p {
  color: #7e308e !important;
  font-size: 1.5em !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents .box > img + p {
    font-size: 1.25em !important;
  }
}

.tokushu .contents h3 {
  margin: 0 auto;
  padding: 1em 0 0.8em !important;
  background: url(../imgs/stripe.jpg) repeat left top;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents h3 {
    padding: 1.1em 0 0.8em !important;
  }
}

.tokushu .contents h3 span {
  display: block;
  color: #fff !important;
  font-family: "Noto Sans Japanese";
  font-size: 2.8em !important;
  font-weight: 600;
  text-align: center;
  -webkit-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents h3 span {
    font-size: 1.8em !important;
  }
}

.tokushu .contents h4 {
  display: inline-block;
  margin-bottom: 0.6em !important;
  padding: 0.5em 1em 0.2em !important;
  background-color: #b4b4b4;
  color: #fff !important;
  font-size: 1.7em !important;
  font-weight: bold;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents h4 {
    padding: 0.5em 1em 0.3em !important;
    font-size: 1.3em !important;
  }
}

.tokushu .contents p {
  font-size: 1.4em !important;
  line-height: 1.6 !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents p {
    font-size: 1.2em !important;
    line-height: 1.5 !important;
  }
}

.tokushu .contents p strong {
  font-size: 1.2em !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents p strong {
    font-size: 1.1em !important;
  }
}

.tokushu .contents p span strong {
  color: #e4007f !important;
  font-size: 1.4em !important;
}

.tokushu .contents p span {
  color: #e4007f !important;
  font-weight: bold;
}

.tokushu .contents table th {
  width: 20%;
  font-size: 1.35em !important;
  font-weight: bold;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents table th {
    font-size: 1.2em !important;
    line-height: 1.4 !important;
  }
}

.tokushu .contents table th span:after {
  padding-left: 0.5em !important;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
}

.tokushu .contents table td {
  width: 80%;
  font-size: 1.35em !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents table td {
    font-size: 1.2em !important;
    line-height: 1.4 !important;
  }
}

.tokushu .contents .live {
  text-align: center;
}

.tokushu .contents .live a:link {
  display: inline-block;
  margin: 0.5em auto !important;
  padding: 0.5em 2em 0.3em !important;
  background-color: #7e308e !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.tokushu .contents .live a:visited {
  background-color: #e4007f;
  color: #fff !important;
}

.tokushu .contents .live a:hover {
  background-color: #e4007f;
  color: #fff !important;
}

.tokushu .contents .guide {
  width: 98%;
  margin: 0 auto 1.5em auto !important;
  padding: 1.8em !important;
  background-color: #eef8c1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tokushu .contents .guide h4 {
  display: block;
  margin-bottom: 1em !important;
  background-color: #c0da4a;
  text-align: center;
}

.tokushu .contents .guide p {
  text-align: left;
}

.tokushu .contents .guide p span {
  color: #e4007f !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.tokushu .contents .guide a {
  color: #e4007f !important;
  text-decoration: underline !important;
}

.tokushu .contents .guide img {
  width: 90%;
  margin: 0.5em auto 1.5em auto !important;
}

.tokushu .contents ul {
  text-align: left;
}

.tokushu .contents li {
  margin-left: 1.2em !important;
  font-size: 1.35em !important;
  text-indent: -1.2em;
  line-height: 1.6 !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents li {
    margin-left: 1em !important;
    font-size: 1em !important;
    line-height: 1.55 !important;
    text-indent: -1em !important;
  }
}

.tokushu .contents li span {
  color: #e4007f !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.tokushu .contents li:before {
  margin-right: 0.2em !important;
  content: "※";
}

.tokushu .contents .closeup div {
  text-align: center;
}

.tokushu .contents .closeup div img {
  width: 80%;
  margin: 0.5em auto 1.5em auto !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .contents .closeup div img {
    width: 96%;
  }
}

.tokushu .contents .closeup p span {
  color: #e4007f !important;
  font-weight: bold;
  text-decoration: underline !important;
}

/* -- item -- */
.tokushu .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.tokushu .flexbox dl {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #e4007f !important;
  font-size: 1.5em !important;
  text-align: center;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .flexbox dl {
    font-size: 1.2em !important;
  }
}

.tokushu .flexbox dl dt, .tokushu .flexbox dl dd {
  display: inline-block;
}

.tokushu .flexbox dl dd {
  font-size: 1.7em !important;
  font-weight: bold;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .flexbox dl dd {
    font-size: 1.5em !important;
  }
}

.tokushu .flexbox dl dd:after {
  display: inline-block;
  font-size: 0.55em !important;
  font-weight: normal;
  content: "（税込）";
}

.tokushu .flexbox a:link {
  color: #111 !important;
}

.tokushu .flexbox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  text-decoration: underline !important;
}

.tokushu .flexbox .item > span {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu .flexbox .item span img {
  width: 100%;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* -- 商品1カラム -- */
.tokushu .column_1 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5em !important;
  padding: 50% 0 0 !important;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .column_1 {
    margin-bottom: 1em !important;
  }
}

.tokushu .column_1 > span {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 46%;
}

.tokushu .column_1 > span img {
  width: 100%;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu .column_1 p {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 46%;
  font-size: 1.5em !important;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .column_1 p {
    font-size: 1.2em !important;
    line-height: 1.4 !important;
  }
}

.tokushu .column_1 dl {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 46%;
  text-align: right;
}

/* -- 商品2カラム -- */
.tokushu .column_2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 49%;
  margin-bottom: 1.5em !important;
  padding: 1em !important;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu .column_2 .item p {
  margin: 1em 0.5em !important;
  font-size: 1.5em !important;
}

.tokushu .column_2 .item dl {
  margin: 0 auto;
  margin-top: auto !important;
}

/* -- 商品3カラム -- */
/*.tokushu .column_3 {
    .item {
      display: flex;
      flex-flow: column;
      width: 32%;
      margin-bottom: 1.5em!important;
      padding: 1em!important;
      background-color: #fff;
      @include vendor-prefix(box-sizing, border-box);
    }
    .item dl {
      width: 100%;
      margin: 0 auto;
      margin-top: auto!important;
      text-align: center;
    }
    .item dl dd span {
      font-size: 1.3em!important;
    }
    div:nth-child(3n+2):last-child {
      margin-right: 68%!important;
    }
    div:nth-child(3n):last-child {
      margin-right: 34%!important;
    }
}*/
/* -- contact -- */
.tokushu .contact {
  width: 80%;
  margin: 0 auto 4em !important;
  padding: 1.5em !important;
  border: 1px solid #111;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu .contact h3 {
  margin-bottom: 1em !important;
  padding: 0.8em 1.5em 0.6em !important;
  background: url(../imgs/stripe.jpg) repeat left top;
  text-align: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.tokushu .contact h3 span {
  color: #fff !important;
  font-size: 1.6em !important;
  font-weight: normal;
}

.tokushu .contact dl {
  padding: 0 1em !important;
  text-align: left;
}

.tokushu .contact dl dt {
  font-weight: bold;
  font-size: 1.6em !important;
}

.tokushu .contact dl dd {
  font-size: 1.4em !important;
}

/* -- bnr -- */
.tokushu .bnr {
  width: 65%;
  margin: 0 auto 3em !important;
  font-size: 2em !important;
}

.tokushu .bnr a span {
  display: block;
  width: 80%;
  margin: 0 auto 0.5em !important;
}

.tokushu .bnr a span img {
  width: 100%;
}

.tokushu .bnr i {
  margin-left: 0.2em !important;
}

.tokushu .bnr a:link {
  display: inline-block;
  padding: 1.5em !important;
  border: 1px solid #000000;
  color: #111 !important;
  text-align: center;
}

.tokushu .bnr a:visited {
  color: #111 !important;
}

.tokushu .bnr a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/* -- footer -- */
.tokushu .footer {
  padding: 1em 0 0.8em !important;
  background-color: #c7c7c7;
  font-size: 1.4em !important;
  text-align: center;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .footer {
    padding: 1.2em 0 0.8em !important;
    font-size: 1.1em !important;
  }
}

/* -- pagetop -- */
.tokushu .page-top {
  position: fixed;
  right: 10px;
  bottom: 8px;
  z-index: 9999;
}

.tokushu .page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #111;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.tokushu .page-top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.tokushu .page-top i {
  margin-top: 0.3em !important;
  color: #fff !important;
}
