.ttl {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: .7em;
}
.subttl {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
}
.txt {
    font-size: .9em;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
.ja {
    font-size: 1.8em;
}
.en {
    margin-bottom: 2.5em;
}
.btn a {
    color: #fff;
    background-color: #000;
    font-size: .9em;
    padding: .7em 4em;
    font-weight: 400;
    border: solid 1px #000;
}
.btn a:hover {
    background: #fff;
    color: #333333;;
}
h2 span {
    display: block;
}
.red {
    color: #da0200;
}

/* ========= HEADER ========== */
.header {
    position: fixed;
    width: 100%;
    padding: 1em 1.5em;
    justify-content: space-between;
    background: #fff;
    z-index: 1000;
}
.header__info {
    justify-content: flex-end;
    margin-bottom: .5em;
}
.header__info--address {
    font-weight: 650;
}
.header__info--address span {
    font-size: .7em;
}
.header__info--list {
    background-color: #ebebeb;
    font-size: .7em;
    margin-left: 1.5em;
    padding: .5em 2em;
    border-radius: 0.3em;
}
.header__info--list img {
    height: 16px;
}
.header__list--list {
    gap: 20px;
}
.header__list--list a {
    display: flex;
    align-items: center; /* アイコンとテキストを縦中央寄せ */
    gap: 5px; /* アイコンとテキストの間隔 */
}
.header__nav {
    font-size: .8em;
}
.header__nav--list {
    gap: 30px;
}

main {
    padding-top: 94.38px;
}


/* ========= MV ========== */
.mv__slider {
    width: 100%; /* スライダーの幅を250%に設定。 */
    margin-left: 0; /* 左に75%寄せることで、250％の幅を７５・１００・７５でセンター配置にできる。 １emは余白分。 */
    opacity: 0; 
    padding-bottom: 20px;
    margin-bottom: 50px !important; 
}
.mv__slider.slick-slider div {
    margin: 0 0em;
}
.mv__slider--item {
    position: relative;
}

/* ドットナビゲーション */
.mv__slider .slick-dots {
    bottom: -30px;
}
.mv__slider .slick-dots li {
    width: 40px;
    margin: 0 10px;
}
.mv__slider .slick-dots li button { 
    width: 40px; 
    height: 2px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    background: transparent; 
}
.mv__slider .slick-dots li button:before {
    width: 40px;
    height: 2px;
    background: #3f3f3f;
    font-family: "";
    color: transparent;
    content: "";
    font-size: 0;
    line-height: 0;
}
.mv__slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #333;
}

/* スライダー画像 */
.mv__slider--img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.mv__slider--img:before {
    content: "";
    display: block;
    padding-top: 45%;
}
.mv__slider--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
}
.slick-slider div {
    transition: none;
}

/* スライダー説明 タイトル */
.mv__slider--description {
    position: absolute;
    bottom: 2em;
    left: 2em;
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
    text-shadow: 0 0 5px #0e0e0e;
}

/* ========= TP_ABOUT ========== */
.tp_about {
    padding: 80px 0 80px;
}
.tp_about__img--top {
    width: 80%;
}
.tp_about__img--top::before {
    padding-top: 120%;
}
.tp_about__img--bottom::before {
    padding-top: 120%;
}
.tp_about__img--bottom {
    width: 50%;
    margin-left: 45%;
    margin-top: -8em;
}
.tp_about__description--btn {
    margin-top: 3em;
}
.tp_about__bottom.tp_about {
    background-color: #f6f6f6;
}

/* ========= PICKUP ========== */
.pickup {
    background-color: #f6f6f6;
    padding: 80px 0 80px;
}
.pickup__list {
    flex-wrap: wrap;
    gap: 20px;
}
.pickup__list--img:nth-child(-n+2) { /* 最初の2つの要素に対して */
    flex-basis: calc(50% - 10px); /* 50%の幅から10pxの余白を引いた分を指定。flex-basisはflexboxの基準となる幅を指定するプロパティ。 */
}
.pickup__list--img:nth-child(n+3) { /* 3番目以降の要素に対して */
    flex-basis: calc(33.333% - 13.333px); /* 33.333%の幅から13.333px（１枚分の余白）を引いた分を指定。 */
}

