/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
  	font-style: normal;
	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;}

img{
	vertical-align: top;
}

.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: 8%;
	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
================================================== */


.box {
  box-sizing: border-box;
}
.sp-nav {
  display: none;
}

/* header */

.header {
  	box-sizing: border-box;
  	width: 100%;
  	height: auto;
 	background-color: #E9223E;
}

.header_wrapper{
	width: 76%;
	margin:  0 auto;
	display: flex; 
	justify-content: center;
  	align-items: center;
}

.header_left img{
	width: 85%;
	margin: 0 auto;
}

.header_left{
	width: 10%;
	margin: 0 1% 0 0 ;
}

.header_right{
	width: 89%;
	margin: 0 auto 0px;
	height: 100%;
}

.header_inner {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	max-width: 100%;
  	height: 100%;
  	margin: 0 auto;
  	font-size: 1.2em;
}


.header_txt{
	font-size: 13px;
	letter-spacing:.1em;
	margin-bottom: 0.2rem;
	color: #FFF;
	border-left: 6px solid #f28e7f;
	padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

.header_nav {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
}

.header_nav_item {
  	display: flex;
  	align-items: center;
  	margin-left: 5px;
	height:40px;
}


.header_nav_item:hover{
	 opacity: 0.7;
}


.header-avatar{
	width:100%;
  	margin-left: 0px;
}

.header_nav_item2{
  	display: block;
  	position: relative;
  	height: 40px;
	top: 5px;
}

.header_nav_item3{
  	display: block;
  	position: relative;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	padding:0.5%;
}

.header_logo{
	padding:5px 0;
	width:90%;
}

.form2 {
  	position: relative;
  	margin-left: 10px;
}

.search-form-2 {
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
    overflow: hidden;
}

.search-form-2 input {
    width: 88%;
    height: 30px;
	margin-left: 5px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
}

.search-form-2 input::placeholder{
    color: #777777;
}

.search-form-2 button { 
	position: absolute;
	right: 7px;
	top: 50%;
  	font-size: 25px;
	transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-2 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.search-form-3 input {
    width: 200px;
    height: 30px;
	margin-left: 5px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
}

.search-form-3 input::placeholder{
    color: #777777;
}

.search-form-3 button { 
	position: absolute;
	right: 7px;
	top: 40%;
  	font-size: 25px;
	transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-3 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.search-form-4 {
    


    overflow: hidden;
}

.search-form-4 input {
    width: 80%;
    height: 30px;
	margin-left: 5px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
}

.search-form-4 input::placeholder{
    color: #777777;
}

.search-form-4 button { 
	position: absolute;
	right: 7px;
	top: 40%;
  	font-size: 25px;
	transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-4 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
/* pc_nav */

.box{
	margin: 0 auto;
	
}

.box_nav {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 60%;
	color: #FFF;
	letter-spacing:0.2em;
	font-size: 17px;
	font-weight: 600;
}

.inner_nav {
  	display: flex;
  	justify-content: center;
  	align-content: space-between;
  	max-width: 100%;
  	padding: 0;
  	margin: 0 auto;
  	line-height: 40px;
  	list-style: none;
}
.box_nav ul li{
	border-left: 1px solid #FFF;
}
.box_nav ul li:last-child{
	border-right: 1px solid #FFF;
}

.nav_menu{
  	position: relative;
  	padding: 0em;
	margin:0.2em 0;
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
}

.h_icon_new::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url(../image/icon_news.png);
  	background-repeat: no-repeat;
 	background-size: contain;
}
.h_icon_art::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_art.png");
  	background-repeat: no-repeat;
 	background-size: contain;
}
.h_icon_comic::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_comic.png");
  	background-repeat: no-repeat;
 	background-size: contain;
}
.h_icon_game::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_game.png");
  	background-repeat: no-repeat;
 	background-size: contain;
}
.h_icon_music::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_music.png");
  	background-repeat: no-repeat;
 	background-size: contain;
}
.h_icon_kn::before {
    display: inline-block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_kn.png");
  	background-repeat: no-repeat;
 	background-size: contain;
}

.nav_menu a{
	color: #FFFFFF;
	text-decoration: none;
}

.nav_menu a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #FFF;
	bottom: -1px;      
	visibility: hidden; 
}

.nav_menu a:hover::after {
	visibility: visible; 
}


@media screen and (max-width: 1650px) {
	
	.box_nav {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 60%;
	color: #FFF;
	letter-spacing:0.2em;
	font-size: 10px;
	font-weight: 600;
}
}





/* sp */
@media screen and (max-width: 480px) {
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0.8em;
  }

  .box-nav {
    display: none;
  }
}


@media screen and (max-width: 1080px){
	
	.header_wrapper {
		width: 90%;
	}	
	
	.header_nav_item{
		display: none;
	}
	
.inner_nav{
	display: flex;
	list-style: none;
	line-height: 25px;
}
	
	.header_left img{
		width: 85%;
		flex-shrink: 0; 
	}	
	
	.header_left{
	width: 18%;
	margin: 0 auto;
}

.nav_menu{
	width: 100px;
	text-decoration: none;
	text-align: center;
	display: block;
}	
	.h_icon_new::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url(../image/icon_news.png);
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
.h_icon_art::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_art.png");
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
.h_icon_comic::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_comic.png");
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
.h_icon_game::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_game.png");
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
.h_icon_music::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_music.png");
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
.h_icon_kn::before {
    display: block;
	width: 45px;
  	height: 45px;
  	content: '';
  	background: url("../image/icon_kn.png");
  	background-repeat: no-repeat;
 	background-size: contain;
	margin: 0 auto;
}
	
	.nav_menu a {
		font-size: 12px;
		font-weight: 600;
		margin-top: -10px;
	}
	
}


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

.gallery_arrow_left{
	width: 5%;
	position: absolute;
	top:40%;
	left: 5%;
	z-index: 999;
	cursor: pointer;
}

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

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


.center-item .slick-slide:not(.slick-center) {
   -webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-o-filter: brightness(60%);
	-ms-filter: brightness(60%);
	filter: brightness(40%);
	transition: 0.3s ease-in 0s;
}


.thumbnail_box{
	margin: 2px auto;
	max-width: 100%;
	background-color: #7C726C;
	
}

.thumbnail{
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 10px;
}

.thumbnail-img {
	width: 57%;
	margin: 0 10px;
}

.thumbnail .slick-track {
  	transform: unset !important;
}
.thumbnail-img {
 	opacity: 0.3;
  	transition: opacity .3s linear;
	cursor:pointer;
 
}
.thumbnail .slick-current {
  	opacity: 1;
	outline: 2px solid #E9223E;
	outline-offset: -2px;
}

@media screen and (max-width: 699px) {
  .thumbnail_box {
    display: none;
  }
}





/* newbook
================================================== */

.sec1_wrapper{
	padding-top: 3%;
	padding-bottom: 4%;
    width: 100%;
    margin: 60px auto 0;
    position: relative;
}

.sec1_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EA243E;
    transform: skewY(-3deg);
    z-index: -1;
}


