@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
#global_navi .gnav07 {
	background-image: url(../../../../common/g_navi/under_line.png) !important;
	background-repeat: no-repeat;
	background-position: center 60px;
}
.top_image {
	background-image: url(../../../common/image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.top_image .products_title {
	height: autopx;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#contents_wrapper .products_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
#contents_wrapper .products_title img {
	height: auto;
	width: 230px;
}

 @media screen and (max-width: 760px) {
.top_image {
	background-image: url(../../../common/image/top_images.jpg);
	background-position: center center;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 20px !important;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.top_image .products_title {
	height: auto;
	width: 34%;
	margin-right: auto;
	margin-left: auto;
}
#sp_g-navi {
	position: fixed !important;
	top: 0px;
}
  .sp_only {
    display: block;
  }
  .sp {
    display: block;
  }

  .pc_only {
    display: none;
  }
  .pc {
    display: none;
  }

}
.sp_only {
  display: none;
}
.sp {
  display: none;
}
.pc {
	display: block;
}

/**********************************************************************************************************************************

**********************************************************************************************************************************/
#contents_wrapper .free_serch {
	padding: 35px 10px 53px 10px;
	margin: 0 auto 90px;
	max-width: 1100px;
	width: 100%;
	box-sizing: border-box;
	background-color: #D1D1D1;
}
#contents_wrapper .free_serch h3 {
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
}
#contents_wrapper .free_serch .serch_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display:-webkit-flex;
display:flex;
}
#contents_wrapper .free_serch .innerbox .serch_box .submit {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#contents_wrapper .free_serch .serch_box input {
  border: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}
/*
#contents_wrapper .free_serch .serch_box::after {
  content: "";
  display: inline-block;
  background: url("../image/search.svg") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*
/* responsive */
@media screen and (max-width: 752px) {
  #contents_wrapper .free_serch {
    padding: 60px 0px 50px 0px;
    max-width: 100%;
  }
  #contents_wrapper .free_serch .serch_box {
    max-width: 590px;
  }
}
/***************************************************************************************************

****************************************************************************************************/

#contents_wrapper .tree_search_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
}

/* ------- tree_type_serch ------- */
#contents_wrapper .tree_type_serch {
	margin-bottom: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#contents_wrapper .tree_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .tree_type_serch ul li img{
	width:200px;
	height:auto;
}
@media screen and (max-width: 752px) {

#contents_wrapper .tree_type_serch {
  margin-bottom: 80px;
}
#contents_wrapper .tree_type_serch h3 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-weight: 500;
}
#contents_wrapper .tree_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .tree_type_serch ul li a {
  transition: 0.4s all;
}
#contents_wrapper .tree_type_serch ul li a:hover {
  opacity: 0.6;
}
}
/* responsive */
@media screen and (max-width: 752px) {
  #contents_wrapper .tree_type_serch ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    gap: 20px 30px;
  }
  #contents_wrapper .tree_type_serch ul:last-child::after {
    content: "";
      display: block;
      width: clamp(141px, 35vw, 320px);
    }
  #contents_wrapper .tree_type_serch ul li a img {
    width: clamp(141px, 35vw, 320px);
  }
}
/**********************************************************************************************

**********************************************************************************************/

#contents_wrapper .series_search_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
}

/* ------- series_type_serch ------- */
#contents_wrapper .series_type_serch {
	margin-bottom: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#contents_wrapper .series_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .series_type_serch ul li img{
	width:200px;
	height:auto;
}
@media screen and (max-width: 752px) {

#contents_wrapper .series_type_serch {
  margin-bottom: 80px;
}
#contents_wrapper .series_type_serch h3 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-weight: 500;
}
#contents_wrapper .series_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .series_type_serch ul li a {
  transition: 0.4s all;
}
#contents_wrapper .series_type_serch ul li a:hover {
  opacity: 0.6;
}
}
/* responsive */
@media screen and (max-width: 752px) {
  #contents_wrapper .series_type_serch ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    gap: 20px 30px;
  }
  #contents_wrapper .series_type_serch ul:last-child::after {
    content: "";
      display: block;
      width: clamp(141px, 35vw, 320px);
    }
  #contents_wrapper .series_type_serch ul li a img {
    width: clamp(141px, 35vw, 320px);
  }
}
/**************************************************************************************

**************************************************************************************/














