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

	estimate

-----------------------------------------------------------------*/ 
.container {
	width: 1200px;
	margin: 0 auto 10rem;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and ( max-width: 810px ){
	.container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    .container {
        margin-bottom: 6rem;
    }
}

.detail-img {
    width: 470px;
    position: sticky;
    top: 15px;
}

:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --main-color-darken: #25663b;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
::-moz-selection {
    color: #fff;
    background: var(--main-color);
}
::selection {
    color: #fff;
    background: var(--main-color);
}
[class*=swiper]:focus {
    outline: none;
}
.slide-media, .thumb-media {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.thumb-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #FFF;
    border-radius: 5px;
}
.detail-img .swiper {
    max-width: 470px;
    margin: auto;
}
.detail-img .swiper-main {
    overflow: visible;
}
.detail-img .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
.detail-img .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.detail-img .swiper-controller {
    position: absolute;
    width: 100%;
    height: calc(100% - 58px);
    left: 0;
    top: 0;
    z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    border: 1px solid #555;
    border-radius: 50%;
    background-image: none;
    transition: all 0.3s ease-out;
    opacity: 1;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.swiper-button-prev {
    left: -10px;
}
.swiper-button-next {
    right: -10px;
}
.swiper-button-prev:before, .swiper-button-next:before {
    content: "";
    width: fit-content;
    height: fit-content;
    color: #555;
    font: var(--fa-font-solid);
    font-size: 2.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-button-prev:before {
    content: "\f053";
}
.swiper-button-next:before {
    content: "\f105";
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--main-color);
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
    color: #fff;
}
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}


.detail-img .swiper-scrollbar {
    position: relative;
    margin-top: .5rem;
}
.detail-img .swiper-scrollbar::after {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    margin: auto;
    content: "";
    background-color: #eee;
}
.detail-img .swiper-scrollbar-drag {
    height: 20px;
    padding: 8px 0;
    cursor: pointer;
    background-color: var(--main-color);
    background-clip: content-box;
}
.detail-img .swiper-scrollbar-drag:active {
    background-color: var(--main-color-darken);
}
.detail-img figure {
    display: block;
    overflow: hidden;
}
.detail-img .slide-title {
    font-size: 1.3rem;
    text-align: center;
    padding: 2rem;
}
.detail-img .thumb-media {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: #FFF;
    border-radius: 5px;
}
.detail-img .swiper-slide-thumb-active .thumb-media img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-color: #00be7d;
    opacity: .5;
    border-radius: 7px;
}
@media only screen and (max-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
    .pc {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    html {
        font-size: 50%;
    }
    .pc-tab {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tab-sp {
        display: none !important;
    }
    .detail-img .swiper-scrollbar-drag:hover {
        background-color: var(--main-color-darken);
    }
}

@media only screen and (min-width: 600px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 810px) {
    .detail-img {
        width: 45%;
    }

}
@media screen and (max-width: 480px) {
    .detail-img {
        width: 100%;
        position: relative;
        margin-bottom: 4rem;
    }
    
    .detail-img .swiper-main {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
}

/*estimate-btn*/
.estimate-btn {
    margin-top: 2.5rem;    
}

.estimate-btn a {
    background: #141414;
    border-radius: 100px;
    text-align: center;
    display: block;
    padding: 2.5rem 3rem;
}

.estimate-btn a span {
    display: block;
    width: fit-content;
    color: #FFF;
    font-weight: bold;
    font-size: 2.1rem;
    margin: 0 auto;
    line-height: 1.2;
    position: relative;
    padding-left: 35px;
}
.estimate-btn a span:before {
    font-family: "Font Awesome 5 Free";
    content: '\f1ec';
	font-weight: 900;
	font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .estimate-btn {
        margin: 2rem auto 4rem;
    }
    
    .item-data .estimate-btn.sp {
        display: block;
    }
    
    .estimate-btn a {
        padding: 3rem;
    }
}

/**/
.detail-img .estimate-btn {
    display: block;
}

.item-data .estimate-btn.sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .item-data .estimate-btn.sp {
        display: block;
        width: 90%;
    }
    
    .detail-img .estimate-btn {
        display: none;
    }
}

/*soldout*/
.estimate-btn.soldout a {
    background: #e10000;
    pointer-events: none;
    position: relative;
    border-radius: 10px;
}
.estimate-btn.soldout a:after {
    content: "";
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 2px solid #FFF;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 7px;
}

.estimate-btn.soldout a span:before {
    content: '\f07a';
}




/*------------------------------
	item-data
------------------------------*/
.item-data {
    width: 670px;
}

.item-data .item-name {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.item-data .item-number {
    font-size: 1.6rem;
    color: #141414;
    margin-bottom: 3rem;
}

.item-data .item-price {
    margin-bottom: 2.5rem;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: baseline;
    line-height: 1;
}

.item-data .item-price span,
.item-data .item-price div {
    font-size: 13px;
}

.item-data .item-price em {
    font-weight: bold;
    color: #ff0000;
    font-size: 3.5rem;
}

.item-data .item-price div {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 7px 15px;
    margin-left: 10px;
}


@media screen and (max-width: 810px) {
    .item-data {
        width: 50%;
    }
    
    .item-data .item-price div {
        display: block;
        width: fit-content;
        margin: 1.5rem 0 0;
    }
}
@media screen and (max-width: 480px) {
    .item-data {
        width: 100%;
    }
    
    .item-data .item-name {
        font-size: 2.2rem;
    }

    .item-data .item-number {
        font-size: 12px;
        margin-bottom: 2rem;
    }
    
    .item-data .item-price em {
        font-size: 3rem;
    }
}

/*data-box*/
.item-data .data-box {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    display:flex;
	flex-flow: row wrap;
    align-items: center;
	justify-content: space-between;
    margin-bottom: 3rem;
} 

.item-data .data-box > * {
    width: calc(100% / 3);
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
}

.item-data .data-box dl {
    border-right: 3px dotted #c8c8c8;
    border-left: 3px dotted #c8c8c8;
    display:flex;
	justify-content: center;
    align-items: center;
}

.item-data .data-box dd,
.item-data .data-box .lot em {
    font-size: 2.5rem;
}

.item-data .data-box em { margin: 0 5px; }
.item-data .data-box dd { margin: 0 1rem; }

@media screen and (max-width: 810px) {
    .item-data .data-box {
        flex-flow: column;
        padding: 10px;
    } 

    .item-data .data-box > * {
        width: 100%;
        padding: 2rem;
    }
    
    .item-data .data-box .brand {
        padding: 1rem 2rem;
    }
    .item-data .data-box .brand img {
        max-width: 160px;
    }
    
    .item-data .data-box dl {
        border: none;
        border-top: 3px dotted #c8c8c8;
        border-bottom: 3px dotted #c8c8c8;
    }
}
@media screen and (max-width: 480px) {
    .item-data .data-box dd,
    .item-data .data-box .lot em {
        font-size: 2rem;
    }
}


/*category-link*/
.item-data .category-link {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 10px 1.5rem;
    margin-bottom: 3rem;
}

.item-data .category-link a {
    display: block;
    width: fit-content;
    border: 2px solid var(--main-color);
    color:  var(--main-color);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 40px 1rem 3rem;
    border-radius: 5px;
    position: relative;
}

.item-data .category-link a:after {
    content: "";
    display: block;
    color: var(--main-color);
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.item-data .category-link a:hover {
    opacity: 1;
    background: #eaf8f3;
}


/*item-text*/
.item-text {
    margin-bottom: 5rem;
}

.item-text p {
    font-size: 13px;
}


/*limited-stock*/
.item-text .limited-stock {
    display: block;
    padding: 3rem;
    background: #ff7373;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .1em;
    border-radius: 1.5rem;
    margin-bottom: 3rem;
    
}

/*new-item*/
.item-text .new-item {
    display: block;
    border-radius: 1.5rem;
    background: #ff9422;
    text-align: center;
    font-size: 1.9rem;
    letter-spacing: .1rem;
    position: relative;
    z-index: 1;
    padding: 4.5rem;
    color: #FFF;
    margin-bottom: 2rem;
    font-weight: bold;
}

.item-text .new-item:before {
    content: "";
    position: absolute;
    inset: 1.5rem;
    background-color: transparent;
    z-index: -1;
    border: 2px solid #FFF;
    border-radius: 1rem;
}

.item-text .new-item a {
    display: block;
    margin: 2.5rem auto 0;
    width: fit-content;
    padding: 1.3rem 65px 1.3rem 3.5rem;
    background: #FFF;
    color: #ff921e;
    font-size: 2.2rem;
    border-radius: 100px;
    position: relative;
}
.item-text .new-item a:after {
    content: "\f105";
    font: var(--fa-font-solid);
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*------------------------------
	other_type
------------------------------*/
.item-info .other_type {
    margin-top: 2rem;
    background: var(--main-color);
    border-radius: 1.5rem;
    text-align: center;
    padding: 3rem 4rem;
}

.item-info .other_type dt {
    color: #FFF;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    letter-spacing: .1em;
}

.item-info .other_type dt:before {
    font: var(--fa-font-solid);
    content: '\f002';
    font-weight: 900;
    margin-right: 1rem;
}

.item-info .other_type dd ul {
    display:flex;
	justify-content: center;
    gap: 1.3rem 1.5rem;
}

.item-info .other_type dd a {
    display: block;
    color: var(--main-color);
    font-size: 1.4rem;
    font-weight: bold;
    background: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 7px 15px;
}
.item-info .other_type dd a span {
    position: relative;
    padding-right: 20px;
}
.item-info .other_type dd a span:after {
    content: "\f105";
    font: var(--fa-font-solid);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*------------------------------
	item-info
------------------------------*/
.h-info {
    font-weight: bold;
    font-size: 2.3rem;
    margin-bottom: 3rem;
    border-left: 3px solid #191919;
    letter-spacing: .08em;
    padding: 5px 2rem;
}

.item-info .icon-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 10px;
    margin-bottom: 2rem;
}

.item-info .imgMaterial {
    margin-bottom: 2rem;
}

@media screen and (max-width: 810px) {
    .item-info .icon-list {
        gap: 10px 2%;
    }
    
    .item-info .icon-list li {
        width: 32%;
    }
}

/*item-info p*/
.item-info p:not([class]) {
    background: #f3f3f3;
    font-size: 15px;
    position: relative;
}

.item-info p:not([class]):not(:last-child) {
    padding: 1.3rem 4.5rem;
}

.item-info p:not([class]):first-of-type {
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2.5rem 4.5rem 1.3rem;
}

.item-info p:not([class]):last-of-type {
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1.3rem 4.5rem 2.5rem;
}

.item-info p:not([class]):only-of-type {
    border-radius: 1.5rem;
    padding: 2.5rem 4.5rem;
}

.item-info p:not([class]):after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.item-info p:not([class]):only-of-type:after,
.item-info p:not([class]):last-of-type:after {
    content: none;
}

@media screen and (max-width: 810px) {
    .item-info p:not([class]) {
        font-size: 13px;
    }
}


/*stock-data*/
.item-info .stock-data {
    background: #ff7373;
    padding: 3rem;
    border-radius: 1.5rem;
    margin: 2rem 0;
}

.item-info .stock-data dt {
    font-weight: bold;
    color: #FFF;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.item-info .stock-data dd ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 8px 1rem;
}

.item-info .stock-data dd li {
    display: block;
    width: fit-content;
    color: #ff5b5b;
    font-size: 14px;
    font-weight: bold;
    background: #FFF;
    border-radius: 100px;
    padding: 5px 1.5rem;
}

.item-info .stock-data dd:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 3px dotted #FFF;
}

@media screen and (max-width: 810px) {
    .item-info .stock-data dd li {
        font-size: 13px;
    }
}

/*caution*/
.caution {
    font-size: 13px;
    color: #383838;
    padding-left: 20px;
    text-indent: -20px;
}
.caution:before {
    content: '\f06a';
    color: var(--main-color);
    font: var(--fa-font-solid);
    font-size: 1.5rem;
    margin-right: 5px;
}


.item-data .caution {
    margin: 2rem auto 4rem;
}


/*------------------------------
	print-box
------------------------------*/

.print-box ul {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    gap: 10px calc(7% / 2);
}

.print-box ul li {
    width: 31%;
    border: 1px solid #282828;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.print-box ul li figure {
    position: relative;
}
.print-box ul li figcaption {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 9px 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background:rgba(40,40,40,0.85);
    text-align: center;
}

.print-box img {
    width: 100%;
    height: auto;
}



@media screen and (max-width: 810px) {
    .print-box ul {
        gap: 10px 4%;
    }

    .print-box ul li {
        width: 48%;
    }
    
    .print-box ul li figcaption {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .print-box ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px 15px;
    }
    
    .print-box ul li {
        flex-shrink: 0;
        width: 250px;
    }

}


/*------------------------------
    index-cont
------------------------------*/
.index-cont {
    width: 250px;
    border: 1px solid #c8c8c8;
    background: #f3f3f3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    position: sticky;
    top: 30px;
}

.index-cont .item-price {
    border: 1px solid #c8c8c8;
    padding: 4px;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 10px;
    text-align: center;
}

.index-cont .item-price .muji {
    font-size: 1.4rem;
    margin: 1rem auto;
    display: block;
}

.index-cont .item-price em {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff0000;
}

.index-cont .item-price em + span {
    font-size: 12px;
}

.index-cont .item-price div {
    background: #f3f3f3;
    font-size: 13px;
    padding: .8rem 2rem;
    margin-top: 1rem;
}

.index-cont .lot {
    background: #FFF;
    padding: 1.8rem 2rem;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.index-cont .lot em {
    font-size: 2.5rem;
    margin-right: 5px;
}

.index-cont .estimate-btn a span {
    font-size: 1.8rem;
}

@media screen and (min-width: 810px) {
    .index-data .h-type1 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 810px) {
    .index-cont {
        width: 200px;
        top: 20px;
    }
    
    .index-cont .item-price em + span {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .index-cont {
        width: 100%;
        top: 80px;
        position: static;
        margin-bottom: 4rem;
    }
    
    .index-cont .estimate-btn {
        margin-bottom: 0;
    }
    
    .index-cont .estimate-btn a span {
        font-size: 2.1rem;
    }
    
}


/*page-list*/
.index-cont .page-list li a {
    display: block;
    font-size: 1.7rem;
    padding: 10px 40px 10px 15px;
    position: relative;
}
.index-cont .page-list li a:before,
.index-cont .page-list li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.index-cont .page-list li a:before {
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #555555;
    box-sizing: border-box;
    right: 15px;
}
.index-cont .page-list li a:after {
    content: "\f105";
    color: #555555;
    font: var(--fa-font-solid);
    font-size: 11px;
    right: 21px;
}

/**/
.index-cont .page-list li a:hover {
    opacity: 1;
}
.index-cont .page-list li a:hover:before,
.index-cont .page-list li a.toc-highlight:before {
    right: 10px;
    background: var(--main-color);
    border-color: var(--main-color);
}
.index-cont .page-list li a:hover:after,
.index-cont .page-list li a.toc-highlight:after {
    right: 15px;
    color: #FFF;
}

@media screen and (max-width: 480px) {
    .index-cont .page-list li a:after {
        content: "\f078";
        right: 20px;
    }
}


/*------------------------------
    index-data
------------------------------*/
.index-data {
    width: 900px;
}

.index-data > section {
    margin-bottom: 10rem;
}

@media screen and (max-width: 810px) {
    .index-data {
        width: calc(100% - 240px);
    }
}
@media screen and (max-width: 480px) {
    .index-data {
        width: 100%;
    }
    
    .index-data > section:last-child {
        margin-bottom: 3rem;
    }
}



/*color-cont*/
.index-data .color-cont .color-number {
    width: fit-content;
    padding: 1rem 7rem;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    margin: -1rem auto 3rem;
    font-size: 1.5rem;
}

.index-data .color-cont .color-number em {
    font-size: 2.5rem;
    margin: 0 5px;
}


.index-data .color-cont .color-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 3rem 12px;
}

.index-data .color-cont .color-list li {
    width: 102px;
    text-align: center;
    font-size: 13px;
}

.index-data .color-cont .color-list li a {
    display: block;
}

.index-data .color-cont .color-list li img {
    width: 100%;
    height: auto;
}

.index-data .color-cont .color-list li figcaption {
    line-height: 1.3;
}

.index-data .color-cont .color-list li span {
    font-size: 12px;
    display: block;
}

@media screen and (max-width: 810px) {
    .index-data .color-cont .color-list {
        gap: 3rem 2%;
    }

    .index-data .color-cont .color-list li {
        width: 15%;
    }
}
@media screen and (max-width: 480px) {
    
    .index-data .color-cont .color-list {
        gap: 2rem calc(15% / 4);
    }
    
    .index-data .color-cont .color-list li {
        font-size: 12px;
        width: 17%;
    }
    
    .index-data .color-cont .color-list li span {
        font-size: 11px;
    }
}


.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    position: relative;
    
}

.lb-nav a.lb-prev:before, .lb-nav a.lb-next:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background:rgba(255,255,255,0.5);
    border: 1px solid #555;
    border-radius: 50%;
    background-image: none;
    transition: all 0.3s ease-out;
    opacity: 1;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.lb-nav a.lb-prev:before {
    left: -10px;
}
.lb-nav a.lb-next:before {
    right: -10px;
}
.lb-nav a.lb-prev:after, .lb-nav a.lb-next:after {
    content: "";
    width: fit-content;
    height: fit-content;
    color: #555;
    font: var(--fa-font-solid);
    font-size: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.lb-nav a.lb-prev:after {
    content: "\f053";
    left: 8px;
}
.lb-nav a.lb-next:after {
    content: "\f105";
    right: 8px;
}



/**/
.lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
}
.lb-close:before,
.lb-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.lb-close:before {
    border: 3px solid #FFF;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.lb-close:after {
    content: "\f00d";
    color: #FFF;
    font: var(--fa-font-solid);
    font-size: 1.8rem;
    position: absolute;
}




/*------------------------------
    size-cont
------------------------------*/

.index-data .size-cont .scroll-table {
    max-height: 395px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.index-data .size-cont table {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #d5d5d5;
}

.index-data .size-cont table tr {
    border-bottom: 1px solid #d5d5d5;
    transition: all 0.3s ease-out;
}

.index-data .size-cont table tr:first-child {
    position: sticky;
	top: -1px;
}

.index-data .size-cont table tr:nth-child(even) {
    background: #f6f6f6;
}

.index-data .size-cont table tr:first-child {
    background: #dfdfdf;
    font-weight: bold;
}

.index-data .size-cont table th {
    padding: 1.8rem 2rem;
    text-align: center;
    font-weight: bold;
}

.index-data .size-cont .size-caution {
    font-size: 1.4rem;
}

.index-data .size-cont table tr:not(:first-child):hover {
    background: #EBE6DC;
}

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

}
@media screen and (max-width: 480px) {
    
    .index-data .size-cont .scroll-table {
        width: calc(100% + 40px);
        margin: 0 -20px 1rem;
        max-height: 335px;
    }
    
    .index-data .size-cont table {
        font-size: 13px;
    }
}



/*------------------------------
    print-cont
------------------------------*/
.index-data .print-cont {
	--padding: 50px;
}

.index-data .print-cont .print-list {
    padding: 0 var(--padding);
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
}

.index-data .print-cont .print-list li {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    overflow: hidden;
    width: 380px;
    text-align: center;
}

.index-data .print-cont .print-list li img {
    max-width: calc(100% - 5rem);
    height: auto;
    margin-top: 2rem;
}

.index-data .print-cont .print-list li div {
    background: #f3f3f3;
    font-size: 1.7rem;
    padding: 1.5rem 2rem;
}

.index-data .print-cont .caution-list {
    padding: 0 var(--padding);
}

@media screen and (max-width: 810px) {
    .index-data .print-cont {
        --padding: 0;
    }
    
    .index-data .print-cont .print-list {
        gap: 2rem 4%;
    }
    
    .index-data .print-cont .print-list li {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .index-data .print-cont .print-list {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        margin: 0 -20px 10px;
        padding: 0 20px 20px;
    }
    
    .index-data .print-cont .print-list li {
        flex-shrink: 0;
        width: 280px;
    }
}



/*------------------------------
    estimate-cont
------------------------------*/
.estimate-cont {
    background: #ebe6dc;
    min-height: 1000px;
    position: relative;
    padding: 8rem 0;
    margin-top: 30px;
}
.estimate-cont:before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url("../../../../_images/estimate/wave.svg") repeat-x;
    position: absolute;
    top: -25px;
    left: 0;
}

.estimate-cont .inner {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.estimate-cont .h-estimate {
    text-align: center;
    margin-bottom: 5rem;
}

.estimate-cont .h-estimate .item-name {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2rem;
}

.estimate-cont .h-estimate em {
    background: var(--main-color);
    border-radius: 1.5rem;
    display: block;
    line-height: 1;
    padding: 2rem;
}

.estimate-cont .h-estimate em span {
    color: #FFF;
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: .2em;
}

.estimate-cont .h-estimate em span:before {
    content: '\f1ec';
    font: var(--fa-font-solid);
    margin-right: 2.5rem;
    font-size: 4rem;
}

@media screen and (max-width: 810px) {
    .estimate-cont .inner {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .estimate-cont .inner {
        padding: 0 10px;
    }
    
    .estimate-cont .h-estimate {
        margin: 0 2rem 3rem;
    }
}




/*---入力フォーム設定-------------*/

input,
select,
textarea {
	padding: 1.2rem 1.5rem;
	font-size: 15px;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
	transition: all 0.1s ease-out;
    border-radius: 5px;
    background: #FFF;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #f2edde;
	border: 1px solid #949db7;
	z-index: 10;
    outline: 0;
}

textarea {
	width: 100%;
}

::placeholder {
    color: #a1a1a1;
}


.select-box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.select-box:after {
    content: "\f078";
    color: #555555;
    font: var(--fa-font-solid);
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    pointer-events: none;
}

.select-box select {
    width: 100%;
    appearance: none;
}


@media screen and (max-width: 1100px) {
	input,
	input[type=number],
	select,
	textarea {
		font-size: 16px !important;
	}
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*-----ラジオボタン------------*/
.estimate-cont .estimate-box input[type="radio"]{
	border: none;
	vertical-align: middle;
}
.estimate-cont .estimate-box li label {
  display: inline-block;
  word-break: break-all;
	cursor: pointer;
}
input[type="radio"]:checked + span {
    color: var(--main-color);
    font-weight: bold;
}

.estimate-cont .estimate-box li label input[type="radio"] + span {
  position: relative;
  padding: 0 0 0 30px;
  text-align: center;
	letter-spacing: 0;
}
.estimate-cont .estimate-box li label input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 30px;
}
.estimate-cont .estimate-box li label input[type="radio"] + span::before {
  border: 1px solid #b1b1b1;
}
.estimate-cont .estimate-box label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.estimate-cont .estimate-box label input[type="radio"] + span::before {
  content: '';
  display: block;
  background: #FFF;
  width: 20px;
  height: 20px;
  border: 2px #78909c solid;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.estimate-cont .estimate-box li label input[type="radio"]:checked + span::after {
  content:"";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
}

.estimate-cont .estimate-box li {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 5px;
	vertical-align: middle;
	position: relative;
}


@media screen and (max-width: 1100px) {
	.estimate-cont .type_radio img {
		width: 40%;
	}
	.estimate-cont .type_radio dd > ul {
		width: 53%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 786px) {
	.estimate-cont .type_radio img {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.estimate-cont .type_radio dd > ul {
		width: 100%;
		float: none;
	}
}




/*-----チェックボックス------------*/

.estimate-cont .type_check ul {
	margin: 0 20px 10px;
	word-break: break-all;
}
.estimate-cont .type_check li {
	display: inline-block;
	margin: 0 15px 10px 0;
}
input[type="checkbox"]:checked + span {
    color: var(--main-color);
    font-weight: bold;
}

.estimate-cont .type_check li label input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 30px;
}
.estimate-cont .type_check li label input[type="checkbox"] + span::before {
  border: 1px solid #b1b1b1;
}
.estimate-cont .type_check label input[type="checkbox"] {
  position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.estimate-cont .type_check label input[type="checkbox"] + span::before {
  content: '';
  display: block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px #78909c solid;
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.estimate-cont .type_check li label input[type="checkbox"]:checked + span::after {
  content:"";
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 21px;
  border-bottom: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 7px;
  margin: auto;
}



/*-----プルダウン------------*/

.estimate-cont .type_pull select{
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.estimate-cont .type_pull select::-ms-expand {
    display: none;
}

.estimate-cont .type_pull .selectBtn {
	width: 390px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	position: relative;
	box-sizing: border-box;
	float: left;
	margin-left: 20px;
}
.estimate-cont .type_pull .selectBtn:after{
	content: "";
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #1d1d1d transparent transparent transparent;
	pointer-events: none;
	position: absolute;
}

.estimate-cont .type_pull img {
	float: right;
}

@media screen and (max-width: 1100px) {
	.estimate-cont .type_pull img {
		width: 40%;
	}
	.estimate-cont .type_pull .selectBtn {
		width: 53%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 786px) {
	.estimate-cont .type_pull img {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.estimate-cont .type_pull .selectBtn {
		width: 100%;
		float: none;
	}
}


/*-----テキストエリア------------*/

.estimate-cont .type_comment textarea {
	width: 94%;
	height: 8em;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1100px) {
	.estimate-cont .type_comment textarea {
		width: 100%;
	}
}


/*--カレンダー--*/
.estimate-cont .type_calendar input {
	width: 15em;
}

.estimate-cont .type_calendar .calendarForm {
	position: relative;
	padding-left: 65px;
}
.estimate-cont .type_calendar .calendarForm label:before{
	display: block;
    font-family: "Font Awesome 5 Free";
    content: '\f133';
    font-size: 22px;
    margin-right: 5px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 786px) {
	.estimate-cont .type_calendar .calendarForm {
		padding-left: 45px;
	}
	.estimate-cont .type_calendar input {
		width: 90%;
	}
}


/*-----ファイルアップロード------------*/
.estimate-cont .type_upload #upfile {
	margin-left: 20px;
}
.estimate-cont .type_upload .caution {
	width: 94%;
	margin: 20px auto 0;
}
.estimate-cont .type_upload .caution dt {
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	background: #ff3d23;
	padding: 10px 30px;
	letter-spacing: .1em;
	box-sizing: border-box;
}
.estimate-cont .type_upload .caution dd {
	font-size: 13px;
	line-height: 1.5em;
	background: #ffebe8;
	padding: 15px 30px;
	box-sizing: border-box;
}


@media screen and (max-width: 1100px) {
	.estimate-cont .type_upload #upfile {
		margin-left: 0;
		width: 100%;
	}

	.estimate-cont .type_upload .caution {
		width: 100%;
		margin: 15px auto;
	}
	.estimate-cont .type_upload .caution dt {
		font-size: 14px;
		padding: 10px 10%;
		line-height: 1.4em;
	}
	.estimate-cont .type_upload .caution dd {
		padding: 15px 10%;
	}
    .estimate-cont .type_upload .caution dd p {
		font-size: 12px;
        line-height: 1.5;
	}
}


/*-----1行テキスト------------*/
.estimate-cont .type_text input {
	width: 450px;
	margin: 0 10px 0 20px;
}


@media screen and (max-width: 1100px) {
	.estimate-cont .type_text input {
		width: 80%;
		margin: 0 10px 0 0;
	}
}


/*------------------------------
    customer-box
------------------------------*/
.estimate-cont .customer-box {
    background: #f3f3f3;
    border: 1px solid #191919;
    border-radius: 1.5rem;
    padding: 4rem 8rem;
    margin-bottom: 8rem;
}

.estimate-cont .customer-box .h-customer {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4rem;
    font-size: 2.8rem;
    line-height: 1;
}

.estimate-cont .customer-box input,
.estimate-cont .customer-box select {
    border: none;
}

.estimate-cont .customer-box table{
	width: 100%;
}
.estimate-cont .customer-box table th{
	width: 180px;
	padding: 10px 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	box-sizing: border-box;
}
.estimate-cont .customer-box table th.required{
	position: relative;
}
.estimate-cont .customer-box table th.required:after{
	content: "必須";
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	padding: 5px 10px;
	line-height: 1em;
	border-radius: 30px;
	font-size: 12px;
	font-weight: bold;
    margin: 5px 10px;
}

.estimate-cont .customer-box table td {
	width: 580px;
	padding: 10px 20px;
	box-sizing: border-box;
    font-size: 1.3rem;
}

.estimate-cont .customer-box table td input {
	width: 100%;
}

.estimate-cont .customer-box table td .select-box {
	width: 70%;
    margin: 0;
}

/**/
.estimate-cont .customer-box table input[type=tel]{
    width: calc(100% / 3 - 6rem);
    margin: 0 1rem;
}
.estimate-cont .customer-box table input[type=tel]:first-child{ margin-left: 0; }
.estimate-cont .customer-box table input[type=tel]:last-child{ margin-right: 0; }

/**/
.estimate-cont .customer-box table .timeCaution td  input{
	width: 10em;
	margin: 0 10px 10px 0;
}
.estimate-cont .customer-box table .timeCaution td p{
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.4em;
}



@media screen and (max-width: 810px) {
    .estimate-cont .customer-box {
        padding: 3rem 4rem;
    }
}
@media screen and (max-width: 480px) {
    .estimate-cont .customer-box {
        padding: 3rem 3rem 1rem;
        margin-bottom: 4rem;
    }
    
    .estimate-cont .customer-box .h-customer {
        margin-bottom: 2rem;
        font-size: 2.5rem;
    }
    
    .estimate-cont .customer-box table th,
    .estimate-cont .customer-box table td {
        width: 100%;
        display: block;
        padding: 0;
    }
    
    .estimate-cont .customer-box table th {
        padding-bottom: 10px;
    }
    
    .estimate-cont .customer-box table td {
        padding-bottom: 15px;
    }
    
    .estimate-cont .customer-box table input[type=tel]{
        width: calc(100% / 3 - 20px);
        margin: 0 5px;
    }
}




/*------------------------------
    btn-send
------------------------------*/

.estimate-cont .submit{
	margin: 0 auto 6rem;
}
.estimate-cont .submit input[type=submit]{
	display: block;
	max-width: 500px;
    width: 90%;
	background-color: var(--main-color);
	color: #fff;
	margin: auto;
	padding: 25px 30px;
	font-size: 2.5rem !important;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	border: 2px solid #111;
	border-radius: 10px;
	box-shadow: 8px 8px 0 #fff, 10px 10px 0 #111;
	transition: all .3s ease;
	position: relative;
    letter-spacing: .15em;
    white-space: normal;
}
.estimate-cont .submit input[type=submit]:hover{
	transform: translate(8px, 8px);
	box-shadow: 0 0 0 #fff, 2px 2px 0 #111;
	opacity: 1;
}


@media screen and (max-width: 810px) {
	.estimate-cont .submit input[type=submit]{
		max-width: 75%;
		padding: 25px 15px;
		box-shadow: 6px 6px 0 #fff, 8px 8px 0 #111;
	}
	.estimate-cont .submit input[type=submit]:hover{
		transform: translate(6px, 6px);
	}
}
@media screen and (max-width: 480px) {
	.estimate-cont .submit input[type=submit]{
		max-width: 85%;
		padding: 20px 15px;
	}
}


/*------------------------------
    .estimate-list 
------------------------------*/
.estimate-cont > li:not(:last-child) {
    margin-bottom: 5rem;
}

.estimate-cont .estimate-list > li {
    background: #FFF;
    border: 1px solid #191919;
    border-radius: 1.5rem;
    padding: 4rem 8rem 5.5rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 810px) {
    .estimate-cont .estimate-list > li {
        padding: 3rem 4rem;
    }
}
@media screen and (max-width: 480px) {
    .estimate-cont .estimate-list > li {
        padding: 20px;
        margin-bottom: 20px;
    }
}


/**/
.estimate-cont .estimate-list .h-step {
    text-align: center;
    padding: 0 15px 3rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.estimate-cont .estimate-list .h-step:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle, #191919 1.3px, transparent 1.3px);
    background-size: 7px 100%;
}

.estimate-cont .estimate-list .h-step span {
    font-size: 1.9rem;
    padding: 5px 4rem;
    border: 2px solid var(--main-color);
    font-weight: bold;
    color: var(--main-color);
    border-radius: 100px;
    display: block;
    width: fit-content;
    margin: 0 auto 1.5rem;
}

.estimate-cont .estimate-list .h-step em {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.3;
}

@media screen and (max-width: 480px) {
    .estimate-cont .estimate-list .h-step em {
        font-size: 2.3rem;
    }
}


/*------------------------------
    STEP1
------------------------------*/

#step1 .number {
    text-align: center;
    margin-bottom: 3rem;
}

#step1 .number p {
    font-size: 1.6rem;
}
#step1 .number em {
    font-size: 2.2rem;
    margin: 0 5px;
}

#step1 .select-box {
    max-width: 550px;
}

#step1 .choice-color {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 3rem 6rem;
    position: relative;
}

#step1 .choice-color:not(:last-child) {
    margin-bottom: 2rem;
}

#step1 .choice-color dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 810px) {
    #step1 .choice-color {
        padding: 3rem;
    }
}
@media screen and (max-width: 480px) {
    #step1 .choice-color {
        padding: 20px;
    }

}

/**/
#step1 .choice-size {
    margin-top: 2.5rem;
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#step1 .choice-size .color-thum {
    width: 220px;
}
#step1 .choice-size .color-thum img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#step1 .choice-size .size-variation {
    width: calc(100% - 245px);
}

