html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media screen and (max-width: 820px) {
    html {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 1.3vw;
    }
}

.lp_style * {
    box-sizing: border-box;
}

.lp_style {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    color: #74665d;
    letter-spacing: .05em;
    line-height: 1;
    list-style: none;
    font-weight: 400;
    overflow: hidden;
    font-feature-settings: "palt";
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

.lp_style button {
    background: transparent;
    padding: 0;
    margin: 0;
}

.lp_style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp_style dl,
.lp_style dt,
.lp_style dd {
    margin: 0;
}

.lp_style a {
    text-decoration: none;
}

.lp_style img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.sp_only {
    display: none !important;
}

.space {
    padding-left: 1rem;
}

@media screen and (max-width: 820px) {
    .space {
        display: none;
    }
}

@media screen and (min-width:751px),
print {
    .pc_only {
        display: block !important;
    }
}

@media screen and (max-width:750px),
print {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

@media screen and (max-width:768px) and (min-width:751px),
print {
    img {
        width: 100%;
        height: auto;
    }
}

.TextGroup {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

/* ------------------------------------
    #Introduction
------------------------------------ */

#Introduction .bg-introduction {
    background-color: #e9e0d1;
}

#Introduction .inner {
    padding: 100px 0;
    text-align: center;
}

@media screen and (max-width:820px),print {
    #Introduction .inner {
        padding: 100px 40px;
    }
}

@media screen and (max-width:640px),print {
    #Introduction .inner {
        padding: 50px 20px;
    }
}

.Introduction_Head {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #ca8937;
}


@media screen and (max-width:820px),print {
    .Introduction_Head {
        font-size: 36px;
        line-height: 1.27;
    }
}

@media screen and (max-width:640px),print {
    .Introduction_Head {
        font-size: 18px;
    }
}


.Introduction_Head::before,
.Introduction_Head::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 36px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:640px),print {
    .Introduction_Head::before,
    .Introduction_Head::after {
        width: 18px;
        height: 22.5px;
    }
}

.Introduction_Head::before {
    left: -18px;
    transform: translateX(-100%);
    background-image: url(./../img/intro-deco-l.png);
}

@media screen and (max-width:820px),print {
    .Introduction_Head::before {
        left: 0;
        transform: translateX(-100%);
        background-image: url(./../img/intro-deco-l-sp.png);
    }
}

.Introduction_Head::after {
    right: -18px;
    transform: translateX(100%);
    background-image: url(./../img/intro-deco-r.png);
}

@media screen and (max-width:820px),print {
    .Introduction_Head::after {
        right: 0;
        transform: translateX(100%);
        background-image: url(./../img/intro-deco-r-sp.png);
    }
}

.st-sp {
    display: none;
}

@media screen and (max-width:820px),print {
    .st-sp {
        display: block;
    }
}


.Introduction_Head .TextGroup {
    display: block;
}

.SearchList-outer {
    display: inline-block;
    margin: 75px auto 0;
    text-align: left;
}

@media screen and (max-width:820px),print {
    .SearchList-outer {
        margin-top: 56px;
    }
}

@media screen and (max-width:640px),print {
    .SearchList-outer {
        margin-top: 28px;
    }
}

.SearchList {
    font-size: 0;
    letter-spacing: 0;
}

.SearchList:not(:last-of-type) {
    margin-bottom: 30px;
}

.SearchTerm,
.SearchDescription {
    display: inline-block;
    vertical-align: top;
}

.SearchTerm {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
}

@media screen and (max-width:820px),print {
    .SearchList .SearchTerm {
        display: block;
        font-size: 36px;
        color: #fff;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:640px),print {
    .SearchList .SearchTerm {
        font-size: 18px;
        margin-bottom: 20px;
    }
}


.SearchTerm .circle {
    position: relative;
}

.SearchTerm .circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #111111;
}

@media screen and (max-width:820px),print {
    .SearchTerm .circle::after {
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #111111;
    }
}


.SearchTermTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 500;
}


@media screen and (max-width:820px),print {

    .SearchTermTxt br {
        display: none;
    }
}

.SearchList .SearchDescription {
    margin-left: 27px;
}

@media screen and (max-width:820px),print {
    .SearchList .SearchDescription {
        margin-left: 0;
    }

    .SearchList .SearchDescription:nth-of-type(odd) {
        margin-right: 20px;
    }

    .SearchList .SearchDescription:nth-of-type(even) {
        margin-left: 20px;
    }

    .SearchList .SearchDescription:nth-of-type(n+3) {
        margin-top: 40px;
    }
}

@media screen and (max-width:640px),
print {
    .SearchList .SearchDescription:nth-of-type(odd) {
        margin-right: 10px;
    }

    .SearchList .SearchDescription:nth-of-type(even) {
        margin-left: 10px;
    }

    .SearchList .SearchDescription:nth-of-type(n+3) {
        margin-top: 20px;
    }
}

