body {
    -webkit-text-size-adjust: 100%;
    text-align: center;
    background: 
    linear-gradient(to bottom, rgba(87, 65, 45, 0.9), rgba(255, 255, 255, 0.1)), url("../images/pc_haikei.png");
    background-size: 10%;
    background-attachment: fixed;
    font-family: 'Noto Sans JP', sans-serif;
}

#container {
    width: 750px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

a .active {
    text-decoration: none;
    color: #762939;
    transition: .3s ease;
}

li {
    list-style: none;
}

.form {
    width: 750px;
    height: auto;
    background: url(../images/gray.png);
    background-repeat: repeat;
    background-size: 30%;
    opacity: 10;
    background-color: #E1DEDC;
}

.title {
    padding: 50px 0 0 0;
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group {
    padding-top: 39px;
}

.tab-group li {
    padding-left: 60px;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    border: 1px solid #762939;
    color: #762939;
    font-size: 26px;
    float: left;
    width: 163px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    margin-right: 27px;
}
.tab-group li a:hover {
    background: #661f2e;
    color: #ffffff;
}
.tab-group .active {
    background: #762939;
    color: #ffffff;
}

.cd-content {
    width: 750px;
    height: auto;
    padding-top: 20px;
}

.crack {
    display: flex;
    padding-left: 60px;
}

.crack ul {
    padding-left: 23px;
}

.cd-title p {
    font-size: 26px;
    font-weight: bold;
    color: #762A39;
    padding-bottom: 12px;
}

.cd-content-text {
    padding-top: 10px;

}

.cd-content-text p {
    font-size: 21px;
    padding-bottom: 9px;

}

.content-link {
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 98px;
}

.goods-content-link {
    align-items: center;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 96px;
}

.content-link-title {
    padding-bottom: 31px;
}

.content-link-title p {
    font-size: 26px;
    font-weight: bold;
    color: #762A39;
}

.btn-style {
    width: 530px;
    height: 72px;
    background: url("../images/goods/btn.png") no-repeat;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 19px;
}

.btn-style p {
    width: 530px;
    height: 72px;
    display: block;
    text-align: center;
    line-height: 72px;
    font-size: 24px;
}

.goods-item {
    padding-left: 60px;
}

.goods-item-title p {
    font-size: 26px;
    font-weight: bold;
    color: #762A39;
    padding-bottom: 28px;
}

.goods-item-title2 p {
    font-size: 26px;
    font-weight: bold;
    color: #762A39;
    padding-bottom: 28px;
    letter-spacing: -2px;
}

.goods-content-text {
    padding-top: 22px;
}

.goods-content-text p {
    font-size: 22px;
    padding-bottom: 9px;
}

/* footer */

.footer {
    width: 750px;
    height: 380px;
    align-items: center;
    text-align: center;
    background: #762A39;
    font-size: 21px;
    color: #DBC27B;
}

.logo {
    padding-top: 141px;
    padding-bottom: 85px;
}
