/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family:a-otf-ud-shin-go-pr6n, Meiryo, sans-serif, monospace;
	font-size: 100%;
}

.clear{clear:both;}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
}

a { outline: none; }
a:focus, *:focus { outline:none; }

.shin_maru_go{font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;}
.shin_go{font-family: a-otf-ud-shin-go-pr6n, sans-serif;}

#wrapper{
	background-image: url(../image/bg_pattern02.png);
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
	min-height: 100%;
}

#wrapper2{
	background-image: url(../image/bg_pattern01.png);
	background-repeat: repeat;
	background-size: contain;
	width: 100%;
	min-height: 100vh;
}

img{
	vertical-align: bottom;
}

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes hover_fade{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}


/* btn_setting
================================================== */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #d20010;
  width: 90%;
}

a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.btn_setting{
	width: 80%;
	margin: 0 auto 4%;
}

@media screen and (max-width: 699px){
	.btn,
	a.btn,
	button.btn {
	  font-size: 1rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  padding: 1rem 0rem;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  color: #fff;
	  border-radius: 2rem;
	  background-color: #d20010;
	  width: 100%;
	}
	.btn_setting{
		width: 90%;
		margin: 0 auto 4%;
	}
	
}

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute;
	z-index: 999;
}

.loader_box{
	width: 14%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: middle;
}

#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

.fade_normal{
	background-color: #fff!important;
}


@media screen and (max-width: 699px){
	.loader_box{
		width: 30%;
		margin: auto;
		height: 100vh;
		display: table;
	}
}

/* Header_setting
================================================== */

.header_wrapper{
	width: 80%;
	padding: 0 2%;
	margin: auto;
	height: 90px;
	display: table;
}

.header_logo{
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 1%;
}

.header_text{
	display: table-cell;
	vertical-align: middle;
}

.header_text span{
	padding: 1rem 0.5rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: a-otf-ud-shin-maru-go-pr6n;
	font-size: 0.6vw;
}

.header_menu_box{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 0%;
	
}

.header_menu_box a{
	font-family: a-otf-ud-shin-maru-go-pr6n;
	
	text-decoration: none;
	font-size: 0.9vw;
	padding-bottom: 4px;
	color: black;
	position: relative;
}

.header_menu_box a:hover{
	color: #eb6700;
}

.header_menu_box a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #eb6700;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header_menu_box a:hover::after{
  width: 100%;
}

@media screen and (max-width: 699px){

}

/* Slider_setting
================================================== */

.top_slick_wrapper{
	background-color: #000;
	padding: 1% 0;
}

.gallery_arrow_left{
	width: 3%;
	position: absolute;
	top:40%;
	left: 22%;
	z-index: 90;
	cursor: pointer;
}

.gallery_arrow_right{
	width: 3%;
	position: absolute;
	top:40%;
	right: 22%;
	z-index: 90;
	cursor: pointer;
}

.gallery_arrow_left:hover,.gallery_arrow_right:hover{
	opacity: 0.8;
}

/* Contents_setting
================================================== */

.knp_icon img{
	width: 1%;
	padding: 0 0.8% 0 0;
}

.knp_icon_2 img{
	width: 0.6vw;
	padding: 0 2% 1% 0;
	vertical-align: middle;
}

.top_wrapper_box{
	width: 80%;
	margin: auto;
	letter-spacing: -1em;
	padding: 2% 0 4%;
}

.top_contents_wrapper{
	width: 70%;
	margin: auto;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding-right: 6%;
}

