@charset "utf-8";


/* outline
------------------------------*/
.l-page * {
    font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', serif;
    box-sizing: border-box;
    color: #333;
}

#path,
.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}

/*---------------------------------------------------------
main
---------------------------------------------------------*/
.contents-width {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.key-visual {
    width: 100%;
    height: 500px;
    background-image: url(../images/keyvisual.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 71px;
}

.key-visual .contents-width {
    padding-top: 49px;
}

.key-visual .top-catch {
    font-size: 54px;
    font-weight: 400;
    line-height: 1.28;
    margin-bottom: 19px;
    position: relative;
    z-index: 2;
}

.key-visual .top-catch-back {
    font-size: 54px;
    font-weight: 400;
    line-height: 1.28;
    margin-bottom: 19px;
    position: absolute;
    color: #FFF;
    text-shadow: -5px -5px 0 #FFF, -5px 0 0 #FFF, -5px 5px 0 #FFF,
        0 -5px 0 #FFF, 0 5px 0 #FFF,
        5px -5px 0 #FFF, 5px 0 0 #FFF, 5px 5px 0 #FFF;
    filter: blur(5px);
    top: 218px;
    left: 0;
    right: 0;
}

.key-visual .top-catch .catch-upper {
    font-size: 27px;
    display: block;
    margin-bottom: 4px;
}

.key-visual .top-catch-back .catch-upper-back {
    font-size: 27px;
    display: block;
    margin-bottom: 4px;
    color: #FFF;
    text-shadow: -4px -4px 0 #FFF, -4px 0 0 #FFF, -4px 4px 0 #FFF,
        0 -4px 0 #FFF, 0 4px 0 #FFF,
        4px -4px 0 #FFF, 4px 0 0 #FFF, 4px 4px 0 #FFF;
    filter: blur(3px);
}

.key-visual .top-catch .color-beige {
    color: #9E8D61;
}

.key-visual .circle-achievement {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.key-visual .circle-item {
    list-style: none;
    padding: 27px 0;
    width: 200px;
    height: 200px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.57);
    position: relative;
}

.key-visual .circle-item .top-beige {
    font-family: 'Noto Serif JP';
    font-size: 22px;
    font-weight: 400;
    color: #9E8D61;
    line-height: 1.05;
}

.key-visual .circle-item .middle-red {
    font-family: 'Noto Sans JP';
    font-size: 74px;
    font-weight: 500;
    color: #E60B1B;
    line-height: 1.05;
}

.key-visual .circle-item .unit-small {
    font-size: 39px;
    color: #E60B1B;
}

.key-visual .circle-item .under-beige {
    font-size: 18px;
    color: #9E8D61;
    margin-bottom: 2px;
}

.key-visual .circle-item .ribbon-copy {
    width: 197px;
    padding-left: 5px;
}

.key-visual .circle-item .ribbon-copy img {
    width: 100%;
}

.key-visual .circle-item .shine-deco1,
.key-visual .circle-item .shine-deco2,
.key-visual .circle-item .shine-deco3 {
    position: absolute;
    width: 50px;
}

.key-visual .circle-item .shine-deco1 {
    top: 88px;
    left: -16px;
}

.key-visual .circle-item .shine-deco2 {
    top: 21px;
    right: -5px;
}

.key-visual .circle-item .shine-deco3 {
    top: 82px;
    right: -16px;
}

.key-visual .circle-item .shine-deco1 img,
.key-visual .circle-item .shine-deco2 img,
.key-visual .circle-item .shine-deco3 img {
    width: 100%;
}

.bg-white {
    width: 100%;
    background-color: #FFF;
}

.two-ways {
    background-color: #FFF;
    padding-top: 94px;
    margin-bottom: 98px;
}

.two-ways .contents-title,
.sell-flow .contents-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
    letter-spacing: 4px;
}

.sell-flow .contents-title {
    padding-right: 8px;
}

.two-ways .contents-title .title-en,
.sell-flow .contents-title .title-en {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

.two-ways .two-ways-merit {
    margin-bottom: 40px;
}

.two-ways .merit-title {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    background-color: #BEAF87;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-ways .chukai-merit-demerit {
    width: 100%;
    background-color: #F1EEE6;
    padding: 40px 0 10px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.two-ways .chukai-column,
.two-ways .kaitori-column {
    width: 44%;
    list-style: none;
}

.two-ways .chukai-column .column-content,
.two-ways .kaitori-column .column-content {
    margin-bottom: 30px;
}

.two-ways .chukai-column .merit-demerit-title,
.two-ways .kaitori-column .merit-demerit-title {
    font-size: 18px;
    font-weight: 500;
    background-color: #BEAF87;
    max-width: 420px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-ways .kaitori-column .merit-demerit-title {
    color: #FFF;
    background-color: #4E3D12;
}

.two-ways .chukai-column .merit-demerit-content,
.two-ways .kaitori-column .merit-demerit-content {
    text-align: left;
    padding: 18px 0 12px 16px;
    background-color: #FFF;
    height: 119px;
}

.two-ways .chukai-column .merit-demerit-content li,
.two-ways .kaitori-column .merit-demerit-content li {
    font-size: 16px;
    margin-bottom: 9px;
}

.two-ways .chukai-column .merit-demerit-content li::before {
    content: url(../images/check-box1.png);
    margin-right: 2px;
}

.two-ways .kaitori-column .merit-demerit-content li::before {
    content: url(../images/check-box2.png);
    margin-right: 2px;
}

.two-ways .start-satei {
    background-color: #F1EEE6;
    padding: 35px 32px 35px;
}

.two-ways .satei-title {
    font-size: 24px;
    font-weight: 500;
    color: #9E8D61;
    display: block;
    border-bottom: 2px solid #BEAF87;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.two-ways .start-satei .bold-catch {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0 0 0 7px;
}

.two-ways .start-satei p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 0 6px 0 7px;
    line-height: 1.6;
}

.sell-flow {
    padding: 0 0 100px;
}

.sell-flow .flow-step {
    display: flex;
    justify-content: space-between;
}

.sell-flow .bg-beige,
.sell-flow .bg-grey {
    max-width: 365px;
    padding: 29px 31px 31px 29px;
    background-color: #F1EEE6;
}

.sell-flow .bg-grey {
    background-color: #EEEEEE;
}

.sell-flow .bg-beige-title,
.sell-flow .bg-grey-title {
    font-size: 36px;
    font-weight: 700;
    color: #BEAF87;
    margin-bottom: 27px;
    letter-spacing: 5px;
    padding-left: 8px;
}

.sell-flow .bg-grey-title {
    color: #4E3D12;
}

.sell-flow .bg-beige li,
.sell-flow .bg-grey li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 86px;
    list-style: none;
    line-height: 1.6;
    text-align: left;
}

.sell-flow .bg-beige li:nth-child(5) {
    margin-bottom: 94px;
}

.sell-flow .bg-beige li:nth-child(6) {
    margin-bottom: 102px;
}

.sell-flow .bg-beige li:nth-child(7) {
    margin-bottom: 95px;
}

.sell-flow .bg-beige li:last-child,
.sell-flow .bg-grey li:last-child {
    margin-bottom: 0;
}

.sell-flow .bg-grey li:nth-child(3) {
    margin-bottom: 743px;
    position: relative;
}

.sell-flow .bg-grey li:nth-child(4) {
    margin-bottom: 109px;
}

.sell-flow .bg-grey li:nth-child(5) {
    margin-bottom: 103px;
}

.sell-flow .bg-grey .vertical-text {
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 700;
    color: #4E3D12;
    height: 400px;
    letter-spacing: 4px;
    top: 288px;
    right: 87px;
}

.sell-flow .bg-grey .arrow-bar {
    content: '';
    position: absolute;
    width: 20px;
    height: 584px;
    display: block;
    background-color: #BEAF87;
    top: 170px;
    left: 138px;
}

.sell-flow .bg-grey .arrow-triangle {
    content: '';
    position: absolute;
    width: 70px;
    height: 80px;
    display: block;
    border-top: 40px solid #BEAF87;
    border-right: 35px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 35px solid transparent;
    top: 754px;
    left: 114px;
}

.sell-flow .center-bg-white {
    padding-top: 129px;
}

.sell-flow .center-bg-white li {
    list-style: none;
    margin-bottom: 133px;
    position: relative;
}

.sell-flow .center-bg-white li:last-child {
    margin-bottom: 0;
}

.sell-flow .center-bg-white li span {
    font-size: 24px;
    font-weight: 700;
    color: #BEAF87;
    letter-spacing: 2px;
}

.sell-flow .center-bg-white li p {
    font-size: 24px;
    font-weight: 700;
}

.sell-flow .center-bg-white li:nth-child(2) {
    margin-bottom: 151px;
}

.sell-flow .center-bg-white li:nth-child(3),
.sell-flow .center-bg-white li:nth-child(4) {
    margin-bottom: 176px;
}

.sell-flow .center-bg-white li:nth-child(5) {
    margin-bottom: 129px;
}

.sell-flow .center-bg-white li:nth-child(6) {
    margin-bottom: 93px;
}

.sell-flow .center-bg-white li:nth-child(7) {
    margin-bottom: 114px;
}

.sell-flow .center-bg-white li:nth-child(8) {
    margin-bottom: 120px;
}

.sell-flow .center-bg-white li:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 32px solid #BEAF87;
    border-right: 56px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 56px solid transparent;
    position: absolute;
    top: 117px;
    left: 0;
    right: 0;
    margin: auto;
}

.sell-flow .center-bg-white li:nth-child(3):after {
    top: 133px;
}

.sell-flow .center-bg-white li:nth-child(4):after {
    top: 148px;
}

.sell-flow .center-bg-white li:nth-child(5):after {
    top: 133px;
}

.sell-flow .center-bg-white li:nth-child(6):after,
.sell-flow .center-bg-white li:nth-child(7):after {
    top: 97px;
}

.sell-flow .center-bg-white li:nth-child(9):after {
    display: none;
}


/*--- お問い合わせ ---*/
.contact__area {
    background-color: #F1EEE6;
}

.contact__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 950px;
    margin: 0 auto;
    padding: 97px 0 100px;
}

