@charset 'UTF-8';

#main_cont > section{
	margin-bottom: 50px;
}

/*-----------------------------------------------
メイン画像
------------------------------------------------*/

.main_img {
	margin: 0 auto 25px auto;
	width: 1300px;
}
.main_img .main_img_h {
	margin-bottom: 25px;
}
.main_img .main_text {
	width: 1000px;
	margin: 0 auto;
}


/*----------------------------------------------------------------------------------------------
用途で選ぶ
-----------------------------------------------------------------------------------------------*/
.item_data_h {
	height: 139px;
	width: 100%;
	background: url(../../../../_images/type/_common/item_data_line.gif) repeat;
	color: #FFF;
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 700;
	line-height: 130px;
	letter-spacing: .09em;
	text-align: center;
	border-bottom: 10px solid #fff600;
	position: relative;
}
.item_data_h:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 35px solid transparent;
	border-top: 35px solid #fffb00;
	border-left: 35px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
}

/**/
.item_data_cont {
	width: 1102px;
	height: 960px;
	margin: 25px auto 40px auto;
	position: relative;
}

.item_data_cont .item_data_list > li {
	position: absolute;
}

.item_data_cont .item_data_list > li dt {
	min-height: 36px;
	color: #ff0840;
	background: url(../../../../_images/type/tshirt/dry/check.gif) no-repeat;
	margin-bottom: 15px;
	padding-left: 55px;
	font-size: 33px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: .09em;
}
.item_data_cont .item_data_list > li dd {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9em;
}


/*----list---*/
.item_data_cont .list_3item > li:nth-of-type(1) {
	width: 345px;
	top: 191px;
	left: 90px;
}
.item_data_cont .list_3item > li:nth-of-type(1) dt { 
	letter-spacing: .03em;
}
/*----list4---*/
.item_data_cont .list_4item > li:nth-of-type(1) {
	width: 345px;
	top: 84px;
	left: 56px;
}
.item_data_cont .list_4item > li:nth-of-type(1) dt { 
	letter-spacing: 0em;
	font-size: 29px;
}

.item_data_cont .list_4item > li:nth-of-type(2) {
	width: 345px;
	top: 323px;
	left: 56px;
}

.item_data_cont .list_3item > li:nth-of-type(2),
.item_data_cont .list_4item > li:nth-of-type(3) {
	width: 290px;
	top: 190px;
	right: 28px;
}
.item_data_cont .list_3item > li:nth-of-type(2) dt,
.item_data_cont .list_4item > li:nth-of-type(3) dt {
	line-height: 1.4em;
}
.item_data_cont .list_3item > li:nth-of-type(3),
.item_data_cont .list_4item > li:nth-of-type(4) {
	width: 290px;
	top: 530px;
	left: 140px;
}


/*----list-共通---*/
.item_data_cont + .item_point ul {
	width: 900px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.item_data_cont + .item_point ul li {
	display: inline-block;
	min-height: 36px;
	background: url(../../../../_images/type/_common/check_p.gif) no-repeat;
	margin-bottom: 25px;
	padding: 0 5px 20px 60px;
	font-size: 40px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: .04em;
	border-bottom: 7px solid #161513;
}


/*-----------------------------------------------
お問い合わせはこちら
------------------------------------------------*/
.use_contact {
	width: 1000px;
	margin: 0 auto 60px auto;
	position: relative;
}
.use_contact_btn {
	position: absolute;
	top: 355px;
	left: 90px;
}

/*-----------------------------------------------
デザイン再現製作
------------------------------------------------*/
.saigen { margin-bottom: 50px; }
.saigen .saigen_title {
	background: #fbf8f4;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.saigen:before {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background: url(../../../../_images/type/_common/saigen_line.gif) repeat-x;
}
.saigen .saigen_title:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fbf8f4;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
}
.saigen .saigen_anshin {
	background: #4fb9d5;
	margin-bottom: 35px;
	padding: 40px 0 30px 0;
	text-align: center;
}
.saigen .saigen_h {
	margin-bottom: 40px;
	text-align: center;
}


/*-----------------------------------------------
リピート製作
------------------------------------------------*/
.repeat .repeat_h {
	background: url(../../../../_images/type/_common/repeat_line.gif) repeat-x bottom;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}
.repeat .repeat_h span {
	color: #242ca5;
	padding: 0 10px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 52px;
	border-bottom: 5px solid #242ca5;
}
.repeat .repeat_h img {
	display: block;
	margin: 45px auto 0 auto;
}
.repeat .repeat_h:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #fffb00;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
}