#step1 .choice-size .size-variation ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 1rem calc(7% / 2);
}
#step1 .choice-size .size-variation ul li {
    width: 31%;
    text-align: center;
}

#step1 .choice-size .size-variation ul li span {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    display:flex;
	justify-content: center;
	align-items: center;
    flex-grow: 1;
}

#step1 .choice-size .size-variation ul li label {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

#step1 .choice-size .size-variation ul li input {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 810px) {
    #step1 .choice-size .color-thum {
        width: 170px;
    }

    #step1 .choice-size .size-variation {
        width: calc(100% - 190px);
    }
}
@media screen and (max-width: 480px) {
    #step1 .choice-size .color-thum {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    #step1 .choice-size .color-thum img {
        max-width: 190px;
    }

    #step1 .choice-size .size-variation {
        width: 100%;
    }
    
    #step1 .choice-size .size-variation ul {
        gap: 1rem 4%;
    }
    #step1 .choice-size .size-variation ul li {
        width: 48%;
    }
}


/*total-number*/
.total-number {
    text-align: center;
    font-weight: bold;
    color: #555555;
    font-size: 2.4rem;
    letter-spacing: .1em;
    line-height: 1;
    margin-top: 3rem;
}

.total-number em {
    color: var(--main-color);
    font-size: 4rem;
    margin: 0 5px;
}


