﻿ /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    /* cursor: pointer; */
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #4E4E4E;
    font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
    /* font-family: a-otf-gothic-mb101-pr6n, sans-serif; */
    /* font-weight: 700; */
    font-style: normal;
    letter-spacing: 0.08em;
}

p {
    word-wrap: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 30px;
    letter-spacing: 0.08em;
}

a {
    color: #4E4E4E;
}

a, a:hover {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

.source-hans-jp-bold {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.source-hans-jp-heavy {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.source-hans-jp-medium {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.source-hans-jp-nomal {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.source-hans-jp-regular {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.source-hans-serif-jp-bold {
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.source-hans-serif-jp-heavy {
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.source-hans-serif-jp-semibold {
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.source-hans-serif-jp-medium {
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.source-hans-serif-jp-regular {
    font-family: source-han-serif-japanese, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 1;
    display: block;
}

.container.flex {
    display: flex;
}

.container.w-1000 {
    max-width: 1000px;
}

.container.w-800 {
    max-width: 800px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 65%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-center {
    text-align: center;
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.header {
    position: fixed;
    z-index: 1000;
    padding: 0 3% 0;
    top: 0;
    width: 100%;
    background: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    /* box-shadow: 0px 3px 8px 0px #d3d3d3; */
    /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); */
}

.header.fix {
    /* padding: 0px 0 0 3%; */
    box-shadow: 0px 3px 8px 0px #d3d3d3;
    padding: 0 3% 0;
}

header .top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}

.header-logo {
    width: 33%;
    width: 180px;
    display: flex;
    /* justify-content:center; */
    align-items: center;
    margin-right: auto;
    text-align: left;
}

.header-logo.lower-logo {
    width: 60px;
}

.header-logo a {
    display: block;
    width: 100%;
}

header .header-menu {
    width: 730px;
    width: calc(100% - 330px);
    /* min-width: 300px; */
    /* max-width: 400px; */
    position: relative;
    padding: 0 0 0;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.g-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    justify-content: flex-end;
}

.g-nav li {
    /* width: 24%; */
    /* text-align: right; */
    margin: 0 2%;
}

.g-nav li:last-child {
    /* width: 30%; */
    border-left: 1px solid #D6D6D6;
    padding-left: 2%;
    margin: 0 0 0 0;
}

.g-nav a {
    font-size: 16px;
    font-weight: 600;
}

.g-nav .active_line {
    position: relative;
}

.g-nav .active_line::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #da473a;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.header-sns {
    /* width: 290px;SNS有りの時 */
    width: 100px;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    margin: 0 0 0 40px;
}

.header-sns ul {
    margin: 0 auto;
    justify-content: flex-end;
}

.header-sns li {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
}

.header-sns a {
}

.header-sns p {
    margin: 0;
    font-size: 12px;
    /* text-decoration: underline; */
    font-weight: 600;
}

.header-sns a:hover p {
    text-decoration: none;
}

.header-sns img {
    width: 24px;
}

.header-sys-btns {
    width: 80px;
}

.header-sys-btns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-sys-btns li {
    width: calc(100% / 2);
    /* background: #af9d7b; */
}

.header-sys-btns li:nth-child(2n) {
    /* background: #211715; */
}

.header-sys-btns li.sp-btn {
    display: none;
}

.header-sys-btns li p {
    color: #FFF;
    margin: 0;
    font-size: 12px;
}

.header-sys-btns li span {
    font-size: 10px;
    line-height: 0.9;
    display: block;
    background: #da473a;
    color: #fff;
    margin: 0;
    /* padding: 4px 7px; */
    border-radius: 33px;
    /* border: 2px solid #FFF; */
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    right: -10px;
}

.sys-btn {
    position: relative;
}

.header-sys-btns li a {
    color: #4E4E4E;
    width: 100%;
    height: 100%;
    display: block;
    padding: 23px 10px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.header-sys-btns li img {
    max-width: 24px;
    width: 100%;
    height: auto;
}

.header-entry {
}

.header-entry a {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-login {
}

.header-login a {
}

.header-login img {
}

.header-login p {
}

.header-mypage {
}

.header-mypage a:before {
    display: none;
}

.header-mypage a {
}

.header-mypage img {
}

.header-mypage p {
}

.header-cart {
}

.header-cart a {
}

.header-cart img {
}

.header-cart p {
}

.header-cart span.cart-badge.cart-count {
}

.lower-contents {
    margin: 90px 0 0;
}

.entry-title {
    padding: 70px 3% 0px;
}

.entry-title span.page_id {
    font-size: 30px;
    font-family: "Manrope";
    font-weight: 800;
}

.entry-title h1 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 27px;
    position: relative;
}

.entry-title h1::before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: #da473a;
    position: absolute;
    top : 0;
    margin: auto;
    left: 0;
    border-radius: 10px;
    bottom: 0;
}

.lower-section {
    padding: 0 3%;
    margin: 30px 0 74px;
}

.side-float {
    position: fixed;
    top: 140px;
    right: 0;
    /* width: 30px; */
    z-index: 999;
}

.side-float ul {
}

.side-float li {
    margin: 0 0 20px;
}

.side-float a {
    display: block;
    background: #da473a;
    padding: 10px 12px 10px 14px;
    border-radius: 30px 0 0 30px;
}

.side-float img {
    width: 22px;
}

.breadcrumbs {
    padding: 20px 3%;
}

.breadcrumbs .container {
    text-align: right;
    font-weight: 400;
}

.breadcrumbs .container span {
    font-size: 12px;
    color: #7C7C7C;
}

.breadcrumbs .container span a.home {
}

.breadcrumbs .container span span {
}

.site-footer {
    background: #F5F2EB;
    padding: 60px 3% 40px;
}

.site-footer .container {
    max-width: 1200px;
}

.site-footer__contents {
    margin: 0 0 20px;
    display: flex;
    justify-content: flex-end;
}

.footer-logo {
    margin-right: auto;
}

.footer-logo a {
    display: block;
}

.footer-logo img {
    width: 150px;
}

.footer-list {
    padding: 1px 50px 0 0;
}

.footer-list ul {
}

.footer-list li {
    margin: 0 0 7px;
}

.footer-list li a {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
}

.footer-list li a::before {
    content: " ";
    display: block;
    background: #4e4e4e;
    height: calc(10px / 2 * tan(60deg));
    width: 10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top : 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
}

.footer-contact {
}

.footer-contact p {
    margin: 0 0 5px;
}

.footer-contact p a {
    text-decoration: underline;
    font-weight: 500;
}

.footer-contact p.footer-contact__tel {
    font-family: "Manrope";
    letter-spacing: 0.08em;
    font-size: 20px;
    padding: 0 0 0 28px;
    position: relative;
    margin: 10px 0 0;
    font-weight: bold;
}

.footer-contact p.footer-contact__tel::before {
    content: " ";
    display: block;
    width: 20px;
    height: 27px;
    background: url(../image/tel.svg) no-repeat top left;
    background-size: contain;
    position: absolute;
    top : 0;
    margin: auto;
    bottom: 0;
    left: 0;
}

.footer-contact p.footer-contact__tel a {
    text-decoration: none;
    color: #4E4E4E;
}

.site-footer .copyright {
    text-align: right;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-family: "Manrope";
}

.btn-01 {
    display: block;
    margin: 40px 0;
    padding: 15px 60px 15px 34px;
    border: 1px solid #4E4E4E;
    position: relative;
    border-radius: 40px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.btn-01::after {
    content: " ";
    display: block;
    background: #da473a;
    height: calc(10px / 2 * tan(60deg));
    width: 10px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top : 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transform: rotate(90deg);
}

.entry-contents h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0px 0 0 30px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.entry-contents h2::before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background: #da473a;
    position: absolute;
    top: 4px;
    margin: 0 auto;
    border-radius: 20px;
    left: 0;
}

.entry-contents h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 20px;
    line-height: 1.4;
    padding: 0;
}

.entry-contents h4 {
    margin: 0 0 20px;
    font-size: 18px;
}

.entry-contents h5 {
}

.entry-contents p {
    font-size: 14px;
    line-height: 1.8;
}

.entry-contents ul {
    margin: 20px 0 40px;
}

.entry-contents ul li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 5px;
    position: relative;
    /* padding: 0 0 0 20px; */
}

.entry-contents ul ul {
    margin: 10px 0 10px;
}

.entry-contents ul ul li {
}

.entry-contents ul ul li::before {
    height: 1px;
    top: 13px;
}

.entry-contents .table {
}

.entry-contents .table table {
    width: 100%;
}

.entry-contents .table th,.entry-contents .table td {
    text-align: left;
    border: 1px solid #ddd;
    padding: 20px;
    vertical-align: middle;
    font-size: 16px;
}

.entry-contents .table th {
    background: #e9e9e9;
    text-align: center;
    font-weight: bold;
}

p.guide-section__tel {
    font-size: 30px;
    letter-spacing: 0.08em;
    font-family: "Manrope";
    font-weight: 400;
    margin: 0;
}

p.guide-section__tel a {
    color: #4E4E4E;
    text-decoration: none;
}

.sp-wrapbox {
    width: 100%;
    padding: 30px 0 30px;
    height: calc(100vh - 60px);
    max-width: 820px;
    margin: 0 auto;
}

.sp-wrapbox .wrapper {
}

.sp-wrapbox .wrapper .apple-link {
    max-width: 300px;
    width: 100%;
    height: 55px;
    background-color: #db493c;
    border-radius: 50vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.sp-wrapbox .wrapper .apple-link img {
}

.sp-wrapbox .wrapper .sp-itemlist01 {
}

.sp-wrapbox .wrapper .sp-itemlist01 li {
    padding: 10px 0;
    border-bottom: 1px solid #00000046;
}

.sp-wrapbox .wrapper .sp-itemlist01 a {
    text-align: left;
    display: block;
    font-weight: bold;
}

.sp-wrapbox .wrapper .sp-itemlist02 {
    margin: 10px 0 0;
}

.sp-wrapbox .wrapper .sp-itemlist02 li {
    padding: 8px 0;
}

.sp-wrapbox .wrapper .sp-itemlist02 a {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 16px;
}

.sp-wrapbox .wrapper .sp-itemlist02 a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 10px solid #000;
    display: block;
    border-left: 10px solid #4e4e4e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sp-wrapbox .wrapper .link-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sp-wrapbox .wrapper .link-box .tel {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #db493c;
}

.sp-wrapbox .wrapper .link-box .tel img {
    width: 18px;
}

.sp-wrapbox .wrapper .link-box .insta {
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #db493c;
    border-radius: 50vw;
}

.sp-wrapbox .wrapper .link-box .insta img {
    width: 26px;
}

.contents-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 90px 0 0;
    align-items: stretch;
}

.contents-wrap .side {
    width: 280px;
    background: #F5F2EB;
    border-radius: 0px 50px 0px 0px;
    position: relative;
    /* padding: 30px; */
    padding: 30px 30px;
}

.contents-wrap .side::before,.contents-wrap .side::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: -50px;
}

.contents-wrap .side::before {
    background: #f7f4ed;
}

.contents-wrap .side::after {
    background: #fff;
    border-radius: 0px 0px 0px 50px;
}

.contents-wrap #g-nav {
    /* position: fixed; */
    /* background: #f7f4ed; */
    border-radius: 0px 50px 0px 0px;
    /* padding: 30px; */
    left: 0;
    width: 100%;
    /* top: 90px; */
    /* height: calc(100vh - 90px); */
    display: block;
}

#g-nav-list {
}

.side-section {
}

.side-section .side-section__title {
    color: #da473a;
    font-size: 20px;
    margin: 0 0 16px;
}

.side-section .side-section__title span.icon-ringo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../image/apple_red.svg);
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.side-section .side-category-list {
}

.side-section .side-category-list .side-category-item {
    margin: 0;
    border-bottom: 1px solid #FcFcFc;
}

.side-section .side-category-list .side-category-item a {
    padding: 15px 0 13px;
}

.side-section .side-category-list .side-category-item p.accordion {
    color: #333333;
    background: none;
    padding: 0 6px;
    margin: 4px 0 20px;
    position: relative;
    width: 100%;
}

.side-section .side-category-list .side-category-item p.accordion::before {
    background-color: #333333;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}

.side-section .side-category-list .side-category-item p.accordion::after {
    background-color: #333333;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}

.side-section .side-category-child-item.close {
}

.side-section .side-category-child-item.close li {
}

.side-section .side-category-child-item.close li a.child-item {
}

.side-section .side-section__title span.icon-info {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../image/guide_red.svg);
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.side-section ul {
}

.side-section ul li {
    margin: 0 0 12px;
}

.side-section ul li a {
}

.side-section h3.side-section__title span.icon-cart {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../image/cart_red.svg);
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.sp-side-section {
}

.sp-side-section ul.sp-gnav {
}

.sp-side-section ul.sp-gnav li {
}

.sp-side-section ul.sp-gnav li a {
}

.side-section ul.side-contact {
}

.side-section ul.side-contact li {
}

.side-section ul.side-contact li a {
}

.contents-wrap .main-right {
    width: calc(100% - 320px);
    padding: 0 0 50px;
}

.main-right {
}

.top-mv {
    padding: 0 0 0 3%;
}

.bx-wrapper {
    border: none !important;
}

#M_slider {
}

#M_slider li.M_sliderFirstImage {
}

#M_slider li.M_sliderFirstImage img {
}

#M_slider li {
}

