/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+2:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/**
    font-family: "M PLUS 2", sans-serif;
    font-family: "Rubik", sans-serif;
 */

.red {
    color: red;
}

#page_homepage .ec-layoutRole {
    background-color: #0D0D0D;
}

body {
    font-family: "M PLUS 2", sans-serif;
}

.sp {
    display: none;
}

.separator {
    height: 100px;
}

.separator_80 {
    height: 80px;
}

.separator_50 {
    height: 50px;
}

.separator_30 {
    height: 30px;
}

.separator_20 {
    height: 20px;
}

.ec-headerRole {
    padding-left: 0;
    justify-content: flex-start;
}

.header-sub-block {
    padding-left: 20px;
    padding-right: 20px;
}

.header-sub-block-inner {
    max-width: 1080px;
    margin: auto;
}

.main-title {
    font-family: "M PLUS 2", sans-serif;
    color: #FFF;
    font-size: 10px;
    padding: 3px 0;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
    background-color: #111;
}

.ec-alert-warning {
    background: burlywood;
}

.ec-blockTopBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.8;
    background-color: #9da3a9;
}
.ec-blockTopBtn svg {
    fill: #FFF;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.ec-blockBtn--action,
.ec-blockBtn--cancel {
    border-radius: 6px;
}

.ec-blockBtn--action,
.ec-inlineBtn--action {
    color: #fff;
    /*background-color: #071122;*/
    /*border-color: #071122;*/
    background-color: #ff333f;
    border-color: #ff333f;
}

.ec-blockBtn--action:hover,
.ec-inlineBtn--action:hover {
    color: #fff;
    /*background-color: #333;*/
    /*border-color: #333;*/
    background-color: #d12832;
    border-color: #d12832;
}

.login-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/header/open-account-login.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.shopping-cart {
    display: inline-block;
    width: 22px;
    height: 26px;
    background-image: url(../img/header/shopping-cart-black.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.ec-layoutRole__header {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    z-index: 99;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 105px;
    clear: both;
    margin-top: 0;
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 5%);*/
}

.ec-layoutRole__header:has(>.black-headerNaviRole) {
    background-color: #07112299;
}

.ec-cartNavi .ec-cartNavi__badge {
    background-color: #FF0000;
    left: -13px;
    top: -7px;
    font-style: normal;
    text-align: center;
}

.ec-layoutRole {
    overflow-x: hidden;
}

.ec-headerNaviRole {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ec-headerNaviRole img {
    height: 70px;
    object-fit: contain;
    max-width: 100%;
    width: auto;
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #FFF;
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #FFF;
}

.c-headerBar_left_logo h1 {
    margin-top: -8px;
}

.ec-cartNavi .ec-cartNavi__price {
    margin-bottom: 6px;
}

.ec-categoryNaviRole {
    background-color: rgba(0, 0, 0, 0.3);
    max-width: none;
    margin-top: -3px;
}

.black_navi {
    background-color: #07112299;
}

.ec-itemNav {
    text-align: left;
    max-width: 1080px;
    margin: auto;
}

.ec-itemNav__nav > li > a {
    padding: 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    background: none;
    color: #FFF;
}

.ec-itemNav__nav > li:hover > a {
    background: #071122;
}

.black_navi_item > li:hover > a {
    background: #333;
}

.ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #E8E8E8;
    padding: 8px 8px 8px 10px;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-align: left;
    background: #071122;
    opacity: 0.8;
}

.ec-pageHeader h1 {
    font-size: 24px;
    color: #333;
    border: none;
}

.top_hero {
    position: relative;
    width: 100vw;
    height: 85vh;
    min-height: 400px;
    /* padding: 80px 0 0 0; */
    background: #000;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    /*background-image: url(../img/common/main-img.png);*/
    background-size: cover;
    background-position: center;
}

.top_hero_splide {
    position: relative;
    width: 100vw;
    height: 85vh;
    min-height: 400px;
}

.top_hero_wrapper {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%,-5%);
    width: 100%;
    max-width: 1080px;
    padding: 36px;
}

.top_hero_p1 {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-left: 4px;
}

.top_hero_p2 {
    /*font-family: 'Nunito Sans', sans-serif;*/
    /*font-weight: 900;*/
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 6px;
}

.top_hero_p3 {
    font-family: 'Nunito Sans', sans-serif;
    color: #FFF;
    font-weight: bold;
    padding-left: 3px;
}

.top_hero_sns {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #000;
    padding: 8px;
}

.top_hero_sns_follow {
    display: block;
    width: 20px;
}

.top_hero_sns_ic {
    width: 16px;
    display: block;
    margin: 10px auto;
}

.splide__slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.main__top_slide img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.section_logo_slider_block {
    background-color: #212121;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.s-logo-img {
    padding: 6px 0;
}

.s-logo-img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.section_main_slider_block {
    margin: 34px 0;
    padding: 0 20px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.topic_slide {
    border-radius: 8px;
}

.section_main_item {
    margin: 60px 60px;
}

.section_main_item_grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}

.section_main_item_grid_row {
    position: relative;
    max-width: 510px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    /*background-color: #F0F1F0;*/
}

.section_main_item_grid_row a {
    display: block;
}

.g_1 {
    grid-area: 1 / 1 / 3 / 3;
    height: 510px;
}

.g_2 {
    grid-area: 1 / 3 / 2 / 4;
    height: 240px;
}

.g_3 {
    grid-area: 1 / 4 / 2 / 5;
    height: 240px;
}

.g_4 {
    grid-area: 2 / 3 / 3 / 5;
    height: 240px;
}

.g_5 {
    grid-area: 3 / 1 / 4 / 3;
    height: 240px;
}

.g_6 {
    grid-area: 3 / 3 / 4 / 5;
    height: 240px;
}

.g_1 img {
    max-height: 510px;
    height: 510px;
    object-fit: cover;
    filter: brightness(0.9);
}

.g_2 img,
.g_3 img,
.g_4 img,.g_5 img,.g_6 img {
    max-height: 242px;
    height: 242px;
    object-fit: cover;
    filter: brightness(0.9);
}

.main_item_main_flex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
}