/* ========= RECOMMEND ========== */
.recommend {
    padding: 50px 0 80px 0;
}
.item__archive--content {
    margin-bottom: 3em;
}
.item__archive--img {
    margin-bottom: 1em;
}
.item__archive--img:before {
    padding-top: 100%;
}
.item__archive--name {
    font-weight: 600;
    margin-bottom: .4em;
    font-size: 15px;
    letter-spacing: 0;
}
.item__archive--txt {
    font-size: .8em;
    margin-bottom: 1em;
    line-height: 1.6;
    font-weight: 400;
}
.item__archive--price {
    font-size: .8em;
    margin-bottom: .4em;
    font-weight: 500;
}
.recommend__btn {
    margin-bottom: 6em;
}
.item__category--img::before {
    padding-top: 30%;
}
.item__category a {
    position: relative;
    margin-bottom: 20px;
}
.item__category--img {
    position: relative;
}
.item__category--img img {
    filter: brightness(0.7) contrast(1.1);
}
.item__category--name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* topとleftでは要素の左上を中央に配置したことになり不十分。transformを使うことで完全な中央寄せができる。 */
    color: #fff;
    width: 100%;
    text-align: center;
}

/* ========= TP_BLOG ========== */
.tp_blog {
    background-color: #f6f6f6;
    padding: 80px 0 80px;
}
.tp_blog__description--txt {
    font-size: .9em;
    margin-bottom: 3em;
}
.blog__archive--content {
    display: grid;
    grid-template-columns: 140px 1fr;
    margin-bottom: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.blog__archive--description {
    padding: 0em 2em;
    font-size: .8em;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.tp_blog__btn {
    margin-top: 2em;
}

/* ========= TP_NEWS ========== */
.tp_news {
    padding: 80px 0 80px;
}
.news__archive {
    margin-bottom: 4em;
    font-size: .8em;
    font-weight: 600;
}
.news__archive--content {
    padding: 35px 60px;
    border-top: solid 1px;
}
.news__archive--content:last-child {
    border-bottom: solid 1px;
}
.news__archive--ttl {
    padding-left: 3em;
    flex-grow: 1;
}
.tp_about__bottom--img--top {
    width: 70%;
    filter: opacity(0.3);
    margin-left: 30%;
}
.tp_about__bottom--img--top::before {
    padding-top: 120%;
}
.tp_about__bottom--img--bottom {
    width: 70%;
    margin-top: -71%;
    margin-left: 15%;
}
.tp_about__bottom--img--bottom::before {
    padding-top: 130%;
}

/* FOOTER */
.footer {
    background: #333;
    padding-top: 120px;
    font-size: 0.875rem;
    color: #fff;
}
.footer__top {
    margin-bottom: 65px;
}
.footer__top p {
    padding-left: 5px;
    line-height: 1.86;
}
.flex-btwn {
    display: flex;
    justify-content: space-between;
}
.footer__info {
    min-width: 317px;
}
.footer__logo {
    width: 100%;
    margin-bottom: 35px;
    display: block;
}
.footer a {
    color: #fff;
}
.footer__info img {
    height: 38px;
    max-width: unset;
}
.footer__address {
    margin-bottom: 20px;
}
.footer__right {
    min-width: 40%;
    width: 40%;
}
.footer__nav {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}
.footer__nav ul {
    width: 100%;
}
.footer__nav ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 20px;
}
.footer__nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 1px;
    background: #fff;
}
.footer__nav .col_2 {
    width: 48%;
    margin-right: 4%;
}
.footer__nav .col_2:nth-child(2n) {
    margin-right: 0%;
}
.footer__btm {
    position: relative;
    padding: 47px 0 48px;
    max-width: 1200px;
    margin: 0 auto;
}
.footer__btm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}
.footer__btm .flex-ct {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BLOG */
.low_blog__maincontent.low_blog__maincontent--archive {
    width: 100%;
    margin-right: 0;
}
.low_blog__maincontent .blog__archive--content {
    display: block;
}
.low_blog__maincontent .blog__archive--detail {
    padding: 5px 15px 10px;
}
.low_blog__maincontent .blog__archive--ttl {
    padding: 0px 15px 15px;
}
.sidebar__content .blog__archive--content {
    display: block;
    background: #fff;
}
.sidebar__content .blog__archive--detail {
    padding: 5px 15px 5px;
}
.sidebar__content .blog__archive--ttl {
    padding: 0px 15px 15px;
}
.sidebar__content h3 {
    background: #000;
    color: #fff;
}
.low_post .low_blog__maincontent .low_post__detail.blog__archive--detail {
    margin: 0.5em 0 1.5em;
    padding: 0px 0 10px;
}

/* CONTACT */
.low_page__contact--description {
    margin: 0em 0 4em;
    text-align: center;
}
.low_post__maincontent .contact_form__policy a {
    border-bottom: solid 1px #000;
}
.contact_form__content--submit input[type=submit] {
    background: #000;
}

/* TOKUSHOHO */
.tokushoho h2 {
    border: none;
    background: #000;
    color: #fff;
    padding: 0.5em 1.5em;
    margin-bottom: 1.5em;
}
.tokushoho table {
    width: 100%;
    border-collapse: collapse;
}
.tokushoho tr {
    display: flex;
    border-bottom: solid 1px #e4e4e4;
    font-size: 15px;
    font-weight: 400;
    border-top: unset;
}
.tokushoho tr:first-child {
    border-top: solid 1px #e4e4e4;
}
.tokushoho th {
    width: 250px;
    text-align: left;
    padding: 42px 0;
    border: unset;
}
.tokushoho td:nth-child(2) {
    width: calc(100% - 250px);
    padding: 42px 2em;
    border-left: solid 1px #e4e4e4;
    text-align: left;
    border-right: none;
}
.tokushoho td p {
    margin: 0px 0 0em;
}
.low_post__maincontent .tokushoho tr:last-child {
    border-bottom: solid 1px #e4e4e4;
}
.cell_mar__cardicon {
    gap: 10px;
    margin-bottom: 20px;
}
.tokushoho td a {
    text-decoration: underline;
}

/* STORE */
.low_store__media {
    width: 45%;
}
.low_store__description {
    width: 50%;
    margin-left: 5%;
}
.low_store__description .low_post__ttl {
    margin-bottom: 10px;
}
.low_store__description .low_post__ttl h1 {
    padding-bottom: 0.4em;
    font-size: 28px;
}
.low_post__price {
    font-size: 15px;
    margin-bottom: 20px;
}
.store__cart .cartjs_box {
    padding: 0!important;
    margin-bottom: 0px!important;
}
.store__cart .cartjs_product_table table {
    width: 100%!important;
    font-size: 14px;
}
.recommend_store .recommend__description--ttl {
    text-align: center;
}
.store__cart .cartjs_box tr.cartjs_product_num {
    display: flex;
    align-items: center;
    gap: 10px;
}
.store__cart .cartjs_box tr.cartjs_product_num td {
    flex-grow: 1;
}
.store__cart .cartjs_box tr.cartjs_product_num td input {
    width: 100px!important;
    border: solid 1px #cbcbcb;
    padding: .7em!important;
}
.store__cart .cartjs_cart_in {
    text-align: left!important;
}
.store__cart .cartjs_cart_in input[type="submit"] {
    background: #000000 !important;
    border-radius: 0!important;
    width: fit-content!important;
    font-size: 15px!important;
    height: 45px!important;
    padding: 0 5em;
}
.low_store__content.low_post__maincontent p {
    margin-bottom: 1.5em;
    font-size: 14px;
}
.store__cart--contact {
    margin-bottom: 30px;
}
.store__cart--contact a {
    display: block;
    font-size: 13px;
    text-decoration: underline;
}
.store__detail {
    margin-bottom: 0.5em;
}
.store__detail .store_category {
    background: #828282;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.6;
}

/* ABOUT */
.about__section {
    margin-bottom: 4em;
}

/* INTRODUCTION */
.introduction__section {
    margin-bottom: 4em;
}
.introduction__content--txt.txt {
    margin-bottom: 0;
}
.introduction__content--btn.btn a {
    display: block;
    width: fit-content;
    padding: .6em 4em;
    margin-top: 2em;
}