.SearchTerm .circle,
.SearchDescription .circle {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}


.SearchDescription .circle img {
    max-width: inherit;
    width: 100%;
}

@media screen and (max-width:820px),print {
    .SearchTerm .circle {
        width: 100%;
        height: 80px;
        border-radius: 0;
    }

    .SearchDescription {
        width: calc((100% / 2) - 40px);
        height: auto;
    }

    .SearchDescription .circle {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:640px),print {
    .SearchTerm .circle {
        width: 100%;
        height: 40px;
        border-radius: 0;
    }

    .SearchDescription {
        width: calc((100% / 2) - 20px);
        height: auto;
    }
}

.SearchTerm .circle {
    background: #111111;
}

.SearchDescription .circle {
    background: #fff;
}

.SearchList-Worry {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111111;
    padding: 15px 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width:820px),print {
    .SearchList-Worry {
        display: block;
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

}

.SearchList-Worry .SearchTerm,
.SearchList-Worry .SearchDescription {
    width: 260px;
    height: 70px;
}

.SearchList-Worry .SearchTerm {
    font-weight: 500;
}

.SearchList-Worry .SearchTerm {
    font-size: 24px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:820px),print {
    .SearchList-Worry .SearchTerm {
        position: relative;
        background: #111111;
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 36px;
        font-weight: 500;
    }

    .SearchList-Worry .SearchTerm::after {
        content: "";
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #111111;
    }


    .SearchList-Worry .SearchDescription {
        width: 100%;
        height: 80px;
        font-size: 32px;
        line-height: 1;
    }
}

@media screen and (max-width:640px),print {
    .SearchList-Worry .SearchTerm {
        position: relative;
        background: #111111;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
    }

    .SearchList-Worry .SearchTerm::after {
        content: "";
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #111111;
    }


    .SearchList-Worry .SearchDescription {
        width: 100%;
        height: 40px;
        font-size: 16px;
        line-height: 1;
    }
}

.SearchList-Worry .SearchDescription {
    font-size: 20px;
    line-height: 70px;
    font-weight: 500;
    color: #111111;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
}



@media screen and (max-width:820px),print {
    .SearchList-Worry .SearchDescription {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }

    .SearchList-Worry .SearchDescription:nth-of-type(odd),
    .SearchList-Worry .SearchDescription:nth-of-type(even) {
        margin: 0;
    }
    .SearchList-Worry .SearchDescription:not(:first-of-type) {
        margin-top: 20px;
    }
    
}


@media screen and (max-width:640px),
print {
    .SearchList-Worry .SearchDescription {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .SearchList-Worry .SearchDescription:not(:first-of-type) {
        margin-top: 10px;
    }
}

/* ------------------------------------
    ProductArea
------------------------------------ */
.ProductArea-outer {
    background: #f9f6f1;
}

.ProductAreaTitle {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #251b1a;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:640px),print {
    .ProductAreaTitle {
        width: 100%;
        height: 120px;
        line-height: 120px;
        font-size: 50px;
    }
}

@media screen and (max-width:640px),print {
    .ProductAreaTitle {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
    }

}

.ProductArea .inner {
    padding: 100px 0 144px;
}

@media screen and (max-width:820px),
print {
    .ProductArea .inner {
        padding: 120px 20px 100px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductArea .inner {
        padding: 60px 10px 50px;
    }
}

.ProductBlock-single {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
}

.ProductBlock-single .ProductBlock {
    display: inline-block;
    width: 640px;
}

@media screen and (max-width:820px),
print {
    .ProductBlock-single .ProductBlock {
        display: inline-block;
        width: 100%;
    }
}

.ProductBlock {
    border-radius: 10px;
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.ProductBlock:not(:first-of-type) {
    margin-top: 50px;
}

@media screen and (max-width:820px),
print {
    .ProductBlock:not(:first-of-type) {
        margin-top: 40px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductBlock:not(:first-of-type) {
        margin-top: 20px;
    }
}

.ProductCatch {
    padding: 20px 0;
    font-size: 32px;
    background: #ca8937;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width:640px),
print {
    .ProductCatch {
        padding: 30px 0;
        font-size: 36px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductCatch {
        padding: 15px 0;
        font-size: 18px;
    }
}

.ProductCatch .ProductCatch-small {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 500;
}

@media screen and (max-width:820px),print {
    .ProductCatch .ProductCatch-small {
        margin-bottom: 8px;
        font-size: 24px;
    }
}

@media screen and (max-width:640px),print {
    .ProductCatch .ProductCatch-small {
        margin-bottom: 4px;
        font-size: 12px;
    }
}

.ProductBlock-container {
    padding: 40px 20px 60px;
    letter-spacing: 0;
}

@media screen and (max-width:820px),print {
    .ProductBlock-container {
        padding: 60px 20px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductBlock-container {
        padding: 30px 10px;
    }
}

.ProductList.column-2 {
    font-size: 0;
}

.ProductList.column-2 .Product {
    display: inline-block;
    width: 600px;
}

@media screen and (max-width:820px),print {
    .ProductList.column-2 .Product {
        display: inline-block;
        width: 100%;
    }
}

.ProductList.column-2 .Product:nth-of-type(n+3) {
    margin-top: 40px;
}

.ProductBlock-single .ProductBlock:nth-of-type(odd) {
    margin-right: 10px;
}

.ProductList.column-2 .Product:nth-of-type(odd) {
    margin-right: 30px;
}

.ProductBlock-single .ProductBlock:nth-of-type(even) {
    margin-right: 10px;
}

.ProductList.column-2 .Product:nth-of-type(even) {
    margin-left: 30px;
}

@media screen and (max-width:820px),print {

    .ProductList.column-2 .Product:nth-of-type(n+3) {
        margin-top: 0;
    }
    
    .ProductBlock-single .ProductBlock:nth-of-type(odd) {
        margin-right: 0;
    }
    
    .ProductList.column-2 .Product:nth-of-type(odd) {
        margin-right: 0;
    }
    
    .ProductBlock-single .ProductBlock:nth-of-type(even) {
        margin-right: 0;
    }
    
    .ProductList.column-2 .Product:nth-of-type(even) {
        margin-left: 0;
    }

    .ProductList.column-2 .Product:not(:first-of-type) {
        margin-top: 40px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductList.column-2 .Product:nth-of-type(n+3) {
        margin-top: 0;
    }

    .ProductBlock-single .ProductBlock:nth-of-type(odd) {
        margin-right: 0;
    }

    .ProductList.column-2 .Product:nth-of-type(odd) {
        margin-right: 0;
    }

    .ProductBlock-single .ProductBlock:nth-of-type(even) {
        margin-right: 0;
    }

    .ProductList.column-2 .Product:nth-of-type(even) {
        margin-left: 0;
    }
    .ProductList.column-2 .Product:not(:first-of-type) {
        margin-top: 20px;
    }

}

.ProductList .Product_Inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProductList .ProductThumbnail {
    max-width: 300px;
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width:820px),
print {
    .ProductList .ProductThumbnail {
        margin-right: 25px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductList .ProductThumbnail {
        margin-right: 12.5px;
    }
}

.ProductList .ProductThumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.ProductList .ProductFeature {
    width: 100%;
}


.ProductList .ProductRecommend {
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1.5;
    font-weight: bold;
    color: #111111;
}

@media screen and (max-width:820px),print {
    .ProductList .ProductRecommend {
        display: block;
        font-size: 28px;
        margin-bottom: 4px;
        line-height: 1.5;
    }
}

@media screen and (max-width:640px),
print {
    .ProductList .ProductRecommend {
        font-size: 14px;
        margin-bottom: 2px;
    }
}

.ProductList .ProductStrongPoint {
    display: block;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.25;
    color: #ca8937;
}

@media screen and (max-width:820px),print {
    .ProductList .ProductStrongPoint {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1.25;
    }
}

@media screen and (max-width:640px),
print {
    .ProductList .ProductStrongPoint {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.ProductList .ProductName {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #333333;
    text-align: left;
}

@media screen and (max-width:820px),
print {
    .ProductList .ProductName {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

@media screen and (max-width:640px),
print {
    .ProductList .ProductName {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

.Product_cta {
    max-width: 280px;
    width: 100%;
    height: 60px;
    border: 1px solid #111111;
}

@media screen and (max-width:820px),
print {
    .Product_cta {
        height: 74px;
    }
}

@media screen and (max-width:640px),
print {
    .Product_cta {
        height: 37px;
    }
}

.Product_cta a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #111111;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width:820px),
print {
    .Product_cta a {
        font-size: 22px;
    }
}

@media screen and (max-width:640px),
print {
    .Product_cta a {
        font-size: 11px;
    }
}

.Product_cta a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-color: transparent transparent transparent #111111;
}

@media screen and (max-width:640px),
print {
    .Product_cta a::after {
        border-width: 4px 0 4px 4.5px;
        border-color: transparent transparent transparent #111111;
    }
}

.Type-cta {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 80px;
    border: 1px solid #ca8937;
    margin: 40px auto 0;
}

@media screen and (max-width:640px),print {
    .Type-cta {
        height: 100px;
        border: 1px solid #ca8937;
        margin: 15px auto 0;
    }
}

@media screen and (max-width:640px),print {
    .Type-cta {
        height: 50px;
        margin: 15px auto 0;
    }
}


.Type-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #ca8937;
}

@media screen and (max-width:640px),
print {
    .Type-cta a {
        font-size: 14px;
    }
}

.Type-cta a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-color: transparent transparent transparent #ca8937;
}

@media screen and (max-width:640px),print {
    .Type-cta a::after {
        border-width: 4px 0 4px 4.5px;
        border-color: transparent transparent transparent #ca8937;
    }
}