@charset 'UTF-8';

.main *{ box-sizing: border-box;}

/*-----------------------------------------------
メイン画像
------------------------------------------------*/
.type_mainimg {
	width: 1450px;
	margin: 0 auto;
	background-image: url(../../../../_images/type/cap/main_back.webp);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 765px;
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.type_mainimg .text_box {
	width: 560px;
	color: #FFF;
	background: #05053a;
	margin: 0 auto 20px;
	padding: 30px 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9em;
}
.type_mainimg .text_box h2 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2em;
	text-align: center;
}
.type_mainimg .text_box h2 span {
	display: block;
}
.type_mainimg .text_box h2:after {
	content: "";
	display: block;
	width: 150px;
	height: 5px;
	background: #FFF;
	margin: 25px auto;
}

.type_mainimg .item_lot {
	background-image: -moz-linear-gradient( 0deg, rgb(242,52,21) 0%, rgb(255,0,90,0.8) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(242,52,21) 0%, rgb(255,0,90,0.8) 100%);
	background:-ms-linear-gradient(top, #f23415, #ff005a);
	font-size: 31px;
	color: #fc0c50;
	text-align: center;
	padding: 7px;
	width: 440px;
	box-sizing: border-box;
	margin: 0 auto;
}
.type_mainimg .item_lot span {
	background: #FFF;
	display: block;
	padding: 25px; 
	font-weight: bold;
	letter-spacing: .09em;
}

.type_mainimg .design_img {
	position: absolute;
	top: 0;
	left: -40px;
}

.type_mainimg .design_img .design_img_box {
	position: relative;
}
.type_mainimg .design_img .design_img_box .print_cloud {
	position: absolute;
	top: 10px;
	left: 30px;
}

@media screen and (max-width: 1449px) {	
	.type_mainimg {
		width: 100%;
	}
	.type_mainimg .design_img {
		left: -9%;
	}
	.type_mainimg .design_img .design_img_box {
		height: 765px;
		width: 550px;
	}
	.type_mainimg .design_img .design_img_box .print_cloud {
		left: 20%;
	}
	.type_mainimg .design_img .cap {
		width: 550px;
		position: absolute;
		bottom: 0;
		left: 5%;
	}
}
@media screen and (max-width: 1299px) {
	.type_mainimg {
		width: 1300px;
	}
}


/*------メイン画像　下リスト-------*/
.type_main_list {
	background: #e7e7e5;
	margin-bottom: 30px;
	position: relative;
	z-index: -2;
}
.type_main_list:after {
	content: "CAP";
	display: inline-block;
	color: #FFF;
	font-family: 'Yantramanav', sans-serif;
	font-weight: bold;
	font-size: 150px;
	letter-spacing: .1em;
	line-height: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.type_main_list ul {
	display: flex;
	gap: 27px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	z-index: 1;
}
.type_main_list ul li {
	width: 230px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	box-shadow: 1.414px 1.414px 13.35px 1.65px rgba(0, 0, 0, 0.17);
	z-index: 2;
}
.type_main_list ul li dt {
	background: #00a76a;
	color: #FFF;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 3px 3px 0 0;
}
.type_main_list ul li dd {
	background: #FFF;
	color: #050539;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 3px 3px;
	padding: 20px;
}
.type_main_list ul li dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 55px;
	margin: 0 auto 18px;
}
.type_main_list ul li.staff dd:before { background: url(../../../../_images/type/_common/omakase_staff.gif) no-repeat; }
.type_main_list ul li.day dd:before { background: url(../../../../_images/type/_common/omakase_day.gif) no-repeat; }
.type_main_list ul li.design dd:before { background: url(../../../../_images/type/_common/omakase_design.gif) no-repeat; }
.type_main_list ul li.lot dd:before { background: url(../../../../_images/type/_common/omakase_lot.gif) no-repeat; }

.type_main_list ul li dd span {
	color: #fc391f;
}


/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/

/*----タイトル----*/
.item_rank {
	width: 1000px;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}
.item_rank .rank_cont_h {
	display: block;
	width: fit-content;
	background: #FFF;
	color: #db002a;
	margin: 0 auto 80px;
	padding: 20px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
	position: relative;
}
.item_rank .rank_cont_h > span {
	display: block;
	width: fit-content;
	background: #db002a;
	color: #FFFFFF;
	padding: 5px 8px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .08em;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}


/*-----------------------------------------------
種類から選ぶ
------------------------------------------------*/
.choice_box{
    margin-bottom: 50px;
}
.choice_box h3{
	margin-bottom: 50px;
	padding: 20px 0;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .1em;
}


.choice_box .choice_text {
	width: 1000px;
	margin: 0 auto 30px auto;
}

.choice_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px 0;
	width: 1000px;
	margin: 0 auto 50px;
}
.choice_box ul li {
	width: 480px;
}
.choice_box ul li img { 
	position: relative;
}
.choice_box ul li .item {
	position:relative;			
}
.choice_box ul li .item + p{
	margin-top: 15px;
}
.choice_box ul li .item-img {
	background-color: #0072d3;
	z-index: 0;
}

