<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign img {
    width: 100%;
    height: auto;
    display: block;
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 15px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 40px;
	}
    .maindesign .mt-moderate {
        margin-top: 20px;
    }
	.maindesign .mt-close {
		margin-top: 10px;
	}
}

.maindesign .title {
    position: relative;
}
.maindesign .title--inner {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 4.0rem;
    text-shadow: 1px 1px 2px rgba(10, 10, 10, 0.7);
}
@media screen and (max-width:767px) {
    .maindesign .title--inner {
        font-size: 10vw;
        width: 95%;
    }
}


.maindesign .recommendation_goods--title--inner {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .maindesign .recommendation_goods--title--inner {
        flex-direction: column;
    }
}

.maindesign .txt-box {
    padding-left: 20px;
    text-align: left;
}
.maindesign .txt-box--item {
    line-height: 1.5 !important;
    font-size: 1.1rem;
}
.maindesign .txt-box--item__red {
    color: #E5002D;
}
.maindesign .txt-box--item.txt-box--item__large {
    font-size: 1.2rem !important;
    font-weight: bold;
}
.maindesign .txt-box--ttl {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
    display: inline-block;
}
.maindesign .txt-box .txt-box--item:not(:first-child) {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .maindesign .txt-box {
        padding-left: 0;
    }
    .maindesign .txt-box--item {
        line-height: 1.7 !important;
        font-size: 0.9rem;
    }
    .maindesign .txt-box--item.txt-box--item__large {
        font-size: 1.0rem !important;
    }
    .maindesign .txt-box .txt-box--item:not(:first-child) {
        margin-top: 20px;
    }
    .maindesign .txt-box--ttl {
        margin-bottom: 5px;
    }
}

.maindesign .fit-img {
    width: fit-content;
}

.maindesign .indent-text {
    padding-left: 1em;
    text-indent: -1em;
}


.maindesign .reform-nav-conteinar {
	margin-bottom: 50px;
}
.maindesign .reform-nav {
    overflow: hidden;
    position: relative;
    width: 40%;
    margin: 30px auto 0px;
    border-radius: 5px;
    background: #000;
    display: block;
}
.maindesign .reform-nav img {
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.maindesign .reform-nav a img:hover {
    transform: scale(1.05, 1.05);
    opacity: .8;
}
.maindesign .reform-nav span {
    position: absolute;
    left: 5%;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0);
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
}
.maindesign .reform-nav .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.maindesign .reform-nav-txt {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
}
.maindesign .reform-nav-txt--inner {
    display: inline-block;
    transition: 0.25s;
}
.maindesign .reform-nav-txt--inner:hover {
    opacity: 0.75;
}

@media screen and (max-width:767px) {
    .maindesign .reform-nav {
        width: 100%;
    }
    .maindesign .reform-nav-txt {
        line-height: 1.7;
        font-size: 1.0rem;
    }
}


.maindesign .reform-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.maindesign .reform-info--item {
    width: 49%;
    box-sizing: border-box;
}
.maindesign .reform-info .reform-info--item:nth-child(n+3) {
    margin-top: 30px;
}

.maindesign .reform-info--link {
    transition: 0.25s;
    width: 100%;
    height: 100%;
    display: block;
}

.maindesign .reform-info--inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.maindesign .reform-info--img {
    min-height: 0%;
}	
.maindesign .reform-info--img img {
    width: 100%;
    height: auto;
    display: block;
}	

.maindesign .reform-info--text {
    flex-grow: 1;
    margin-top: 5px;
    line-height: 1.4;
    font-size: 0.95rem;
}


@media screen and (max-width: 767px) {
    .maindesign .reform-info--item {
        width: 100%;
    }
	.maindesign .reform-info--text {
        font-size: 0.9rem;
    }
    .maindesign .reform-info .reform-info--item:nth-child(n+2) {
        margin-top: 20px;
    }
}</pre></body></html>