.repeat dl dt {
	margin-bottom: 30px;
	padding: 20px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .14em;
	text-align: center;
	text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.repeat .first dt { background: #fffb00; }
.repeat .second dt { background: #ffba00; }

.repeat_ribbon {
	width: 986px;
	height: 103px;
	background: url(../../../../_images/type/tshirt/dry/dry_ribbon.gif) no-repeat;
	color: #FFF; 
	margin: 40px auto 0 auto;
	padding-top: 35px;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .08em;
}


/*-----------------------------------------------
オススメアイテム
------------------------------------------------*/
/*見出し*/
.osusume_2item .osusume_2item_h3 {
	width: 100%;
	height: auto;
	background: url(../../../../_images/type/tshirt/dry/dry_h_back.gif) repeat-x bottom;
	margin: 40px 0 60px 0;
	text-align: center;
	position: relative;
}
.osusume_2item .osusume_2item_h3:after {
	content:"";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 25px solid #fffb00;
	transform: translateX(-50%);
	position: absolute;
	bottom: -50px;
	left: 50%;
}
.osusume_2item .osusume_2item_h3 img {
	width: auto;
	height: auto;
	padding-bottom: 40px;
}

/*アイテム*/
.osusume_2item_cont {
	width: 1000px;
	margin: 0 auto 70px auto;
}

.osusume_2item_cont > .inner {
	display: flex;
	justify-content: space-between;
	background: url(../../../../_images/type/tshirt/dry/osusume_line.gif) repeat-y;
	background-position: center;
}

/**/
.osusume_2item_cont .osusume_left,
.osusume_2item_cont .osusume_right {
	width: 475px;
	background: url(../../../../_images/type/_common/osusume_back.gif) repeat;
	padding: 145px 20px 35px 20px;
	box-shadow: 6px 6px #fffb28;
	position: relative;
}

.osusume_2item_cont .osusume_2item_h {
	position: absolute;
	top: -10px;
	left: 0;
}

.osusume_2item_cont .osusume_strong {
	width: 100%;
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 90px;
	left: 50%;
}
.osusume_2item_cont .osusume_point {
	margin-bottom: 25px;
}
.osusume_2item_cont .osusume_point dt {
	background: url(../../../../_images/type/tshirt/dry/long/t_icon.gif) no-repeat;
	background-position: 55px 10px;
	background-color: #FFF;
	padding: 25px 25px 25px 95px;
	margin-bottom: 20px;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .17em;
	text-align: center;
	border: 4px solid #161513;
	box-shadow: 4px 4px #161513;
}

.osusume_2item_cont .osusume_left .osusume_point dt {
	background: url(../../../../_images/type/tshirt/dry/long/t_icon.gif) no-repeat;
	background-position: 55px 10px;
	background-color: #FFF;
}
.osusume_2item_cont .osusume_right .osusume_point dt {
	background: url(../../../../_images/type/tshirt/dry/short/t_icon.gif) no-repeat;
	background-position: 55px 10px;
	background-color: #FFF;
}


/*品番ブランド*/
.osusume_2item_cont .number_brand {
	display: block;
	margin-bottom: 15px;
}
.osusume_2item_cont .number_brand span.number{
	display: inline-block;
	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;
}
.osusume_2item_cont .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;
}

/*品名*/
.osusume_2item_cont .h_white {
	margin-bottom: 20px;
}
.osusume_2item_cont .h_white span {
	background: #FFF;
	padding: 0 5px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.6em;
	word-break: break-all;
}


/*商品画像*/
.osusume_2item_cont .item_img {
	margin-bottom: 15px;
}
.osusume_2item_cont .item_img li {
	border: 2px solid #d3cfcf;
}
.osusume_2item_cont .item_img img{
	width: 100%;
	height: auto;
}


/*スライダー*/
.osusume_2item_cont .item_img .bx-wrapper {
	height: 300px;
	margin-bottom: 10px;
}
.osusume_2item_cont .item_img .bx-viewport li {
	min-height: 1px;
	min-width: 1px;
	width: 435px !important;
	height: 300px !important;
	z-index: 99;
}

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

/**/
.osusume_2item_cont .item_img .pager_list{
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.osusume_2item_cont .item_img .pager_list li {
	width: calc((100% - 60px) / 7);
	border: 1px solid #c3b8ac;
}

/*価格*/
.osusume_2item_cont .price {
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}
.osusume_2item_cont .price:after {
	content: "";
	display: block;
	width: 435px;
	height: 5px;
	background: url(../../../../_images/type/_common/other_line.gif) repeat-x;
	margin-top: 30px;
}

.osusume_2item_cont .priceBox{
	padding-right: 130px;
}
.osusume_2item_cont .priceBox dl{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #737069;
	margin: 10px 0;
	font-weight: 600;
}
.osusume_2item_cont .priceBox dl.price_maker{
	  font-size: 22px;
}
.osusume_2item_cont .priceBox dl.price_maker dt{
	flex-shrink: 0;
	background-color: #737069;
	color: #fff;
	width: 90px;
	margin-right: 5px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	text-align: center;
}
.osusume_2item_cont .priceBox dl.price_mall{
	color: #222;
	margin-bottom: 5px;
	padding: 8px 0;
	border-bottom: 1px dashed #776161;
}
.osusume_2item_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;
}
.osusume_2item_cont .priceBox dl.price_mall dd{
	color: #ff2621;
	font-size: 17px;
	vertical-align: baseline;
}
.osusume_2item_cont .priceBox dl.price_mall dd em{
	margin-right: 5px;
	font-size: 45px;
	font-weight: 600;
	vertical-align: baseline;
}
.osusume_2item_cont .priceBox dl.price_mall-tax{
	margin: 0;
	font-size: 18px;
}

.osusume_2item_cont .priceBox dd,
.osusume_2item_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;
}

.osusume_2item_cont .priceBox + .price_off{
	width: 140px;
	position: absolute;
	top: 0;
	right: -5px;
}


.osusume_2item_cont .text_box {
	background: url(../../../../_images/type/_common/text_paper.gif) no-repeat;
	min-height: 160px;
	background-size: cover;
	margin-bottom: 25px;
	padding: 65px 12px 20px 12px;
}


/*-----------------------------------------------
形状に応じたオススメ商品
------------------------------------------------*/
.osusume_point_p {
	background-color: #FFF;
	background-position: 55px 10px;
	margin-bottom: 20px;
	padding: 13px 25px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
	border: 4px solid #161513;
	box-shadow: 4px 4px #161513;
}
.osusume_point_p:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 41px;
	margin-right: 15px;
	vertical-align: middle;
}
.osusume_left .osusume_point_p:before {
	background: url(../../../../_images/type/yshirt/_common/icon_long.gif) no-repeat;
	background-size: contain;
}
.osusume_right .osusume_point_p:before {
	background: url(../../../../_images/type/yshirt/_common/icon_short.gif) no-repeat;
	background-size: contain;
}



