@charset "utf-8";
/* common */
html{
	width:100%;
	height:100vh;height: 100lvh;
	-webkit-overflow-scrolling: touch;
}

html body{
	position: relative;
	z-index: 1;
	font-size:13pt;
	line-height:150%;
	font-family:'Roboto', 'M PLUS Rounded 1c',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight:400;
	width:100%;
	height:100vh;height: 100lvh;
	-webkit-overflow-scrolling: touch;
	margin:0;
	padding:0;
	overflow-x: hidden;
}

html .fn{ font-weight: 400 !important; }
html .fb{ font-weight: 700 !important; }

@media only screen and (max-width: 768px) {
	html body{ font-size:12pt; }
}	/* @media only screen and (max-width: 768px) { */

h1,h2,h3,h4,h5,h6{
	line-height: 150%;
}

a{
	color:#219b64;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

a:hover{ opacity: 0.75; }
.color_a{ color:#15a066; }
.color_h{ color:#15a066; }
.back_a{ background: #15a066; }
.back_h{ background: #15a066; }
.body_on{	overflow: hidden; }
.hr_a{ border-top: 1px dotted #15a066; }

.link_btn a{
	display: block;
	padding:15px 5px 20px 5px;
	text-align: center;
}

/* scroll bar */
.scroll_bar::-webkit-scrollbar{
	width:5px;
	background:#666;
}

.scroll_bar::-webkit-scrollbar-button{
	width:5px;
	height:5px;
	background:#333;
}

.scroll_bar::-webkit-scrollbar-piece{
	background:#333;
}

.scroll_bar::-webkit-scrollbar-piece:start{
	background:#333;
}

.scroll_bar::-webkit-scrollbar-thumb{
	background:#333;
}

.scroll_bar::-webkit-scrollbar-corner{
	background:#333;
}

.arrow_cright{
	display: inline-block;
	transform: rotate(90deg);
	background: #1e2c5c;
	padding: 5px 5px 5px 5px;
	border-radius: 50%;
	color: #fff;
	line-height: 100%;
	margin-top: 2px;
	margin-right: 5px;
}

/* btn  */
.btn{
	display: none;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_none{ display: none !important; }

/* page-top */
#page-top {
	position: fixed;
	bottom: 100px;
	right: -50px;
	z-index:100;
	transition: 0.3s ease-in-out;
}

#page-top.ptbtn_on{ right:0px;transition: 0.3s ease-in-out; }

#page-top a {
	display:block;
	background:#00a672;
	color:#fff;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding:15px 5px;
}

#page-top a:hover{
	background:#fff;
	color:#00a672;
	opacity: 1.0;
}

#page-top.hidden_top{
	z-index: -1;
}

.fi{ font-style: italic; }

header,main,footer{ z-index:2; }
main{ margin-top:100px; }
.ani_slide {
	min-width: 300px;
	border:1px solid #a10000;
	background: #a10000;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 10px 50px;
}

.ani_slide.anis_fi{
	background:#ce923c;
	border:1px solid #ce923c;
}

.ani_slide::after {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.ani_slide:hover {
	color: #d60b30;
	opacity: 1.0;
	letter-spacing:0.05em;
}

.ani_slide.anis_fi:hover { color:#ce923c; }

.ani_slide:hover::after {
	transform: scale(1, 1);
	opacity: 1.0;
}

.ani_ul {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.ani_ul::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.ani_ul:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.ani_img{
	display: block;
	width:100%;
	overflow: hidden;
}

.ani_img img{ transition:0.3s all; }
.ani_img img:hover{ transform:scale(1.1);transition:0.3s all;opacity:1.0; }
a:hover.ani_img{ opacity:1.0; }

/* header */
.header_fixed{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:10;
	transition: 0.3s ease-in-out;
	background: rgba(255,255,255,0.98);
	border-bottom:1px solid #ccc;
	box-shadow: 0px 2px 2px 0px #eee;
}

.header_pc{
	top:-100%;
	transition: 0.3s ease-in-out;
}

.header_inner{
	position: relative;
	display: block;
}

.header_inner h1{
	position: fixed;
	top:10px;
	left: 30px;
	z-index: 1000001;
	width:300px;
	transition: 0.3s ease-in-out;
}

.header_scrl .header_inner h1{ width:80px; }

.header_nav{
	width:calc(100% - 150px);
	margin-left:150px;
	_margin-top:30px;
	margin-top: 0;
}

.header_nav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-left:-10px;
	margin-right:-10px;
}

.header_nav ul li{
	position: relative;
	z-index: 1;
	margin-left:5px;
	margin-right:5px;
}

.header_nav ul li ul li{
	margin-left:0px;
	margin-right:0px;
	display: block;
	width: 100%;
	text-align: right;
}

.header_nav ul li a{
	display: block;
	padding:5px 5px 5px 5px;
}

.header_nav ul li a.current{
	background: #15a066;
}

.header_nav ul li ul{
	position: absolute;
	z-index: -1;
	top:34px;
	right: 10px;
	border:1px solid #ccc;
	padding:0px;
	background: #fff;
	transition: 0.3s ease-in-out;
	opacity: 0;
}

.header_nav ul li:hover ul{
	z-index: 2;
	opacity: 1.0;
	animation: fadeIn 0.3s ease 0s;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1 !important; }
}

/* footer */
footer{
	margin-top:400px;
}

#back_footer{
	display: none;
	position: fixed;
	z-index: -6;
	top:0;
	left: 0;
	width: 100%;
	height:100vh;height: 100lvh;
}

#back_footer.bf_on{
	z-index:-2;
	display: block;
}

footer h1{	width:120px; }
footer a{  }

.footer_main{
	position: relative;
	z-index: 2;
}

.footer_mes{
	position: relative;
	z-index: 1;
	margin-top:-80px;
	margin-right:30px;
}

.footer_mes h3{ color:rgba(255,255,255,0.20); }
#copyright{
	position: relative;
	z-index: 1;
	background: rgba(20,20,20,1.0);
	color:#ccc;
	padding:3px 5px;
	text-align: center;
}

#top_fv,
.si_div{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 85vh;height: 85lvh;
}

/* slider  */
.top_slider{}

.si_img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}

