@charset "UTF-8";
.wrapper {
    padding-top: 150px;
    background-color: #fefaf7;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 120px;
    }
}
.mv-sub__visual {
    background: url("/_common/img/order/mv.png") 50% 50% / cover no-repeat;
}
 /* -------------------------------- */
.order {
    position: relative;
	padding: 160px 5%;
}
.order__inner {
	max-width: 988px;
	margin: 0 auto;
    transform: translateX(100px);
}
@media screen and (max-width: 1320px) {
    .order__inner {
        transform: translateX(0);
    }
}
@media screen and (max-width: 767px) {
    .order {
        padding: 60px 24px 100px;
    }
    .order__inner {
        display: flex;
        flex-direction: column;
    }
}
.item-wrap.mt {
    margin-top: 160px;
}
.item {
    display: flex;
    flex-direction: row-reverse;
}
.item__content {
    width: 100%;
    padding-right: 50px;
}
.item__thumbnail {
    aspect-ratio: 1/.766;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.item__thumbnail img {
    height: 100%;
	-webkit-object-fit: contain;
    object-fit: contain;
}
ul.item__thumbnail-nav {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-top: 30px;
}
ul.item__thumbnail-nav li {
    width: 100%;
    aspect-ratio: 1/.766;
    background-color: #fff;
}
ul.item__thumbnail-nav li img {
    height: 100%;
	-webkit-object-fit: contain;
    object-fit: contain;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}
.item__thumbnail-nav img {
    opacity: 0.5;
    cursor: pointer;
}
.item__thumbnail-nav img.active {
    border: 2px solid #e47d6e;
    opacity: 1;
}
.item__content h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    font-size: 28px;
    letter-spacing: .05em;
}
.item__content h3 span {
    width: 12px;
    height: 12px;
    background-color: #e47d6e;
    border-radius: 10px;
}
.item__content-text {
    margin-top: 22px;
    letter-spacing: .05em;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .item-wrap.mt {
        margin-top: 100px;
    }
    .item {
        flex-direction: column;
    }
    .item__content {
        display: contents;
        padding-right: 0;
    }
    .item__thumbnail {
        order: -20;
    }
    ul.item__thumbnail-nav {
        order: -20;
        gap: 16px 8px;
    }
    .item__content h3 {
        gap: 10px;
        margin-top: 30px;
        font-size: 18px;
        letter-spacing: .05em;
    }
    .item__content h3 span {
        width: 12px;
        height: 12px;
    }
    .item__content-text {
        margin-top: 20px;
    }
}
.item__cta {
    width: 343px;
    min-width: 343px;
}
.item__cta {
}
.item__name {
    padding-bottom: 12px;
    font-size: 28px;
    letter-spacing: .05em;
    border-bottom: 1px solid #e47d6e;
}
.item__price {
    margin-top: 30px;
    font-size: 28px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: .05em;
}
.item__price small {
    font-size: 18px;
}
.item__cta ul {
    margin-top: 20px;
    border-top: 1px solid #d3d3d3;
}
.item__cta ul li {
    display: flex;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
}
.item__cta ul li h4 {
    width: 90px;
    min-width: 90px;
    font-weight: bold;
}
.item__cta ul li .select {
    position: relative;
    width: 100%;
}
.item__cta ul li .select::after {
	position: absolute;
	content: '\f078';
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
    color: #e47d6e;
    font-size: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
.item__cta ul li .select select {
    display: block;
    width: 100%;
    padding: 6px 8px;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d3d3d3;
}
.submit-btn button {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 392px;
	height: 70px;
    margin-top: 25px;
	background-color: #e47d6e;
	color: #fff;
	letter-spacing: .05em;
	text-align: center;
    border: 1px solid #e47d6e;
	border-radius: 35px;
}
.submit-btn button::after {
	position: absolute;
	content: '\f061';
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    transition: .3s;
}
.submit-btn button:hover {
	background-color: #fff;
	color: #e47d6e;
	transition: .3s;
}
.submit-btn button:hover::after {
	right: 19px;
	transition: .3s;
}
.contact-btn a {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 392px;
	height: 70px;
    margin-top: 20px;
	background-color: #fff;
	color: #e47d6e;
	letter-spacing: .05em;
	text-align: center;
    border: 1px solid #e47d6e;
	border-radius: 35px;
}
.contact-btn a::after {
	position: absolute;
	content: '\f061';
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    transition: .3s;
}
.contact-btn a:hover {
	background-color: #e47d6e;
	color: #fff;
	transition: .3s;
}
.contact-btn a:hover::after {
	right: 19px;
	transition: .3s;
}
@media screen and (max-width: 767px) {
    .item__cta {
        order: -10;
        display: contents;
        width: 100%;
        min-width: initial;
    }
    .item__name {
        padding-top: 30px;
        padding-bottom: 12px;
        font-size: 24px;
        letter-spacing: .05em;
        border-bottom: 1px solid #e47d6e;
    }
    .item__price {
        margin-top: 30px;
        font-size: 22px;
        letter-spacing: .05em;
    }
    .item__price small {
        font-size: 18px;
    }
    .item__cta ul {
        margin-top: 20px;
    }
    .item__cta ul li {
        padding: 10px 0;
        font-size: 14px;
    }
    .item__cta ul li h4 {
        width: 80px;
        min-width: 80px;
    }
    .submit-btn button {
        max-width: 100%;
        height: 60px;
        margin-top: 25px;
    }
    .contact-btn a {
        max-width: 100%;
        height: 60px;
        margin-top: 20px;
    }
}
.size-price-table-wrap {
    margin-top: 28px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    overflow: hidden;
}
.size-price-table-wrap table {    
    width: 100%;
    border-collapse: collapse;
}
.size-price-table-wrap table thead {
    background-color: #e47d6e;
    color: #fff;
}
.size-price-table-wrap table th {
    padding: 16px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
}
.size-price-table-wrap table th:last-child {
    border-right: 0;
}
.size-price-table-wrap table td {
    padding: 16px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.size-price-table-wrap table td:last-child {
    border-right: 0;
}
.size-price-table-wrap table tr:last-child td {
    border-bottom: 0;
}
.size-price-table-wrap table td small {
    font-size: 12px;
}
.size-price-table-wrap table td:nth-child(1) {
    background-color: #f9f5f2;
}
.size-price-table-memo {
    margin-top: 10px;
    color: #888;
    text-align: right;
}
.products-list {
    position: absolute;
    top: 160px;
    left: 0;
    width: 262px;
    padding: 52px;
    max-height: 100%;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    z-index: 99;
    overflow-y: auto;
}
.products-list.fixed {
    position: fixed;
    top: 0;
}
.products-list h3 {
    font-size: 20px;
    letter-spacing: .1em;
}
.products-list ul {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 34px;
}
.products-list ul li a {
    color: #e47d6e;
    line-height: 26px;
    letter-spacing: .05em;
}
.products-list ul li a:hover {
    opacity: .5;
    transition: .3s;
}
@media screen and (max-width: 1320px) {
    .products-list {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        margin-top: 100px;
        padding: 52px;
        border-radius: 30px;
    }
    .products-list.fixed {
        position: initial;
        top: initial;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        padding: 30px;
    }
    .products-list h3 {
        font-size: 20px;
        letter-spacing: .1em;
    }
    .products-list ul {
        gap: 20px;
        margin-top: 30px;
    }
    .products-list ul li a {
    }

}