*{
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}
ul{
    padding: 0;
}
html{
    font-size: 1vw;
    scroll-behavior: smooth;
}
@media screen and (max-width:767px) {
    html{
        font-size: 2vw;
    }
}
@media screen and (min-width:1200px) {
    html{
        font-size: 12px;
    }
}
a{
    transition: 300ms;
}
a:hover{
    opacity: 0.6;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.cmn_inner{
    width: 90%;
    margin: 0 auto;
}
.h2_area{
    position: relative;
}
.h2_area h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.3em;
    font-weight: 500;
    text-align: center;
    padding-top: 0.9em;
    padding-bottom: 1em;
}
.h2_area h2::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4.7rem;
    top: 0;
    left: 0;
    background-image: url(imgs/h2_hr.png);
    background-size: 100% 100%;
}





header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 11rem;
    background-color: rgba(255,255,255,0.8);
    z-index: 10;
}
header .container{
    height: 100%;
}
.header_pc_left{
    position: absolute;
    top: 50%;
    left: 2%;
}
.header_pc_right{
    position: absolute;
    top: 50%;
    right: 2%;
}
.header_pc_navi{
    font-size: 1rem;
    line-height: 3;
    font-family: "EB Garamond", serif;
    color: black;
    text-decoration: none;
    padding: 0 2.3em;
    display: inline-block;
    vertical-align: bottom;
}
.header_pc_navi_online{
    position: relative;
}
.header_pc_navi_online p{
    font-family: "EB Garamond", serif;
}
.header_pc_navi_online img {
    position: absolute;
    width: 1.9rem;
    bottom: 1rem;
    right: 2rem;
}
.header_pc_center{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 17.5%;
}
.header_pc_logo{
    display: block;
    width: 100%;
}
.header_pc_logo img{
    display: block;
    width: 100%;
}