.main_item_main_p {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.main_item_sub_p {
    font-weight: 500;
}

.main_item_img {
    width: 100%;
    border-radius: 6px;
}


.section_button_wrapper {
    padding: 40px 40px;
    margin: auto;
}

.common_link_btn_black {
    display: block;
    width: 100%;
    /* height: 60px; */
    box-sizing: border-box;
    color: #071122;
    font-weight: bold;
    /*background: #071122;*/
    border: 1px solid;
    border-color: #071122;
    padding: 20px 25px 20px 30px;
    text-align: center;
    margin: auto;
    border-radius: 6px;
    font-size: 13px;
}

.common_link_btn_black:hover {
    color: #071122;
    border-color: #999;
}

.common_btn_black {
    display: block;
    width: 200px;
    /* height: 60px; */
    box-sizing: border-box;
    color: #FFF;
    font-weight: bold;
    background: #000;
    padding: 15px 25px 15px 30px;
    text-align: center;
    margin: auto;
    border-radius: 30px;
}

.common_btn_black:hover {
    color: #FFF;
    background: #525263;
}

.common_btn_black img{
    width: 20px;
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: -5px;
}

.common_btn_white {
    display: block;
    width: 200px;
    /* height: 60px; */
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    background: #FFF;
    padding: 15px 25px 15px 30px;
    text-align: center;
    margin: auto;
    border-radius: 30px;
}

.common_btn_white:hover {
    color: #000;
    background: #dbdbdb;
}

.common_btn_white img {
    width: 12px;
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: -1px;
}


.a-zoom-hover {
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.a-zoom-hover img {
    transition: transform .6s ease;
}

.a-zoom-hover:hover {
    border: 3px #FFF solid;
    border-radius: 8px;
}

.a-zoom-hover:hover img {
    transform: scale(1.1); /* 拡大 */
    border-radius: 8px;
}

.section_title {
    text-align: left;
}

.section_title h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    color: #FFF;
    margin: 0;
}

.section_title p {
    color: #FFF;
}

.section_main_new_item_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    padding: 20px 0px;
}

.section_main_new_item_grid__listItem a {
    display: block;
    color: #FFF;
}

.section_main_new_item_grid__listItem img {
    width: 100%;
    border-radius: 8px;
}

.section_main_new_item_grid__listItemTitle {
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
}

.section_main_new_item_grid__listItemPrice {
    font-weight: 500;
    font-size: 16px;
}

.ec-section_main_news_sc {
    width: 100vw;
    padding-right: 300px;
    overflow-x: auto;
    white-space: nowrap;
    margin: 24px 0px;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
}