#M_slider li img {
    border-radius: 50px 0px 0px 50px;
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

.bx-pager.bx-default-pager {
    text-align: right !important;
    padding-left: 3%;
    padding-right: 3%;
}

.bx-pager.bx-default-pager .bx-pager-item {
}

.bx-pager.bx-default-pager .bx-pager-item .bx-pager-link {
    width: 80px;
    height: 6px;
    margin: 0 10px;
}

.bx-pager.bx-default-pager .bx-pager-item .bx-pager-link.active {
}

.top-section {
    padding: 40px 3% 40px;
}

.top-section .container {
}

.top-news {
}

.top-news .container {
}

.top-news .top-news__title {
    margin: 0 0 30px;
}

.top-news .top-news__title span {
    font-size: 30px;
    font-weight: bold;
}

.top-news .top-news__title h2 {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 22px;
}

.top-news .top-news__title h2::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background: #da473a;
    margin: auto;
    top: -1px;
    bottom: 0;
    border-radius: 30px;
}

.top-news .top-news__list {
}

.top-news .top-news__list ul {
}

.top-news .top-news__list li {
    border-top: 1px solid #9c9c9c;
}

.top-news .top-news__list li a.flex {
    justify-content: flex-start;
    padding: 16px 3% 14px;
}

.top-news .top-news__list li:last-child {
    border-bottom: 1px solid #9c9c9c;
}

