@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

.swal2-popup {
    font-size: 1.6rem!important;
}

.contents main h1 {
    padding: 60px 0;
}

.contents main > .chapter {
    padding: 40px 0;
}

.contents main >.contentsWrap{
	margin-bottom: 40px;
}

.tabarea{
	width: 100%;
	max-width: 767px;
	margin: auto auto 40px;
	border-bottom:1px solid #D4D4D4;
	overflow: hidden;
}

.tabarea ul.tab{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: nowrap;
}


.tabarea ul.tab li{
	width: 31%;
	background: #E6E5E4;
	border-radius: 5px 5px 0 0;
	border: 1px solid #D4D4D4;
}
.tabarea ul.tab li:last-child{
	margin-right: 3%;
}

.tabarea ul.tab li a{
	display: block;
	padding: 10px 15px;
    text-decoration: none;
    transition: all 300ms 0s
}

.tabarea ul.tab li.select{
    background: #02B4A8;
}

.tabarea ul.tab li a:hover,
.tabarea ul.tab li.select a{
	background: #02B4A8;
	color: #fff;
}




.tabarea ul.tab li:last-child{
	margin-right: 0;
}


/* --------------------------------
   □ 
-------------------------------- */

div.search{
    text-align: center;
    margin-bottom: 40px;
}

	.search .search_container{
		position: relative;
		box-sizing: border-box;
		border: 2px solid #fff;
		display: block;
		padding: 0px 0px;
		border-radius: 3px;
		height: 2.3em;
		width: 302px;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 auto 30px;
	}

    .search input[type="text"]{
        height: 2.0em;
		border-radius: 25px;
		background: #fff;
        border: 0;
		width: 80%;
    }

        .search input[type="text"]:focus {
            outline: 0;
        }

    .search input[type="submit"]{
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #444;
        color: #fff;
        position: absolute;
        width: 3em;
        height: 2.0em;
        right:0px;
		bottom: 3px;
        outline : none;
		background: url("../../images/search/search.svg") 50% 50% no-repeat;
		border-left: 1px solid #000;
    }
		.search input[type="submit"]:hover{
			opacity: 0.7;
		}


.pulldown{
	margin-bottom: 40px;
    overflow: hidden;
}

.pulldown ul.list li{
	width: 46%;
	float: left;
	margin-right: 4%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.pulldown ul.list li select{
	width: 100%;
	border-radius: 25px;
}

.pulldown ul.list li:nth-child(3n){
	margin-right: 0;
}

.item{
	clear: both;
    overflow: hidden;
    margin-bottom: 100px;
}

.item ul.type li{
	width: 32%;
	float: left;
	margin-right: 2%;
	
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	box-sizing: border-box;
}

.item ul.type li:nth-child(3n){
	margin-right: 0;
}

.item ul.type li a{
	padding: 10px 28px;
	display: block;
    text-decoration: none;
    transition: all 300ms 0s
}

.item ul.type li a:hover,
.item ul.type li.select a{
	background: #02B4A8;
	color: #fff;
}

.item ul.type li label {
    background: #F5F3F0;
	display: block;
    text-decoration: none;
    transition: all 300ms 0s;
	cursor: pointer;
}

.item ul.type li label span{
    display: block;
    padding: 10px 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.item ul.type li label:hover{
    background: #02B4A8;
    color: #fff;
}

.item ul.type li label input {
    display: none; /* デフォルトのinputは非表示にする */
}

.item ul.type li label input:checked + span {
    color: #FFF; /* 文字色を白に */
    background: #02B4A8; /* 背景色を薄い赤に */
}
#searchArea{
    padding: 0 0 40px 0;
}

#searchArea p.hit{
    margin-top: 14px;
	color: #DC666A;
	text-align: center;
    font-weight: 700;
}

#searchArea p.buttonStyle{
	margin-bottom: 0;
}

#searchArea a{
	font-size: 100%;
	padding: 10px 15px;
	width: 240px;
}

#searchArea ul.buttonStyle{
	justify-content: center;
    display: flex;
}

#searchArea ul.buttonStyle li{
	margin: 0 5px;
}

#searchArea ul.buttonStyle li:first-child{
	margin-left: 0;
}

#searchArea ul.buttonStyle li:last-child{
	margin-right: 0;
}


/* --------------------------------
   □ 検索結果
-------------------------------- */ 

#search p.lead{
    text-align: center;
}
#search ul.category{
    display: flex;
    gap:5px 5px;
    justify-content: flex-end;
}

#search ul.category li{
    background: #111;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 5px 8px;
}

#search ul.category li.cat1{
    background: #008ED3;
}
#search ul.category li.cat2{
    background: #FAD824;
}
#search ul.category li.cat3{
    background: #D30036;
}


#search.results ul.category{
    position: absolute;
    display: flex;
    z-index: 2;
    top: 2px;
    right: 2px;
}
#search.results ul.category li{
    font-size: 1.2rem;
    padding: 3px 8px;
}


#search.results ul.item{
	display: flex;
	align-items:stretch;
    gap:44px 0; 
    justify-content:space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#search.results ul.item > li{
    position: relative;
	width: 44.7%;
    text-align: left;

	animation-name: animation-fadeIn;
	-webkit-animation-name: animation-fadeIn;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
#search.results ul.item li dl dd{
	line-height: 1.4;
}
#search.results ul.item li dl dt{
    font-size: 2.8rem;
    font-weight: 700;
    text-align: right;
}
#search.results ul.item li dl dt i{
    font-style: normal;
    font-size: 1.6rem;
}