/*del-btn*/
.estimate-cont .del-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    background: #a9a9a9;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
    transition: all 0.3s ease-out;
}
.estimate-cont .del-btn:before {
    content: "\f00d";
    font: var(--fa-font-solid);
    font-size: 35px;
}

.estimate-cont .del-btn span {
    font-size: 13px;
    letter-spacing: .2em;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.estimate-cont .del-btn:hover {
    background: #717171;
}

@media screen and (max-width: 810px) {
    .estimate-cont .del-btn {
        position: static;
        max-width: 250px;
        width: 70%;
        margin: 20px auto 0;
    }
    .estimate-cont .del-btn:before {
        font-size: 2.2rem;
        margin-right: 7px;
    }

    .estimate-cont .del-btn span {
        font-size: 1.6rem;
        display: inline-block;
    }
}


/*add-btn*/
.add-btn {
    background: #ffc650;
    width: 90%;
    max-width: 500px;
    margin: 3rem auto 0;
    padding: 1.8rem 3rem;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.add-btn span {
    font-size: 1.7rem;
    color: #141414;
    font-weight: bold;
}
.add-btn span:before {
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 20px;
    margin-right: 1rem;
}

.add-btn:hover {
    background: #FF7128;
}


/*------------------------------
    STEP2
------------------------------*/
#step2 .first-btn {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    row-gap: 15px;
    margin-bottom: 4rem;
}

#step2 .first-btn label {
    width: 48%;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: #FFF;
    padding: 2.5rem 3rem;
    border-radius: 100px;
    background: #b7b7b7;
    letter-spacing: .1em;
    transition: all 0.3s ease-out;
    line-height: 1.3;
}
#step2 .first-btn label.current {
    background: var(--main-color);
}

