@charset 'UTF-8';
*{box-sizing: border-box;}

/*-----------------------------------------------
初めての方へ
------------------------------------------------*/

/*----ユニフォームモールへようこそ----*/
.first_main_img {
	width: 1300px;
	height: 780px;
	background: url(../../../_images/guide/first/main_img.gif) no-repeat;
	background-position: bottom;
	margin: 0 auto 40px auto;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 2.3em;
	text-align: center;
}
.first_main_img h2 {
	padding-top: 20px;
	margin-bottom: 30px;
}

/*----みんな喜ぶプリンタブルウェア----*/
.first_aisatsu {
	text-align: center;
}
.first_aisatsu_ribbon {
	width: 850px;
	height: 205px;
	margin: 0 auto 40px auto;
	font-size: 17px;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: .1em;
	position: relative;
}
.first_aisatsu_ribbon .ribbon {
	margin: 25px 0 30px 0;
}
.first_aisatsu_ribbon .woman {
	width: 90px;
	height: auto;
	position: absolute;
	top: -15px;
	left: 30px;
}
.first_aisatsu_ribbon .man {
	width: 90px;
	height: auto;
	position: absolute;
	top: -15px;
	right: 20px;
}


/*----だから人気！ユニフォームモール----*/
.first_popular {
	width: 100%;
	background: #fbf9e5;
	padding: 40px 0 60px 0;
	position: relative;
}
.first_popular:before {
	content: "";
	display: block;
	height: 9px;
	width: 100%;
	background: url(../../../_images/guide/first/popular_line.gif) repeat-x;
    position: absolute;
    top: -9px;
}
.first_popular .inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
}

.first_popular .left_img {
	margin-right: 35px;
	padding-top: 25px;
}

.first_popular .right_cont {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	width: 600px;
}
.first_popular .right_cont h3 {
	margin-bottom: 20px;	
}

/*--ドロップダウン--*/
.first_popular .right_cont .aco_btn {
	position: relative;
}
.first_popular .right_cont .aco_cnt {
	display: none;
}

.first_popular .right_cont dl {
	box-shadow: rgb(211, 211, 211) 5px 5px;
}
.first_popular .right_cont .aco_btn {
	height: 100px;
	width: 100%;
	background: #ffffff;
	padding: 38px 0 38px 152px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .16em;
	cursor: pointer;
    transition: all  0.3s ease;
	position: relative;
}
.first_popular .right_cont .aco_btn:hover {
	background: #ffcc00;
}
.first_popular .right_cont .aco_btn:before{
	position: absolute;
	left: 0;
	top: 0;
}
.first_popular .right_cont .point01 .aco_btn:before {
	content: url(../../../_images/guide/first/popular_01.gif);
}
.first_popular .right_cont .point02 .aco_btn:before {
	content: url(../../../_images/guide/first/popular_02.gif);
}
.first_popular .right_cont .point03 .aco_btn:before {
	content: url(../../../_images/guide/first/popular_03.gif);
}
.first_popular .right_cont .aco_btn:after {
	content: "";
	background: url(../../../_images/guide/first/popular_plus.gif) no-repeat;
	width: 31px;
	height: 31px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: 24px;
	top: 50%;
}
.first_popular .right_cont .aco_btn.open:after {
	background: url(../../../_images/guide/first/popular_minus.gif) no-repeat;
}

.first_popular .right_cont .aco_cnt {
	background: #f5f3ee;
	padding: 30px 35px;
	letter-spacing: .14em;
	line-height: 2em;
}


/*----こんな事も自信有ります！----*/
/*--タイトル--*/
.first_jishin {
	padding-bottom: 70px;
}
.first_jishin h3 {
	width: 100%;
	background: url(../../../_images/guide/first/jishin_h_back.gif) repeat;
	margin-bottom: 90px;
	padding: 25px 0 20px;
	text-align: center;
	border-bottom: 10px solid #fffb00;
	position: relative;
}
.first_jishin h3:after{
	content: "";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 40px solid #fffb00;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 100%;
	left: 50%;
}

/*--コンテンツ--*/
.first_jishin .inner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 15px;
}

.first_jishin .jishin_cont {
	width: 475px;
	background: #FFF;
	padding: 8px;
	border: 1px solid #cdc7c7;
	box-shadow: 0px 30px 40px rgba(0,0,0,0.3);
	position: relative;
}

.first_jishin .jishin_cont h4 {
	position: absolute;
	top: -40px;
	right: 30px;
}

.first_jishin .jishin_cont .text {
	background: #fff5e7;
	padding: 30px 40px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 2em;
}


