@charset "UTF-8";a {
    color: #111;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

a.imgLink {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

a.blocklink {
    display: block
}

a.blocklink:hover {
    opacity: .6
}

.hover:hover {
    -webkit-animation: hover cubic-bezier(.34,.8,.64,1) 1.8s infinite normal forwards;
    animation: hover cubic-bezier(.34,.8,.64,1) 1.8s infinite normal forwards
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

ul {
    list-style-type: none
}

.big {
    font-size: 1.1em
}

.bold {
    font-weight: 700
}

.txt_vt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright
}

.white {
    color: #fff
}

.red {
    color: #b70d0d
}

.btn {
    position: relative;
    display: inline-block;
    background: #c2a34b;
    color: #fff;
    padding: .49em 3.8em;
    font-weight: 500
}

.btn::before {
    content: '';
    position: absolute;
    right: 1.95rem;
    top: 50%;
    width: .7rem;
    height: 1.2rem;
    background: url(../img/common/ico_link.svg) center center no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

.btn:hover {
    opacity: .6
}

input,select,textarea {
    max-width: 100%;
    border: 2px solid #676767;
    padding: .5rem 2rem;
    font-size: 16px
}

::-webkit-input-placeholder {
    color: #aaa;
    font-size: .8em
}

::-moz-placeholder {
    color: #aaa;
    font-size: .8em
}

:-ms-input-placeholder {
    color: #aaa;
    font-size: .8em
}

::-ms-input-placeholder {
    color: #aaa;
    font-size: .8em
}

::placeholder {
    color: #aaa;
    font-size: .8em
}

input,select {
    height: 6.2rem
}

.input-small {
    width: 23.5rem
}

.input-small02 {
    width: 19rem
}

.selectWrap {
    position: relative;
    display: inline-block
}

.selectWrap::before {
    content: '';
    position: absolute;
    right: 1.8rem;
    top: 50%;
    width: 1.3rem;
    height: .7rem;
    background: url(../img/common/select_arrow.png) center center no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%)
}

textarea {
    width: 100%;
    height: 24rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.6
}

.separate {
    display: inline-block;
    width: 1rem;
    height: 2px;
    background: #1c1b1b
}

.error_message {
    width: 100%;
    margin-top: .4rem;
    color: #b70d0d;
    font-size: .82em;
    line-height: 1.8
}

.underline {
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-color: #c2a34b;
    text-decoration-color: #c2a34b;
    text-underline-offset: .5em;
    text-decoration-thickness: 1px
}

.common_tit {
    margin-bottom: 10rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: .1em
}

.common_tit .small {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 2.8rem
}

.common_tit .main {
    display: inline-block;
    padding-bottom: .2em;
    font-size: 3.9rem;
    border-bottom: 1px solid #c2a34b
}

.common_tit02 {
    position: relative;
    margin-bottom: 8rem;
    padding-bottom: 4rem;
    font-size: 3.8rem;
    text-align: center
}

.common_tit02::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16rem;
    height: .6rem;
    background: #c2a34b;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0)
}

@media screen and (min-width: 769px) {
    .sp_only {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .pc_only {
        display:none
    }

    input,select {
        padding-top: .1rem;
        padding-bottom: .1rem
    }

    .input-small {
        width: 18.5rem
    }

    .input-small02 {
        width: 11rem
    }

    select {
        width: auto!important;
        padding-right: 4rem
    }

    .common_tit {
        margin-bottom: 6rem
    }

    .common_tit .small {
        font-size: 1.6rem
    }

    .common_tit .main {
        font-size: 2.6rem
    }

    .common_tit02 {
        margin-bottom: 6rem;
        padding-bottom: 3rem;
        font-size: 3rem
    }

    .common_tit02::before {
        width: 12rem;
        height: .5rem
    }
}

.product_links {
    margin-bottom: 3rem
}

.product_links .box_child:not(:last-child) {
    margin-bottom: 5rem
}

.product_links .block {
    display: block;
    padding: 5.5rem 2rem 5.8rem;
    border: 1px solid #b7b7b7;
    background: #faf8f6;
    text-align: center
}

.product_links .block:not(:last-child) {
    margin-bottom: 2.8rem
}

.product_links .box_tit {
    margin-bottom: 3rem;
    font-size: 3.8rem;
    font-weight: 700
}

.product_links .box_tit .small {
    font-size: 2.2rem;
    font-weight: 500
}

.product_links .soon span {
    display: inline-block;
    padding: 0 1.6em;
    font-weight: 700;
    font-size: 1.8rem;
    background: #c2a34b;
    letter-spacing: .05em
}

.product_links .note {
    font-size: 1.2rem
}

@media screen and (max-width: 768px) {
    .product_links .block {
        padding:5.8rem 1rem
    }

    .product_links .box_tit {
        margin-bottom: 2rem;
        font-size: 2.5rem
    }

    .product_links .box_tit .small {
        font-size: 1.6rem
    }
}

.l-footer {
    margin-top: 11rem;
    background: #fff
}

.l-footer .inner {
    border-top: 1px solid #c4c4c4;
    padding: 4.8rem 0 4.4rem;
    text-align: center
}

.l-footer .logo {
    margin-bottom: 2.8rem
}

.l-footer .logo img {
    width: 22.3rem
}

.l-footer small {
    display: block;
    font-size: 1.4rem;
    color: #c2a34b
}

@media screen and (max-width: 768px) {
    .l-footer {
        margin-top:7rem
    }

    .l-footer .logo img {
        width: 20.3rem
    }

    .l-footer small {
        font-size: 1.3rem
    }
}

.logotxt {
    color: #c2a34b;
    font-size: 1.1rem;
}

.shopct {
    margin-top: 60px;
}