.sec1_newbook{
	width: 80%;
	margin:  0 auto;
}

.sec1_newbook_title {
  width: 80%;
  margin: 0 auto 30px;
  position: relative;
  padding: 10px;	
  color:#e9223e;
  background: #FFFF;
  transform: skewX(165deg);
}
.sec1_newbook_titlebox {
  transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}

.newbook_icon{
	width: 5%;
}

@media screen and (max-width: 699px){
	.sec1_wrapper{
		padding-top: 3%;
		padding-bottom: 4%;
		width: 100%;
		margin: 30px auto 0;
		position: relative;
	}
	
	.newbook_icon{
		width: 14%;
	}

	.sec1_newbook_titlebox {
		transform: skewX(-165deg);
		display: flex;
		align-items: center;
		gap: 2px;
		font-size: 0.9em;
		font-weight: 600;
	}

	.sec1_newbook_title {
		width: 80%;
		margin: 0 auto 30px;
		position: relative;
		padding: 4px 10px;	
		color:#e9223e;
		background: #FFFF;
		transform: skewX(165deg);
	}
}

.newbook_box{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0px;
	padding: 0rem;
}
.newbook_wrapper {
    width: 88%;
	margin: 0 auto;
    display: grid;
	justify-content:space-evenly;
    grid-template-columns: repeat(auto-fit, 22%);
	gap: 10px;
}

.newbook_card{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
	background-color: #FFF;
    display: grid;
	place-content:start;
   /* grid-row: span 4; */
   /* grid-template-rows: 420px 48px 90px auto;*/
	
}

.newbook__img{
    width: 95%;
    max-width: 100%;
	margin: 10px auto 10px;
	padding: 2px;
}

.newbook__img img{
	width:100%;
	height:auto;
}
.newbook__item {
    display: grid;
	/*grid-template-rows: subgrid;*/
	grid-row-gap: 8px;
    /*grid-row: span 4; */
    grid-template-rows: 40px 24px 94px auto;
	width: 90%;
	margin:0px auto 10px;
}



.newbook__title{
	width: 80%;
	height: 33%;
    position: relative;
	top: 0px;
	right: 25px;
    padding: .7em .7em;
    background-color: #E9223E;
    color: #fff;
	font-size: 0.9em;
}

.newbook__title::before {
    position: absolute;
    top: -20%;
    left: 0px;
    border-top: 8px solid transparent;
    border-right: 10px solid #333;
    content: '';
}

.newbook__txt{
	margin-left: 15px;
	letter-spacing:0em;
	font-weight: 600;	
	
}

.newbook__comic{
	width: 30%;
	padding: 0.5em 1em;
	margin-left: 2px;
	font-size: 12px;
	font-weight: 400;
	background: #4FD0FF;
	color: #FFFFFF;
	text-align: center;
}

.newbook__discription{
	margin-top: 30px auto ;
	font-size: 1em;
	font-family:"Noto Sans JP", serif;
	font-style: normal;
	font-weight: 500;
}


.newbook_btn_box{
	display: flex;
	column-gap: 15px;
	width: 100%;
	margin-top: auto;
	align-self: end;
}

.newbook_btn_box div{
	width:50%;
	padding: 12px 12px 11px 12px;
	box-sizing:border-box;
	justify-content: center;
	align-items: center;
	background-color: #6EA3C3;
	position: relative;
}

.newbook_btn_box .newbook_btn1{ 
	display: block;
	width: 100%;
    font-size:0.9em;
    text-align: left;
    text-decoration: none;
    background-color: #6EA3C3;
    color: #FFF;
	letter-spacing:4px;
	position: relative;
	margin:0 0 2px 0;
	box-shadow: 0 2px 0 0 #313C42;
}

.newbook_btn_box .newbook_btn1:hover {
  	background: #6EA3C3;
	opacity: 1;
	color: #FFFFFF;
	margin:2px 0 0 0;
	box-shadow: 0 0px 0 0 #313C42;
}



.newbook_btn_box .newbook_btn2{
	display: block;
	width: 100%;
    font-size:0.9em;
    text-align: left;
    text-decoration: none;
    background-color: #E9223E;
    color: #FFF;
	letter-spacing:0px;
	position: relative;
	margin:0 0 2px 0;
	box-shadow: 0 2px 0 0 #694449;
}

.newbook_btn_box .newbook_btn2:hover {
  	background: #E9223E;
	opacity: 1;
	color: #FFFFFF;
	margin:2px 0 0 0;
	box-shadow: 0 0px 0 0 #694449;
}

.sp_search_box{
  	display: none;
}

.sp_search_box2{
  	display: none;
}

@media screen and (max-width: 699px){
	
	.sp_search_box{
		width:80%;
		margin: 20px auto 0;
		display: block;
		position: relative;
		border:1px solid #000;
	}

	.sp_search_box2{
		width:80%;
		margin: 30px auto 20px;
		display: block;
		position: relative;
		border:1px solid #000;
	}

	#newbook{
		width: 100%;
		margin: 0 auto;
	}

	.sec1_newbook {
		margin: 10px auto;
		text-align: left;
		width: 100%;
		justify-content: space-between;
	}
	
	.sec1_newbook li{
		width: 50%;
		flex-direction:column;
		text-align: center;
	}

		.sec1_newbook_title{
			margin: 15px auto 20px;
			width: 80%;
		}

	.newbook_box{
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}

	.newbook_wrapper {
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 15px;
	}

	.newbook_card {
		grid-row: span 4;
		grid-template-rows: auto;
	}

	.newbook_item{
		grid-template-rows:auto;
		grid-row-gap:1px;
	}

	.newbook__item{
		grid-row-gap:1px;
	}

	.newbook__title {
		width: 90%;
		height: auto;
		margin: auto auto;
		position: relative;
		top: 0px;
		right: 0px;
		padding: .7em .7em;
		background-color: #E9223E;
		color: #fff;
		font-size: 11px;
	}

	.newbook__title::before {
		display: none;
	}

	.newbook__txt{
		margin: 0 auto;
	}

	.newbook__discription{
		margin: 4px auto;
		text-align:left;
		font-size:0.8em;
	}

	.newbook_btn_box{
		width: 100%;
		margin: 0px auto;
		flex-flow: column;
	}

	.newbook_btn_box .newbook_btn1{
		width: auto;
		margin-bottom:8px;
	}

	.newbook_btn_box .newbook_btn1:hover {
		margin-bottom:8px;
	}
	
	.newbook_btn_box .newbook_btn2{
		width: auto;
	}
	
	.newbook_btn_box .newbook_btn2:hover {
		margin:0;
	}
	
	.newbook__img{
		width: 90%;
		max-width: 100%;
		margin: 5% auto 0%;
		padding: 2px;
	}
}


@media screen and (max-width: 1080px){
	
	.newbook_wrapper{
		/*grid-template-columns:repeat(auto-fit, 250px);*/
	}
	
	.newbook__title::before{
		left: 3px;
	}
	
}


/* pickup
================================================== */