.right_box_contents{
	width: 24%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.right_box_contents_2{
	width: 24%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.right_contents_bt{
	padding: 0 0 5% 0;
}

.right_contents_banner{
	padding-bottom: 6%;
}

.right_contents_banner img{
	border-radius: 20px;
	transition: all 1s;
}

.right_contents_banner img:hover{
	opacity: 0.7;
}

.top_pickup_box{
	text-align: left;
	letter-spacing:-1em;
}

.top_pickup_box_style1{
	width: 31%;
	margin: 0% 1%;
	padding-bottom: 3%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	z-index: 1;
	letter-spacing: normal;
}



.top_pickup_img{
	width: 100%;
	padding: 0 !important;
	box-sizing: border-box;
	border-radius: 15px 10px;
	box-shadow: .8px 1.8px 2.6px .5px rgba(0,0,0,0.3);
	margin: 0;
	position: relative;
	overflow: hidden;
	transition: .2s;
}

.top_pickup_img:hover{
	box-shadow:0 8px 10px 0 rgba(0,0,0,0.3);
}

.top_pickup_textbox{
	width: 92%;
	font-size: 0.5vw;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2% 4% 3%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,black 100%);
	color: #fff;
}

.top_main_image_textbox{
	width: 92%;
	height: auto;
	font-size: 0.8vw;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8% 6% 4%;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
	color: #fff;
}

.top_pickup_font_style2{
	font-size: 0.6em;
}

.top_new_contents_wrapper{
	padding-top: 0%;
	padding-bottom: 4%;
}

.top_new_contents_box{
	text-align: left;
	letter-spacing:-1em;
}

.top_new_contents_style1{
	width: 21%;
	margin: 0% 2%;
	padding-bottom: 3%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	z-index: 1;
	letter-spacing: normal;
	transition: all 1s;
}

.top_new_contents_style1:hover{
	opacity: 0.7;
}

.top_new_contents_style1 a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_new_contents_img{
	box-shadow: 0.8px 1.8px 2.6px .5px rgba(0,0,0,0.3);
	margin: 0 0 5% 0;
}

.top_new_contents_text{
	font-size: 1em;
	padding: 0 0 5% 0;
	font-weight: bold;
}

.top_new_sub_title_style1{
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	background-color: #eb6700;
	border-radius: 20px;
	color: white;
	padding: 2% 4%;
	margin-bottom: 3%;
}

.news_box{
	border-bottom:1px dashed #3e3634;
	padding-top: 4%;
	padding-bottom: 4%;
	margin-right: 4%;
}

.news_table{
	width: 90%;
	padding-bottom: 2%;
	display: table;
}

.news_data{
	width: 30%;
	font-size: 0.6vw;
	padding-top: 2%;
	font-weight: bold;
	display: table-cell;
}

.news_icon_1{
	width: 48%;
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-align: right;
}

.news_icon_1 span{
	font-size: 0.5vw;
	background-color: #eb6700;
	vertical-align: middle;
	padding: 2% 6%;
	border-radius: 20px;
}

.news_box_wrapper{
	border: 1px solid #999999;
	padding: 4%;
	background-color: white;
	border-radius: 20px;
	margin-bottom: 10%;
}

.news_box_wrapper_2{
	height: 250px;
	overflow: auto;
}

.news_text{
	font-size: 0.7vw;
}

.twitter_box_wrapper{
	margin-bottom: 10%;
}

.twitter_box{
	background-color: white;
	border: 1px solid #999999;
	border-radius: 20px;
	padding: 4%;
	height: 420px;
	overflow: auto;
}

.footer_box_wrapper{
	background-color: #eb6700;
	padding: 2% 0;
}

.footer_box_link_text{
	padding-bottom: 14px;
}

.footer_box_link_text, .footer_box_link_text a{
	text-align: center;
	color: white;
	text-decoration: none;
}

.footer_box_link_text a:hover{
	border-bottom: 1px solid #fff;
}

.footer_white_logo{
	width: 8%;
	margin: auto;
	padding: 0% 0 1% 0;
}

.footer_copyright{
	font-size: 0.8em;
	color: white;
	text-align: center;
}

/* text_setting
================================================== */

.top_pickup_title {
  position: relative;
  margin-bottom: 2em;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0.8rem 2rem 0.8rem 1.4rem;
  border-radius: 20px;
  background: #eb6700;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.top_pickup_title:before,
.top_pickup_title:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #eb6700;
}

.top_pickup_title:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.top_pickup_title:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

.gray_title {
  position: relative;
  margin-bottom: 2em;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.8rem 2rem 0.8rem 1.4rem;
  border-radius: 20px;
  background: #616161;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.gray_title:before,
.gray_title:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #616161;
}

.gray_title:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.gray_title:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

.red_title {
  position: relative;
  margin-bottom: 2em;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.8rem 2rem 0.8rem 1.6rem;
  border-radius: 20px;
  background: #e60000;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.red_title:before,
.red_title:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #e60000;
}

.red_title:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.red_title:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

.btn_more{
	width: 30%;
	margin: 1% auto auto;
	border-radius: 40px;
}

.btn_more a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0.5em 0;
	border: 1px solid #eb6700;
	color: #eb6700;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	border-radius: 40px;
}

.btn_more a:hover{
	background-image: none;
	background-color: #eb6700;
	color: white;
	
}

