

/*-----------------------------------------------
オススメアイテム
------------------------------------------------*/
.osusume_item { margin-bottom: 60px; }
.osusume_h3 {
	width: 100%;
	height: 125px;
	background: url(../../../_images/type/_common/osusume_line.gif) repeat-x bottom;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.osusume_h3:after {
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fffb00;
	border-left: 25px solid transparent;
	content:"";
	position: absolute;
	bottom: -25px;
	left: 50%;
}


/*-----------------------------------------------
オススメアイテム　タブ切り替え
------------------------------------------------*/
.osusume_item .osusume_item_tab {
	width: 1000px;
	margin: 0 auto;
}

.osusume_item .designSoftTab { margin-bottom: 45px; }

.osusume_item .designSoftTab li {
	float: left;
	position: relative;
}
.osusume_item .designSoftTab li .active:after {
	content: url(../../../_images/type/_common/btn_active.png);
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.osusume_item .tab2 .designSoftTab li { margin-right: 40px; }
.osusume_item .tab3 .designSoftTab li,
.osusume_item .tab2_3 .designSoftTab li { margin-right: 35px; }
.osusume_item .tab4 .designSoftTab li { margin-right: 32px; }
.osusume_item .designSoftTab li:last-child { margin-right: 0; }

/*2列*/
.osusume_item .tab2_3 .designSoftTab li { margin-bottom: 20px; }
.osusume_item .tab2_3 .designSoftTab li:nth-child(3n) { margin-right: 0; }

/*-----------------------------------------------
オススメアイテム　タブコンテンツ内
------------------------------------------------*/
#tabcontent { margin-bottom: 60px; }
#tabcontent .design_h4 {
	height: 95px;
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: 700;
	line-height: 95px;
	letter-spacing: .1em;
	text-align: center;
	border: 4px solid;
	box-sizing: border-box;
	position: relative;
}

#tabcontent #tab01 .design_h4 {
	color: #fc391f;
	border-color: #fc391f;
}
#tabcontent #tab02 .design_h4 {
	color: #0aa7be;
	border-color: #0aa7be;
}
#tabcontent #tab03 .design_h4 {
	color: #569b10;
	border-color: #569b10;
}
#tabcontent #tab04 .design_h4 {
	color: #b541b3;
	border-color: #b541b3;
}
#tabcontent #tab05 .design_h4 {
	color: #ff7e00;
	border-color: #ff7e00;
}

#tabcontent .design_h4:before {
	content:"";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 88px solid transparent;
}
#tabcontent .design_h4:after {
	content:"";
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 0;
	height: 0;
	border-right: 88px solid transparent;
	border-left: 0px solid transparent;
}

#tabcontent #tab01 .design_h4:before,
#tabcontent #tab01 .design_h4:after {
	border-top: 21px solid #fc131b;
}
#tabcontent #tab02 .design_h4:before,
#tabcontent #tab02 .design_h4:after {
	border-top: 21px solid #0088aa;
}
#tabcontent #tab03 .design_h4:before,
#tabcontent #tab03 .design_h4:after {
	border-top: 21px solid #358902;
}
#tabcontent #tab04 .design_h4:before,
#tabcontent #tab04 .design_h4:after {
	border-top: 21px solid #a31597;
}
#tabcontent #tab05 .design_h4:before,
#tabcontent #tab05 .design_h4:after {
	border-top: 21px solid #ff6200;
}