.top-news .top-news__list li a.flex span {
    width: 120px;
}

.top-news .top-news__list li a.flex h3 {
    width: calc(100% - 120px);
}

.top-news .top-news__list a.btn-01.btn-white {
}

.top-category {
}

.top-category .container {
}

.top-category h2 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}

.top-category h2::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: #da473a;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 30px;
}

.top-category .category-header {
    display: flex;
    margin: 0 0 60px;
    align-items: center;
    background: #F5F2EB;
    border-radius: 0px 30px 30px 0px;
    flex-wrap: wrap;
}

.top-category .category-header .category-header__img {
    width: 50%;
}

.top-category .category-header .category-header__img img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.top-category .category-header .category-header__txt {
    width: 50%;
    padding: 30px;
}

.top-category .category-header .category-header__txt h3 {
    font-size: 30px;
    color: #da473a;
    margin: 0 0 20px;
}

.top-category .category-header .category-header__txt h4 {
}

.top-category .category-header .category-header__txt p {
}

.top-category .entryList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.top-category .entryList::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
}

.top-category .entryList::after {
    content: "";
    display: block;
    width: 31%;
}

.top-category .entryList .product-item {
    width: 31%;
    margin: 0 0 30px;
}

.top-category .entryList .product-item a {
    position: relative;
    display: block;
    background: #FCFCFC;
    padding: 100% 0 0;
}

.top-category .entryList .product-item a span.new {
    position: absolute;
    top: 25px;
    left: 0;
    width: 80px;
    background-color: #DA473A;
    display: block;
    border-top-right-radius: 50vw;
    border-bottom-right-radius: 50vw;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FCFCFC;
    padding: 5px 10px;
    z-index: 2;
}

.top-category .entryList .product-item a img {
    border-radius: 6px;
    border: 2px solid #E5DED2;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-category .entryList .product-item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.top-category .entryList .product-item p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

/* lower */
.main-right {
}

.section {
    padding: 40px 3% 40px;
}

.prdct-list {
}

.prdct-list .container {
}

.category-header__none {
    padding: 40px 40px 40px;
    background: #f5f2eb;
}

.category-header__none h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: left;
    color: #4e4e4e;
    margin: 0 0 10px;
}

.category-header__none p {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 30px;
    text-align: left;
    color: #4e4e4e;
    margin: 0;
}

.prdct-list .category-header__title {
}

.prdct-list .category-header__title h1 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}

.prdct-list .category-header__title h1::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: #da473a;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 30px;
}

.prdct-list .category-header {
    display: flex;
    margin: 0 0 60px;
    align-items: center;
    background: #F5F2EB;
    border-radius: 0px 30px 30px 0px;
    flex-wrap: wrap;
}

.prdct-list .category-header .category-header__img {
    width: 50%;
}

.prdct-list .category-header .category-header__img img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.prdct-list .category-header .category-header__txt {
    width: 50%;
    padding: 30px;
}

.prdct-list .category-header .category-header__txt h3 {
    font-size: 30px;
    color: #da473a;
    margin: 0 0 20px;
}

.prdct-list .category-header .category-header__txt h4 {
}

.prdct-list .category-header .category-header__txt p {
}

.prdct-list .list-head-sort {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.prdct-list .list-head-sort dt {
    font-weight: bold;
}

.prdct-list .list-head-sort dd {
    padding: 0 10px;
    border-right: 1px solid;
}

.prdct-list .list-head-sort a {
}

.prdct-list .item-list {
    justify-content: space-between;
}

.prdct-list .item-list::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
}

.prdct-list .item-list::after {
    content: "";
    display: block;
    width: 31%;
}

.prdct-list .item-list li {
    width: 31%;
    margin-right: 0;
}

.prdct-list .item-list li .item-icon {
    top: 0;
    right: 0;
    padding: 0;
}

.prdct-list .item-list li .item-list-image {
}

.prdct-list .item-list li .item-list-image a {
    display: block;
    background: #FCFCFC;
    padding: 100% 0 0;
    position: relative;
}

.prdct-list .item-list li .item-list-image a img {
    margin: 0;
    border-radius: 6px;
    border: 2px solid #E5DED2;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.prdct-list .item-list li .item-name {
    text-align: center;
    font-size: 16px;
    margin: 12px 0 2px;
    font-weight: bold;
}

.prdct-list .item-list li .item-name a {
}

.prdct-list .item-list li .price {
    text-align: center;
    font-size: 18px;
    margin: 0 0 8px;
}

.prdct-list .item-list li .price span {
    font-size: 12px;
}

.prdct-list .item-list li .item-list-cart {
}

.prdct-list .item-list li .item-icon .item-soldout {
    margin: 0;
    padding: 8px 20px 6px;
    background: #da473a;
}

.prdct-list .item-list li .item-list-cart .item-list-sold.item-list-btn {
}

.prdct-list div.pager {
    justify-content: flex-end;
}

.prdct-list div.pager ul.pagination {
    display: flex;
    justify-content: flex-end;
}

.prdct-list div.pager ul.pagination li {
    margin: 0 10px;
}

.prdct-list div.pager ul.pagination li a {
    width: 50px;
    height: 50px;
    border: 1px solid #4e4e4e;
    /* margin: 0 10px; */
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* font-family: "Manrope", sans-serif; */
    /* font-optical-sizing: auto; */
    font-style: normal;
    background: #FFF;
    color: #4e4e4e;
    line-height: 50px;
}