#step2 .first-btn label:hover {
    cursor: pointer;
    background: #92aca3;
}

@media screen and (max-width: 480px) {
    #step2 .first-btn {
        margin-bottom: 3rem;
    }
}


/*choice-print*/
#step2 .choice-print {
    display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: flex-start;
}

#step2 .choice-print .img {
    position: sticky;
    top: 20px;
}

#step2 .choice-print div dl:not(:last-of-type) {
    margin-bottom: 2rem;
}

#step2 .choice-print .choice-position {
    width: 585px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
}

#step2 .choice-print .choice-position dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}

#step2 .choice-print .choice-position .select-box {
    max-width: 400px;
}

#step2 .choice-print .choice-position .print-img {
    margin: 2rem auto 1.5rem;
    text-align: center;
}

#step2 .choice-print .choice-position .print-img img {
    mix-blend-mode: multiply;
}


@media screen and (max-width: 810px) {
    
    #step2 .choice-print div {
        width: 70%;
    }
    
    #step2 .choice-print .choice-position {
        width: 100%;
        padding: 2rem;
    }
    
    #step2 .choice-print .img {
        width: 25%;
    }
}
@media screen and (max-width: 480px) {
    #step2 .choice-print .img {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
        position: static;
    }
    
    #step2 .choice-print .img img {
        max-width: 220px;
    }
    
    #step2 .choice-print div {
        width: 100%;
    }
}