.ec-section_main_news_sc::-webkit-scrollbar {
    background: #000;
}
.ec-section_main_news_sc::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border: 2px solid #A0A0A0;
}
.ec-section_main_news_sc::-webkit-scrollbar-thumb:hover {
    background-color: #A0A0A0;
}

.ec-section_main__newsItem {
    display: inline-block;
    width: 320px;
    /* height: 400px; */
    margin: 8px;
    font-size: 16px;
    color: #fff;
}

.main____newsColumn a {
    color: #FFF;
}

.main__newsImage {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.main__newsTitle {
    margin-top: 16px;
    font-weight: 500;
}

.main__newsDate {
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 500;
}

.plugin_news_thumbnail {
    width: 100%;
    /*max-height: 200px;*/
    max-width: 480px !important;
    object-fit: cover;
    margin-bottom: 16px;
}

.section_main_full_about {
    position: relative;
    width: 100vw;
    /*height: 85vh;*/
    min-height: 400px;
    /* padding: 80px 0 0 0; */
    background: #000;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    /*background-image: url(../img/common/about.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    clip: rect(auto, auto, auto, auto);
}

.about_thumbnail {
    width: 100%;
    min-height: 600px;
    max-height: 600px;
    object-fit: cover;
}

.section_main_full_about_block {
    color: #FFF;
    width: 100%;
    max-width: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 26px;
    margin: auto;
}

.about_block_h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.about_block_h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
}

.about_block_body {
    font-size: 16px;
    line-height: 1.5;
    max-width: 470px;
}

.more_btn_block {
    object-fit: contain;
    width: 80px;
    margin-top: 20px;
}

.section_main_shop {
    padding: 16px 0;
}

.section_main_shop_img {
    width: 100%;
    border-radius: 10px;
}

.section_main__shop_block {
    color: #FFF;
}

.section_main__shop_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 16px 0;
}

.section_main__shop_title h3 {
     margin: 0;
}