.knp_icon{
	margin-right:6px;
}

.pickup_title {
	padding: 10px;
  	width: 95%;
  	margin: 0 auto 30px;
  	position: relative;
  	color:#FFF;
  	background: #E96A22;
  	transform: skewX(165deg);
}
.pickup_titlebox {
  	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}


.pickup_icon{
	width: 2vw;
	margin-right:6px;
}

.pickup_txt{
	letter-spacing:0.1em;
	font-size: 20px;
	
}

.pickup{
	margin: 0 auto 60px;
}

.pickup_box{
	width: 100%;
	max-width: 100%;
	margin: 30px auto 40px;
}

.pickup_box .list {
	margin: 0 auto 30px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	position:relative;
}

.pickup_box .list:hover{
	opacity:0.7;
}

.list_box{
	display: flex;
	justify-content:space-around;
	align-items:center;
	padding: 15px;
	align-items:flex-start
}

.picup_img{
	width: 36%;
	padding-right:3%;
	box-sizing:border-box;
	margin: 0 auto;
  aspect-ratio: 1;
  object-fit: cover;
	
	
}

.picup_img img{
	margin: 0 auto;
	height: auto;
	width: 100%;
	
}
.picup_textbox {
	width: 64%;
	flex: 1;
	padding: 15px;
	position:relative;
	
}

.pickup_tit {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom:1em;
}

.picup_text{
 	line-height: 2em;
}

.picup_text2{
	font-weight: 600;
	margin: 10px 0 10px;
	line-height:1.6em;
}
.picup_release{
	font-size:1em;
	margin-bottom:8px;
}	

.pickup_btn_music {
	letter-spacing: .1rem;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-flex;
	width:100%;
    max-width:100%;
    box-sizing: border-box;
    background: #03a197;
    padding: 15px 50px 15px 30px;
	font-size: 1em;
	text-align: center;
    position: relative;
}

.pickup_btn {
	letter-spacing: .1rem;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-flex;
    max-width:100%;
    box-sizing: border-box;
    background: #E9223E;
    padding: 15px 50px 15px 30px;
	font-size: 15px;
	text-align: center;
    position: relative;
}

.pickup_btn a:hover {
    background: #E9223E;
	opacity: 0.7;
	color: #FFFFFF;
}
/*.pickup_btn a::before {
  	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.pickup_btn a::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #E9223E;
    border-bottom: 2px solid #E9223E;
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    right: 11%;
}*/



