@charset 'UTF-8';

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

/*-----------------------------------------------
ボタン
------------------------------------------------*/
/*--青いボタン--*/
.blue_btn{
	background-image: none;
	width: 80%;
	min-width: 700px;
	max-width: 800px;
	margin: 0 auto 40px;
	padding-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 9px 0px rgba(6, 0, 1, 0.16);
	overflow: hidden;
}
.blue_btn a{
	display: block;
	background-color: #53c3de;
	background-image: linear-gradient(to bottom, #65cae1 0%, #3dafd4 100%);
	color: #FFF;
	height: 100px;
	margin: auto;
	padding: 0 95px 0 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	letter-spacing: .07em;
	border-radius: 10px;
	box-shadow: 0 10px 0 #297b95;
    transition: all  0.3s ease;
	position: relative;
}
.blue_btn a:after{
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.blue_btn:hover{
	opacity: 1;
}
.blue_btn a:hover{
	opacity: 0.6;
}

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

.type_mainimg .item_lot {
	width: 440px;
	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);
	color: #fc0c50;
	margin: 0 auto;
	padding: 7px;
	font-size: 31px;
	text-align: center;
}
.type_mainimg .item_lot span {
	display: block;
	background: #FFF;
	padding: 25px; 
	font-weight: bold;
	letter-spacing: .09em;
}

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

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

@media screen and (max-width: 1449px) {	
	.type_mainimg {
		width: 100%;
	}
	.type_mainimg .design_img {
		left: -6%;
	}
	.type_mainimg .design_img .design_img_box .print_cloud {
		left: 10%;
		top: 190px;
	}
}
@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: "PARKA";
	display: inline-block;
	color: #FFF;
	font-family: 'Yantramanav', sans-serif;
	font-size: 150px;
	font-weight: bold;
	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;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 3px 3px;
}
.type_main_list ul li dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 55px;
	background-repeat: no-repeat;
	margin: 0 auto 18px;
}
.type_main_list ul li.staff dd:before { background-image: url(../../../../_images/type/_common/omakase_staff.gif); }
.type_main_list ul li.day dd:before { background-image: url(../../../../_images/type/_common/omakase_day.gif); }
.type_main_list ul li.design dd:before { background-image: url(../../../../_images/type/_common/omakase_design.gif); }
.type_main_list ul li.lot dd:before { background-image: url(../../../../_images/type/_common/omakase_lot.gif); }

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

/*-----------------------------------------------
	売れ筋ランキング
------------------------------------------------*/
/*----タイトル----*/
.item_rank {
	width: 1000px;
	background-image: url(../../../../_images/type/parka/rank_h.webp);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto 70px auto;
	padding-top: 55px;
}
.item_rank .rank_cont_h {
	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: .05em;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}


/*-----------------------------------------------
　形状から選ぶ
------------------------------------------------*/
.choice_type .choice_type_h {
	color: #FFF;
	background: #00af7c;
	margin-bottom: 35px;
	padding: 35px 0;
	font-size: 34px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	letter-spacing: .09em;
	border-bottom: 9px solid #003260;
}
.choice_type .choice_type_h span {
	background: #FFF;
	color: #011325;
	margin: 0 15px;
	padding: 7px 20px;
	font-size: 33px;
}

.choice_type .choice_type_list {
	display: flex;
	flex-direction: column;
	gap: 50px;
	max-width: 1000px;
	margin: 0 auto 70px;
}

.choice_type .choice_type_list > li {
	display: flex;
	min-height: 500px;
	background-repeat: no-repeat;
}
.choice_type .choice_type_list #type_parker-pull {
	background-image: url(../../../../_images/type/parka/top/itemimg-pull.webp);
	background-position: right top;
}
.choice_type .choice_type_list #type_parker-zip {
	justify-content: flex-end;
	background-image: url(../../../../_images/type/parka/top/itemimg-zip.webp);
	background-position: left top;
}

.choice_type .choice_type_list .type_list_cont {
	width: 475px;
	background-color: rgba(255,255,255,0.8);
	margin-top: 18px;
	padding: 40px;
	box-shadow: 0px 10px 28px 0px rgba(6, 0, 1, 0.23);
}

.choice_type .choice_type_list .list_h {
	display: inline-block;
	color: #0c6cc5;
	margin-bottom: 25px;
	padding-bottom: 23px;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #0c6cc5;
}

.choice_type .choice_type_list .item_point {
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 21px;	
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.8em;
}
.choice_type .choice_type_list .item_point li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 13px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #0c6cc5;
}

.choice_type .choice_type_list .text { 
	margin-bottom: 20px;
	line-height: 2.2em;
}

