@charset 'UTF-8';

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

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

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


/*-----------------------------------------------
オススメアイテム
------------------------------------------------*/
.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 {
	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%;
}


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

.osusume_item .designSoftTab {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-bottom: 45px;
}

.osusume_item .designSoftTab li {
	position: relative;
}
.osusume_item .designSoftTab li .active:after {
	display: block;
	content: url(../../../../_images/type/_common/btn_active.png);
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
}

/*ボタン4つ*/
.osusume_item .osusume_item_tab.tab4 .designSoftTab {
	gap: 20px 32px;
}



/*-----------------------------------------------
オススメアイテム　タブコンテンツ内
------------------------------------------------*/
#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;
	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:"";
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 88px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 0;
}
#tabcontent .design_h4:after {
	content:"";
	width: 0;
	height: 0;
	border-right: 88px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	bottom: -25px;
	right: 0;
}

#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;
	position: relative;
}
.designBox .osusume_cont .right_cont {
	width: 350px;
	float: right;
}

.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;
	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;
	height: auto;
	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;
}


/*--商品スペックアイコン--*/
.right_cont .icon_list {
	margin-bottom: 25px;
}
.right_cont .icon_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.right_cont .icon_list ul.clear:after {
	display: none;
}
.right_cont .icon_list li {
	width: calc((100% - 40px) / 5);
}
.right_cont .icon_list li img {
	width: 100%;
	height: auto;
}


/*----別商品をお探しの方----*/
.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;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .09em;
}
.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;
	font-size: 12px;
	float: right;
}
.other_link .item_li .img {
	width: 79px;
}
.other_link .other_link_btn {
	width: 100%;
	height: 40px;
	background: #01b25d;
	color: #FFF;
	margin-top: 13px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: .1em;
	text-align: center;
	border-radius: 33px;
	position: relative;
}
.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;	
}


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

/*----商品仕様イメージ----*/
.item_img {
	margin-bottom: 30px;
}
.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;
}

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

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

.item_img .pager_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.item_img .pager_list li {
	width: calc((100% - 50px) / 6);
	border: 1px solid #c3b8ac;
}
.item_img .pager_list li img {
	width: 100%;
	height: auto;
}
.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;
}

/*----おすすめポイント----*/
.point_cont {
	background: #FFF url(../../../../_images/type/_common/point_man.gif) no-repeat;
	background-position: 715px bottom;
	margin: 20px auto 35px;
	padding: 55px 230px 30px 40px;
	border: 5px solid #d8c4b0;
	border-radius: 10px;
	position: relative;
}
.point_cont h6 {
	position: absolute;
	top: -13px;
	left: 45px;
}
.point_cont ol li {
	padding: 10px 0 10px 50px;
	font-weight: 700;
	letter-spacing: .1em;
	border-bottom: 1px solid #d9d4c4;
}
.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 {
	width: 100%;
	background: #01b25d;
	color: #FFF;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	border-radius: 33px;
	position: relative;
}
.designBox .osusume_cont .item_link a {
    display: block;
    color: #FFF;
	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 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: 47px;
	right: -73px;
}
.designBox .osusume_cont .color_size_data img {
	display: block;
}


/*-----------------------------------------------
	クリックでスクロールします
------------------------------------------------*/
.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;
}


/*-----------------------------------------------
刺繍・プリントお任せ下さい！
------------------------------------------------*/
.print_omakase { margin-bottom: 70px; }

.print_omakase .h_lb_stripe {
	background: url(../../../../_images/type/yshirt/_common/lb_stripe.gif) repeat;
	margin-bottom: 45px;
	padding: 40px 40px 35px 40px;
	text-align: center;
	border-bottom: 10px solid #7febe5;
	position: relative;
}
.print_omakase .h_lb_stripe:after {
	content:"";
	width: 0;
	height: 0;
	margin: 0 0 0 -13px;
	border-right: 25px solid transparent;
	border-top: 25px solid #7febe5;
	border-left: 25px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
}

.print_omakase .lead_text {
	width: 1000px;
	margin: 0 auto 35px auto;
}

.print_omakase .print_omakase_list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 45px auto;
}

.print_omakase .print_omakase_list li {
	width: 485px;
	box-shadow: 7.071px 7.071px 20px 0px rgba(7, 7, 3, 0.16);
}

.print_omakase .print_omakase_cont {
	padding: 25px 35px;
}

.print_omakase .print_omakase_cont .h_cont {
	color: #eb002b;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;
}

.print_omakase .print_omakase_cont .h_cont:before {
	content: "";
	display: inline-block;
	background: url(../../../../_images/type/_common/check_p.gif) no-repeat left;
	background-size: contain;
	width: 44px;
	height: 37px;
	margin-right: 10px;
	vertical-align: middle;
}

.print_omakase .print_omakase_cont .catch_text {
	margin: 0 auto 15px auto;
	font-weight: 700;
	font-size: 19px;
	text-align: center;
	letter-spacing: .07em;
}

/*-----------------------------------------------
ボタンダウン形状
------------------------------------------------*/
.button_cont { margin-bottom: 70px; }

.button_cont .button_h {
	background: url(../../../../_images/type/yshirt/_common/yellow_dot.gif) repeat-x bottom;
	padding-bottom: 50px;
	font-size: 49px;
	font-weight: 700;
	text-align: center;
}
.button_cont .button_h span:first-child {
	display: block;
	margin-bottom: 40px;
	line-height: 1em;
}

.button_cont .button_data {
	width: 1000px;
	height: 620px;
	background: url(../../../../_images/type/yshirt/_common/buttondown_text.jpg);
	margin: 0 auto;
	position: relative;
}

.button_cont .button_data .button_text {
	width: 390px;
	font-weight: 700;
	position: absolute;
	top: 100px;
	right: 65px;
}

.button_cont .button_data .button_text .button_data_h {
	color: #ff0840;
	padding-left: 65px;
	margin-bottom: 60px;
	font-size: 33px;
}
.button_cont .button_data .button_text dd.text {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 2em;
}
.button_cont .button_data .button_text dd.text span {
	background: #fcff00;
}

.button_cont .button_data .button_text dd.scene_dd h4 span {
	display: block;
	color: #FFF;
	background: #eb002b;
	margin-bottom: 10px;
	padding: 10px 50px 10px 15px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.button_cont .button_data .button_text dd.scene_dd h4 span:after {
	content: "";
	margin-top: -22px;
	border: 22px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 22px;
	border-right: 11px solid #d9d7e4;
	position: absolute;
	top: 50%;
	right: 0;
}

.button_cont .button_data .button_text dd.scene_dd li {
	font-size: 17px;
	line-height: 2.2em;
	border-bottom: 2px solid #000;
}