.si_img::after{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.50);
}

.add-animation .si_img{
	animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
	0% { transform: scale(1); }
	100% { transform: scale(1.1); }
}

.si_txt{
	position: absolute;
	z-index: 5;
	top:20%;
	left: 20%;
	width: 80%;
	height: 80%;
}

.ts_w{
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff,
	-2px 2px 2px #fff,  2px -2px 2px #fff,
	2px 0 2px #fff, -2px  0 2px #fff,
	0 2px 2px #fff,  0 -2px 2px #fff;
}

.si_btn{
	position: absolute;
	z-index: 10;
	bottom:20%;
	width: 100%;
}

#page_title{ position: relative;z-index:-2; }
#page_title::after{
	content: '';
	position: absolute;
	z-index: -1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(33,155,100,0.90);
}

.loading_img{ width:60px; }
.loading.is-hide{ display: none; }
.loading_none{ display: none; }

.st_title{
	position: relative;
	z-index: 2;
}

.div_woo input,.div_woo select,
.div_woo textarea{
	padding:5px;
	border:1px solid #999;
	border-radius: 5px;
}

.item_a{
	border:1px solid #219b64;
}

.item_a:hover{
	background: #219b64;
	color:#fff;
}

.item_a span{
	display: inline-block;
	background: #219b64;
	color:#fff;
	padding:5px 15px;
	border-radius: 10px;
}

.item_li{
	display: flex;
	align-items: center;
}

.item_li img{
	width:150px;
	margin-right:30px;
}

.item_li div{
	width: calc(100% - 180px);
}

.cart .input-text.qty.text{
	padding:10px;
	border:1px solid #999;
	border-radius: 10px;
	text-align: right;
}