.prdct-list div.pager ul.pagination li.active span {
    width: 50px;
    height: 50px;
    border: 1px solid #4e4e4e;
    /* margin: 0 10px; */
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* font-family: "Manrope", sans-serif; */
    /* font-optical-sizing: auto; */
    font-style: normal;
    background: #4e4e4e;
    color: #FFF;
    line-height: 50px;
}

/* lower_product_single */
.prdct-detail {
    padding: 0 0 40px 0;
}

.prdct-detail .container {
    max-width: 100%;
}

.prdct-detail .detail {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0;
    margin: 0;
}

.prdct-detail .item-image {
    /* float: none; */
    width: 100% !important;
}

.prdct-detail .item-image .gallery {
    height: 70vh;
}

.prdct-detail .item-image .gallery li {
    height: 70vh;
}

.prdct-detail .item-image .gallery .main-image {
    margin: 0;
    width: auto;
    height: 70vh;
    width: 100%;
}

.slick-track:before, .slick-track:after {
    content: none !important;
}

.prdct-detail .item-image .gallery .main-image .item-image {
}

.prdct-detail .item-image .gallery .item-image {
    border-radius: 50px 0px 0px 50px;
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

.prdct-detail .item-image .choice-btn {
    display: flex;
    justify-content: flex-end;
    margin: 30px auto 60px;
    padding: 0 3%;
    width: 100%;
}

.prdct-detail .item-image .choice-btn .slick-track {
    justify-content: flex-end;
}

.prdct-detail .item-image .choice-btn .slick-track::before {
    content: none;
}

.prdct-detail .item-image .choice-btn .slick-track::after {
    content: none;
}

.prdct-detail .item-image .choice-btn li {
    /* height: 80px; */
    margin: 0;
    width: 130px !important;
    margin: 0 4px 8px;
}

.prdct-detail .item-image .choice-btn li div {
    height: 100%;
}

.prdct-detail .item-image .choice-btn li div .item-image {
}

.prdct-detail .item-image .choice-btn li .item-image {
    object-fit: cover;
    height: 80px;
}

.prdct-detail .item-detail {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 0 0;
    /* box-sizing: content-box; */
}

.prdct-detail .item-detail .item-title {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 0px 0 0 30px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.prdct-detail .item-detail .item-detail-soldout {
    position: relative;
    left: -30px;
}

.prdct-detail .item-detail .item-title::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #da473a;
    position: absolute;
    bottom: 4px;
    margin: 0 auto;
    border-radius: 20px;
    left: 0;
}

.prdct-detail .item-detail .item-detail-icon {
    left: 0;
}

.prdct-detail .item-detail .item-category-name {
    position: relative;
    left: -30px;
    margin-bottom: 10px;
}

.prdct-detail .item-detail .item-category-name a {
    padding: 5px 12px 4px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #da473a;
}

.prdct-detail .item-detail .item-price-wrap {
    margin: 0 0 12px;
}

.prdct-detail .item-detail .item-price {
    font-weight: normal;
    color: #da473a;
    font-size: 40px;
}

.prdct-detail .item-detail .item-price span {
}

.prdct-detail .item-detail .item-price .item-tax {
}

.prdct-detail .item-detail .item-point {
}

.prdct-detail .item-detail .item-point span {
}

.prdct-detail .item-detail .item-review {
}

.prdct-detail .item-detail .review-link {
}

.prdct-detail .item-detail .review-link a {
}

.prdct-detail .item-detail .item-description {
}

.prdct-detail .item-detail .item-description dt {
}

.prdct-detail .item-detail .item-description dd {
    font-size: 16px;
}

.prdct-detail .item-detail .item-description dd pre {
    font-size: 15px;
}

.prdct-detail .item-detail .item-description dd a {
    text-decoration: underline;
}

.prdct-detail .item-detail .item-description dd p {
    margin: 0;
    font-size: 15px;
}

.prdct-detail .add-cart {
    justify-content: flex-end;
    align-items: center;
}

.prdct-detail .add-cart .item-quantity {
    margin: 0 15px;
    font-size: 14px;
}

.prdct-detail .item-option .makeshop-option-wrap {
    max-width: 376px;
    width: 100%;
    margin: 40px 0 30px auto;
    text-align: left;
}

.prdct-detail .item-option .makeshop-option-wrap .makeshop-option-label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.prdct-detail .makeshop-option-select-wrap {
    /* display: inline-block; */
}

.prdct-detail .add-cart .item-quantity input {
    margin: 0 15px;
    text-align: center;
    border-radius: 0;
    width: 60px;
    height: 45px;
    border: 1px solid #4e4e4e;
}

.prdct-detail .add-cart {
}

.prdct-detail .add-cart .add-cart-btn.btn.cart-order-btn {
    max-width: 300px;
    width: 240px;
    height: 50px;
    border-radius: 50vw;
    border: 1px solid #000;
    padding: 0 40px;
    margin-left: auto;
    margin-top: 0px;
    position: relative;
    font-weight: bold;
    border: 1px solid #4e4e4e;
    background: none;
    color: #4e4e4e;
    line-height: 49px;
    text-align: left;
}

.prdct-detail .add-cart .add-cart-btn.btn.cart-order-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #da473a;
    position: absolute;
    right: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.prdct-detail .add-cart .restock-btn {
    border-radius: 100px;
}

.prdct-detail .add-cart .favorite {
    position: relative;
    top: 3px;
}

.prdct-detail .add-cart .favorite a {
    display: block;
}

.prdct-detail .add-cart .favorite a:after {
    color: #9c9c9c;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.prdct-detail .add-cart .favorite a.hide:after {
    color: #ff7683;
}

.prdct-detail .add-cart .modal-area {
}

.prdct-detail .add-cart .modal-area .modal-bg {
}

.prdct-detail .add-cart .modal-wrapper {
}

.prdct-detail .add-cart .modal-wrapper .modalContents {
}

.prdct-detail .add-cart .modal-wrapper .modalContents p {
}

.prdct-detail .add-cart .modal-wrapper .modal-cart-btn {
    justify-content: space-between;
}

.prdct-detail .add-cart .modal-wrapper .modal-cart {
    width: 48%;
    margin: 0;
}

.prdct-detail .add-cart .modal-wrapper .modal-cart a {
    width: 100%;
    display: block;
}

.prdct-detail .add-cart .modal-wrapper .modal-order {
    width: 48%;
    margin: 0;
}

.prdct-detail .add-cart .modal-wrapper .modal-order a {
    width: 100%;
}

.prdct-detail .add-cart .modal-wrapper .modal-close {
}

.prdct-detail .item-detail .item-contact {
}

.prdct-detail .item-detail .item-contact a {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
}

.prdct-detail .item-detail .description-box {
    padding: 30px 30px 0;
    border: 1px solid #cbcbcb;
    margin: 40px 0;
    background: #F5F2EB;
}

.prdct-detail .item-detail .description-box .description-box__txt {
    font-size: 16px;
    margin: 0 0 30px;
}

.prdct-detail .item-detail .description-box .description-box__txt h4 {
    font-weight: bold;
    font-size: 18px;
    color: #4e4e4e;
    margin: 0 0 14px;
}

.prdct-detail .item-detail .description-box .description-box__txt pre {
}

.prdct-detail .item-detail .description-box .description-box__txt pre p {
    margin: 0;
    font-size: 16px;
}

.prdct-detail .item-detail .description-box .description-box__txt pre a {
    text-decoration: underline;
}

.prdct-detail .item-detail .item-info-list.border-top::before {
    border: none;
}

.prdct-detail .item-detail .item-info-list.border-top li {
}

.prdct-detail .item-detail .item-info-list.border-top dl {
    justify-content: flex-end;
}

.prdct-detail .item-detail .item-info-list.border-top dt {
    width: auto;
}

.prdct-detail .item-detail .item-info-list.border-top dd {
    width: auto;
}

.prdct-detail .item-detail .product-detail__links {
}

.prdct-detail .item-detail .product-detail__links ul {
}

.prdct-detail .item-detail .product-detail__links li {
    margin: 0 0 5px;
    text-align: right;
}

.prdct-detail .item-detail .product-detail__links li a {
}

.prdct-detail .item-detail .item-share.border-top {
    margin: 0;
}

.prdct-detail .item-detail .item-share.border-top::before {
    border: none;
}

.group-review-section {
    /* padding: 0 3%; */
    width: 100%;
}

.group-review-section .item-review-detail {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 3% 0 0;
    /* box-sizing: content-box; */
}

.group-review-section {
}

.group-review-section .entry-contents {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    padding: 0 3% 0 0;
    /* box-sizing: content-box; */
}

.group-review-section .lower-section__title {
}

.group-review-section .lower-section__title h2 {
}

.group-review-section .item-review-detail {
}

.group-review-section .item-review-list {
}

.group-review-section .item-review-list .review-list-unit {
    padding: 0 0 30px;
    border-bottom: 1px solid #9c9c9c;
    margin: 0 0 30px;
}

.group-review-section .review-list-unit .review-list-content {
    font-size: 14px;
    margin: 0 0 30px;
}

.group-review-section .review-list-unit .review-name {
    margin: 0;
}

.group-review-section .review-list-unit .review-des {
    display: flex;
    align-items: center;
}

.group-review-section .review-list-unit .review-des .review-list-name {
    margin: 0;
}

.group-review-section .review-list-unit .review-des .review-list-name span {
}

.group-review-section .review-list-unit .review-des .review-list-date {
    margin: 0 10px;
    font-size: 14px;
    color: #4e4e4e;
    padding: 0 10px;
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
}

.group-review-section .review-list-unit .review-des .star-score {
    margin: 0;
}

.group-review-section .review-list-unit .review-des .star-score .review-star {
}

.group-review-section .review-list-unit .review-des .star-score .review-star .reviewRate {
}

.group-review-section .review-list-unit .review-des .star-score .review-star .reviewRate .reviewRateStar.starOn {
}

.group-review-section .review-list-unit .review-des .star-score .review-star .reviewRate .reviewRateStar.starOn::before {
    font-size: 14px;
}

.group-review-section .review-list-unit .review-des .star-score .review-star .reviewRate .reviewRateStar.starOff {
}

.group-review-section .review-list-unit .review-des .star-score .review-star .reviewRate .reviewRateStar.starOff::before {
    font-size: 14px;
}

.group-review-section .review-list-unit .review-des .star-score .review-score {
    margin: 0;
    position: relative;
    top: 1px;
}

.group-review-section .item-review-list-link {
    text-align: right;
}

.group-review-section .item-review-list-link a {
    font-size: 14px;
}

.group-review-section .review-post {
}

.group-review-section .review-post a {
    border-radius: 100px;
}

.prdct-detail .has-text-align-center {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 3% 0 0;
    /* box-sizing: content-box; */
}

.prdct-detail .entry-contents {
}

.prdct-detail .entry-contents .lower-section__title {
}

.prdct-detail .entry-contents .lower-section__title h2 {
}

.prdct-detail .checked-contents {
    width: 100%;
}

.prdct-detail .checked-contents .checked-item-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.prdct-detail .checked-contents .checked-item-list::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
}