.choice_type .choice_type_list .type_linkbtn a {
	display: block;
	width: 100%;
	background: #003260;
	color: #FFF;
	padding: 25px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	border-radius: 40px;
}
.choice_type .choice_type_list .type_linkbtn a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #FFF;
	margin-left: 40px;
}
.choice_type .choice_type_list .type_linkbtn a:hover {
	background: #1d98bb;
    transition: all  0.3s ease;
}


/*--リンクボタン--*/
.linkBtn-box{
	max-width: 1000px;
	margin: 50px auto;
}
.linkBtn-box > p{
	margin-bottom: 30px;
}



/*-----------------------------------------------
生地の厚さについて
------------------------------------------------*/
.cloth_data {
	margin: 30px auto;
	padding: 30px 0;
}

.cloth_data .oz_info {
	background-color: #fff;
	background-image: url(../../../../_images/type/_common/oz_data_img.gif);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: 30px 30px;
	margin: 40px 0;
	padding: 20px 20px 20px 180px;
	border: 8px solid #dadad1;
}

.cloth_data .oz_info dt {
	color: #e31515;
	margin-bottom: 15px;
	padding: 0 5px 13px 5px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 3px solid #e31515;
}

.cloth_data .oz_info dd p {
	line-height: 2.1em;	
}

.cloth_data .graph{
	margin: 20px auto 30px;
}
.cloth_data .graph img{
	width: 100%;
	height: auto;
}

.cloth_data .cloth_list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.cloth_data .cloth_list li {
	width: calc((100% - 15px) / 2);
	background: #FFF;
	padding: 15px;
	border: 2px solid #dcdcd3;
	position: relative;
}
.cloth_data .cloth_list li:before {
	content: "";
	display: block;
	height: 4px;
	width: 80px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: -2px;
	left: 50%;
}

.cloth_data .cloth_list li:nth-child(1):before { background: #ffe1ae; }
.cloth_data .cloth_list li:nth-child(2):before { background: #ffc3a5; }
.cloth_data .cloth_list li:nth-child(3):before { background: #f6947d; }
.cloth_data .cloth_list li:nth-child(4):before { background: #ee694e; }
.cloth_data .cloth_list li:nth-child(5):before { background: #eb3027; }

.cloth_data .cloth_list li dl dt {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.cloth_data .cloth_list li dl dt span {
	display: block;
	background: #e9e9e9;
	margin: 7px 0;
	padding: 5px;
	font-size: 14px;
	border-radius: 3px;
}
.cloth_data .cloth_list li dl dd p {
	font-size: 13px;
	line-height: 1.7em;
}



/*-----------------------------------------------
　素材から選ぶ
------------------------------------------------
.choice_material .choice_material_h {
	color: #FFF;
	background: #00af7c;
	margin-bottom: 35px;
	padding: 35px 0;
	font-size: 34px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	letter-spacing: .09em;
	border-bottom: 9px solid #003260;
}

.choice_material .choice_material_h span {
	background: #FFF;
	color: #011325;
	margin: 0 15px;
	padding: 7px 20px;
	font-size: 33px;
}

.choice_material .choice_material_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
	width: 1000px;
	margin: 0 auto 70px;
}

.choice_material .choice_material_list > li {
	width: 480px;
}
.choice_material .choice_material_list > li a{
	display: block;
}
.choice_material .choice_material_list > li a img{
	transition: all .3s ease;
}
.choice_material .choice_material_list > li a:hover img{
	opacity: 0.5;
}
.choice_material .choice_material_list > li h4{
	margin-bottom: 20px;
}
*/

/*-----------------------------------------------
	レビュー
------------------------------------------------*/
.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;
	justify-content: space-between;
	gap: 25px;
	margin: 30px auto;
}
.column ul li{
	width: 48%;
}
.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: 280px;
	object-fit: cover;
	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: fit-content;
	min-width: 550px;
	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: fit-content;
	min-width: 550px;
	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 .scene_h {
	color: #00ac97;
	margin: 35px 0 26px 0;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 2px #00ac97;
	position: relative;
}
.item_scene li .scene_text .scene_h:before,
.item_scene li .scene_text .scene_h: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 .scene_h:before {
    margin-left: -12px;
    border-top-color: #00ac97;
}
.item_scene li .scene_text .scene_h:after {
    margin: -4px 0 0 -12px;
    border-top-color: #FFFFFF;
}
.item_scene li .scene_text .scene_h img {
	margin-right: 15px;
}

.item_scene li .scene_text .long {
	font-size: 15px;
}

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



