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

/*-----------------------------------------------
	メイン画像
------------------------------------------------*/
.type_mainimg {
	width: 1450px;
	min-height: 765px;
	background: url(../../../../_images/type/tote/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 45px;
	font-size: 18px;
	line-height: 1.9em;
	font-weight: bold;
}
.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;
	font-size: 55px;
	line-height: 1.1em;
}
.type_mainimg .text_box h1:after {
	content: "";
	display: block;
	width: 150px;
	height: 5px;
	background: #FFF;
	margin: 25px 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;
	padding: 7px;
	margin: 0 auto;
	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: 225px;
	left: 0px;
}

/*------メイン画像　下リスト-------*/
.type_main_list {
	background: #e7e7e5;
	margin-bottom: 30px;
	position: relative;
	z-index: -2;
}
.type_main_list:after {
	content: "TOTE BAG";
	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;
}
.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 {
	color: #FFF;
	background: #00a76a;
	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;
}

/*
.type_main_list .type_name {
	color: #FFF;
	font-family: 'Yantramanav', sans-serif;
	font-size: 150px;
	font-weight: bold;
	line-height: .5em;
	letter-spacing: .1em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 1px solid red;
}
*/

@media screen and (max-width: 1449px) {	
	.type_mainimg {
		width: 100%;
	}
	.type_mainimg .design_img {
		left: -3%;
	}
	.type_mainimg .design_img .design_img_box .print_cloud {
		left: 10%;
	}
}
@media screen and (max-width: 1299px) {
	.type_mainimg {
		width: 1300px;
	}
}


/*-----------------------------------------------
	h 共通
------------------------------------------------*/

.h_lb {
    width: 100%;
    height: 125px;
    color: #00bfeb;
	background-image: repeating-linear-gradient(135deg, #fffc00, #fffc00 8px, #fffd69 8px, #fffd69 16px);
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 115px;
    text-align: center;
	border-bottom: 10px solid #00bfeb;
    position: relative;
}
.h_lb:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0 0 0 -13px;
    border-right: 25px solid transparent;
    border-top: 25px solid #00bfeb;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
}

.h_lb span {
	margin-right: 30px;
	padding: 5px 7px;
	font-size: 36px;
	border: 4px solid #06c1ec;
	border-radius: 7px;
}

.h_db {
	background: #00357c;
	color: #FFF;
	width: 1000px;
	margin: 0 auto 30px auto;
	padding: 25px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}
.h_db span {
	background: #FFF;
	color: #00357c;
	margin: 0 10px;
	padding: 5px 10px;
}


/*-----------------------------------------------
	ランキング
------------------------------------------------*/
/*----タイトル----*/
.rank_cont {
	width: 1000px;
	background: url(../../../../_images/type/tote/rank_h.webp) top no-repeat;
	margin: 0 auto 70px;
	padding-top: 60px;
}
.rank_cont .rank_cont_h {
	width: fit-content;
	margin: 0 auto 50px;
}
.rank_cont .rank_cont_h > span.line {
	display: block;
	width: fit-content;
	background: #FFF;
	color: #db002a;
	margin: 0 auto 10px;
	padding: 20px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	border-top: 5px solid #db002a;
	border-bottom: 5px solid #db002a;
}
.rank_cont .rank_cont_h > span.main {
	display: block;
	width: fit-content;
	background: #db002a;
	color: #FFFFFF;
	margin: auto;
	padding: 5px 8px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .15em;
}

/*----ランキングリスト 1~3位----*/
.rank_cont .rank_list > ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
	margin: 0 0 30px;
}
.rank_cont .rank_list > ol > li {
	width: 320px;
	padding: 13px;
	font-weight: 700;
	border: 2px solid #cdcdcd;
	position: relative;
}
.rank_cont .rank_list > ol > li:before {
	position: absolute;
	left: -3px;
	top: -14px;
	z-index: 2;
}
.rank_cont .rank_list > ol > li.no1:before { content: url(../../../../_images/type/_common/rank1.gif); }
.rank_cont .rank_list > ol > li.no2:before { content: url(../../../../_images/type/_common/rank2.gif); }
.rank_cont .rank_list > ol > li.no3:before { content: url(../../../../_images/type/_common/rank3.gif); }
.rank_cont .rank_list > ol > li.no4:before { content: url(../../../../_images/type/_common/rank4.gif); }
.rank_cont .rank_list > ol > li.no5:before { content: url(../../../../_images/type/_common/rank5.gif); }

/**/
.rank_cont .rank_list ol li .item_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 105px;
	min-height: 25px;
}
.rank_cont .rank_list ol li .item_data .number {
	color: #999999;
	font-size: 17px;
	line-height: 1em;
}
.rank_cont .rank_list ol li .item_data .brand {
	text-align: right;
}

.rank_cont .rank_box {
	background: #f2f9f9;
	padding: 15px;
}
.rank_cont .rank_box .rank_h {
	background: url(../../../../_images/type/_common/dot_big.gif) repeat-x bottom;
	margin-bottom: 10px;
	font-size: 	18px;
	font-weight: 700;
}

.rank_cont .rank_box .color_size{
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}
.rank_cont .rank_box .color_size li {
	font-size: 15px;
}
.rank_cont .rank_box .color_size span {
	background: #000;
	color: #fff;
	margin-right: 10px;
	padding: 4px 8px;
	font-size: 13px;
}

.rank_cont .rank_box .maker_price {
	color: #7f7f7f;
	margin-bottom: 5px;
}
.rank_cont .rank_box .mall_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ff0000;
	font-size: 16px;
	line-height: 1.3em;
}
.rank_cont .rank_box .mall_price dt {
	width: 30%;
}
.rank_cont .rank_box .mall_price dd {
	width: 70%;
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}