/*print-select*/

#step2 .choice-print .choice-position .print-select dt {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

#step2 .print-select ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 10px calc(4% / 2);
}

#step2 .print-select li {
    width: 32%;
    margin: 0;
}

#step2 .print-select li label {
    background: #FFF;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    display: block;
    padding: 1.5rem;
    transition: all 0.3s ease-out;
}

#step2 .print-select li label:has(input:checked) {
    border-color: var(--main-color);
    background: #e9f5e5;
}

#step2 .print-select li label span {
    display: block;
    line-height: 1.3;
    width: fit-content;
    margin: 0 auto;
}

#step2 .print-select li label:hover {
    background: #def2e2;
}

@media screen and (max-width: 480px) {
    #step2 .print-select ul {
        gap: 10px 4%;
    }
    
    #step2 .print-select li {
        width: 48%;
    }
    
    #step2 .print-select li label {
        font-size: 14px;
    }
}


/*print-detail-muji*/
#step2 .print-detail-muji {
    background: #f3f3f3;
    min-height: 200px;
    padding: 4rem;
    box-sizing: border-box;
    border-radius: 5px;
    display:flex;
	justify-content: center;
	align-items: center;
}

#step2 .print-detail-muji p {
    font-size: 2.8rem;
    font-weight: bold;
    color: #787878;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    #step2 .print-detail-muji p {
        font-size: 2.3rem;
    }
}