.btn_more_red{
	width: 30%;
	margin: 1% auto auto;
	border-radius: 40px;
}

.btn_more_red a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0.5em 0;
	border: 1px solid #e60000;
	color: #e60000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	border-radius: 40px;
}

.btn_more_red a:hover{
	background-image: none;
	background-color: #e60000;
	color: white;
	
}

.btn_inquiry{
	width: 30%;
	margin: 1% 0 0;
	border-radius: 20px;
}

.btn_inquiry a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0.5em 0;
	border: 1px solid #e60000;
	color: #e60000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	border-radius: 20px;
}

.btn_inquiry a:hover{
	background-image: none;
	background-color: #e60000;
	color: white;
	
}

.btn_inquiry_100{
	width: 100%;
	margin: 1% 0 0;
	border-radius: 20px;
}

.btn_inquiry_100 a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0.5em 0;
	border: 1px solid #e60000;
	color: #e60000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-color: white;
	border-radius: 20px;
}

.btn_inquiry_100 a:hover{
	background-image: none;
	background-color: #e60000;
	color: white;
	
}

.btn_arrow {
	width: 100%;
    display: table;
    position: relative;
    padding: 0.6em 1em;
    min-width: 15em;
    border: 2px solid currentColor;
    color: #3388dd;
    font-size: 0.8vw;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
	border-radius: 20px;
}
.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.btn_arrow:hover {
    border: 2px solid #3388dd;
    background-color: #3388dd;
    color: #fff;
}

.title_text_style1{
	font-size: 0.8em;
}

.top_new_contents_title_box{
	width: 94%;
	position:relative;
	padding: 2.5% 2% 3%;
	letter-spacing: -1em;
	border-bottom: 1px dashed black;
	background-color: white;
}

.top_new_contents_title_box:hover{
	color: red;
}

.top_new_contents_title_box_style1{
	width: 92%;
	padding-right: 2%;
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
}

.top_news_contents_title_icon_style1{
	width: 4%;
	padding-left: 0%;
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
	transition: all 0.4s;
}

.top_new_contents_title_box:hover .top_news_contents_title_icon_style1{
	padding-left: 2%;
}

.top_news_contents_title_style1{
	margin-bottom: 2%;
}

.top_news_contents_title_style2{
	font-size: 1vw;
}

.top_news_contents_title_style3{
	font-size: 0.6vw;
	margin-top: 0.4%;
}

.top_news_contents_title_style1 span{
	border: 1px solid #e60000;
	padding: 1% 2%;
	border-radius: 50px;
	font-size: 0.7em;
	color: #e60000;
}



/* Contents_setting
================================================== */

.contents_title_box_style1{
	
}

.contents_title_box_style1 p{
	background-color: #000;
	padding: 1.2% 0% 1.2% 10%;
	color: white;
	font-size: 1.2vw;
	font-weight: bold;
}

.award_writer{
	font-size: 0.8em;
	font-weight: normal;
}

.award_product_box{
	width: 100%;
	padding-bottom: 2%;
	letter-spacing: -1em;
}

.award_product_img{
	width: 34%;
	padding: 0 3% 0 0;
	display: inline-block;
	vertical-align: top;
}

.award_product_img img{
	box-shadow:0 8px 10px 0 rgba(0,0,0,0.3);
}

