@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/products/mv.webp") 50% 50% / cover no-repeat;
}
 /* -------------------------------- */
.tabs {
	padding: 180px 5% 0;
}
.tabs__inner {
    position: relative;
}
.tabs ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .tabs ul {
        grid-template-columns: repeat(2,1fr);
    }
}
.tabs ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    letter-spacing: .05em;
    border: 1px solid #e47d6e;
    border-radius: 35px;
}
.tabs ul li a i {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #e47d6e;
    color: #fff;
    font-size: 12px;
    border-radius: 13px;
    transition: .3s;
}
.tabs ul li a:hover {
    background-color: #e47d6e;
    color: #fff;
}
.tabs ul li a:hover i {
    background-color: #fff;
    color: #e47d6e;
    transition: .3s;
}
@media screen and (max-width: 767px) {
    .tabs {
        padding: 50px 24px 0;
    }
    .tabs ul {
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .tabs ul li {
        flex: 1;
    }
    .tabs ul li a {
        height: 50px;
    }
    .tabs ul li a i {
        right: 16px;
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
}
 /* -------------------------------- */
.backgrounds {
	padding: 260px 5% 160px;
}
.backgrounds__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.backgrounds h2 {
    text-align: center;
}
.backgrounds h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.backgrounds h2 .ja {
    display: block;
    margin-top: 15px;
    color: #e47d6e;
}
.backgrounds__description {
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .backgrounds {
        padding: 100px 24px 100px;
    }
    .backgrounds h2 {
        text-align: center;
    }
    .backgrounds h2 .en {
        font-size: 36px;
    }
    .backgrounds h2 .ja {
        margin-top: 10px;
    }
    .backgrounds__description {
        margin-top: 50px;
    }
}
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-top: 60px;
}
.tab-button {
}
.tab-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background-color: #f9ecec;
    color: #e47d6e;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.tab-button.active {
    background: #e47d6e;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 55px 35px;
    padding: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    border-radius: 0 0 20px 20px;
}
.tab-content ul li {
    position: relative;
    padding: 37px 27px;
    border: 1px solid #dfe2ea;
    border-radius: 10px;
}
.tab-content ul li .backgrounds__number {
    position: absolute;
    top: 30px;
    right: 27px;
    color: #f9ecec;
    font-size: 60px;
}
.tab-content ul li .backgrounds__en {
    color: #e47d6e;
    font-size: 14px;
    letter-spacing: .1em;
}
.tab-content ul li .backgrounds__name {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: .05em;
}
.tab-content ul li .backgrounds__item {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .tab-buttons {
        display: flex;
        gap: 10px;
        margin-top: 60px;
    }
    .tab-button {
    }
    .tab-button {
        height: 80px;
        font-size: 16px;
    }
    .tab-content ul {
        grid-template-columns: repeat(1,1fr);
        gap: 16px;
        padding: 16px;
    }
    .tab-content ul li {
        padding: 30px 20px;
    }
    .tab-content ul li .backgrounds__number {
        position: absolute;
        top: 30px;
        right: 27px;
        color: #f9ecec;
        font-size: 60px;
    }
    .tab-content ul li .backgrounds__en {
        color: #e47d6e;
        font-size: 14px;
        letter-spacing: .1em;
    }
    .tab-content ul li .backgrounds__name {
        margin-top: 10px;
        font-size: 18px;
        letter-spacing: .05em;
    }
    .tab-content ul li .backgrounds__item {
        margin-top: 30px;
    }
}
 /* -------------------------------- */
