@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

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

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

img {
    vertical-align: top;
}

.cf {
    zoom: 1;
}

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

.cf:after {
    clear: both;
}

*,
*: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;
}

@media only screen and (max-width: 768px) {

    input,
    button,
    textarea,
    select {
        /* -webkit-appearance: none; */
        border-radius: 0;
    }

    /* input[type="radio"] {
        -webkit-appearance: radio;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    } */
}

/* ------------------------------------------------
 Common
------------------------------------------------ */
html {
    font-size: 10px;
    scroll-behavior: smooth;
}

html.open {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

body {
    color: #000;
    font: 10px/1.6 "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

@media only screen and (min-width: 769px) {
    body {
        min-width: 1024px;
    }
}

body.open {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    opacity: .8;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

/* ------------------------------------------------
 layout
------------------------------------------------ */
.fs-l-page {
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
}

.single-breadcrumb {
    display: none;
}

.single-column.fs-l-main {
    display: block;
}

.single-column .single-breadcrumb {
    display: block;
}

.single-column #global-header .header-bar {
    display: none;
}

.single-column #global-header .header-content {
    margin-top: 20px;
}


.single-column #global-header .list-bnr__item:not(.item-tel) {
    display: none;
}

.single-column .header-search {
    display: none;
}

.single-column #contents {
    flex: 0 0 100%;
    max-width: 784px;
    margin: 0 auto;
}

.single-column .header-nav {
    display: none;
}

#global-header .header-bar {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
    #global-header .header-bar {
        width: 1024px;
    }
}

@media only screen and (max-width: 768px) {
    #global-header .header-bar {
        width: 100%;
    }
}

#global-header .header-bar .list-link {
    margin: 0 auto;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

#global-header .header-bar .list-link__item {
    flex: 0 0 auto;
    margin-right: 20px;
}

#global-header .header-bar .list-link__item a {
    display: block;
    padding: 0 25px 0 0;
    background: url("https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250530150914") no-repeat right;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
}

#global-header .header-content .list-btn {
    flex: 0 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#global-header .header-content .list-btn__item {
    flex: 0 0 auto;
    margin-left: 5px;
}

#global-header .header-content .list-btn__item a {
    display: block;
    padding: 7px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

#global-header .header-content .list-btn__item.type-01 {
    background: transparent url("https://jiin.itembox.design/item/common/h_bg_link01.jpg?t=20250530150914") no-repeat;
    background-size: cover;
}

#global-header .header-content .list-btn__item.type-02 {
    background: transparent url("https://jiin.itembox.design/item/common/h_bg_link02.jpg?t=20250530150914") no-repeat;
    background-size: cover;
}

#global-header .header-content {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.single-column #global-header .header-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #global-header .header-content {
        width: 1024px;
    }
}

@media only screen and (max-width: 768px) {
    #global-header .header-content {
        width: 100%;
    }
}

#global-header .header-content .logo {
    /* 修正　20231107 */
    /* flex: 0 0 41%; */
    width: 420px;
}
/* 修正　ここから　20231107 */
#global-header .header-content .logo.pc > a {
    position: relative;
    display: block;
}
#global-header .header-content .logo.pc > a > h1 {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}
#global-header .header-content .logo.sp > a > h1 {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 0;
}
#global-header .header-content .logo.pc > a > img {
    margin-top: 23px;
}
/* 修正　ここまで　20231107 */

@media only screen and (max-width: 768px) {
    #global-header .header-content .logo {
        flex: 0 0 100%;
        padding: 4% 4% 0 4%;
    }
}

#global-header .header-content .list-bnr {
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#global-header .header-content .list-bnr__item {
    margin-left: 3px;
}

.single-column #global-header .header-content .list-bnr__item {
    margin-left: 3px;
    padding-top: 20px;
}

#global-header .header-search {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fafafa;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    #global-header .header-search {
        padding: 10px 10px;
    }
}

#global-header .header-search__inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #global-header .header-search__inner {
        width: 1024px;
    }
}

@media only screen and (max-width: 768px) {
    #global-header .header-search__inner {
        width: 100%;
    }
}

#global-header .header-search__title {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: 700;
}

#global-header .header-search__input {
    flex: 1 0 auto;
}

@media only screen and (max-width: 768px) {
    #global-header .header-search__input input {
        height: 40px;
        border-right: none;
    }
}

#global-header .header-search__btn {
    margin-left: 10px;
    flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
    #global-header .header-search__btn {
        margin-left: 0;
    }
}

#global-header .header-search__btn input {
    padding: 10px 15px;
    background: #000;
    border: 1px solid #bbbbbb;
    outline: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    #global-header .header-search__btn input {
        padding: 10px;
        height: 40px;
    }
}

#global-header .header-nav {
    max-width: 1024px;
    margin: 0 auto;
}

#global-header .header-nav .list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10%;
}

#global-header .header-nav .list-category__item {
    flex: 0 0 16%;
    margin-bottom: 30px;
    text-align: center;
}

#global-header .header-nav .list-category__item a {
    display: block;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
}

#global-header .header-nav .list-category__item a .label {
    display: block;
    margin-top: 5px;
}

.fs-l-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto 80px;
}

@media only screen and (max-width: 768px) {
    .fs-l-main {
        margin-bottom: 0;
    }
}

#contents {
    flex: 0 0 76%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #contents {
        flex: 0 0 100%;
        margin-bottom: 60px;
        padding: 10px;
    }
}

#sidearea {
    margin-bottom: 80px;
    flex: 0 0 220px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    /* sidenav */
}

#sidearea .side-7points {
    margin-bottom: 10px;
}

#sidearea .side-7points__title {
    padding: 10px;
    background: url("https://jiin.itembox.design/item/common/s_ttl_benefits_bg.png?t=20250530150914") no-repeat;
    text-align: center;
}

#sidearea .side-7points__contents {
    padding: 8px 10px;
    border: 1px solid #cccccc;
    border-top: none;
}

#sidearea .side-7points .list-7points__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}

#sidearea .side-7points .list-7points__item .num {
    flex: 0 0 10%;
    margin-right: 3%;
    padding: 4px 6px;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

#sidearea .side-7points .list-7points__item .text {
    flex: 0 0 85%;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

#sidearea .side-7points .list-7points__item .text .fz-s {
    font-size: 1.4rem;
}

#sidearea .side-7points .list-7points__item .text .fz-m {
    font-size: 1.8rem;
}

#sidearea .side-7points .list-7points__item .text .fz-l {
    font-size: 2.2rem;
}

#sidearea .side-7points .list-7points__item .text .clr-red {
    color: #9f2042;
}

#sidearea .side-7points__btn {
    text-align: center;
}

#sidearea .side-bnr {
    margin-bottom: 30px;
}

#sidearea .side-bnr .list-bnr__item {
    margin-bottom: 10px;
}

#sidearea .side-bnr .list-bnr__sns {
    margin: 30px 10px 30px;
    display: flex;
    justify-content: space-between;
}

#sidearea .side-bnr .list-bnr__sns .list_sns_item {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

#sidearea .side-bnr .list-bnr__sns .list_sns_item {
    flex: 0 0 50px;
}

#sidearea .side-bnr .list-bnr__sns .list_sns_item > a {
    display: block;
}

#sidearea .side-bnr .list-bnr__sns .list_sns_item > a > img {
    width: 50px;
    height: 50px;
}

#sidearea .side-greeting {
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #fafafa;
}

#sidearea .side-greeting__img {
    margin-bottom: 20px;
    text-align: center;
}

#sidearea .side-greeting__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

#sidearea .side-greeting__comment {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
}

#sidearea .side-greeting__btn {
    text-align: right;
}

#sidearea .side-greeting__btn a {
    display: block;
    padding: 5px 25px 5px 0;
    background: url("https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250530150914") no-repeat right;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

#sidearea .side-text {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

#sidearea .side-nav__title {
    padding: 0 0 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.4rem;
    font-weight: 700;
}

#sidearea .side-nav .list-snav__item {
    position: relative;
}

#sidearea .side-nav .list-snav__item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 10px 4px 20px;
    color: #000;
}

#sidearea .side-nav .list-snav__item:hover .list-snav__secondary {
    width: 300%;
    opacity: 1;
    height: auto;
}

#sidearea .side-nav .list-snav__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 10px 4px 20px;
    color: #000;
}

#sidearea .side-nav .list-snav__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 25px 0 0;
    background: url("https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250530150914") no-repeat right;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

#sidearea .side-nav .list-snav__icon img {
    margin-right: 10px;
    padding: 5px;
}

#sidearea .side-nav .list-snav__secondary {
    position: absolute;
    bottom: -80px;
    left: 100%;
    width: 0;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

#sidearea .side-nav .list-snav__secondary:after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 83px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: transparent #2c2a29 transparent transparent;
}

#sidearea .side-nav .list-snav .list-subnav {
    display: block;
    width: auto;
    margin-left: 24px;
    padding: 40px 20px;
    background: #2c2a29;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    #sidearea .side-nav .list-snav .list-subnav {
        display: block;
        padding: 5px;
    }
}

#sidearea .side-nav .list-snav .list-subnav__title {
    flex: 0 0 100%;
    margin: 0 0 20px 20px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}

#sidearea .side-nav .list-snav .list-subnav__title img {
    margin-right: 10px;
    padding: 4px;
    background: #fff;
}

#sidearea .side-nav .list-snav .list-subnav__item {
    flex: 0 0 50%;
}

#sidearea .side-nav .list-snav .list-subnav__item a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
}

/* footer */
.f-contact__postagebnr {
    width: 100%;
    height: 50px;
    background-color: #9e1c40;
    margin: 10px 0 15px 0;
}
.f-contact__postagebnr > h3 {
    color: white;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.f-contact__companyinfolink {
    width: 100%;
    height: 50px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f-contact__companyinfolink > li.f-contact__about {
    width: 200px;
}
.f-contact__companyinfolink > li.f-contact__about > a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    color: #3d3d3d;
    height: 30px;
    padding-top: 3px;
    border-radius: 15px;
}
.f-contact__companyinfolink > li.f-contact__about > a:hover {
    opacity: 0.7;
}
.f-contact__companyinfolink > li.f-contact__sns > a {
    display: block;
    width: 30px;
    height: 30px;
}

#global-footer {
    position: relative;
}

#global-footer .f-contact {
    padding: 60px 0;
    background: #000 url("https://jiin.itembox.design/item/common/bg_contact_photo.png?t=20250530150914") no-repeat 90% 50%;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact {
        padding: 30px 15px 15px;
    }
    .f-contact__companyinfolink {
        height: 100px;
    }
        .f-contact__companyinfolink > li.f-contact__about {
        width: 100%;
        margin-bottom: 10px;
    }
    .f-contact__companyinfolink > li.f-contact__about > a {
        font-size: 2rem;
        padding-top: 0;
        margin-bottom: 5px;
    }
    .f-contact__companyinfolink > li.f-contact__sns > a {
        display: block;
        width: 50px;
        height: 50px;
    }
}

#global-footer .f-contact__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact__inner {
        width: 100%;
    }
}

#global-footer .f-contact__title {
    margin-top: -5px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact__title {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

#global-footer .f-contact__title .sub {
    font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact__title .sub {
        font-size: 1.3rem;
    }
}

#global-footer .f-contact .l-col {
    flex: 0 0 63%;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact .l-col {
        flex: 0 0 100%;
    }
}

#global-footer .f-contact .r-col {
    flex: 0 0 35%;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact .r-col {
        flex: 0 0 100%;
    }
}

#global-footer .f-contact .list-bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#global-footer .f-contact .list-bnr__item {
    flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
    #global-footer .f-contact .list-bnr__item {
        flex: 0 0 100%;
        margin: 25px auto;
    }
}

#global-footer .f-shoppingguide {
    margin-top: 30px;
}

#global-footer .f-shoppingguide__title {
    position: relative;
    padding: 30px 0;
    background: url("https://jiin.itembox.design/item/common/ttl_bg_shoppingguide.png?t=20250530150914") no-repeat 50% 50%;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

