@charset 'UTF-8';

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

/*-----------------------------------------------
ボタン
------------------------------------------------*/
/*--青いボタン--*/
.blue_btn{
	width: 80%;
	max-width: 800px;
	min-width: 700px;
	background-image: none;
	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);
}

/**/
.green_h {
	color: #FFF;
	background: #00af7c;
	margin-bottom: 20px;
	padding: 30px 20px 20px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	border-bottom: 6px solid #01136c;
	position: relative;
}
.green_h span {
	display: block;
	width: fit-content;
	background: #01136c;
	margin: auto;
	padding: 3px 20px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.6em;
	border-radius: 5px;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	z-index: 2;
}
.green_h span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 10px solid #01136c;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}



/*-----------------------------------------------
	メイン画像
------------------------------------------------*/
.type_mainimg {
	width: 1450px;
	min-height: 765px;
	background: url(../../../../_images/type/sweat/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: 140px;
	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: "SWEAT";
	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/sweat/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 30px;
	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: 20px 0;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5em;
	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_trainer {
	justify-content: flex-end;
	background-image: url(../../../../_images/type/sweat/top/itemimg-trainer.webp);
	background-position: left top;
}
.choice_type .choice_type_list #type_pants {
	background-image: url(../../../../_images/type/sweat/top/itemimg-pants.webp);
	background-position: right 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;
	margin-left: 40px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #FFF;
}
.choice_type .choice_type_list .type_linkbtn a:hover {
	background: #1d98bb;
    transition: all  0.3s ease;
}

/**/
.choice_type .choice_type_list .type_linkbtn.under a:after {
	border-style: solid;
	border-width: 6px 7px 0 6px;
	border-color: #FFF transparent transparent transparent;
}


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


/*-----------------------------------------------
　素材から選ぶ
------------------------------------------------*/
/*
.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 h3{
	margin-bottom: 20px;
}
.choice_material .choice_material_list > li a img{
	transition: all .3s ease;
}
.choice_material .choice_material_list > li a:hover img{
	opacity: 0.5;
}



/*----納品までの流れ----*/
.flow_cont { margin-bottom: 50px; }
.flow_cont img { 
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	border: 5px solid #005e89;
	text-align: center;
}

.flow_cont .flow_day:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
 	z-index: 1;
}

.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
	color: #005e89;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}



/*-----------------------------------------------
	○○とは
------------------------------------------------*/
.item_data_info {
	width: 100%;
	margin: 0 auto 40px;
}

.item_data_info .item_h {
	color: #FFF;
	background: #00af7c;
	margin-bottom: 35px;
	padding: 20px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	border-bottom: 6px solid #01136c;
}

.item_data_info .item_cont {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 20px;
	margin: 30px auto;
}

.item_data_info .item_cont .item_img {
	width: 350px;
}

.item_data_info .cloth_description{
	width: 370px;
}
.item_data_info .cloth_description .cloth_h {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
	color: #0c6cc5;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 3px solid #0c6cc5;
}

.item_data_info .cloth_description .cloth_list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.item_data_info .cloth_description .cloth_list li {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
}
.item_data_info .cloth_description .cloth_list li img{
	width: 120px;
	height: 110px;
	object-fit: cover;
}
.item_data_info .cloth_description .cloth_list li dl {
	width: 300px;
}
.item_data_info .cloth_description .cloth_list li dl dt {
	color: #0c6cc5;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
}
.item_data_info .cloth_description .cloth_list li dl dt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #0c6cc5;
	margin-right: 13px;
}
.item_data_info .cloth_description .cloth_list li dl dd{
	font-size: 13px;
	line-height: 1.6em;
}

/*--デザイン可能範囲--*/
.print_design {
	padding: 50px 20px 25px;
	border: 4px solid #e6e6e6;
	position: relative;
}

.print_design .print_h {
	position: absolute;
	top: -20px;
	left: 35px;
}
.print_design .print_h span {
	display: block;
	height: 50px;
	background: #974ea1;
	color: #FFF;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}
.print_design .print_h span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 0 9px;
	border-color: transparent transparent transparent #681974;
	position: absolute;
	top: 0;
	right: -9px;
}

.print_design .print_cont {
	display: flex;
	gap: 10px;
}
.print_design .print_cont .print_img {
	width: 30%;
}
.print_design .print_cont .print_img img {
	width: 100%;
	height: auto;
}
.print_design .print_cont .print_design_list {
	display: flex;
	gap: 7px;
	margin: 0 auto 15px;
}
.print_design .print_cont .print_design_list > li {
	width: calc(100% / 3);
	padding-right: 7px;
	border-right: 1px solid #cfcfcf;
}
.print_design .print_cont .print_design_list > li:last-child {
	padding-right: 0;
	border-right: none;
}