.section_main__shop_title span {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

.section_main__shop_row {
    margin: 12px 0;
}

.section_main__shop_block_p a {
    color: #FFF;
}

.tel_s {
    color: #FFF !important;
}

.marker {
    font-size: 11px;
    color: #FFF;
    background-color: #444444;
    padding: 4px 8px;
    border-radius: 4px;
}

.m-address {
    padding: 4px 19px;
}

.section_main__shop_title a {
    color: #FFF;
}

.section_main_full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.section_main_guide {
    margin: auto;
    max-width: 1040px;
    padding: 0 26px;
    padding-bottom: 40px;
}

.section_main_guide_grid {
    margin: 0;
    margin-top: 24px;
    padding: 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
}

a.btn-white {
    position: relative;
    padding: 1em;
    margin: 5px 0;
    display: block;
    color: #000;
    background: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:16px;
    border-radius: 30px;
    text-align:center;
    text-decoration:none !important;
}

a.btn-white:after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/arrow_ic_black.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.btn-white:hover {
    background: #e3e3e3;
    color: #000;
}

.ec-calendar__month {
    width: 46%;
}

.ec-calendar .ec-calendar__today::before {
    background: darkgrey;
}

.ec-calendar .ec-calendar__holiday {
    background: antiquewhite;
    color: #DE5D50 !important;
}

.ec-calendar .ec-calendar__title {
    font-family: 'Nunito Sans', sans-serif;
}

.ec-calendar .ec-calendar__day {
    font-family: 'Nunito Sans', sans-serif;
}

.s_txt {
    font-size: 13px;
    margin-left: 3px;
    color: #FFF;
}

.ec-calendar__title {
    color: #FFF;
}

.footer_wrapper {
    padding: 8px 16px;
}

.footer_cus {
    border-radius: 8px;
}

.footer__sitemap_wrapper {
    padding: 32px 0 16px;
}

.footer__sitemap {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__sitemap > li {
    margin: 2px 6px;
}

.footer__sitemap > li > a {
    font-family: 'Nunito Sans', sans-serif;
    color: #FFF;
    font-weight: 900;
}

.footer__sitemap > li > a:hover {
    color: #FFF;
}

.footer_logo {
    object-fit: contain;
    width: 100px !important;
}

.sns_btn {
    width: 10rem;
    height: 3rem;
    background-color: white;
    border-radius: 2rem;
    margin: 0 auto 16px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sns_btn_p {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0.5rem 0 0;
    margin: 0;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.footer_sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer_sns_list_ic_a {
    font-size: unset !important;
}

.footer_sns_list_ic {
    width: 17px !important;
    height: 17px !important;
    object-fit: contain;
    margin: 4px 2px;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 9px;
}

/* guide */
.section_guide_guide {
    margin: auto;
    max-width: 1150px;
}

.section_main_guide_grid_guide {
    margin: 0;
    padding: 0px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
}

a.btn-white {
    position: relative;
    padding: 1em;
    margin: 5px 0;
    display: block;
    color: #000;
    background: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
}

a.btn-white:after {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/arrow_ic_black.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.no-ic:after {
    display: none;
}

a.btn-white:hover {
    background: #e3e3e3;
    color: #000;
}

a.no-ic:after {
    display: none;
}

a.btn-white:hover {
    background: #e3e3e3;
    color: #000;
}

.border-c {
    border: 2px solid #eee;
}

a.btn-white:hover::after {
    /*background: url(../img/common/arrow_ic_white.png) no-repeat;*/
}

.guide__ttl01 {
    font-size: 20px;
    margin-bottom: 33px;
    font-weight: 700;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border: 2px solid #000;
    color: #333;
}
.guide__ttl01:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #000;
}
.guide__ttl01 span {
    font-size: 3rem;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 0;
    display: block;
    padding-top: 0px;
    padding-left: 16px;
    color: #fff;
}

.guide__sec01 {
    color: #071122;
}

.guide__cnt01 {
    padding: 24px 0;
}

.help-page {
    color: #333;
    font-size: 14px;
}

.guide__cnt01__txt {
    font-size: 13px;
}

.tableStyle02 {
    width: 100%;
    font-size: 13px;
}

.tableStyle02 td, .tableStyle02 th {
    padding: 6px 6px 6px 10px;
    border: solid 1px #eee;
    vertical-align: middle;
    text-align: left;
}

.tableStyle02 th {
    background-color: #eee;
}

.card-fig {
    max-width: 300px;
}

.daibiki-fig {
    max-width: 300px;
}
/* guide */

/* shopping */
.pp_payment_block {
    margin-bottom: 8px;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.pp_payment_img {
    max-width: 480px !important;
}

.pp_payment_contents {
    font-size: 13px;
    line-height: 1.2;
    background: #fffbd6;
    padding: 6px 12px;
    color: #000;
}

.recommend_title {
    border-bottom: solid 3px #EAEAEA;
    position: relative;
    margin-bottom: 32px;
    color: #071121;
}

.recommend_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #071121;
    bottom: -3px;
    width: 20%;
}

.recommend_title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 16px;
}

p.ec-maker {
    font-size: 12px;
}
/* shopping */

/*news*/
.plugin_news_list_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
}

.plugin_news_list {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.plugin_news_list > a > h2 {
    color: #7D7D7D;
    font-weight: bold;
    font-size: 16px;
}

.plugin_news_date {
    float: left;
    font-family: "Rubik", sans-serif;
    color: #333;
}
/*news*/

/*login*/
.login-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/header/open-account-login.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.login_header {
    padding: 16px 0;
    text-align: center;
}

.login_header h1 {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
}

.ec-login {
    border: 1px solid #ccc;
    background-color: #FFF;
    border-radius: 8px;
}

.ec-blockBtn--cancel-add {
    background-color: #071122;
    border-color: #071122;
    border-radius: 6px;
}

.ec-login__link_margin {
    margin-top: 20px !important;
}

.ec-login {
    padding: 30px 8% 20px;
}
/*login*/


/*product*/
.red_txt_color {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    color: #ff333f;
}

.black_txt_color {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: bold;
    color: #333333;
}

.product__cat_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    padding: 6px 20px;
}

.product__cat_grid_row {
    width: 100%;
}

.product__cat_grid_row > a {
    display: block;
}

.product__cat_grid_row_flex {
    display: flex;
    width: 100%;
    background: #eee;
}

.product__cat_grid_row_flex:hover {
    background: #ccc;
}

.product__cat_grid_row_flex > i {
    margin: auto;
    margin-right: 12px;
    color: #111;
}

.product__cat_grid_row_img {
    width: 80px;
}

.product__cat_grid_row_p {
    margin: auto;
    margin-left: 16px;
    color: #111;
    font-weight: 500;
}

.ec-blockBtn--add-cart-add {
    background-color: #ff333f;
    border-color: #ff333f;
    border-radius: 6px;
}

.ec-blockBtn--add-cart-add:hover {
    background-color: #d12832;
    border-color: #d12832;
}

.ec-productRole .ec-productRole__price {
    /*color: #ff333f;*/
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: bold;
    color: #333333;
}

.product__item_p {
    font-weight: 500;
    color: #333;
    margin: 9px 0;
    margin-bottom: 4px;
}

.product__item_p_name {
    font-size: 14px;
    margin: 5px 0px;
}

.product__item_dl {
    margin-bottom: 0;
}

.product__item_dd {
    margin-bottom: 3px;
}

.fontw-700 {
    font-weight: 700;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    border-radius: 6px;
}

.price01-default,
.price02-default {
    font-family: 'Nunito Sans', sans-serif;
}

.ec-headingTitle {
    font-weight: bold;
    color: #333;
}

.ec-rectHeading h4 {
    font-size: 14px;
}

#product_review_area .recommend_average {

}

.review_btn {
    border-radius: 6px;
}

.not_review {
    margin: 12px 0;
}

.ec-sliderItemRole {
    padding: 0px 0px;
}

.stepper_num {
    display: flex;
}

#label-number-of-unit {
    margin-bottom: 6px;
}