#global-footer .f-shoppingguide__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

#global-footer .f-shoppingguide .list-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto;
}

#global-footer .f-shoppingguide .list-block__item {
    flex: 0 0 31%;
}

#global-footer .f-shoppingguide .list-block__item:nth-child(4) {
    margin-left: auto;
    margin-right: 4%;
}

#global-footer .f-shoppingguide .list-block__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

#global-footer .f-shoppingguide .list-block__content p {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 700;
}

#global-footer .f-shoppingguide .list-block__content > .f-shoppingguide_bankpayment_wrap {
    display: flex;
    flex-wrap: wrap;
}

.f-shoppingguide_bankpayment_wrap > .f-shoppingguide_bankpayment_child {
    flex: 0 0 48%;
}

#global-footer .f-shoppingguide .list-block__content .caution {
    color: #999999;
    font-size: 1.2rem;
    font-weight: 400;
}

#global-footer .f-shoppingguide .list-block a.arrow {
    padding: 0 25px 0 0;
    background: url("https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250530150914") no-repeat right;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

#global-footer .f-link {
    margin: 20px 0;
}

#global-footer .f-link .list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#global-footer .f-link .list-link__item {
    margin: 0 20px;
    flex: 0 0 auto;
}

#global-footer .f-link .list-link a {
    display: block;
    padding: 0 25px 0 0;
    background: url("https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250530150914") no-repeat right;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

#global-footer .copyright {
    padding: 10px;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #global-footer .copyright {
        margin-bottom: 70px;
        background: #fff;
        color: #000;
    }
}

#global-footer .btn-pagetop {
    position: absolute;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
}

#global-footer .spmenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #9f2042;
}

#global-footer .spmenu .list-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#global-footer .spmenu .list-btn__item {
    flex: 0 0 15%;
}

/* sp-navi */
.sp-nav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
}

.sp-nav.open {
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sp-nav__inner {
    overflow: scroll;
}

.sp-nav__btn {
    margin: 4%;
    text-align: right;
}

.sp-nav__btn img {
    width: 40px;
    height: 40px;
}

.sp-nav .section-bnr02 {
    margin: 0 4% 20px;
}

.sp-nav .section-bnr02 .list-bnr02_sns {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    height: 50px;
    max-width: 300px;
}
.sp-nav .section-bnr02 .list-bnr02_sns > li > a {
    display: block;
    width: 50px;
    height: 50px;
}

.sp-nav .list-link {
    margin: 0 4% 20px;
}

.sp-nav .list-link__item {
    display: inline;
}

.sp-nav .list-link__item:not(:last-child):after {
    content: " / ";
}

.sp-nav .list-link__item a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}

.sp-nav .list-link__item a:hover {
    text-decoration: none;
}

.sp-nav .spnav-title {
    margin: 30px 4% 10px;
    font-size: 1.4rem;
    font-weight: 700;
}

.sp-nav .list-spnav__item {
    position: relative;
}

.sp-nav .list-spnav__item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 10px 4px 20px;
    color: #000;
}

.sp-nav .list-spnav__item:hover .list-snav__secondary {
    width: 300%;
    opacity: 1;
    height: auto;
}

.sp-nav .list-spnav__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 10px 4px 20px;
    color: #000;
}

.sp-nav .list-spnav__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4%;
    background: #fafafa url("https://jiin.itembox.design/item/common/ico_arrow_under.png?t=20250530150914") no-repeat right 4% top 50%;
    background-size: 21px 21px;
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.sp-nav .list-spnav__icon img {
    margin-right: 10px;
    padding: 5px;
}

.sp-nav .list-spnav__link {
    padding: 0 4%;
    background: #fafafa url("https://jiin.itembox.design/item/common/ico_arrow_right.png?t=20250530150914") no-repeat right 4% top 50%;
    background-size: 21px 21px;
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.sp-nav .list-spnav__link a {
    display: block;
    padding: 15px 10px 15px 0px;
    color: #000;
}

.sp-nav .list-spnav__secondary {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sp-nav .list-spnav__secondary.open {
    height: 100%;
}

.sp-nav .list-spnav .list-subnav {
    background: #fff;
}

.sp-nav .list-spnav .list-subnav__item {
    padding: 0 4%;
    background: url("https://jiin.itembox.design/item/common/ico_arrow_right.png?t=20250530150914") no-repeat right 4% top 50%;
    background-size: 21px 21px;
    border-bottom: 1px solid #cccccc;
}

.sp-nav .list-spnav .list-subnav__item a {
    padding: 15px 10px 15px 58px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

/* sp-nav */
.sp-search {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fafafa;
}

.sp-search.open {
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sp-search__inner {
    overflow: scroll;
}

.sp-search__btn {
    margin: 4%;
    text-align: right;
}

.sp-search__btn img {
    width: 40px;
    height: 40px;
}

.sp-search .popup-search {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 10px;
}

.sp-search .popup-search__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
}

.sp-search .popup-search__inner {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.sp-search .popup-search__input {
    flex: 1 0 auto;
}

.sp-search .popup-search__input input {
    height: 40px;
    border: 1px solid #efefef;
    border-right: none;
}

.sp-search .popup-search__btn {
    margin-left: 0;
    flex: 0 0 auto;
}

.sp-search .popup-search__btn input {
    height: 40px;
    padding: 10px;
    background: #000;
    border: 1px solid #bbbbbb;
    outline: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

.sp-search__bnr {
    margin: 10px;
}

/* ------------------------------------------------
 component
------------------------------------------------ */
/* スライダ― */
.mainvisual {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 30px;
}
.mainvisual_new {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 40px;
}

/*-----------矢印表示----------*/
/* button.slide-arrow {
    background: none !important;
} */
.slide-arrow {
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 0.5;
}
.prev-arrow {
    transform: rotate(180deg);
    /* margin-right: 20px; */
    left: 20px;
    z-index: 100;
}
.next-arrow {
    right: 20px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    transform: rotate(45deg);
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}
.slide-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
}
.slide-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before{
    opacity: 1;
}
.slide-dots li button:before{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
@media only screen and (max-width: 768px) {
    .prev-arrow,
    .next-arrow {
        width: 30px;
        height: 30px;
    }
    .prev-arrow {
        left: 5px;
    }
    .next-arrow {
        right: 5px;
    }
    .prev-arrow::before,
    .next-arrow::before{
        width: 15px;
        height: 15px;
        border-right: 2px solid #000;
        border-top: 2px solid #000;
    }
    .slide-dots li{
        margin: 0 5px;
    }
}



.section-news {
    margin: 0 15% 60px;
}

@media only screen and (max-width: 768px) {
    .section-news {
        margin: 0 0 40px;
    }
}

.section-news__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    background: url("https://jiin.itembox.design/item/top/bg_ttl_news.png?t=20250530150914") no-repeat 50% 50%;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.section-news ul.list-news {
    max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .section-news__title {
        padding: 30px 0;
        background: url("https://jiin.itembox.design/item/top/bg_ttl_news_sp.png?t=20250530150914") no-repeat 50% 50%;
        background-size: auto 50px;
        font-size: 2.2rem;
    }
}

.section-news__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.section-news .list-news__item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.section-news .list-news__date {
    flex: 0 0 14%;
    margin-right: 5%;
    font-size: 1.4rem;
    font-family: serif;
}

@media only screen and (max-width: 768px) {
    .section-news .list-news__date {
        flex: 0 0 18%;
    }
}

.section-news .list-news__label {
    flex: 0 0 14%;
    margin-right: 5%;
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section-news .list-news__label {
        flex: 0 0 20%;
    }
}

.section-news .list-news__label span {
    display: block;
}

.section-news .list-news__label .clr-01 {
    background: #a59132;
}

.section-news .list-news__label .clr-02 {
    background: #122641;
}

.section-news .list-news__label .clr-03 {
    background: #000000;
}

.section-news .list-news__text {
    flex: 0 0 62%;
    font-size: 1.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .section-news .list-news__text {
        margin-top: 5px;
        flex: 0 0 100%;
    }
}

/* section-news */
.section-bnr01 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .section-bnr01 {
        margin-bottom: 20px;
    }
}

.section-bnr01 .list-bnr01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-bnr01 .list-bnr01__item {
    flex: 0 0 49.5%;
    margin-top: 5px;
}

.section-bnr01 .list-bnr01__item_inproduct {
    flex: 0 0 100%;
}

.section-bnr01 .list-bnr01__item a:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    .section-bnr01 .list-bnr01__item {
        flex: 0 0 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .list-bnr01__item a,
    .list-bnr01__item_inproduct a {
        text-align: center;
        display: block;
    }

    .list-bnr01__item_inproduct img {
        display: block;
        margin: 0 auto;
    }
}

.section-bnr02 {
    margin-bottom: 20px;
}

.section-bnr02 .list-bnr02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
}

.section-bnr02 .list-bnr02__item {
    flex: 0 0 48%;
    margin: 1%;
}

.section-bnr02 .list-bnr03__item {
    flex: 0 0 100%;
    margin: 1%;
    padding-left: 1%;
}

.section-bnr02 .list-bnr02__item > a {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 50px;
}


.section-lineup {
    margin: 0 20px 60px;
}

@media only screen and (max-width: 768px) {
    .section-lineup {
        max-width: 0 10px 40px;
    }
}

.section-lineup__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    background: url("https://jiin.itembox.design/item/top/bg_ttl_lineup.png?t=20250530150914") no-repeat 50% 50%;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section-lineup__title {
        padding: 30px 0;
        background: url("https://jiin.itembox.design/item/top/bg_ttl_lineup_sp.png?t=20250530150914") no-repeat 50% 50%;
        background-size: auto 50px;
        font-size: 2.2rem;
    }
}

.section-lineup__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.section-lineup .list-lineup {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-lineup .list-lineup__item {
    flex: 0 0 31%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .section-lineup .list-lineup__item {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}

.section-lineup .list-lineup__eyecatch {
    margin-bottom: 10px;
}

.section-lineup .list-lineup__label {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section-lineup .list-lineup__label {
        font-size: 1.4rem;
    }

    .section-lineup .list-lineup__label a {
        text-decoration: underline;
    }

    .section-lineup .list-lineup__label a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    .section-lineup .list-subcategory {
        display: none;
    }
}

.section-lineup .list-subcategory__item {
    display: inline-block;
}

.section-lineup .list-subcategory__item a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}

.section-lineup .list-subcategory__item a:hover {
    text-decoration: none;
}

.section-lineup .list-subcategory__item:not(:last-child):after {
    content: " / ";
}

/* section-lineup */
.section-about {
    margin: 0 20px 60px;
}

.section-about__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    background: url("https://jiin.itembox.design/item/top/bg_ttl_about.png?t=20250530150914") no-repeat 50% 50%;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section-about__title {
        padding: 30px 0;
        background: url("https://jiin.itembox.design/item/top/bg_ttl_about_sp.png?t=20250530150914") no-repeat 50% 50%;
        background-size: auto 50px;
        font-size: 2.2rem;
    }
}

.section-about__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.section-about__comment {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
}

/* setion-about */
.section-7points {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-7points__contents {
    padding: 30px;
    background: #e7e9ec;
    border: 4px solid #000;
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-7points .list-left {
    flex: 0 0 45%;
}

.section-7points .list-right {
    flex: 0 0 55%;
}

.section-7points .list-7points__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: self-start;
}

.section-7points .list-7points__item .num {
    flex: 0 0 auto;
    margin-right: 2%;
    padding: 4px 8px;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
}

.section-7points .list-7points__item .text {
    flex: 0 0 85%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}

.section-7points .list-7points__item .text .fz-18 {
    font-size: 1.8rem;
}

.section-7points .list-7points__item .text .fz-20 {
    font-size: 2.0rem;
}

.section-7points .list-7points__item .text .fz-22 {
    font-size: 2.2rem;
}

.section-7points .list-7points__item .text .fz-24 {
    font-size: 2.4rem;
}

.section-7points .list-7points__item .text .fz-26 {
    font-size: 2.6rem;
}

.section-7points .list-7points__item .text .clr-red {
    color: #9f2042;
}

.section-7points__btn {
    flex: auto;
}

/* section-7points */

/* section-7points　2023.04.17編集　ここから */
/* sp */
.section-7points-sp_new {
    border: 1px solid #cccccc;
}

.section-7points-sp__title_new {
    width: 100%;
    padding: 10px;
    background-color: #9f2042;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.list-7points-sp_list_new {
    padding: 10px;
    counter-reset: item;
    list-style-type: none;
}

.list-7points-sp_list_new>li {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 10px;
}

.list-7points-sp_list_new>li:last-child {
    margin-bottom: 0px;
}

.list-7points-sp_list_new>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 0.5rem;
    font-weight: bold;
    color: #9f2042;
}

/* pc */
.section-7points-pc_new {
    border: 1px solid #cccccc;
    width: 580px;
    margin: 0 auto;
}

.section-7points-pc__title_new {
    width: 100%;
    padding: 15px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    background-color: #9f2042;
    color: #ffffff;
}

.list-7points-pc_list_new {
    padding: 15px;
    counter-reset: item;
    list-style-type: none;
}

.list-7points-pc_list_new>li {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 10px;
}

.list-7points-pc_list_new>li:last-child {
    margin-bottom: 0px;
}

.list-7points-pc_list_new>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 0.5rem;
    font-weight: bold;
    color: #9f2042;
}

/* section-7points　2023.04.17編集　ここまで */

.section-7points-sp {
    margin-bottom: 10px;
}

.section-7points-sp__title {
    padding: 25px 15% 15px;
    background: url("https://jiin.itembox.design/item/common/ttl_benefits_sp_bg.png?t=20250530150914") no-repeat;
    text-align: center;
}

.section-7points-sp__contents {
    padding: 8px 10px;
    border: 1px solid #cccccc;
    border-top: none;
}

.section-7points-sp .list-7points__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}

