@charset "utf-8";

.flex_wrap{
	display: flex;
}

/*.lity-content{
	overflow: scroll;
	white-space: nowrap;
	height: 750px;
	background: #fff;
}*/

.lity-container{
	width: 30%;
}

.lity-container img{
	width: 100%;
}

/*.lity-container ::-webkit-scrollbar{
  width: 10px;
}
.lity-container ::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.lity-container ::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.lity-content:after{
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6) !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.6) !important;
}*/

.T-shirtFeature_ContentBox_Wrap *{
	box-sizing: border-box;
}

.T-shirtFeature_ContentBox_Wrap a{
	display: block;
}

.T-shirtFeature_ContentBox_Wrap_ContentTitle{
	font-size:24px;
	color: #fff;
	background: #E60012;
	padding: 8px 10px 5px;
	margin: 28px 0 15px
}


.T-shirtFeature_ContentBox_Wrap .T-shirtFeature_item_wrap:first-of-type .T-shirtFeature_ContentBox_Wrap_ContentTitle{
	margin-top: 0;
}

.popupBtn{
	text-align: center;
}

.popupBtn a{
	background: #E60012;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	font-size: 18px;
}


.mai_text{
	line-height: 1.0em;
	background: #EE7500;
	display: inline-block;
	padding: 8px 15px 5px;
	border-radius: 10px;
	margin: 5px 0;
	color: #fff;
}

.kyanpen_text{
	font-weight: bold;
	color: #E60012;
}

.price_Box{
	font-size: 18px;
	font-weight: bold;
}

.price_text{
	display: inline-block;
	position: relative;
	
}

/*.price_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../../../img/class-TshirtImg/campaignLogo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 60px;
	height: 60px;
}*/

.price_Box p{
	/*position: relative;
	padding-left: 20px;
	display: inline-block;
	padding: 10px 55px 10px 0;*/
}

/*.price_Box p:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../../../img/class-TshirtImg/campaignLogo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;

}
*/
.price_Box span{
	font-size: 32px;
	line-height: 1.5em;
}

/*---------------------------------*/


.T-shirtFeature_ListBox_Wrap {
	margin: 25px 0;
}

.T-shirtFeature_ListBox_Wrap .list_index{
	flex-wrap: wrap;
}

.T-shirtFeature_ListBox_Wrap .list_index li{
	width: calc(98%/3);	
}

.T-shirtFeature_ListBox_Wrap .list_index li:nth-of-type(n+4){
	margin:1% 0 0;
}

.T-shirtFeature_ListBox_Wrap .list_index li:nth-of-type(3n-1){
	margin-right: 1%;
	margin-left: 1%;
}

.T-shirtFeature_ListBox_Wrap .list_index li a{
	display: block;
	padding: 20px 10px;
	text-align: left;
	background: #223685;
	color: #fff;
	position: relative;
	font-weight: bold;
	border: 2px solid #223685;
	transition: ease 0.3s ;
	font-size: 16px;
}

