@media all and (min-width: 641px) {
		
	/* INDEX */
	.sp{
	display: none!important;

	}
	body#teamcolor-teamcolor_sticker .section{
		margin-bottom: 150px;
	}
	body#teamcolor-teamcolor_sticker #breadcrumb{
		display: none;
	}
	body#teamcolor-teamcolor_sticker h2.title{
		margin-bottom: 30px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker h3.title{
		margin-bottom: 30px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01,
	body.teamcolor-form .btn-teamcolor01{
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01 a,
	body.teamcolor-form .btn-teamcolor01 a{
		display: inline-block;
		width: 490px;
		padding: 10px 10px 10px 50px;
		border-radius: 40px;
		font-size: 2.7rem;
		font-weight: bold;
		color: #18b7cd;
		border: 2px solid #18b7cd;
		background: url(../images/product/teamcolor_sticker/btn-teamcolor01.png) no-repeat left 25px center #faee42;
		background-size: 32px auto;
		text-decoration: none!important;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01 a:hover,
	body.teamcolor-form .btn-teamcolor01 a:hover{
		color: #faee42;
		border-color: #faee42;
		background: url(../images/product/teamcolor_sticker/btn-teamcolor01_hover.png) no-repeat left 25px center #18b7cd;
		background-size: 32px auto;

	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02,
	body.teamcolor-form .btn-teamcolor02{
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02 a,
	body.teamcolor-form .btn-teamcolor02 a{
		display: inline-block;
		width: 490px;
		padding: 10px;
		border-radius: 40px;
		font-size: 2.7rem;
		font-weight: bold;
		color: #fff;
		background:  #18b7cd;
		text-decoration: none!important;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02 a:hover,
	body.teamcolor-form .btn-teamcolor02 a:hover{
		color: #18b7cd;
		background:  #faee42;

	}
	
	body#teamcolor-teamcolor_sticker .btn-teamcolor03 a,
	body.teamcolor-form .btn-teamcolor03 a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 8px 20px;
		border: 1px solid #18b7cd;
		border-radius: 99px;
		font-size: 13px;
		font-weight: 700;
		color: #18b7cd;
		background: #fff;
		text-decoration: none!important;
		transition: background .2s, color .2s;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor03 a:hover,
	body.teamcolor-form .btn-teamcolor03 a:hover {
		background: #18b7cd;
		color: #fff;
	}

	body#teamcolor-teamcolor_sticker .listmark-disc>li {
		margin-bottom: 30px;	
		padding-left: 20px;
		background: url(../images/common/listmark-disc.png) no-repeat 5px 9px;
		background-size: 10px auto;
	}
	body#teamcolor-teamcolor_sticker .listmark-disc>li:last-child{
		margin-bottom: 0;
	}

	/* MAINV */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-mainv .mainv-image{
		position: relative;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-mainv .mainv-image .btn-teamcolor01{
		position: absolute;
		bottom: 240px;
		left: 0;
		right: 0;
		text-align: center;
	}

	/* POINT */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .container-inner {
		width: 910px;
		margin: 0 auto;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box {
		padding: 40px 20px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner {
		display: flex;
			flex-wrap: nowrap;
			align-items: flex-start;
			justify-content: space-between;
		margin-bottom: 30px;
			padding: 0 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title  {
		margin-bottom: 3%;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title .main {
		display: inline-block;
		margin-bottom: 30px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title .sub {
		display: inline-block;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner {
		margin-bottom: 50px;	
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner .image-box {
		margin-right: 30px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner .text {
		text-align: left;
	}
	/* TYPE */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .container-inner {
		width: 910px;
		margin: 0 auto;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type h2.title {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box {
		position: relative;
		padding: 85px 40px 20px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
		overflow: hidden;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title {
		width: 750px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 30px;
		background: url(../images/product/teamcolor_sticker/title-type-bg.png) no-repeat left top;
		background-size: 750px auto;
		z-index: 1;
		line-height: 1;
		
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title .text .name {
		margin-right: 20px;
		font-size: 3.4rem;
		font-weight: bold;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.eyeblack .type-title .text .name {
		color: #0068b6;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .type-title .text .name {
		color: #e52d8a;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title .text .note {
		font-size: 2.1rem;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .imgl-box {
		margin-bottom: 50px;
		justify-content: space-between;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .imgl-box .text {
		position: relative;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .imgl-box .text .sub {
		position: absolute;
		top: -60px;
			right: -20px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .price-box {
		margin-bottom: 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .example-box {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .example-box .title {
		margin-bottom: 30px;
		background-color: #eeeeee;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	/* FLOW */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .container-inner {
		width: 910px;
		margin: 0 auto auto;
		padding: 40px 60px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li {
		position: relative;
		margin-left: 50px;
		padding: 15px 10px 10px 60px;
		margin-bottom: 20px;
		border: 4px solid #faee42;
		border-radius: 10px;
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"title image"
			"text  image";
		align-items: center;
		row-gap: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .num {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -43px; /* 画像幅(86px)の半分をはみ出させて枠の真上に配置 */
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .title {
		grid-area: title;
		font-size: 2.4rem;
		font-weight: bold;
		color: #18b7cd;
		line-height: 1.3;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box {
		display: contents; /* 中身の要素を直接Gridのアイテムとして扱う */
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box .image {
		grid-area: image;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box .text {
		grid-area: text;
		margin-right: 30px;
		line-height: 1.5;
	}


	/* SIM */
	body#teamcolor-teamcolor_sticker #teamcolor-sim .container-inner {
		width: 910px;
		margin: 0 auto;
	}
	body#teamcolor-teamcolor_sticker #teamcolor-sim .sim-box {
		padding: 40px 20px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}		

	/* GUIDANCE */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .container-inner {
		width: 910px;
		margin: 0 auto auto;
		padding: 40px 60px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance h2.title{
		margin-bottom: 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .section-s{
		margin-bottom: 40px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .title {
			margin-bottom: 40px;
			text-align: center;
			background-color: #eeeeee;
			font-size: 2.4rem;
			font-weight: bold;
			line-height: 1.5;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .answer {
		/* display: none; */
		margin-bottom: 70px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .answer:last-of-type {
		margin-bottom: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .em-level02 {
		text-align: center;	
		line-height: 1;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .note {
		padding: 10px 20px 10px;
		background: #ffffb9;	
		font-size: 1.4rem;

	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .note ul{
		margin-bottom: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use{
		padding: 20px 20px 10px;
		border: 1px solid #d3d3d3;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li{
		width: 31%;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li p{
		display: flex;
		gap: 3px;
		padding: 5px;
		font-size: 1.4rem;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li p .mark{
		font-weight: bold;
		flex-shrink: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	/* FAQ */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .container-inner {
		width: 910px;
		margin: 0 auto auto;
		padding: 40px 60px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq h2.title{
		margin-bottom: 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .q {
		font-size: 1.8rem;
		font-weight: bold;
		background: url(../images/product/teamcolor_sticker/icon-q.png) no-repeat left top;
		background-size: 44px auto;
		padding: 3px 0 3px 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .a {
		/* display: none; */
		margin-bottom: 70px;
		background: url(../images/product/teamcolor_sticker/icon-a.png) no-repeat left top;
		background-size: 44px auto;
		padding: 3px 0 3px 50px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .section-s{
		margin-bottom: 30px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .em-level02 {
		text-align: center;	
		line-height: 1;
	}
	/* OEM */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .container-inner {
		width: 1060px;
		padding: 30px 0;
		background-color: #eeeeee;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .inner {
		width: 990px;
		margin: 0 auto auto;
		padding: 40px;
		border-radius: 10px;
		background-color: #fff;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .title {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .sub-title {
		margin-bottom: 30px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .btn-box {
		display: flex;
		justify-content: space-between;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .btn-box a {
		display: inline-block;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .btn-box a:hover{
		opacity: 0.8;
	}

	/* FORM */
	body.teamcolor-form #index-form {
        width: 900px;
        margin: 0 auto 50px;
    }
	body.teamcolor-form #index-form .mw_wp_form .quantity input[type="text"] {
        width: 100px;
	}
	body.teamcolor-form #index-form .mw_wp_form .post input[type="text"] {
        width: 150px;
	}
	body.teamcolor-form #index-form .mw_wp_form tr.eyeblack th{
		background: #0068b6;
		color: #fff;
	}
	body.teamcolor-form #index-form .mw_wp_form tr.nail th {
		background: #e52d8a;
		color: #fff;
	}
	
}

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

	/* INDEX */
	.pc{
	display: none!important;

	}
	body#teamcolor-teamcolor_sticker .section{
		margin-bottom: 50px;
	}
	body#teamcolor-teamcolor_sticker #title,
	body#teamcolor-teamcolor_sticker #breadcrumb{
		display: none;
	}
	body#teamcolor-teamcolor_sticker #content h2.title{
		margin-bottom: 20px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #content h2.title img{
		width: 80%;
		max-width: 300px;
	}
	body#teamcolor-teamcolor_sticker #content h3.title{
		margin-bottom: 30px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #content h3.title img{
		width: 70%;
		max-width: 200px;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01,
	body.teamcolor-form .btn-teamcolor01{
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01 a,
	body.teamcolor-form .btn-teamcolor01 a{
		display: inline-block;
		padding: 10px 10px 10px 50px;
		border-radius: 40px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #18b7cd;
		border: 2px solid #18b7cd;
		background: url(../images/product/teamcolor_sticker/btn-teamcolor01.png) no-repeat left 18px center #faee42;
		background-size: 25px auto;
		text-decoration: none!important;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor01 a:hover,
	body.teamcolor-form .btn-teamcolor01 a:hover{
		color: #faee42;
		border-color: #faee42;
		background: url(../images/product/teamcolor_sticker/btn-teamcolor01_hover.png) no-repeat left 18px center #18b7cd;
		background-size: 25px auto;

	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02,
	body.teamcolor-form .btn-teamcolor02{
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02 a,
	body.teamcolor-form .btn-teamcolor02 a{
		display: inline-block;
		padding: 10px 20px;
		border-radius: 40px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background:  #18b7cd;
		text-decoration: none!important;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor02 a:hover,
	body.teamcolor-form .btn-teamcolor02 a:hover{
		color: #18b7cd;
		background:  #faee42;

	}
	
	body#teamcolor-teamcolor_sticker .btn-teamcolor03,
	body.teamcolor-form .btn-teamcolor03 a{
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: 8px 20px;
		border: 1px solid #18b7cd;
		border-radius: 99px;
		font-size: 13px;
		font-weight: 700;
		color: #18b7cd;
		background: #fff;
		text-decoration: none!important;
		transition: background .2s, color .2s;
	}
	body#teamcolor-teamcolor_sticker .btn-teamcolor03 a:hover,
	body.teamcolor-form .btn-teamcolor03 a:hover {
		background: #18b7cd;
		color: #fff;
	}
	body#teamcolor-teamcolor_sticker .listmark-disc>li {
		margin-bottom: 30px;	
		padding-left: 20px;
		background: url(../images/common/listmark-disc.png) no-repeat 5px 9px;
		background-size: 10px auto;
	}
	body#teamcolor-teamcolor_sticker .listmark-disc>li:last-child{
		margin-bottom: 0;
	}

	/* MAINV */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-mainv .container-inner{
		padding: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-mainv .mainv-image{
		position: relative;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-mainv .mainv-image .btn-teamcolor01{
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center;
	}

	/* POINT */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box {
		padding: 20px 10px;
		margin-bottom: 30px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner {
		padding:10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title  {
		margin-bottom: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title .main {
		display: block;
		margin-bottom: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .point-title .sub {
		display: block;
		padding: 0 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner .image-box {
		margin-bottom: 20px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box .inner .text {
		text-align: left;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box.point02 .point-title .sub {
		margin-bottom: 20px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-point .point-box.point02 .point-title .sub img{
		width: 90%;
		max-width: 250px;
	}
	/* TYPE */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type h2.title {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box {
		border: 1px solid #d3d3d3;
		border-radius: 10px;
		overflow: hidden;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title {
		width: 100%;
		margin-bottom: 0;
		padding: 15px 30px;
		background: #eeeeee;
		line-height: 1;
		
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title .text .name {
		display: block;
		margin-bottom: 10px;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.eyeblack .type-title .text .name {
		color: #0068b6;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .type-title .text .name {
		color: #e52d8a;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .type-title .text .note {
		display: block;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .imgl-box {
		margin-bottom: 50px;
		justify-content: space-between;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .imgl-box .text {
		position: relative;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box.nail .imgl-box .text .sub {
		position: absolute;
		top: 10px;
		right: 8%;
		width: 20%;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .imgl-box .text{
		padding: 10px 20px 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .price-box {
		margin-bottom: 30px;
		padding: 0 10px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .price-box img{
		max-width: 500px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .example-box {
		padding: 0 10px 20px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-type .type-box .example-box .title {
		margin-bottom: 30px;
		background-color: #eeeeee;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	/* FLOW */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li {
		position: relative;
		padding: 15px;
		margin: 30px 0 20px;
		border: 2px solid #faee42;
		border-radius: 10px;
	}
	
	/* 各画像のパーセントを .image の width に直接格納（float用） */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li:nth-child(1) .imgr-box .image { width: 20%; }
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li:nth-child(2) .imgr-box .image { width: 55%; }
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li:nth-child(3) .imgr-box .image { width: 35%; }
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li:nth-child(4) .imgr-box .image { width: 32%; }
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li:nth-child(5) .imgr-box .image { width: 25%; }
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .num {
		position: absolute;
		top: -15px;
		left: 5px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .num img{
		width: 70px;
		height: auto;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .title {
		min-height: 40px;
		padding-left: 70px;
		font-size: 2.2rem;
		font-weight: bold;
		color: #18b7cd;
		line-height: 1.3;
		margin-bottom: 10px; /* タイトルとテキストボックスの隙間 */
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box {
		display: flow-root; /* floatの解除 (clearfix) */
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box .image {
		float: right;
		margin-left: 12px;
		margin-bottom: 5px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-flow .flow-list li .imgr-box .text {
		line-height: 1.5;
	}


	/* SIM */
	body#teamcolor-teamcolor_sticker #teamcolor-sim .sim-box {
		padding: 40px 15px;
		margin-bottom: 50px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;}

		

	/* GUIDANCE */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .container-inner {
		margin: 0 15px 50px;
		padding: 30px 10px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .section-s{
		margin-bottom: 20px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .title {
			margin-bottom: 20px;
			text-align: center;
			background-color: #eeeeee;
			font-size: 1.8rem;
			font-weight: bold;
			line-height: 1.5;
		}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .answer {
		/* display: none; */
		margin-bottom: 70px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .answer:last-of-type {
		margin-bottom: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .note {
		padding: 10px 20px 10px;
		background: #ffffb9;	
		font-size: 1.4rem;

	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance .accordion .note ul{
		margin-bottom: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use{
		padding: 20px 20px 10px;
		border: 1px solid #d3d3d3;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li{
		margin-bottom: 20px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li p{
		display: flex;
		gap: 3px;
		padding: 5px;
		font-size: 1.4rem;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li p .mark{
		font-weight: bold;
		flex-shrink: 0;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-guidance #teamcolor_sticker-use .use-list li img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	/* FAQ */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .container-inner {
		margin: 0 15px 50px;
		padding: 30px 10px;
		border: 1px solid #d3d3d3;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .q {
		font-size: 1.6rem;
		font-weight: bold;
		background: url(../images/product/teamcolor_sticker/icon-q.png) no-repeat left top;
		background-size: 35px auto;
		padding: 3px 0 3px 40px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .a {
		/* display: none; */
		margin-bottom: 50px;
		background: url(../images/product/teamcolor_sticker/icon-a.png) no-repeat left top;
		background-size: 35px auto;
		padding: 3px 0 3px 40px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .section-s{
		margin-bottom: 30px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-faq .accordion .em-level02 {
		text-align: center;	
		line-height: 1;
	}
	/* OEM */
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .inner {
		margin: 0 auto auto;
		padding: 30px;
		background-color: #eeeeee;
		border-radius: 10px;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .title {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .sub-title {
		margin-bottom: 30px;
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .btn-box {
		text-align: center;
	}
	body#teamcolor-teamcolor_sticker #teamcolor_sticker-oem .btn-box a {
		display: inline-block;
		width: 80%;
		max-width: 300px;
		margin-bottom: 20px;
	}

	/* FORM */
	body.teamcolor-form #index-form	.mw_wp_form table.type02 th {
        padding-left: 10px;
    }	
	body.teamcolor-form #index-form .mw_wp_form .quantity input[type="text"] {
        width: 100px;
	}
	body.teamcolor-form #index-form .mw_wp_form .post input[type="text"] {
        width: 150px;
	}
	body.teamcolor-form #index-form .mw_wp_form tr.eyeblack th{
		background: #0068b6;
		color: #fff;
	}
	body.teamcolor-form #index-form .mw_wp_form tr.nail th {
		background: #e52d8a;
		color: #fff;
	}

}

/* =========================================
   TEAMCOLOR SIMULATOR - POP & RESPONSIVE
   ========================================= */

/* Base Styles (Mobile First) */
#teamcolor-sim {
	max-width: 100%;
}

/* プレビューエリア */
#teamcolor-sim .sim__preview {
	display: grid;
	grid-template-columns: 1.6fr 1fr; 
	gap: 12px;
	margin-bottom: 24px;
}

#teamcolor-sim .preview__card {
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 10px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	position: relative;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#teamcolor-sim .preview__card.is-active {
	border-color: #18B7CD; 
	transform: translateY(-2px);
	z-index: 2;
}

#teamcolor-sim .preview__card:not(.is-active) {
	opacity: 0.7;
	background-color: #f9f9f9;
	border-color: transparent;
	transform: scale(0.98);
}

#teamcolor-sim .preview__card:not(.is-active)::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
	backdrop-filter: blur(2px);
}
#teamcolor-sim .preview__card[data-target="nail"]:not(.is-active)::after {
	content: "ネイルを選択する;
}
#teamcolor-sim .preview__card[data-target="eyeblack"]:not(.is-active)::after {
	content: "アイブラックを選択する;
}

#teamcolor-sim .preview__title {
	font-weight: 800;
	font-size: 14px; /* 幅に合わせて縮小*/
	margin-bottom: 6px;
	text-align: center;
	letter-spacing: 0;
}

#teamcolor-sim .preview__svgwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 8px;
	min-height: 80px;
}

/* SVG Size */
#teamcolor-sim .sim-svg {
	height: auto;
	width: 100%;
	max-height: 100%;
}
#teamcolor-sim .sim-svg--eye { max-width: none; }
#teamcolor-sim .sim-svg--nail { max-width: none; max-height: none; }

#teamcolor-sim .preview__svgwrap svg > path[stroke] { display: none; }
#teamcolor-sim .fill-placeholder { fill: #e0e0e0; }
#teamcolor-sim .is-hidden { display: none !important; }

/* コントロールエリア */
#teamcolor-sim .sim__controls {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

#teamcolor-sim .sim__block {
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 16px 12px; /* 少し左右paddingを詰める */
	background: #fff;
	transition: all 0.3s ease;
}

/* 強調スタイル */
#teamcolor-sim .sim__block.is-attention {
	border-color: #FF4081; /* Pop Pink */
	box-shadow: 0 0 0 4px rgba(255, 64, 129, 0.15);
	animation: popPulse 2s infinite;
}

@keyframes popPulse {
	0% { box-shadow: 0 0 0 0 rgba(255, 64, 129, 0.4); }
	70% { box-shadow: 0 0 0 6px rgba(255, 64, 129, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 64, 129, 0); }
}

#teamcolor-sim .sim__label {
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 10px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* パターンボタン */
#teamcolor-sim .sim__pattern {
	display: flex;
	flex-wrap: nowrap; /* 1行に収める*/
	gap: 6px; /* gap狭い*/
	justify-content: space-between; /* 均等配置 */
	position: relative;
    width: 100%;
}

#teamcolor-sim .pattern-btn {
	flex: 1; /* 均等幅*/
	padding: 10px 2px; /* 左右padding極小*/
	border-radius: 10px;
	border: 2px solid #eee;
	background: #fff;
	color: #555;
	font-weight: 700;
	font-size: 11px; /* 小さい*/
	cursor: pointer;
	transition: all 0.2s;
    text-align: center;
    white-space: nowrap; /* 改行禁止 */
}

#teamcolor-sim .pattern-btn:hover {
	border-color: #ddd;
	transform: translateY(-1px);
}

#teamcolor-sim .pattern-btn.is-selected {
	border-color: #FF9800;
	background: #FFF3E0;
	color: #E65100;
	box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
}

/* スロット */
#teamcolor-sim .slots {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 1行3列*/
	gap: 8px; /* gap狭い*/
	margin-bottom: 16px;
}

#teamcolor-sim .slot {
	position: relative;
	display: flex;
	flex-direction: column; /* 縦並び */
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 8px 4px;
	border-radius: 10px;
	border: 2px solid #eee;
	background: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
    min-height: 60px;
}

#teamcolor-sim .slot:not([disabled]):hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#teamcolor-sim .slot[disabled] {
	opacity: 0.5;
	background: #f5f5f5;
	cursor: not-allowed;
}

#teamcolor-sim .slot.is-active {
	border-color: #18B7CD;
	background: #E0F7FA;
	box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.2);
}

#teamcolor-sim .slot__name { font-weight: 700; font-size: 11px; }
#teamcolor-sim .slot__value { font-size: 10px; font-weight: 500; opacity: 0.9; }

/* パレット */
#teamcolor-sim .palette {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* モバイルは4列くらい */
	gap: 8px;
}

#teamcolor-sim .chip {
	border-radius: 8px; /* 丸すぎると色がわかりにくいので少し四角く */
	border: 2px solid transparent; /* 枠線スペース確保*/
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 12px 4px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	transition: transform 0.1s;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px; /* タップしやすく */
}

#teamcolor-sim .chip:active { transform: scale(0.95); }
#teamcolor-sim .chip span { line-height: 1.1; pointer-events: none; }

/* CTA */
#teamcolor-sim .cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 16px;
}

#teamcolor-sim .cta-btn {
	padding: 10px;
	border-radius: 40px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background:  #18b7cd;
	border: none;
}

#teamcolor-sim .cta-btn:hover {
	color: #18b7cd;
	background:  #faee42;
}

#teamcolor-sim .cta-btn[disabled] {
	background: #ccc;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.7;
}

#teamcolor-sim .cta-btn[disabled]:hover {
	color: #fff;
	background:  #ccc;
}

#teamcolor-sim .cta-hint {
	text-align: center;
	font-weight: 700;
	color: #FF4081;
	background: #FFF0F5;
	padding: 12px;
	border-radius: 12px;
	font-size: 14px;
	margin-top: 10px;
}

/* 吹き出し共通*/
#teamcolor-sim .sim-bubble {
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translate(-50%, -100%);
	background: #18B7CD;
	color: #fff;
	border-radius: 5px;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	z-index: 5;
	pointer-events: none;
	white-space: nowrap;
	opacity: 1;
	transition: opacity .2s;
}

#teamcolor-sim .sim-bubble::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #18B7CD;
}
#teamcolor-sim .sim-bubble.is-hidden { opacity: 0; visibility: hidden; }

/* 吹き出し位置調整 */
#teamcolor-sim .slot .sim-bubble {
	left: 20px;
	transform: translate(0, -100%);
}


/* =========================================
   DESKTOP OVERRIDES (min-width: 641px)
   ========================================= */
@media all and (min-width: 641px) {

	#teamcolor-sim .sim__preview {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	
	#teamcolor-sim .sim-svg {
		max-height: 100px;
	}
	
	#teamcolor-sim .sim__pattern {
		justify-content: flex-start;
	}

	#teamcolor-sim .slots {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#teamcolor-sim .palette {
		grid-template-columns: repeat(6, 1fr);
	}
	
	#teamcolor-sim .cta {
		grid-template-columns: repeat(3, 1fr);
	}
}


/* ======================================
   フォームページ共通
   ====================================== */


/* エラーエリア（未入力検知時）*/
#sim-error-area {
	display: none;
	margin: 0 0 16px;
	padding: 12px 16px;
	background: #fdecea;
	border: 1px solid #f44336;
	border-radius: 8px;
	color: #b00020;
	font-size: 13px;
	line-height: 1.6;
}
#index-form	.mw_wp_form table th::after {
		content: none;
	}
#index-form	.mw_wp_form table th::after {
		content: none;
	}
#index-form	.mw_wp_form table th.required::after {
        content: "必須;
	}