.contact__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}

.contact__cta {
    width: 100%;
    margin-top: 35px;
    padding: 35px 30px;
    background-color: #fff;
    border: 5px solid #BEAF87;
    border-radius: 5px;
}
.contact__content {
    display: flex;
    justify-content: center;
    gap: 45px;
}
.contact__shop {
    margin-top: 34px;
}
.contact__shop .contact__shop-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 391px;
    height: 48px;
    background-color: #4E3D12;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.contact__shop .contact__shop-tel {
    display: inline-flex;
    align-items: center;
    color: #4E3D12;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 7px;
}

.contact__shop .contact__shop-tel::before {
    content: "";
    display: inline-block;
    background: url("../images/tel-icon.png") no-repeat center / contain;
    width: 40px;
    height: 52px;
    margin-right: 14px;
}

.contact__shop .contact__shop-time {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-left: 64px;
}
.contact__btn-link {
    width: 430px;
    height: 80px;
}

.contact__btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 27px 23px 29px;
    border-radius: 7px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: background-color 0.3s ease;
}
.contact__btn-link.link-grn a {
    background-color: #4C9663;
}
.contact__btn-link.link-red a {
    background-color: #DC4E58;
}

.contact__btn-link.link-grn a:before{
    content: "";
    display: inline-block;
    background: url("../images/icon_mail.png") no-repeat center / contain;
    width: 37.7px;
    height: 29.59px;
    margin-right: 19.9px;
}
.contact__btn-link.link-red a:before{
    content: "";
    display: inline-block;
    background: url("../images/icon-satei.png") no-repeat center / contain;
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.contact__btn-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    background: url("../images/icon_chevron_right.png") no-repeat center / contain;
    width: 10px;
    height: 18px;
}

.contact__btn-link.link-grn > a:hover {
    background-color: rgba(76, 150, 99, 0.8);
    text-decoration: none;
}
.contact__btn-link.link-red > a:hover {
    background-color: rgba(220, 78, 88, 0.8);
    text-decoration: none;
}
.contact__btn-link:not(:last-child) {
    margin-bottom: 20px;
}