@charset "UTF-8";
/* -- all -- */
.tokushu-wrap {
  position: relative;
  width: 100%;
  background: url(../imgs/bg.jpg) repeat left top;
  font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
  font-size: 62.5% !important;
  line-height: 1 !important;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap:before {
    width: 100%;
    height: 0;
    padding-top: 95.29412% !important;
    background-size: contain;
  }
}

.tokushu-wrap a, .tokushu-wrap a img {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tokushu-wrap div, .tokushu-wrap p, .tokushu-wrap h3, .tokushu-wrap h4 {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
}

.tokushu-wrap .top {
  width: 510px;
}

.tokushu-wrap .top img{
  width: 100%;
}

 .tokushu-wrap .pc{
	display: block;
}
 .tokushu-wrap .sp{
	display: none;
}

@media screen and (max-device-width:1024px) {
.tokushu-wrap .top {
    width: 100%;
    background-size: contain;
  }
	
	.tokushu-wrap .top img{
    width: 100%;

  }
.tokushu-wrap .pc{
	display: none;
}
.tokushu-wrap .sp{
	display: block;
}
}

/* -- main-block -- */
.tokushu-wrap .main-block {
  position: relative;
  width: 480px;
  margin: 20px auto !important;
  padding: 1px !important;
  border: 1px solid #94771d;
  background-color: rgba(0, 0, 0, 0.5);
  /*box-shadow: 0px 0px 0px 1px #94771d inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 4px #94771d inset;
  -webkit-box-shadow: 0px 0px 0px 1px #94771d inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 4px #94771d inset;
  -moz-box-shadow: 0px 0px 0px 1px #94771d inset, 0px 0px 0px 2px #000 inset, 0px 0px 0px 4px #94771d inset;*/
  -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-wrap .main-block {
    width: 96%;
  }
}

.tokushu-wrap .main-block > span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px !important;
  border: 2px solid #94771d;
  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;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .main-block > span {
    padding: 10px !important;
  }
}

.tokushu-wrap .main-block:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 23px;
  height: 24px;
  background: url(../imgs/deco_side.png) no-repeat left top;
  content: "";
}