.print_design .print_cont .print_design_list li dt {
	background: #e4eff9;
	color: #034786;
	margin-bottom: 10px;
	padding: 10px 0 8px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-bottom: 3px solid #034786;
	border-radius: 3px 3px 0 0;
}
.print_design .print_cont .print_design_list li dd img{
	width: 100%;
	height: auto;
}
.print_design .print_cont .print_design_list li dd ol {
	margin: 10px 0;
	font-size: 13px;
	text-align: center;
}
.print_design .print_cont .print_design_list li dd ol li {
	display: inline-block;
	margin-right: 10px;
}
.print_design .print_cont .print_design_list li dd ol li span {
	margin-right: 5px;
	font-weight: 700;
	font-style: italic;
}


/*-----------------------------------------------
生地の厚さについて
------------------------------------------------*/
.cloth_data {
	width: 100%;
	margin: 80px auto 40px;
}

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

/**/
.cloth_data .cloth_recommend{
	margin: 40px auto;
}
.cloth_data .cloth_recommend .cloth_recommend_h{
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
	padding: 0 15px 10px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.cloth_data .cloth_recommend .cloth_recommend_h:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin: auto;
	border-top: 2px solid #003260;
	border-bottom: 2px solid #003260;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}
.cloth_data .cloth_recommend .cloth_recommend_h span{
	background-color: #003260;
	color: #fff;
	margin-right: 20px;
	padding: 5px 15px;
	font-size: 22px;
	position: relative;
}
.cloth_data .cloth_recommend .cloth_recommend_h span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 10px solid #003260;
	position: absolute;
	right: -14px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cloth_data .cloth_recommend .oz_graph{
	margin: 20px auto 0;
}
.cloth_data .cloth_recommend .oz_graph img{
	width: 100%;
	height: auto;
}

/**/
.cloth_recommend .recommend_item{
	width: 95%;
	background-color: #fff;
	margin: 30px auto;
	padding: 20px 30px 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cloth_recommend .recommend_item .type_h{
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.cloth_recommend .recommend_item .type_h b{
	color: #00af7c;
}
.cloth_recommend .recommend_item .type_h span{
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: middle;
	border-radius: 3px;
}
.cloth_recommend .recommend_item.usude .type_h span{
	background-color: #f2b957;
}
.cloth_recommend .recommend_item.standard .type_h span{
	background-color: #f6947d;
}
.cloth_recommend .recommend_item.atsude .type_h span{
	background-color: #eb3027;
}

/**/
.cloth_recommend .recommend_item .item_box{
	display: flex;
	justify-content: space-between;
}
.recommend_item .item_box .item_img{
	display: block;
	width: 370px;
	position: relative;
}
.recommend_item .item_box .item_img > p.oz_data{
	background-color: #003260;
	color: #fff;
	padding: 5px 15px;
	font-size: 17px;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 1;
}
.recommend_item .item_box .item_img > p.oz_data:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 3px solid #000f1d;
	border-bottom: 3px solid #000f1d;
	position: absolute;
	top: 0;
	right: -5px;
	z-index: -1;
}

/**/
.recommend_item .item_box .spec{
	width: 250px;
}
.recommend_item .item_box .spec .scene_list{
	color: #003260;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	border: 2px solid #003260;
	border-radius: 3px;
}
.recommend_item .item_box .spec .scene_list dt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #003260;
	vertical-align: middle;
}
.recommend_item .item_box .spec .scene_list dd{
	padding-left: 10px;
}

.recommend_item .item_box .spec .item_name{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
}
.recommend_item .item_box .spec .item_number{
	color: #949494;
	font-size: 14px;
	font-weight: 700;
}
.recommend_item .item_box .spec .color_size{
	display: flex;
	gap: 10px 15px;
	margin: 5px 0;
	padding-top: 5px;
	border-top: 1px solid #b6b6b6;
}
.recommend_item .item_box .spec .color_size > li{
	font-size: 14px;
	font-weight: 700;
}
.recommend_item .item_box .spec .color_size > li span{
	display: inline-block;
	background-color: #000;
	color: #fff;
	margin-right: 8px;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3em;
}
.recommend_item .item_box .spec .lot{
	background-color: #e8ebee;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.recommend_item .item_box .spec .maker_price{
	color: #747474;
	font-size: 13px;
	font-weight: 700;
}
.recommend_item .item_box .spec .mall_price{
	color: #e31515;
	font-size: 13px;
	font-weight: 700;
}
.recommend_item .item_box .spec .mall_price em{
	font-size: 22px;
}

.recommend_item .item_box .spec .maker_price{
	color: #747474;
	font-size: 13px;
	font-weight: 700;
}
.recommend_item .item_box .spec .mall_pricetax{
	color: #747474;
	font-size: 13px;
	font-weight: 700;
}
.recommend_item .item_box .spec > p.text{
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.6em;
	border-top: 1px solid #b6b6b6;
}

.recommend_item .item_link_btn{
	margin: 15px 0 0;
}
.recommend_item .item_link_btn a{
	display: block;
	width: 80%;
	background-color: #e31515;
	color: #fff;
	margin: auto;
	padding: 8px 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	text-align: center;
	border-radius: 30px;
	transition: all .3s ease;
	position: relative;
}
.recommend_item .item_link_btn a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 7px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.recommend_item .item_link_btn a:hover{
	background-color: #ff7c7c;
}


/*-----------------------------------------------
	オプション加工
------------------------------------------------*/
.option_type {
	width: 100%;
	margin: 80px auto 40px;
}
.option_type .option_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
	margin: 40px auto 20px;
}
.option_type .option_list > li{
	width: 365px;
}
.option_type .option_list dl dt{
	color: #0067c7;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-bottom: 4px solid #d9d9d9;
}
.option_type .option_list dl dt span{
	display: block;
	width: fit-content;
	background-color: #00af7c;
	color: #FFF;
	margin: 0 auto 15px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
.option_type .option_list dl dt span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 7px solid #00af7c;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
.option_type .option_list dl dd.img{
	margin: 0;
}
.option_type .option_list dl dd.text{
	padding: 10px;
	border: 4px solid #d9d9d9;
	border-top: none;
}

.option_type .option_list .team dl dt span{
	background-color: #00af7c;
}
.option_type .option_list .team dl dt span:after{
	border-top-color: #00af7c;
}

.option_type .option_list .sale dl dt span{
	background-color: #ad6fb6;
}
.option_type .option_list .sale dl dt span:after{
	border-top-color: #ad6fb6;
}

.option_type .option_list + p.caution{
	color: #00af7c;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	letter-spacing: .08em;
}


/*-----------------------------------------------
	レビュー
------------------------------------------------*/
.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);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-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;
}