.choice_box ul li .item,
.choice_box ul li .item-hover,
.choice_box ul li .item-hover .mask,
.choice_box ul li .item-img,
.choice_box ul li .item-info {
	width: 480px;
	height: 300px;
	letter-spacing: .15em;
}

.choice_box ul li .item-hover,
.choice_box ul li .item-hover .mask,
.choice_box ul li .item-img { 
	position:absolute;
	top:0;
	left:0;
}

/*横長*/
.choice_box ul .link_1000 {
	width: 1000px;
	margin-bottom: 35px;
}

/*種類・用途*/
.choice_box.type_choice ul li .item,
.choice_box.type_choice ul li .item-hover,
.choice_box.type_choice ul li .item-hover .mask,
.choice_box.type_choice ul li .item-img,
.choice_box.type_choice ul li .item-info {
	height: 315px;
}

/*素材*/
.choice_box.material_choice ul li .item,
.choice_box.material_choice ul li .item-hover,
.choice_box.material_choice ul li .item-hover .mask,
.choice_box.material_choice ul li .item-img,
.choice_box.material_choice ul li .item-info {
	height: 250px;
}


/*--hover--*/
.choice_box ul li .item-type-line .item-hover {	
	display:block;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;
	z-index: 100;
}

.choice_box ul li .item-type-line .item-info {
	color:#ffffff;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:5;				 					
}

.choice_box ul li .item-type-line .item-info .headline {
	font-size: 25px;					
}

.choice_box ul li .item-type-line .item-info .line {
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;					 
}

ul li .item-type-line .item-info .date {
	font-size:16px;
}

ul li .item-type-line .item-hover .mask {
	background-color:#0072d3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);										
	opacity:0.8;
	z-index:0;
	box-shadow: 6px 6px #fffb28;
}

.choice_box ul li .item-type-line .item-info .headline:after {
	content: "";
	display: block;
	height:1px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;							
}
.choice_box ul li .item-type-line .mask:hover .item-info .headline:after{
	width:40%;					
}
ul li .item-type-line .item-hover:hover {
	opacity:1;
}				
.choice_box ul li .item-img{			
	background-color:#0072d3;
	z-index:0;			
}



/*-----------------------------------------------
	絞り込み
------------------------------------------------*/
.sortBox{
	display: block;
	margin-bottom: 50px;
}

.sortBox .searchBox{
	max-height: 0;
	transition: all .3s ease;
	overflow: hidden;
	opacity: 0;
}

.sortBox .searchBox section{
	margin: 10px auto 20px;
}

.sortBox .searchBox section > h3{
	display: block;
	width: fit-content;
	min-width: 250px;
	margin: 0 auto 10px;
	padding: 5px 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	border-bottom: 3px double #333;
}

.sortBox .searchBox section ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sortBox .searchBox section ul > li{
	width: calc((100% - 20px) / 3);
	text-align: center;
}
.sortBox .searchBox section ul > li a{
	display: block;
	background-color: #f5f5f5;
	padding: 10px;
	line-height: 1.3em;
	transition: all .3s ease;
	border: 1px solid #ddd;
	border-radius: 0 0 15px 0;
}
.sortBox .searchBox section ul > li a span{
	display: block;
	font-size: 12px;
}
.sortBox .searchBox section ul > li a:hover{
	background-color: #ffdad5;
	border-color: #f79083;
	border-radius: 0;
}


/*開閉*/
.sortBox input{
	display: none;
}
.sortBox input:checked ~ .searchBox{
	max-height: 650px;
	opacity: 1;
}

.sortBox p.button{
	display: block;
	width: fit-content;
	margin: 15px auto 10px;
}
.sortBox p.button label{
	display: block;
	background-color: #333;
	color: #fff;
	padding: 5px 40px 5px 20px;
	border-radius: 5px;
	position: relative;
	transition: all .3s ease;
}
.sortBox p.button label:before,
.sortBox p.button label:after{
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 8px;
}
.sortBox p.button label:after{
	width: 2px;
	height: 14px;
	right: 14px;
}

.sortBox input:checked + p.button label{
	background-color: #fc391f;
}
.sortBox input:checked + p.button label:before,
.sortBox input:checked + p.button label:after{
	transform: rotate(135deg);
}