/* WebKit ブラウザで、input type="number" のスピンボタンを非表示にする。 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    height: 44px;
}

.in_num {
    border: 1px solid #eee !important;;
    border-radius: 0 !important;
}

/*ボタンのサイズを 44 × 44 CSS ピクセルにする。*/
button.btn-number {
    width: 44px;
    height: 44px;
    border: 1px #eee solid;
}

/* ステッパーコンポーネントの横幅を指定する。 */
div.input-group {
    width: 160px;
}

.item_code_ps {
    color: #222;
    font-size: 10px;
    margin-bottom: 8px;
}

.slick-next {
    right: 13px;
    z-index: 2;
    /*color: #000;*/
    /*background: #FFF;*/
}

.slick-prev {
    left: 5px;
    z-index: 2;
    /*color: #000;*/
    /*background: #FFF;*/
}

.slick-prev:before, .slick-next:before {
    color: #000;
    background: #FFF;
    padding: 4px;
}

.slick-dots li button:before {
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
}

.l-pankz ul {
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    display: flex;
    font-size: 10px !important;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 12px !important;
    display: inline-block !important;
}

.l-pankz ul li {
    margin-right: 0.3em;
    word-break: keep-all;
    list-style: none;
    display: inline !important;
}

.qr-i-block {
    display: flex;
}

#qr-i {
    width: 50px;
}

.qr-i-p {
    font-size: 12px;
    color: #333333;
    margin-left: 6px;
    margin-top: auto;
    margin-bottom: auto;
}

.ec-productRole .ec-productRole__code {
    font-size: 12px;
}

.ec-productRole .ec-productRole__category {
    font-size: 12px;
}

.ec-productRole .ec-productRole__tags {
    font-size: 12px;
}

.ec-productRole__tags_custom {
    font-size: 12px;
    padding: 0;
}

.top_tags_margin {
    margin: 0;
    margin-top: 12px;
}

.tags_custom_margin {
    margin: 6px 0px;
}

.ec-productRole__tags_custom .ec-productRole__tag {
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;
    font-weight: 500;
    color: #000;
    border: solid 1px #F5F5F5;
    border-radius: 3px;
    background-color: #F5F5F5;
}

.ec-productRole__description {
    font-size: 14px;
}

.ec-productRole__description td:first-child {
    background-color: #eee;
    width: 36%;
}
/*product*/

.out__banner_wrapper {
    max-width: 1130px;
    margin: auto;
}

.out__banner_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    padding: 6px 20px;
    margin: 20px 0;
}

.out__banner_grid_row {
    margin: auto;
}

.out__banner_grid_row a {
    display: block;
    color: #333333;
}

.out__banner_grid_row a:hover {
    opacity: 0.7;
    color: #333333;
}

.out__banner_grid_row p {
    font-size: 12px;
    margin-top: 4px;
}

.out__banner_grid_row img {
    width: 100%;
    max-width: 240px;
    /*width: 160px;*/
    object-fit: contain;
}

.layout_search_block {
    max-width: 380px;
    padding-left: 24px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    text-align: center;
}
/*product*/