.top_wrapper{
    padding-bottom: 8rem;
}
.top_relative{
    position: relative;
}
.top_slider_ofh{
    width: 100%;
    height: calc(100vh - 3rem);
    position: relative;
    overflow: hidden;
}
.top_img{
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.top_logo_img{
    position: absolute;
    width: 25%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}





.news_wrapper{
    padding-bottom: 8rem;
}
.news_flex{
    display: flex;
    border-bottom: solid 1px #999;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3rem;
}
.news_flex h6 {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-family: "EB Garamond", serif;
    padding-left: 4em;
    padding-right: 4em;
}
.news_flex p {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0.7em 0;
}
.news_flex a{
    color: black;
    text-decoration: none;
}




.rcg_item_area{
    border-bottom: solid 1px #999;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.rcg_item_main_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5rem;
}
.rcg_item_main_img{
    width: 47.8%;
}
.rcg_item_main_txts{
    width: 46%;
}
.rcg_item_main_txts h5{
    font-size: 1.65rem;
    line-height: 1.3;
    padding-bottom: 1.7em;
}
.rcg_item_main_txts h3{
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0.3em;
    padding-left: 1.4em;
    position: relative;
}
.rcg_item_main_txts h3::before {
    content: '';
    position: absolute;
    width: 0.1em;
    height: 2.2em;
    background-color: #999;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.rcg_item_main_exp {
    font-size: 1.65rem;
    line-height: 1.5;
    padding-top: 1.8em;
    padding-bottom: 1.2em;
}
.rcg_item_main_price {
    font-size: 1.65rem;
    line-height: 1.2;
    text-align: right;
    font-weight: bold;
    padding-bottom: 1.1em;
}
.rcg_item_main_price span {
    font-size: 80%;
    font-weight: normal;
}
.rcg_item_main_btn_area{
    text-align: right;
}
.rcg_item_main_btn {
    font-size: 1.3rem;
    line-height: 2.7;
    letter-spacing: 0.3em;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 0 2.3em;
}
.rcg_item_sub_flex{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.rcg_item_sub_flex > div{
    width: 21.667%;
}
.rcg_item_sub_flex img{
    display: block;
    width: 100%;
    padding-bottom: 2.2rem;
}
.rcg_item_sub_flex h5{
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 0.5em;
    text-align: center;
    white-space: nowrap;
}
.rcg_item_sub_flex p{
    font-size: 0.7rem;
    line-height: 1.5;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.other_item_area{
    padding-top: 8rem;
    padding-bottom: 15rem;
}
.other_item_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.other_item_flex > div{
    width: 30%;
    text-align: center;
    padding-bottom: 6rem;
}
.other_item_flex img{
    display: block;
    width: 100%;
    padding-bottom: 2.2rem;
}
.other_item_flex h5 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding-bottom: 1.2em;
    white-space: nowrap;
}
.other_item_flex p {
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 1.1em;
}
.other_item_flex p span {
    font-size: 80%;
    font-weight: normal;
}
.other_item_flex a {
    font-size: 1.3rem;
    line-height: 2.7;
    letter-spacing: 0.3em;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 0 2.3em;
}
.other_item_list_btn_area{
    text-align: right;
    margin-top: -9.4rem;
}
.other_item_list_btn{
    font-size: 1.65rem;
    line-height: 2;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: black;
    display: inline-block;
}




.brand__material_h3 {
    font-size: 2.9rem;
    line-height: 1.8;
    letter-spacing: 0.25em;
    font-weight: normal;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 2.2em;
}
.brand__material_banner{
    display: block;
    position: relative;
    width: 90rem;
    height: 51.9rem;
    overflow: hidden;
}
.brand__material_banner img{
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 300ms;
}
.brand__material_banner img:hover{
    width: 120%;
}
.brand__material_btn_area{
    text-align: right;
    padding-top: 3rem;
    padding-bottom: 10rem;
}
.brand__material_btn{
    font-size: 1.65rem;
    line-height: 2;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: black;
    display: inline-block;
}
.material_wrapper h2 {
    letter-spacing: 0.1em;
}




.gift_wrapping_wrapper{
    padding-bottom: 8rem;
}
.gift_wrapping_inner{
    box-sizing: border-box;
    border: solid 1px #c0a56f;
    position: relative;
}
.gift_wrapping_wrapper h2{
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: center;
    padding-top: 0.8em;
    padding-bottom: 2em;
}
.gift_wrapping_flex{
    display: flex;
    width: 93%;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
}
.gift_wrapping_flex_child{
    width: 32.258%;
    text-align: center;
    text-decoration: none;
    color: black;
}
.gift_wrapping_flex img{
    display: block;
    width: 100%;
}
.gift_wrapping_flex h5 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.gift_wrapping_flex p{
    font-size: 1.3rem;
    line-height: 1.2;
    padding-bottom: 4em;
}
.gift_wrapping_inner_top_left_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(-45deg);
    background-color: #c0a56f;
    top: 0;
    left: 2.5rem;
}
.gift_wrapping_inner_bottom_right_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(-45deg);
    background-color: #c0a56f;
    bottom: 0;
    right: 2.5rem;
}