.prdct-detail .checked-contents .checked-item-list::after {
    content: "";
    display: block;
    width: 31%;
}

.prdct-detail .checked-contents .checked-item-list li {
    width: 31%;
    margin: 0 0 30px;
}

.prdct-detail .checked-contents .checked-item-list .item-icon {
    top: 0;
    right: 0;
    padding: 0;
}

.prdct-detail .checked-contents .checked-item-list .item-soldout {
    margin: 0;
    padding: 8px 20px 6px;
    background: #da473a;
}

.prdct-detail .checked-contents .checked-item-list .item-list-image {
}

.prdct-detail .checked-contents .checked-item-list .item-list-image a {
    display: block;
    position: relative;
    background: #FCFCFC;
    padding: 100% 0 0;
}

.prdct-detail .checked-contents .checked-item-list .item-list-image a img {
    border-radius: 6px;
    border: 2px solid #E5DED2;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.prdct-detail .checked-contents .checked-item-list .item-name {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.prdct-detail .checked-contents .checked-item-list .item-name a {
}

.prdct-detail .checked-contents .checked-item-list .price {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.prdct-detail .checked-contents .checked-item-list .price span {
    font-size: 12px;
}

.prdct-detail .checked-contents .checked-item-list .item-list-cart {
    margin: 8px 0 0;
}

.category-sort-select {
    display: block;
    margin: 0 0 40px auto;
    padding: 15px 60px 15px 34px;
    border: 1px solid #4E4E4E;
    position: relative;
    border-radius: 40px;
    width: fit-content;
    letter-spacing: 0.08em;
    font-family: 'source-han-sans-japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4e4e4e;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../image/arrow_red.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 10px auto;
}

.category-sort-select::-ms-expand {
    display: none;
}

.category-sort-select option {
}

/* shoppingguide */
.shoppingguide_sec {
    padding: 40px 3% 80px;
}

.shoppingguide_sec .container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.shoppingguide_sec__ttl {
    margin: 0 0 30px;
    font-weight: bold;
    color: #4e4e4e;
}

.shoppingguide_sec__ttl .en {
    display: block;
    font-size: 30px;
    margin: 0;
}

.shoppingguide_sec__ttl .ja {
    font-size: 14px;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
}

.shoppingguide_sec__ttl .ja::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #da473a;
    border-radius: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.shoppingguide_sec__inlinelinkbox {
    padding: 0 0 0px;
}

.shoppingguide_sec__inlinelinkbox p {
    font-size: 16px;
    margin: 0 0 20px;
}

.shoppingguide_sec__inlinelinklist {
}

.shoppingguide_sec__inlinelinklist li {
    margin: 0 0 10px;
}

.shoppingguide_sec__inlinelinklist a {
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    padding: 0 0 0 20px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shoppingguide_sec__inlinelinklist a:hover {
    opacity: 0.6;
}

.shoppingguide_sec__inlinelinklist a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #4e4e4e;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
}

.shoppingguide_sec__itemwrap {
    padding: 90px 0 0px;
}

.shoppingguide_sec__subttl {
    font-size: 22px;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    position: relative;
    font-weight: bold;
}

.shoppingguide_sec__subttl::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #da473a;
    border-radius: 40px;
    position: absolute;
    margin: auto;
    top: -1px;
    bottom: 0;
    left: 0;
}