/*-----------------------------------------------
	レビュー
------------------------------------------------*/
.review{
	margin-bottom: 70px;
	position: relative;
}
.review:after{
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(to bottom, transparent 30%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.review ul.review-list{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px auto 0;
	padding: 10px 10px 50px;
	max-height: 440px;
	overflow-y: auto;
}

.review ul.review-list > li{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	position: relative;
}
.review ul.review-list > li .star{
	position: absolute;
	right: 10px;
	top: 10px;
}
.review ul.review-list > li .star img{
	width: 100px;
	height: auto;
}
.review ul.review-list > li .title{
	width: calc(100% - 110px);
	font-size: 16px;
	font-weight: 700;
}
.review ul.review-list > li ul.info{
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li ul.info > li:not(:last-child):after{
	content: "/";
	margin-left: 5px;
}

.review ul.review-list > li p.comment{
	margin: 10px 0;
}

.review ul.review-list > li dl.item {
	display: flex;
	gap: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
}
.review ul.review-list > li dl.item > dt{
	flex-shrink: 0;
}
.review ul.review-list > li dl.item > dt:after{
	content: "：";
	margin-left: 5px;
}
.review ul.review-list > li dl.item dd a{
	color: #00a2ff;
}
.review ul.review-list > li dl.item dd span{
	font-size: 0.9em;
}


/*-----------------------------------------------
	制作実績
------------------------------------------------*/

.column { margin-bottom: 70px; }
.column ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 30px auto;
	padding: 5px 5px 10px;
}
.column > ul > li{
	max-width: calc((100% - 25px) / 2);
}
.column ul li a{
	display: block;
	transition: all 0.3s ease-out;
}
.column ul li a:hover{
	opacity: 0.6;
}

.column ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
}
.column ul li a:hover img{
	box-shadow: 0 0 0 2px #fc391f;
}

.column ul li dl dt{
	background-color: #ffe92d;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 3px 0 #f5d021;
	border-radius: 10px;
}
.column ul li dl dd .staff{
	font-size: 15px;
	font-weight: bold;
}

.column .linkBtn{
	text-align: center;
}
.column .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.column .linkBtn a:hover{
	opacity: 0.6;
}


/*-----------------------------------------------
よくある質問
------------------------------------------------*/
.faqBox { margin-bottom: 70px; }
.faqBox dl {
	margin: 30px auto;
}
.faqBox dl dt{
	background-color: #f0edd8;
	padding: 15px;
	padding-left: 60px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.faqBox dl dt:before{
  content: url(../../../../_images/guide/qa/icon_q.gif);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 15px;
  top: 50%;
}
.faqBox dl dd{
	margin-top: 15px;
	padding-left: 110px;
	position: relative;
}
.faqBox dl dd:before{
	content: url(../../../../_images/guide/qa/a_product.gif);
	position: absolute;
	top: 0;
	left: 40px;
}

.faqBox dl a{
	background-color: #ffe92d;
}
.faqBox dl a:hover{
	background-color: #fffacc;
}


/**/
.faqBox .linkBtn{
	text-align: center;
}
.faqBox .linkBtn a{
	display: inline-block;
	width: 70%;
	background-color: #00a2ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 30px;
	box-shadow: 0 3px 0 #bde7ff;
	transition: all 0.3s ease-out;
}
.faqBox .linkBtn a:hover{
	opacity: 0.6;
}

/*-----------------------------------------------
様々な活用シーン
------------------------------------------------*/
.item_scene {
	margin-bottom: 65px;
}

.item_scene ul{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}

.item_scene ul li > figure > div{
	display: flex;
	justify-content: space-between;
}
.item_scene ul li:nth-of-type(even) > figure > div{
	flex-direction: row-reverse;
}

.item_scene ul li:after {
	content: "";
	display: block;
	width: 740px;
	height: 10px;
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x;
	margin-top: 30px;
}
.item_scene ul li .scene_img {
	width: 400px;
}
.item_scene ul li figcaption{
	width: 315px;
}

/**/
.item_scene li .scene_text h4 {
	color: #00ac97;
	margin: 35px 0 26px 0;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	position: relative;
	border-bottom: solid 2px #00ac97;
}
.item_scene li .scene_text h4:before,
.item_scene li .scene_text h4:after {
    content: '';
	width: 0;
	height: 0;
    border: solid transparent;
	border-top: 12px solid #00ac97;
	border-right: 6px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 6px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
}
.item_scene li .scene_text h4:before {
    margin-left: -12px;
    border-top-color: #00ac97;
}
.item_scene li .scene_text h4:after {
    margin: -4px 0 0 -12px;
    border-top-color: #FFFFFF;
}
.item_scene li .scene_text h4 img { margin-right: 15px; }
.item_scene li .scene_text .long {
	font-size: 15px;
}

.item_scene li .scene_text p { line-height: 2em; }


/*-----------------------------------------------
その他アイテムのランキング
------------------------------------------------*/
.other_rank .h_other_rank {
	height: 60px;
	background: url(../../../../_images/type/_common/other_rank_h.gif);
	color: #FFF;
	margin-bottom: 35px;
	padding-left: 66px;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
}
.other_rank .h_other_rank:after {
	content: url(../../../../_images/type/_common/other_rank.gif);
	line-height: 0;
	position: absolute;
	top: -9px;
	right: 16px;
}

.other_rank .other_rank_list .dotUnder {
	background: url(../../../../_images/type/_common/other_rank_dot.gif) repeat-x bottom;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.other_rank .other_rank_list > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other_rank .other_rank_list > div > .li {
	width: 350px;
	position: relative;
}
.other_rank .other_rank_list .li .rank-category {
	height: 55px;
	background: url(../../../../_images/type/_common/other_rank_hb.gif) repeat;
	margin-bottom: 25px;
	padding-left: 37px;
	font-size: 16px;
	font-weight: 700;
	line-height: 55px;
	position: relative;
}
.other_rank .other_rank_list .li .rank-category:before {
	content: url(../../../../_images/type/_common/other_rank_arrow.gif);
	line-height: 0;
	position: absolute;
	left: 21px;
	top: 21px;
}

/*----一覧を見る----*/
.other_rank .other_rank_list .li .more_list {
	height: 32px;
	width: 100px;
	background: #fbd116;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	border-bottom: 2px solid #9b9885;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 10px;
}
.other_rank .other_rank_list .li .more_list a { display: block; }
.other_rank .other_rank_list .li .more_list:hover { 
	background: #1fb2ef;
	border-bottom: 2px solid #84929b;
    transition: all  0.3s ease;
}


/*---ランキングリスト---*/
.other_rank .other_rank_list .li ol{
	display: flex;
	gap: 10px;
}
.other_rank .other_rank_list .li ol.clear:after{
	display: none;
}
.other_rank .other_rank_list .li ol .item_list {
	width: 110px;
}

.other_rank .other_rank_list .li ol .item_list .image { 
	margin-bottom: 15px;
    transition: all  0.3s ease;
	position: relative;
}

.other_rank .other_rank_list .li ol .item_list .image img {
	width: 110px;
	height: auto;
}

.other_rank .other_rank_list .li ol .item_list .image:hover {
	opacity: 0.7;
}

/*----ランキングナンバー----*/
.other_rank .other_rank_list .li ol .item_list .no1:before,
.other_rank .other_rank_list .li ol .item_list .no2:before,
.other_rank .other_rank_list .li ol .item_list .no3:before { 
	width: 25px;
	height: 25px;
	background: #ffb622;
	color: #FFF;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: -4px;
	left: 0;
}
.other_rank .other_rank_list .li ol .item_list .no1:after,
.other_rank .other_rank_list .li ol .item_list .no2:after,
.other_rank .other_rank_list .li ol .item_list .no3:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	position: absolute;
	top: -4px;
	left: 25px;
}

.other_rank .other_rank_list .li ol .item_list .no1:before { 
	content: "1";
	background: #ffb622;
}
.other_rank .other_rank_list .li ol .item_list .no1:after {
	border-bottom: 4px solid #a7791b;
}

.other_rank .other_rank_list .li ol .item_list .no2:before { 
	content: "2";
	background: #b5a99a;
}
.other_rank .other_rank_list .li ol .item_list .no2:after {
	border-bottom: 4px solid #8a8279;
}

.other_rank .other_rank_list .li ol .item_list .no3:before { 
	content: "3";
	background: #e67a3b;
}
.other_rank .other_rank_list .li ol .item_list .no3:after {
	border-bottom: 4px solid #97532b;
}

/*----商品名----*/
.other_rank .other_rank_list .li ol .item_list .item_name { 
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3em;
}
.other_rank .other_rank_list .li ol .item_list .item_name a{
	transition: all  0.3s ease;
}
.other_rank .other_rank_list .li ol .item_list .item_name a:hover {
	color: #1fb2ef;
	font-weight: 700;
}

/*----品番----*/
.other_rank .other_rank_list .li ol .item_list .number {
	color: #fff;
	background: #8C98BF;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: center;
}

/*----値段----*/
.other_rank .other_rank_list .li ol .item_list .price {
	color: #72706d;
	font-weight: 700;
	font-size: 12px;
}
.other_rank .other_rank_list .li ol .item_list .price span {
	display: block;
	color: #fc391f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3em;
}