.pc10{
	display:block;
}
@media screen and (max-width:1200px){
	.pc10{
		display: none;
	}
}
#contents_wrapper .color_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 20px;
}
#contents_wrapper .color_title img {
	height: auto;
	width: 136px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .color_navi {
	height: auto;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#contents_wrapper .color_navis {
	display:none;
}

@media screen and (max-width:760px){
#contents_wrapper .color_navi {
	display:none;
}
#contents_wrapper .color_navis {
	display: block;
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contents_wrapper .color_navis .col_but{
	border-radius:6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	width: 70%;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-size:3.5vw;
	text-decoration: none;
	border: 1px solid #000;
	aspect-ratio: 50 / 9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
}
#contents_wrapper .color_navi li img {
	height: 34px;
	width: auto;
	transition:0.2s;
}
#contents_wrapper .color_navi .col-1 {
	background-image: url(../col_navi/col_01-on.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .color_navi .col-2 {
	background-image: url(../col_navi/col_02-on.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .color_navi .col-3 {
	background-image: url(../col_navi/col_03-on.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .color_navi .col-4 {
	background-image: url(../col_navi/col_04-on.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .color_navi .col-5 {
	background-image: url(../col_navi/col_05-on.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .color_navi li a:hover img {
	opacity:0;
}


















#contents_wrapper .color_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	height: auto;
	width: 92%;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#contents_wrapper .color_block img{
	width: 90px;
	height: 90px;
	vertical-align: top;
	transition:0.3s;
	overflow:hidden;
}
#contents_wrapper .color_block a:hover img{
	opacity:0.6;
 }
@media screen and (max-width:760px){
#contents_wrapper .color_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3px;
	height: auto;
	width: 94%;
	max-width: 94%;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

#contents_wrapper .color_block img{
	width: calc(14vw - 10px);
	height: auto;
	vertical-align: top;
}
}

#contents_wrapper .texture_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 160px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .texture_title img {
	height: auto;
	width: 181px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .item_block {
	height: auto;
	width: 1070px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	gap:10px;
}
#contents_wrapper .item_block li{
	width:260px;
	height: auto;	
}
#contents_wrapper .item_block li img{
	width:260px;
	height:170px;
	transition:0.7s;
}
#contents_wrapper .item_block li a {
	text-decoration: none;
}

#contents_wrapper .item_block li a .nameJ{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	text-decoration: none;
	margin-top:5px;
}
#contents_wrapper .item_block li a .nameE{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	text-decoration: none;
}
#contents_wrapper .item_block li a:hover img{
	opacity:0.6;
}
#contents_wrapper .item_block li a:hover {
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
  	opacity:0.6;
}
@media screen and (max-width:760px){
#contents_wrapper .texture_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .texture_title img {
	height: auto;
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .item_block {
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:10px;
}
#contents_wrapper .item_block li{
	width: 100%;
	max-width:calc(50% - 5px);
	height: auto;
	margin-top:10px;
}
#contents_wrapper .item_block li img{
	width:100%;
	height:auto;
	overflow: hidden;
	transition:0.7s;
}
#contents_wrapper .item_block li a .nameJ{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	text-decoration: none;
}
#contents_wrapper .item_block li a .nameE{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	text-decoration: none;
}
}
#contents_wrapper .character_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents_wrapper .character_title img {
	height: auto;
	width: 233px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:760px){
#contents_wrapper .character_title img {
	height: auto;
	width: 48%;
	margin-right: auto;
	margin-left: auto;
}
}
	
#contents_wrapper .series_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents_wrapper .series_title img {
	height: auto;
	width: 189px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:760px){
#contents_wrapper .series_title img {
	height: auto;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
}
#contents_wrapper .style_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents_wrapper .style_title img {
	height: auto;
	width: 151px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:760px){
#contents_wrapper .style_title {
	height: auto;
	width: 43%;
	margin-right: auto;
	margin-left: auto;
}
}
#contents_wrapper .other_title {
	height: auto;
	max-width: 1040px;
	width:92%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents_wrapper .other_title img {
	height: auto;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:760px){
#contents_wrapper .other_title img {
	height: auto;
	width: 62%;
	margin-right: auto;
	margin-left: auto;
}
}
#contents_wrapper .cordination {
	height: auto;
	max-width: 1070px;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .cordination img{
	width: 100%;
	height:auto;
	transition:0.7s;
}
#contents_wrapper .cordination a:hover img{
	opacity: 0.6;
}
@media screen and (max-width:760px){
#contents_wrapper .cordination {
	height: auto;
	max-width: 92%;
	width: 92%;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .cordination img{
	width: 100%;
}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
