@charset 'UTF-8';

*{ box-sizing: border-box;}
a{ transition: all 0.3s ease-out;}

/*-----------------------------------------------
	～とは？サークル部活
------------------------------------------------*/

.whats_cont {
	margin: 25px auto 100px;
}
.whats_cont > h3 {
	padding: 30px 10px;
}

.whats_cont .whats_about{
	width: 1000px;
	height: 670px;
	background-image: url(../../../../_images/type/tshirt/circle/item_data_main.webp);
	max-height: 670px;
	margin: 25px auto 35px;
	padding: 10px 30px;
	position: relative;
}
.whats_cont .whats_about h4{
	color: #00348b;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}
.whats_cont .whats_about .whats_about_list{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 320px;
}
.whats_cont .whats_about .whats_about_list > li dl{
	background-color: rgba(255,255,255,0.7);
	border: 7px solid #20d6e4;
}
.whats_cont .whats_about .whats_about_list > li dl dt{
	color: #ff0840;
	padding: 10px;
	padding-left: 60px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 6px solid #20d6e4;
	position: relative;
}
.whats_cont .whats_about .whats_about_list > li dl dt:before{
	content: "";
	display: block;
	background: url(../../../../_images/type/tshirt/_common/check.gif);
	background-repeat: no-repeat;
	width: 43px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.whats_cont .whats_about .whats_about_list > li dl dd{
	padding: 15px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.9em;
}
.whats_cont .whats_about .whats_about_list > li > a{
	display: block;
	background-color: #20d6e4;
	color: #00348b;
	padding: 8px 10px 13px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.whats_cont .whats_about .whats_about_list > li > a span{
	display: inline-block;
	padding-right: 25px;
	position: relative;
}
.whats_cont .whats_about .whats_about_list > li > a span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 12px solid #00348b;
	position: absolute;
	right: 0;
	top: 7px;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-out;
}

.whats_cont .whats_about .whats_about_list > li > a:hover{
	color: #fff;
}
.whats_cont .whats_about .whats_about_list > li > a:hover span:after{
	border-top-color: #fff;
}


/*-----------------------------------------------
	お薦め商品
------------------------------------------------*/
.osusume_cont > h3{
	height: 90px;
	position: relative;
}
.osusume_cont > h3 > img{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

.osusume_cont > h3 + p{
	width: 1000px;
	margin: 30px auto;
}

/*----お薦め商品紹介----*/
.osusume_cont .osusume_box{
	width: 1000px;
	background: repeating-linear-gradient(110deg, #f0ecde, #f0ecde 30px, #f4f1e6 30px, #f4f1e6 40px);
	margin: 40px auto;
	padding: 30px 0 10px;
	border-radius: 20px;
	box-shadow: 10px 10px 0 #fffb1c;
}
/*--見出し--*/
.osusume_cont .osusume_box > h4{
	width: 680px;
	height: 45px;
	margin-bottom: 20px;
	margin-right: 60px;
	font-size: 33px;
	font-weight: 600;
	position: relative;
}
.osusume_cont .osusume_box > h4:before{
	content: "";
	background-image: linear-gradient(to right, #fff 50%, #ccc 100%);
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.osusume_cont .osusume_box > h4:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-left: 35px solid #ffcc1c;
	border-bottom: 35px solid #ffcc1c;
	position: absolute;
	right: -50px;
	bottom: 0;
}
.osusume_cont .osusume_box > h4 > span{
	display: inline-block;
	line-height: 1.2em;
	position: absolute;
	bottom: 3px;
	left: 30px;
}
.osusume_cont .osusume_box > h4 > span b{
	color: rgba(255,255,255,0);
	margin-right: 10px;
	font-size: 78px;
	line-height: 1em;
	vertical-align: bottom;
    text-shadow: 2px 2px 0 #ffcc1c;
    -webkit-text-stroke: 2px #d5253c;
}

/*--商品リスト--*/
.osusume_cont .osusume_box .osusume_list{
	display: flex;
	gap: 22px;
	width: 950px;
	margin: 20px auto;
}
.osusume_cont .osusume_box .osusume_list > li{
	background-color: #fff;
	width: 300px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	transition: all 0.2s ease-out;
}
.osusume_cont .osusume_box .osusume_list > li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.osusume_cont .osusume_box .osusume_list > li > a{
	display: block;
}
.osusume_cont .osusume_box .osusume_list > li p{
	padding: 5px 10px;
	line-height: 1.3em;
}
.osusume_cont .osusume_box .osusume_list > li p.point{
	background-color: #ff4520;
	color: #fff;
	margin-bottom: 5px;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
.osusume_cont .osusume_box .osusume_list > li h5{
	color: #c92100;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 600;
}
.osusume_cont .osusume_box .osusume_list > li p.number{
	font-size: 15px;
}
.osusume_cont .osusume_box .osusume_list > li dl{
	display: flex;
	flex-shrink: 1;
	margin: 5px 10px;
	font-weight: 600;
	line-height: 1em;
}
.osusume_cont .osusume_box .osusume_list > li dl dt{
	background-color: #111;
	color: #fff;
	padding: 5px 10px;
}
.osusume_cont .osusume_box .osusume_list > li dl dd{
	padding: 5px 10px;
	font-size: 16px;
}
.osusume_cont .osusume_box .osusume_list > li p.price{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
}
.osusume_cont .osusume_box .osusume_list > li p.price > em{
	color: #d50000;
	font-size: 24px;
	font-weight: 600;
}
.osusume_cont .osusume_box .osusume_list > li p.price > span.tax{
	display: inline-block;
}

.osusume_cont .osusume_box .osusume_list > li p.info{
	font-size: 13px;
	line-height: 1.6em;
}

.osusume_cont .osusume_box .osusume_list > li .btn{
	display: block;
	background-color: #01b25d;
	color: #fff;
	width: 95%;
	margin: 20px auto;
	padding: 8px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 3px 0 #017b40;
	position: relative;
}
.osusume_cont .osusume_box .osusume_list > li .btn:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*----赤タイプ----*/
.osusume_cont .osusume_box.osusume-red > h4{
	color: #ff4520;
}
.osusume_cont .osusume_box.osusume-red > h4:before{
	background-image: linear-gradient(to right, #ffccc2 50%, #ffcc23 100%);
}
.osusume_cont .osusume_box.osusume-red > h4 > span b{
    -webkit-text-stroke: 2px #d5253c;
}
.osusume_cont .osusume_box.osusume-red .osusume_list > li p.point{
	background-color: #ff4520;
}

/*----青タイプ----*/
.osusume_cont .osusume_box.osusume-blue > h4{
	color: #00aada;
}
.osusume_cont .osusume_box.osusume-blue > h4:before{
	background-image: linear-gradient(to right, #c8eff9 50%, #ffcc23 100%);
}
.osusume_cont .osusume_box.osusume-blue > h4 > span b{
    -webkit-text-stroke: 2px #03576f;
}
.osusume_cont .osusume_box.osusume-blue .osusume_list > li p.point{
	background-color: #11b7e1;
}



/*-----------------------------------------------
実績
------------------------------------------------*/
.record_cont{
	background-color: #fff1ec;
	width: 1000px;
	margin: 80px auto;
	padding: 50px 20px 50px;
	box-shadow: 3px 3px 0 #ffb195;
	position: relative;
}
.record_cont:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid #ffb195;
	border-top: 20px solid #ffb195;
	border-right: 30px solid #fff;
	border-bottom: 20px solid #fff;
	position: absolute;
	right: -3px;
	bottom: -3px;
}
.record_cont:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 28px solid #ddd6d6;
	border-top: 18px solid #ddd6d6;
	border-right: 28px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	right: 1px;
	bottom: 1px;
}

/**/
.record_cont > h3{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.record_cont > h3 > span{
	display: inline-block;
	background-color: #ff632c;
	color: #fff;
	padding: 10px 20px;
	padding-right: 80px;
	font-size: 28px;
	font-weight: 600;
	border-radius: 15px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
	position: relative;
}
.record_cont > h3 > span:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #ff632c;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: auto;
}
.record_cont > h3 > span:after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../../../../_images/type/tshirt/_common/record-title-icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 8px;
	bottom: 5px;
}
.record_cont > h3 > span b{
	margin-left: 10px;
	font-size: 55px;
	line-height: 1em;
	vertical-align: middle;
	color: rgba(255,255,255,0.3);
    text-shadow: 1.2px 1.2px 0 #4cfdff;
    -webkit-text-stroke: 2px #006683;
}
.record_cont > h3 + p{
	margin: 20px auto;
	font-size: 16px;
	text-align: center;
}

/**/
.record_cont ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.record_cont ul > li{
	width: 45%;
	background-color: #e9e9e9;
	padding: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	transition: all 0.3s ease-out;
}
.record_cont ul > li:hover{
	background-color: #c2feff;
}

.record_cont ul > li a {
	display: block;
}
.record_cont ul > li a div.imgBox{
	background-color: #fff;
	padding: 5px;
	text-align: center;
}
.record_cont ul > li a img{
	width: 90%;
	height: auto;
}
.record_cont ul > li a p{
	margin: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
}
.record_cont ul > li a div.btn{
	background-color: #333;
	color: #fff;
	width: 130px;
	margin: 5px auto;
	text-align: center;
	border-radius: 30px;
	position: relative;
}
.record_cont ul > li a div.btn:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}



/*-----------------------------------------------
手書き
------------------------------------------------*/
.tegaki_cont {
	margin-bottom: 50px;
}
.tegaki_cont .tegaki_title {
	background: #fbf8f4;
	padding: 40px 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.tegaki_cont:before {
	content: "";
	display: block;
	background: url(../../../../_images/type/_common/saigen_line.gif) repeat-x;
	height: 7px;
	width: 100%;
}
.tegaki_cont .tegaki_title:after {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 25px solid #fbf8f4;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.tegaki_cont .tegaki_omakase {
	background: #5ac5e0;
	margin-bottom: 35px;
	padding: 40px 0 20px 0;
	text-align: center;
}
.tegaki_cont .tegaki_h {
	margin-bottom: 40px;
	text-align: center;
}

/*-----------------------------------------------
オプション
------------------------------------------------*/
.option_cont {
	margin-bottom: 50px;
}
.option_cont .blue_text {
	text-align: center;
}
.option_cont .blue_text span {
	font-size: 40px;
	color: #242ca5;
	font-weight: 700;
	border-bottom: 5px solid #242ca5;
	letter-spacing: .03em;
	padding: 0 10px 3px 10px;
	line-height: 52px;
	display: inline-block;
	margin-bottom: 25px;
}
.option_cont > h3 {
	padding: 10px 0;
}


/*-----------------------------------------------
リピート製作_740
------------------------------------------------*/
.repeat_740 { 
	background: url(../../../../_images/type/_common/scene_dot.gif) repeat-x bottom;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.repeat_b80 { margin-bottom: 80px; }

.repeat_740 .pink { 
	text-align: center;
	margin-bottom: 13px;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .03em;
	
}
.repeat_740 .pink span {
	padding: 5px 15px;
	background: #f02840;
}

.repeat_740 .repeat_h {
	text-align: center;
	margin-bottom: 25px;
}

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

.repeat_740 .repeat_ribbon {
	background: url(../../../../_images/type/_common/side_ribbon.gif) no-repeat top;
	color: #FFF; 
	font-size: 21px;
	height: 75px;
	text-align: center;
	margin: 40px auto 0 auto;
	padding-top: 20px;
	box-sizing: border-box;
	letter-spacing: .08em;
	font-weight: 700;
}



/*-----------------------------------------------
デザイン例
------------------------------------------------*/
.design_sample { margin-bottom: 50px; }
.design_sample .sample_h4 {
	text-align: center;
	margin-bottom: 25px;
}
.design_sample .description {
	background: url(../../../../_images/type/_common/design_sample_back.gif) repeat;
	font-weight: 700;
	padding: 10px 20px;
	box-sizing: border-box;
}
.design_text { margin-top: 20px; }

/*---- 実績画像 ----*/
#production {
	position: relative;
}
#ProductionArea {
	background: #faf6e9;
	width: 100%;
	height: 195px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 25px 28px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#ProductionArea .frameBox{
	width: 684px;
	height: 145px;
	margin: 0 auto;
}
#ProductionArea .bx-prev {
	background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	position: absolute;
	left: -35px;
	width: 47px;
	height: 46px;
}

#production .bx-prev {
    background: url(../../../../_images/type/_common/prev_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
	top: 47px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	display: block;
}
#production .bx-next {
    background: url(../../../../_images/type/_common/next_arrow.png) no-repeat;
	background-size: contain;
    position: absolute;
    right: -30px;
    width: 60px;
    height: 60px;
	top: 47px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	display: block;
}

/*----詳細はこちら----*/
.remodal .item_link {
	background: #01b25d;
	border-radius: 80px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	position: relative;
	color: #FFF;
	font-size: 20px;
}
.remodal a.item_link {
    color: #FFF;
    display: block;
	width: 100%;
	padding: 17px 60px 17px 20px;
	box-sizing: border-box;
}
.remodal a.item_link:after {
    content: url(../../../../_images/type/_common/arrow.png);
    right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.remodal .item_link:hover {
	background: #366a51;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.remodal a.item_link: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;
}


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

#ProductionArea .bx-viewport li {
	width: 330px !important;
	cursor: pointer;
}


/*----さらにお急ぎの方はこちら----*/
.banner_speed {
	background: url(../../../../_images/type/_common/speed_back.gif) repeat-x bottom;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 30px;
}



/*-----------------------------------------------
納品までの流れ
------------------------------------------------*/
.flow_cont { margin-bottom: 50px; }
.flow_cont img { 
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 40px;
}

.flow_cont .flow_day {
	padding: 30px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	border: 5px solid #005e89;
	text-align: center;
}

.flow_cont .flow_day:before{
	content: "";
	position: absolute;
	top: -38px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #FFF;
 	z-index: 2;
}

.flow_cont .flow_day:after{
	content: "";
	position: absolute;
	top: -45px;
	left: 50%;
 	margin-left: -17px;
	border: 22px solid transparent;
	border-bottom: 23px solid #005e89;
 	z-index: 1;
}


.flow_cont .flow_day {
	font-size: 20px;
	letter-spacing: .16em;
}
.flow_cont .flow_day .day .yellow_line {
	background: linear-gradient(transparent 50%, #fff25c 0%);
	padding: 0 5px;
	font-weight: 700;
	color: #005e89;
}
.flow_cont .flow_day .ps {
	color: #4f4e55;
	font-size: 13px;
	padding-top: 5px;
}



/*-----------------------------------------------
活用シーン
------------------------------------------------*/
.scene_cont {
	margin: 0 auto 50px auto;
	background: url(../../../../_images/type/_common/scene_line_under.gif) no-repeat bottom;
	padding-bottom: 65px;
}
.scene_cont .scene_h {
	text-align: center;
}

.scene_cont .scene_h .type {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	background: #FFF;
	padding: 7px 14px;
	color: #152a79;
	border-radius: 5px;
	letter-spacing: .07em;
	border: 3px solid #152a79;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.scene_cont .scene_h .ribbon {
	background: url(../../../../_images/type/_common/red_ribbon.gif) no-repeat;
	min-height: 80px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
	letter-spacing: .1em;
	display: block;
	padding-top: 23px;
	box-sizing: border-box;
}


.scene_cont .scene_list li {
	width: 100%;
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0.877px 2.869px 9.3px 0.7px rgba(101, 107, 108, 0.26);
}
.scene_cont .scene_list li:last-child { margin-bottom: 0; }

.scene_cont .scene_list .data_cont {
	float: right;
	width: 425px;
	padding: 25px 30px;
	box-sizing: border-box;
}
.scene_cont .scene_list .float {
	float: left;
	width: 315px;
}

.scene_cont .scene_list li:nth-child(even) .data_cont { float: left; }
.scene_cont .scene_list li:nth-child(even) .float { float: right; }


.scene_cont .scene_list .scene_li_h {
	margin-bottom: 10px;
	font-size: 20px;
	color: #ff1647;
	font-weight: 700;
}
.scene_cont .scene_list .text {
	font-size: 13px;
}
.scene_cont .scene_list .text_large {
	font-size: 13px;
	line-height: 1.7em;
}

.scene_cont .scene_list li:before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 10px;
}
.scene_cont .scene_list li:nth-child(even):before {
	content: "";
	display: block;
	width: 64px;
	height: 68px;
	position: absolute;
	top: -4px;
	left: 435px;
}

.scene_cont .scene_list .scene_1:before {
	background: url(../../../../_images/type/_common/scene_01.gif) no-repeat;
}
.scene_cont .scene_list .scene_2:before {
	background: url(../../../../_images/type/_common/scene_02.gif) no-repeat;
}
.scene_cont .scene_list .scene_3:before {
	background: url(../../../../_images/type/_common/scene_03.gif) no-repeat;
}
.scene_cont .scene_list .scene_4:before {
	background: url(../../../../_images/type/_common/scene_04.gif) no-repeat;
}



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