.T-shirtFeature_ListBox_Wrap .list_index li a:after{
	content: "\f0ab";
	display: block;
	font-weight: 900;
	font-family: "Font Awesome 5 Free"; 
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.T-shirtFeature_ListBox_Wrap .list_index li a:hover{
	text-decoration: none;
	background: #fff;
	color: #223685;
}

.T-shirtFeature_Info_wrap_before{
margin: 30px 0;
border: 1px solid #ccc;
position: relative;
padding: 20px;
}

.T-shirtFeature_Info_wrap_before > p{
position: absolute;
top: -0.5em;
left: 15px;
background: #fff;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.0em;
font-weight: bold;
padding: 0 5px;
}

.T-shirtFeature_Info_wrap_before .t-shirtfee_wrap{

}

.T-shirtFeature_Info_wrap_before .t-shirt_comment{

}

.T-shirtFeature_List_wrap .T-shirtFeature_List > li{
	position: relative;
}

/*.T-shirtFeature_List_wrap .T-shirtFeature_List > li:before{
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	right: 10px;.T-shirtFeature_List li
	top: 10px;
	background: url(../../../img/class-TshirtImg/campaignLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
*/

.T-shirtFeature_List_wrap .flexBox{
	display: flex;
	align-items: center;
}

.T-shirtFeature_List_wrap .flexBox .t-shirtfee_wrap{
	width: 40%;
}

.T-shirtFeature_List_wrap .flexBox .t-shirt_comment{
	width: 60%;
	padding-left: 10px;
}

.T-shirtFeature_List_wrap .t-shirtfee_wrap p:first-of-type{
	line-height: 1.0em;
    background: #EE7500;
    display: inline-block;
    padding: 8px 15px 5px;
    border-radius: 10px;
    margin: 5px 0;
    color: #fff;
}

.T-shirtFeature_List_wrap .t-shirtfee_wrap p:last-of-type{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.T-shirtFeature_List_wrap .t-shirtfee_wrap p:last-of-type span{
	font-size: 32px;
}

.T-shirtFeature_List_wrap .t-shirt_comment p{
	color: #E60012;
}


.itemTitle{
	text-align: center;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	margin: 80px auto 25px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 96%;
}

.itemTitle > span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
}

.itemTitle > span span{
	width: 2px;
	height: 35px;
	display: block;
	background: #bdbdbdbd;
	transform: rotate(35deg);
	margin-right: 20px;
}

.itemTitle > span span:last-of-type{
	margin-right: 0;
}

.itemTitle > span:first-of-type{
	left: 0;
}

.itemTitle > span:last-of-type{
	right: 0;
}










/*---------------------------------*/

.T-shirtFeature_List{
	display: flex;
	flex-wrap: wrap;
}

.T-shirtFeature_List li{
	border: 1px solid #ccc;
	min-height: 435px;
	transition: ease 0.5s ;
}

.T-shirtFeature_List li:hover{
	opacity: 0.5;
}

.T-shirtFeature_List li .BgImg{
	height: 250px;
}

.T-shirtFeature_List li a{
	display: block;
	padding: 0 20px;
	color: #000;
}

.T-shirtFeature_List li a:hover{
	text-decoration: none;
	color: #000;
}

.T-shirtFeature_List li .item_name{
	font-size: 16px;
}

.T-shirtFeature_List li.longtext_item .item_name{
	font-size: 14px;
}

.T-shirtFeature_List li .item_fee{
	padding: 10px 0 5px;	
}

.T-shirtFeature_List li .item_fee .flex_wrap{
	align-items: center;
}

.T-shirtFeature_List li .item_fee .left_wrap{
	width: 25%;
}

.T-shirtFeature_List li .item_fee .left_wrap p:first-of-type{
	text-align: center;
	background: #E2730F;
	border-radius: 25px;
	color: #fff;
}

.T-shirtFeature_List li .item_fee .left_wrap p:last-of-type{
	text-align: center;
	line-height: 2.0em;
	font-weight: bold;
}

.T-shirtFeature_List li .item_fee .right_wrap{
	width:75%;
	padding: 0 10px;
}

.T-shirtFeature_List li .item_fee .right_wrap p{
	font-size: 28px;
	font-weight: bold;
}

.T-shirtFeature_List li .item_text{
	font-size: 14px;
}

.T-shirtFeature_Example_Wrap{
	padding-bottom: 60px;
}

.T-shirtFeature_Example_Wrap .T-shirtFeature_Example_Wrap_ContentTitleWrap{

}

.T-shirtFeature_Example_Wrap .T-shirtFeature_Example_Wrap_ContentTitleWrap h2{
	font-size: 24px;
    color: #fff;
    background: #1E95D4;
    padding: 8px 10px 5px;
    margin: 30px 0 10px;
    text-align: center;
    border-radius: 25px;
}

.T-shirtExample_List li{
	border: 1px solid #ccc;
}

.T-shirtExample_List li .BgImg{
	height: 250px;
}


.T-shirtFeature_deta_wrap{
	padding: 20px 0 0;
}

.T-shirtFeature_deta_wrap p{
	font-weight: bold;
}

.T-shirtFeature_deta_wrap p:first-of-type{
	font-size: 13px;
	padding: 0 0 8px;
}

.T-shirtFeature_deta_wrap p:last-of-type{
	font-size: 16px;
	line-height: 1.0em;
	padding: 5px 0 5px 8px;
	border-left: 4px solid #E60012;
}

.T-shirtFeature_Info_wrap{
	border: 1px solid #ccc;
	margin: 35px auto 20px;
	padding: 30px 10px 10px;
	border-radius: 5px;
	width: 100%;
	position: relative;
}

.T-shirtFeature_Info_wrap .info_title{
	position: absolute;
	font-size: 16px;
	text-align: center;
	background: #E60012;
	color: #fff;
	padding: 5px 0px;
	border-radius: 5px;
	top: -1.0em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	min-width: 250px;
}


.T-shirtFeature_Info_wrap .flexBox .rightBox > p{
	color: #E60012;
}

.T-shirtFeature_Info_wrap .flexBox{
	align-items: center;
	padding: 0 ;
}

.T-shirtFeature_Info_wrap .flexBox > div{
	
}

.T-shirtFeature_Info_wrap .flexBox .leftBox{
	padding-right: 5px;
	width: 50%;
}

.T-shirtFeature_Info_wrap .flexBox .rightBox{
	padding-left: 5px;
	width: 50%;
	text-align: center;
}

.T-shirtFeature_Info_wrap .flexBox .BgImg{
	height: 125px;
}


.T-shirtFeature_exampleList_wrap{
	padding: 20px;
	margin: 70px 0 0;
	position: relative;
	background: #fffcf2;
	border: 1px solid #ffc000;
}

.T-shirtFeature_exampleList_wrap h3{
	display: inline-block;
    padding: 8px 0px 5px;
    background: #00A0E9;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -1.2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    letter-spacing: 1px;
    min-width: 400px;
    text-align: center;
}

.T-shirtFeature_exampleList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}

