@charset "UTF-8";
/* ==================================================
	shopping-detail
================================================== */
/* ▽ SP共通 layout ========== */

.deta-top {
	display: block;
	margin-bottom: 30px;
}
.photo-box {
	display: block;
	margin-bottom: 20px;
}
.photo-box figure {
	display: block;
	margin-bottom: 15px;
}
.photo-box #color_txt {
	position: absolute;
	color: #ffffff;
	font-size: 1.8rem;
	padding: 3px 6px 4px 6px;
	background: #080808;
	border-radius: 3px;
	margin: 0.3%;
	opacity: 0.5;
	min-width: 70px;
	text-align: center;
	z-index: 5;
}
.photo-box img {width: 100%;}
.photo-box .pt-list ul {
	display: flex;
	flex-wrap: wrap;
}
.photo-box .pt-list ul li {
	margin: 0 0 10px 10px;
	width: calc((100% - (25px * 2)) / 6 - .01px);
}
.photo-box .pt-list ul li:nth-child(6n+1) {
	margin-left: 0px;
}
.deta-top .txt {
	flex-basis: 52%;
}
.deta-top .txt h2 {
	display: inline-block;
    font-size: 1.7rem;
    line-height: 1;
    border-left: 18px solid;
	margin-bottom: 15px;
    padding-left: 5px;
    color: #8bab8a;
}
.deta-top .txt table {
	width: 100%;
	margin-bottom: 25px;
}
.deta-top .txt table th {
	text-align: left;
	vertical-align: top;
	padding: 13px 0;
	width: 34%;
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: #ccc solid 1px;
}
.deta-top .txt table td {
	text-align: left;
	vertical-align: top;
	padding: 13px 0;
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: #ccc solid 1px;
}
.deta-top .txt .mtx {
	font-size: 1.5rem;
	line-height: 1.9;
}
.deta-top .txt table li {
	display: inline-block;
	max-width: 100px;
	margin-right: 10px;
	text-align: center;
}
.deta-top .txt table li img {
	width: 100%;
}
.deta-top .txt table li span {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
.mitumori {
	display: block;
}
.mitumori .gry {
	background: #f0f0f0;
	padding: 15px 4%;
	margin: 0 -3%;
}
.mitumori .gry table {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.mitumori .gry table th {
	display: block;
	text-align:left;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 6px 0;
}
.mitumori .gry table td {
	display: block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 6px 0;
}
.mitumori .gry h4 {
	display: block;
	width: 96%;
	margin: 0 2%;
	padding: 10px 0;
	font-size: 1.5rem;
	text-align: center;
	background: #8bab8a;
	color: white;
	border-radius: 15px;
	line-height: 1;
}
.mitumori .gry table select {
	width: 100%;
}
.mitumori .gry table .data_mes {
	margin-top: 30px;
	padding: 30px;
	background: #ffff1a;
}
.ne01 {
	width: 45%;
}
.sc-bt {
	display: block;
	text-align: center;
}
.sbt3 {
	width: 240px;
	height: 40px;
	font-size: 1.5rem;
	border: none;
	color: #FFF;
	background: #BD0407;
}
.ce-btn {
	display: block;
	padding-left: 5%;
	padding-right: 5%;
	margin: 10px 0;
}
.ce-btn ul {
	display: block;
}
.ce-btn li {
	margin: 8px 0;
}
.deta-cont {
	display: block;
}
.deta-cont .mt {
	display: block;
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.deta-cont table {
	width: 100%;
	border-collapse: collapse;
	border-top: #ccc solid 1px;
}
.deta-cont table th {
	text-align: left;
	padding: 20px 2%;
	display: block;
	background: #f0f0f0;
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: #ccc solid 1px;
}
.deta-cont table td {
	display: block;
	text-align: left;
	padding: 20px 2%;
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: #ccc solid 1px;
}
.txer {
	padding: 13px 3%;
	width: 90%;
	height: 60px;
	border: #ccc solid 1px;
}
.deta-cont table select {
	padding: 13px 3%;
	width: 50%;
	height: 30px;
	border: #ccc solid 1px;
}
.cl-n001 {
	padding: 5px;
	width: 50%;
	height: 26px;
	border: #ccc solid 1px;
	margin-right: 8px;
}
.palt-wrap {
	position: relative;
}
.colorPicker {
	padding: 5px;
	width: 80%;
	height: 26px;
	border: #ccc solid 1px;
	margin-right: 10px;
}
.fo-in {
	display: block;
	margin-bottom: 10px;
}
.deta-cont table small {
	font-size: 1.3rem;
	line-height: 1.3;
}
.cbt {
	margin: 25px;
	text-align: center;
}
.sbt {
	width: 270px;
	height: 50px;
	font-size: 1.4rem;
	color: #FFF;
	border: none;
	background: #D10205;
}
.center-btn {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.deta-top {
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.photo-box {
		flex-basis: 60%;
		width:48%;
	}
	.photo-box .pt-list ul {
		flex-wrap: unset;
	}
	.photo-box .pt-list ul li {
		margin: 0;
		width: calc((100% - (20px * 2)) / 5 - .01px);
		cursor: pointer;
	}
	.photo-box .pt-list ul li:nth-child(5n+1) {
		margin-left: 0px;
	}
	.deta-top .txt {
		flex-basis: 35%;
	}
	.deta-top .txt table th {
		width: 45%;
		font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	}
	.deta-top .txt table td {
		font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	}
	.mitumori {
		display:flex;
		justify-content: space-between;
	}
	.mitumori .gry {
		flex-basis: 47%;
		background: #f1f5f1;
		padding: 0 20px 25px 20px;
		margin: 0;
		box-shadow: 0px 3px 5px 0px rgba(87, 87, 87, 0.3);
	}
	.mitumori .gry table th {
		text-align: right;
		padding-right: 2%;
	}
	.mitumori .gry h4 {
		margin: 100px 0 0 10px;
		padding: 0px 10px;
		font-size: 2.5rem;
		color: #8bab8a;
		border-left: 25px solid;
		background: none;
		border-radius: 0;
		text-align: left;
	}
	.mitumori .gry table select {
		width: clamp(0px, 100%, 470px);
	}
	.ne01 {
		margin-bottom: 10px;
	}
	.sbt3 {
		width: 300px;
	}
	.ce-btn {
		margin: 35px 0;
	}
	.ce-btn ul {
		display: flex;
		justify-content: space-between;
	}
	.ce-btn li {
		flex-basis: 47%;
	}
	.deta-cont {
		display: block;
	}
	.deta-cont .mt {
		margin-bottom: 25px;
	}
	.deta-cont table th {
		width: 25%;
	}
	.deta-cont table td {
	}
	.sbt {
		width: 400px;
		height: 60px;
		font-size: 1.5rem;
	}
}

/* ==================================================
	ここから追加分？
================================================== */
/* ▽ SP共通 layout ========== */

.achievement_link {
	text-align: center;
	margin-top: 20px;
}
.achievement_link a {
	padding: 5px 6px 8px;
	background: #333333;
	color: #FFF;
	border-radius: 3px;
}
#sample_order {
	display: none;
}
#sample_order_sp {
	text-align: center;
	border-radius: 10px;
	margin: 40px auto;
	color: #8bab8a;
	margin: 20px auto;
	border: 3px dashed;
	background: #f1f5f1;
}
.sample_h3 {
	padding: 14px 0;
	color: #8bab8a;
	font-size: 2.2rem;
	border-radius: 15px 15px 0 0;
	margin: -1px;
}
.sample_color {
	margin-bottom: 20px;
	width: clamp(0px, 90%, 310px);
	height:40px;
}
.sample_submit_btn {
	padding: 10px 15px;
	width: clamp(0px, 90%, 310px);
	margin-bottom: 20px;
	display: unset;
}
.bold_red {
	font-weight: bold !important;
	color: red;
}
.price_btn {
	width: clamp(0px, 90%, 310px);
	padding: 10px 0;
	margin: auto;
}
.js-modal-video {
	cursor: pointer;
	text-align: center;
}
.js-modal-video img {
	width: auto;
	max-width: 100%;
}
#play_btn {
	position: relative;
	top: -105px;
}
#detail_text {
	padding: 0 10px;
	margin-bottom:15px;
}
.delivery_calendar {
	padding: 20px 20px;
	font-size: 1.1em;
	background: #fff2f2;
	border: 3px dashed;
	border-radius: 10px;
	margin: 0 0 20px 0;
	color: #ff7373;
}
.delivery_calendar span {
	font-weight: bold;
	font-size: 3rem;
}
.shipping_day {
	text-align: center;
	margin-bottom: 10px;
}
.illust_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.illust_container li {
	width: 42%;
	margin: 0 3% 50px 0;
    text-align: center;
}
.illust_container li:hover {
	opacity: 0.7;
}
.design_no {
	font-size: 3.5vw;
    color: #3f3f3f;
}
.select_image {
	width: 80%;
    border: solid 1px #c3c3c3;
    padding: 10%;
}
#design_image {
	width: 70%;
	max-width: 450px;
	padding: 10px;
	background: #FFF;
	margin: auto;
}
.design_change {
    display: inline-block;
    width: 200px;
    background: #000000;
    padding: 10px;
    margin: 10px 0 20px 0;
    color: white;
}
.design_change:hover {
    background: #474747;
}
.design_notice {
	margin-top: 15px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {

	.achievement_link {
		margin: 0 0 25px 0;
	}
	#sample_order {
		display: block;
		text-align: center;
		border-radius: 10px;
		color: #8bab8a;
		margin: 20px auto;
		border: 3px dashed;
		background: #f1f5f1;
	}
	#sample_order_sp {
		display: none;
	}
	.illust_container li {
		width: 22%;
		margin: 0 3% 6% 0;
		cursor: pointer;
	}
	.design_no {
		font-size: 160%;
	}
	#design_image {
		width: 50%;
	}
}
/* ==================================================
	shopping-detail 変更分
================================================== */
/* ▽ SP共通 layout ========== */
.mitumori.v2 {
	display: block;
}
.mitumori.v2 .gry {
	flex-basis: 67%;
}
.mitumori.v2 .ref {
	flex-basis: 30%;
}
.mitumori.v2 table th {
	width: 80%;
	vertical-align: top;
	padding-top: 30px;
}
.mitumori.v2 table .w30p {
	width: 80% !important;
}
.mitumori.v2 table .w20p {
	width: 50% !important;
}
.bag-size {
	display: block;
	background: #FFF;
	padding: 25px;
}
.bag-size input[type=radio]+label:before{
	content: "";
	display: inline-block;
	background-size: contain;
	width: 135px;
	height: 150px;
}
.bag-size input[type=radio]:checked+label::before{
	border: 3px solid #6e8cff;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
.bag-size input[type=radio]{
	display: none;
}
.size_change {
	text-align:center;
}
.sel-color {
	display: block;
	width: 100%;
}
.sel-color label {
	display:flex;
	align-items: center;
	background: #FFF;
	margin: 0 1% 10px 0;
	padding: 14px 10px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px rgba(87, 87, 87, 0.3);
}
.sel-color input[type=radio]:checked::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 99%;
	height: 95%;
	border: #6e8cff solid 3px;
	border-radius: 6px;
	margin-left: -2px;
}
.sel-color label span {
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: #000;
	border: 1px solid;		
}
.sel-color label.co2 span {
	background: #FFF;
}
.sel-color label.co3 span {
	background: #E6001B;
}
.sel-color label.co4 span {
	background: #0b5cb1;
}
.sel-color label.co5 span {
	background: #00841a;
}
.sel-color label.co6 span {
	background: #ffbd27;
}
.sel-color label.co7 span {
	background: #f24b07;
}
.sel-color label.co8 span {
	background: #fe7da2;
}
.sel-color label.co9 span {
	background: #40bee3;
}
.sel-color label.co10 span {
	background: #9c4725;
}
.sel-color label input[type=radio] {
	margin-left: 35px;
}
.sel-color label.co-n input[type=radio] {
	margin-left: 5px;
}
.sel-color label.co-n span {
	display: none;
}
.sel-color label b {
	display: block;
	margin-left: 5px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
}
.hukurobox {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.package_mes {
	margin-top: 20px;
	background: white;
	border-radius: 10px;
	padding: 10px;
}
.hukurobox  input[type=radio]+label {
	width: 100%;
	background: #f5f8ff;
	padding: 15px;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.hukurobox  input[type=radio]+label figure {
	display: block;
	text-align: center;
	height: 220px;
	width: 100%;
	padding: 10px 0;
}
.hukurobox  input[type=radio]+label img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.hukurobox  input[type=radio]+label span {
	display: block;
}
.hukurobox input[type=radio]:checked+label{
	border: 3px solid #6e8cff;
}
.hukurobox input[type=radio]{
	display: none;
}
.txer2 {
	width: 100%;
}
.rst {
	display: block;
	text-align: center;
}
.rst .sbt {
	font-size: 1.5rem;
	width: 240px;
	height: 40px;
}

.mitumori .ref2 h3 {
	display: none;
}
.mitumori .ref2 .price {
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
	margin: auto;
	color: #6f6f6f;
}
.mitumori .ref2 .price b {
	font-size: 2.4rem;
	color: #bf507b;
}
.mitumori .ref2 .btn01,
.mitumori .ref2 .btn02,
.mitumori .ref2 .btn03 {
	margin: 15px 4%;
	width: 50%;
}
.mitumori .ref2 .support_mes{
	display: none;
}

@media print, screen and (max-width: 767px) {
	.mitumori .ref2 {
		margin-top: 30px;
		display: block;
		background: rgba(255, 255, 255, 0.9);
		z-index: 200;
		text-align: center;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		position: fixed;
		top: 0%;
		width: 100%;
		margin: 0 -4%;
		filter: drop-shadow(0px 1px 4px rgba(0,0,0,0.16));
		display: flex;
		justify-content: space-between;
	}
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.mitumori.v2 {
		display: flex;
		margin-bottom: 30px;
	}
	.mitumori.v2 .gry {
		flex-basis: 66%;
		margin-right: 1.5%;
	}
	.mitumori.v2 table th {
		display: block;
		padding-top: 40px;
		text-align: left;
	}
	.bag-size {
		display: flex;
		justify-content: space-around;
	}
	.bag-size input[type=radio]+label:before{
		cursor: pointer;
    }
	.bag-size input[type=radio]+label{
		font-size: 1.2rem;
	}
	.size_change {
		text-align:center;
	}
	.size_change:hover {
		transform: scale(1.1);
		-webkit-transition: all 0.1s ease-in-out 0s;
  		transition: all 0.1s ease-in-out 0s;
	}
	.sel-color {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.sel-color label {
		width: 28%;
		margin: 0 0 14px 0;
		cursor: pointer;
	}
	.sel-color label:hover {
		transform: scale(0.97);
		box-shadow: 0px 2px 2px 0px rgba(87, 87, 87, 0.3);
		-webkit-transition: all 0.1s ease-in-out 0s;
  		transition: all 0.1s ease-in-out 0s;
	}
	.sel-color label span {
		border: 1px solid;
  		box-sizing: border-box;
	}
	.hukurobox {
		justify-content: center;
		padding: 15px;
		
	}
	.package_mes {
		padding: 20px 40px;
	}
	.package_mes span {
		font-size: 1.1em;
	}
	.hukurobox  input[type=radio]+label {
		width: 80%;
}
	.txer2 {
		width: clamp(0px, 90%, 470px);
	}
	.mitumori .ref2 {
		position: absolute;
		right: 0;
		top: -460px;
		background: #ffffff;
		text-align: center;
		-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
		border-radius: 20px;
		filter: drop-shadow(0px 1px 4px rgba(0,0,0,0.16));
	}
	.mitumori .ref2.ml-fix {
		top: 220px;
		margin-bottom: -1500px;
		width:30%;
		height:100%;
		position:sticky;
		z-index: 30;
	}
	.mitumori .ref2 h3 {
		display: block;
		text-align: center;
		padding: 14px 0;
		background: #333333;
		color: #FFF;
		font-size: clamp(1.6rem, 1.2vw, 1.9rem);
		line-height: 1;
		font-weight: bold;
		border-radius: 15px 15px 0 0;
		margin: -1px;
	}
  	.mitumori .ref2 h4 {
    	margin-top: 15px;
	}
	.mitumori .ref2 .price {
		padding: 40px 10px;
		font-size: 1.4rem;
	}
	.mitumori .ref2 .price b {
		font-size: 2.6rem;
	}
	.mitumori .ref2 .btn01,
	.mitumori .ref2 .btn02,
	.mitumori .ref2 .btn03 {
		margin: 0 20px 5%;
		width: auto;
	}

	#open_estema {
		display: none;
	}
	#open_estema dt,#open_estema dd {
		display: block;
		padding: 10px 15px;
		margin: 10px;
		border: 1px solid #EEEEEE;
		font-size: 13px;
	}
	#open_estema dt {
		background: #f8f8f8;
	}
	#open_estema dd {
		text-align: left;
	}
	#open_estema dd input{
		margin-bottom: 10px;
		width: 100%;
	}
}


#clear {
  display: none;
}
@media print, screen and (min-width: 768px) {
	.support_mes {
		text-align:left;
		font-size:1.3rem;
		padding:10px;
		margin-bottom:-20px;
	}
	.support_mes p {
		margin-bottom:2%;
		color:red;
		font-size: clamp(1.1rem, 1vw, 1.3rem);
	}
}