.section-7points-sp .list-7points__item .num {
    flex: 0 0 10%;
    margin-right: 3%;
    padding: 8px 6px;
    background: #000;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

.section-7points-sp .list-7points__item .text {
    flex: 0 0 85%;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

.section-7points-sp .list-7points__item .text .fz-s {
    font-size: 1.8rem;
}

.section-7points-sp .list-7points__item .text .fz-m {
    font-size: 2.2rem;
}

.section-7points-sp .list-7points__item .text .fz-l {
    font-size: 3rem;
}

.section-7points-sp .list-7points__item .text .clr-red {
    color: #9f2042;
}

.section-7points-sp__btn {
    text-align: center;
}

.section-greeting-sp {
    margin-bottom: 40px;
}

.section-greeting-sp__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    background: url("https://jiin.itembox.design/item/top/bg_ttl_greeting_sp.png?t=20250530150914") no-repeat 50% 50%;
    background-size: auto 50px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.section-greeting-sp__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.section-greeting-sp__comment {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2;
}

.section-greeting-sp__img {
    text-align: center;
}

/* section-greeting-sp */
/* ------------------------------------------------
 component
------------------------------------------------ */
table.table-form {
    width: 100%;
    border-top: 1px solid #000;
}

@media only screen and (max-width: 768px) {
    table.table-form {
        border: none;
    }
}

table.table-form th {
    position: relative;
    width: 30%;
    padding: 10px 10px;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
    font-weight: 700;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    table.table-form th {
        display: block;
        width: 100%;
        padding: 5px 0 5px 10px;
        border: none;
        border-left: 5px solid #668a43;
        font-size: 1.6rem;
    }
}

table.table-form th .req {
    float: right;
    padding: 5px;
    background: #9f2042;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

table.table-form td {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    table.table-form td {
        display: block;
        width: 100%;
        padding-bottom: 30px;
        border-bottom: none;
    }
}

table.table-form input,
table.table-form textarea {
    border: none;
    padding: 10px;
    background: #f5f5f5;
}

table.table-form textarea {
    height: 10em;
}

table.table-form select {
    width: 100%;
    height: 44px;
    padding-right: 1em;
    border: 1px solid #000;
    cursor: pointer;
    text-overflow: ellipsis;
}

table.table-form select:after {
    background: #000;
}

table.table-form select::-ms-expand {
    display: none;
}

table.table-form .form-select {
    position: relative;
}

table.table-form .form-select:before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 44px;
    height: 44px;
    background: url("https://jiin.itembox.design/item/contact/icon_arrow_select.png?t=20250530150914") no-repeat 50% 50%;
    pointer-events: none;
}

table.table-form .input-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

table.table-form .input-name-sei {
    flex: 0 0 50%;
}

table.table-form .input-name-mei {
    flex: 0 0 50%;
}

table.table-form .input-name .label {
    display: inline-block;
    margin-right: 10px;
    color: #999999;
}

table.table-form .name01 {
    width: 70%;
}

table.table-form .name02 {
    width: 70%;
}

table.table-form .input-tel {
    width: 40%;
}

/* table.table-form */
table.table-order th.row-col {
    border-bottom: 1px solid #eeeeee;
}

@media only screen and (max-width: 768px) {
    table.table-order th.row-col {
        border: none;
    }
}

table.table-order th .req {
    position: absolute;
    top: 20px;
    right: 10px;
}

@media only screen and (max-width: 768px) {
    table.table-order th .req {
        top: auto;
    }
}

table.table-order td.row-col {
    border-bottom: 1px solid #eeeeee;
}

@media only screen and (max-width: 768px) {
    table.table-order td.row-col {
        border: none;
    }
}

table.table-order .row-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    table.table-order .row-item {
        border: none;
    }
}

table.table-order .row-item__label {
    flex: 0 0 10%;
}

@media only screen and (max-width: 768px) {
    table.table-order .row-item__label {
        flex: 0 0 100%;
    }
}

table.table-order .row-item__input {
    flex: 0 0 88%;
}

@media only screen and (max-width: 768px) {
    table.table-order .row-item__input {
        flex: 0 0 100%;
    }
}

table.table-order .row-item input.input-num {
    width: 3em;
}

/* table.table-order */
.form-contact .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .form-contact .btn {
        margin-top: 20px;
    }
}