#search.results ul.item li dl dd p{
    margin-bottom: 0;
}
#search.results ul.item li dl dd p.image{
    margin-bottom: 0;
}
#search.results ul.item li dl dd p.name{
    font-size: 84%;
    font-weight: 500;
}


#search.results ul.item li.normal dl{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
#search.results ul.item li.normal dl dt{
    width: 3.5em;
    padding-top: 0px;
    margin-right: 8px;
}

#search.results ul.item > li.wide{
	width: 94%;
}
#search.results ul.item li.wide dl dt{
    text-align: center;
}
#search.results ul.item li.wide dl dt > span::before{
    display: block;
    background: url("../../images/index/rank.svg");
    width: 52px;
    height: 40px;
    content: "";
    margin: 0 auto;
}
#search.results ul.item li.wide dl dd p.image img{
    width: 100%;
    margin-bottom: 16px;
}
#search.results ul.item li.wide dl dd p.name{
    text-align: center;
}




#search.results ul.item li.favorite{
	position: relative;
}

#search.results ul.item li.favorite:before{
	content: "";
	background: url("../../images/search/results/favorite.svg");
	width: 23px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
}

#search.results ul.item li img{
	max-width: 100%;
	margin-bottom: 8px;
}

/* --------------------------------
   □ アイテム詳細
-------------------------------- */ 

#search.details{
}

#search.details .utility{
	position: relative;
	margin-top: -30px;
	text-align: right;
}
#search.details .utility p.buttonStyle{
	text-align: right;
}


#search.details .utility p.buttonStyle a{
	font-size: 85%;
}

#search.details ul.category{
    display: flex;
    gap:5px 10px;
    justify-content: flex-end;
    margin-bottom: 15px;
}

#search.details ul.category li{
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 5px 8px;
}


#deleteWindow .buttonStyle a{
	width:100%;
	text-align: center;
}


#search.details ul.slider-for{
    margin-bottom: 40px;
	min-height: 300px;
	height: 500px;
}
#search.details ul.slider-for li{
	display: flex;
	align-items: center;
	height: 500px;
}
#search.details ul.slider-nav{
    margin-bottom: 40px;
}

#search.details ul.slider-nav li{
    margin: 0 10px;
	cursor: pointer;
}

#search.details ul.slider-nav .slick-track {
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#search.details ul.slider-nav .slick-list {
	padding: 0!important;
}

#search.details ul.slider-nav .slick-slide {
    display: block!important;
    float: none !important;
    width: 32%;
}


#search.details .slick-slide img {
    display: block;
    max-width: 100%;
}

#search.details .glay{
	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
}

#search.details table th,
#search.details table td{
	padding: 7px;
}

#search.details table td p{
    margin: 0;
}
#search.details table td * + p{
    margin-top: 8px;
}

#search.details .glay table th{
	font-weight: normal;
}

#search.details .glay table th.title{
	width: 30%;
}

#search.details .glay p.spec{
	margin-bottom: 0;
}


/* --------------------------------
   □ 作品検索結果
-------------------------------- */ 

#case.results ul.item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#case.results ul.item li{
	width: 46%;
    margin-bottom: 2%;

	animation-name: animation-fadeIn;
	-webkit-animation-name: animation-fadeIn;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
#case.results ul.item li dl dd{
	line-height: 1.4;
}


#case.results ul.item li.favorite{
	position: relative;
}

#case.results ul.item li.favorite:before{
	content: "";
	background: url("../../images/search/results/favorite.svg");
	width: 23px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
}

#case.results ul.item li img{
	max-width: 100%;
	margin-bottom: 8px;
}

/* --------------------------------
   □ 作品詳細
-------------------------------- */ 

#case.details{
}

#case.details ul.slider-for{
    margin-bottom: 40px;
	min-height: 300px;
}
#case.details ul.slider-for li{
	display: flex;
	align-items: center;
}
#case.details ul.slider-nav{
    margin-bottom: 40px;
}

#case.details ul.slider-nav li{
    margin: 0 10px;
	cursor: pointer;
}

#case.details ul.slider-nav .slick-track {
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#case.details ul.slider-nav .slick-list {
	padding: 0!important;
}

#case.details ul.slider-nav .slick-slide {
    display: block!important;
    float: none !important;
    width: 32%;
}


#case.details .slick-slide img {
    display: block;
    max-width: 100%;
}

#case.details .glay{
	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
}

#case.details table th,
#case.details table td{
	padding: 7px;
}

#case.details .glay table th{
	font-weight: normal;
}

#case.details .glay table th.title{
	width: 30%;
}

#case.details .glay p.spec{
	margin-bottom: 0;
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) {	

/* --------------------------------
   □ 
-------------------------------- */ 



.tabarea {
    width: auto;
}

#searchArea{
	width: 108%;
}

#searchArea ul.buttonStyle {
    justify-content: center;
    display: block;
}

#searchArea a {
    width: 85%;
    margin-bottom: 20px;
}
    
#searchArea ul.buttonStyle li {
    margin: 0;
}



}

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

.search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 3em;
}
    
.pulldown ul.list li{
    width: auto;
    float: none;
    margin: 0 auto;
}
.pulldown ul.list li + li{
    margin-top: 3%;
}
.pulldown ul.list li:nth-child(3n) {
    margin-right: auto;
}

#search p.lead{
    text-align: left;
}
#search.results ul.item > li{

	width: auto;

}
    
    
}