.single_add_to_cart_button{
	background: #219b64;
	color:#fff;
	padding:10px;
	border-radius: 10px;
	text-shadow: 1px 1px 2px #ccc;
}

.item_d .product { display:none; }
.input-text.qty.text{ min-width:150px; }
.cart_product input{}

.wc_payment_method input{
	appearance: auto !important;
}

/* new_order */
.new_order{
	position: relative;
	z-index: 1;
	min-height: 100lvh;
}
.no_h2{
	padding:10px;
	background: #9ff5d1;
}

.no_h2 span{
	display: inline-block;
	background: #29a571;
	padding:3px 10px;
	margin-right:5px;
	color:#fff;
}

.shirt_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left:-5px;
	margin-right:-5px;
}

.shirt_list div{
	width: 80px;
	height: 80px;
	border:3px solid #eee;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	cursor: pointer;
}
.shirt_list div:hover{ border:3px solid #15a066; }

.shirt_list div img{
	width: auto;
	height: 100%;
	padding:5px;
}

.select_shirt_color{
	padding:20px;
	background: #fafafa;
}

.div_sel_color{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left:-10px;
	margin-right:-10px;
}

.div_sel_color .ciouter{
	width: calc(30% - 20px);
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.ciinnner img{
	width: auto;
	height: 100%;
	padding:5px;
	border:3px solid #eee;
	background: #fff;
}

.input_sel_size_inner label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.input_sel_size_inner span{
	width: calc(50% - 10px);
	margin-right:10px;
}

.input_sel_size_inner input{
	width: calc(50% - 10px);
	padding:5px;
	border:1px solid #999;
	background: #fff;
	text-align: right;
}

.loading{
	display:none;
	text-align: center;
	margin:10px 0px;
}

.loading img{ width:50px; }
.htitle_sel_size{ display:none; }
.add_color{ _display:none; }
.nextbtn.print_pos{ _display:none; }
.nextbtn{
	background: #fdae14;
	border:1px solid #fdae14;
	text-align: center;
	padding:20px;
	margin-bottom:2px;
	margin-right:2px;
	cursor: pointer;
	box-shadow: 2px 2px 4px #ccc;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

div:hover.nextbtn{
	color:#fff;
	background: #f7bc48;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:0px;
	margin-right:0px;
	padding:20px;
	box-shadow: 0px 0px 0px #ccc;
}

.nextbtn svg{ width:30px;height:30px;margin-right:5px;transition: 0.3s ease-in-out; }
div:hover.nextbtn svg{ fill:#fff; }

.add_color{
	background: #15a066;
	border:1px solid #15a066;
	text-align: center;
	padding:10px;
	margin-bottom:2px;
	margin-right:2px;
	cursor: pointer;
	box-shadow: 2px 2px 4px #ccc;
	transition: 0.3s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color:#fff;
}
div:hover.add_color{
	background: #15a066;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:0px;
	margin-right:0px;
	padding:10px;
	box-shadow: 0px 0px 0px #ccc;
}

.add_color svg{ fill:#fff;width:30px;height:30px;margin-right:5px;transition: 0.3s ease-in-out; }


.step01{ position:relative;z-index:1; }
.close_color_size{
	position: absolute;
	z-index: 2;
	top:0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #999;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.div_print_pos{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.div_pps{
	position: relative;
	z-index: 1;
	width: calc(14% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.div_pps .pps_inner{
	padding:10px;
	border:3px solid #eee;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

div.pps_inner:hover{ border:3px solid #15a066; }
.pps_inner.pps_inner_select::before{
	content: '';
	position: absolute;
	z-index: 2;
	top:30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: url('../img/checked.png') no-repeat center center;
	background-size: cover;
}

.pps_color.sel_ppscolor{
	display: block;
	z-index:10;
}

.pps_color{
	display: none;
	position: absolute;
	z-index: -1;
	top:5%;
	left: 5%;
	width: 90%;
	height: 90%;
	overflow-y: scroll;
	background: rgba(250,250,250,0.98);
}

.close_ink{
	position: absolute;
	z-index: 3;
	top:0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #999;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sel_inkcolor{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.sic_inner{
	width: calc(10% - 10px);
	min-height:60px;
	border:3px solid #eee;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	cursor:pointer;
	position: relative;
	z-index: 1;
}
.sic_inner.sic_inner_select::before{
	content: '';
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/checked.png') no-repeat center center;
	background-size: contain;
}

div:hover.sic_inner{ border:3px solid #15a066; }

.ink_name{
	display: inline-block;
	padding:3px;
	background:rgba(255,255,255,0.50);
}

.select_print_position{
	display:none;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
	width: 100%;
	min-height: 400px;
}

.div_sl{
	position: relative;
	z-index: 1;
}

.div_sl.div_sl_select{
	pointer-events: none;
}

.div_sl.div_sl_select::before{
	content: '';
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/checked.png');
	background-size: cover;
}

.pps_addcolor{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: -3px;
	margin-right: -3px;
}

.pps_addcolor .psel_ink{
	width: calc(33% - 6px);
	margin-right: 3px;
	margin-right: 3px;
	line-height: 100%;
	padding: 5px 2px;
	text-align: center;
}

.pps_addcolor .psel_ink span{
	display: inline-block;
	background: rgba(255,255,255,0.50);
	padding:3px;
}

.all_print_price{
	position: fixed;
	z-index: 10;
	top:15%;
	right:20px;
}

.app_inner{
	min-width: 210px;
	background: rgba(255,255,255,0.98);
	border:1px solid #fdae14;
	padding:5px;
}

.app_inner .nextbtn,
div:hover.app_inner .nextbtn{ padding:5px 10px; }

.nextbtn img{ width:25px; }

.app_inner a{ color:#000; }

.only_body_sel{
	position: fixed;
	z-index: 10;
	top:calc(90px + 15%);
	right:20px;
}

.fix_contact{
	position: fixed;
	z-index: 10;
	top:calc(180px + 15%);
	right:20px;
}

.fix_line{
	position: fixed;
	z-index: 10;
	top:calc(270px + 15%);
	right:20px;
}
html .fix_line .app_inner{ border: 1px solid #219b64 !important; }
html .fix_line .app_inner a .nextbtn{
	background: #219b64 !important;
	border: 1px solid #219b64 !important;
	color: #fff !important;
}

.app_inner .nextbtn{
	height: 70px;
}

/* scroll bar */
.scroll_bar::-webkit-scrollbar{
	width:5px;
	background:#ccc;
}

.scroll_bar::-webkit-scrollbar-button{
	width:5px;
	height:5px;
	background:#999;
}

.scroll_bar::-webkit-scrollbar-piece{
	background:#999;
}

.scroll_bar::-webkit-scrollbar-piece:start{
	background:#999;
}

.scroll_bar::-webkit-scrollbar-thumb{
	background:#999;
}

.scroll_bar::-webkit-scrollbar-corner{
	background:#999;
}
/**/

.app_osn{
	border-bottom:1px solid #ccc;
}

.cat_genre{
	display: flex;
	flex-wrap: wrap;
	margin-left:-5px;
	margin-right:-5px;
}

html .cat_genre li{
	width: 200px;
	margin-left:5px;
	margin-right:5px;
	padding:2px 5px;
	border:1px solid #ccc;
	text-align: center;
	cursor: pointer;
	margin-bottom:10px;
}

html .cat_genre li:hover,
html .cat_genre li.li_sel,
html .cat_genre li.term_on{
	background:#fdae14;
}

.sel_genre_img{
	display: block;
	border:3px solid #eee;
	padding:10px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.sel_genre_img.sel_shirt_type::before{
	content: '';
	position: absolute;
	z-index: 2;
	top:30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: url('../img/checked.png') no-repeat center center;
	background-size: cover;
}

a:hover.sel_genre_img{ border:3px solid #15a066;opacity:1.0;transition: 0s ease-in-out; }
.no_shirt_item{ background:#eee;padding:5px; }

.btn_select_si{
	position: relative;
	z-index: 1;
	background: #fdae14;
	padding:5px 8px 5px 5px;
	cursor: pointer;
}
.btn_select_si p{ padding-left:41px; }
.btn_select_si .btnssi{
	position: absolute;
	font-size:16pt;
	z-index: 2;
	top:0;
	left: 0;
	width:36px;
	height: 36px;
	line-height: 100%;
	background: rgba(255,255,255,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_select_si .bt_bt{ display:none; }
.btn_select_si .bt_tt{ display:flex; }
.btn_select_si.btssi_close .bt_bt{ display:flex; }
.btn_select_si.btssi_close .bt_tt{ display:none; }

.btssi_close.sel_shirt_genre{display: none;}

.loading_genre{ display:none;align-items:center;justify-content: center;margin-bottom:40px; }
.loading_genre img{ width:50px; }
.loading_on{ display:flex !important; }
.div_hide{ display:none; }

.div_input_size{ position:relative;z-index:1; }
.size_loading{
	position: absolute;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	top:60px;
	left: 0%;
	width: 100%;
}
.size_loading img{ width:50px; }

.addcolorbox{ position: relative;z-index: 1; }
.addcolor_loading{
	position: absolute;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	top:0px;
	left: 0%;
	width: 100%;
}
.addcolor_loading img{ width:50px; }

/* クリック、タッチ不可 */
.btn_disable{pointer-events: none;opacity:0.20 }
.btn_wd{ display:none; }
.btn_wd.btn_on{ display:block; }

.other_shirt_body{
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
	padding:10px 60px;
	background: #ccc;
	cursor: pointer;
}

.calc_h{
	padding:5px 15px;
}

.ul_line{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.c_selc{
	display: inline-block;
	padding:5px;
}

.c_allprice{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(21,160,102,0.1);
	border:1px solid #15a066;
	padding:20px;
}

.c_all_individual{
	width: calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.c_all_total{
	width: calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.breakdown dl{
	display: flex;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.breakdown dl dt{ width:150px; }
.breakdown dl dd.dl_tp{
	display: flex;
	width: calc(100% - 150px);
}
.breakdown dl dd.dl_tp .dtotal_txt{
	display: block;
	width:100px;
	text-align:right;
}

.breakdown dl dd.dl_tp .total_detail{
	display: block;
	width: calc(100% - 100px);
	text-align:right;
}

.sec_calc{
	display: none;
	position: fixed;
	z-index: 1000000000000;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;height: 100lvh;
	background: rgba(245,245,245,0.98);
}

.sec_calc.sec_open{ display:block; }
.sec_calc_inner{
	position: relative;
	z-index: 1;
	overflow-y: scroll;
	height: 90vh;height: 90lvh;
	margin-top:5%;
	margin-bottom:0%;
	border:1px solid #15a066;
	background: #fff;
}

.btn_calc_close{
	position: absolute;
	z-index: 103;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #999;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.csci_inner{
	padding:30px;
}

.img_none{ display:none; }
.c_detail_off{ _display:none; }

.calc_display{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.calc_display p{
	padding:5px 10px;
	min-width: 150px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	border:1px solid #15a066;
}

.calc_display p:hover,.calc_display p.cbtnchk{
	background: #15a066;
	color:#fff;
}

.span_link{
	padding:3px;
}

.ciinnner.cii_ura{
	display: none !important;
}

.reset_all_print_position{
	display: inline-block;
	cursor: pointer;
}

.sd_ul{
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
}

.sd_ul li{
	margin-right: 10px;
	margin-left: 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size:8pt;
	line-height: 130%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.sd_ul.sd_ul_list li{
	width: 60px;
	height: 60px;
}

.sd_ul li p{ text-align:center; }
.sd_ul li span{
	display: block;
	font-size: 24pt;
	margin:8px 0;
}

.or_material{
	color:#e61a26;
	border:2px solid #e61a26;
}

.or_slu{
	color:#f19444;
	border:2px solid #f19444;
}

.or_allsize{
	color:#0154a0;
	border:2px solid #0154a0;
}
.div_it h1{ display:inline-block; }
.div_it h1,.div_it h1 span{
	position: relative;
	z-index: 2;
}

.div_it img{
	position: absolute;
	z-index: 1;
	width: 80px;
	top:-20px;
	left: -90px;
}

.pps_addcolor_remove{
	position: absolute;
	z-index: 3;
	top: -12px;
	right: 2px;
}

.pps_addcolor_remove span{
	display:inline-block;
	padding: 3px 5px;
	line-height: 110%;
	background: #15a066;
	color:#fff;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.pps_addcolor_remove span:hover{
	background: #9ff5d1;
	color:#15a066;
}

.par_disnone{ display:none; }

.sgi_div, sgi_div a{
	position: relative;
	z-index: 1;
}

.sgi_div .sgi_div_img{
	position: absolute;
	z-index: 2;
	top:5px;
	left: 5px;
	width: 80px;

}

.con_require{
	font-size: 8pt;
	color: #f00;
	margin-left: 5px;
}

.mw_wp_form input{
	border:1px solid #ccc;
	width: 90%;
	pading:10px;
}

.contact_next{
	width: auto !important;
	padding:10px;
	background: #219b64;
	color:#fff;
	min-width: 100px;
	text-align: center;
}

.contact_back{
	width: auto !important;
	padding:10px;
	background: #ffa500;
	color:#fff;
	min-width: 100px;
	text-align: center;
}

.frm_form_field {
	margin-bottom:20px;
}

.hf_none{ display:none; }

.or_size_list{
	background: #15a066;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
}

#swipebox-slider .slide.current img{ background:#fff !important; }
#swipebox-slider .slide {
  max-width: none !important;
  max-height: none !important;
}
#swipebox-slider .slide img {
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  height: auto !important;
}

#swipebox-overlay {
  overflow: auto !important;
}

#cart-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-left: 4px solid #0071a1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 9999;
  max-width: 300px;
  border-radius: 6px;
  display: none;
  font-size: 14px;
}
#cart-popup p {
  margin: 0 0 10px;
}
.cart-popup-buttons {
  display: flex;
  gap: 10px;
}
.cart-popup-buttons .button,
.cart-popup-buttons .close-cart-popup {
  padding: 6px 12px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
.cart-popup-buttons .close-cart-popup {
  background: #ccc;
  color: #333;
  border-radius: 4px;
}

#custom-cart-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 280px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  padding: 15px;
  z-index: 9999;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  display: none; /* 初期は非表示 */
}
#custom-cart-popup .custom-cart-popup-inner p {
  margin: 0 0 12px 0;
  font-size: 16px;
}
#custom-cart-popup .custom-cart-popup-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#custom-cart-popup .custom-cart-popup-buttons .button{
  flex: 1;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
#custom-cart-popup .custom-cart-popup-buttons button.close-custom-cart-popup {
	position: absolute;
	z-index: 2;
	top:-15px;
	left: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	padding:0;
	margin: 0;
	line-height: 100%;
	font-weight: bold;

}

#custom-cart-popup .custom-cart-popup-buttons .button {
  background-color: #0071a1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
#custom-cart-popup .custom-cart-popup-buttons button.close-custom-cart-popup {
  background-color: #aaa;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #custom-cart-popup {
    bottom: 10px;
    right: 10px;
    max-width: 90%;
    font-size: 14px;
    padding: 10px;
  }
  #custom-cart-popup .custom-cart-popup-buttons {
    flex-direction: column;
  }
  #custom-cart-popup .custom-cart-popup-buttons .button,
  #custom-cart-popup .custom-cart-popup-buttons button.close-custom-cart-popup {
    flex: none;
    width: 100%;
  }
}


.product-price,.product-quantity{
	display: none !important;
}

.line_btn{
	display: inline-block;
	padding: 5px 10px;
	background: #090;
	color: #fff;
}