.rank_cont .rank_box .mall_price dd em {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.1em;
}
.rank_cont .rank_box .mall_price dd span {
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}

.rank_cont .rank_box .item_rank_text {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

/*----詳細はこちら----*/
.rank_cont .rank_list li .more_btn {
	width: 290px;
	height: 50px;
	background: #db002a;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	box-shadow:3px 3px #f5b5c1;
    transition: all  0.5s ease;
	position: relative;
}
.rank_cont .rank_list li .more_btn a {
	display: block;
	color: #FFF;
}
.rank_cont .rank_list li .more_btn:after {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background-image: url(../../../../_images/type/_common/more_arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.rank_cont .rank_list li .more_btn:hover {
	background: #ff8a1f;
	box-shadow:3px 3px #ede6cb;
}


/*----ランキングリスト 4・5位----*/
.rank_cont .rank_list ol li.no4,
.rank_cont .rank_list ol li.no5 {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	width: 490px;
}
.rank_cont .rank_list ol li.no4:before,
.rank_cont .rank_list ol li.no5:before {
	top: -12px;
}
.rank_cont .rank_list ol li.no4 > p.img,
.rank_cont .rank_list ol li.no5 > p.img {
	width: 230px;
}
.rank_cont .rank_list ol li .right_box {
	width: 230px;
}
.rank_cont .rank_list ol li.no4 .item_data,
.rank_cont .rank_list ol li.no5 .item_data{
	margin: 0 0 5px;
}
.rank_cont .rank_list ol li.no4 .rank_box,
.rank_cont .rank_list ol li.no5 .rank_box {
	background-color: transparent;
	padding: 0;
}
.rank_cont .rank_list ol li.no4 .color_size,
.rank_cont .rank_list ol li.no5 .color_size{
	flex-wrap: wrap;
	gap: 0;
}
.rank_cont .rank_list ol li.no4 .color_size li,
.rank_cont .rank_list ol li.no5 .color_size li{
	font-size: 13px;
}
.rank_cont .rank_list ol li.no4 .color_size li span,
.rank_cont .rank_list ol li.no5 .color_size li span {
	font-size: 11px;
}

.rank_cont .rank_list ol li.no4 .maker_price,
.rank_cont .rank_list ol li.no5 .maker_price {
	margin-bottom: 0;
	line-height: 1.5em;
}
.rank_cont .rank_list ol li.no4 .mall_price dt,
.rank_cont .rank_list ol li.no5 .mall_price dt {
	width: 20%;
}
.rank_cont .rank_list ol li.no4 .mall_price dd,
.rank_cont .rank_list ol li.no5 .mall_price dd {
	width: 80%;
}
.rank_cont .rank_list ol li.no4 .more_btn,
.rank_cont .rank_list ol li.no5 .more_btn {
	width: 100%;
	height: auto;
	margin-top: 15px;
	font-size: 15px;
	line-height: 35px;
}



/*-----------------------------------------------
	～から探す
------------------------------------------------*/
.type_choice .choice_text {
	width: 1000px;
	margin: 0 auto 30px auto;
}

.type_choice ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px 0;
	width: 1000px;
	margin: 0 auto 35px;
}
.type_choice ul li {
	width: 480px;
}
.type_choice ul li img {
	position: relative;
}
.type_choice ul li .item {
	position: relative;
}

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

.type_choice ul li .item-type-line .item-hover {
	display:block;
	z-index: 100;
	-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;
	text-decoration:none;
	text-align:center;
}

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

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

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

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

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

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


/*--1列2個--*/
.type_choice .type_choice_2box ul li .item,
.type_choice .type_choice_2box ul li .item-hover,
.type_choice .type_choice_2box ul li .item-hover .mask,
.type_choice .type_choice_2box ul li .item-img,
.type_choice .type_choice_2box ul li .item-info {
	width: 480px;
	height: 290px;
	letter-spacing: .15em;
}


/*-----------------------------------------------
	絞り込み
------------------------------------------------*/
.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: 700px;
	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);
  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: 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 li { margin-bottom: 30px; }
.item_scene li:after {
	content: "";
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x;
	width: 740px;
	height: 10px;
	display: block;
	margin-top: 30px;
}
.item_scene li figure > div{
	display: flex;
	justify-content: space-between;
}
.item_scene li:nth-of-type(2) figure > div{
	flex-direction: row-reverse;
}
.item_scene .scene_text,
.item_scene figcaption {
	width: 315px;
}

.item_scene li .scene_text h3 {
	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 h3:before,
.item_scene li .scene_text h3: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 h3:before {
    margin-left: -12px;
    border-top-color: #00ac97;
}
.item_scene li .scene_text h3:after {
    margin: -4px 0 0 -12px;
    border-top-color: #FFFFFF;
}
.item_scene li .scene_text h3 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 {
	position: absolute;
	content: url(../../../../_images/type/_common/other_rank.gif);
	top: -9px;
	right: 16px;
	line-height: 0;
}

.other_rank .other_rank_list .dotUnder {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #000;
}

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

/*----一覧を見る----*/
.other_rank .other_rank_list .li .more_list {
	height: 32px;
	width: 100px;
	background: #fbd116;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	border-bottom: 2px solid #9b9885;
	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;
	position: absolute;
	line-height: 25px;
	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;
    transition: all  0.3s ease;
}

/*----品番----*/
.other_rank .other_rank_list .li ol .item_list .number {
	color: #fff;
	background: #8C98BF;
	padding: 5px;
	margin-bottom: 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;
}