.T-shirtFeature_exampleList li{
	width: calc(96%/4);
	padding: 5px;
	margin: 6px 0;
	border: 1px solid #dedede;
	background: #fff;
}

.T-shirtFeature_exampleList li .BgImg{
	height: 180px;
}






/*-------------------------------*/

.Bnr *{
 box-sizing: border-box;
}

.Bnr{
	background: #FFE100;
	box-sizing: border-box;
	width: 750px;
	padding: 15px 20px 10px;
}

.Bnr .flexBox{
	align-items: center;
}

.Bnr .flexBox .leftBox{
	width: 55%;
}

.Bnr .flexBox .leftBox p{
	color: #000;
	font-weight: bold;
}

.Bnr .flexBox .leftBox p:last-of-type{
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 0 0;
}

.Bnr .flexBox .rightBox{
	width: 45%;
}

.Bnr .flexBox .rightBox ul{
	display: flex;
	width: 100%;
}

.Bnr .flexBox .rightBox ul li{
	padding: 0 3px;
	width: calc(100%/4);
}

.Bnr .flexBox .rightBox ul li img{
	width: 100%;
}










/*---------*/


.fixed_manga_wrap{
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.Bnr .Bnr__img{
	position: relative;
}

.Bnr .Bnr__img p.close{
  position: absolute;
  right: -13px;
  top:-9px;
  color: #000;
}

.fixed_manga_wrap{
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.page-template-mangaPage .fixed_manga_wrap{
	display: none;
}

.owl-carousel.owl-loaded{
	position: relative;
}

.owl-prev , .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.owl-prev{
	left: 0px;
}

.owl-next{
	right: 0px;
}

.owl-nav{
	overflow: hidden;
	padding: 0px 0 ;
}

.owl-prev span ,.owl-next span{
	font-size: 52px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 10px 5px;
    background-color: rgba(87, 84 ,84, 0.8);
	/*border: 1px solid #333;
	padding: 0.5em 1em;*/
}

.owl-prev{
	float: left;
}

.owl-next{
	float: right;
}


_::-webkit-full-page-media, _:future, :root .owl-prev span {
 	padding: 10px 5px 20px;  
}

_::-webkit-full-page-media, _:future, :root .owl-next span {
   padding: 10px 5px 20px;
}


.printdesigner_baner_wrap{

}

.printdesigner_baner_wrap .item_text{
	padding: 30px 0 10px;
}

.printdesigner_baner_wrap .item_text p{
	font-weight: bold;
}

.printdesigner_baner_wrap img{
	width: 100%;
}

@media screen and (max-width:768px) { 

.T-shirtFeature_MainVisualImgBox_Wrap img{
	width: 100%;
}

.T-shirtFeature_ContentBox_Wrap_ContentTitle{
	font-size: 18px;
	margin: 28px 0 15px;
}

/*------------------------------------*/



.T-shirtFeature_List li{
	width: 100%;
}

.T-shirtFeature_List li:nth-of-type(odd){
	margin:  0;
}

.T-shirtFeature_List li:nth-of-type(even){
	margin: 0;
}

.T-shirtFeature_List li > .BgImg{
	height: 50vw;
}

.T-shirtFeature_Info_wrap .flexBox .leftBox{
	
	width: 40%;
}

.T-shirtFeature_Info_wrap .flexBox .rightBox{
	
	width: 60%;
}

.popupBtn a{
	padding: 15px;
	font-size: 16px;
}



/*.T-shirtFeature_List li:nth-of-type(odd){
	margin: 20px 5px 20px 0;
}

.T-shirtFeature_List li:nth-of-type(even){
	margin: 20px 0 20px 5px;
}


.T-shirtFeature_List li > .BgImg{
	height: 35vw;
}

.T-shirtFeature_Info_wrap .flexBox .leftBox{
	padding-right:0px;
	width: 100%;
}

.T-shirtFeature_Info_wrap .flexBox .rightBox{
	text-align: center;
	padding-left: 0px;
	width: 100%;
}

.T-shirtFeature_List li{
	width: calc(96%/2);
	padding: 10px;
}

.popupBtn a{
	padding: 10px;
	font-size: 14px;
}*/

/*------------------------------------*/



.T-shirtFeature_Info_wrap .flexBox{
	flex-wrap: wrap;
}



.T-shirtFeature_Info_wrap .flexBox .BgImg {
    height: 39vw;
}

.T-shirtFeature_deta_wrap p:first-of-type{
	font-size: 12px;
}

.T-shirtFeature_deta_wrap p:last-of-type{
	font-size: 14px;
	line-height: 1.2em
}



.T-shirtFeature_exampleList_wrap h3{
	font-size: 16px;
	line-height: 1.0em;
	padding:8px 0px 5px;
}

.T-shirtFeature_exampleList{
	padding: 10px 0 0;
}

/*--------------*/

.T-shirtFeature_exampleList li{
	width: calc(96%/4);
}

.T-shirtFeature_exampleList li .BgImg {
    height: 21vw;
}

.owl-carousel{
	z-index: 0 !important;
}

/*
.price_text{
	padding: 0 0 0 0;
}

.price_text p:first-of-type{
	position: relative;
}

.price_text p:first-of-type:after{
	content: "";
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: -17px;
	    transform: translateY(-50%);
	    background: url(../../../img/class-TshirtImg/campaignLogo.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center center;
	    width: 30px;
	    height: 30px;
}


.price_text p:last-of-type{
	padding: 8px 10px 5px;
}

.price_text:after{
	display: none;
	top: -8px;
	right: 0;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	width: 30px;
	height: 30px;
}

.price_Box span{
	font-size: 24px;
}*/


.T-shirtFeature_exampleList li{
	width: calc(96%/2);
}

.T-shirtFeature_exampleList li .BgImg {
    height: 40vw;
}

.price_text{
	padding: 0 45px 0 0;
}

.price_text:after{
	width: 40px;
	height: 40px;
}

.price_Box span{
	font-size: 28px;
}



/*---------------*/







.price_text p{
	font-size: 12px;
}

.price_Box p{
	font-size: 14px;
}

.T-shirtFeature_deta_wrap{
	padding: 15px 0 0;
}

.T-shirtFeature_Info_wrap .flexBox .rightBox > p{
	font-size: 12px;
}

.T-shirtFeature_Info_wrap{
	padding: 25px 5px 10px;
	margin: 25px 5px 10px;
}


.lity-container{
	width: 90%;
}

.lity-content{
	height: 100vw;
	overflow-x: auto;
}

.lity-content::-webkit-scrollbar {
    height: 10px;
  }
  .lity-content::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .lity-content::-webkit-scrollbar-track-piece {
    background: #efefef;
  }



.lity-container img{
	width: 500px;
	padding: 20px 10px;
}

.Bnr{
	width: 100%;
}

.Bnr .flexBox .rightBox ul{
	flex-wrap: wrap;
}


.fixed_manga_wrap{
	position: initial;
	display: block;
	bottom: initial;
	left: initial;
	transform: translateX(0%); 
	-webkit-transform: translateX(0%);
}

.Bnr .flexBox .leftBox p:last-of-type{
	font-size: 16px;
	padding: 10px 0;
}

.Bnr .Bnr__img p.close{
	display: none;
}

.Bnr .flexBox{
	flex-wrap: wrap;
}

.Bnr .flexBox > div{
	width: 100% !important;
}

.T-shirtFeature_exampleList_wrap h3{
	font-size: 14px;
	top: -1.0em;
	min-width: auto;
	width: 100%;
}

.T-shirtFeature_exampleList_wrap{
	padding: 10px;
	margin: 45px 0 0;
}


.price_text{
	padding: 0 0px 0 0;
}

/*.price_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../../../img/class-TshirtImg/campaignLogo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}*/

.price_Box span{
	font-size: 24px;
}

.owl-carousel.owl-loaded{
	position: relative;
}

.owl-prev , .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.T-shirtFeature_Info_wrap .info_title{
	font-size: 12px;
	min-width: auto;
	width: 150px;
}

.itemTitle{
	font-size: 18px;
}

.itemTitle > span span{
	height: 25px;
	margin-right: 1.5vw;
}


.T-shirtFeature_ListBox_Wrap{
	margin: 0px 0 8px;
}

.T-shirtFeature_ListBox_Wrap .list_index li{
	width: 100%;
}

.T-shirtFeature_ListBox_Wrap .list_index li a{
	font-size: 14px;
	padding: 15px 10px;
}

.T-shirtFeature_ListBox_Wrap .list_index li:nth-of-type(n+2){
	margin: 2% 0 0;
}


.T-shirtFeature_List li .item_name{
	height: auto !important;
	background: #fff;
	color: #000;
	font-size: 14px;
	padding-top: 12px;
}

.T-shirtFeature_List li .item_fee{
	padding: 5px 0 2px;
}

.T-shirtFeature_List li .item_fee .right_wrap p{
	font-size: 24px;
}

.T-shirtFeature_List li .item_text{
	font-size: 13px;
}

.T-shirtFeature_List li .item_fee .left_wrap{
	width: 30%;
}

.T-shirtFeature_List li .item_fee .right_wrap{
	font-size: 70%;
}

.T-shirtFeature_List li {
	min-height: 430px;
	padding: 15px 0 12px;
}

.T-shirtFeature_List li .BgImg{
	height: 75vw;
}

.owl-prev span, .owl-next span{
	font-size: 48px;
	line-height: 1.0em;
	max-height: 72px;
	padding: 0px 5px 10px;
}

.T-shirtFeature_List li:hover{
	opacity: 1.0;
}

.T-shirtFeature_Example_Wrap{
	padding-bottom: 0px;
}

.printdesigner_baner_wrap .item_text{
	padding: 10px 0 5px;
}

.T-shirtFeature_Example_Wrap .T-shirtFeature_Example_Wrap_ContentTitleWrap h2{
	font-size: 18px;
	margin: 15px 0;
}

.T-shirtFeature_item_wrap .owl-dots{
	display: none;
}

.T-shirtExample_List li .BgImg{
	height: 72vw;
}

.printdesigner_baner_wrap .item_text{
	font-size: 12px;
}

}