/*------------------------------
    STEP3
------------------------------*/
#step3 > dl:not(:last-child) {
    margin-bottom: 4rem;
}

#step3 > dl > dt {
    font-weight: bold;
    font-size: 1.9rem;
    padding-left: 1.5rem;
    border-left: .3rem solid #191919;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

@media screen and (max-width: 810px) {
    #step3 input {
        width: 100%;
    }
}


/*upload*/
#step3 .upload input[type=file] {
    width: 400px;
}

#step3 .upload input[type=file]::file-selector-button {
    font-weight: bold;
    border: 1px solid #c8c8c8;
    color: #FFF;
    background: var(--main-color);
    font-size: 1.6rem;;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-right: 2rem;
}

#step3 .upload .upload-caution {
    background: #e7e7e7;
    padding: 3rem 5rem;
    margin-top: 2rem;
}

#step3 .upload .upload-caution dt {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px;
}
#step3 .upload .upload-caution dt:before {
    font-family: "Font Awesome 5 Free";
    content: '\f256';
	font-weight: initial;
	font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#step3 .upload .upload-caution p {
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    #step3 .upload input[type=file] {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #step3 .upload .upload-caution {
        padding: 3rem;
    }
}


/*wrapping*/
#step3 .wrapping ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 15px 20px;
}

#step3 .wrapping li {
    width: 280px;
}

#step3 .wrapping li label {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#step3 .wrapping li label:has(input:checked) {
    border-color: var(--main-color);
    box-shadow: 0px 0px 0px 1px var(--main-color);
}

#step3 .wrapping li label span {
    width: fit-content;
    max-width: 90%;
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem 30px;
    line-height: 1.3;
    display: flex;
	align-items: center;
    flex-grow: 1;
}


/*calendar*/
#step3 .calendar label {
    position: relative;
    display: inline-block;
    padding-left: 5.5rem;
}
#step3 .calendar label:before {
    font-family: "Font Awesome 5 Free";
    content: '\f274';
	font-weight: initial;
	font-size: 3.2rem;
    color: var(--main-color);
    position: absolute;
    left: 1rem;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*yosan*/
#step3 .yosan dd {
    font-size: 1.6rem;
}

#step3 .yosan dd input { margin-right: 10px; }

@media screen and (max-width: 810px) {
    #step3 .yosan dd input {
        width: calc(100% - 40px);
    }
}


/*-----error_msg------------*/
.error_msg {
    background: #FFF;
    border: 1px solid #ff0000;
    border-left-width: 3px;
    padding: .8rem 2rem;
    font-size: 13px;
    color: #ff0000;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-bottom: 7px;
}


/*------------------------------
    完売
------------------------------*/
.estimate-noitem {
    text-align: center;
    margin: 0 auto 6rem;
}

@media screen and (max-width: 810px) {
    .estimate-noitem {
        padding: 0 3rem;
    }
    
    .estimate-noitem img {
        max-width: 100%;
        width: auto;
    }
}




/*------------------------------
    ranking-box
------------------------------*/

.ranking-box .h-type1 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
}
.ranking-box .h-type1 b {
    font-size: 1.9rem;
}