.pickup_btn1{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.pickup_btn1 a {
	
	letter-spacing: .2rem;
	margin-top:0;
	text-decoration: none;
	display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background: #E9223E;
    padding: 20px 40px;
	font-size: 15px;
	text-size-adjust:none;
	text-align: center;
    position: relative;
	color: #FFFFFF;
}

.pickup_btn1 a:hover {
    background: #E9223E;
	opacity: 0.7;
	color: #FFFFFF;
}

/*.pickup_btn1 a::before {
  	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.pickup_btn1 a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #E9223E;
    border-bottom: 2px solid #E9223E;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(69% - 15px);
    right: 27px;
}*/


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

	.pickup {
		width:100%;
		margin:0 auto;
	}

	.pickup_box{
		width: 90%;
		margin-bottom: 10px;
		margin-top:10px;
	}

	.pickup_title {
		width:90%;
		padding: 10px 8px;
		margin:0 auto 15px;
	}

	.pickup_icon{
		width: 10%;
	}

	.pickup_txt{
		letter-spacing:0.1em;
		font-size: 0.6em;

	}

	.pickup_box .list {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.pickup_box .list_box{
		display: flex;
		flex-direction:column;
	}

	.picup_img{
		width: 100%;
		padding:0;
		margin: 0 auto 15px;
		text-align: center;
	}

	.picup_textbox {
		width: 100%;
		padding: .1em;
	}

	.pickup_tit {
		margin: 0px auto 10px;
		line-height: 1.6em;
		font-size: 1em;
	}

	.pickup_btn a {
		width: 80%;
		margin:auto auto;
	}

	.pickup_btn1{
		margin: 0 auto 30px;
		}

	.pickup_btn1 a {
		width: 90%;
		margin:auto auto;
	}

	.picup_release{
		font-size:0.8em;
		margin-bottom:8px;
	}

	.picup_text{
		font-size:0.8em;
		line-height: 1.6em;
	}

	.pickup_btn {
		letter-spacing: .1rem;
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		max-width:100%;
		box-sizing: border-box;
		background: #E9223E;
		padding: 15px 50px 15px 30px;
		font-size: 15px;
		text-align: center;
		position: relative;
	}

	.pickup_btn_music {
		letter-spacing: .1rem;
		color: #FFFFFF;
		text-decoration: none;
		display: inline-flex;
		width:100%;
		max-width:100%;
		box-sizing: border-box;
		background: #03a197;
		padding: 10px 10px 10px;
		font-size: 0.7em;
		text-align: center;
		position: relative;
	}

}

@media screen and (max-width: 1080px){
	
	/*.list_box{
	/*.list_box{
	 flex: 0 0 33.33%;*/
	
	.pickup_btn a {
    width: 100%;
}
	
	.pickup_btn1 a {
    width: 90%;
}
}

	

/* comic
================================================== */

.top_comic_contents_wrapper{
	padding-top: 0%;
	padding-bottom: 0%;
	position:relative;
}


.comic_title {
  	width: 95%;
  	padding: 10px;
  	margin: 0 auto 30px;
  	position: relative;
  	color:#e9223e;
  	background: #FFFF;
  	transform: skewX(165deg);
  	border: #e9223e 1px solid;
}
.comic_titlebox {
  	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}

.comic_icon{
	width: 2vw;
	margin-right:6px;
}

.comic_txt{
	letter-spacing:0.1em;
	font-size: 20px;
	
}


.comic_wrapper{
	width: 100%;
	max-width: 100%;
	margin: 20px auto 40px;
	position:relative;
}

.comic_wrapper:hover{
	opacity:0.8;
}

.comic_top_box{
	position:relative;
	margin: 30px auto;
}


.comic_list {
	display:flex;
	place-items: center;
	padding: 1rem;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.comic_img{
	width: 40%;
}

.comic_img img{
	margin: 0 auto;
	max-width: 100%;
	display:block;
}
.comic_textbox {
	display:grid;
	place-items: center;
	/*grid-template-rows: 150px 70px 235px auto;*/
	grid-template-rows: auto;
	width: 50%;
	margin: 0 auto;
    /*grid-row: span 4;*/ 
	}

.comic_logo {
	text-align: center;
	margin-bottom:20px;
}

.comic_logo img{
	width: 90%;
	margin: 0 auto;
}


.comic_tit{
	font-weight: 600;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 1em;
  	text-align: center;
	margin-bottom:20px;
}


.comic_tit::before,
.comic_tit::after {
  	content: '';
  	width: 70px;
  	height: 3px;
  	background-color: #e3bf00;
}


.comic_tit::before {
  	margin-right: 15px;
}
.comic_tit::after {
  	margin-left: 15px;
}

.comic_text{
 	/*margin-top: 18px;*/
 	line-height: 2em;
	text-align:center;
	margin-bottom:20px;
}

.comic_text2{
 	/*margin-top: 18px;*/
 	line-height: 2em;
	text-align:left;
	margin-bottom:20px;
}

.comic_btn{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

/*.comic_btn a::before {
  	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.comic_btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #E9223E;
    border-bottom: 2px solid #E9223E;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(69% - 15px);
    right: 28px;
}*/


.comic_btn .web_bt {
	letter-spacing: .2rem;
	margin-top:0 auto;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background: #E9223E;
	padding: 20px 40px;
	font-size: 1em;
	text-align: center;
	position: relative;
	color: #FFFFFF;
}


@media screen and (max-width: 1080px) {
	  .comic_wrapper {
		width:100%;
		margin:20px auto 40px;
	  }	

	.comic_icon{
		width: 10%;
	}

	.comic_list {
		display: block;
	}

	.comic_textbox {
		display:grid;
		grid-template-rows: auto;
		width: 100%;
	}

	.comic_img{
		width: 100%;
		margin: 0 auto;
	}

	.comic_logo {
		width: 100%;
		margin: 20px auto 20px;
		display: block;
	}

	.comic_logo img{
		width: 90%;
	}

	.comic_text{
		margin-bottom: 15px;	
		margin-top: 10px;
		font-size:0.8em;
		line-height: 1.6em;
	}

	.comic_text2{
		margin-bottom: 15px;	
		margin-top: 10px;
		font-size:0.8em;
		line-height: 1.6em;
	}

	.comic_tit {
	}

	.comic_tit::before,
	.comic_tit::after {
		content: '';
		width: 20px;
		height: 3px;
		background-color: #e3bf00;
	}

	.comic_btn a {
		width: 80%;
	}

	.comic_title {
		width: 90%;
		padding: 10px;
		margin: 0 auto 15px;
		position: relative;
		color:#e9223e;
		background: #FFFF;
		transform: skewX(165deg);
		border: #e9223e 1px solid;
	}

	.comic_top_box{
		margin: 15px auto;
		width:90%;
	}
	.comic_txt{
		letter-spacing:0.1em;
		font-size: 0.6em;
	}
	.comic_btn .web_bt {
		letter-spacing: .2rem;
		margin-top:0 auto;
		text-decoration: none;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		background: #E9223E;
		padding: 10px 40px;
		font-size: 0.8em;
		text-align: center;
		position: relative;
		color: #FFFFFF;
	}
}


/* game
================================================== */

.game{	
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
}

.game_title {
    width: 95%;
  	padding: 10px;
  	margin: 0 auto 30px;
  	position: relative;
  	color:#FFF;
  	background: #0092f5;
  	transform: skewX(165deg);
}


.game_titlebox{
	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}



.game_icon{
	width: 2vw;
	margin-right:6px;
}

.game_txt{
	letter-spacing:0.1em;
	font-size: 20px;
}

.game_box{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0px;
}

.game_wrapper {
    width: 100%;
    display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(2,1fr);
    gap: 10px;
    grid-column-gap: 30px;
}

.game_card{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
	background-color: #FFF;
    display: grid;
    grid-row: span 2; 
	position: relative;	
}

.game_card:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	
}


.game__img{
    width: 100%;
    max-width: 100%;
	margin: 0px auto 10px;
}

.game__item {
    display: grid;
	grid-template-rows: 50px 60px 80px auto;
    grid-row: span 3; 
	width: 90%;
	margin:30px auto 0px;
}


.game__discription{
	font-weight: bold;
	margin: 0px 0 0px 0;
	font-size: 1em;
}

.game__item_txt{
	font-size:0.8em;
}

.game_btn_box{
	width: 100%;
}
 .game_btn{ 
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

 .game_btn a{
	letter-spacing: .1rem;
	margin-top:0 auto;
	text-decoration: none;
	display: inline-block;
    width: 65%;
    box-sizing: border-box;
    background: #0092f5;
    padding: 20px 40px;
	font-size: 14px;
	text-align: center;
    position: relative;
	color: #FFFFFF;
}

 .game_btn_bg{
	letter-spacing: .1rem;
	margin-top:0 auto;
	text-decoration: none;
	display: inline-block;
    width: 65%;
    box-sizing: border-box;
    background: #0092f5;
    padding: 20px 40px;
	font-size: 14px;
	text-align: center;
    position: relative;
	color: #FFFFFF;
}


.game_btn a:hover {
    background: #0092f5;
	opacity: 0.7;
	color: #FFFFFF;
}

/*.game_btn a::before {
  content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.game_btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #0092f5;
    border-bottom: 2px solid #0092f5;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(70% - 15px);
    right: 28px;
}*/

@media screen and (max-width: 1080px) {
	.game_wrapper {
		width: 100%; 
		display: block;
		margin-bottom: 30px;
	}	

	.game_icon{
		width: 10%;
	}	

	.game_card{
		box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 3px 3px;
		width: 90%;
		margin:auto;
		background-color: #FFF;
		display: block;
		grid-template-rows: 100px 0px 0px auto;
		margin-bottom: 30px;

	}

	.game__item {
		display: block;
		grid-template-rows: 40px 50px 0px auto;
		grid-row: span 3; 
		width: 90%;
		margin:0px auto 0px;
		padding: 0 0 15px 0;
	}

	.game__discription{
		font-weight: 400;
		line-height: 20px;
		margin: 0 auto 20px;
		font-size: 14px;
	}

	.game__item_txt{
			font-size: 12px;
			margin: 12px auto;
	}

	.game_btn_box{
			display: block;
	}

	.game_title {
		width: 90%;
		padding: 10px;
		margin: 0 auto 15px;
		position: relative;
		color:#FFF;
		background: #0092f5;
		transform: skewX(165deg);
	}
	 .game_btn_bg{
		letter-spacing: .1rem;
		margin-top:0 auto;
		text-decoration: none;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		background: #0092f5;
		padding: 10px 40px;
		font-size: 0.7em;
		text-align: center;
		position: relative;
		color: #FFFFFF;
	}
}


/* music
================================================== */

.music{
	width: 100%;
	max-width: 100%;
	margin: 20px auto;
}

.music_title {
 	width: 95%;
  	padding: 10px;
  	margin: 0 auto 30px;
  	position: relative;
  	color:#FFF;
  	background: #03a197;
  	transform: skewX(165deg);
}


.music_titlebox{
  	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
	
}




.music_icon{
	width: 2vw;
}

.music_txt{
	letter-spacing:0.1em;
	font-size: 20px;
	
}
.music_box{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0px;
}

.music_wrapper {
	display: grid;
	column-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr; 
}

.music_card{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	background-color: #FFF;
	position:relative;
}

.music_card:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	cursor:pointer;
}


.music__img{
    width: 100%;
    max-width: 100%;
	margin: 0px auto 10px;
}

.music__item {
	width: 90%;
	margin: 0 auto 10px;

	position:relative;
}






.music_btn_box{
	margin-top: auto;
	width: 100%;
	

	
}
 .music_btn{ 
	margin: 0 auto;
	width: 100%;
	text-align: center;	
}


.music_btn a {
	letter-spacing: .2rem;
	margin-top:0 auto;
	text-decoration: none;
	display: inline-block;
    width: 75%;
    box-sizing: border-box;
    background: #03a197;
    padding: 15px 20px;
    font-size: 14px;
	text-align: center;
    position: relative;
	color: #FFFFFF;
}
.music_btn a:hover {
    background: #03a197;
	opacity: 0.7;
	color: #FFFFFF;
}

/*.music_btn a::before {
  content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.music_btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #03a197;
    border-bottom: 2px solid #03a197;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(75% - 15px);
    right: 28px;
}*/

.music__discription{
	font-weight: bold;
	font-size: 1em;
	margin: 20px 0 30px;
	height:50px;
}

@media screen and (max-width: 699px){
	.music_card{
		box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 3px 3px;
		background-color: #FFF;
		position:relative;
	}

	.music_card:hover {
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
		cursor:pointer;
	}

	.music_title {
		width: 90%;
		padding: 10px;
		margin: 0 auto 15px;
		position: relative;
		color:#FFF;
		background: #03a197;
		transform: skewX(165deg);
	}
}

@media screen and (max-width: 1080px){
.music_wrapper {
	display: grid;
	column-gap: 10px;
	row-gap:10px;
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr 1fr; 
}
	
.music__item {
	grid-template-rows: 50px 0px 0px auto;
}

.music_icon{
	width: 10%;
}
	
	
.music_btn_box{
	display: none;
}

}



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

.top_wrapper_box{
	width: 70%;
	margin: 60px auto;
	letter-spacing: -1em;
	padding: 1% 0 2%;
}

.award_top_wrapper_box{
	width: 70%;
	margin: 50px auto 10px;
	letter-spacing: -1em;
	padding: 0% 0 4%;
}

.sec1_wrapper_award{
	padding-top: 3%;
	padding-bottom: 4%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.sec1_wrapper_award::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EA243E;
    transform: skewY(-3deg);
    z-index: -1;
}





.odio_title {
	padding: 15px;
  	/*width: 95%;*/
  	margin: 0 auto 30px;
  	position: relative;
  	color:#ea243e;
  	background: #FFF;
	border: #ea243e 1px solid;
  	transform: skewX(165deg);
}
.odio_titlebox {
  	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}

.odio_title2 {
	padding: 15px;
  	/*width: 95%;*/
  	margin: 0 auto 5px;
  	position: relative;
  	color:#ea243e;
  	background: #FFF;
	border: #ea243e 1px solid;
  	transform: skewX(165deg);
}
	
	
.music_btn_box{
	display: none;
}

.music__discription{
	font-size: 13px;
	line-height: 18px;
}
	
	



.odio_icon{
	width: 2vw;
}

.odio_txt{
	letter-spacing:0.1em;
	font-size: 20px;
}

.odio_box{
	width: 100%;
	margin: 30px auto 0;
}

.odio_text_box{
	letter-spacing: 1px;
	font-size: 18px;
    line-height: 2em;
	/*box-shadow: 3px 3px 10px rgba(0,0,0,0.1);*/
	padding: 1em;
	margin: 30px auto;
}





.other_title {
	padding: 15px;
  	/*width: 95%;*/
  	margin: 0 auto 30px;
  	position: relative;
  	color:#ea243e;
  	background: #FFF;
	border: #ea243e 1px solid;
  	transform: skewX(165deg);
}
.other_titlebox {
  	transform: skewX(-165deg);
	display: flex;
	align-items: center;
	gap: 2px;
	font-size: 25px;
	font-weight: 600;
}


.other_icon{
	width: 2vw;
}

.other_txt{
	letter-spacing:0.1em;
	font-size: 20px;
}



.top_contents_wrapper{
	width: 75%;
	margin: auto;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
	padding-right: 3%;
}

.award_contents_wrapper{
	width: 75%;
	margin: auto;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	box-sizing:border-box;
}


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

.right_box_contents_2{
	width: 25%;
	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{
	transition: all 1s;
	border: 1px solid #e6e6e6;	
}

.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: 12% 4% 3%;
	background: -moz-linear-gradient(top,rgba(51,51,51,0) 0,rgba(51,51,51,0.8) 50%);
	background: -webkit-linear-gradient(top,rgba(51,51,51,0) 0,rgba(51,51,51,0.8) 50%);
	background: linear-gradient(to bottom,rgba(51,51,51,0) 0,rgba(51,51,51,0.8) 50%);
	color: #fff;
}

.top_pickup_font_style2{
	font-size: 0.6em;
}



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


.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%;
}

@media screen and (max-width: 699px){
	.odio_box{
		width: 90%;
		margin: 30px auto 0;
	}
	.other_txt{
		letter-spacing:0.1em;
		font-size: 0.6em;
	}
	
	.sec1_wrapper_award{
		padding-top: 3%;
		padding-bottom: 4%;
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 20px;
	}
	.odio_txt{
		letter-spacing:0.1em;
		font-size: 0.6em;
	}
	.odio_text_box{
		letter-spacing: 1px;
		font-size: 0.8em;
		line-height: 2em;
		padding:0em;
		margin: 10px auto;
	}
	.other_title {
		padding: 15px;
		margin: 0 auto 15px;
		position: relative;
		color:#ea243e;
		background: #FFF;
		border: #ea243e 1px solid;
		transform: skewX(165deg);
	}
}

/* light_news
================================================== */

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


.news_title img{
	width: 2.5vw;
	padding: 1% 0% 1% 0;
	vertical-align: middle;
}

.news_title{
	width: 90%;
	/*font-size: 1.5rem;*/
	text-size-adjust:none;
	letter-spacing:0.1em;
	font-weight: bold;
	color: #1E1E1E;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.news_title:before { 
 	margin: 0 auto;
 	position: absolute;
  	top: 65%;
  	left: 0%;
  	content: '';
  	width: 100%;
  	height: 40%;
    background: linear-gradient(transparent 60%, #E9223E 60%);
  	z-index: -1;
  	transform: skew(325deg, 0deg);
}

.news_box_wrapper_2{
	width: 90%;
    margin: 0 auto;
}

.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_text{
	font-size: 0.7vw;
}

.news_btn a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto 0;
    max-width: 80px;
    padding: 6px 8px;
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    background: #E9223E;
    text-decoration: none;
	
}
.news_btn a:hover {
    background: #E9223E;
	opacity: 0.7;
	color: #FFFFFF;

}

@media screen and (max-width: 699px){
	.news_title{
		width: 90%;
		font-size: 1rem;
		text-size-adjust:none;
		letter-spacing:0.1em;
		font-weight: bold;
		color: #1E1E1E;
		text-align: center;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		padding:0 0 10px 0;
	}

	.news_box_wrapper{
		border: 1px solid #e6e6e6;
		padding: 10px 0 14px;
		background-color: white;
		margin-bottom: 10%;
	}
}

/* light_twitter_box
================================================== */

.twitter_box_wrapper{
	margin-bottom: 10%;
}

.twitter_box{
	background-color: white;
	border: 1px solid #e6e6e6;
	padding: 4%;
	height: 445px;
}


.twitter_title img{
	width: 2.0vw;
	padding: 1% 0% 1% 0;
	vertical-align: middle;
}

.twitter_title{
	width: 90%;
	font-size: 13px;
	text-size-adjust:none;
	letter-spacing:0.1em;
	font-weight: bold;
	color: #1E1E1E;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.twitter_title:before { 
 	margin: 0 auto;
  	position: absolute;
  	top: 65%;
  	left: 0%;
  	content: '';
  	width: 100%;
  	height: 40%;
    background: linear-gradient(transparent 60%, #E9223E 60%);
  	z-index: -1;
  	transform: skew(325deg, 0deg);
}

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

	.twitter_icon{
		display:none;
	}
	
	.twitter_title{
		width: 90%;
		font-size: 1em;
		text-size-adjust:none;
		letter-spacing:0.1em;
		font-weight: bold;
		color: #1E1E1E;
		text-align: center;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		padding: 0 0 10px 0;
	}

}
/*page-top
================================================== */

#page-top {
  	position: fixed;
  	bottom: 60px;
  	right: 20px;
  	font-size: 14px;
  	line-height: 1;
  	z-index: 99;
}