/*----お届けまで簡単3ステップ----*/
.first_step {
	width: 100%;
	background: url(../../../_images/guide/first/step_back.gif) repeat;
	padding: 65px 0 70px 0; 
}
.first_step h3 {
	margin-bottom: 65px;
	text-align: center;
}
.first_step .step_li {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.first_step .step_li li {
	width: 310px;
	background: #FFF;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.first_step .step_li li a {
	display: block;
}
.first_step .step_li li h4 {
	height: 70px;
	background: #00c064;
	color: #FFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 70px;
	letter-spacing: .15em;
}
.first_step .step_li li .step_img {
	margin: 20px 0;
}

.first_step .step_li li:not(:last-child):before {
	content: "";
	display: block;
	background: url(../../../_images/guide/first/step_arrow.webp);
	width: 95px;
	height: 95px;
	cursor: auto;
	position: absolute;
	right: -65px;
	top: 35px;
	bottom: 0;
	margin: auto;
	z-index: 5;
}

/*--モーダル内--*/
.remodal .l-close {
	width: 700px;
	height: 60px;
	background: #fcfa32;
	color: #161513;
	margin-top: 25px;
	font-family:"Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
	border-bottom: 4px solid #c0be24;
	border-radius: 5px;
}
.remodal .l-close:hover {
	background: #fcfa58;
}

.remodal .step_cont {
	width: 100%;
	min-height: 255px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 310px;
	text-align: left;
}
.remodal .step_cont h4 {
	height: 72px;
	background: url(../../../_images/guide/first/h_step_back.gif) no-repeat;
	color: #FFF;
	margin-bottom: 45px;
	padding-left: 115px;
	font-size: 24px;
	font-weight: 700;
	line-height: 73px;
	letter-spacing: .17em;
	position: relative;
}
.remodal .step_cont h4:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 65px;
	height: 75px;
	position: absolute;
	left: 22px;
	top: 15px;
}
.remodal .step_cont .text {
	letter-spacing: .15em;
	line-height: 2em;
}

/*--STEP 01--*/
#step_01 .step_cont {
	background-image: url(../../../_images/guide/first/modal_01_img.gif);
}
#step_01 .step_cont h4:before {
	background-image: url(../../../_images/guide/first/modal_01.gif);
}

/*--STEP 02--*/
#step_02 .step_cont {
	background-image: url(../../../_images/guide/first/modal_02_img.gif);
}
#step_02 h4:before {
	background-image: url(../../../_images/guide/first/modal_02.gif);
}

/*--STEP 03--*/
#step_03 .step_cont {
	background-image: url(../../../_images/guide/first/modal_03_img.gif);
}
#step_03 h4:before {
	background-image: url(../../../_images/guide/first/modal_03.gif);
}


/*----あらためまして----*/
.first_yoroshiku {
	width: 100%;
	background: #fff441;
	padding: 20px 0;
	text-align: center;
}
.first_yoroshiku .yoroshiku_cont {
	width: 1000px;
	height: 392px;
	margin: 0 auto;
	position: relative;
}
.first_yoroshiku .yoroshiku_cont .woman {
	position: absolute;
	top: 47px;
	left: 90px;
}
.first_yoroshiku .yoroshiku_cont .man {
	position: absolute;
	top: 47px;
	right: 85px;
}


/*----お問い合わせ----*/
.first_contact {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 60px 60px 60px;
	text-align: center;
}
.first_contact .contact_box {
	margin-top: 20px;
	position: relative;
}
.first_contact .contact_box .contact_btn {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 210px;
	left: 50%;
}

/*--商品をお選びください--*/
.first_choice_item {
	margin-bottom: 60px;
}

.first_choice_item h3 {
	margin-bottom: 30px;
	text-align: center;
}
.first_choice_item .item_li {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.first_choice_item .item_li li {
	width: calc(100% / 3);
	height: 280px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.first_choice_item .item_li li img {
	width: 210px;
	height: auto;
}
.first_choice_item .item_li li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.first_choice_item .item_li li a:hover {
	background: #fff441;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

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

.other_rank .other_rank_list{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.other_rank .other_rank_list > div{
	display: flex;
	justify-content: space-between;
}
.other_rank .other_rank_list > div.dotUnder {
	background: url(../../../_images/type/_common/other_rank_dot.gif) repeat-x bottom;
	padding-bottom: 25px;
}

.other_rank .other_rank_list > div .li {
	width: 350px;
	position: relative;
}

.other_rank .other_rank_list > div .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 > div .li .rank-category:before {
	position: absolute;
	content: url(../../../_images/type/_common/other_rank_arrow.gif);
	left: 21px;
	top: 21px;
	line-height: 0;
}

/*----一覧を見る----*/
.other_rank .other_rank_list > div .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 > div .li .more_list a {
	display: block;
}
.other_rank .other_rank_list > div .li .more_list:hover { 
	background: #1fb2ef;
	border-bottom: 2px solid #84929b;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.other_rank .other_rank_list > div .li ol{
	display: flex;
	justify-content: space-between;
}
.other_rank .other_rank_list > div .li ol.clear:after{
	display: none;
}
.other_rank .other_rank_list > div .li ol > .item_list {
	width: 110px;
}

.other_rank_list .li ol .item_list .image { 
	margin-bottom: 10px;
	position: relative;
}
.other_rank_list .li ol .item_list .image img {
	width: 110px;
	height: auto;
}
.other_rank_list .li ol .item_list .image:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

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

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

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

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

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

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

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