.form-contact .btn__submit {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .form-contact .btn__submit {
        margin-right: 0;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 768px) {
    .form-contact .btn__reset {
        margin-top: 10px;
        flex: 0 0 100%;
    }
}

.form-contact .btn .input-submit {
    width: 240px;
    padding: 20px;
    background: #9f2042;
    border: none;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.form-contact .btn .input-reset {
    width: 240px;
    padding: 20px;
    background: #cccccc;
    border: none;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

/* form-contact */

.page table.style01 {
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

.page table.style01 th {
    width: 30%;
    padding: 10px 20px;
    background: #668a43;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .page table.style01 th {
        display: block;
        width: 100%;
        border: none;
    }
}

.page table.style01 td {
    width: 70%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .page table.style01 td {
        display: block;
        width: 100%;
        border: none;
    }
}

.page table.style01 .list-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page table.style01 .list-data__label {
    flex: 0 0 18%;
    padding: 2px 0;
}

.page table.style01 .list-data__data {
    flex: 0 0 80%;
    padding: 2px 0;
}

.page .bnr-ssl {
    margin-bottom: 80px;
    text-align: center;
}

.page .caution {
    color: #999;
    font-size: 1.4rem;
}

.page .ico-search {
    position: relative;
}

.page .ico-search:after {
    position: absolute;
    top: 0px;
    right: 0%;
    content: "";
    background: url("https://jiin.itembox.design/item/fax/icon_search.png?t=20250530150914") no-repeat 100% 0%;
    width: 100px;
    height: 100px;
}

.page__btn {
    text-align: center;
}

.page .btn-fax a {
    display: inline-block;
    padding: 15px 15px 15px 60px;
    background: #000 url("https://jiin.itembox.design/item/guide/icon_fax.png?t=20250530150914") no-repeat left 15px top 50%;
    color: #fff;
    font-size: 1.8rem;
}

.page .btn-contact a {
    display: inline-block;
    padding: 15px 15px 15px 60px;
    background: #000 url("https://jiin.itembox.design/item/guide/icon_mail.png?t=20250530150914") no-repeat left 15px top 50%;
    color: #fff;
    font-size: 1.8rem;
}

.page .clr-red {
    color: #9f2042;
}

.page .clr-g {
    color: #a59132;
}

/* page */
/* ------------------------------------------------
 page
------------------------------------------------ */
.page__headline {
    margin-bottom: 30px;
    padding: 20px 40px;
    background: url("https://jiin.itembox.design/item/page/bg_ttl_page.png?t=20250530150914") no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .page__headline {
        padding: 15px 10px;
        background: url("https://jiin.itembox.design/item/page/bg_ttl_page_sp.png?t=20250530150914") no-repeat;
        background-size: cover;
        font-size: 3.2rem;
        line-height: 1.4;
    }
}

.page__content {
    margin-bottom: 60px;
}

.page__col {
    margin-bottom: 40px;
}

.page__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.page__title.bg-company {
    background: url("https://jiin.itembox.design/item/company/bg_ttl_company.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-case {
    background: url("https://jiin.itembox.design/item/company/bg_ttl_case.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-guide {
    background: url("") no-repeat 50% 50%;
}

.page__title.bg-contact {
    background: url("https://jiin.itembox.design/item/contact/bg_ttl_contact.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-order {
    background: url("https://jiin.itembox.design/item/order/bg_ttl_order.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-attention {
    background: url("https://jiin.itembox.design/item/order/bg_ttl_attention.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-flow {
    background: url("https://jiin.itembox.design/item/order/bg_ttl_flow.png?t=20250530150914") no-repeat 50% 50%;
}

.page__title.bg-form {
    background: url("https://jiin.itembox.design/item/order/bg_ttl_form.png?t=20250530150914") no-repeat 50% 50%;
}

@media only screen and (max-width: 768px) {
    .page__title {
        background-size: auto 50% !important;
    }
}

.page__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.page__title02 {
    margin-bottom: 15px;
    padding: 4px 0 4px 12px;
    border-left: 6px solid #698f3f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.page__title03 {
    margin-bottom: 15px;
    padding: 4px 0 4px 12px;
    border-left: 6px solid #a59132;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.page__comment {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

/* よくあるご質問 */
ul.page__content_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
ul.page__content_menu > li {
    flex: 0 1 33%;
    border: 1px solid #0f223b;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
ul.page__content_menu > li > a {
    display: block;
    position: relative;
    padding: 10px 10px;
    width: 100%;
    height: auto;
    color: #0f223b;
}
ul.page__content_menu > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #0f223b;
    border-right: 1px solid #0f223b;
    transform: rotate(45deg);
    transition: all 0.5s 0s ease;
}
ul.page__content_menu > li:hover > a {
    background-color: #0f223b;;
    color: #fff;
}
ul.page__content_menu > li:hover > a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 10px;
}
@media only screen and (max-width: 768px) {
    ul.page__content_menu {
      flex-direction: column;
      flex-wrap: nowrap;
      width: 100%;
    }
    ul.page__content_menu > li {
      flex: 0 0 100%;
      /* margin-bottom: 5px; */
    }
}
.page__title02_faq {
    margin-bottom: 30px;
    padding: 4px 0 4px 12px;
    border-left: 6px solid #698f3f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2; 
}
.page__comment_question,
.page__comment_answer {
    font-size: 1.8rem;
    line-height: 3.25rem;
    text-indent: 3.6rem;
    position: relative;
}
.page__comment_question {
    margin-bottom: 10px;
    font-weight: bold;
}
.page__comment_question::after {
    content: 'Q：';
    position: absolute;
    top: 0;
    left: -3.6rem;
    display: block;
    width: 8px;
    height: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #698f3f;
}
.page__comment_answer::after {
    content: 'A：';
    position: absolute;
    top: 0;
    left: -3.6rem;
    display: block;
    width: 8px;
    height: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #9f2042;
}
.page__comment_gobacktop {
    font-size: 1.8rem;
    text-align: right;
}
.page__comment_gobacktop > a {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    background-color: #0f223b;
    color: #ffffff;
    width: 150px;
    border-radius: 16px;
}
.page__comment_gobacktop > a::after {
    content: '';
    position: absolute;
    top: 55%;
    left: 13px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    transition: all 0.5s 0s ease;
}
.page__comment_link {
    font-size: 1.8rem;
}
.page__comment_link > a {
    color: #0f223b;
    border-bottom: 1px solid #0f223d;
    position: relative;
}
.page__comment_link > a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    background-image: url(https://jiin.itembox.design/item/guide/linkicon_30x30.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.underline_y {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}


/* 会社概要 */
.page .lead-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.page .lead-company__img {
    flex: 0 0 50%;
}

.page .lead-company__text {
    flex: 0 0 48%;
}

.page .lead-company__text .lead-text {
    margin-bottom: 20px;
}

.page .lead-company__text .comment {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.author_company {
    display: flex;
}

.author_company .author_img_company > img {
    display: block;
    width: 150px;
    height: 150px;
    border: 1px solid #999999;
    border-radius: 50%;
    margin: 0 30px;
}
.author_company .author_profile_company {
    display: block;
    width: 550px;
}
.author_company .author_profile_company .author_profile_name_company {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #999999;
}

@media only screen and (max-width: 768px) {
    .author_company {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }    
    .author_company .author_img_company > img {
        display: block;
        width: 150px !important;
        height: 150px !important;
        margin: 0 auto 20px;
    }
    .author_company .author_profile_company {
        display: block;
        width: 100%;
    }
}



.page .list-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page .list-case__item {
    flex: 0 0 31%;
    margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
    .page .list-case__item:not(:nth-child(3n)) {
        margin-right: 3.5%;
    }
}

@media only screen and (max-width: 768px) {
    .page .list-case__item {
        flex: 0 0 48%;
    }

    .page .list-case__item:nth-child(2n+1) {
        margin-right: 4%;
    }
}

.page .list-case__eyecatch {
    margin-bottom: 5px;
}

.page .list-case__title a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}

.page .list-case__title a:hover {
    text-decoration: none;
}

/* page */
.page-fax .link-pdf {
    max-width: 80%;
    margin: 20px auto;
}

@media only screen and (max-width: 768px) {
    .page-fax .link-pdf {
        max-width: 100%;
    }
}

/* page-fax */
.page-guide .list-bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 25px;
}

@media only screen and (max-width: 768px) {
    .page-guide .list-bnr {
        margin: 0;
    }
}

.page-guide .list-bnr__item {
    flex: 0 0 49%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 768px) {
    .page-guide .list-bnr__item {
        flex: 0 0 100%;
    }
}

.page-guide .list-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-guide .list-tab__item {
    flex: 0 0 31%;
    cursor: pointer;
    padding: 10px;
    background: #999999;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .page-guide .list-tab__item {
        flex: 0 0 100%;
    }
}

.page-guide .list-tab__item.active {
    background: #a59132;
}

.page-guide .tab-btn {
    position: relative;
    cursor: pointer;
    margin: 10px 0 0;
    padding: 10px;
    background: #a59132;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.page-guide .tab-btn:after {
    position: absolute;
    top: 30%;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.page-guide .tab-area {
    display: none;
    padding: 40px;
    background: #f6f4ea;
}

@media only screen and (max-width: 768px) {
    .page-guide .tab-area {
        padding: 20px 10px;
    }
}

.page-guide .tab-area.show {
    display: block;
}

.page-guide .step {
    margin: 40px auto;
}

.page-guide .step__title {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
    font-size: 1.8rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .page-guide .step__title span {
        display: block;
        font-size: 1.4rem;
    }
}

.page-guide .step__comment {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700;
}

.page-guide .list-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-guide .list-flow__item {
    position: relative;
    flex: 0 0 22%;
}

@media only screen and (max-width: 768px) {
    .page-guide .list-flow__item {
        flex: 0 0 44%;
        margin-bottom: 20px;
    }

    .page-guide .list-flow__item:nth-child(2n+1):after {
        position: absolute;
        top: 60px;
        right: -18%;
        content: "";
        width: 12px;
        height: 21px;
        background: url("https://jiin.itembox.design/item/guide/icon_arrow_flow.png?t=20250530150914") no-repeat;
    }
}

@media only screen and (min-width: 769px) {
    .page-guide .list-flow__item:not(:last-child):after {
        position: absolute;
        top: 60px;
        right: -12%;
        content: "";
        width: 12px;
        height: 21px;
        background: url("https://jiin.itembox.design/item/guide/icon_arrow_flow.png?t=20250530150914") no-repeat;
    }
}

.page-guide .list-flow__fig {
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .page-guide .list-flow__fig img {
        width: 90%;
    }
}

.page-guide .list-flow__title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.page-guide .list-flow__title span {
    margin-right: 5px;
}

.page-guide .list-flow__comment {
    font-size: 1.4rem;
}

/* page-guide */
.confirm-page {
    max-width: 800px;
    margin: 60px auto;
}

@media only screen and (max-width: 768px) {
    .confirm-page {
        padding: 0 40px;
    }
}

.confirm-page__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.confirm-page__desc {
    font-size: 1.4rem;
}

.confirm-page__error {
    margin: 20px;
}

.confirm-page__error--text {
    color: #9f2042;
    font-size: 1.4rem;
}

.confirm-page .error_messe {
    font-size: 1.4rem;
}

/* confirm-page */
.page-order .list-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-order .list-flow__item {
    position: relative;
    flex: 0 0 23%;
}

@media only screen and (max-width: 768px) {
    .page-order .list-flow__item {
        flex: 0 0 46%;
    }

    .page-order .list-flow__item:nth-of-type(2):after {
        display: none;
    }
}

.page-order .list-flow__item:not(:last-child):after {
    position: absolute;
    top: 60px;
    right: -10%;
    content: "";
    width: 12px;
    height: 21px;
    background: url("https://jiin.itembox.design/item/order/icon_arrow_flow.png?t=20250530150914") no-repeat;
}

.page-order .list-flow__fig {
    margin-bottom: 10px;
    text-align: center;
}

.page-order .list-flow__title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}

.page-order .list-flow__title span {
    margin-right: 5px;
}

.page-order .list-flow__comment {
    margin: 0 15px;
    font-size: 1.4rem;
}

/* page-order */
.page-thanks p {
    margin-bottom: 1em;
}

/* page-thanks */
.fs-body-category .contents {
    margin-bottom: 80px;
}

.category .clr-red {
    color: #9f2042;
}

.category__headline {
    margin-bottom: 30px;
    padding: 60px 40px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .category__headline {
        padding: 50px 20px;
        font-size: 3.2rem;
    }
}

.category__headline.category-kyokuroku {
    background: url("https://jiin.itembox.design/item/cat/bg_ttl_kyokuroku.png?t=20250530150914") no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .category__headline.category-kyokuroku {
        background: url("https://jiin.itembox.design/item/cat/bg_ttl_kyokuroku_sp.png?t=20250530150914") no-repeat top;
        background-size: cover;
    }
}

.category__content {
    margin: 20px 0;
}

.category__title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.category__title.bg-hot {
    background: url("https://jiin.itembox.design/item/cat/bg_ttl_hot.png?t=20250530150914") no-repeat 50% 50%;
}

.category__title.bg-item {
    background: url("https://jiin.itembox.design/item/cat/bg_ttl_item.png?t=20250530150914") no-repeat 50% 50%;
}

.category__title:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 3px;
    border-bottom: 3px solid #000;
}

.category__comment {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 3.25rem;
    font-weight: nomal;
}

.category-content h3 {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 40px 0 10px 0;
    padding: 0 0 0 8px;
    border-left: 3px solid #000;
}

.category-content h4 {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 5px 0;
}

.category-content h4::before {
    content: "・";
}

.category-content dl {
    margin: 0 0 40px 0;
    font-size: 1.5rem;
    font-weight: nomal;
}

.category-content dt {
    font-size: 1.8rem;
    margin: 15px 0 0 0;
    font-weight: bold;
}

.category-content dt::before {
    content: "・";
}

.category-content dd {
    font-size: 1.8rem;
    text-indent: 1.5rem;
}

.category-content p {
    margin: 0 0 40px 0;
}

.category__detailbtn {
    text-align: center;
}

.category__detailbtn a {
    display: inline-block;
    padding: 15px 60px 15px 15px;
    background: #000 url("https://jiin.itembox.design/item/cat/icon_arrow.png?t=20250530150914") no-repeat right 15px top 50%;
    color: #fff;
    font-size: 1.8rem;
}

.category .list-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .category .list-product {
        margin: 0 10px 30px;
    }
}

.category .list-product__item {
    flex: 0 0 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .category .list-product__item {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}

.category .list-product__label {
    flex: 0 0 5%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
}

.category .list-product__body {
    flex: 0 0 92%;
}

.category .list-product__img {
    margin-bottom: 5px;
}

.category .list-product__title {
    font-size: 1.4rem;
    font-weight: 700;
}

/* catagory */

.fs-c-productList .fs-c-sortItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background: #fafafa;
}

.fs-c-productList .fs-c-sortItems__label {
    flex: 0 0 auto;
    margin-right: 15px;
    font-size: 1.4rem;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .fs-c-productList .fs-c-sortItems__label {
        flex: 0 0 100%;
    }
}

.fs-c-productList .fs-c-sortItems__list {
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fs-c-productList .fs-c-sortItems__list__item {
    flex: 0 0 auto;
    margin: 0 15px;
}

.fs-c-productList .fs-c-sortItems__list__item a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: underline;
}

.fs-c-productList .fs-c-sortItems__list__item a:hover {
    text-decoration: none;
}

.fs-c-productList .fs-c-listControl {
    margin: 40px 20px 20px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .fs-c-productList .fs-c-listControl {
        margin: 20px 10px;
    }
}

.fs-c-productList__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fs-c-productList__list__item {
    flex: 0 0 30%;
    margin-bottom: 60px;
}

.fs-c-productList__list__item:not(:nth-child(3n)) {
    margin-right: 5%;
}

@media only screen and (max-width: 768px) {
    .fs-c-productList__list__item:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .fs-c-productList__list__item {
        flex: 0 0 48%;
    }

    .fs-c-productList__list__item:nth-child(2n+1) {
        margin-right: 4%;
    }
}

.fs-c-productList__list__item a {
    color: #000;
}

.fs-c-productList__list__imageContainer {
    margin-bottom: 5px;
}

.fs-c-productList__list__viewMoreImageButton {
    display: none;
}

.fs-c-productList .fs-c-productPrice--listed {
    display: none;
}

.fs-c-productList .fs-c-productPrice--selling {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fs-c-productList .fs-c-productPrice--selling .fs-c-productPrice__main {
    text-align: right;
}

.fs-c-productList .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}

.fs-c-productList .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    font-size: 2.0rem;
    font-weight: 700;
    color: #cc0000;
}

.fs-c-productList .fs-c-productPrice__addon {
    display: none;
}

.fs-c-productList .fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-productList .fs-c-productListItem__productDescription {
    display: none;
}

/* fs-c-productList */
.fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .fs-c-productListItem__imageContainer>.fs-c-productListItem__image {
        border: 1px solid #cccccc;
    }
}

.fs-c-productListItem__productName a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}

.fs-c-productListItem__productName a:hover {
    text-decoration: none;
}

.fs-c-productListItem__outOfStock {
    display: none;
}

/* s-c-productListItem */
/* ------------------------------------------------
 object
------------------------------------------------ */
/* ------------------------------------------------
 component
------------------------------------------------ */
.fs-l-productLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fs-l-productLayout .item-leftcol {
    flex: 0 0 50%;
}

@media only screen and (max-width: 768px) {
    .fs-l-productLayout .item-leftcol {
        flex: 0 0 100%;
    }
}

.fs-l-productLayout .item-rightcol {
    flex: 0 0 47%;
}

@media only screen and (max-width: 768px) {
    .fs-l-productLayout .item-rightcol {
        flex: 0 0 100%;
    }
}

.fs-l-productLayout .fs-c-productThumbnail__image {
    margin: 2% 2% 0 0;
    flex: 0 0 23%;
}

.fs-l-productLayout .fs-c-productNameHeading {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
}

/* カテゴリーページ商品名拡大 */
.fs-c-productName>a>span.fs-c-productName__name {
    font-size: 1.6rem;
}

.fs-c-productListItem__productName.fs-c-productName,
.fs-c-productListItem__productName {
    padding-bottom: 10px;
}

.fs-l-productLayout .fs-c-productNumber {
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 6px;
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 1.2;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--listed {
    display: none;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--selling {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    display: none;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    color: #cc0000;
    font-size: 3.8rem;
    font-weight: 700;
}

.fs-l-productLayout .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
    font-weight: 700;
    margin-left: 5px;
}

.fs-l-productLayout .fs-c-productPointDisplay {
    margin-bottom: 20px;
    color: #9f2042;
    font-size: 1.4rem;
    font-weight: 700;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist {
    display: block;
    padding: 0 !important;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail {
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity {
    flex: 0 0 25%;
}

.fs-l-productLayout .fs-c-variationAndActions__variationLabel {
    font-size: 1.8rem;
    font-weight: 700;
}

.fs-l-productLayout .fs-c-variationAndActions__variation .fs-c-dropdown__menu {
    border: 1px solid #000;
}

.fs-l-productLayout .fs-c-variationAndActions__stockSignLegend {
    display: none;
}

.fs-l-productLayout .fs-c-productActionButton {
    padding: 10px 0;
    margin: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
    .fs-l-productLayout .fs-c-productActionButton {
        padding: 10px 0;
        margin: 10px 0 0 0;
    }
}

.item-rightcol>.fs-l-productLayout .fs-c-productActionButton {
    padding: 10px 0;
    margin: 30px 0 2em 0;
}

.fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
    padding: 0;
    background: none;
    border: none;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
        width: 100%;
        height: 100px;
    }

    .fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
        padding: 20px 70px 20px 100px !important;
        background: #cc0000 url("https://jiin.itembox.design/item/detail/icon_cart.png?t=20250530150914") no-repeat left 70px top 50% !important;
        color: #fff !important;
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        border-radius: 10px;
    }
}

.fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
    padding: 20px 100px 20px 130px;
    background: #cc0000 url("https://jiin.itembox.design/item/detail/icon_cart.png?t=20250530150914") no-repeat left 100px top 50%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 10px;
}

.fs-l-productLayout .fs-c-productQuantityAndWishlist {
    margin: 20px 0;
    display: flex;
    flex-direction: row-reverse;
}

.fs-l-productLayout .fs-c-productOption {
    margin: 20px 0;
}

.fs-l-productLayout .fs-c-productMainImage__expandButton {
    display: none;
}

.fs-l-productLayout .fs-c-productNotice {
    margin: 10px;
    color: #9f2042;
    font-size: 1.4rem;
}

.fs-l-productLayout .item-bottomcol {
    margin: 40px 0;
}

.fs-l-productLayout .fs-p-productDescription--full {
    margin: 60px 0px;
}

@media only screen and (max-width: 768px) {
    .fs-l-productLayout .fs-p-productDescription--full {
        margin: 40px 0;
    }
}


/* 商品コンテンツ　バリエーション表示 */
ul.fs-c-variationMatrix li.fs-c-variationMatrix__row {
    font-size: 1.4rem;
}

.fs-c-variationMatrix__item {
    flex-basis: 32px !important;
}
.fs-c-variationMatrix__row__variationName {
    font-size: 1.5rem;
    margin: 4px;
    min-width: 80px;
    text-align: right;
    padding: 10px 0;
}    

/* メインコンテンツ　左カラム */
.fs-l-productLayout .fs-p-productDescription--short {
    margin: 20px 0;
    font-size: 1.5rem;
    font-weight: nomal;
}
.fs-p-productDescription--short .itemdata p>a {
    text-decoration: underline;
    color: #3872b8;
    cursor: pointer;
}

.fs-p-productDescription--full .itemdata dl>dd>a {
    text-decoration: underline;
    color: #3872b8;
    cursor: pointer;
}

.fs-p-productDescription--short .itemdata a:link,
.fs-p-productDescription--short .itemdata a:visited,
.fs-p-productDescription--short .itemdata a:active,
.fs-p-productDescription--short .itemdata a:hover {
    color: #c531ac;
}

.fs-p-productDescription--full .itemdata dl>dd>a:link,
.fs-p-productDescription--full .itemdata dl>dd>a:visited,
.fs-p-productDescription--full .itemdata dl>dd>a:active,
.fs-p-productDescription--full .itemdata dl>dd>a:hover {
    color: #c531ac;
}




/* ここから未編集（対象コードなし20240513　後日削除予定） */
.fs-l-productLayout .itemdata .clr-red {
    color: red;
}

.fs-l-productLayout .itemdata .emphasis_text {
    font-weight: bold;
}

.fs-l-productLayout .itemdata p.product_spec {
    font-size: 1.5rem;
    font-weight: bold;
    text-indent: 0 !important;
    margin: 0 0 10px 0;
}
/* ここまで未編集（対象コードなし20240513　後日削除予定） */


/* 商品紹介（introduction）　ここから */
.fs-l-productLayout .itemdata p.wa_p_intro-para {
    font-size: 1.8rem;
    line-height: 3.25rem;
    font-weight: nomal;
    text-indent: 1.5rem;
    margin: 20px 0 30px;
}    

.fs-l-productLayout .itemdata h3.wa_p_intro-title-h3,
.fs-l-productLayout .itemdata h3.wa_p_detail-title-h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0 20px 0;
    color: #fff;
    background-color: #000000;
    padding: 5px;
}

.fs-l-productLayout .itemdata h4.wa_p_intro-title-h4,
.fs-l-productLayout .itemdata h4.wa_p_detail-title-h4 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 50px 0 20px 0;
    border-left: 3px solid #000000;
    padding-left: 5px;
}