.size-price {
	padding: 160px 5%;
    background: linear-gradient(#f5ebdf 539px, rgba(0,0,0,0) 539px);
}
.size-price__inner {
	max-width: 880px;
	margin: 0 auto;
}
.size-price__title {
    position: relative;
}
.size-price h2 {
    position: relative;
    z-index: 2;
}
.size-price h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.size-price h2 .ja {
    display: block;
    margin-top: 10px;
    color: #e47d6e;
}
.size-price__title-en {
    position: absolute;
    top: -20px;
    left: -40px;
    transform: translate(-100px,-100px);
    width: 668px;
}
.size-price__visual {
    margin-top: 60px;
}
.size-price h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    font-size: 28px;
    letter-spacing: .05em;
}
.size-price h3 span {
    width: 12px;
    height: 12px;
    background-color: #e47d6e;
    border-radius: 10px;
}
.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;
}
.size-price__point {
    display: flex;
    margin-top: 60px;
    padding: 65px 58px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.size-price__point.mt {
    margin-top: 20px;
}
.size-price__point-texts {
    width: 100%;
    padding-right: 80px;
}
.size-price__point-texts h4 {
    color: #e47d6e;
    font-size: 24px;
    letter-spacing: .05em;
}
.size-price__point-texts h4 small {
    display: block;
    font-size: 16px;
}
.size-price__point-texts p {
    margin-top: 20px;
    line-height: 2;
}
.size-price__point-visual {
    width: 253px;
    min-width: 253px;
}
@media screen and (max-width: 767px) {
    .size-price {
        padding: 100px 24px;
        background: linear-gradient(#f5ebdf 300px, rgba(0,0,0,0) 300px);
    }
    .size-price h2 {
    }
    .size-price h2 .en {
        font-size: 36px;
    }
    .size-price h2 .ja {
        margin-top: 10px;
    }
    .size-price__title-en {
        position: absolute;
        top: -20px;
        left: -40px;
        transform: translate(-100px,-100px);
        width: 668px;
    }
    .size-price__visual {
        margin-top: 50px;
    }
    .size-price h3 {
        margin-top: 50px;
        font-size: 22px;
        letter-spacing: .05em;
    }
    .size-price h3 span {
        margin-top: 4px;
    }
    .size-price-table-wrap {
        margin-top: 30px;
    }
    .size-price-table-wrap table th {
        padding: 12px;
    }
    .size-price-table-wrap table td {
        padding: 12px;
    }
    .size-price-table-wrap table td small {
        font-size: 12px;
    }
    .size-price-table-memo {
        margin-top: 10px;
    }
    .size-price__point {
        flex-direction: column;
        margin-top: 30px;
        padding: 30px 20px;
    }
    .size-price__point.mt {
        margin-top: 20px;
    }
    .size-price__point-texts {
        padding-right: 0;
    }
    .size-price__point-texts h4 {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .size-price__point-texts h4 small {
        display: block;
        font-size: 14px;
    }
    .size-price__point-texts p {
        margin-top: 20px;
        line-height: 2;
    }
    .size-price__point-visual {
        width: 100%;
        min-width: initial;
        margin-top: 20px;
    }
}
 /* -------------------------------- */
.flow {
	padding: 160px 5%;
    background-color: #faf2e8;
}
.flow__inner {
	max-width: 1000px;
	margin: 0 auto;
}
.flow h2 {
    text-align: center;
}
.flow h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.flow h2 .ja {
    display: block;
    color: #e47d6e;
}
.flow ul.flow__list {
    display: flex;
    flex-direction: column;
    gap: 77px;
    margin-top: 60px;
}
.flow ul.flow__list > li {
    position: relative;
    padding: 30px 90px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.flow ul.flow__list > li::after {
    position: absolute;
    content: "\f078";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    color: #e47d6e;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.flow ul.flow__list > li:last-child::after {
    display: none;
}
.flow ul.flow__list > li .flow__list-number {
    position: absolute;
    top: 24px;
    left: 0;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    background-color: #e47d6e;
    color: #fff;
    line-height: 1.1;
    border-radius: 40px;
}
.flow ul.flow__list > li .flow__list-number .step {
    font-size: 14px;
    letter-spacing: .1em;
}
.flow ul.flow__list > li .flow__list-number .number {
    font-size: 30px;
    font-weight: 600;
}
.flow ul.flow__list > li h3 {
    color: #e47d6e;
    font-size: 24px;
    letter-spacing: .05em;
}
.flow ul.flow__list > li .flow__text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: .05em;
}
.flow ul.flow__list > li .flow__text small {
    display: block;
    color: #888;
    font-size: 14px;
}
.flow ul.flow__list > li .flow__text ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 25px;
    padding: 15px 22px;
    border: 1px solid #e47d6e;
    border-radius: 10px;
}
.flow ul.flow__list > li .flow__text ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
}
.flow ul.flow__list > li .flow__text ul li div {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.flow ul.flow__list > li .flow__text ul li i {
    margin-top: 10px;
    color: #e47d6e;
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    .flow {
        padding: 100px 24px;
    }
    .flow h2 .en {
        font-size: 36px;
        letter-spacing: .05em;
    }
    .flow h2 .ja {
        margin-top: 10px;
    }
    .flow ul.flow__list {
        gap: 100px;
        margin-top: 80px;
    }
    .flow ul.flow__list > li {
        padding: 60px 20px 20px;
    }
    .flow ul.flow__list > li::after {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        height: 60px;
        font-size: 30px;
    }
    .flow ul.flow__list > li .flow__list-number {
        top: -40px;
        left: 50%;
        transform: translate(-50%,0);
        width: 80px;
        height: 80px;
    }
    .flow ul.flow__list > li .flow__list-number .step {
        font-size: 14px;
        letter-spacing: .1em;
    }
    .flow ul.flow__list > li .flow__list-number .number {
        font-size: 30px;
        font-weight: 600;
    }
    .flow ul.flow__list > li h3 {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .flow ul.flow__list > li .flow__text {
        margin-top: 10px;
        line-height: 2;
        letter-spacing: .05em;
    }
    .flow ul.flow__list > li .flow__text small {
        font-size: 14px;
    }
    .flow ul.flow__list > li .flow__text ul {
        grid-template-columns: repeat(1,1fr);
        margin-top: 25px;
        padding: 15px 22px;
    }
    .flow ul.flow__list > li .flow__text ul li {
        display: flex;
        flex-direction: column;
        gap: 10px;
        line-height: 1.5;
    }
    .flow ul.flow__list > li .flow__text ul li div {
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }
    .flow ul.flow__list > li .flow__text ul li i {
        margin-top: 4px;
    }
}
 /* -------------------------------- */
.attention {
	padding: 160px 5%;
}
.attention__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.attention h2 {
    text-align: center;
}
.attention h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.attention h2 .ja {
    display: block;
    color: #e47d6e;
}
.attention__description {
    margin-top: 70px;
}
.attention__visual {
    max-width: 1040px;
    margin: 70px auto;
}
.attention h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 55px;
    font-size: 28px;
    letter-spacing: .05em;
}
.attention h3 span {
    width: 12px;
    height: 12px;
    background-color: #e47d6e;
    border-radius: 10px;
}
.attention__text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: .05em;
}
.attention__text.mt {
    margin-top: 10px;
    padding-left: 15px;
}
.attention h4 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .05em;
}
.attention h4 span {
    padding: 5px 15px;
    background-color: #f5ebdf;
}
@media screen and (max-width: 767px) {
    .attention {
        padding: 100px 24px;
    }
    .attention h2 .en {
        font-size: 40px;
        letter-spacing: .05em;
    }
    .attention__description {
        margin-top: 50px;
    }
    .attention__visual {
        margin: 50px auto;
    }
    .attention h3 {
        gap: 10px;
        margin-top: 50px;
        font-size: 20px;
        letter-spacing: .05em;
    }
    .attention__text {
        margin-top: 20px;
        line-height: 2;
        letter-spacing: .05em;
    }
    .attention__text.mt {
        margin-top: 10px;
        padding-left: 15px;
    }
    .attention h4 {
        margin-top: 20px;
        font-size: 16px;
        letter-spacing: .05em;
    }
    .attention h4 span {
        padding: 5px 15px;
        background-color: #f5ebdf;
    }
}
 /* -------------------------------- */