#page-top a {
  	background: #e9223e;
  	text-decoration: none;
  	color: #fff;
  	width: 45px;
  	padding: 20px 5px;
  	text-align: center;
  	display: block;
  	transition: all .3s ease;
}

#page-top a:hover {
  	text-decoration: none;
  	opacity: .7;
}

@media screen and (max-width: 699px){
	#page-top a{
	display: none;
}	
	
}




/*footer
================================================== */


.footer_box_wrapper{
	width: 100%;
	border-top: #e9223e 20px solid;
	background-color: #170306;
	padding: 2% 0;
}

.footer_box{
	margin-bottom: 30px;
}

.footer_box a {
 	color: #FFF;
 	text-decoration: none;
}
.footer_box a:hover {
 	text-decoration: underline;
}
.footer_box .menu {
	 margin: 0;
 	padding: 0;
 	list-style: none;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
}

.footer_box .menu li {
	margin: 0;
 	padding: 0 20px;
}

.footer_box .copyright {
	margin: 0;
	padding: 20px 0 0 0;
}



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


/*sns_btn
================================================== */


#sns_btn{
	font-size:1rem;
	overflow:hidden;
}

.btn_box{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 90%;
	max-width: 100%;
	margin: 0 auto 30px;
	gap:5px;
	color: #FFFFFF;
}