.shoppingguide_sec__subttl {
    font-size: 22px;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    position: relative;
    font-weight: bold;
}

.shoppingguide_sec__text {
    font-size: 16px;
    margin: 0 0 0;
}

.shoppingguide_sec__text a {
    text-decoration: underline;
}

.shoppingguide_sec__itemlist li {
    /* border-top: 1px solid #9c9c9c; */
    padding: 20px 3% 17px;
    padding: 0;
    margin: 0 0 20px;
}

.shoppingguide_sec__itemlist li:last-child {
    /* border-bottom: 1px solid #9c9c9c; */
}

.shoppingguide_sec__item {
}

.shoppingguide_sec__itemttl {
    font-size: 16px;
    padding: 0 30px 0 0;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f5f2eb;
    font-weight: bold;
    padding: 20px 30px 17px 3%;
}

.shoppingguide_sec__itemttl:hover {
    opacity: 0.6;
}

.shoppingguide_sec__itemttl.num {
    padding: 0 30px 0 1.5em;
}

.shoppingguide_sec__itemttl.num span {
    position: absolute;
    left: 0;
}

.shoppingguide_sec__itemttl.question {
    padding: 0 30px 0 1.5em;
}

.shoppingguide_sec__itemttl.question span {
    position: absolute;
    left: 0;
}

.shoppingguide_sec__itemcont.answer {
    padding: 20px 0 0 1.5em;
    position: relative;
}

.shoppingguide_sec__itemcont.answer span {
    position: absolute;
    left: 0;
}

.shoppingguide_sec__itemttl::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #9c9c9c;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.shoppingguide_sec__itemttl::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #9c9c9c;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: rotate(90deg);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shoppingguide_sec__itemttl.active::after {
    transform: rotate(0deg);
}

.shoppingguide_sec__itemcont {
    display: none;
    padding: 20px 30px 30px 3%;
}

.shoppingguide_sec__itemcont .smalltext {
    font-size: 12px;
    padding: 10px 0 0;
    display: block;
}

.shoppingguide_sec__itemcont .redcolor {
    color: #da473a;
}

.shoppingguide_sec__itemcont table {
    margin: 20px 0 10px;
    /* border: 1px solid #4e4e4e; */
    width: 100%;
    max-width: 450px;
    color: #4E4E4E;
}

.shoppingguide_sec__itemcont tr {
    border: 1px solid #4e4e4e;
}

.shoppingguide_sec__itemcont th {
    padding: 12px 24px;
    background: #f5f2eb;
    font-weight: bold;
    width: 55%;
    border-right: 1px solid #4e4e4e;
}

.shoppingguide_sec__itemcont th:nth-child(2) {
    width: 45%;
}

.shoppingguide_sec__itemcont td {
    padding: 10px 20px;
    width: 45%;
}

/* review */
.product-review__list .detail {
    padding: 0;
    width: 100%;
}

.product-review__list .review-item-wrap .review-item-image {
    box-sizing: content-box;
}

.product-review__list .review-item-info .review-item-name {
    margin: 0 0 10px;
}

.product-review__list .review-item-info .review-average {
    margin: 0;
}

.product-review__list .review-item-info .review-count {
    margin: 0;
}

.product-review__list .pager-wrap {
    flex-wrap: wrap;
}

.product-review__list .pager-wrap .total-count {
    margin: 0 0 20px;
}

.product-review__list .pager-wrap .pager {
    width: 100%;
    justify-content: flex-end;
}

.product-review__list .pager-wrap .pager li {
    margin: 0 10px;
}

.product-review__list .pager-wrap .pager li a {
    width: 50px;
    height: 50px;
    border: 1px solid #4e4e4e;
    /* margin: 0 10px; */
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    /* font-family: "Manrope", sans-serif; */
    /* font-optical-sizing: auto; */
    font-style: normal;
    background: #FFF;
    color: #4e4e4e;
    line-height: 50px;
}

.product-review__submit .detail {
    padding: 0;
    width: 100%;
}

.product-review__submit .review-form-wrap {
    width: 100%;
}

.product-review__submit .review-form-content textarea {
    width: 100%;
}

.product-review__submit .review-post-btn {
    color: #4e4e4e;
    background: #fff;
    border: 1px solid #4e4e4e !important;
    padding: 12px 20px;
    box-sizing: content-box;
    border-radius: 90px;
}

.product-review__submit .review-post-btn::before {
    color: #4e4e4e;
}

.product-review__submit .review-item-wrap .review-item-image {
    box-sizing: content-box;
}

.product-review__submit .review-item-info .review-item-name {
    margin: 0 0 10px;
}

.product-review__submit .review-item-info .review-average {
    margin: 0;
}

.product-review__submit .review-item-info .review-count {
    margin: 0;
}

/* news */
.news-list {
    margin: 0;
    padding: 0;
}

.news-list .container {
}

.news-list .product__list {
}

.news-list .product__list .product-list-item {
    width: 100%;
    padding: 0;
}

.news-list .product__list .product-list-item:first-child {
    border-top: 1px solid #CBCBCB;
}

.news-list .product__list .product-image-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
    padding: 16px 3% 14px;
}

.news-list .product__list .product-image-link p {
    width: 120px;
    margin: 0;
}

.news-list .product__list .product-image-link h3 {
    width: calc(100% - 120px);
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
}

.news-list .pager {
    justify-content: flex-end;
    margin: 40px 0 0;
}

.news-list .pager .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.news-list .pager .pagination li {
    margin: 0 10px;
    padding: 0;
    border: none;
}

.news-list .pager .pagination li a {
    width: 50px;
    height: 50px;
    border: 1px solid #4e4e4e;
    /* margin: 0 10px; */
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* font-family: "Manrope", sans-serif; */
    /* font-optical-sizing: auto; */
    font-style: normal;
    background: #FFF;
    color: #4e4e4e;
    line-height: 50px;
}

.news-list .pager .pagination li.active span {
    width: 50px;
    height: 50px;
    border: 1px solid #4e4e4e;
    /* margin: 0 10px; */
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* font-family: "Manrope", sans-serif; */
    /* font-optical-sizing: auto; */
    font-style: normal;
    background: #4e4e4e;
    color: #FFF;
    line-height: 50px;
}