/* story */
.origin-story-header {
    position: relative;
}

.origin-story-header img {
    /*height: 600px;*/
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.origin-story-header h1 {
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.origin-story-header h1 span {
    font-size: 1.0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.origin-story-block {

}

.story-block-p1 {
    color: #111;
    margin: 60px 0;
    text-align: center;
    line-height: 1.6;
}

.story-block-h3 {
    color: #000;
    text-align: center;
}

.story-block-brand {
    max-width: 480px;
    margin: 60px auto;
}

.brand_color {
    color: #000;
}

/* story */



@media screen and (min-width: 768px) {
    .ec-login .ec-login__link {
        margin-left: 0px;
    }

    .ec-borderedDefs dd {
        line-height: 2;
    }

    .ec-itemNav__nav li ul li ul:before {
        top: 11px;
    }

}


@media screen and (max-width: 767px) {
    /* スクリーンサイズが767px以下の場合に適用 */

    /*login*/
    .ec-login {
        padding: 20px 8% 50px;
    }
    /*login*/

    .ec-borderedDefs dd {
        line-height: 1.5;
        font-size: 14px;
        color: #333;
    }

    .ec-pageHeader h1 {
        font-size: 16px;
        color: #333;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .sp__none {
        display: none !important;
    }

    .sp__label {
        display: block !important;
        font-size: 9px !important;
        margin-right: 0 !important;
        margin-top: -6px !important;
    }

    .top_hero_sns {
        right: 0px;
    }

    .header-sub-block {
        padding-left: 9px;
        padding-right: 9px;
    }

    .ec-headerNavSP {
        top: 33px;
        border-radius: 0;
        width: 55px;
        height: 55px;
    }

    .ec-headerNaviRole img {
        height: 60px;
        width: auto;
        max-width: initial;
        margin-top: 6px;
        margin-left: 55px;
    }

    .shopping-cart {
        background-image: url(../img/header/shopping-cart.png);
    }

    .section_main_slider_block {
        padding: 0;
    }

    .top_hero_wrapper {
        padding: 36px 12px;
    }

    .top_hero_p2{
        font-size: 48px;
    }

    .section_main_item_grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: inherit;
    }

    .section_main_item {
        margin: 60px 20px;
    }

    .g_1 {
        grid-area: inherit;
        height: auto;
    }

    .g_2 {
        grid-area: inherit;
        height: auto;
    }

    .g_3 {
        grid-area: inherit;
        height: auto;
    }

    .g_4 {
        grid-area: inherit;
        height: auto;
    }

    .g_5 {
        grid-area: inherit;
        height: auto;
    }

    .g_6 {
        grid-area: inherit;
        height: auto;
    }

    .g_1 img, .g_2 img, .g_3 img, .g_4 img, .g_5 img, .g_6 img {
        height: 100%;
        max-height: 100%;
    }

    .section_main_new_item_grid {
        grid-template-columns: 1fr 1fr;
    }

    .about_block_h3 {
        font-size: 26px;
    }

    .about_block_body {
        font-size: 14px;
    }

    .about_thumbnail {
        min-height: 620px;
    }

    .section_main__shop_block_p {
        font-size: 11px;
        color: #FFF;
    }

    .section_main__shop_title h3 {
        font-size: 1rem;
    }

    .section_main__shop_title a {
        font-size: 0.7rem;
    }

    a.btn-white {
        font-size: 11px;
    }

    .section_main_guide {
        padding: 0 16px;
    }

    .ec-calendar__month {
        width: 100%;
    }

    /*product*/
    .ec-sliderItemRole {
        margin-top: -15px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .product__cat_grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-bottom: 14px;
        padding: 6px 12px;
    }

    .product__cat_grid_row_p {
        font-size: 13px;
    }

    .product__cat_grid_row_img {
        width: 44px;
    }

    .l-pankz ul {
        margin-top: -15px !important;
        margin-bottom: 10px !important;
    }

    .layout_search_block {
        max-width: 380px;
        padding: 8px;
        padding-bottom: 24px;
        margin: auto;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        text-align: left;
    }
    /*product*/

    .story-block-p1 {
        text-align: left;
    }

}

@media screen and (max-width: 410px) {
    /* スクリーンサイズが410px以下の場合に適用 */
    .main_item_main_p {
        font-size: 1.0rem;
    }

    .main_item_sub_p {
        font-size: 0.7rem;
    }

}