.fs-l-productLayout .itemdata h5.wa_p_intro-title-h5,
.fs-l-productLayout .itemdata h5.wa_p_detail-title-h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #000000;
    /* padding-left: 5px; */
}

/* リスト */

.fs-l-productLayout .itemdata dl.wa_p_intro-dl {
    font-size: 1.8rem;
    line-height: 3.25rem;
    margin: 20px 0 50px;
}
.fs-l-productLayout .itemdata dl.wa_p_intro-dl>dd {
    margin-bottom: 15px;
    padding-left: 1.8rem;
}

.fs-l-productLayout .itemdata dl.wa_p_intro-dl>dt::before {
    content: "・";
}

.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul,
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol {
    font-weight: nomal;
    margin: 20px 0 50px;
}

.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol {
    counter-reset: item;
    list-style-type: none;
}

.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}

.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 5px;
}

.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}

.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li::before {
    content: "・";
}

/* リスト　画像付き */
.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap,
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap {
    display: flex;
    justify-content: space-between;
    text-indent: 0rem !important;
    padding-left: 0rem !important;
}
.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap>p.wa_p_intro-flexWrap-para,
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap>p.wa_p_intro-flexWrap-para {
    width: 48%;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}
.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img,
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img {
    width:48%;
}
.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap::before,
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap::before {
    content: none;
}
.fs-l-productLayout .itemdata ul.wa_p_intro-list-ul>li>p.wa_p_intro-flexWrap-para::before {
    content: "・";
}
.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li>p.wa_p_intro-flexWrap-para::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 5px;
}

@media only screen and (max-width: 768px) {
    ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap,
    ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap {
        flex-direction: column;
        align-items: flex-start;
    }
    ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img,
    ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap>p.wa_p_intro-flexWrap-para,
    ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img,
    ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap>p.wa_p_intro-flexWrap-para {
        width: 100% !important;
        margin: 15px 0;
    }    
    ul.wa_p_intro-list-ul>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img,
    ol.wa_p_intro-list-ol>li.wa_p_intro-flexWrap>img.wa_p_intro-flexWrap-img {
        max-width: 600px;
        margin: 0 auto;
    }
}






.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}

.fs-l-productLayout .itemdata ol.wa_p_intro-list-ol>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 5px;
}


/* Q & A */
h5.wa_p_intro-question-h5 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    background-color: #cccccc;
}
h5.wa_p_intro-question-h5::before {
    position: absolute;
    content: "Q：";
    font-size: 1.8rem;
    font-weight: bold;
    color: #9f2042;
    left: 10px;
}
p.wa_p_intro-answer {
    position: relative;
    font-size: 1.8rem;
    color: #102138;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
}
p.wa_p_intro-answer::before {
    position: absolute;
    content: "A：";
    font-size: 1.8rem;
    font-weight: bold;
    left: 10px;
}

/* テーブル */
.fs-l-productLayout .itemdata table.wa_p_intro-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    font-size: 1.3rem;
    margin: 20px 0 50px;
}

.fs-l-productLayout .itemdata table.wa_p_intro-table caption {
    font-size: 1.5rem;
    font-weight: bold;
}

.fs-l-productLayout .itemdata table.wa_p_intro-table th,
.fs-l-productLayout .itemdata table.wa_p_intro-table td {
    padding: 5px 5px;
    border: 1px solid #999;
}

.fs-l-productLayout .itemdata table.wa_p_intro-table th {
    background-color: #dbdbdb;
}

.fs-l-productLayout .itemdata table.wa_p_intro-table th {
    background-color: #bbbbbb;
    text-align: center;
}
.wa_nowrap {
    white-space: nowrap;
}

.wa_txtright {
    text-align: right;
}