.shop_list_wrapper{
    padding-bottom: 8rem;
}
.shop_list_inner{
    box-sizing: border-box;
    border: solid 1px #c0a56f;
    position: relative;
    padding: 1rem;
}
.shop_list_inner02{
    box-sizing: border-box;
    border: solid 0.3rem #E0D2B7;
    padding: 0 4rem 7rem;
}
.shop_list_wrapper h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: center;
    color: #9D762C;
    padding-top: 2.1em;
    padding-bottom: 1.8em;
}
.shop_list_wrapper h3{
    font-size: 2.9rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: normal;
    padding-bottom: 1.7em;
}
.glencheck_logo{
    display: inline-block;
    width: 50%;
}
.glencheck_logo img{
    display: block;
    width: 100%;
}
.shop_list_wrapper h4{
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    color: #C0A46E;
    text-align: center;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    position: relative;
}
.shop_list_wrapper h4::before{
    content: '';
    position: absolute;
    width: 19rem;
    height: 1px;
    background-color: #C0A46E;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.shop_list_wrapper h4::after{
    content: '';
    position: absolute;
    width: 19rem;
    height: 1px;
    background-color: #C0A46E;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.shop_list_benefits_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.shop_list_benefits_flex img{
    width: 31.3%;
}
.shop_list_wrapper h5{
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: normal;
    text-align: center;
    padding-top: 2.4em;
    padding-bottom: 2.1em;
}
.shop_list_webshop_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.shop_list_webshop_flex > a{
    width: 16.25rem;
    text-decoration: none;
    color: black;
}
.shop_list_webshop_flex img{
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #999;
}
.shop_list_webshop_flex h6 {
    font-size: 1.45rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding-top: 1em;
}
.shop_list_inner_top_left_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(-45deg);
    background-color: #c0a56f;
    top: 0;
    left: 2.5rem;
}
.shop_list_inner_top_right_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(45deg);
    background-color: #c0a56f;
    top: 0;
    right: 2.5rem;
}
.shop_list_inner_bottom_left_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(45deg);
    background-color: #c0a56f;
    bottom: 0;
    left: 2.5rem;
}
.shop_list_inner_bottom_right_ab{
    position: absolute;
    width: 1px;
    height: 5rem;
    transform: skew(-45deg);
    background-color: #c0a56f;
    bottom: 0;
    right: 2.5rem;
}




footer h3{
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding-bottom: 1.2em;
    border-bottom: solid 1px #999;
    width: 50%;
}
footer p{
    font-size: 1.4rem;
    line-height: 1.7;
    padding-top: 1.5em;
    padding-bottom: 2em;
}




