@charset "utf-8";
/* CSS Document */
.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2;
	color: #161616;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 62.5%!important;
}

.tokushu .pc{
	display: block;
}

.tokushu .sp{
	display: none;
}

/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	line-height: 0;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
}
/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto!important;
}
.tokushu .top img {
	width: 100%;
	vertical-align: bottom;
}
/*共通*/
.tokushu .contents {
	width: 100%;
	margin: 0 auto 10px!important;
}
.tokushu .contents .box {
	padding: 10px!important;
	box-sizing: border-box;
	background: #fdfffa;
}

.tokushu h3 {
	margin: 0 auto!important;
	padding: 5px 0!important;
	background-color: #20151e;
	color: #fff;
	font-size: 2.5em; font-size: 25px!important;
	font-weight: bold;
	text-align: center;
}

.tokushu .contents .box .yellow{
	color: #dc342a;
	font-size: 1.5em; font-size: 15px!important;
	background-color: #fcf245;
	text-align: center;
}
.tokushu h4 {
	display: inline-block;
	margin-bottom: 5px!important;
	padding: 5px 8px!important;
	border-radius: 15px;
	background-color: #ff9838;
	color: #fff;
	font-size: 1.5em; font-size: 15px!important;
	font-weight: bold;
}
.tokushu p, .tokushu li, .tokushu table, .tokushu dl {
	width: 100%;
	line-height: 1.4!important;
	font-size: 1.3em;font-size: 13px!important;
}
.tokushu p, .tokushu li, .tokushu table {
	margin-bottom: 10px!important;
}
.tokushu strong {
	font-size: 1.5em; font-size: 15px!important;
}
.tokushu p span strong {
	color: #ff0000;
	font-size: 1.5em; font-size: 15px!important;
}

.tokushu ul {
	padding-right: 10px!important;
}
.tokushu li {
	padding-left: 10px!important;
	/*text-indent: -10px;*/
}
.tokushu li:before {
	content: "・";
	margin-right: 5px!important;
}
.tokushu table th {
	width: 40px;
	font-weight: bold;
}
.tokushu table th span:after {
	padding-left: 5px!important;
	box-sizing: border-box;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.tokushu table td {
	width: 350px;
}
.tokushu .contents .box .image{
	text-align: center;
}
/*ネットサイン会リンクボタン*/
.tokushu .live {
	text-align: center;
}
.tokushu .live a:link {
	display: inline-block;
	margin: 0 auto!important;
	padding: 8px 20px!important;
	background-color: #d67524;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5em; font-size: 15px!important;
	font-weight: bold;
	text-decoration: none!important;
}
.tokushu .live a:visited {
	background-color: #d67524;
	color: #fff!important;
}
.tokushu .live a:hover {
	background-color: #e9d799;
	color: #fff!important;
}
/*黄色背景の部分*/
.tokushu .guide {
	width: 95%;
	margin: 0 auto 1.5em!important;
	padding: 1.5em 1em 1em!important;
	box-sizing: border-box;
	background-color: #eef8c1;
}
.tokushu .guide h4 {
	display: block;
	color: #000;
	margin-bottom: 10px!important;
	background-color: #c4f663;
	border-radius: 0!important;
	text-align: center;
}
.tokushu .guide .comment{
	width: 363px;
	margin: 10px auto!important;
	}
.tokushu .guide .comment img{
	width: 100%;
	height: auto;
	}	

.tokushu .guide li:before {
	content: "※";
	margin-right: 0!important;
}
.tokushu .guide li:first-child {
	color: #ff0000;
}
.tokushu .guide li:before

.tokushu .guide a:link {
	color: #0036ff!important;
	text-decoration: none;
}
.tokushu .guide a:hover {
	color: #6b86fd!important;
	text-decoration: underline!important;
}
.tokushu .guide a:visited {
	color: #0036ff!important;
	text-decoration: none;
}
/*商品のご購入はこちら*/
.tokushu .column {
	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-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	justify-contents: space-between;
	
}

.tokushu .column_1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	ustify-content: space-between;
	width: 48%;
	padding: 10px!important;
	background-color: #fff;
	margin: 0 auto!important;
	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;
	border: 1px solid #20151e;
	
}

.tokushu .column_1 > span {
	margin: 0 auto!important;
	text-align: center!important;
}

.tokushu .column_1 span img {
	width: 98%;
	height: auto;
	border: 1px solid #e5e5e5;
	margin: 0 auto!important;
	text-align: center!important;
}

.tokushu .column_1 a {
  min-height: 0%!important;
}

.tokushu .column_1 img {
	width: 98%;
	height: auto;
  min-height: 0%!important;
	border: 1px solid #e5e5e5;
	margin: 0 auto!important;
	text-align: center!important;
}

.tokushu .column_1 p { 
 display: inline-block;
 width: 95%;
 margin-top: 5px!important;
  font-size: 1.4em; font-size: 14px !important;
  font-weight: bold;
  text-align: left;
  line-height: 1.5 !important;
}

.tokushu .column_1 .value {
	margin: 0 auto!important;
  margin-top: auto!important;
  width: 100%;
}

.tokushu .column_1 .value dl {
	margin: 0 auto!important;
  margin-top: auto!important;
  width: 100%;
	color: #ff0000!important;
	font-size: 1.5em;font-size: 15px!important;
	font-weight: bold;
	text-align: right;
}
.tokushu .column_1 .value dt, .tokushu .column_1 .value dd {
	display: inline-block;
	text-align: right;
	color: #ff0000!important;
}
.tokushu .column_1 .value dl dd span {
	font-size: 1.8em; font-size: 18px!important;
}

.tokushu .column_1 a:link {
	color: #000!important;
}
.tokushu .column_1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .column_1 a:visited {
	color: #000!important;
}
/*装飾*/
.tokushu .red {
	color: #ff0000;
	font-weight: bold;
}
.tokushu .line {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
/*footer*/
.tokushu .footer {
	padding: 10px 0!important;
	background-color: #000;
	color: #fff;
	font-size: 1.4em; font-size: 14px!important;
	font-weight: bold;
	text-align: center;
}
/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: #ff9838!important;
	font-size: 6em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: #ff9838!important;
}

/*　モーダル設定 */
.korea .modal-window {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	/*transition: opacity 0.5s, transform 0s 0.5s;*/
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.korea .modal-window:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.korea .is-active.modal-window {
	display: block;
}

.korea .modal-window:target {
	display: block;
}

.korea .modal-window .modal-inner img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 750px;
	height: auto;
	/*max-height: 600px;*/
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.korea .modal-window .modal-close {
	display: block;
	text-indent: 0px;
	overflow: hidden;
	cursor: default !important;
}

.korea .modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}