/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	background-image: url(../../../../_images/type/_common/scene_line_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto 50px;
	padding-bottom: 65px;
}
.scene .scene_h {
	text-align: center;
}

.scene .scene_h .type {
	display: inline-block;
	background: #FFF;
	color: #152a79;
	margin-bottom: 15px;
	padding: 7px 14px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .07em;
	border: 3px solid #152a79;
	border-radius: 5px;
}
.scene .scene_h .ribbon {
	display: block;
	min-height: 80px;
	background-image: url(../../../../_images/type/_common/red_ribbon.gif);
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 30px;
	padding-top: 23px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}

.scene .scene_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.scene .scene_list li {
	display: flex;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
	position: relative;
}
.scene .scene_list .image {
	width: 315px;
	position: relative;
}
.scene .scene_list .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}

.scene .scene_list li:nth-child(even){
	flex-direction: row-reverse;
}
.scene .scene_list li:nth-child(even) .image img {
	border-radius: 0 10px 10px 0;
}

.scene .scene_list .image:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	background-repeat: no-repeat;
	position: absolute;
	top: -4px;
	left: 10px;
}

.scene .scene_list .scene_1 .image:before {
	background-image: url(../../../../_images/type/_common/scene_01.gif);
}
.scene .scene_list .scene_2 .image:before {
	background-image: url(../../../../_images/type/_common/scene_02.gif);
}
.scene .scene_list .scene_3 .image:before {
	background-image: url(../../../../_images/type/_common/scene_03.gif);
}
.scene .scene_list .scene_4 .image:before {
	background-image: url(../../../../_images/type/_common/scene_04.gif);
}


.scene .scene_list .data_cont {
	width: 425px;
	padding: 25px 30px;
}
.scene .scene_list .data_cont .scene_li_h {
	color: #ff1647;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.scene .scene_list .data_cont .text {
	font-size: 13px;
}
.scene .scene_list .data_cont .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