.btn_box li{
	list-style:none;
	position: relative;
	padding: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6%;
	gap:0px;
}

.btn_sns{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-size:.7em;
	
}

.btn_facebook{
  	background-color: #0866ff;
}

.btn_facebook::before {
    display: inline-block;
	width: 30px;
  	height: 30px;
  	content: '';
  	background: url(../image/footer_facebook.png);
  	background-repeat: no-repeat;
 	background-size: contain;
}


.btn_x{
  	background-color: #000000;
}

.btn_x::before {
   	display: inline-block;
	width: 30px;
  	height: 30px;
  	content: '';
  	background: url(../image/footer_x.png);
  	background-repeat: no-repeat;
 	background-size: contain;
}

.btn_line{
  	background-color: #00a65a;
}

.btn_line::before {
   	display: inline-block;
	width: 30px;
  	height: 30px;
  	content: '';
  	background: url(../image/footer_line.png);
  	background-repeat: no-repeat;
 	background-size: contain;
}



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

.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;
	
}

.award_main_btn{
	width: 100%;
	margin: 0 auto;
}

.btn_inquiry_100{
	width: 49%;
	margin: 1% auto;
	color: #e9223e;
	display:inline-block;
	box-sizing:border-box;
}

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

.btn_inquiry_100 a:hover {
    background: #e9223e;
	color: #FFFFFF;
	opacity:0.7;
}






.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: 100%;
	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;
}