.news-detail {
}

.news-detail .container {
}

.news-detail .entry-contents {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #9c9c9c;
}

.news-detail h2 {
}

.news-detail .news-date {
    padding: 0 0 20px;
    color: #4e4e4e !important;
    border-bottom: 1px solid #9c9c9c;
}

.news-detail .has-text-align-right {
}

.news-detail h3 {
    margin: 20px 0 20px;
}

.news-detail h4 {
}

.news-detail ul {
    padding: 0 0 0 1.5em;
    margin: 20px 0 20px;
}

.news-detail ul li {
    list-style: disc;
    font-size: 14px;
}

.news-detail img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    margin: 20px 0 20px;
}

.news-detail ol {
    padding: 0 0 0 1.5em;
    margin: 20px 0 20px;
}

.news-detail ol li {
    list-style: decimal;
}

.news-detail table {
    border: 1px solid #9c9c9c;
    width: 100% !important;
}

.news-detail table tbody {
}

.news-detail table tbody tr {
}

.news-detail table tbody tr td {
    border: 1px solid #9c9c9c;
    padding: 10px;
}

.news-detail .news-pager {
    padding: 0;
}

.news-detail .news-pager .pager-left {
    margin: 0;
}

.news-detail .news-pager .pager-left p.prev.news-empty {
    margin-bottom: 0;
}

.news-detail .news-pager .pager-left p.next {
    margin-bottom: 0;
}

.news-detail .news-pager .pager-left p.next a {
}

.news-detail .news-pager .back {
    list-style: none;
    margin: 0;
}

.news-detail .news-pager .back a {
}

/* cart */
.cart-section {
}

.cart-section .container {
}

.cart-section .cart-list-table {
}

.cart-section .cart-list-table thead {
}

.cart-section .cart-list-table thead tr {
}

.cart-section .cart-list-table thead th {
    font-weight: bold;
}

.cart-section .cart-list-table tbody {
}

.cart-section .cart-list-table tbody tr {
}

.cart-section .cart-list-table tbody td {
    align-items: center;
}

.cart-section .cart-list-table .cart-list-image {
    width: 100px;
}

.cart-section .cart-list-table .cart-list-image a {
    display: block;
}

.cart-section .cart-list-table .cart-list-image img {
}

.cart-section .cart-list-table .cart-list-info {
}

.cart-section .cart-list-table .cart-list-info .item-cart-title {
}

.cart-section .cart-list-table .cart-list-info .item-cart-title a {
}

.cart-section .cart-list-table .item-cart-price {
    font-size: 20px;
}

.cart-section .cart-list-table .item-cart-quantity {
}

.cart-section .cart-list-table .item-cart-quantity input {
    border-radius: 0;
    border: 1px solid #9c9c9c;
    width: 50px;
    padding: 10px;
}

.cart-section .cart-list-table .item-cart-quantity a {
}

.cart-section .cart-list-table .item-cart-quantity span.item-cart-delete {
    position: relative;
    top: 5px;
}

.cart-section .cart-list-table .item-cart-quantity span.item-cart-delete a {
    font-size: 12px;
    border: 1px solid #9c9c9c;
    padding: 2px 8px;
    display: block;
}

.cart-section .cart-list-table .item-cart-subtotal {
    font-size: 22px;
}

.cart-section .cart-list-table .cart-total {
}

.cart-section .cart-list-table .cart-total-title {
    font-size: 18px;
}

.cart-section .cart-list-table .cart-total-price-wrap {
}

.cart-section .cart-list-table .cart-total-price-wrap .cart-total-price {
    font-size: 22px;
}

.cart-section .cart-list-table .cart-total-price-wrap .cart-total-point {
    margin: 0;
}

.cart-section .cart-button-wrap {
}

.cart-section .cart-button-wrap .cart-button {
}

.cart-section .cart-button-wrap .cart-button a {
    border-radius: 100px;
    padding: 14px 0;
    font-size: 16px;
}

.cart-section .cart-button-wrap .cart-back-button {
}

.cart-section .cart-button-wrap .cart-back-button a {
}

.cart-prdct-detail .checked-contents {
    width: 100%;
}

.cart-prdct-detail .checked-contents .checked-item-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cart-prdct-detail .checked-contents .checked-item-list::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
}

.cart-prdct-detail .checked-contents .checked-item-list::after {
    content: "";
    display: block;
    width: 31%;
}