/* 2カラム */
.wa_p_intro-2col {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 50px;
}
.wa_p_intro-2col-child {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.wa_p_intro-2col-child>img {
    display: block;
    width: 100%;
}
.wa_p_intro-caption {
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
}
.wa_p_intro-2col-child-para {
    font-size: 1.8rem;
    line-height: 3.25rem;
    text-indent: 1.5rem;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ul.wa_p_intro-list-ul,
.wa_p_intro-2col>.wa_p_intro-2col-child>ol.wa_p_intro-list-ol {
    font-size: 1.5rem;
    font-weight: nomal;
    margin: 0 !important;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ol.wa_p_intro-list-ol {
    counter-reset: item;
    list-style-type: none;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ol.wa_p_intro-list-ol>li {
    font-size: 1.8rem;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    margin: 0 !important;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ol.wa_p_intro-list-ol>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 5px;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ul.wa_p_intro-list-ul>li {
    font-size: 1.8rem;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    margin: 0 !important;
}

.wa_p_intro-2col>.wa_p_intro-2col-child>ul.wa_p_intro-list-ul>li::before {
    content: "・";
}

@media only screen and (max-width: 768px) {
    .wa_p_intro-2col {
        flex-direction: column;
        align-items: flex-start;
    }
    .wa_p_intro-2col-child {
        width: 100%;
        margin: 15px 0;
    }    
    .wa_p_intro-2col-child>img {
        max-width: 600px;
        margin: 0 auto;
    }    
}
.wa_p_intro-linkwrapper {
    position: relative;
    display: flex;
    margin: 15px;
    background-color: #fff0c5;
    border-radius: 10px;
    padding: 25px;
}
.wa_p_intro-linkwrapper::before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 67px;
    left: -10px;
    top: -10px;
    background-image: url(https://jiin.itembox.design/item/img/productlp/recomend_icon.png);
    background-size: cover;
}
.wa_p_intro-linkwrapper>a {
    display: block;
    min-width: 200px;
}
.wa_p_intro-linkwrapper>a>img {
    display: block;
    width: 200px;
}
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 15px;
}
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product>p.wa_p_intro-link-productname>a {
    text-decoration: none;
    font-weight: bold;
}
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product>p {
    text-indent: 0 !important;
    margin-bottom: 10px;
}
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product>p.wa_p_intro-link-price {
    text-align: right;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 0px;
    }
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product>p>span.wa_p_intro-link-priceYen {
    font-size: 1.5rem;
    font-weight: nomal !important;
    padding-right: 5px;
}
.wa_p_intro-linkwrapper>div.wa_p_intro-link-product>p.wa_p_intro-link-price>span.wa_p_intro-link-productprice {
    font-size: 1.5rem;
    font-weight: nomal !important;
    padding-left: 5px;
}
@media only screen and (max-width: 768px) {
    .wa_p_intro-linkwrapper {
        flex-direction: column;
    }
    .wa_p_intro-linkwrapper>a {
        width: 90%;
        margin: 0 auto 20px;
    }
    .wa_p_intro-linkwrapper>a>img {
        display: block;
        width: 100%;
    }
}

/* 商品紹介　ここまで */

/* 商品詳細（detail）　ここから（definition list（定義）） */
.fs-l-productLayout .itemdata dl.wa_p_detail-definition {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.fs-l-productLayout .itemdata dl.wa_p_detail-definition dt {
    flex: 0 0 25%;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.5rem;
    font-weight: nomal;
    align-self: stretch;
}

.fs-l-productLayout .itemdata dl.wa_p_detail-definition dd {
    flex: 0 0 75%;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.5rem;
    font-weight: 700;
}

.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ul,
.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ol {
    font-size: 1.5rem;
    font-weight: nomal;
    /* margin: 20px 0 50px; */
}

.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ol {
    counter-reset: item;
    list-style-type: none;
}

.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ul>li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ul>li::before {
    content: "・";
}
.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ol>li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-indent: -2.0rem;
    padding-left: 2.0rem;
}
.fs-l-productLayout .itemdata>dl.wa_p_detail-definition>dd>ol>li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 7px;
}
@media only screen and (max-width: 768px) {
    .fs-l-productLayout .itemdata dl.wa_p_detail-definition dt {
        flex: 0 0 28%;
        padding: 2%;
        background: #f2f2f2;
        align-self: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    .fs-l-productLayout .itemdata dl.wa_p_detail-definition dd {
        flex: 0 0 72%;
        padding: 2%;
    }

    .wa_tablemobile-scroll {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* 商品詳細　ここまで */


/* fs-l-productLayout */
/* ------------------------------------------------
 component
------------------------------------------------ */
.detail-layout01 {
    margin: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .detail-layout01 {
        margin: 0 0 40px;
    }
}

.detail-layout01__text {
    flex: 0 0 48%;
}

@media only screen and (max-width: 768px) {
    .detail-layout01__text {
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

.detail-layout01__img {
    flex: 0 0 48%;
}

@media only screen and (max-width: 768px) {
    .detail-layout01__img {
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
}

.detail-layout01__title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
}

.detail-layout01__comment {
    font-size: 1.4rem;
    font-weight: 700;
}

/* ------------------------------------------------
 fs
------------------------------------------------ */
.fs-c-breadcrumb {
    max-width: 1024px;
    margin: 0 auto 10px;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
    font-size: 1.4rem;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list a {
    color: #000;
    text-decoration: underline;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list a:hover {
    text-decoration: none;
}

.fs-c-listControl {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.fs-c-listControl__status {
    flex: 0 0 auto;
    margin-right: 20px;
    font-size: 1.4rem;
}

.fs-c-listControl .fs-c-pagination {
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.fs-c-listControl .fs-c-pagination__item {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin: 0 2px;
    padding: 4px;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}

.fs-c-listControl .fs-c-pagination__item.is-active {
    background: none;
    color: #000;
}

.fs-c-listControl .fs-c-pagination__item a {
    color: #fff;
    font-size: 1.4rem;
}

.fs-c-productMarks {
    margin-bottom: 10px;
}

.fs-c-productMarks .fs-c-productMark {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 1px;
}

.fs-c-productMarks .fs-c-productMark__item {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.fs-c-productMarks .fs-c-productMark .mark-sokunou {
    background: #9f2042;
}

.fs-c-productMarks .fs-c-productMark .mark-joudo {
    background: #122641;
}

.fs-c-productMarks .fs-c-productMark__label {
    padding: 4px 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

/* fs-c-productMarks */
.fs-c-documentArticle {
    margin: 0 10px 40px;
}

.fs-p-privacyPolicy {
    margin: 0 auto 80px;
}

.fs-p-privacyPolicy .fs-c-documentArticle__heading {
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.fs-p-privacyPolicy .fs-c-explainList {
    margin-bottom: 20px;
}

.fs-p-privacyPolicy .fs-c-documentColumn {
    margin-bottom: 40px;
}

.fs-p-privacyPolicy .fs-c-documentColumn__heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}

.fs-p-privacyPolicy .fs-c-documentColumn__content {
    margin-bottom: 20px;
}

.fs-p-aboutTerms {
    margin: 0 auto 80px;
}

.fs-p-aboutTerms .fs-c-documentArticle {
    margin-bottom: 40px;
}

.fs-p-aboutTerms .fs-c-documentArticle__heading {
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.fs-p-aboutTerms .fs-c-explainList {
    margin-bottom: 20px;
}

.fs-p-aboutTerms .fs-c-documentColumn {
    margin-bottom: 40px;
}

.fs-p-aboutTerms .fs-c-documentColumn__heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}

.fs-p-aboutTerms .fs-c-documentColumn__content {
    margin-bottom: 20px;
}

.fs-c-buttonContainer--loginAndPurchase {
    display: block;
    width: 100%;
    text-align: center;
}

.fs-c-buttonContainer--loginAndPurchase a {
    display: block;
    width: 100%;
    padding: 10px;
    background: #b40926;
    color: #fff;
}

.fs-c-buttonContainer--unregisteredUserPurchase {
    display: block;
    width: 100%;
    text-align: center;
}

.fs-c-buttonContainer--unregisteredUserPurchase a {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    color: #333;
}

.fs-c-button--continueShopping .fs-c-button__label {
    padding: 10px;
    background: #000;
    color: #fff;
}

/* fs-c-button */

/*# sourceMappingURL=style.css.map */


/* いくつかのお届け先に送る */
.fs-c-buttonContainer--addDestinationButton span.fs-c-button__label {
    background: #000;
    padding: 1em;
    color: #fff;
}

button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 0.3em 1em;
}

/* */
.fs-c-checkout-multiDestination__title {
    background: #698f3f !important;
}

.fs-c-checkout-preview__title {
    font-size: 2rem !important;
    margin: 0 0 14px !important;
    padding: 0 0 14px !important;
}

.fs-c-checkout-paymentInfo__title {
    position: relative;
    font-size: 2rem !important;
    margin: 0 0 155px !important;
    padding: 0 0 14px !important;
}

/* 通信欄 */
.fs-c-checkout-confirmationContent {
    min-height: 6em;
    line-height: 1.5 !important;
}
div.fs-c-checkout-communicationInfo.fs-c-checkout-preview {
    background-color: #9f2042 !important;
}
div.fs-c-checkout-communicationInfo.fs-c-checkout-preview > h2.fs-c-checkout-communicationInfo__title.fs-c-checkout-preview__title,
div.fs-c-checkout-communicationInfo.fs-c-checkout-preview > div.fs-c-checkout-communicationInfo__body.fs-c-checkout-preview__body > div.fs-c-checkout-communicationInfo__message > p {
    color: #ffffff !important;
    font-weight: bold !important;
}
div.fs-c-checkout-communicationInfo.fs-c-checkout-preview > div.fs-c-checkout-communicationInfo__body div.fs-c-checkout-communicationInfo__info {
    background-color: #ffffff !important;
}

/* 前払い注意事項 */
h2.fs-c-checkout-paymentInfo__title::before {
    content: "ご注意：お支払いはコンビニ後払いを除いて全て前払いとなっております。また請求書の発行は行っておりませんので何卒ご了承ください。";
    position: absolute;
    top: 50px;
    left: 0;
    padding: 3%;
    width: 100%;
    background-color: #9f2042;
    color: white;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

/* 注文完了 */
.fs-c-subSection__title {
    border-bottom: none !important;
    color: #000 !important;
    font-size: 3rem !important;
    margin: 0 0 1em 0;
}

/* 商品グループ_サブグループ */
.fs-c-subgroupList .fs-c-subgroupList__link {
    border: none;
    background: none;
}

.fs-c-subgroupList__label {
    font-size: 14px;
}

.fs-c-subgroup ul.fs-c-subgroupList,
.fs-c-subgroup div.fs-c-listControl {
    display: none;
}

/* 商品カート周り */
.fs-c-variationAndActions__variationLabel {
    display: none;
}

/*.item-leftcol .fs-p-productDescription--short .itemdata{
display: none;
}*/
.fs-c-productPostage {
    display: none;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget:before {
    content: "数量";
    padding: .2em 0 0 0px;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: block;
    white-space: nowrap;
}

/* 商品詳細ページ　セレクトボックス */
span.fs-c-productQuantityAndWishlist__quantity>select.fs-c-quantity__select.fs-system-quantity-list {
    margin: 0 0 0 .5em;
    color: #000000;
    background-color: #ffffff;
}

select.fs-c-quantity__select.fs-system-quantity-list {
    margin: 0 0 0 .5em;
}

/* カートページ */
.fs-l-cart__contentsArea {
    /* マージン指定 */
    padding: 0 15px !important;
}
@media screen and (max-width: 600px) {
    
    /* before 疑似要素文字サイズ */
    .fs-c-cartTable__dataCell--point::before,
    .fs-c-cartTable__dataCell--quantity::before,
    .fs-c-cartTable__dataCell--subtotal::before {
        font-size: 1.5rem !important;
    }
}

/* カートページ　バリエーション文字大きさ */
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
    font-size: 1.5rem !important;
}

/* カートページ　削除ボタン */
.fs-c-button--cancel--cart {
    background-color: rgba(0, 0, 0, 0);
    color: #3872b8;
    text-decoration: underline;
}

/* カートページ　ログインボタン/注文手続きボタン */
.fs-c-cartPayment {
    padding: 0 20px;
}

.fs-c-buttonContainer--loginAndPurchase a,
.fs-c-buttonContainer--unregisteredUserPurchase a {
    border-radius: 10px;
    padding: 15px;
}

/* お届け先指定 */
.fs-c-checkout-multiDestination__subtitle {
    font-size: 1.8rem !important;
    margin: 0 0 1em 0;
}

/* カート_送料注記 */
.fs-c-cartDiscountInfo__note>li {
    font-size: 1.4rem;
}

/* カート_あとで買うボタン */
.fs-c-button--buyItLater {
    white-space: nowrap;
}

/* カート_このサイトで支払い */
#fs-checkout-payHere-container .fs-c-button--purchaseHere {
    color: #fff;
    font-size: 1.4rem;
    background: #c00;
    padding: 1em 3em;
}

/* カート_お気に入り商品 */
.fs-c-wishlistProduct {
    margin: 3em 0 0 0;
}

/* カート_ショッピングを続ける */
.fs-c-continueShopping {
    margin: 0 auto 30px;
}

/* カート_お届け先変更ボタン */
/*div#fs_button_changeDeliveryMethod{
display: none;
}*/

/* カート_いくつかのお届け先に送る */
/*div#fs-multipleAddressButton-container {
    display: none;
}*/

/* 決済（クレジットカード）有効期限 */
#fs_input_creditCardExpirationMont.fs-c-dropdown__menu {
    padding: 4px 5em 4px 8px !important;
}

/* 会員登録項目 */
@media screen and (min-width: 600px) {

    .fs-c-radioGroup>*,
    .fs-c-checkboxGroup>* {
        flex-basis: 100%;
    }
}


.fs-c-price {
    display: inline-block;
}

/* セールバナー メインコンテンツ上部 */
.sale-bnr-cate-top {
    margin-bottom: 10px;
}

/* セールバナー spメニュー上部 */
.sp .section-bnr02 .list-bnr02__item__sale {
    flex: 0 0 100%;
    margin-bottom: 1.5%;
}

.sp .section-bnr02 .list-bnr02__item__sale img {
    display: block;
    margin: 0 auto;
}

/* ここからTOPサムネメニュー */
.thumbnailMenu {
    width: 100%;
    margin: 20px auto;
}
h2.thumbnailMenu_title {
    margin: 80px 0 30px 0;
    padding: 20px 40px;
    background: url(https://jiin.itembox.design/item/page/bg_ttl_page.png?t=20231117105348) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}
@media only screen and (max-width: 768px) {
    h2.thumbnailMenu_title {
        font-size: 3rem;
    }
}
.thumbnailMenu_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumbnailMenu_box {
    padding: 10px;
    max-width: 369px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .thumbnailMenu_box {
        padding: 20px 10px;
        max-width: 100%;
    }
}
.thumbnailMenu_box a {
    display: block;
    width: 100%;
    height: auto;
    color: inherit;
}
.thumbnailMenu_menuBox {
    display: flex;
    flex-wrap: wrap;
}
.thumbnailMenu_manuItem {
    padding: 0px 10px 0px 30px;
    font-size: 14pt;
    color: #122641;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #bbbbbb;
    margin: 5px;
    position: relative;
}
.thumbnailMenu_manuItem:hover {
    color: #ffffff;
    background-color: #5b5b5b;
    border: 1px solid #5b5b5b;
}
.thumbnailMenu_manuItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #7a0;
}
.thumbnailMenu_manuItem::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
/* ここまでTOPサムネメニュー */

/* ここからCATおすすめ商品 */
.catRecommendProduct_header {
    box-sizing: border-box;
    margin-bottom: 15px;
}

h2.catRecommendProduct_title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

h2.section-catRecommendProduct_title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.catRecommendProduct_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 778px;
    max-height: 1600px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.catRecommendProduct_wrap::-webkit-scrollbar {
    display: none;
}

.catRecommendProduct_box {
    max-width: 220px;
    max-height: 400px;
    padding-bottom: 40px;
    margin: 0 15px;
}

.catRecommendProduct_box a.catRecommendProductListItem_image_box {
    display: block;
    max-width: 220px;
    max-height: 220px;
    overflow: hidden;
    background: #000;
}

img.catRecommendProductListItem_image {
    display: block;
    max-width: 100%;
    max-height: 250px;
    transition: 1s all;
}

img.catRecommendProductListItem_image:hover {
    transform: scale(1.05, 1.05);
    transition: 1s all;
    opacity: 0.9;
}

h2.catRecommendProductListItem_productName {
    display: block;
    max-width: 250px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 10px 0;
}

.catRecommendProductMarks {
    margin-bottom: 10px;
}

.catRecommendProductMark {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.catRecommendProductMark>li {
    box-sizing: border-box;
}

.catRecommendProductMark_mark {
    border-radius: 3px;
    display: block;
    margin-right: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
}

.catRecommendProductMarks .catRecommendProductMark_item {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.catRecommendProductMark_mark--4 {
    background: #666666;
}

.catRecommendProductMark_mark--16 {
    background: #babaff;
}

.catRecommendProductMark_mark--19 {
    background: #c93037;
}

.catRecommendProductMark_mark--42 {
    color: #fff;
    background: #f35aa3;
}

.catRecommendProductMark_mark--24 {
    color: #fff;
    background: #4f7f51;
}

.catRecommendProductMark_mark--28 {
    color: #fff;
    background: #595582;
}

.catRecommendProductMark_mark--29 {
    color: #fff;
    background: #965491;
}

.catRecommendProductMark_mark--31 {
    color: #fff;
    background: #ef000a;
}

.catRecommendProductMark_mark--33 {
    color: #fff;
    background: #976532;
}

.catRecommendProductMark_mark--25 {
    color: #fff;
    background: #56928b;
}

.catRecommendProductMark_mark--35 {
    color: #fff;
    background: #89c65c;
}

.catRecommendProductMarks .catRecommendProductMark_label {
    padding: 4px 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

.catRecommendProductProduct_prices span {
    font-size: 1.5rem;
}

/* CATおすすめ商品sp */
@media only screen and (max-width: 768px) {
    .catRecommendProduct_wrap {
        max-height: initial;
        max-height: auto;
    }
    .catRecommendProduct_box {
        max-width: 30%;
        max-height: 510px;
        padding-bottom: 40px;
        margin: 0 1.5%;
    }
    img.catRecommendProductListItem_image {
        max-height: 336px;
    }
}
@media only screen and (max-width: 500px) {
    .catRecommendProduct_wrap {
        max-height: initial;
        max-height: auto;
    }
    .catRecommendProduct_box {
        max-width: 45%;
        max-height: initial;
        padding-bottom: 40px;
        margin: 0 2.5%;
    }
}

/* ここまでCATおすすめ商品 */

/* ここからおすすめ商品 */
.recommendProduct_header {
    box-sizing: border-box;
    border-bottom: 2px solid #7c8790;
    margin-bottom: 5px;
}

h2.recommendProduct_title {
    font-size: 1.8rem;
    font-weight: bold;
}

h2.section-recommendProduct_title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.recommendProduct_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 778px;
    max-height: 1600px;
    overflow: scroll;
}
.recommendProduct_wrap::-webkit-scrollbar {
    display: none;
}
.recommendProduct_box {
    max-width: 250px;
    max-height: 400px;
    padding-bottom: 40px;
}
div.recommendProduct_box>a {
    display: block;
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
    background: #000;
}

img.recommendProductListItem_image {
    display: block;
    max-width: 100%;
    max-height: 250px;
}

img.recommendProductListItem_image:hover {
    transform: scale(1.05, 1.05);
    transition: 1s all;
    opacity: 0.9;
}

h2.recommendProductListItem_productName {
    display: block;
    max-width: 250px;
    font-size: 1.5rem;
}

.recommendProductMarks {
    margin-bottom: 10px;
}

.recommendProductMark {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.recommendProductMark>li {
    box-sizing: border-box;
}

.recommendProductMark_mark {
    border-radius: 3px;
    display: block;
    margin-right: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
}

.recommendProductMarks .recommendProductMark_item {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.recommendProductMark_mark--4 {
    background: #666666;
}

.recommendProductMark_mark--16 {
    background: #babaff;
}

.recommendProductMark_mark--19 {
    background: #c93037;
}

.recommendProductMark_mark--42 {
    color: #fff;
    background: #f35aa3;
}

.recommendProductMark_mark--24 {
    color: #fff;
    background: #4f7f51;
}

.recommendProductMark_mark--28 {
    color: #fff;
    background: #595582;
}

.recommendProductMark_mark--29 {
    color: #fff;
    background: #965491;
}

.recommendProductMark_mark--31 {
    color: #fff;
    background: #ef000a;
}

.recommendProductMark_mark--33 {
    color: #fff;
    background: #976532;
}

.recommendProductMark_mark--25 {
    color: #fff;
    background: #56928b;
}

.recommendProductMark_mark--35 {
    color: #fff;
    background: #89c65c;
}

.recommendProductMark_mark--42 {
    color: #fff;
    background: #f35aa3;
}

.recommendProductMarks .recommendProductMark_label {
    padding: 4px 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

.recommendProductProduct_prices span {
    font-size: 1.5rem;
}

/* おすすめ商品sp */
@media only screen and (max-width: 768px) {
    .recommendProduct_wrap {
        max-height: initial;
    }

    .recommendProduct_box {
        max-width: 45%;
        max-height: 510px;
        padding-bottom: 40px;
    }

    .recommendProduct_box>a {
        border: 1px solid #cccccc;
    }

    img.recommendProductListItem_image {
        max-height: 336px;
    }
}

/* ここまでおすすめ商品 */

/* ここからランキング商品 */
.rankingProduct_header {
    box-sizing: border-box;
    border-bottom: 2px solid #7c8790;
    margin-bottom: 5px;
}

h2.rankingProduct_title {
    font-size: 1.8rem;
    font-weight: bold;
}

h2.section-rankingProduct_title {
    position: relative;
    margin-bottom: 10px;
    padding: 30px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.rankingProduct_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 778px;
    max-height: 800px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rankingProduct_wrap::-webkit-scrollbar {
    display: none;
}

.rankingProduct_box {
    width: 28%;
    max-height: 400px;
    padding-bottom: 40px;
}

.rankingProduct_box a {
    display: block;
    position: relative;
}

.rankingProduct_box a.rankingProductNo1::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: no-repeat url(https://jiin.itembox.design/item/common/icon_rankingProduct_50x50_no1_20210510.png);
    background-size: cover;
}

.rankingProduct_box a.rankingProductNo2::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: no-repeat url(https://jiin.itembox.design/item/common/icon_rankingProduct_50x50_no2_20210510.png);
    background-size: cover;
}

.rankingProduct_box a.rankingProductNo3::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: no-repeat url(https://jiin.itembox.design/item/common/icon_rankingProduct_50x50_no3_20210510.png);
    background-size: cover;
}

img.rankingProductListItem_image {
    display: block;
    max-width: 100%;
    max-height: 250px;
}

h2.rankingProductListItem_productName {
    display: block;
    max-width: 250px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 10px 0;
}

.rankingProductMarks {
    margin-bottom: 10px;
}

.rankingProductMark {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.rankingProductMark>li {
    box-sizing: border-box;
}

.rankingProductMark_mark {
    border-radius: 3px;
    display: block;
    margin-right: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
}

.rankingProductMarks .rankingProductMark_item {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.rankingProductMark_mark--4 {
    background: #666666;
}

.rankingProductMark_mark--16 {
    background: #babaff;
}

.rankingProductMark_mark--42 {
    color: #fff;
    background: #f35aa3;
}

.rankingProductMark_mark--24 {
    color: #fff;
    background: #595582;
}

.rankingProductMark_mark--28 {
    color: #fff;
    background: #4f7f51;
}

.rankingProductMark_mark--29 {
    color: #fff;
    background: #965491;
}

.rankingProductMark_mark--31 {
    color: #fff;
    background: #ef000a;
}

.rankingProductMark_mark--33 {
    color: #fff;
    background: #976532;
}

.rankingProductMark_mark--25 {
    color: #fff;
    background: #56928b;
}

.rankingProductMarks .rankingProductMark_label {
    padding: 4px 0px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
}

.rankingProductProduct_prices span {
    font-size: 1.5rem;
}

/* ランキング商品sp */
@media only screen and (max-width: 768px) {
    .rankingProduct_wrap {
        max-height: initial;
        max-height: auto;
    }

    .rankingProduct_box {
        max-height: 510px;
        padding-bottom: 40px;
    }

    img.rankingProductListItem_image {
        max-height: 336px;
    }

    .rankingProduct_box a.rankingProductNo1::before,
    .rankingProduct_box a.rankingProductNo2::before,
    .rankingProduct_box a.rankingProductNo3::before {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .rankingProduct_wrap {
        justify-content: center;
    }

    .rankingProduct_box a {
        max-width: 336px;
    }

    .rankingProduct_box {
        width: 336px;
    }

    h2.rankingProductListItem_productName {
        max-width: 332px;
    }
}

/* ここまでランキング商品 */

/* ここから Q&A */
.questionAnswer_wrap {
    margin: 50px 0;
}

.questionAnswer {
    padding: 20px;
}

h2.questionAnswer_title {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 30px 0 20px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    /* border-bottom: 2px solid #7c8790; */
}

h2.questionAnswer_title span.questionAnswer_titlePart {
    color: #9f2042;
}

dl.questionAnswer {
    box-sizing: border-box;
    max-width: 778px;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 10px solid #eee;
    margin: 0 0 40px 0;
}

dt.question_label,
dd.answer_label {
    display: inline-block;
    position: relative;
}

dt.question_label span.question_icon {
    position: absolute;
    user-select: none;
    top: 0;
    left: -70px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    color: white;
    width: 45px;
    height: 45px;
    background: #698d25;
}

dd.answer_label span.answer_icon {
    position: absolute;
    user-select: none;
    top: 0;
    left: -70px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    color: white;
    width: 45px;
    height: 45px;
    background: #22344a;
}

dt.question_label {
    background: #E5F5CE;
    padding: 10px;
    width: calc(100% - 70px);
    margin-bottom: 10px;
    margin-left: 70px;
    font-weight: bold;
}

dd.answer_label {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 70px;
    min-height: 50px;
}

@media only screen and (max-width: 400px) {
    h2.questionAnswer_title {
        font-size: 1.9rem;
    }
}

/* ここまで Q&A */

/* ここから　ショッピングカート */
.fs-c-cartDiscountInfo__info {
    font-size: 2.0rem !important;
    color: red !important;
}

/* ここまで　ショッピングカート */

/* ここから　ご注文手続き */
li.fs-c-checkout-paymentMethod--bankTransfer div.fs-c-checkout-paymentMethod__title {
    height: 190px;
    position: relative;
}

li.fs-c-checkout-paymentMethod--bankTransfer div.fs-c-checkout-paymentMethod__title::before {
    position: absolute;
    top: 35px;
    left: 30px;
    content: "銀行名\00a0\00a0：京都銀行\A支店名\00a0\00a0：本店営業部\A口座種別：普通預金\A口座番号：213615\A口座名義：カ）ワカバヤシブツグセイサクショ";
    white-space: pre-wrap;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

li.fs-c-checkout-paymentMethod--postalTransfer div.fs-c-checkout-paymentMethod__title {
    height: 190px;
    position: relative;
}

li.fs-c-checkout-paymentMethod--postalTransfer div.fs-c-checkout-paymentMethod__title::before {
    position: absolute;
    top: 35px;
    left: 30px;
    content: "銀行名\00a0\00a0：ゆうちょ銀行\A支店名\00a0\00a0：019店（ゼロイチキュウ店）\A口座種別：当座預金\A口座番号：0003953\A口座名義：カ）ワカバヤシブツグセイサクショ";
    white-space: pre-wrap;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

/* ここまで　ご注文手続き */

/* ここから　商品ページオプションフォーム */
dt.fs-c-productOption__name {
    background-color: #494643 !important;
}

dt.fs-c-productOption__name label.fs-c-productOption__label {
    color: #ffffff !important;
    font-size: 1.4rem !important;
    font-weight: normal;
}

div.fs-c-productOption__field input#optionWithPrice_2 {
    min-height: 4em !important;
}

div.fs-c-productOption__comment {
    font-size: 1.5rem;
    color: red !important;
}

#fs_orderTotalContainer {
    margin: 20px auto 20px !important;
}

/* ここまで　商品ページオプションフォーム */

/* ここから　贈答用品 */
.category_gift_img_wrap {
    display: flex;
    justify-content: space-between;
}

.category_gift_img_wrap li {
    width: 246px;
}

.category_gift_img_wrap .category_gift_img_box {
    margin-bottom: 10px;
}

h4.category_gift_img_h4::before,
h4.category_gift_type_h4::before {
    content: none;
}

h4.category_gift_img_h4,
h4.category_gift_type_h4 {
    font-size: 15px;
}

p.category_gift_img_paragraph,
p.category_gift_type_paragraph {
    margin: 0;
    text-indent: 0;
    font-size: 1.5rem;
}

p.category_gift_type_usage {
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 1.5rem;
}

.gift_contents_wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.gift_leftcontents {
    width: calc(778px - (300px + 20px));
}

.gift_rightcontents {
    width: 300px;
    height: 300px;
    background-color: gray;
    margin-left: 20px;
}

.category_gift_type_wrap {
    margin-bottom: 30px;
}

.category_gift_type_wrap li {
    display: flex;
    margin-bottom: 30px;
}

.category_gift_type_img_box {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.category_gift_type_comment {
    width: calc(778px - (300px + 20px));
}

.category_gift_type_wrap {
    margin-bottom: 30px;
}

span.caption {
    color: #bb0000;
    font-size: 1.4rem;
}

/* .category_gift_img_box img, */
.category_gift_type_img_box img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid gray;
}

@media only screen and (max-width: 768px) {
    .gift_rightcontents {
        width: 100%;
        height: auto;
    }
    .gift_rightcontents > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gift_rightcontents.spnone {
        display: none;
    }

    .category_gift_img_wrap li {
        width: 30%;
        margin-bottom: 30px;
    }

    .gift_leftcontents {
        width: 100%;
    }

    .category_gift_type_comment {
        width: calc(100% - 320px);
    }

    .category_gift_type_img_box {
        width: 300px;
    }
}

@media only screen and (max-width: 650px) {
    .category_gift_img_wrap {
        flex-direction: column;
    }

    .category_gift_img_wrap li {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .category_gift_img_box {
        width: 240px;
        margin-right: 20px;
    }

    .category_gift_img_comment {
        width: calc(100% - 220px);
    }

    .category_gift_type_img_box {
        min-width: 200px;
        min-height: 125px;
    }

    .category_gift_type_comment {
        width: calc(100% - 220px);
    }
}

@media only screen and (max-width: 450px) {
    .category_gift_img_wrap li,
    .category_gift_type_wrap li {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
    }

    .category_gift_type_img_box {
        width: 100%;
        min-height: 125px;
    }

    .category_gift_img_box {
        width: 100%;
        height: auto;
    }

    .category_gift_img_comment {
        width: 100%;
    }

    .category_gift_type_comment {
        width: 100%;
    }
}

/* ここまで　贈答用品 */

/* ここから　レビュー */
div.fs-c-productReview {
    margin-bottom: 40px;
}

div.fs-c-productReview__addReview {
    box-sizing: border-box;
    padding: 20px;
    background-color: #183153;
}

div.fs-c-productReview__addReview:hover {
    opacity: 0.5;
}

div.fs-c-productReview__addReview a {
    margin: 0 auto;
    font-size: 20px;
    color: white;
}

/* ここまで　レビュー */

/* お買い物ページ　モーダル 文字拡大 */
.fs-c-modal__title {
    font-size: 18px !important;
}

.fs-c-modal__contents {
    font-size: 18px !important;
}

.fs-c-modal__contents h3 {
    font-size: 18px !important;
}

.fs-c-modal__close::before {
    font-size: 20px !important;
}

/* ここまでお買い物ページ　モーダル */

/* お客様情報入力　会員登録特典 */
.customer_benefit {
    color: red;
}

/* ここまで　お客様情報入力　会員登録特典 */

/* レビュー表示変更 */
.fs-c-reviewList__item .fs-c-reviewInfo__date,
.fs-c-productReview .fs-c-reviewInfo__date {
    display: none !important;
}

.fs-c-reviewer__status {
    display: none;
}

/* ここまで　レビュー表示変更 */
/* ここから　おすすめ商品スライダー大きさ変更 */
.fs-c-featuredProduct .fs-c-slick .slick-slide {
    max-width: 200px !important;
    margin-right: 20px !important;
}

/* ここまで　おすすめ商品スライダー大きさ変更 */

/* youtube */
.wb-youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 50px;
}

.wb-youtube iframe {
    width: 100%;
    height: 100%;
}

/* fs-c-quantity__message　購入数を入力すると入力数が見えなくなる問題 */
.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
}

.fs-c-quantity__message {
    position: absolute;
    top: -25px;
}

/* お客様情報入力ページ */
.fs-c-inputTable>tbody {
    padding: 10px;
}

.fs-c-checkbox__checkMark {
    margin: 0 20px 0 10px !important;
}

.fs-c-dropdownGroup>.fs-c-inputDate__year {
    display: block !important;
}

/* セレクトボックス幅指定 20230412 */
.fs-c-inputDate__year>.fs-c-dropdown__menu,
.fs-c-inputDate__month>.fs-c-dropdown__menu,
.fs-c-inputDate__date>.fs-c-dropdown__menu {
    padding: 4px 50px 4px 8px !important;
}

#fs_input_prefecture {
    padding: 0 !important;
}

/* search form */
.wb-itemSearch {
    /* height: 300px; */
    margin-bottom: 30px;
}
.wb-detailSearchBox {
    padding: 15px;
    position: relative;
    border: 1px solid #2c2a29;
    border-radius: 5px;
    height: 280px;
}
.wb-searchform {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.wb-searchform h3 {
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #2c2a29;
}

.wb-searchform_price {
    width: 30%;
}
.wb-searchform_brand {
    width: 65%;
}
.wb-searchform_price > ul,
.wb-searchform_brand > ul {
    height: 150px;
}
.wb-searchform_brand > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.wb-searchform li label input  {
    margin-right: 5px;
}

.wb-detailSearchBox ul.wb-searchform_btn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 200px;
}
.wb-detailSearchBox ul.wb-searchform_btn > li > input {
    font-size: 1.5rem;
    padding: 2px 5px;
}
.wb-search_toggle,
.wb-search_labeltitle {
    display: none;
}
@media only screen and (max-width: 768px) {
    .wb-detailSearchBox > form {
        display: none;
    }
    .wb-detailSearchBox p.wb-search_title {
        display: none;
    }
    #block-01 {
        display: none;
    }
    .wb-search_labeltitle {
        display: inline;
    }
    .wb-search_labeltitle::before,
    .wb-search_labeltitle::after {
        content: "";
        position: absolute;
        right: 23px;
        top: 16px;
        width: 2px;
        height: 20px;
        background-color: #999;
        transition: all 0.3s;
    }
    .wb-search_labeltitle::after {
        transform: rotate(90deg);
    }
    .wb-search_toggle:checked + .wb-search_labeltitle + form {
        display: block;	/*開閉時*/
        height: auto;
        transition: all .3s;
    }
    .wb-search_toggle:checked + .wb-search_labeltitle::before {
        transform: rotate(90deg) !important;
    }
    .wb-searchform {
        padding: 10px 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .wb-searchform_price {
        width: 100%;
        margin-bottom: 20px;
    }
    .wb-searchform_brand {
        width: 100%;
        margin-bottom: 40px;
    }
    .wb-searchform_brand > ul {
        height: auto;
    }
    .wb-detailSearchBox {
        height: auto;
    }
    .wb-searchform_price > ul,
    .wb-searchform_brand > ul {
        height: auto;
    }
}


/* ------------------------------------------------
 object
------------------------------------------------ */
.eyecatch img {
    max-width: 100%;
    height: auto;
}

.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

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

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

/*--20250303 変更【寺院仏具】見出しタグh1の設定--*/
h1.ttl{
    text-align: center;
    font-weight: bold;
}
#global-header .header-content .logo.pc > a > div.h1-ttl{
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}
#global-header .header-content .logo.sp > a > div.h1-ttl{
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 0;
}
.lp_s_subhead_airkanna{
    width: 14em;
}
.lp_s_subhead_noukotu_new{
    width: 16em;
}
.lp_s_subhead_new_butugu_repair_new{
    width: 18em;
}

/* 20250401 */
@media(max-width:768px) {

    #global-footer .cmn-f-shoppingguide.f-shoppingguide .list-block {
        display: block;
        box-sizing: border-box;
        border-top: 1px solid #cccccc;
        margin: 0px;
    }

    #global-footer .cmn-f-shoppingguide.f-shoppingguide .list-block__title {
        text-align: center;
        border-bottom: 1px solid #cccccc;
        padding: 15px;
        box-sizing: border-box;
        margin: 0px;
        line-height: 1;
    }

    #global-footer .cmn-f-shoppingguide.f-shoppingguide .list-block__content {
        padding: 15px 15px 40px 15px;
        box-sizing: border-box;
        display: none;
    }

    #global-footer .cmn-f-shoppingguide.f-shoppingguide .list-block__item:nth-child(4) {
        margin: 0;
    }

    #global-footer .cmn-f-link.f-link {
        margin: 0px;
    }

    #global-footer .cmn-f-link.f-link .list-link {
        display: block;
    }

    #global-footer .cmn-f-link.f-link .list-link__item {
        margin: 0px;
        border-bottom: 1px solid #cccccc;
    }

    #global-footer .cmn-f-link.f-link .list-link__item a {
        font-size: 1.8rem;
        font-weight: 700;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        background: #fafafa url(https://jiin.itembox.design/item/common/h_ico_arrow01.png?t=20250303165413) no-repeat 95% center;
    }

}