.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    header{
        height: calc(11000vw / 640);
    }
    .hmb{
        position: absolute;
        width: calc(5300vw / 640);
        transform: translateY(-50%);
        top: 50%;
        left: 7vw;
    }
    .header_sp_logo{
        position: absolute;
        width: calc(20000vw / 640);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .header_sp_logo img{
        display: block;
        width: 100%;
    }
    .header_sp_onlnie{
        position: absolute;
        width: calc(4900vw / 640);
        transform: translateY(-50%);
        top: 50%;
        right: 5vw;
    }
    .header_sp_onlnie img{
        display: block;
        width: 100%;
    }
    .cmn_inner{
        width: 87.5%;
    }
    .h2_area h2{
        font-size: 4vw;
        padding-top: 0.8em;
    }
    .h2_area h2::before{
        width: 100%;
        height: 6.25vw;
        background-image: url(imgs/h2_hr_sp.png);
    }
    .top_wrapper{
        padding-top: calc(11000vw / 640);
    }
    .top_slider_ofh{
        height: calc(100vh - (11000vw / 640) - 3rem);
    }
    .news_wrapper .h2_area {
        padding-bottom: 5vw;
    }
    .news_flex {
        align-items: flex-start;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .news_flex h6 {
        font-size: 1.2rem;
        padding-left: 0;
        padding-right: 2.2em;
    }
    .news_flex p{
        font-size: 0.94rem;
        padding: 0;
    }
    .rcg_item_area {
        padding-top: 0.5rem;
        margin-bottom: 8rem;
    }
    .rcg_item_main_flex {
        align-items: center;
        padding-bottom: 5rem;
        flex-direction: column;
    }
    .rcg_item_main_img {
        width: 91%;
    }
    .rcg_item_main_txts {
        width: 87%;
    }
    .rcg_item_main_txts h5 {
        font-size: 3vw;
        text-align: center;
        padding-top: 2.6em;
    }
    .rcg_item_main_txts h3 {
        font-size: 2.1rem;
    }
    .rcg_item_main_exp {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .rcg_item_main_btn {
        font-size: 1.2rem;
    }
    .rcg_item_sub_flex{
        display: block;
    }
    .rcg_item_sub_flex > div{
        width: 100%;
    }
    .slick-next:before {
        content: '▶';
        color: black;
        font-size: 4vw;
    }
    .slick-prev:before {
        content: '◀';
        color: black;
        font-size: 4vw;
    }
    .rcg_item_sub_flex p{
        font-size: 1rem;
    }
    .slick-next{
        right: -4vw;
    }
    .slick-prev {
        left: -4vw;
    }
    .other_item_area {
        padding-top: 0;
    }
    .other_item_flex > div {
        width: 50%;
    }
    .other_item_list_btn_area {
        margin-top: -5.4rem;
    }
    .brand__material_h3 {
        font-size: 1.9rem;
    }
    .brand__material_banner{
        width: 87.5vw;
        height: calc(87.5vw * 1038 / 1800);
        overflow: hidden;
    }
    .brand__material_btn {
        font-size: 1.2rem;
    }
    .gift_wrapping_flex{
        flex-direction: column;
        align-items: center;
    }
    .gift_wrapping_flex_child {
        width: 67%;
    }
    .gift_wrapping_flex p {
        padding-bottom: 2.7em;
    }
    .shop_list_inner {
        padding: 0.5rem;
    }
    .gift_wrapping_inner_top_left_ab{
        height: 3rem;
        left: 1.5rem;
    }
    .gift_wrapping_inner_bottom_right_ab{
        height: 3rem;
        right: 1.5rem;
    }
    .shop_list_inner02 {
        padding: 0;
    }
    .shop_list_inner_top_left_ab{
        height: 3rem;
        left: 1.5rem;
    }
    .shop_list_inner_top_right_ab{
        height: 3rem;
        right: 1.5rem;
    }
    .shop_list_inner_bottom_left_ab{
        height: 3rem;
        left: 1.5rem;
    }
    .shop_list_inner_bottom_right_ab{
        height: 3rem;
        right: 1.5rem;
    }
    .shop_list_wrapper h2 {
        font-size: 2.4rem;
        padding-top: 1.1em;
        padding-bottom: 1.6em;
    }
    .shop_list_wrapper h3 {
        font-size: 2.2rem;
        padding-bottom: 1.4em;
    }
    .glencheck_logo {
        width: 70%;
        padding-bottom: 9vw;
    }
    .shop_list_wrapper h4 {
        font-size: 1.9rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    .shop_list_wrapper h4::before {
        width: 5rem;
        left: 2.9vw;
    }
    .shop_list_wrapper h4::after {
        width: 5rem;
        right: 2.9vw;
    }
    .shop_list_benefits_sp img {
        display: block;
        width: 92%;
        margin-left: 2vw;
        padding-top: 6vw;
    }
    .shop_list_wrapper h5 {
        font-size: 1.7rem;
        letter-spacing: 0;
        padding-top: 3.9em;
        padding-bottom: 1.8em;
    }
    .shop_list_webshop_flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .shop_list_webshop_flex > a {
        width: 14.1rem;
    }
    .shop_list_webshop_flex h6 {
        font-size: 1.25rem;
        padding-bottom: 2em;
    }
    footer h3 {
        font-size: 1.55rem;
        width: 80%;
    }
    footer p {
        font-size: 1.1rem;
    }
    .sp_only{
        display: block !important;
    }
    .pc_only{
        display: none !important;
    }
}
.modal{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}
.close_area{
    width: 100%;
    height: calc(11000vw / 640);
    position: relative;
}
.close{
    position: absolute;
    width: calc(5300vw / 640);
    transform: translateY(-50%);
    top: 50%;
    left: 7vw;
}
.sp_navi_area{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
.sp_navi{
    display: inline-block;
    font-size: 5vw;
    line-height: 2;
    padding: 0.7em 1em;
    color: black;
    text-decoration: none;
    font-family: "EB Garamond", serif;
}