.cart-prdct-detail .checked-contents .checked-item-list li {
    width: 31%;
    margin: 0 0 30px;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-icon {
    top: 0;
    right: 0;
    padding: 0;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-soldout {
    margin: 0;
    padding: 8px 20px 6px;
    background: #da473a;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-list-image {
}

.cart-prdct-detail .checked-contents .checked-item-list .item-list-image a {
    display: block;
    position: relative;
    padding: 100% 0 0;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-list-image a img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-name {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-name a {
}

.cart-prdct-detail .checked-contents .checked-item-list .price {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.cart-prdct-detail .checked-contents .checked-item-list .price span {
    font-size: 12px;
}

.cart-prdct-detail .checked-contents .checked-item-list .item-list-cart {
    margin: 8px 0 0;
}

/* company */
.company-section {
}

.company-section .container {
}

.company-section .detail {
    padding: 0;
    width: 100%;
    margin: 0;
}

.company-section .entry-contents {
}

.company-section .company-content {
}

.company-section .company-content .company-img {
    max-width: 500px;
    margin: 0 0 40px;
}

.company-section .company-content .company-img img {
}

.company-section .company-content .profile {
}

.company-section .company-content .profile .inner {
}

.company-section .company-content .profile .wrap {
}

.company-section .company-content .profile .table-01 {
    width: 100%;
}

.company-section .company-content .profile .table-01 tbody {
}

.company-section .company-content .profile .table-01 tr {
    border-bottom: 1px solid;
}

.company-section .company-content .profile .table-01 tr:first-child {
    border-top: 1px solid;
}

.company-section .company-content .profile .table-01 th {
    padding: 30px 0 30px 0;
    width: 240px;
    text-align: left;
    font-weight: bold;
}

.company-section .company-content .profile .table-01 tr:first-child th {
    /* padding: 0px 0 30px 0; */
}

.company-section .company-content .profile .table-01 td {
    padding: 10px 0 30px;
}

.company-section .company-content .profile .table-01 tr:first-child td {
    /* padding: 0px 0 30px 0; */
}

.company-section .company-content .profile .sub-btn01 {
    max-width: 240px;
    width: 100%;
    height: 60px;
    border-radius: 50vw;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-left: auto;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4e4e4e;
    margin-top: 50px;
}

.company-section .company-content .profile .sub-btn01::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 10px solid #da473a;
}

@media screen and (max-width: 1179px) {
    header .header-menu {
        margin-right: 20px;
    }

    .g-nav li {
        /* width: 24%; */
        /* text-align: right; */
        margin: 0 1.5%;
    }

    .g-nav a {
        font-size: 14px;
    }

    .header-sns {
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width: 1040px) {
    header .header-menu {
        display:none;
    }

    .header-sys-btns {
        width: 120px;
        /* margin: 0 3% 0 0; */
    }

    .header-sys-btns ul {
        align-items: center;
    }

    .header-sys-btns li {
        width: calc(100% / 3);
        /* background: #af9d7b; */
    }

    .header-sys-btns li:nth-child(2n) {
    }

    .header-sys-btns li.sp-btn {
        display: block;
        position: relative;
        height: 36px;
    }

    .header-sys-btns li p {
        font-size: 8px;
        margin: 4px 0 0;
    }

    .header-sys-btns li.sp-btn span {
        /* font-size: 8px; */
        display: block;
        position: absolute;
        top: 7px;
        right: 0;
        left: 0;
        margin: auto;
        /* width: 80%; */
        top: 4px;
        left: auto;
        padding: 5px 5px;
        /* right: 4px; */
        border: 1px solid #FFF;
        background: #4e4e4e;
        /* color: #000; */
        width: 24px;
        height: 1px;
        border: none;
        padding: 0;
        right: 0;
        margin: auto;
        left: 0;
    }

    .header-sys-btns li span:nth-child(1) {
        top: 9px;
    }

    .header-sys-btns li.sp-btn span:nth-child(2) {
        top: 17px;
    }

    .header-sys-btns li .cart-badge.cart-count {
    }

    .header-sys-btns li span:nth-child(3) {
        bottom: 9px;
        top: auto;
    }

    .sp-btn.active span:nth-child(1) {
        top: 18px;
        transform: rotate(45deg);
    }

    .sp-btn.active span:nth-child(2) {
        display: none;
    }

    .sp-btn.active span:nth-child(3) {
        bottom: 17px;
        transform: rotate(-45deg);
    }

    .header-sys-btns li a {
        padding: 10px 10px;
        position: relative;
        height: 60px;
    }

    .header-sys-btns li img {
        width: 22px;
    }

    .top-section {
        padding: 40px 3% 40px;
    }

    .contents-wrap {
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 60px 0 0;
    }

    .contents-wrap .side {
        width: calc(100% - 30px);
        order: 2;
        border-radius: 0px 30px 0px 0px;
        padding: 30px 3%;
    }

    .contents-wrap .side::before,.contents-wrap .side::after {
        width: 30px;
        height: 30px;
        right: -30px;
    }

    .contents-wrap .side::after {
        border-radius: 0px 0px 0px 30px;
    }

    .contents-wrap #g-nav {
        background: #f7f4ed;
        position: relative;
        height: auto;
    }

    .side-section {
        width: 100%;
        margin: 25px auto;
    }

    .side-section .side-category-list .side-category-item a {
        color: #4e4e4e !important;
    }

    .side-section ul li a {
        color: #4e4e4e !important;
    }

    .sp-side-section {
        padding: 0;
        /* display: none; */
    }

    .sp-side-section ul.sp-gnav li {
        border: none;
        text-align: left;
        border-radius: 0;
        padding: 0;
    }

    .sp-side-section ul.sp-gnav li a {
        color: #4e4e4e;
    }

    .contents-wrap .main-right {
        width: 100%;
        order: 1;
        padding: 0 0 25px;
    }

    .main-right {
    }

    .prdct-detail .item-image .gallery {
        padding: 0 0 0 3%;
    }

    .prdct-detail .item-detail {
        padding: 0 3%;
    }

    .prdct-detail .entry-contents {
        padding: 0 3%;
    }

    .prdct-detail .checked-contents {
        margin: 0;
        padding: 0 0 0 3%;
    }

    .group-review-section .entry-contents {
        padding: 0 3%;
    }

    .group-review-section .item-review-detail {
        padding: 0 3%;
    }

    .prdct-detail .item-detail .item-description {
        margin: 0 0 30px;
    }

    .prdct-detail .add-cart {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 40px;
    }

    .prdct-detail .add-cart .item-quantity {
        margin: 0 15px 20px 0;
    }

    .prdct-detail .add-cart .modal-open {
        width: 100%;
    }

    .prdct-detail .add-cart .modal-open .add-cart-btn.btn.cart-order-btn {
        font-size: 14px;
        max-width: 200px;
        width: 220px;
        padding: 0 35px;
        margin: 0;
    }

    .prdct-detail .item-contact::before {
        content: "";
        display: block;
        width: 100%;
        border: 1px solid #CBCBCB;
        margin: 30px 0 40px;
    }

    .cart-section .cart-list-table tbody tr {
        border-bottom: 1px solid #9c9c9c;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .cart-section .cart-list-table tbody td {
        display: flex;
        justify-content: space-around;
    }

    .cart-list-table tbody td:first-child {
        width: 48%;
        justify-content: space-between;
    }

    .cart-section .cart-list-table .cart-list-image {
        width: 80px;
        min-width: 80px;
        margin: 0;
    }

    .cart-section .cart-list-table .cart-list-image a {
    }

    .cart-section .cart-list-table .cart-list-image img {
        height: auto;
    }

    .cart-section .cart-list-table .cart-list-info {
        width: calc(100% - 120px);
        text-align: left;
    }

    .cart-section .cart-list-table .cart-list-info .item-cart-title {
        text-align: left;
        font-size: 14px;
    }

    .cart-section .cart-list-table .cart-list-info .item-cart-title a {
    }

    .cart-section .cart-list-table .item-cart-price {
        display: block;
        width: 48%;
        margin-top: 30px;
        text-align: right;
    }

    .cart-section .cart-list-table .item-cart-quantity {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .cart-section .cart-list-table .item-cart-quantity a {
    }

    .cart-section .cart-list-table .item-cart-quantity span.item-cart-delete {
        display: inline-block;
        top: 0;
    }

    .cart-section .cart-list-table .item-cart-quantity span.item-cart-delete a {
    }

    .cart-section .cart-list-table .item-cart-subtotal {
        margin-bottom: 20px !important;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E6E6E6;
        width: 100%;
        justify-content: flex-end;
    }

    .item-cart-subtotal::before {
        margin-right: 15px;
    }

    .cart-section .cart-list-table .cart-total {
        align-items: center;
        border: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .cart-section .cart-list-table .cart-total-title {
        font-size: 16px;
        width: auto;
        padding-right: 10px;
    }

    .cart-section .cart-list-table .cart-total-price-wrap {
        margin: 0;
        width: auto;
        padding-left: 10px;
    }

    .cart-prdct-detail .checked-contents {
        margin: 0;
    }
}

/* 追記 */
.gallery .slick-arrow {
    display: none !important;
}