/*----*/
.designBox .pickup_h4{
	color: #FFF;
	margin-bottom: 25px;
	padding: 25px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
}
.designBox.pickup1 .pickup_h4{
	background: linear-gradient(#fc391f 50%, #ee2b11 50%);
}
.designBox.pickup2 .pickup_h4{
    background: linear-gradient(#3fc4d9 50%, #34b6cb 50%);
}
.designBox.pickup3 .pickup_h4{
	background: linear-gradient(#6bba1a 50%, #5ba212 50%);
}

.designBox.pickup1,
.designBox.pickup2,
.designBox.pickup3{
	margin-bottom: 50px;
}

/*----right_cont----*/
.designBox .osusume_cont {
	background: url(../../../_images/type/_common/osusume_back.gif) repeat;
	padding: 40px;
	box-shadow: 6px 6px #fffb28;
	box-sizing: border-box;
	position: relative;
}
.designBox .osusume_cont .right_cont {
	float: right;
	width: 350px;
}

.right_cont .osusume_h5 { margin-bottom: 30px; }

/*--品名--*/
.right_cont .osusume_h5 .number_brand {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
}
.right_cont .osusume_h5 .number_brand span.number{
	display: block;
	width: fit-content;
	height: 30px;
	background-color: #a3389d;
	color: #fff;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 3px 30px 3px 15px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	position: relative;
}
.right_cont .osusume_h5 .number_brand span.number:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-right: 10px solid #f0ecde;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.right_cont .osusume_h5.h5text {
	color: #fffb28;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: -0.08em;
    text-shadow: #a3389d 2px 0px 0px, #a3389d 1.75517px 0.958851px 0px, #a3389d 1.0806px 1.68294px 0px, #a3389d 0.141474px 1.99499px 0px, #a3389d -0.832294px 1.81859px 0px, #a3389d -1.60229px 1.19694px 0px, #a3389d -1.97999px 0.28224px 0px, #a3389d -1.87291px -0.701566px 0px, #a3389d -1.30729px -1.51361px 0px, #a3389d -0.421592px -1.95506px 0px, #a3389d 0.567324px -1.91785px 0px, #a3389d 1.41734px -1.41108px 0px, #a3389d 1.92034px -0.558831px 0px;
}

/*--商品リード--*/
.right_cont .text_white { margin-bottom: 30px; }
.right_cont .text_white span {
	background: #FFF;
	padding: 0 3px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.9em;
}

/*--商品価格--*/
.right_cont .price {
	margin-bottom: 15px;
	padding: 20px 0;
	text-align: right;
	position: relative;
}
.right_cont .price:before,
.right_cont .price:after {
	content: "";
	display: block;
	background: url(../../../_images/type/_common/price_line.gif) repeat-x;
	width: 350px;
	height: 8px;
	position: absolute;
}
.right_cont .price:before{
	top: 0;
}
.right_cont .price:after{
	bottom: 0;
}

/**/
.right_cont .priceBox{
	padding-right: 80px;
}
.right_cont .priceBox dl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #737069;
	margin: 10px 0;
	font-weight: 600;
}
.right_cont .priceBox dl.price_maker{
	font-size: 22px;
}
.right_cont .priceBox dl.price_maker dt{
	flex-shrink: 0;
	width: 90px;
	background-color: #737069;
	color: #fff;
	margin-right: 5px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
}
.right_cont .priceBox dl.price_mall{
	color: #222;
	margin-bottom: 5px;
	padding: 8px 0;
	border-bottom: 1px dashed #776161;
}
.right_cont .priceBox dl.price_mall dt{
	flex-shrink: 0;
	background-color: #333;
	color: #fff;
	width: 55px;
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
	line-height: 1.1em;
	text-align: center;
}
.right_cont .priceBox dl.price_mall dd{
	color: #ff2621;
	font-size: 17px;
	vertical-align: baseline;
}
.right_cont .priceBox dl.price_mall dd em{
	margin-right: 5px;
	font-size: 43px;
	font-weight: 600;
	vertical-align: baseline;
}
.right_cont .priceBox dl.price_mall-tax{
	margin: 0;
	font-size: 18px;
}
.right_cont .priceBox dd,
.right_cont .priceBox dl.price_mall-tax{
	text-shadow:
       3px  3px 1px #fff,
      -3px  3px 1px #fff,
       3px -3px 1px #fff,
      -3px -3px 1px #fff,
       3px  0px 1px #fff,
       0px  3px 1px #fff,
      -3px  0px 1px #fff,
       0px -3px 1px #fff;
}
.right_cont .priceBox + .price_off{
  width: 110px;
  position: absolute;
  top: 15px;
  right: -25px;
}


/*--商品情報--*/
.right_cont .text_box {
	background: url(../../../_images/type/_common/text_paper.gif) no-repeat;
	min-height: 160px;
	background-size: cover;
	margin-bottom: 25px;
}
.right_cont .text_box p {
	padding: 54px 20px 35px 20px;
	font-size: 13px;
}

.right_cont .text_box_long {
	min-height:  400px;
	background: url(../../../_images/type/_common/text_paper_long.gif) no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.right_cont .text_box_long p {
	padding: 50px 20px 10px 20px;
	font-size: 13px;
}



/*----別商品をお探しの方----*/
.text_box_long .other_link {
	padding: 0 20px 15px 20px;
}

.text_box_long .other_link h5 {
	background: url(../../../_images/type/_common/item_dot.gif) repeat-x top;
	color: #ff2621;
	margin-bottom: 10px;
	padding-top: 15px;
	letter-spacing: .09em;
	font-size: 16px;
	font-weight: 700;
}
.other_link .item_li {
	font-weight: 700;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}
.other_link .item_li:hover {
	border: 1px solid #fd4743;	
}
.other_link .item_li a {
	display: block;
	padding: 11px;
}
.other_link .item_li dt {
	width: 180px;
	margin-bottom: 5px;
	line-height: 1.3em;
	float: right;
}
.other_link .item_li .number {
	width: 180px;
	color: #968e92;
	float: right;
	font-size: 12px;
}
.other_link .item_li .img {
	width: 79px;
}
.other_link .other_link_btn {
	background: #01b25d;
	border-radius: 33px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-top: 13px;
	position: relative;
	color: #FFF;
	letter-spacing: .1em;
}
.other_link .other_link_btn a {
    color: #FFF;
    display: block;
}
.other_link .other_link_btn a:after {
    content: url(../../../_images/type/_common/arrow.png);
    right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.other_link .other_link_btn:hover {
	background: #188d5d;
}

.other_link p.caution {
	padding: 10px 0 0 0;	
}


.right_cont .icon_list { margin-bottom: 25px; }
.right_cont .icon_list li {
	width: 62px;
	float: left;
	margin: 0 10px 7px 0;
}
.right_cont .icon_list li img { width: 100%; }
.right_cont .icon_list li:nth-child(5n) {
	margin: 0 0 7px 0;
}

/*----left_cont----*/
.designBox .osusume_cont .left_cont {
	float: left;
	width: 520px;
	margin-right: 50px;
}

/*----商品仕様イメージ----*/
.item_img { margin-bottom: 30px; }
.item_img .bx-next {
    background: url(../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    right: -38px;
    width: 76px;
    height: 76px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow: hidden;
	text-indent: 100%;
	display: block;
	z-index: 100;
}
.item_img .bx-prev {
    background: url(../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    left: -38px;
    width: 76px;
    height: 76px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: block;
	overflow: hidden;
	text-indent: 100%;
	display: block;
	z-index: 100;
}

.item_img .bx-wrapper {
	margin-bottom: 20px;
	height: 578px;
}

.item_img .bxslider li {
	border: 1px solid #c3b8ac;
}
.item_img li img{
	width: 100%;
	height: auto;
}

.item_img .pager_list li {
	width: 75px;
	margin: 0 14px 15px 0;
	border: 1px solid #c3b8ac;
	box-sizing: border-box;
	float: left;
}
.item_img .pager_list li:nth-child(6n) {
	margin: 0 0 15px 0; 	
}
.item_img .pager_list li img {
	width: 100%;	
}

.item_img .pager_list .active {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.bx-viewport li {
	min-height: 1px;
	min-width: 1px;
	width: 520px !important;
	height: 580px !important;
	z-index: 99;
}
.bx-clone {display: none;}

/*--ドライTシャツ スライダー--*/
.osusume_2item_cont .item_img .bx-wrapper {
	margin-bottom: 10px;
	height: 300px;
}

.osusume_2item_cont .item_img .pager_list li {
	border: 1px solid #c3b8ac;
	box-sizing: border-box;
	width: 57px;
	float: left;
	margin: 0 6px 8px 0;
}
.osusume_2item_cont .item_img .pager_list li:nth-child(6n) {
	margin: 0 6px 8px 0;	
}
.osusume_2item_cont .item_img .pager_list li:nth-child(7n) {
	margin: 0 0 8px 0;	
}

.osusume_2item_cont .bx-viewport li {
	min-height: 1px;
	min-width: 1px;
	width: 435px !important;
	height: 300px !important;
	z-index: 99;
}


/*----おすすめポイント----*/
.point_cont {
	background: #FFF url(../../../_images/type/_common/point_man.gif) no-repeat;
	background-position: 715px bottom;
	border: 5px solid #d8c4b0;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	padding: 55px 230px 30px 40px;
	margin-bottom: 35px;
}
.point_cont h6 {
	position: absolute;
	top: -13px;
	left: 45px;
}
.point_cont ol li {
	border-bottom: 1px solid #d9d4c4;
	font-weight: 700;
	padding: 10px 0 10px 50px;
	letter-spacing: .1em;
}
.point_cont ol li.list_1 {
	background: url(../../../_images/type/_common/point_number1.gif) no-repeat 10px;
}
.point_cont ol li.list_2 {
	background: url(../../../_images/type/_common/point_number2.gif) no-repeat 10px;
}
.point_cont ol li.list_3 {
	background: url(../../../_images/type/_common/point_number3.gif) no-repeat 10px;
}

/*----詳細はこちら----*/
.designBox .osusume_cont .item_link {
	background: #01b25d;
	border-radius: 33px;
	width: 100%;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	position: relative;
	color: #FFF;
	font-size: 20px;
	letter-spacing: .1em;
}
.designBox .osusume_cont .item_link a {
    color: #FFF;
    display: block;
	padding: 15px;
	padding-right: 40px;
	line-height: 1.7em;
}
.designBox .osusume_cont .item_link a:after {
    content: url(../../../_images/type/_common/arrow.png);
    right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.designBox .osusume_cont .item_link:hover {
	background: #188d5d;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.designBox .osusume_cont .item_link a:hover:after {
	right: 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.designBox .osusume_cont .color_size_data {
	position: absolute;
	top: 47px;
	right: -73px;
}
.designBox .osusume_cont .color_size_data img {
	display: block;
}
.designBox .osusume_cont .color_size_data img.color {
	margin-bottom: 9px;	
}


/*----クリックでスクロールします----*/
.nav_box {
	position: fixed;
	bottom: 125px;
	right: 20px;
	width: 150px;
	border: 5px solid #d8d6c8;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
}

.nav_box dl dt {
	background: #d8d6c8;
	padding: 10px 0 15px 0;
}
.nav_box dl dd.osusume {
	margin-top: 8%;
}
.nav_box dl dd.item {
	margin: 7% 0 8% 0;
}

.nav_box dl img {
	width: 70%;
}