.ranking-box {
    background-color: #fcedef;
    margin: 0 auto;
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.ranking-box *.h-type1 > span {
    background-color: #fcedef;
}

.ranking-box .ranking-item{
	max-width: 1200px;
	margin: 60px auto 0;
}
.ranking-box .ranking-item ol{
	display: flex;
	gap: 40px;
}
.ranking-box .ranking-item ol > li{
	width: calc((100% - 120px) / 4);
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
	position: relative;
}
.ranking-box .ranking-item ol > li:before{
	content: "";
	display: block;
	width: 85px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -5px;
	top: -30px;
	z-index: 5;
}
.ranking-box .ranking-item ol > li.no1:before{
	background-image: url(../../../_images/common/icon-ranking1.webp);
}
.ranking-box .ranking-item ol > li.no2:before{
	background-image: url(../../../_images/common/icon-ranking2.webp);
}
.ranking-box .ranking-item ol > li.no3:before{
	background-image: url(../../../_images/common/icon-ranking3.webp);
}
.ranking-box .ranking-item ol > li.no4:before{
	background-image: url(../../../_images/common/icon-ranking4.webp);
}

.ranking-box .ranking-item ol > li a{
	display: block;
}

.ranking-box .ranking-item ol > li .item-img{
	height: 300px;
	margin-bottom: 15px;
	position: relative;
}
.ranking-box .ranking-item ol > li .item-img:before{
	content: "";
	display: block;
	width: 70px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 70px auto;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.ranking-box .ranking-item ol > li.printstar .item-img:before{
	background-image: url(../../../../_images/common_new/brand/printstar-logo.webp);
}
.ranking-box .ranking-item ol > li.unitedathle .item-img:before{
	background-image: url(../../../../_images/common_new/brand/unitedathle-logo.webp);
}
.ranking-box .ranking-item ol > li.lifemax .item-img:before{
	background-image: url(../../../../_images/common_new/brand/lifemax-logo.webp);
}
.ranking-box .ranking-item ol > li.facemix .item-img:before{
	background-image: url(../../../../_images/common_new/brand/facemix-logo.webp);
}
.ranking-box .ranking-item ol > li.servo .item-img:before{
	background-image: url(../../../../_images/common_new/brand/servo-logo.webp);
}
.ranking-box .ranking-item ol > li.truss .item-img:before{
	background-image: url(../../../../_images/common_new/brand/truss-logo.webp);
}

.ranking-box .ranking-item ol > li .item-img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.ranking-box .ranking-item ol > li p.number{
	margin: 0 15px;
	font-size: 1.2rem;
	line-height: 1.5em;
}
.ranking-box .ranking-item ol > li *.name{
	margin: 0 15px 10px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
}
.ranking-box .ranking-item ol > li dl.color-size{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 15px;
	font-size: 1.4rem;
	line-height: 1.5em;
}
.ranking-box .ranking-item ol > li dl.color-size > div{
	display: flex;
	gap: 5px;
}
.ranking-box .ranking-item ol > li dl.color-size dt{
	width: 70px;
	background-color: #f1f1f1;
	padding: 0 5px;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 5px;
}
.ranking-box .ranking-item ol > li p.price{
	background-color: #f1f1f1;
	margin-top: 15px;
	padding: 15px 10px;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 0 0 8px 8px;
}
.ranking-box .ranking-item ol > li p.price em{
	color: #ff0000;
	font-size: 2.5rem;
	font-weight: 700;
}


.ranking-box .ranking-item ol + p{
	width: 80%;
	margin: 30px auto 0;
}

@media screen and (max-width: 810px) {
	/*-----人気ランキング-----*/
	.ranking-box{
		background-image: linear-gradient(to bottom, transparent 80px, #fcedef 80px);
		margin: 50px auto;
		padding: 70px 0 0;
	}
	.ranking-box:before{
		width: 120%;
		height: 120px;
	}
	.ranking-box:after{
		width: 90px;
		height: 68px;
		background-size: 100% auto;
	}
	
	/**/
	.ranking-box .h-box{
		width: 65%;
		padding: 6px;
	}
	.ranking-box .h-box h2{
		padding: 15px 10px 10px;
	}
	.ranking-box .h-box:before,
	.ranking-box .h-box:after,
	.ranking-box .h-box h2:before,
	.ranking-box .h-box h2:after{
		width: 15%;
	}
	.ranking-box .h-box h2:before,
	.ranking-box .h-box h2:after{
		width: 14%;
	}
	
	/**/
	.ranking-box .ranking-item{
		width: 100%;
		margin: 60px auto;
	}
	.ranking-box .ranking-item ol{
		gap: 20px;
		padding: 30px 30px 10px;
		overflow-x: auto;
	}
	.ranking-box .ranking-item ol > li{
		width: 250px;
	}
	.ranking-box .ranking-item ol > li:before{
		width: 75px;
		height: 56px;
		background-size: 100% auto;
	}
	
	.ranking-box .ranking-item ol > li .item-img{
		height: 300px;
		margin-bottom: 10px;
		position: relative;
	}
	.ranking-box .ranking-item ol > li .item-img:before{
		width: 70px;
		height: 20px;
		background-size: 70px auto;
		top: 5px;
		right: 10px;
	}
	
	.ranking-box .ranking-item ol > li .item-img img{
		width: 240px;
		height: 300px;
	}
	
	.ranking-box .ranking-item ol + p{
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	/*-----人気ランキング-----*/
	.ranking-box{
		background-image: linear-gradient(to bottom, transparent 80px, #fcedef 80px);
		margin: 50px auto;
		padding: 70px 0 0;
	}
	.ranking-box:before{
		width: 120%;
		height: 100px;
	}
	.ranking-box:after{
		width: 90px;
		height: 68px;
		background-size: 100% auto;
	}
	
	/**/
	.ranking-box .h-box{
		width: 90%;
		padding: 4px;
	}
	.ranking-box .h-box h2{
		padding: 10px;
		font-size: 3.5rem;
	}
	.ranking-box .h-box h2 span{
		font-size: 2.2rem;
	}
	
	/**/
	.ranking-box .ranking-item{
		margin: 40px auto;
	}
}



/*------------------------------
    ranking-other
------------------------------*/

.ranking-box .ranking-other {
    margin-top: 10rem;
}

/*----swiper-thumb-other----*/
.ranking-box .ranking-other .swiper-thumb-other {
    max-width: 560px;
    margin: 0 auto 3rem;
    padding: 5px;
}

.ranking-other .swiper-thumb-other ul {
    display:flex;
	justify-content: center;
    flex-flow: row wrap;
    gap: 1.5rem 2%;
    height: auto;
}
.ranking-other .swiper-thumb-other ul li {
    width: 32% !important;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    padding: 15px 10px 15px 55px;
    text-align: center;
    background: #FFF;
    position: relative;
    cursor: pointer;
    height: auto;
    min-height: 65px;
    display: flex;
	align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.ranking-other .swiper-thumb-other ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    left: 15px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    background-size: contain;
}

.ranking-other .swiper-thumb-other ul li.blouson:before{
	background-image: url(../../../../_images/common_new/navi-item-blouson.webp);}
.ranking-other .swiper-thumb-other ul li.polo:before{
	background-image: url(../../../../_images/common_new/navi-item-polo.webp);}
.ranking-other .swiper-thumb-other ul li.tshirt:before{
	background-image: url(../../../../_images/common_new/navi-item-tshirt.webp);}
.ranking-other .swiper-thumb-other ul li.sweat:before{
	background-image: url(../../../../_images/common_new/navi-item-sweat.webp);}
.ranking-other .swiper-thumb-other ul li.yshirt:before{
	background-image: url(../../../../_images/common_new/navi-item-yshirt.webp);}
.ranking-other .swiper-thumb-other ul li.cap:before{
	background-image: url(../../../../_images/common_new/navi-item-cap.webp);}
.ranking-other .swiper-thumb-other ul li.apron:before{
		background-image: url(../../../../_images/common_new/navi-item-apron.webp);}

.ranking-other .swiper-thumb-other ul li span {
    display: block;
    color: #cdc8c8;
    font-size: 1.6rem;
    font-weight: bold;
}


.ranking-other .swiper-main-other .swiper-slide {
    pointer-events: none;
}
.ranking-other .swiper-main-other .swiper-slide-visible {
    pointer-events: auto;
}

.ranking-other .swiper-thumb-other ul li.swiper-slide-thumb-active {
    background: #eaf8f3;
    border-color: var(--main-color);
    box-shadow: 0px 0px 0px 1px var(--main-color);
}
.ranking-other .swiper-thumb-other ul li.swiper-slide-thumb-active span {
    color: var(--main-color);
}

@media screen and (max-width: 810px) {
    .ranking-box .ranking-other .swiper-thumb-other {
        padding: 5px 20px;
        overflow-x: scroll;
    }
    
    .ranking-box .ranking-other .swiper-thumb-other ul {
        justify-content: flex-start;
    }
    
    .ranking-box .ranking-other .swiper-thumb-other ul li {
        padding: 10px 10px 10px 55px;
    }
    
    .ranking-box .ranking-other .swiper-thumb-other ul li span br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .ranking-box .ranking-other .swiper-thumb-other {
        margin-bottom: 1rem;
    }
    
    .ranking-box .ranking-other .swiper-thumb-other ul {
        gap: 5px 3%;
    }
    
    .ranking-box .ranking-other .swiper-thumb-other ul li {
        padding-left: 40px;
        min-height: 50px;
        width: 48.5% !important;
    }
    
    .ranking-other .swiper-thumb-other ul li:before {
        width: 30px;
        height: 30px;
        left: 10px;
    }
    
    .ranking-other .swiper-thumb-other ul li span {
        font-size: 11px;
    }
}

/*----swiper-main-other----*/
.ranking-box .ranking-other .swiper-main-other {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
}
.ranking-other .swiper-main-other .swiper-button-prev {
    left: 0;
}
.ranking-other .swiper-main-other .swiper-button-next {
    right: 0;
}
@media screen and (max-width: 810px) {
    .ranking-box .ranking-other .swiper-main-other {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .ranking-box .ranking-other .ranking-item ol{
		padding: 0 20px 15px;
	}
}

/*----ranking-other-----*/
.ranking-box .ranking-other .ranking-item {
    margin: 0 auto;
}
.ranking-box .ranking-other .ranking-item ol {
    gap: 10px 3.5%;
}
.ranking-box .ranking-other .ranking-item ol > li {
    width: 31%;
}
.ranking-box .ranking-other .ranking-item ol > li:before {
    content: none;
}

.ranking-box .ranking-other .ranking-item ol > li .name {
    font-size: 13px;
}

.ranking-box .ranking-other .ranking-item ol > li dl.color-size {
    font-size: 12px;
}

.ranking-box .ranking-other .ranking-item ol > li p.price {
    padding: 10px;
}
.ranking-box .ranking-other .ranking-item ol > li p.price em {
    font-size: 1.7rem;
}
@media screen and (max-width: 810px) {
    .ranking-box .ranking-other .ranking-item ol {
        padding: 0 30px;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li .name,
    .ranking-box .ranking-other .ranking-item ol > li dl.color-size {
        padding-left: 40%;
        width: calc(100% - 30px);
        box-sizing: border-box;
    }
}
@media screen and (max-width: 580px) {
    .ranking-box .ranking-other .ranking-item ol {
        padding: 10px 20px;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li {
        width: 90%;
        flex-shrink: 0;
        max-width: 280px;
    }
}

/**/
.ranking-box .ranking-other .link-btn {
    margin-top: 3rem;
}
.ranking-box .ranking-other .link-btn a {
    font-size: 2rem;
    padding: 2rem 3rem;
}

.ranking-box .ranking-other .swiper-main-other .swiper-wrapper {
    padding-bottom: 10px;
}

@media screen and (max-width: 810px) {
    .ranking-box .ranking-other .link-btn {
        margin-top: 2rem;
    }
    
    .ranking-box .ranking-other .swiper-main-other .swiper-wrapper {
        padding-bottom: 50px;
    }
}

/**/
@media screen and (max-width: 810px) {
    .ranking-box .ranking-other .ranking-item ol > li .item-img {
        float: left;
        width: 40%;
        margin-right: 15px;
        height: auto;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li .item-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .ranking-box .ranking-other .ranking-item ol > li .item-img:before {
        content: none;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li p.number {
        padding-top: 10px;
    }
    
    .ranking-box .ranking-other .ranking-other .ranking-item ol > li .name {
        font-size: 12px;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li dl.color-size {
        font-size: 10px;
        display: block;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li dl.color-size dt {
        width: 50px;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li dl.color-size div:first-child {
        margin-bottom: 5px;
    }
    
    .ranking-box .ranking-other .ranking-item ol > li p.price {
        clear: both;
    }
    
    .ranking-box .ranking-other .swiper-controller {
        display: none;
    }
    
    
}


/*------------------------------
    confirm
------------------------------*/
.confirm #step1 .choice-size .color-thum {
    width: 140px;
}

.confirm #step1 .choice-size .size-variation {
    width: calc(100% - 170px);
}

.confirm #step1 .choice-size .size-variation ul li {
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
}

.confirm #step3 .wrapping div {
    border: 1px solid #9E9E9E;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
}

.confirm #step3 .wrapping div span {
    display: block;
    text-align: center;
    padding: 1.5rem 3rem;
}

.confirm #step3 .calendar dd {
    padding-top: 10px;
}

.confirm #step3 .calendar img {
    max-width: 200px;
    width: auto;
    margin-top: 10px;
}

.confirm #step3 dd,
.confirm .customer-box table td {
    font-size: 15px;
}

.confirm .submit li:first-child {
    margin-bottom: 3.5rem;
}

.confirm .submit .back a {
    text-align: center;
    font-size: 2rem;
    border: 2px solid #999898;
    border-radius: 10px;
    padding: 2rem;
    display: block;
    background: #FFF;
    color: #999898;
    margin: 0 auto;
    width: 80%;
    max-width: 450px;
}

.confirm .submit .back a:hover {
    border-color: #191919;
    color: #191919;
    opacity: 1;
}


@media screen and (max-width: 810px) {
    .confirm #step1 .choice-size .color-thum {
        width: 100px;
    }

    .confirm #step1 .choice-size .size-variation {
        width: calc(100% - 130px);
    }
    
    .confirm .submit .back a {
        max-width: 65%;
    }
}
@media screen and (max-width: 480px) {
    .confirm.estimate-cont {
        padding: 3rem 0;
    }
    
    .confirm.estimate-cont .h-estimate em span,
    .commit.estimate-cont .h-estimate em span {
        font-size: 2.8rem;
        letter-spacing: .1em;
    }
    
    .confirm #step1 .choice-size .color-thum {
        width: 100%;
    }
    
    .confirm #step1 .choice-size .color-thum img {
        max-width: 130px;
    }
    
    .confirm #step1 .choice-size .size-variation {
        width: 100%;
    }
    
    .confirm .submit .back a {
        max-width: 75%;
    }
    
    
}




/*------------------------------
    commit
------------------------------*/
.commit .h-estimate em {
    background: #b6a2ee;
}

.commit .end-text {
    background: #FFF;
    border-radius: 1.5rem;
    padding: 4rem 8rem;
    max-width: 900px;
    margin: 0 auto 5rem;
}

.commit .end-text .contact {
    border: 2px dotted #000;
    margin: 2rem;
    padding: 3rem 4rem;
    font-size: 14px;
    border-radius: 8px;
}

.commit .end-text .contact dt {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

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

}
@media screen and (max-width: 480px) {
    .commit .end-text {
        padding: 3rem 4rem;
    }
}