@media screen and (max-width: 699px){
	.btn_inquiry_100{
		width: 100%;
		margin: 6px auto;
		color: #e9223e;
		display:inline-block;
		box-sizing:border-box;
	}

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



/* Contents_setting
================================================== */
.bread_crumb{
	letter-spacing:normal;
	font-size:0.8em;
	padding-bottom:1%;
}

.contents_title_box_style1{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	
	
}

.contents_title_box_style1 p{
	padding: 10px 0;
	color: white;
	font-size: 1.2vw;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 78%;
	margin:  0 auto;
}

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

.award_product_box{
	width: 100%;
	padding-bottom: 2%;
	margin-bottom: 12%;
	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{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding: 0 0 6px 0;
	margin: 20px 0 10px 0;
	letter-spacing:0;
	text-align: center;
}

.award_text_style3{
	color: #ea243e;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ea243e;
	padding: 0 0 6px 0;
	margin: 20px 0 10px 0;
	letter-spacing:0;
	text-align: center;
}

.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;
	box-sizing:border-box;
	padding:1% 2%;
	margin-bottom: 2%;
	background-color: white;
	width: 100%;
}


@media screen and (max-width: 699px){
	.other_box{
		width:90%;
		margin:auto;
	}
	
	.sec1_newbook_txt{
		font-size:1em;
	}
	
	.odio_title{
		margin: 50px auto 0px;
	}
	
	.award_top_wrapper_box{
		width: 95%;
		margin: 10px auto 10px;
	}	
	.award_main_contents_box{
		padding: 0;
	}

	.bread_crumb{
		letter-spacing:normal;
		font-size:0.8em;
		line-height:1.6em;
		padding-bottom:10px;
	}

}

.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_box{
	letter-spacing: normal;
	font-size: 1.1em;
	line-height: 2.2em;
}

.award_main_text_box_tit{
	font-weight: bold;
	margin: 20px auto;
	font-size:1.2em;
}

.award_main_text_box_author{
	margin: 20px auto;
	display: flex;
	column-gap:20px;
	font-size: 17px;
}

.award_main_text_box_catch{
	font-size: 18px;
	
}

.award_main_text_box_txt{
	font-size: 15px;
	margin: 10px auto 10px;
}


.award_main_text_box_table{
  border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
}
.award_main_text_box_table th, .award_main_text_box_table td {
  border-bottom: 2px solid #c1c7c6;
  padding: .3em;
}
.award_main_text_box_table th {
  border-bottom: 2px solid #e9223e;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 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;
	
}

@media screen and (max-width: 699px){
	.award_main_text_box_tit{
		font-weight: bold;
		margin: 10px auto 0;
		font-size:1em;
		line-height:1.6em;
	}
	.award_main_text_box_author{
		margin: 0px auto 10px;
		display: flex;
		column-gap:20px;
		font-size: 0.8em;
	}
	.award_main_text_box_txt{
		font-size: 0.8em;
		line-height:1.8em;
		margin: 10px auto 10px;
	}
	.award_text_style2{
		color: #FFFFFF;
		font-size: 1em;
		font-weight: bold;
		border-bottom: 1px solid #FFF;
		padding: 0 0 6px 0;
		margin: 10px 0 10px 0;
		letter-spacing:0;
		text-align: center;
	}
	.award_text_style3{
		color: #ea243e;
		font-size: 1.2em;
		font-weight: bold;
		border-bottom: 1px solid #ea243e;
		padding: 0 0 6px 0;
		margin: 10px 0 10px 0;
		letter-spacing:0;
		text-align: center;
	}
}

/* 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: 40%;
	padding-right: 3%;
	display: table-cell;
	vertical-align: top;
	row-gap:15px;
}

.award_main_table_style1_img{
	margin-bottom: 2%;
}

.image-container {
    position: relative;
}

.modal_container {
  padding-bottom:10px;
  margin: 0 auto;
}
.modal_content {
  margin: 0 auto;
  width: 100%;
}


.modal {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 5% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:hsla(0,0%,18%,0.78);
  text-shadow:0 1px 0 #333;
  color: #fff;
  text-align: center;
  z-index: 999999;
}
.modal h2 {
  border-bottom:1px solid;
  padding-bottom:20px;
  font-size: 20px;
}

.modal_area_img{
	width: 50%;
	margin: 5% auto 0;
}



.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor:pointer;
}
.modal .close:before,
.modal .close:after{
  position:absolute;
  top:4px;
  border:1px solid #fff;
  height:30px;
  content:"";
}
.modal .close:before {
  left:19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:after {
  right:19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close span {
  display:none;
}

.bg-blur {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.youtube_box{
	display:block;
	padding-top:10px;
}

.youtube_box_pc{
	display:block;
	padding-top:10px;
}

.youtube_box_sp{
	display:block;
	width:50%;
	margin: auto;
	padding-top:10px;
}

.youtube_box_sp iframe{
	aspect-ratio: 9 / 16;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 699px){
	.modal_container {
	  padding-bottom:10px;
	  margin: 0 auto;
	}

	.youtube_box_pc{
		display:none;
		padding-top:10px;
	}

	.youtube_box_sp{
		display:block;
		padding-top:10px;
		width: 90%;
		max-width: 400px;
		margin: auto;
	}
	
	.modal_area_img{
	width: 90%;
	margin: 5% auto 0;
}
	
	.modal h2 {
  border-bottom:1px solid;
  padding-bottom:20px;
  font-size: 25px;
}
	.modal{
		padding: 100px 5% 5%;
	}
	
}


.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;
	padding: 15px;
}

.award_btn a:hover { 
}

.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 {
	opacity: 0.7;
}

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


.award_btn1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	background-color: #ea243e;
	padding: 15px;
}

.award_btn_link1 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: #FFF;
}

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

.award_btn_link1 a:hover{
	opacity: 0.7;
	
}

.award_btn_table{
	width:90%;
	margin:auto;
	letter-spacing:-1em;
}

.award_btn_table tbody tr td{
	width: 45%;
	padding: 1% 1%;
	letter-spacing:0;
}

.award_btn_table2{
	width:100%;
	margin:auto;
	letter-spacing:-1em;
}

.award_btn_table2 tbody tr td{
	width: 45%;
	padding: 1% 1%;
	letter-spacing:0;
}

.award_btn_link{
	width: 50%;
	padding: 1% 1%;
	letter-spacing:0;
	display:inline-block;
	box-sizing:border-box;
}



.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){
	
	.award_btn1 a {
		display: flex;
		justify-content: start;
		align-items: center;
		position: relative;
		color: #FFF;
		font-size: 0.6em;
		line-height:1.2em;
		font-weight: 700;
		text-decoration: none;
		transition: 0.3s;
		background-color: #ea243e;
		padding: 15px;
	}
	
	.award_btn_link{
		width: 50%;
		padding: 2%;
		letter-spacing:0;
		display:inline-block;
		box-sizing:border-box;
		font-size:0.8em;
		text-align:left;
	}
	
	.music__discription{
		font-size: 0.7em;
		line-height: 18px;
	}

	.header_wrapper{
		background: #E9223E;
		width: 100%;
		margin: 0% auto;
		height: auto;
		display: block;
	}

	.header_logo{
		width: 16%;
		display: block;
		vertical-align: middle;
		margin: auto;
	}

	.top_slick_wrapper{
		padding: 1% 0 0%;
	}

	.top_main_image_textbox{
		width: 84%;
		height: auto;
		font-size: 0.6em;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 12% 8% 8%;
	}

	.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: 8%;
	}

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


	.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: 90%;
		margin:auto;
		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: 10px 0% 10px 0%;
		text-align: center;
		color: white;
		font-size: 1em;
		font-weight: bold;
		justify-content: center;	
	}

	.knp_icon{
		display: none;
	}

	.news_icon{
		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_table_box{
		width: 90%;
		margin:auto;
		display: block;
	}

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

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

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

	.award_btn_table tbody tr td{
		width: 48%;
		padding: 2% 1%;
		vertical-align:top;
	}

	.award_btn_table{
		width:90%;
		margin:auto;
		letter-spacing:-1em;
	}

	.award_btn_table2{
		width:100%;
		margin:auto;
		letter-spacing:-1em;
	}

	.award_btn_table2 tbody tr td{
		width: 48%;
		padding: 1% 1%;
		vertical-align:top;
	}

	.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_tp{
	text-align: center;
	width: 30%;
	padding: 0.5em 1em;
	margin: 10px 0;
	font-size: 12px;
	font-weight: 400;
	background: #1A71EB;
	color: #FFFFFF;
	letter-spacing:normal;
}

.topsam_cm{
	text-align: center;
	width: 30%;
	padding: 0.5em 1em;
	margin: 10px 0;
	font-size: 12px;
	font-weight: 400;
	background: #E4222F;
	color: #FFFFFF;
}

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


.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;
}

.new_book_bt{
	width: 30%;
	padding: 0.5em 1em;
	margin-left: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.novel{background: #E96A22;}

.comic{background: #E4222F;}

.pc_game{background: #1A71EB;}

.music_cd{background: #03a197;}


@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;
		padding:0 10px;
		margin:0 0 5px 0px;
	}
	.new_book_bt{
		width: 30%;
		padding: 0.6em 1em;
		margin-left: 2px;
		font-size: 0.6em;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
	}

}
/*product*/

.product_top_wrapper_box{
	width: 70%;
	margin: 50px auto 10px;
	letter-spacing: -1em;
	padding: 1% 0 4%;
}

.product_contents_wrapper{
	width: 75%;
	margin: auto;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
	padding-right:3%;
}

.product_box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	letter-spacing: -1em;
}

.product_main_contents_box{
	letter-spacing: normal;
	padding:1% 2%;
	margin-bottom: 2%;
	background-color: white;
	width: 100%;
}
.product_main_table_box{
	width:47%;
	max-width: 100%;
	box-sizing:border-box;
}