.award_product_text{
	width: 100%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.award_main_image{
	padding-bottom: 2%;
}

.award_main_image img{
	border-radius: 20px;
}

.award_text_style1{
	padding-bottom: 2%;
}

.award_text_style1 span{
	font-size: 0.7vw;
	background-color: #eb6700;
	color: white;
	
	padding: 1% 4%;
	border-radius: 20px;
}

.award_text_style2{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
}

.award_text_title{
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 1%;
}

.award_text_title_sub{
	font-size: 0.6vw;
	padding: 1% 0 0%;
}

.award_text_writer{
	font-size: 1.4em;
	font-weight: bold;
}

.award_address_title{
	padding-bottom: 2.6%;
}

.award_address_title span{
	font-size: 0.6vw;
	background-color: #616161;
	color: white;
	margin: 0 20px 0 0;
	padding: 1% 2%;
	border-radius: 20px;
}

.award_main_contents_box{
	letter-spacing: normal;
	padding:1% 2%;
	margin-bottom: 2%;
	border-radius: 20px;
	background-color: white;
}

.award_contents_title{
	position: relative;
	padding: 1em 2rem;
	margin-bottom: 2%;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 20px;
	background: #0d6fb8;
	letter-spacing: normal;
}

.award_contents_title:after{
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #0d6fb8 transparent transparent transparent;
}

.award_contents_title_red{
	position: relative;
	padding: 1em 2rem;
	margin-bottom: 2%;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 20px;
	background: #e60000;
	letter-spacing: normal;
}

.award_contents_title_red:after{
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #e60000 transparent transparent transparent;
}

.award_main_text_style1{
	letter-spacing: normal;
	font-size: 1.1em;
	line-height: 2.2em;
}

.award_illust_text{
	letter-spacing: normal;
	padding-bottom: 0%;
	text-align: right;
}

.award_illust_text span{
	font-size: 0.8em;
	background-color: #fff;
	border:1px solid #616161; 
	color: #000;
	padding:1% 2%;
	border-radius: 20px;
}

.award_inquiry_box{
	font-size: 0.8em;
	padding-top: 1%;
}

.product_box{
	text-align: left;
	letter-spacing:-1em;
}

.product_box_style1{
	width: 48%;
	margin: 0% 1%;
	padding-bottom: 3%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	z-index: 1;
	letter-spacing: normal;
}



.product_img{
	width: 100%;
	padding: 0 !important;
	box-sizing: border-box;
	border-radius: 15px 10px;
	box-shadow: .8px 1.8px 2.6px .5px rgba(0,0,0,0.3);
	margin: 0;
	position: relative;
	overflow: hidden;
	transition: .2s;
}

.product_img:hover{
	box-shadow:0 8px 10px 0 rgba(0,0,0,0.3);
}

.product_textbox{
	width: 92%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 4% 8px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,black 100%);
	color: #fff;
	
}

/* Table_setting
================================================== */
.award_table_box{
letter-spacing: -1em;
display: block;
width: 100%;
}

.award_table_graph{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 1em;
	letter-spacing: normal;
	padding-top: 20px;
	vertical-align: middle;
	display: table;
}

.award_table_graph_tr{
	display: table-row;
}

.award_table_graph_td{
	display: table-cell;
}

.award_table_style1,.award_table_style2{
	padding: 14px 20px;
	vertical-align: middle;
}

.award_table_style1 {
background: #e60000;
vertical-align: middle;
text-align: left;
width: 25%;
overflow: visible;
position: relative;
color: #fff;
font-weight: bold;
font-size: 15px;
border-radius: 10px;
}

.award_table_style1:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #e60000;
border-width: 12px;
margin-top: -12px;
}

.award_table_style2 {
background: #fff;
padding: 0 0 0 30px;
vertical-align: middle;
}

.award_main_table_box{
	width: 100%;
	display: table;
}

.award_main_table_style1{
	width: 30%;
	padding-right: 3%;
	display: table-cell;
	vertical-align: top;
}

.award_main_table_style2{
	display: table-cell;
	vertical-align: top;
}

.award_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 20px;
}

.award_btn a:hover {
	color: #f2f2f2;
}

.award_btn_link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}

.award_btn_link a:hover {
	background-color: #0d6fb8;
	border: 1px solid #333;
}

.award_btn_link a:hover::after {
	border-color: #fff #fff transparent transparent;
}

.award_btn_table tbody tr td{
	width: 48%;
	padding: 1% 1%;
}

.character_box_sub1{
	width: 40%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 4% 3% 0;
	box-sizing: border-box;
}

