@charset "UTF-8";
/* @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);
.hd_fixHeader {
	display: none !important;
}
.br-sp {
	display: none;
}
.cmn_pagetop {
	/* bottom: 290px; */
	bottom: 235px;
	display: none !important;
}
#pageTop {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -57px;
	right: 30px;
	text-align: right;
	/* display: none; */
	z-index: 1000;
}
@media  screen and (max-width: 767px) {
	#pageTop {
		right: 15px;
	}
}
#pageTop a img {
	width: 40px;
	height: auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
footer {
	padding-bottom: 150px;
}
@media  screen and (max-width: 767px) {
	footer {
		padding-bottom: 120px;
	}
}
#TShirtMainMenu {
	/* z-index: 999; */
	z-index: 10000;
}
#TShirtMainMenu p {
	margin: 0;
}
#TShirtMainMenuBox {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
#TShirtMainMenuBox > * {
	width: 49%;
	display: flex;
}
/*
#TShirtMainMenuBox > *:nth-child(1) {
	width: 54%;
}
#TShirtMainMenuBox > *:nth-child(2) {
	width: 44%;
}
*/
#TShirtMainMenu .ContactBtn,
#TShirtMainMenu .LinkBtn {
	text-align: center;
	font-size: 1.143em;
	line-height: 1.25;
}
#TShirtMainMenu .ContactBtn span,
#TShirtMainMenu .LinkBtn span {
	font-size: 157.1%;
}
#TShirtMainMenu .ContactBtn span:first-child,
#TShirtMainMenu .LinkBtn span:first-child {
	color: #ffea3d;
}
#TShirtMainMenu .ContactBtn span:nth-child(2),
#TShirtMainMenu .LinkBtn span:nth-child(2) {
	display: block;
	/* font-size: 128.6%; */
}
#TShirtMainMenu .ContactBtn a,
#TShirtMainMenu .LinkBtn a {
	display: block;
	/* background-color: #f80; */
	background:linear-gradient(#f80, #FF5526);
	font-weight: bold;
	/* border: 2px solid #FF5526; */
	border-radius: 8px;
	/* box-shadow: 2px 2px 0 #FF5526; */
	box-shadow: 2px 2px 2px rgba(51,51,51,0.5);
	color: #333;
	position: relative;
	/* padding: 16px 40px 16px 25px; */
	/* padding: 20px 30px 20px 15px; */
	padding: 15px 15px;
	text-align: center;
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}
#TShirtMainMenu .ContactBtn a {
	text-shadow:
	1px 1px 0 #FF5526,
	-1px -1px 0 #FF5526,
	-1px 1px 0 #FF5526,
	1px -1px 0 #FF5526,
	1px 0 0 #FF5526,
	-1px 0 0 #FF5526,
	0 1px 0 #FF5526,
	0 -1px 0 #FF5526;
}
#TShirtMainMenu .LinkBtn a {
	/* background-color: #00ced1; */
	background:linear-gradient(#00ced1, #24bbb7);
	/* border: 2px solid #24bbb7; */
	/* box-shadow: 2px 2px 0 #24bbb7; */
	text-shadow:
	1px 1px 0 #24bbb7,
	-1px -1px 0 #24bbb7,
	-1px 1px 0 #24bbb7,
	1px -1px 0 #24bbb7,
	1px 0 0 #24bbb7,
	-1px 0 0 #24bbb7,
	0 1px 0 #24bbb7,
	0 -1px 0 #24bbb7;
}
#TShirtMainMenu .ContactBtn a:hover,
#TShirtMainMenu .LinkBtn a:hover {
	opacity: 0.7;
}
/*
#TShirtMainMenu .ContactBtn a:after,
#TShirtMainMenu .LinkBtn a:after {
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1;
	content: "\f105";
	margin-top: auto;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
*/
@media  screen and (max-width: 767px) {
	#TShirtMainMenuBox > * {
		width: 48.5%;
	}
	#TShirtMainMenu .ContactBtn,
	#TShirtMainMenu .LinkBtn {
		font-size: 0.714em;
	}
	#TShirtMainMenu .ContactBtn a,
	#TShirtMainMenu .LinkBtn a {
		padding: 8px 8px;
	}
}
.app-ai-chat-window {
	display: none;
}
#sci-chatwindow {
	bottom: 230px !important;
}
div#wrap {
	font-family: Noto Sans JP, Avenir, Open Sans, Helvetica Neue, Helvetica, Arial, Verdana, Roboto, \\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, \\30E1\30A4\30EA\30AA, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", MS PGothic, sans-serif;
	line-height: 1.75;
}
@media  screen and (max-width: 767px) {
	#wrap {
		/* font-size: 1em; */
		font-size: 0.9em;
	}
}
@media screen and (max-width: 1079px) {
	body/*,
	.f14*/ {
		font-size: 1em;
	}
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.bold {
	font-weight: bold;
}
small {
	font-size: 85.7%;
}
p {
	margin: 0 0 1em;
}
* > p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	body {
		line-height: 1.5;
	}
	dl, p {
		margin: 0 0 0.75em;
	}
	br.sPC {
		display: none;
	}
}
.h_main_text {
	background: url(/img/classt/renewal/performance_bg.gif) no-repeat center center;
	background-size: cover;
	font-weight: bold;
	font-size: 1.286em;
	line-height: 1.5;
	padding: 56px 0 30px;
}
/*
.h_main_text p:not(:last-child) {
	margin: 0 0 1em;
}
*/
.txt_red {
	color: #ff0000;
}
.h_main_text .txt_big {
	font-size: 1.777em;
}
.h_main_text .txt_small {
	font-size: 0.778em;
	font-weight: normal;
	text-align: right;
}
.container {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}
/*
@media screen and (max-width: 767px) {
	.container {
		padding: 0 15px;
	}
}
*/
.h_main_bnr {
	background-color: #fafafb;
	/* font-size: 1.286em; */
	line-height: 1.5;
	padding: 40px 0;
}
.h_main_anchor {
	background-color: #e5f9fc;
}
.h_main_anchor .container {
	position: relative;
}
.h_main_anchor .container::before {
	content: "";
	width: 328px;
	background: url(/img/classt/renewal/main_anchor_bg.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	top: -30px;
	bottom: 0;
	z-index: 0;
}
.h_main_anchor ul {
	position: relative;
	margin: 0 -10px 0 260px !important;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 20px !important;
}
.h_main_anchor ul li {
	display: flex;
	width: 33.33%;
	margin: 0 0 20px !important;
	padding: 0 10px !important;
}
.h_main_anchor ul li a {
	display: flex;
	flex-direction: column;
	background-color: #00a0e9;
	box-shadow: 3px 3px 0 #ffea3d;
	border-radius: 8px;
	text-align: center;
	flex: 1;
	color: #ffffff;
	font-weight: bold;
	padding: 60px 15px 25px;
	justify-content: center;
	position: relative;
	line-height: 1.25;
	background-repeat: no-repeat;
	background-position: center 10px;
	font-size: 1.143em;
	align-items: center;
}
.h_main_anchor ul li.popular a {
	background-image: url(/img/classt/renewal/main_anchor_icon_1.png);
}
.h_main_anchor ul li.price a {
	background-image: url(/img/classt/renewal/main_anchor_icon_2.png);
	background-position: center 12px;
}
.h_main_anchor ul li.name a {
	background-image: url(/img/classt/renewal/main_anchor_icon_3.png);
}
.h_main_anchor ul li.design a {
	background-image: url(/img/classt/renewal/main_anchor_icon_4.png);
}
.h_main_anchor ul li.service a {
	background-image: url(/img/classt/renewal/main_anchor_icon_5.png);
}
.h_main_anchor ul li.flow a {
	background-image: url(/img/classt/renewal/main_anchor_icon_6.png);
}
/*
.h_main_anchor ul li a:hover {
	text-decoration: none;
}
*/
.h_reccomend ul:not(.slick-dots) li {
	padding: 1em 1em !important;
}
.h_main_anchor ul li a::after {
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1;
	content: "\f107";
	font-size: 20px;
	margin-top: auto;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
}
.main_contents {
	background: #ccc url(/img/classt/renewal/main_contents_bg.png) repeat left top;
	padding: 60px 0;
}
.main_contents .block {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 3px 3px 0 #ffea3d;
	padding: 40px 40px;
}
.main_contents .block:not(:last-child) {
	margin: 0 0 100px;
}
.main_contents .block h2 {
	font-size: 2.857em;
	display: flex;
	justify-content: center;
	position: relative;
    /* top: -65px; */
	margin-top: -65px;
    margin-bottom: 0.5em;
	/* text-align: center; */
	text-shadow:
	/*
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	1px 0px 0 #fff,
	-1px -0px 0 #fff,
	0px 1px 0 #fff,
	0px -1px 0 #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff;
	*/
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff,
	0 0 4px #fff;
}
/*
.main_contents .block h2 > * {
	flex: none;
}
*/
.main_contents .block h2 .inner {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-size: 0.85em;
}
.main_contents .block h2 .inner::before,
.main_contents .block h2 .inner::after {
	content: "";
	border-left: 4px solid #ffea3d;
	box-shadow: 0 0 2px 4px #fff;
	/* transform-origin: bottom; */
	position: absolute;
	height: 1.1em;
	top: 4px;
}
.main_contents .block h2 .inner::before {
	transform: rotate(-45deg);
	left: 25px;
}
.main_contents .block h2 .inner::after {
	transform: rotate(45deg);
	right: 25px;
}
.main_contents .block h2 .txt_red {
	color: #ff0000;
}
.txt_heading {
	font-size: 1.143em;
	/* text-align: left !important; */
	text-align: left;
}
.h_reccomend .TshirtRankingSlider .item_head {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.pname {
	position: relative;
	margin-bottom: 0.25em;
	margin-top: 0;
}
.h_reccomend .TshirtRankingSlider .pname p {
	margin-bottom: 0;
}
.h_reccomend .TshirtRankingSlider img {
	max-width: 100%;
}
.h_reccomend ul li .icon-dry {
	/* top: 3% !important; */
	left: 3% !important;
	top: auto !important;
	bottom: 68px !important;
}
.h_reccomend ul li .icon-full {
	top: auto !important;
	bottom: 3% !important;
	left: 3% !important;
}
.h_reccomend ul li .icon-brand {
	top: 3% !important;
	right: 3% !important;
}
.h_reccomend ul li .icon-thick {
	top: auto !important;
	bottom: 3% !important;
	right: 3% !important;
}
.h_reccomend ul li .icon-no1 {
	position: absolute;
	top: 3%;
	left: 3% !important;
	width: 64px;
	height: 103px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.h_reccomend ul li .icon-no1.color {
	background-image: url(/img/classt/renewal/5001.png);
}
.h_reccomend ul li .icon-no1.drypolo {
	background-image: url(/img/classt/renewal/302.png);
}
.h_reccomend ul li .icon-no1.cottont {
	background-image: url(/img/classt/renewal/085.png);
}
.h_reccomend ul li .icon-no1.dryt {
	background-image: url(/img/classt/renewal/300.png);
}
.h_reccomend ul li .icon-no1.cost {
	background-image: url(/img/classt/renewal/083.png);
}
.h_reccomend ul li .icon-no1.costpolo {
	background-image: url(/img/classt/renewal/193.png);
}
.lineup {
    display: flex;
    gap: 2%;
}
.lineup p {
    background: #24bbb7;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 0.3em;
    padding: 0.2em 0;
    width: 49%;
    margin-bottom: 1%;    
}
.h_reccomend .TshirtRankingSlider .lineup p:first-child {
	margin-bottom: 0;
}
.item_price {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.item_price .item_price_p {
	display: block;
	margin: 0;
	width: 49%;
	color: #dd5511;
	font-size: 0.9em;
}
.item_price .item_price_p .price_title {
	font-size: 1em;
	color: #222;
	font-weight: bold;
}
.item_price .item_price_p .price_per {
	font-size: 0.7em;
	color: #fff;
	background-color: #dd5511;
	padding: 1px 2px;
	margin-right: 4px;
	vertical-align: text-top;
}
.item_price .item_price_p .price {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}
a.boxref {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}
a.boxref:hover {
    border: 10px solid #ffcf99;
}
.notice {
	border: 1px solid #e16a0e;
	border-left: 0;
	border-right: 0;
	font-weight: bold;
	font-size: 0.857em;
	display: flex;
	justify-content: center;
	padding: 8px 0;
	margin-top: 20px;
}
.item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto 2em;
	/* text-align: center; */
}
.item_box > * {
	width: 48%;
}
.item_box .img {
	text-align: center;
}
/*
.item_box .img img {
	max-width: 480px;
}
*/
.item_box .print {
	font-size: 1.286em;
	font-weight: bold;
	margin: 0;
	/*
	display: flex;
    justify-content: center;
	*/
}
.item_box .price {
	color: #dd5511;
	line-height: 1;
	/*
	display: flex;
    justify-content: center;
    align-items: flex-end;
	*/
}
.item_box .per_sheet,
.item_box .number {
	display: inline-block;
	vertical-align: text-bottom;
}
.item_box .number {
	/* font-size: 2.571em; */
	font-size: 2.857em;
	font-weight: bold;
}
.item_box .per_sheet {
	background-color: #dd5511;
	font-size: 1.143em;
	color: #fff;
	padding: 4px 4px;
	margin: 0 5px 0 0;
}
.common_btn {
	text-align: center;
	margin: 1em 0 1em;
	/* margin-top: 1.5em; */
	font-size: 1.286em;
}
ul.common_btn {
	/* text-align: left; */
	font-size: 1.143em;
	letter-spacing: -0.5em;
	margin: 1em -10px 1em !important;
}
ul.common_btn:last-child {
	margin-bottom: 0 !important;
}
ul.common_btn li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px 20px !important;
}
ul.common_btn li:last-child {
	margin-bottom: 0 !important;
}
/*
.common_btn:last-child {
	margin-bottom: 0;
}
*/
.common_btn a {
	display: inline-block;
	background-color: #ffea3d;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 8px;
	box-shadow: 2px 2px 0 #333;
	color: #333;
	position: relative;
	padding: 16px 40px 16px 25px;
	min-width: 400px;
	/* text-align: center; */
}
.common_btn2 {
	display: inline-block;
	background-color: #f80;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	position: relative;
	padding: 5px 30px 5px 30px;
	width: 100%;
	text-align: center;
	margin: 1% auto;
}
/*
.common_btn a:hover {
	box-shadow: none;
	transform: translate(2px,2px);
}
*/
ul.common_btn a {
	padding: 12px 35px 12px 20px;
	min-width: 0;
}
.common_btn a:after {
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1;
	content: "\f105";
	/* font-size: 1.571em; */
	margin-top: auto;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	/* font-weight: bold; */
}
ul.common_btn a:after {
	/* font-size: 1.429em; */
}
.common_btn.catalog a {
	padding-right: 25px;
}
.common_btn.catalog a .icon {
	position: relative;
	padding: 0 0 0 35px;
}
.common_btn.catalog a .icon:before {
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1;
	content: "\f518";
	font-size: 1.222em;
	margin-top: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* font-weight: bold; */
}
.common_btn.catalog a:after {
	display: none;
}
h3.item_head2 {
    font-weight: bold !important;
    margin-bottom: 0.5em !important;
    line-height: 25px;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 1em !important;
    padding: 0 !important;
    margin: 0 0 2% 0 !important;
}
h3.item_head2 span {
	color: #E64552;
}
.main_contents .block h3 {
	background-color: #24bbb7;
	color: #fff;
	/* text-align: center; */
	font-size: 1.714em;
	font-weight: bold;
	padding: 11px 12px;
	margin: 1.5em 0 1em;
}

.join {
	border-left: 2px solid #efefef;
	padding: 0 5px;
}
.join .join_value {
	padding: 0;
}
.join .price_box {
	margin-top: 0;
	/* background-color: #ff8800; */
	/* color: #fff; */
	/* color: #ff8800; */
	color: #dd5511;
	/* border: none; */
	/* border: 2px solid #ff8800; */
	border: 2px solid #dd5511;
	padding: 3px 14px;
}
.join .price_box p {
	margin: 0;
}
.join p span.price {
	/* color: #fff; */
	/* color: #ff8800; */
	color: #dd5511;
}
.join_wrap h4 {
    font-size: 1.3em !important;
    margin: 10px auto !important;
	margin: 5px auto !important;
	background: none;
	border: none;
	padding: 0;
}
.main_contents .block h3.fullcolor {
	/*
	background: url(/img/classt/renewal/fullcolor_bg.gif) repeat left top;
	color: #333;
	padding: 5px;
	*/
	text-align: left !important;
}
/*
.main_contents .block h3.fullcolor .inner {
	display: block;
	background-color: #fff;
	padding: 6px 10px;
}
*/
.main_contents .block .block_inner {
	background-color: #dbebfa;
	padding: 20px;
	/* margin: 30px 0 0; */
}
.bnr_2class img {
	border: 2px solid #333;
	border-radius: 8px;
	box-shadow: 2px 2px 0 #333;
}
/* /extra/classt/移植 */
#LeavePointArea {
	margin: 0;
}
.LeavePointAreaIn,
.LeavePointAreaIn:first-child {
	background: #fff;
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    width: 48.8%;
    margin-top: 0;
	margin-bottom: 20px;
}
.LeavePointAreaIn:first-child .txt {
	padding-left: 50px;
}
.LeavePointAreaIn .point02FastTxt,
.LeavePointAreaIn .point03AnyTxt {
	max-width: none;
}
.LeavePointAreaIn .titleArea .sub {
	line-height: 1.25;
	font-size: 2em;
	text-align: left;
}
.LeavePointAreaIn .point02FastTxt .bubble {
	left: -45px;
}
.LeavePointAreaIn.special {
	text-align: center;
}
.LeavePointAreaIn .titleArea {
	padding-left: 0 !important;
	margin-bottom: 2em;
	white-space: normal;
	text-align: center;
	line-height: 1;
}
.LeavePointAreaIn .titleArea .txt_red {
	color: #ed1b24;
}
.LeavePointAreaIn p {
	margin: 0;
}
.LeavePointAreaIn .titleArea .txt_red {
	font-size: 5em;
}
.LeavePointAreaIn .flexBox.titleArea {
	display: inline-flex;
	align-items: center;
}
.LeavePointAreaIn .titleArea,
.LeavePointAreaIn .flexBox.titleArea {
	display: none;
}
/* こここまで */
.main_contents .block .block_inner .block_inner_inner {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
}
.main_contents .block .block_inner .block_inner_inner:not(:last-child) {
	margin-bottom: 20px;
}
/*
.main_contents .block .block_inner .block_inner_inner p:last-child {
	margin-bottom: 0;
}
*/
.main_contents .block .sarani {
	font-size: 2.0em;
	font-weight: bold;
}
.main_contents .block .flow {
	position: relative;
}
.main_contents .block .flow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 4px solid #24bbb7;
}
.main_contents .block .flow .flow_inner {
	padding: 0 0 0 30px;
}
.main_contents .block .flow .flow_inner .print_list {
	overflow: hidden;
}
.main_contents .block .flow .flow_inner .print_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -1.5% 0 0 !important;
}
.main_contents .block .flow .flow_inner .print_list ul li {
	width: 48.5%;
	border: 2px solid #24bbb7;
	border-radius: 8px;
	margin: 1.5% 0 1.5% !important;
}
.main_contents .block .flow .flow_inner .print_list ul li p {
	margin: 0;
}
/*
.main_contents .block .flow .flow_inner .print_list ul li .img {
	text-align: center;
}
*/
.main_contents .block .flow .flow_inner .print_list ul li .img img {
	border-radius: 8px 8px 0 0;
}
.main_contents .block .flow .flow_inner .print_list ul li .box {
	padding: 1.25em;
}
.main_contents .block .flow .flow_inner .print_list ul li .title {
	font-weight: bold;
	font-size: 1.143em;
	color: #24bbb7;
}
.main_contents .block .flow .flow_inner .print_list ul li .more {
	text-align: right;
	font-size: 1.143em;
	font-weight: bold;
}
.main_contents .block .flow .flow_inner .print_list ul li .more a {
	position: relative;
	padding: 0 0 0 15px;
	display: inline-block;
}
.main_contents .block .flow .flow_inner .print_list ul li .more a::before {
	font-family: FontAwesome;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1;
	content: "\f105";
	font-size: 1.143em;
	margin-top: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* font-weight: bold; */
}
.mov_wrap {
	background-color: #efefef;
	padding: 10px;
}
.sub_contents_1 {
	background: #fff;
	padding: 60px 0;
}
.sub_contents_1 h2 {
	display: flex;
	align-items: center;
	font-size: 2.857em;
	margin: 1em 0 0.5em;
	text-align: center;
}
.sub_contents_1 h2:first-child,
.sub_contents_2 h2:first-child {
	margin-top: 0;
}
.sub_contents_1 h2::before,
.sub_contents_1 h2::after {
	content: "";
	border-top: 3px solid #24bbb7;
	flex: 1;
	min-width: 15px;
}
.sub_contents_1 h2::before {
	margin-right: 15px;
}
.sub_contents_1 h2::after {
	margin-left: 15px;
}
.file_download i {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.sub_contents_2 {
	background: #e5f9fc;
	padding: 60px 0;
}
.sub_contents_2 h2 {
	/*
	display: flex;
	justify-content: center;
	*/
	font-size: 2.857em;
	margin: 1em 0 0.5em;
	text-align: center;
}
.sub_contents_2 h2 .line {
	background-image: linear-gradient( transparent 0%, transparent 55%, #ffea3d 55%, #ffea3d 100%);
	/* padding: 0 15px; */
	padding: 0 0;
	/* display: inline-block; */
}
.voice_list {
	overflow: hidden;
}
.voice_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -2% 0 0 !important;
}
.voice_list li {
	width: 95%;
	background-color: #fff;
	border-radius: 8px;
	padding: 0.75em !important;
	margin: 2% 0 2% !important;
}
.voice_list li .box {
	padding: 0.75em;
}
.voice_list li p {
	margin: 0;
}
.voice_list li .img {
	margin-bottom: 0.5em;
	text-align: center;
	/* background-color: #efefef; */
	border-radius: 8px;
}
.voice_list li .img a {
	display: block;
}
.voice_list li .img a:hover img {
	opacity: 0.7;
}
.voice_list li .img img {
	border-radius: 8px;
	max-height: 240px;
}
.voice_list li .title {
	font-weight: bold;
	font-size: 1.143em;
}
.voice_list li .item {
	/* text-align: center; */
	margin: 1em 0 0;
}
.voice_list li .item a {
	font-weight: bold;
}
.sub_contents_2 .bold_big {
	font-size: 1.714em;
	font-weight: bold;
	text-align: center;
	margin: 1.25em 0 0.75em;
}
#FAQArea {
	margin: 0;
	max-width: none;
}
#FAQArea .FAQIn .Q {
	font-size: 1.143em;
	margin: 0;
}
#FAQArea .FAQIn .A {
	padding: 1.5em 1.5em;
}
.readmore1 {
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
}