.product_main_table_box a{
	text-decoration: none;
	color: #131313;
}

.product_main_table_box:hover{
	background: #FFFF;
	opacity: 0.7;
}


.product_main_table_box_{
	width:100%;
	height:100%;
	display: flex;
	max-width: 100%;
	align-items: center;
	box-sizing:border-box;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.product_main_table_style1{
	
	width: 40%;
	max-width: 40%;
	height: auto;
	flex-shrink: 0;
	padding: .5em;
}

.product_main_table_style1_img{
	width: 100%;
}

.product_main_table_style2{
	width: 60%;
	height: 100%;
	padding: 1em;
}

.product_main_text_box{
	letter-spacing: normal;
	line-height: 2em;
	margin: 0 auto;
	flex-grow: 1;
	font-size: .8em;
}

.product_main_text_box_txt{
	margin: 10px auto 10px;
}

.product_main_text_box_tit{
	font-weight: bold;
	margin: 10px auto 10px;
}

.product_main_text_box_author{
	
}

.product_novel{
	letter-spacing: 3px;
	text-align: center;
	width: 25%;
	padding: 0.3em;
	margin: 10px 0 ;
	font-size: 12px;
	font-weight: 400;
	background: #e9223e;
	color: #FFFFFF;
}

.product_comic{
	letter-spacing: 3px;
	text-align: center;
	width: 25%;
	padding: 0.3em;
	margin: 10px 0 ;
	font-size: 12px;
	font-weight: 400;
	background: #4fd0ff;
	color: #FFFFFF;
}


.product_cd{
	letter-spacing: 3px;
	text-align: center;
	width: 25%;
	padding: 0.3em;
	margin: 10px 0 ;
	font-size: 12px;
	font-weight: 400;
	background: #03a197;
	color: #FFFFFF;
}





@media screen and (max-width: 699px){	
	.product_top_wrapper_box{
		width: 95%;
		margin: 10px auto 10px;
	}	
	.product_contents_wrapper{
	width: 100%;
	margin: auto;
	letter-spacing: normal;
	display: block;
	vertical-align: top;
	padding-right: 0%;
	}	
	.product_main_contents_box{
		padding: 0;
	}
	.product_main_table_box{
	width: 100%;
	display: block;
}
	
	}


/* pagination_setting
================================================== */
.screen-reader-text{
	display:none;
}

.pager{
	margin:4% auto;
}

.nav-links {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-links a,
.nav-links span {
	margin: 0 6.5px;
	width: 36px;
	height: 36px;
	border: 1px solid #d0d0d0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.nav-links a {
	cursor: pointer;
	text-decoration:none;
}

.nav-links a:hover {
	opacity: 0.8;
}

.nav-links span {
	color: #fff;
	font-weight: bold;

	background: #E9223E;
	border: solid 1px #E9223E;
	font-size:1em;
}

/* search_setting
================================================== */

.search_box_wrapper{
	width:100%;
	letter-spacing:-1em;
	position:relative;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
	margin:3% 0;
	box-sizing:border-box;
	padding:2%;
}
.search_box_img{
	width:20%;
	letter-spacing:normal;
	box-sizing:border-box;
	padding:0 3% 0 0;
	display:inline-block;
	vertical-align:top;
}
.search_box_text{
	width:70%;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}

/* 音楽関連
================================================== */
.top_music_contents_wrapper{
	margin-top:50px;
}

@media screen and (max-width: 699px){
	.top_music_contents_wrapper{
		margin-top:30px;
	}
}



/* 新着情報ページ
================================================== */
.news_page_data{
	font-size:0.7em;
	padding-bottom:8px;
}

.news_page_title{
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #000;
}

.news_page_box{
	font-size:1em;
	line-height:1.6em;
}

.news_main_table_style1{
	width: 100%;
	height: 100%;
	padding: 1em;
}


@media screen and (max-width: 699px){
	.news_page_title{
		font-size:1.1em;
		line-height:1.4em;
		font-weight:bold;
		padding-bottom:10px;
		margin-bottom:20px;
		border-bottom:1px solid #000;
	}
	.news_page_box{
		font-size:0.8em;
		line-height:1.8em;
	}
}

/* 作品情報ページ
================================================== */

.product_page_box{
	font-size:1em;
	line-height:1.6em;
}

.product_page_box img{
	width:100%;
	height:auto;
}

.product_title{
	padding:15px 0 10px;
}

.product_page_box .wp-block-preformatted{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	line-height:2em;
	padding-bottom:20px;
	white-space:normal;
}

.product_page_box .wp-block-image{
	margin-bottom:15px;
}

.product_page_box .wp-block-media-text{
	width:100%;
	letter-spacing:-1em;
	padding:10px 0 20px;
}

.product_page_box .wp-block-media-text__media{
	display:inline-block;
	width:30%;
	box-sizing:border-box;
	padding-right:3%;
	vertical-align:top;
	letter-spacing:normal;
}

.product_page_box .wp-block-media-text__media img{
	border:1px solid #000;
}

.product_page_box .wp-block-media-text__content{
	display:inline-block;
	width:70%;
	vertical-align:top;
	letter-spacing:normal;
}

.product_page_box .wp-block-media-text__content p{
	padding-bottom:10px;
}

/* 漫画家募集ページ
================================================== */
.comic_box{
	width: 100%;
	margin: 0 auto;
}

.comic_news_img img{
	width: 100%;
}

.comic_box_tit{
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0 0px;
	padding-bottom:.3em;
	letter-spacing:.2em;
	display: inline-block;
	border-bottom: #e9223e 4px solid;
}
.comic_box_tit_1{
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0 5px;
	padding-bottom:.3em;
	letter-spacing:.2em;
	border-bottom: #e9223e 4px solid;
}

.comic_box_txt{
	margin: 10px auto 5px;
	line-height: 1.7em;
	font-size: 17px;
	text-align: left;
}

.comic_box_list {
	margin: 5px 0 0;
	text-align: left;
    list-style-type: disc;
    list-style-position: inside;
    padding: 0em 0 1em 0;
}

.comic_box_list li {
    padding: .1em;
	
}


.comic_box_list li::marker {
    color: #d02525;
}

.comic_box_btn a {
	position: relative;
	display: block;
	width: 30%;
	margin: 20px 0 0 0;
	padding: 15px 0;
	background-color: #e9223e;
	font-size: 16px;
	letter-spacing:.2em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.comic_box_btn a:hover{
	opacity: 0.5;
	transition: .3s;
}

.comic_arrow_right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.arrow_right::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

@media screen and (max-width: 699px){	
	.comic_box_tit{
		width: 100%;
		margin: 25px auto 0;
		font-size: 25px;
	}
	
	.comic_box_tit_1{
		width: 100%;
		font-size: 25px;
		margin: 25px auto 0;
	}
	.comic_box_btn a {
		position: relative;
		display: block;
		width: 90%;
		margin: 20px auto;
		padding: 15px 0;
		background-color: #e9223e;
		font-size: 16px;
		letter-spacing:.2em;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	
}