.tokushu-wrap .main-block:after {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 23px;
  height: 24px;
  background: url(../imgs/deco_side.png) no-repeat left top;
  content: "";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.tokushu-wrap .main-block > span:before {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 23px;
  height: 24px;
  background: url(../imgs/deco_side.png) no-repeat left top;
  content: "";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.tokushu-wrap .main-block > span:after {
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 23px;
  height: 24px;
  background: url(../imgs/deco_side.png) no-repeat left top;
  content: "";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.tokushu-wrap .main-block h3 {
  padding: 5px !important;
  border-bottom: 4px double rgba(148, 119, 29, 0.6);
  color: #94771d !important;
  font-size: 2.2em;
  font-size: 22px !important;
  font-weight: bold;
  -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-wrap .main-block h3 {
    font-size: 1.8em !important;
  }
}

.tokushu-wrap .main-block h3 small {
  font-size: 1.6em;
  font-size: 16px !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .main-block h3 small {
    font-size: 0.8em !important;
  }
}

/* -- product -- */
.tokushu-wrap .product {
  width: 440px;
  margin: 10px auto !important;
  padding: 10px !important;
  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;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .product {
    width: 98%;
    padding: 8px 5px !important;
  }
}

.tokushu-wrap .product > table {
  width: 100%;
  color: #fff !important;
  font-size: 1.3em;
  font-size: 13px !important;
  text-align: left;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .product > table {
    font-size: 1.1em !important;
  }
}

.tokushu-wrap .product > table th, .tokushu-wrap .product > table td {
  padding: 6px 6px 3px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  vertical-align: bottom;
  -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-wrap .product > table th {
  width: 25%;
  font-weight: bold;
}

.tokushu-wrap .product > table td {
  width: 75%;
}

.tokushu-wrap .product > table td i {
  position: relative;
  bottom: 5px;
  margin: 0 3px !important;
  font-size: 0.8em;
  font-size: 8px !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .product > table td i {
    font-size: 0.6em !important;
  }
}

.tokushu-wrap .product iframe {
  width: 420px;
  height: 236px;
  margin-top: 20px !important;
  border: 1px solid rgba(211, 200, 139, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
  -ms-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
  -moz-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
  -o-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
  box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .product iframe {
    width: 98%;
    height: auto;
  }
}

.tokushu-wrap .product p {
  margin-bottom: 10px !important;
  color: #94771d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.4em;
  font-size: 14px !important;
  font-weight: bold;
  text-align: left;
  line-height: 1.4 !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .product p {
    font-size: 1.2em !important;
  }
}

.tokushu-wrap .product img {
  width: 100%;
  margin: 5px auto 15px auto !important;
}

.tokushu-wrap .product ul {
  text-align: left;
}

.tokushu-wrap .product ul li {
  color: #dadada !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.15em;
  font-size: 11.5px !important;
  line-height: #dadada !important;
}

/* -- item -- */
.tokushu-wrap .item {
  width: 440px;
  margin: 10px auto !important;
  padding: 5px 0 !important;
  text-align: center;
  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;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item {
    width: 100% !important;
  }
}

.tokushu-wrap .item > a img {
  display: inline-block;
  width: 250px;
  margin: 5px 15px 5px 5px !important;
  border: 1px solid #ebebeb;
}

.tokushu-wrap .item > a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item > a img {
    float: none;
    width: 80%;
    margin: 5px auto !important;
  }
}

.tokushu-wrap .item > p {
  margin: 5px !important;
  color: #94771d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6em;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.4 !important;
	text-align: center!important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item > p {
    font-size: 1.6em !important;
  }
}

.tokushu-wrap .item .detail {
	display: inline-block;
	clear: both;
	width: 37%;
  height: 250px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	vertical-align: bottom!important;
	position: relative;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item .detail {
    height: auto;
		width: 100%;
  }
}

.tokushu-wrap .item .detail p {
  margin: 5px !important;
  color: #94771d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6em;
  font-size: 16px !important;
  font-weight: bold;
  text-align: left;
  line-height: 1.4 !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item .detail p {
    font-size: 1.3em !important;
  }
}

.tokushu-wrap .item .detail .value {
  text-align: right;
	vertical-align: bottom!important;
	position: absolute;
	bottom: 0;
	right: 5px;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item .detail .value {
    position: static;
    text-align: center;
  }
}

.tokushu-wrap .item .detail .value dl {
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-top: 5px!important;
}

.tokushu-wrap .item .detail .value dl dt {
  display: inline-block;
  margin-right: 5px !important;
  font-size: 1.4em;
  font-size: 14px !important;
}

.tokushu-wrap .item .detail .value dl dd {
  display: inline-block;
  font-size: 2em;
  font-size: 20px !important;
  font-weight: bold;
}

.tokushu-wrap .item .detail .value dd:after {
  display: inline-block;
  font-size: 1em;
  font-size: 10px !important;
  font-weight: normal;
  content: "（税込）";
}

.tokushu-wrap .item .detail .value a {
  display: block;
  width: 160px;
  height: 38px;
  margin: 8px 0 !important;
  background: -moz-linear-gradient(top, #f2bc29, #e79d0f);
  background: -webkit-linear-gradient(top, #f2bc29, #e79d0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2bc29), to(#e79d0f));
  background: -o-linear-gradient(top, #f2bc29, #e79d0f);
  background: linear-gradient(to bottom, #f2bc29, #e79d0f);
  text-align: center;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 0px 1px #96461b;
  -ms-box-shadow: 1px 1px 0px 1px #96461b;
  -moz-box-shadow: 1px 1px 0px 1px #96461b;
  -o-box-shadow: 1px 1px 0px 1px #96461b;
  box-shadow: 1px 1px 0px 1px #96461b;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item .detail .value a {
    display: inline-block;
    width: 150px;
    margin: 8px 2px !important;
  }
}

.tokushu-wrap .item .detail .value a span {
  display: block;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5em;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 42px !important;
  letter-spacing: -1px;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item .detail .value a span {
    font-size: 1.4em !important;
  }
}

.tokushu-wrap .item .detail .value a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}

.tokushu-wrap .item h4 {
  display: block;
  width: 98%;
  margin: 20px auto 15px auto !important;
  padding: 10px 0 7px !important;
  border: 1px solid #aeaeae;
  color: #dadada !important;
  font-size: 1.8em;
  font-size: 18px !important;
  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;
}

.tokushu-wrap .item h4 + ul,.tokushu-wrap .item h6 + ul{
  margin: 15px 0 10px !important;
  text-align: left;
}

.tokushu-wrap .item h4 + ul li,.tokushu-wrap .item h6 + ul li{
  color: #dadada !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.25em;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item h4 + ul li,.tokushu-wrap .item h6 + ul li{
    font-size: 1.1em !important;
  }
}

.tokushu-wrap .item h6 {
  display: block;
  width: 98%;
  margin: 15px auto 0 auto !important;
  padding: 7px 5px 5px !important;
  border: 1px solid #aeaeae;
  color: #dadada !important;
  font-size: 1.4em;
  font-size: 14px !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	text-align: left;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item h6{
    font-size: 1.4em!important;
  }
}


.tokushu-wrap .item .images {
  width: 100%;
  text-align: center;
}

.tokushu-wrap .item .images img {
  display: inline-block;
  margin: 0 5px !important;
}

/* -- item_l -- */
.tokushu-wrap .item_l {
  width: 440px;
  margin: 10px auto !important;
  padding: 5px 0 !important;
  text-align: center;
  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;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l {
    width: 100%;
  }
}

.tokushu-wrap .item_l > p {
  margin: 5px !important;
  color: #94771d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6em;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.4 !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l > p {
    font-size: 1.3em !important;
  }
}

.tokushu-wrap .item_l .media {
	position: relative;
  margin: 10px 0 !important;
  overflow: hidden;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l .media {
    overflow: none;
  }
}

.tokushu-wrap .item_l .media img {
  float: left;
  width: 165px;
  margin: 5px !important;
  border: 1px solid #ebebeb;
}

.tokushu-wrap .item_l .media .soldout {
	position:absolute;
	bottom: -5px;
	left: -5px;
}
.tokushu-wrap .item_l .media .soldout img:last-child {
  width: 180px !important;
	height: 180px !important;
	border:none !important;
}

.tokushu-wrap .item_l .media img:first-child {
  width: 245px !important;
  margin-right: 10px !important;
}


@media screen and (max-device-width:480px) {
	.tokushu-wrap .item_l .media .soldout {
		position:absolute;
		top: -5px;
		left: 5%;
	}
	.tokushu-wrap .item_l .media .soldout img:last-child {
			width: 100%;
			border:none !important;
		}
  .tokushu-wrap .item_l .media img {
    float: none;
    width: 80% !important;
    margin: 5px auto !important;
  }
  .tokushu-wrap .item_l .media img:first-child {
    width: 80% !important;
    margin: 5px auto !important;
  }
}

.tokushu-wrap .item_l .value {
  text-align: center;
}

.tokushu-wrap .item_l .value dl {
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.tokushu-wrap .item_l .value dl dt {
  display: inline-block;
  margin-right: 5px !important;
  font-size: 1.5em;
  font-size: 15px !important;
}

.tokushu-wrap .item_l .value dl dd {
  display: inline-block;
  font-size: 2.2em;
  font-size: 22px !important;
  font-weight: bold;
}

.tokushu-wrap .item_l .value dd:after {
  display: inline-block;
  font-size: 1em;
  font-size: 10px !important;
  font-weight: normal;
  content: "（税込）";
}

.tokushu-wrap .item_l .value a {
  display: inline-block;
  width: 160px;
  height: 38px;
  margin: 8px !important;
  background: -moz-linear-gradient(top, #f2bc29, #e79d0f);
  background: -webkit-linear-gradient(top, #f2bc29, #e79d0f);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2bc29), to(#e79d0f));
  background: -o-linear-gradient(top, #f2bc29, #e79d0f);
  background: linear-gradient(to bottom, #f2bc29, #e79d0f);
  text-align: center;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 0px 1px #96461b;
  -ms-box-shadow: 1px 1px 0px 1px #96461b;
  -moz-box-shadow: 1px 1px 0px 1px #96461b;
  -o-box-shadow: 1px 1px 0px 1px #96461b;
  box-shadow: 1px 1px 0px 1px #96461b;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l .value a {
    display: inline-block;
    width: 150px;
    margin: 8px 2px !important;
  }
}

.tokushu-wrap .item_l .value a span {
  display: block;
  color: #000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5em;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 42px !important;
  letter-spacing: -1px;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l .value a span {
    font-size: 1.4em !important;
  }
}

.tokushu-wrap .item_l .value a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}

.tokushu-wrap .item_l .value p {
  margin: 10px auto 5px auto !important;
  color: #f2bc29;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5em;
  font-size: 15px !important;
  font-weight: bold;
  text-decoration: underline;
}

.tokushu-wrap .item_l h4 {
  display: block;
  width: 98%;
  margin: 20px auto 15px auto !important;
  padding: 10px 0 7px !important;
  border: 1px solid #aeaeae;
  color: #dadada !important;
  font-size: 1.8em;
  font-size: 18px !important;
  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;
}

.tokushu-wrap .item_l h4 + ul {
  margin: 15px 0 10px !important;
  text-align: left;
}

.tokushu-wrap .item_l h4 + ul li {
  color: #dadada !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.25em;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .item_l h4 + ul li {
    font-size: 1.1em !important;
  }
}

.tokushu-wrap .item_l .ca_tokuten {
  width: 98%;
  margin: 20px auto 10px auto !important;
  padding: 20px 15px !important;
  background-color: #94771d;
  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;
}

.tokushu-wrap .item_l .ca_tokuten h5 {
  width: 100%;
  padding: 10px 0 7px !important;
  background-color: #000;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.8em;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
}

.tokushu-wrap .item_l .ca_tokuten p {
  margin: 15px auto 10px auto !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1.6 !important;
}

.tokushu-wrap .item_l .ca_tokuten p + img {
  width: 80%;
}

.tokushu-wrap .item_l .ca_tokuten img + img {
  display: inline-block;
  width: 46%;
  margin: 15px 5px 0 !important;
}

/* -- tokuten -- */
.tokushu-wrap .tokuten {
  width: 100%;
  text-align: center;
}

.tokushu-wrap .tokuten div {
  display: inline-block;
  width: 48%;
  margin: 15px 0 5px !important;
  text-align: center;
  vertical-align: top;
}

.tokushu-wrap .tokuten div img {
  width: 96%;
  margin: 8px !important;
}

.tokushu-wrap .tokuten div p {
  color: #dadada !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
  font-size: 12px !important;
  letter-spacing: -0.5px !important;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .tokuten div p {
    font-size: 1em !important;
    line-height: 1.4 !important;
  }
}

/* -- oficial -- */
.tokushu-wrap .official {
  display: inline-block;
  width: 80%;
  margin: 5px auto 8px !important;
  padding: 7px 15px 3px !important;
  border: 1px solid #474747;
  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;
}

@media screen and (max-device-width:1024px) {
  .tokushu-wrap .official {
    width: 80%;
  }
}

.tokushu-wrap .official a {
  display: block;
  width: 100%;
  height: 100%;
}

.tokushu-wrap .official a p {
  margin: 5px auto !important;
  color: #dadada !important;
  font-size: 1.5em;
  font-size: 15px !important;
}

.tokushu-wrap .official a p:last-child {
  letter-spacing: -1.5px;
}

.tokushu-wrap .official a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}

/* -- footer -- */
.tokushu-wrap .footer {
  padding: 10px 0 !important;
  text-align: center;
}

.tokushu-wrap .footer p {
  display: inline-block;
  color: #dadada !important;
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
  font-size: 1.1em;
  font-size: 11px !important;
}

.tokushu-wrap .footer p:before {
  display: inline-block;
  margin: 0 5px !important;
  font-family: FontAwesome;
  content: "\f1f9";
}

/* -- backtop -- */
.tokushu-wrap .backtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.tokushu-wrap .backtop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(204, 204, 204, 0.95);
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.tokushu-wrap .backtop i {
  margin: 10px auto !important;
  color: #fff !important;
  font-size: 4em;
}

.tokushu-wrap .backtop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}


.tokushu-wrap .fin {
  width: 100%;
	height: auto;
  font-size: 2.4em;
  font-size: 24px !important;
	color: #ff0000;
  text-align: center;
	margin-top:20px !important;
}

.tokushu-wrap .product .fin {
  width: 100%;
	height: auto;
  font-size: 2.4em;
  font-size: 24px !important;
	color: #ff0000;
  text-align: center;
	margin: 0 0 10px !important;
}