.readmore1-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 1200px;
}
.readmore1-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore1-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 1% 3%;
    background-color: #000;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
}
.readmore1-label:before{
    content: '続きを読む';
}

.readmore1-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore1-check:checked ~ .readmore1-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore1-check:checked ~ .readmore1-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore1-check:checked ~ .readmore1-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore1-check:checked ~ .readmore1-content::before {
    display: none;
}
@media screen and (max-width: 767px) {
	.cmn_pageTtl01 h1 {
		text-align: left;
		/*
		font-size: 1.3em;
		font-weight: bold;
		*/
	}
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
	.cmn_pageTtl01 h1 br.sSP {
		display: none;
	}
	.breadcrumbs ul {
		padding: 8px 15px;
	}
	.container {
		padding: 0 15px;
	}
	.h_main_text {
		padding: 15px 0;
		font-size: 1.143em;
	}
	.h_main_bnr {
		padding: 15px 0;
	}
	.h_main_anchor .container::before {
		display: none;
	}
	.h_main_anchor ul {
		margin: 0 -7px !important;
		padding: 15px 0 5px !important;
	}
	.h_main_anchor ul li {
		margin: 0 0 10px !important;
		padding: 0 5px !important;
	}
	.h_main_anchor ul li a {
		background-size: auto 24px;
		padding-top: 38px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 1em;
		text-align: left;
	}
	/*
	.h_main_anchor ul li a br {
		display: none;
	}
	*/
	.main_contents {
		padding: 30px 0;
	}
	.main_contents .block:not(:last-child) {
		margin: 0 0 40px;
	}
	.main_contents .block {
		padding: 10px 10px;
	}
	.main_contents .block h2 {
		font-size: 1.714em;
		/* font-size: 1.571em; */
		margin-top: -24px;
		margin-left: -10px;
		margin-right: -10px;
		text-shadow:
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;;
	}
	.main_contents .block h2 .inner {
		padding: 0 30px;
		font-size: 0.78em;
	}
	.main_contents .block h2 .inner::before,
	.main_contents .block h2 .inner::after {
		border-width: 2px;
		box-shadow: 0 0 1px 2px #fff;
		top: 2px;
	}
	.main_contents .block h2 .inner::before {
		left: 12px;
	}
	.main_contents .block h2 .inner::after {
		right: 12px;
	}
	.common_btn {
		font-size: 1.143em;
	}
	.common_btn a {
		min-width: 100%;
		padding: 10px 25px 10px 15px;
		/* display: block; */
		box-shadow: 1px 1px 0 #333;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	.common_btn a:after {
		right: 9px;
	}
	ul.common_btn a {
		padding: 8px 24px 8px 12px;
		/* min-width: 0; */
	}
	ul.common_btn li {
		margin: 0 7px 14px !important;
		display: block;
	}
	.item_box .print {
		/* font-size: 1em; */
		font-size: 0.785em;
		text-align: left;
	}
	.item_box .per_sheet {
		font-size: 0.857em;
	}
	.item_box .number {
		font-size: 2em;
	}
	/*
	.item_box > * {
		width: 100%;
	}
	*/
	/*
	.join {
		border: 0;
	}
	*/
	/*
	.h_reccomend .TshirtRankingSlider .item_price .item_price_p .price {
		font-size: 1.714em;
	}
	*/
	.h_reccomend .TshirtRankingSlider .item_price .item_price_p .price_title {
		/* font-size: 0.714em; */
		font-size: 0.857em;
	}
	.main_contents .block .block_inner {
		padding: 10px 10px;
	}
	.LeavePointAreaIn,
	.LeavePointAreaIn:first-child {
		width: 100%;
		padding: 10px !important;
		margin-bottom: 10px;
	}
	.LeavePointAreaIn:first-child {
		padding-top: 20px !important;
	}
	.LeavePointAreaIn .point02FastTxt .bubble {
		left: -10px;
		width: 50px;
	}
	.LeavePointAreaIn:first-child .txt {
		padding-left: 50px;
	}
	img.sSP, p.txt img,
	.LeavePointAreaIn p img {
		width: 400px;
	}
	.LeavePointAreaIn .titleArea .txt_red {
		font-size: 4em;
	}
	.LeavePointAreaIn .titleArea .sub {
		font-size: 1.5em;
	}
	.LeavePointAreaIn .titleArea {
		margin-bottom: 3% !important;
	}
	.main_contents .block .sarani {
		font-size: 1.5em;
	}
	.main_contents .block .block_inner .block_inner_inner {
		padding: 10px;
	}
	.main_contents .block .block_inner .block_inner_inner:not(:last-child) {
		margin-bottom: 10px;
	}
	.main_contents .block .flow::before {
		border-width: 2px;
	}
	.main_contents .block .flow .flow_inner {
		padding: 0 0 0 12px;
	}
	/*
	.main_contents .block .flow .flow_inner .print_list ul li {
		width: 100%;
	}
	*/
	.main_contents .block .flow .flow_inner .print_list ul li .box {
		padding: 10px;
	}
	.main_contents .block h3 {
		font-size: 1.285em;
	}
	.sub_contents_1,
	.sub_contents_2 {
		padding: 20px 0;
	}
	.sub_contents_1 h2,
	.sub_contents_2 h2 {
		font-size: 1.714em;
	}
	.sub_contents_1 h2::before, .sub_contents_1 h2::after {
		border-width: 2px;
	}
	.sub_contents_1 h2::before {
		margin-right: 10px;
	}
	.sub_contents_1 h2::after {
		margin-left: 10px;
	}
	.voice_list li .box {
		padding: 0;
	}
	.sub_contents_2 .bold_big {
		font-size: 1.285em;
	}
	#FAQArea .FAQIn .Q {
		padding: 1em 1em 1em 3.5em;
	}
	#FAQArea .FAQIn .Q:before {
		width: 2em;
		height: 2em;
		font-size: 1em;
	}
	#FAQArea .FAQIn .A {
		padding: 1em 1em;
	}
	#wrap .h_reccomend ul.TshirtRankingSlider li {
		padding: 0.5em 0.5em;
	}
	.h_reccomend .TshirtRankingSlider a.boxref,
	.h_reccomend .TshirtRankingSlider a.boxref:hover {
		border-width: 5px;
	}
	.h_reccomend ul li .icon-no1 {
		width: 56px;
		height: 90px;
	}
}
@media screen and (max-width: 600px) {
	/*
	.h_reccomend ul li .icon-no1 {
		width: 48px;
		height: 78px;
	}
	*/
	.h_reccomend ul li .icon-dry {
		bottom: 44px !important;
	}
}
@media screen and (max-width: 480px) {
	.h_main_anchor ul li {
		width: 50%;
	}
	#wrap .h_reccomend ul.TshirtRankingSlider li {
		width: 100%;
		margin-bottom: 10px;
	}
	.main_contents .block .flow .flow_inner .print_list ul li {
		width: 100%;
	}
	/*
	.h_reccomend .TshirtRankingSlider .item_price .item_price_p {
		width: 100%;
	}
	*/
}
@media screen and (max-width: 479px) {
	.join {
		border: 0;
		padding: 0;
	}
}
/* 20230426追加 */
.main_contents .block h4,
.main_contents .block h5,
.main_contents .block h6 {
	font-size: 1.428em;
	font-weight: bold;
	margin: 1.5em 0 1em;
}
.main_contents .block h5,
.main_contents .block h6 {
	font-size: 1.286em;
}
#bodycolors img,
#printcolors img {
	border-color: #ebebeb;
}
.linesp {
    line-height: 50px;
}
.h_reccomend ul:not(.slick-dots) {
    display: flex;
    flex-wrap: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 58px !important;
}
@media screen and (max-width: 767px) {
	.main_contents .block h4 {
		font-size: 1.286em;
	}
	.main_contents .block h5,
	.main_contents .block h6 {
		font-size: 1.143em;
	}
	.linesp {
        line-height: 27px;
    }
}