.character_box_sub2{
	width: 60%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box_sub3{
	width: 60%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
	text-align: right;
}

.character_box_sub4{
	width: 40%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}


.character_box2_sub1{
	width: 25%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 4% 3% 0;
	box-sizing: border-box;
}

.character_box2_sub2{
	width: 75%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box2_sub3{
	width: 75%;
	float: left;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
	text-align: right;
}

.character_box2_sub4{
	width: 25%;
	float: right;
	clear: right;
	letter-spacing: normal;
	vertical-align: top;
	padding:0% 0 3% 4%;
	box-sizing: border-box;
}

.character_box_little{
	width: 70%;
	margin: 3% auto;
}


.character_box_border{
	clear: both;
	padding-bottom: 4%;
}

.lp_character_style1{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}

.lp_character_style1 ruby rt{
	font-size: 10px;
}

.lp_character_style2{
	font-size: 16px;
	line-height: 30px;
}

/* Smartphone_setting
================================================== */

@media screen and (max-width: 699px){

	.header_wrapper{
		width: 42%;
		padding: 0 2%;
		margin: 4% auto;
		height: auto;
		display: block;
	}

	.header_logo{
		width: 100%;
		display: block;
		vertical-align: middle;
		padding-right: 0%;
		margin: auto;
	}
	
	.top_slick_wrapper{
		background-color: #000;
		padding: 1% 0 3%;
	}

	.top_main_image_textbox{
		width: 84%;
		height: auto;
		font-size: 0.6em;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 12% 8% 8%;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 50%);
		color: #fff;
	}

	.top_wrapper_box{
		width: 90%;
		margin: auto;
		letter-spacing: -1em;
		padding: 2% 0 4%;
	}

	.top_contents_wrapper{
		width: 100%;
		margin: auto;
		letter-spacing: normal;
		display: block;
		vertical-align: top;
		padding-right: 0%;
		padding-top: 3%;
	}

	.top_new_contents_title_box_style1{
		width: 100%;
		padding-right: 0%;
		letter-spacing: normal;
		vertical-align: middle;
		display: block;
	}

	.top_news_contents_title_icon_style1{
		display: none;
	}

	.top_news_contents_title_style2{
		font-size: 1em;
		line-height: 1.4em;
	}

	.top_news_contents_title_style3{
		font-size: 0.6em;
		margin: 2% auto 2%;
	}

	.top_new_contents_title_box{
		width: 94%;
		position:relative;
		padding: 4% 2% 4%;
		letter-spacing: -1em;
		border-bottom: 1px dashed black;
		background-color: white;
	}

	.btn_more_red{
		width: 80%;
		font-size: 0.8em;
		margin: 8% auto 8%;
		border-radius: 40px;
	}

	.btn_more{
		width: 80%;
		font-size: 0.8em;
		margin: 8% auto 8%;
		border-radius: 40px;
	}

	.btn_inquiry{
		width: 80%;
		font-size: 0.8em;
		margin: 2% auto 2%;
		border-radius: 40px;
	}

	.top_pickup_box_style1{
		width: 90%;
		margin: 0% auto 4%;
		padding-bottom: 3%;
		display: block;
		text-align: left;
		vertical-align: top;
		position: relative;
		z-index: 1;
		letter-spacing: normal;
	}

	.top_pickup_textbox{
		width: 88%;
		font-size: 0.6em;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 8% 6% 4%;
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,black 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0,black 100%);
		color: #fff;
	}

	.right_box_contents{
		width: 100%;
		display: block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.right_box_contents_2{
		width: 100%;
		display: block;
		letter-spacing: normal;
		vertical-align: top;
	}

	.btn_arrow {
		width: 100%;
		display: table;
		position: relative;
		padding: 0.6em 1em;
		min-width: 15em;
		border: 2px solid currentColor;
		color: #3388dd;
		font-size: 0.8em;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		box-sizing: border-box;
		transition: 0.5s;
		border-radius: 20px;
	}

	.news_data{
		width: 100%;
		font-size: 0.6em;
		padding-top: 2%;
		font-weight: bold;
		display: table-cell;
	}

	.news_text{
		font-size: 0.7em;
	}

	.contents_title_box_style1 p{
		background-color: #000;
		padding: 3% 0% 3% 0%;
		text-align: center;
		color: white;
		font-size: 1em;
		font-weight: bold;
	}

	.knp_icon{
		display: none;
	}

	.knp_icon_2{
		display: none;
	}

	.award_text_style1 span{
		font-size: 0.6em;
		background-color: #eb6700;
		color: white;

		padding: 1% 4%;
		border-radius: 20px;
	}

	.award_text_title{
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4em;
		padding-bottom: 2%;
	}

	.award_text_writer{
		font-size: 1em;
		line-height: 1.2em;
		font-weight: bold;
	}
	.award_text_title_sub{
		font-size: 0.6em;
		padding: 1% 0 0%;
	}

	.award_address_title{
		padding-bottom: 6%;
	}

	.award_address_title span{
		font-size: 0.6em;
		display: block;
		width: 50%;
		text-align: center;
		background-color: #616161;
		color: white;
		padding: 1% 2%;
		border-radius: 20px;
	}

	.award_address_title a{
		font-size: 0.8em;
	}

	.award_illust_text{
		letter-spacing: normal;
		padding-bottom: 0%;
		text-align: left;
	}

	.award_illust_text span{
		font-size: 0.6em;
		background-color: #fff;
		border:0px solid #616161; 
		color: #000;
		padding:1% 2%;
		border-radius: 20px;
	}

	.award_table_graph{
		width: 100%;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0px 15px;
		font-size: 1em;
		letter-spacing: normal;
		padding-top: 20px;
		vertical-align: middle;
		display: block;
	}

	.award_table_graph_tr{
		width: 100%;
		letter-spacing: -1em;
		display: block;
	}

	.award_table_graph_td{
		width: 36%;
		letter-spacing: normal;
		display: inline-block;
		font-size: 0.8em;
		margin: 0 0 4%;
	}

	.award_contents_title{
		position: relative;
		padding: 1em 2rem;
		margin-bottom: 2%;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		border-radius: 20px;
		background: #0d6fb8;
		letter-spacing: normal;
	}

	.award_contents_title_red{
		position: relative;
		padding: 1em 2rem;
		margin-bottom: 2%;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		border-radius: 20px;
		background: #e60000;
		letter-spacing: normal;
	}

	.award_main_text_style1{
		letter-spacing: normal;
		font-size: 0.8em;
		line-height: 2em;
	}

	.award_main_table_box{
		width: 100%;
		display: block;
	}

	.award_main_table_style1{
		width: 80%;
		margin: auto;
		padding-right: 0%;
		display: block;
		vertical-align: top;
	}

	.award_main_table_style2{
		display: block;
		vertical-align: top;
		padding-top: 6%;
	}

	.award_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #333;
		font-size: 0.8em;
		font-weight: 700;
		text-decoration: none;
		transition: 0.3s;
		background-color: #fff;
		border: 1px solid #333;
		border-radius: 20px;
	}

	.award_btn_table tbody tr td{
		width: 48%;
		padding: 2% 1%;
	}

	.character_box_sub1{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}

	.character_box_sub2{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
	}

	.character_box_sub3{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
		text-align: left;
	}

	.character_box_sub4{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}
	.character_box2_sub1{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}

	.character_box2_sub2{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
	}

	.character_box2_sub3{
		width: 100%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 0 3% 0%;
		box-sizing: border-box;
		text-align: left;
	}

	.character_box2_sub4{
		width: 50%;
		float: none;
		margin: auto;
		letter-spacing: normal;
		vertical-align: top;
		padding:0% 4% 3% 0;
		box-sizing: border-box;
	}

	.lp_character_style1{
		font-size: 20px;
		line-height: 40px;
		font-weight: bold;
	}

	.lp_character_style2{
		font-size: 16px;
		line-height: 30px;
	}

}