/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene {
	width: 1000px;
	background: url(../../../../_images/type/_common/scene_line_under.gif) no-repeat bottom;
	margin: 0 auto 70px auto;
	padding-bottom: 65px;
}
.scene .scene_h {
	background: url(../../../../_images/type/_common/scene_h.gif) no-repeat;
	color: #FFF;
	height: 111px;
	margin-bottom: 30px;
	padding-top: 45px;
	font-size: 40px;
	font-weight: 700;
	line-height: 0;
	letter-spacing: .1em;
	text-align: center;
}
.scene .scene_h span {
	background: #FFF;
	color: #152a79;
	margin-right: 15px;
	padding: 10px 14px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .07em;
	border-radius: 5px;
}

/*----文字多----*/
.scene .h_large {
	padding-top: 45px;
	font-size: 35px;
}
.scene .h_large span {
	font-size: 20px;
	padding: 10px 14px;
}

.scene .scene_list{
	display: flex;
	justify-content: space-between;
	gap: 0;
}
.scene .scene_list li {
	width: 316px;
	border-radius: 10px;
	box-shadow: 4px 4px #a1e7f2;
	position: relative;
}

.scene .scene_list .data_cont {
	padding: 20px;
}
.scene .scene_list .scene_li_h {
	color: #ff1647;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.scene .scene_list .text {
	letter-spacing: .03em;
}

.scene .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene .scene_list .scene_1:before {
	background: url(../../../../_images/type/_common/scene_01.gif) no-repeat;
}
.scene .scene_list .scene_2:before {
	background: url(../../../../_images/type/_common/scene_02.gif) no-repeat;
}
.scene .scene_list .scene_3:before {
	background: url(../../../../_images/type/_common/scene_03.gif) no-repeat;
}



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

.nav_box dl dt {
	background: #d8d6c8;
	margin-bottom: 10px;
	padding: 10px 0 15px;
}
.nav_box dl img {
	width: 70%;
	height: auto;
}
.nav_box dl dd.item {
	padding: 3px 0;
}