.page-cta {
	padding: 0 5% 160px;
}
.page-cta__inner {
    display: flex;
    gap: 15px;
}
.page-cta a {
    flex: 1;
    position: relative;
	display: flex;
	align-items: center;
	width: 100%;
    height: 253px;
    padding: 80px;
	background-color: #e47d6e;
	color: #fff;
	font-size: 18px;
	letter-spacing: .05em;
    border: 3px solid #e47d6e;
	border-radius: 30px;
}
.page-cta a::after {
	position: absolute;
	content: '\f061';
	top: 50%;
	right: 48px;
	transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #e47d6e;
    font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    border-radius: 40px;
    transition: .3s;
}
.page-cta a:hover {
	background-color: #fff;
    color: #e47d6e;
	transition: .3s;
}
.page-cta a:nth-child(1):hover::after {
    background-color: #e47d6e;
    color: #fff;
    transition: .3s;
}
.page-cta a:nth-child(2):hover {
    background-color: #e47d6e;
    color: #fff;
}
.page-cta a:nth-child(2):hover::after {
    background-color: #fff;
    color: #e47d6e;
    transition: .3s;
}
.page-cta a:nth-child(2):hover h3 .ja {
    color: #fff;
}
.page-cta a:nth-child(2) {
    background-color: #fae4e1;
    color: #e47d6e;
}
.page-cta a:nth-child(2) h3 .ja {
    color: #333;
}
.page-cta a:nth-child(2):hover {
    background-color: #e47d6e;
    color: #fff;
}
.page-cta a h3 .ja {
    display: block;
    font-size: 36px;
    letter-spacing: .05em;
}
.page-cta a h3 .en {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
    .page-cta {
        padding: 0 5% 100px;
    }
    .page-cta__inner {
        flex-direction: column;
        gap: 15px;
    }
    .page-cta a {
        flex: initial;
        width: 100%;
        height: 200px;
        padding: 24px;
        font-size: 18px;
        letter-spacing: .05em;
    }
    .page-cta a::after {
        top: 50%;
        right: 20px;
        transform: translate(0,-50%);
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .page-cta a h3 .ja {
        font-size: 22px;
        letter-spacing: .05em;
    }
    .page-cta a h3 .en {
        margin-top: 10px;
        font-size: 16px;
        letter-spacing: .05em;
    }
}