/* top-sam-book 
================================================== */


.top-sam{
    margin: 0 auto;
    width: 100%;
  }

.top-sam-book_row{
	list-style:none;
	display: flex;
    flex-wrap: wrap;
    
	margin: 0 auto;
	clear:both;
	width: 100%;
	letter-spacing: -1em;
}

.top-sam-book_row li{
	width: 25%;
	flex-direction:column;
	margin:0 0 20px 0px;
	padding:0 20px;
	text-align: center;
	letter-spacing: normal;
	box-sizing: border-box
}

.top-sam-book_row a{
	 text-decoration:none;
	 color: #000000;
}

.top-sam-book_row img{
	width: 100%;
}


.top-sam-book_row img:hover{
	
	opacity: 0.6;
	animation: bookbtn 0.4s;
	-webkit-animation: bookbtn 0.4s;
	-moz-animation: bookbtn 0.4s;
	/*filter: opacity(60%);
	cursor: pointer;*/
}

@keyframes bookbtn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.6;
	}
}
@-webkit-keyframes bookbtn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.6;
	}
}
@-moz-keyframes bookbtn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.6;
	}
}


.topsam_name{
	text-align: left;
	margin: 15px auto;
	font-size: 14px;
}


.top-sam_title {
  position: relative;
  margin-bottom: 2em;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.8rem 2rem 0.8rem 1.6rem;
  border-radius: 20px;
  background: #0092f5;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}

.top-sam_title:before,
.top-sam_title:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #0092f5;
}

.top-sam_title:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

.top-sam_title:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}


@media screen and (max-width: 699px){
	.top-sam-book_row {
		margin: 10px auto;
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.top-sam-book_row li{
	width: 50%;
	flex-direction:column;
	text-align: center;
	}
	
}
