@charset "UTF-8";
/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Style sheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.hoverEase {
    transition: ease 0.3s;
}

.hoverEase:hover {
    opacity: 0.7;
}

/*==================================================
 * 中央ぞろえ
 *================================================*/
/*==================================================
 * 角丸
 *================================================*/
/*==================================================
 * 横 × 縦 共通
 *================================================*/
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 100;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

hr {
    margin: 10px auto;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/*==================================================
 * カラー
 *================================================*/
.mainColor {
    color: #842626;
}

.bgMainColor {
    background-color: #842626;
}

.bgGrayColorLight {
    background-color: #f4f4f4;
}

/*==================================================
 * 余白
 *================================================*/
.mtXl {
    margin-top: min(4vw, 48px);
}

.mb3xl {
    margin-bottom: min(6vw, 64px);
}

.mb2xl {
    margin-bottom: min(5vw, 56px);
}

.mbXl {
    margin-bottom: min(4vw, 48px);
}

.mbLg {
    margin-bottom: min(3vw, 32px);
}

.mbBase {
    margin-bottom: min(2vw, 24px);
}

.mbSm {
    margin-bottom: min(1.3vw, 16px);
}

.mbXs {
    margin-bottom: 8px;
}

.mb2xs {
    margin-bottom: 4px;
}

.mrXl {
    margin-right: min(4vw, 48px);
}

.mrLg {
    margin-right: min(3vw, 32px);
}

.mrBase {
    margin-right: min(2vw, 24px);
}

.mrSm {
    margin-right: min(1.3vw, 16px);
}

.mrXs {
    margin-right: 8px;
}

.mlXl {
    margin-left: min(4vw, 48px);
}

.mlSm {
    margin-left: min(1.3vw, 16px);
}

.mlXs {
    margin-left: 8px;
}

@media only screen and (max-width: 767px) {
    .mtBaseSp {
        margin-top: 5.6074766355vw;
    }

    .mb4xlSp {
        margin-bottom: 18.691588785vw;
    }

    .mb3xlSp {
        margin-bottom: 14.953271028vw;
    }

    .mb2xlSp {
        margin-bottom: 13.0841121495vw;
    }

    .mbXlSp {
        margin-bottom: 11.214953271vw;
    }

    .mbLgSp {
        margin-bottom: 7.476635514vw;
    }

    .mbBaseSp {
        margin-bottom: 5.6074766355vw;
    }

    .mbSmSp {
        margin-bottom: 3.738317757vw;
    }

    .mbXsSp {
        margin-bottom: 1.8691588785vw;
    }

    .mrLgSp {
        margin-right: 7.476635514vw;
    }

    .mrBaseSp {
        margin-right: 5.6074766355vw;
    }

    .mrSmSp {
        margin-right: 3.738317757vw;
    }

    .mrXsSp {
        margin-right: 1.8691588785vw;
    }

    .ml0Sp {
        margin-left: 0;
    }

    .mlSmSp {
        margin-left: 3.738317757vw;
    }

    .mlXsSp {
        margin-left: 1.8691588785vw;
    }
}

.padding {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
    .padding {
        padding-top: 18.691588785vw;
        padding-bottom: 18.691588785vw;
    }
}

.paddingXs {
    padding-top: min(4vw, 48px);
    padding-bottom: min(4vw, 48px);
}

@media only screen and (max-width: 767px) {
    .paddingXs {
        padding-top: 9.3457943925vw;
        padding-bottom: 9.3457943925vw;
    }
}

.paddingS {
    padding-top: min(5vw, 56px);
    padding-bottom: min(5vw, 56px);
}

@media only screen and (max-width: 767px) {
    .paddingS {
        padding-top: 9.3457943925vw;
        padding-bottom: 9.3457943925vw;
    }
}

/*==================================================
 * 背景
 *================================================*/
.bgCenter {
    background-position: center center;
    background-size: cover;
}

.bgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgCoverBlack {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
}

/*==================================================
 * 変数
 *================================================*/
/*==================================================
 * フォント - サイト独自設定
 *================================================*/
.fontNum {
    font-family: "Roboto", sans-serif;
}

.fontEn {
    font-family: "Roboto", sans-serif;
}

.fontEnSub {
    font-family: "Roboto", sans-serif;
}

.gothic {
    font-family: "Noto Sans JP", sans-serif;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

.commonTitleJp {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .commonTitleJp {
        font-size: 5.1401869159vw;
    }
}

.commonTitleJpSub {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    color: #222;
}

@media only screen and (max-width: 767px) {
    .commonTitleJpSub {
        font-size: 4.2056074766vw;
    }
}

.commonTitleJp--s {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .commonTitleJp--s {
        font-size: 3.9719626168vw;
    }
}

.commonTitleJp--m {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
    .commonTitleJp--m {
        font-size: 6.0747663551vw;
    }
}

.commonTitleJp--l {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .commonTitleJp--l {
        font-size: 7.476635514vw;
    }
}

.commonTitleEn {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    opacity: 0.88;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .commonTitleEn {
        font-size: 3.738317757vw;
    }
}

.commonTitleEn--m {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #555;
    opacity: 0.88;
    letter-spacing: 0.1em;
    line-height: 1;
    line-height: 2.2;
}

@media only screen and (max-width: 767px) {
    .commonTitleEn--m {
        font-size: 4.6728971963vw;
    }
}

.commonTitleEn--s {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #555;
    opacity: 0.88;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .commonTitleEn--s {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .commonTitleEn--s {
        font-size: 2.8037383178vw;
    }
}

.commonTitleNum {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
}

@media only screen and (max-width: 767px) {
    .commonTitleNum {
        font-size: 5.6074766355vw;
    }
}

.commonText p {
    font-size: 15px;
    line-height: 1.8;
}

.commonText p:not(:last-child) {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .commonText p {
        font-size: 3.2710280374vw;
    }

    .commonText p:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

.titleBlack {
    color: #222;
}

.titleWhite {
    color: #fff;
}

.commonTitleMargin {
    margin-bottom: min(3vw, 32px);
}

@media only screen and (max-width: 767px) {
    .commonTitleMargin {
        margin-bottom: 7.476635514vw;
    }
}

.commonTextMargin {
    margin-bottom: min(6vw, 64px);
}

@media only screen and (max-width: 767px) {
    .commonTextMargin {
        margin-bottom: 9.3457943925vw;
    }
}

/*==================================================
 * 共通 common
 *================================================*/
.commonMargin {
    margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
    .commonMargin {
        margin-bottom: 18.691588785vw;
    }
}

.sectionMargin {
    padding-bottom: 48px;
}

.sectionMargin:last-of-type {
    /* padding-bottom: 0;*/
}

@media print,
screen and (min-width: 768px) {
    .sectionMargin {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .sectionMargin {
        padding-top: 9.3457943925vw;
        padding-bottom: 9.3457943925vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .mb40Pc {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mb40Sp {
        margin-bottom: 9.3457943925vw;
    }
}

.commonContactIcon {
    position: relative;
    padding-left: 28px;
}

.commonContactIcon:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    background: #555;
}

.commonContactTel:before {
    mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_tel.svg') no-repeat center center/contain;
    -webkit-mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_tel.svg') no-repeat center center/contain;
    width: 22px;
    height: 15px;
}

.commonContactLink:before {
    mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_mail.svg') no-repeat center center/contain;
    -webkit-mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_mail.svg') no-repeat center center/contain;
    width: 19px;
    height: 15px;
}

@media only screen and (max-width: 767px) {
    .commonContactLink {
        display: block;
    }
}

/*==================================================
 * ロゴ
 *================================================*/
@media only screen and (max-width: 767px) {
    .logoLink {
        width: 18.691588785vw;
    }
}

.logoLink--footer img {
    width: 180px;
}

@media only screen and (max-width: 767px) {
    .logoLink--footer img {
        width: 32.0093457944vw;
    }
}

/*==================================================
 * リスト
 *================================================*/
.countUl {
    counter-reset: number 0;
}

.countUl li {
    position: relative;
    padding-left: 2em;
}

.countUl li:before {
    counter-increment: number 1;
    content: "[" counter(number) "]";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

/*==================================================
 * ナビ
 *================================================*/
.navUl li:not(:last-child) {
    margin-right: 40px;
}

.navUl li a {
    font-size: 16px;
    font-weight: bold;
}

@media (hover: hover) {
    .navUl li a:hover {
        transition: ease 0.3s;
    }

    .navUl li a:hover:hover {
        opacity: 0.7;
    }
}

.navUl.navUl--small li:not(:last-child) {
    margin-right: min(2vw, 24px);
}

@media only screen and (max-width: 767px) {
    .navUl li {
        line-height: 1.4;
    }

    .navUl li a {
        font-size: 3.2710280374vw;
    }
}

/*==================================================
 * リンク
 *================================================*/
.commonLink {
    text-decoration: underline;
}

@media (hover: hover) {
    .commonLink:hover {
        transition: ease 0.3s;
        color: #842626;
        text-decoration: underline;
    }

    .commonLink:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .commonLink:active {
        text-decoration: underline;
    }
}

.commonMoreLink {
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.commonMoreLink span {
    position: relative;
}

.commonMoreLink:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_arrow.svg');
    position: relative;
    transition: all 0.2s ease-in;
    left: 6px;
    bottom: 2px;
}

@media (hover: hover) {
    .commonMoreLink:hover:after {
        left: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .commonMoreLink {
        font-size: 3.5046728972vw;
    }

    .commonMoreLink span {
        padding-right: 1.4018691589vw;
        display: inline-block;
    }

    .commonMoreLink:after {
        width: 7.476635514vw;
        height: 2.1028037383vw;
        left: 0;
        bottom: 0.4672897196vw;
    }
}

/*==================================================
 * カード
 *================================================*/
.commonCardWrap {
    display: grid;
}

.commonCardWrap.card3 {
    grid-template-columns: repeat(3, 1fr);
}

.commonCardWrap.card4 {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
    .commonCardWrap {
        -moz-column-gap: 3.738317757vw;
        column-gap: 3.738317757vw;
        row-gap: 5.6074766355vw;
    }

    .commonCardWrap.card2Sp {
        grid-template-columns: repeat(2, 1fr);
    }

    .commonCardWrap.commonCardWrap--l {
        padding-left: 3.738317757vw;
        padding-right: 3.738317757vw;
    }

    .commonCardWrap.commonCardWrap--l .commonCard {
        width: 70.0934579439vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .commonCardWrap {
        -moz-column-gap: 32px;
        column-gap: 32px;
        row-gap: 56px;
    }

    .commonCardWrap.rankCardWrap {
        display: block;
    }
}

@media print,
screen and (min-width: 768px) {
    .rankCardWrap .commonCard {
        margin: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .rankCardWrap.card4 {
        grid-template-columns: repeat(8, 1fr);
    }
}

.commonCard {
    display: block;
    counter-increment: rank;
    margin-bottom: -8px;
}

.rankCardWrap .commonCard {
    position: relative;
}

.rankCardWrap .commonCard .rankNumText {
    position: absolute;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 19px;
    top: 7px;
    left: 14px;
    z-index: 10;
}

.rankCardWrap .commonCard::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #ababab;
}

.rankCardWrap .commonCard.rankNum_01:after {
    background-color: #d09d12;
}

.rankCardWrap .commonCard.rankNum_02:after {
    background-color: #89a2a7;
}

.rankCardWrap .commonCard.rankNum_03:after {
    background-color: #713c33;
}

.rankCardWrap .commonCard.rankNum_04:after {
    background-color: #404040;
}

@media (hover: hover) {
    .commonCard:hover {
        transition: ease 0.3s;
    }

    .commonCard:hover:hover {
        opacity: 0.7;
    }

    .commonCard:hover .commonCardImg {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 767px) {
    .commonCard {
        margin-bottom: -1.8691588785vw;
    }

    .rankCardWrap .commonCard::after {
        font-size: 4.4392523364vw;
    }

    .rankCardWrap .commonCard .rankNumText {
        font-size: 4.4392523364vw;
        top: 1.6355140187vw;
        left: 3.2710280374vw;
    }

    .rankCardWrap .commonCard:after {
        width: 9.3457943925vw;
        height: 9.3457943925vw;
    }
}

.commonCardImgWrap {
    overflow: hidden;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .commonCardImgWrap {
        margin-bottom: 1.8691588785vw;
    }

    .commonCardWrap--l .commonCardImgWrap {
        margin-bottom: 3.738317757vw;
    }
}

.commonCardImg {
    overflow: hidden;
    transition: all 0.15s ease-in;
}

.commonCardTitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media only screen and (max-width: 767px) {
    .commonCardTitle {
        font-size: 2.8037383178vw;
    }

    .commonCardWrap--l .commonCardTitle {
        font-size: 3.738317757vw;
    }
}

.commonCardTitleWrap {
    height: 48px;
    margin-bottom: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .commonCardTitleWrap {
        height: auto;
    }

    .commonCardWrap--l .commonCardTitleWrap {
        height: 11.214953271vw;
    }
}

/*==================================================
 * カラム制御
 *================================================*/
@media print,
screen and (min-width: 768px) {
    .colBox {
        display: flex;
        align-items: center;
        gap: min(3vw, 32px);
    }
}

.colBoxImgBox figcaption {
    font-size: 14px;
    margin-top: min(1.3vw, 16px);
}

@media only screen and (max-width: 767px) {
    .colBoxImgBox {
        margin-bottom: 3.738317757vw;
    }

    .colBoxImgBox figcaption {
        font-size: 3.2710280374vw;
        margin-top: 3.738317757vw;
        margin-bottom: 5.6074766355vw;
    }
}

.colText {
    margin-bottom: min(3vw, 32px);
}

@media only screen and (max-width: 767px) {
    .colText {
        font-size: 3.2710280374vw;
        margin-bottom: 3.738317757vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .col2Pc {
        width: 50%;
    }

    .col3Pc {
        width: 33.3333333333%;
    }

    .col4Pc {
        width: 25%;
    }
}

/*==================================================
 * テーブル
 *================================================*/
.specialContent .commonTableScrollPadding {
    display: none;
}

@media only screen and (max-width: 767px) {
    .commonTableScrollPadding {
        display: block;
        background-color: transparent;
    }

    .commonTableScrollPadding.commonTableScrollPadding--right {
        padding-right: 3.738317757vw;
    }
}

.commonTableOuter {
    overflow-x: auto;
    position: relative;
}

.commonTableOuter.commonTableOuter--col {
    display: flex;
}

.specialContent .commonTableOuter {
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .commonTableOuter {
        margin-right: calc(50% - 50vw);
    }
}

.specialContent .commonTableUlWrap {
    padding-left: 0;
}

.specialContent .commonTableUlWrap.commonTableUlWrap--horizontal::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .commonTableUlWrap {
        padding-left: 3.738317757vw;
    }

    .commonTableUlWrap.commonTableUlWrap--horizontal::after {
        content: "";
        display: block;
        padding-left: 3.738317757vw;
    }
}

.commonTableUl {
    border-left: 1px solid #aaaaaa;
}

.commonTableUl:first-child li {
    display: grid;
    place-items: center left;
}

.commonTableUl li {
    padding: 8px;
}

@media only screen and (max-width: 767px) {
    .commonTableUl {
        font-size: 3.2710280374vw;
    }

    .commonTableUl li {
        padding: 1.8691588785vw;
    }
}

.commonTableUl.commonTableUl--horizontal {
    width: 300px;
    flex: 0 0 auto;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}

.commonTableUl.commonTableUl--horizontal:last-of-type {
    border-right: 1px solid #aaaaaa;
}

.commonTableUl.commonTableUl--horizontal li:not(:last-of-type) {
    border-bottom: 1px solid #aaaaaa;
}

.commonTableUl.commonTableUl--horizontal li:nth-of-type(even) {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
    .commonTableUl.commonTableUl--horizontal {
        width: 46.7289719626vw;
    }
}

.commonTableUl.commonTableUl--col {
    display: flex;
}

.commonTableUl.commonTableUl--col:nth-of-type(n + 2):nth-of-type(odd) {
    background-color: #f8f8f8;
}

.commonTableUl.commonTableUl--col li {
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    width: 300px;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .commonTableUl.commonTableUl--col li {
        width: 46.7289719626vw;
    }
}

.commonTableUlHead li {
    background-color: #555 !important;
    color: #fff;
    font-weight: bold;
}

/*==================================================
 * フォーム
 *================================================*/
input[type=checkbox] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    cursor: pointer;
    padding-left: 26px;
    vertical-align: middle;
    position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=checkbox]::before {
    background-color: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
}

input[type=checkbox]::after {
    top: -9px;
    left: 10px;
    width: 7px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
}

input[type=checkbox]:checked::before {
    background-color: #000;
    border: 1px solid #000;
}

input[type=checkbox]:checked::after {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    input[type=checkbox]::before {
        width: 4.6728971963vw;
        height: 4.6728971963vw;
        left: 2.3364485981vw;
    }

    input[type=checkbox]::after {
        top: -1.6355140187vw;
        left: 1.8691588785vw;
        width: 1.1682242991vw;
        height: 2.8037383178vw;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        opacity: 0;
    }
}

.checkboxLabel {
    cursor: pointer;
}

@media print,
screen and (min-width: 768px) {
    .checkboxLabel {
        padding-left: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .checkboxLabel {
        font-size: 3.2710280374vw;
    }
}

input:checked+.checkboxLabel::before {
    background-color: #000;
}

input:checked+.checkboxLabel::after {
    opacity: 1;
}

input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

input[type="radio"] {
    /*
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
		*/
}

.radioLabel {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
}

@media only screen and (max-width: 767px) {
    .radioLabel {
        padding-left: 6.0747663551vw;
    }
}

.radioLabel::before,
.radioLabel::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 60%;
}

.radioLabel::before {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}

@media only screen and (max-width: 767px) {
    .radioLabel::before {
        left: 0;
        width: 4.6728971963vw;
        height: 4.6728971963vw;
    }
}

.radioLabel::after {
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: 9px;
}

@media only screen and (max-width: 767px) {
    .radioLabel::after {
        left: 0.9345794393vw;
        width: 2.8037383178vw;
        height: 2.8037383178vw;
    }
}

input:checked+.radioLabel::after {
    opacity: 1;
}

select {
    position: relative;

    cursor: pointer;
    font-size: 16px;
}

.select--order {
    width: 160px;
    text-align: center;
    padding: 12px;
}

@media only screen and (max-width: 767px) {
    .select--order {
        padding: 2.8037383178vw;
        line-height: 1.7;
        width: 44.3925233645vw;
        font-size: 3.2710280374vw;
    }
}

.select--common {
    padding: 13px;
    padding-right: 50px;
    border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .select--common {
        border: 1px solid #000;
        font-size: 3.2710280374vw;
        padding: 3.0373831776vw;
        padding-right: 18.691588785vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .select--quantity {
        border: 1px solid #dddddd;
    }
}

/*==================================================
 * hover
 *================================================*/
.cursor {
    cursor: pointer;
}

.pointerEvents--none {
    pointer-events: none;
}

/*==================================================
 * ボーダー
 *================================================*/
.hr--gray {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*==================================================
 * ボタン
 *================================================*/
.btn {
    display: inline-block;
    font-size: 16px;
    color: #333;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 256px;
    cursor: pointer;
}

@media (hover: hover) {
    .btn:hover {
        transition: ease 0.3s;
        background-color: #842626;
        border: 1px solid #842626;
        color: #fff;
        opacity: 1 !important;
    }

    .btn:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 3.2710280374vw;
        width: 44.3925233645vw;
        padding: 3.5046728972vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .btn.btn--search {
        padding: 12px;
        width: 160px;
    }
}

.btn.btn--cart {
    color: #fff;
    background-color: #d0121d;
    border: 1px solid #d0121d;
    flex-grow: 1;
    font-size: 17px;
    font-weight: normal;
    padding: 18px;
}

@media (hover: hover) {
    .btn.btn--cart:hover {
        transition: ease 0.3s;
    }

    .btn.btn--cart:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn--cart {
        font-size: 3.9719626168vw;
        padding: 2.3364485981vw;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn--fullSp {
        width: 100%;
    }
}

/*==================================================
 * タグ
 *================================================*/
.tag {
    display: inline-block;
    border: 1px solid #555;
    padding: 6px 9px;
    font-size: 11px;
    color: #555;
    line-height: 1;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .tag {
        padding: 1.1682242991vw 3.0373831776vw;
        font-size: 2.8037383178vw;
    }
}

/*==================================================
 * バナー
 *================================================*/
.banner--credit {
    width: 350px;
    margin: min(1.3vw, 16px) 0;
}

@media only screen and (max-width: 767px) {
    .banner--credit {
        width: 81.7757009346vw;
        margin: 3.738317757vw 0;
    }
}

/*==================================================
 * アイコン
 *================================================*/
.icon--external:after {
    margin-left: 4px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_external.svg');
}

/*==================================================
 * レスポンシブ 表示切り替え
 *================================================*/
.tab {
    display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
    .note {
        display: block;
    }
}

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

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

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

    .tab {
        display: block !important;
    }
}

/*==================================================
 * フォント
 *================================================*/
.italic {
    font-style: italic;
}

html {
    font-size: 10px;
}

body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.6;
}

.lh_xxl {
    line-height: 2.5;
}

.lh_xxl * {
    line-height: 2.5;
}

.lh_xl {
    line-height: 2;
}

.lh_xl * {
    line-height: 2;
}

.lh_l {
    line-height: 1.8;
}

.lh_l * {
    line-height: 1.8;
}

.lh_m {
    line-height: 1.5;
}

.lh_m * {
    line-height: 1.5;
}

.lh_ms {
    line-height: 1.4;
}

.lh_ms * {
    line-height: 1.4;
}

.lh_s {
    line-height: 1;
}

.lh_s * {
    line-height: 1;
}

.lh_xs {
    line-height: 0.7;
}

.lh_xs * {
    line-height: 0.7;
}

@media only screen and (max-width: 767px) {
    .lh_sSp {
        line-height: 1;
    }
}

.ls_xl {
    letter-spacing: 0.3em;
}

.ls_l {
    letter-spacing: 0.2em;
}

.ls_m {
    letter-spacing: 0.15em;
}

.lsBase {
    letter-spacing: 0.1em;
}

.ls_s {
    letter-spacing: 0.05em;
}

.ls_xs {
    letter-spacing: 0.01em;
}

.ls_0 {
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    .ls_sSp {
        letter-spacing: 0.05em;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.bold {
    font-weight: 700 !important;
}

.bold900 {
    font-weight: 900 !important;
}

.normal {
    font-weight: normal;
}

.thin {
    font-weight: 100;
}

.nowrap {
    white-space: nowrap;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.gray {
    color: #686868;
}

.red {
    color: #df0018 !important;
}

.fsL {
    font-size: 100px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsL {
        font-size: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .fsL {
        font-size: 42px;
    }
}

.fsL2 {
    font-size: 64px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsL2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .fsL2 {
        font-size: 36px;
    }
}

.fsL3 {
    font-size: 50px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsL3 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .fsL3 {
        font-size: 28px;
    }
}

.fsL4 {
    font-size: 42px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsL4 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .fsL4 {
        font-size: 24px;
    }
}

.fsM {
    font-size: 34px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsM {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .fsM {
        font-size: 21px;
    }
}

.fsM2 {
    font-size: 28px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsM2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .fsM2 {
        font-size: 20px;
    }
}

.fsM3 {
    font-size: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsM3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .fsM3 {
        font-size: 20px;
    }
}

.fsM35 {
    font-size: 21px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsM35 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .fsM35 {
        font-size: 14px;
    }
}

.fsM4 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .fsM4 {
        font-size: 16px;
    }
}

.fsM5 {
    font-size: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsM5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .fsM5 {
        font-size: 14px;
    }
}

.fsS {
    font-size: 14px;
}

.fsS2 {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .fsS2 {
        font-size: 2.8037383178vw;
    }
}

.fsS3 {
    font-size: 12px;
}

.fsS35 {
    font-size: 11px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
    .fsS35 {
        font-size: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .fsS35 {
        font-size: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .spFs12 {
        font-size: 2.8037383178vw;
    }

    .spFs14 {
        font-size: 3.2710280374vw;
    }
}

/*flex・グリッド系*/
.flex {
    display: flex;
}

.flexBr {
    width: 100%;
    margin: 0 !important;
}

.full {
    width: 100%;
}

.flexGrow_1 {
    flex-grow: 1;
}

.justCenter {
    justify-content: center;
}

.justSelfCenter {
    justify-self: center;
}

.justEnd {
    justify-content: flex-end;
}

.justBetween {
    justify-content: space-between;
}

.alignCenter {
    align-items: center;
}

.alignStart {
    align-items: flex-start;
}

.alignEnd {
    align-items: flex-end;
}

.alignBase {
    align-items: baseline;
}

.flexReverse {
    flex-flow: row-reverse;
}

.flexWrap {
    flex-wrap: wrap;
}

.flexColumn {
    flex-direction: column;
}

.flexColReverse {
    flex-direction: column-reverse;
}

.flexColReverse {
    flex-direction: column-reverse;
}

@media print,
screen and (min-width: 768px) {
    .flexPc {
        display: flex;
    }

    .flexColumnPc {
        flex-direction: column;
    }

    .justEndPc {
        justify-content: flex-end;
    }

    .alignCenterPc {
        align-items: center;
    }

}

@media only screen and (max-width: 767px) {
    .fullSp {
        width: 100%;
    }

    .flexColumnSp {
        flex-direction: column;
    }

    .justCenterSp {
        justify-content: center;
    }

    .justStartSp {
        justify-content: start;
    }
}

@media screen and (max-width: 767px) {
    .flexSplit {
        width: 100%;
    }

    .flexWrapSp {
        flex-wrap: wrap;
    }

    .flexReverseSp {
        flex-flow: row-reverse;
    }

    .flexColumnSp {
        flex-direction: column;
    }

    .flexColReverseSp {
        flex-direction: column-reverse;
    }

    .bgFixed {
        background-attachment: unset;
    }

    .flexReverse {
        flex-flow: row-reverse;
    }

    .flexSp {
        display: flex;
    }

    .justEndSp {
        justify-content: flex-end;
    }

    .alignCenterSp {
        align-items: center;
    }

    .alignEndSp {
        align-items: flex-end;
    }
}

/*==================================================
 * 独自クラス（どのサイトでも） 汎用
 *================================================*/
.opacity {
    opacity: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.remove {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 0;
}

.overScrollX {
    overflow-x: scroll;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.relapadding {
    padding-right: 80px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.inlineBlockUl li {
    display: inline-block;
    font-size: 12px;
}

.disNone {
    display: none !important;
}

.opa {
    transition: 0.3s;
    opacity: 1;
}

a:hover .opa {
    transition: 0.3s;
    opacity: 0.7;
}

.tra,
.tra:hover {
    transition: 0.3s;
}

.verticalMiddle {
    vertical-align: middle;
}

.verticalBottom {
    vertical-align: bottom;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .text-left-sp {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .text-center-sp {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .text-right-sp {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .text-left-sp {
        text-align: left;
    }
}

@media print,
screen and (min-width: 768px) {
    .text-left-pc {
        text-align: left;
    }
}

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

@media only screen and (max-width: 767px) {
    .text-center-pc {
        text-align: start;
    }
}

@media only screen and (max-width: 767px) {
    .blockSp {
        display: block;
    }

    .overScrollXSp {
        overflow-x: scroll;
        overflow-y: clip;
        scrollbar-width: none;
    }

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

/*==================================================
 * 横幅 container
 *================================================*/
.cnt {
    width: 100%;
    max-width: min(100% - var(--padding, 160px), var(--maxWidth, 1120px));
    margin-inline: auto;
}

@media only screen and (max-width: 767px) {
    .cnt {
        --padding: 0;
        padding: 0 3.738317757vw;
    }
}

.cntXs {
    --maxWidth: 632px;
}

.cntS {
    --maxWidth: 792px;
}

.cntM {
    --maxWidth: 992px;
}

@media print,
screen and (min-width: 768px) {
    .cntM {
        --padding: 128px;
    }
}

.cntL {
    --maxWidth: 1000px;
}

.cntFull {
    max-width: 1280px;
}

@media only screen and (max-width: 767px) {
    .cntSpPadding0 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cntSpPaddingL {
        padding: 0 5.6074766355vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .cntRank {
        width: 100%;
        --padding: 128px;
        --maxWidth: 1152px;
    }
}

/*==================================================
 * プレフィックス / サフィックス
 *================================================*/
/*==================================================
 * スリック slick
 *================================================*/
.slick-list {
    overflow: visible;
}

.rankCardWrap .slick-list {
    overflow: hidden;
}

@media (hover: hover) {
    .slick-slider li a:hover {
        transition: ease 0.3s;
    }

    .slick-slider li a:hover:hover {
        opacity: 0.7;
    }
}

.slick-slider .slick-slide {
    overflow: hidden;
    margin: 0 16px;
}

.slick-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
}

.slick-slider .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 10;
    top: 45%;
}

.slick-slider .slick-next {
    right: -50px;
}

.slick-slider .slick-next::before {
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_slickArrow.svg');
}

.slick-slider .slick-prev {
    left: -50px;
}

.slick-slider .slick-prev::before {
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_slickArrow.svg');
    transform: rotate(-180deg);
}

.slick-slider .slick-dots {
    text-align: center;
    bottom: auto;
    padding-top: 10px;
    position: relative;
}

.slick-slider .slick-dots li {
    display: inline-block;
}

.slick-slider .slick-dots li button:before {
    background-color: #aaa;
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #222;
    width: 10px;
    height: 10px;
}

.slick-slider#rankCardWrap .slick-arrow {
    width: 24px;
    height: 24px;
}

.slick-slider#rankCardWrap .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    top: 0;
}

.slick-slider#rankCardWrap .slick-prev,
.slick-slider#rankCardWrap .slick-next {
    top: 32%;
}

.slick-slider#rankCardWrap .slick-prev {
    left: -23px;
}

.slick-slider#rankCardWrap .slick-next {
    right: -23px;
}

@media only screen and (max-width: 767px) {
    .slick-slider .slick-slide {
        margin: 0 12px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*==================================================
 * SP ナビメニュー 
 *================================================*/
/*------------ SP Menu ------------*/
@media only screen and (max-width: 767px) {
    .overRayBoxInner {
        width: 100%;
        padding-top: 18.691588785vw;
        padding-bottom: 37.3831775701vw;
    }

    .overRayBox {
        position: fixed;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-color: #fff;
        top: 0;
        right: 0;
        overflow: scroll;
        height: 100vh;
        color: #222;
    }

    .overRayBox>ul {
        margin-top: -1px;
        vertical-align: middle;
        width: 100%;
        display: block;
        padding-top: 1.8em;
        padding-left: 1.4em;
    }

    .overRayBox>ul>li {
        border-bottom: 1px solid #fff;
        padding-bottom: 0.2em;
        font-size: 13px;
    }

    .open .overRayBox {
        cursor: url(../images/cross.svg), auto;
        visibility: visible;
        opacity: 1;
        z-index: 100;
    }

    .overRayMenuUl {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3.738317757vw;
    }

    .overRayMenuUl li {
        font-size: 3.2710280374vw;
        font-weight: bold;
        position: relative;
        text-align: center;
        border-radius: 3.738317757vw;
        overflow: hidden;
    }

    .overRayMenuUl li:before {
        content: "";
        display: block;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .overRayMenuUl li a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: #fff;
    }

    .overRaySubMenuUl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 7.476635514vw;
        width: 86.4485981308vw;
    }

    .overRaySubMenuUl li {
        font-size: 3.2710280374vw;
        color: #555;
        margin-right: 7.476635514vw;
        margin-bottom: 7.476635514vw;
    }

    .overRaySubMenuUl li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .overRayContactBtn {
        display: grid;
        place-content: center;
        text-align: center;
        border: 1px solid #222;
        width: calc(50% - 8px);
        padding: 1.4018691589vw;
    }

    .overRayContactBtn .commonContactTel {
        font-family: "Roboto", sans-serif;
        display: flex;
        justify-content: center;
    }

    .overRayContactBtn .commonContactTel span {
        font-size: 3.5046728972vw;
    }

    .overRayContactBtn .commonContactTel:before {
        background: #222;
    }

    .overRayContactBtn .commonContactLink {
        display: inline-block;
        font-size: 3.2710280374vw;
    }

    .overRayContactBtn .commonContactLink:before {
        background: #222;
    }

    .overRayContactBusinessHours {
        color: #555;
        font-size: 2.3364485981vw;
        letter-spacing: 0;
    }

    .overRayContactMenuWrap {
        display: flex;
        justify-content: space-between;
    }
}

html.open {
    overflow-y: hidden;
}

html.open .all-wrapper,
html.open .importantNotices {
    position: relative;
    z-index: -1;
}

.menu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1001;
    right: 4.2056074766vw;
    height: 4.2056074766vw;
}

.menu-btn span {
    color: #000;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .menu-trigger {
        position: relative;
        z-index: 1001;
        width: 4.6728971963vw;
        height: 4.2056074766vw;
    }

    .menu-trigger span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 1.8691588785vw;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
        top: auto;
    }
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.5700934579vw) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 0.8s forwards;
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-1.4018691589vw) rotate(45deg);
}

.menu-trigger span:nth-of-type(4) {
    background: none !important;
}

/*==================================================
 * ページネーション
 *================================================*/
.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    position: relative;
}

.pagination li:not(:last-child) {
    margin-right: 8px;
}

.pagination li a {
    display: block;
    padding: 0 8px;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .pagination li:not(:last-child) {
        margin-right: 2.8037383178vw;
    }

    .pagination li a {
        font-size: 3.2710280374vw;
        padding: 0 1.8691588785vw;
    }
}

.paginationPrev {
    position: relative;
}

.paginationPrev::after {
    position: absolute;
    top: 40%;
    right: 14px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-135deg);
}

.paginationPrev:after {
    right: 25%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .paginationPrev:after {
        width: 2.3364485981vw;
        height: 2.3364485981vw;
        top: 35%;
    }
}

.paginationNext {
    position: relative;
}

.paginationNext::after {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}

.paginationNext:after {
    left: 25%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .paginationNext:after {
        width: 2.3364485981vw;
        height: 2.3364485981vw;
        top: 35%;
    }
}

.paginationCurrent {
    pointer-events: none;
    color: #cccccc;
}

/*==================================================
 * パンくず breadcrumbsNav
 *================================================*/
.breadcrumbsNav {
    position: relative;
    padding: 16px 0;
    margin-bottom: 38px;
}

.breadcrumbsNav:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100vw;
    background-color: #ddd;
    margin: auto calc(50% - 50vw);
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .breadcrumbsNav {
        margin-bottom: 5.6074766355vw;
        padding: 3.738317757vw 0;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbsNavWrap {
        overflow-x: scroll;
        white-space: nowrap;
        word-break: keep-all;
    }

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

.breadcrumbsNavWrap ul {
    display: flex;
}

.breadcrumbsNavWrap ul li {
    color: #000;
    font-size: 14px;
}

.breadcrumbsNavWrap ul li:not(:last-child) {
    padding-right: 18px;
    position: relative;
}

.breadcrumbsNavWrap ul li:not(:last-child)::after {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}

.breadcrumbsNavWrap ul li:not(:last-child):after {
    top: 35%;
}

.breadcrumbsNavWrap ul li:not(:first-child) {
    padding-left: 14px;
}

.breadcrumbsNavWrap ul li a {
    padding: 2px 3px;
    color: #222222;
}

@media (hover: hover) {
    .breadcrumbsNavWrap ul li a:hover {
        transition: ease 0.3s;
    }

    .breadcrumbsNavWrap ul li a:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbsNavWrap ul {
        width: 150%;
    }

    .breadcrumbsNavWrap ul li {
        font-size: 3.2710280374vw;
    }

    .breadcrumbsNavWrap ul li:not(:last-child) {
        padding-right: 4.2056074766vw;
        position: relative;
    }

    .breadcrumbsNavWrap ul li:not(:last-child)::after {
        position: absolute;
        top: 40%;
        right: 0px;
        display: block;
        content: "";
        width: 2.1028037383vw;
        height: 2.1028037383vw;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(45deg);
    }

    .breadcrumbsNavWrap ul li:not(:last-child):after {
        top: 30%;
    }

    .breadcrumbsNavWrap ul li a {
        display: inline-block;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    color: #222;
    overflow-x: hidden;
    font-weight: 400;
    line-height: 1.5;
    min-width: 1280px;
    width: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }

    .all-wrapper {
        margin-top: 14.953271028vw;
    }
}

.all-wrapper {
    position: relative;
    padding-bottom: 80px;
}

.all-wrapper:after {
    content: "";
    display: block;
    max-width: 1120px;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .all-wrapper {
        padding-bottom: 18.691588785vw;
    }

    .all-wrapper::after {
        width: calc(100% - 7.476635514vw);
    }
}

.all-wrapper.all-wrapper--home {
    padding-bottom: 0px;
}

.all-wrapper.all-wrapper--home:after {
    display: none;
}

/*==================================================
 * サイト独自共通
 *================================================*/
.commonPriceNum {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: min(1.3vw, 16px);
}

.commonPriceNum:before,
.commonPriceNum:after {
    font-weight: normal;
    font-size: 16px;
}


@media print,
screen and (min-width: 768px) {
    .commonPriceNum.commonPriceNum--l {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .commonPriceNum.commonPriceNum--l:before {
        font-size: 22px;
        margin-right: 4px;
    }

    .commonPriceNum.commonPriceNum--l:after {
        font-size: 16px;
        margin-left: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .commonPriceNum {
        margin-bottom: 1.8691588785vw;
        font-size: 3.2710280374vw;
    }

    .commonPriceNum:before,
    .commonPriceNum:after {
        font-weight: normal;
        font-size: 2.5700934579vw;
    }

    .commonPriceNum:before {
        padding-right: 0.7009345794vw;
    }

    .commonPriceNum:after {
        padding-left: 0.7009345794vw;
    }

    .commonPriceNum.commonPriceNum--l {
        font-size: 5.6074766355vw;
    }

    .commonPriceNum.commonPriceNum--l:before {
        font-size: 4.2056074766vw;
        margin-right: 0.9345794393vw;
    }

    .commonPriceNum.commonPriceNum--l:after {
        font-size: 3.738317757vw;
        margin-left: 0.7009345794vw;
    }

    .commonCardWrap--l .commonPriceNum {
        font-size: 5.1401869159vw;
    }

    .commonCardWrap--l .commonPriceNum:before,
    .commonCardWrap--l .commonPriceNum:after {
        font-size: 3.738317757vw;
    }
}

.commonTagUl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.commonTagUl li {
    display: inline-block;
    border: 1px solid #555;
    padding: 6px 9px;
    font-size: 11px;
    color: #555;
    line-height: 1;
    border-radius: 50px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .commonTagUl li {
        padding: 1.1682242991vw 3.0373831776vw;
        font-size: 2.8037383178vw;
    }
}

.commonTagUl li:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .commonTagUl li {
        font-size: 2.5700934579vw;
    }

    .commonTagUl li:not(:last-child) {
        margin-right: 2.3364485981vw;
    }
}

.likeBtn {
    border: none;
    cursor: pointer;
    width: 64px;
    height: 64px;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 100px;
}

.likeBtn::after {
    transition: 0.1s;
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 53%;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_like.svg') no-repeat center center/contain;
    -webkit-mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_like.svg') no-repeat center center/contain;
    background: #ccc;
}

.likeBtn.like::after {
    mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_like_fill.svg') no-repeat center center/contain;
    -webkit-mask: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_like_fill.svg') no-repeat center center/contain;
    background: #d0121d;
}

@media only screen and (max-width: 767px) {
    .likeBtn {
        width: 11.214953271vw;
        height: 11.214953271vw;
    }

    .likeBtn::after {
        width: 5.8411214953vw;
        height: 5.8411214953vw;
    }
}

/*==================================================
 * ヘッダー
 *================================================*/
@media only screen and (max-width: 767px) {
    .headerInner {
        position: fixed;
        background-color: #fff;
        width: 100vw;
        margin: auto calc(50% - 50vw);
        padding: 0 3.738317757vw;
        left: 0;
        top: 0;
        z-index: 1000;
    }
}

@media print,
screen and (min-width: 768px) {
    .headerInner {
        padding-top: 16px;
        padding-bottom: min(2vw, 24px);
    }
}

@media only screen and (max-width: 767px) {
    .headerInner {
        padding-top: 2.8037383178vw;
        padding-bottom: 2.8037383178vw;
    }
}

.importantNotices {
    background-color: #842626;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
}

@media only screen and (max-width: 767px) {
    .importantNotices {
        font-size: 3.2710280374vw;
        overflow: hidden;
        padding: 2.8037383178vw 0;
        width: 100vw;
        margin: 14.953271028vw calc(50% - 50vw) -14vw
    }
}

.importantNoticesAnime {
    display: inline-block;
    color: #fff;
    line-height: 30px;
}


.importantNoticesAnime {
    padding-left: 100%;
    padding-right: 30px;
    white-space: nowrap;
    animation: animate-banner 25s linear infinite;
}



.importantNoticesText {
    white-space: nowrap;
    line-height: 1;
}


.importantNoticesTitle {
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    .importantNoticesTitle {
        font-size: 3.2710280374vw;
    }
}

.importantNoticesMsg {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .importantNoticesMsg {
        font-size: 3.0373831776vw;
    }
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.menuNav {
    padding: min(2vw, 24px) 0;
}

.headerSearchForm {
    display: flex;
    position: relative;
    align-items: center;
}

@media print,
screen and (min-width: 768px) {
    .headerSearchForm {
        width: 440px;
    }
}

.headerSearchFormInput {
    background-color: #f8f8f8;
    border: 0;
    height: 40px;
    width: 100%;
    padding: 0;
    display: block;
    padding-left: min(1.3vw, 16px);
}

.headerSearchFormInput::-moz-placeholder {
    opacity: 0.5;
}

.headerSearchFormInput::placeholder {
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .headerSearchFormInput {
        display: none;
    }
}

@media print,
screen and (min-width: 768px) {
    .headerSearchFormSearchButtonWrap {
        position: absolute;
        right: 0;
        display: block;
    }
}

.headerSearchFormSearchButton {
    width: 35px;
    height: 35px;
    border: 0;
    display: block;
    position: relative;
}

.headerSearchFormSearchButton:hover {
    cursor: pointer;
}

.headerSearchFormSearchButton::before {
    width: 35px;
    height: 35px;
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/icon_search.svg');
}

@media print,
screen and (min-width: 768px) {
    .headerSearchFormSearchButton {
        background-color: #f8f8f8;
        margin-right: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .headerSearchFormSearchButton {
        background-color: transparent;
        margin-right: 1.8691588785vw;
    }
}

.headerIconMenuUl li {
    line-height: 1;
    font-size: 10px;
}

@media (hover: hover) {
    .headerIconMenuUl li a:hover {
        transition: ease 0.3s;
    }

    .headerIconMenuUl li a:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .headerIconMenuUl {
        margin-right: 9.3457943925vw;
    }

    .headerIconMenuUl li:not(:last-child) {
        margin-right: 1.8691588785vw;
    }

    .headerIconMenuUl li img {
        position: relative;
    }

    .headerIconMenuUl li .cartNum {}
}

@media print,
screen and (min-width: 768px) {
    .headerIconMenuUl li {
        margin-left: min(2vw, 24px);
    }
}

.cartNumWrap {
    position: absolute;
    top: -2px;
    right: 11px;
    z-index: 10;
}


.cartNum {
    position: absolute;
    text-align: center;
    top: 4px;
    left: 5px;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    background-color: #d0121d;
    font-family: "Roboto", sans-serif;
}


/*==================================================
 * フッター
 *================================================*/
.footerInner {
    padding-top: 96px;
    padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .footerInner {
        padding-top: 18.691588785vw;
        padding-bottom: 7.476635514vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .footerNavWrap {
        width: 650px;
    }
}

.footerNavTitleWrap {
    position: relative;
    margin-bottom: min(1.3vw, 16px);
}

.footerNavTitleWrap:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: -1;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

@media only screen and (max-width: 767px) {
    .footerNavTitleWrap {
        margin-bottom: 9.3457943925vw;
    }
}

.footerNavTitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    display: inline-block;
    padding-right: min(1.3vw, 16px);
}

.footerNavUl {
    display: flex;
    flex-wrap: wrap;
}

.footerNavUl li {
    font-size: 13px;
    color: #555;
}

.footerNavUl li:not(:last-child) {
    margin-right: min(2vw, 24px);
}

.footerNavUl li a {
    letter-spacing: 0.01em;
}

@media (hover: hover) {
    .footerNavUl li a:hover {
        transition: ease 0.3s;
    }

    .footerNavUl li a:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .footerNavUl {
        width: 84.1121495327vw;
    }

    .footerNavUl li {
        font-size: 3.5046728972vw;
        margin-bottom: 9.3457943925vw;
    }

    .footerNavUl li:not(:nth-child(3n)) {
        margin-right: 11.214953271vw;
    }

    .footerNavUl li:nth-child(3n+1):nth-last-child(-n+3),
    .footerNavUl li:nth-child(3n+1):nth-last-child(-n+3)~li {
        margin-bottom: 0;
    }

    .footerNavUl.footerNavUl--s li {
        font-size: 3.2710280374vw;
    }

    .footerNavUl.footerNavUl--s li:not(:last-child) {
        margin-bottom: 7.476635514vw;
        margin-right: 7.476635514vw;
    }

    .footerNavUl.footerNavUl--s li:nth-child(3n+1):nth-last-child(-n+3),
    .footerNavUl.footerNavUl--s li:nth-child(3n+1):nth-last-child(-n+3)~li {
        margin-bottom: auto;
    }
}

@media print,
screen and (min-width: 768px) {
    .footerNavUl.footerNavUl--s li:not(:last-child) {
        margin-right: min(1.3vw, 16px);
        margin-bottom: min(1.3vw, 16px);
    }

    .footerNavUl li:nth-child(5n+1):nth-last-child(-n+5),
    .footerNavUl li:nth-child(5n+1):nth-last-child(-n+5)~li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footerContactUl {
        width: auto;
    }

    .footerContactUl li {
        display: inline-block;
    }

    .footerContactUl li:last-child {
        margin-top: 7.476635514vw;
    }
}

.footerCopy {
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

@media print,
screen and (min-width: 768px) {
    .footerCopy {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .footerCopy {
        font-size: 2.8037383178vw;
    }
}

/* *---------------- 以下各ページ ---------------- * */
/*==================================================
 * 01_TOP
 *================================================*/
.fvSlide {
    margin-top: 32px;
    margin-bottom: 54px;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .fvSlide {
        padding-top: 7.476635514vw;
    }
}

.fvSlideCnt {
    --padding: calc(160px - 32px);
}

@media only screen and (max-width: 767px) {
    .fvSlideCnt {
        --padding: 22px;
    }
}

@media print,
screen and (min-width: 768px) {
    .fvSlideCnt {
        position: relative;
    }
}

.torajiAbout {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/about_bg.webp');
    width: 100%;
    height: 100%;
    position: relative;
}

.torajiAbout::before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%);
}

@media only screen and (max-width: 767px) {
    .torajiInformation {
        padding-top: 13.0841121495vw;
        padding-bottom: 13.0841121495vw;
    }
}

.torajiInformationUl li:not(:last-child) {
    margin-bottom: min(2vw, 24px);
}

.torajiInformationUl li a {
    font-size: 15px;
}

@media (hover: hover) {
    .torajiInformationUl li a:hover {
        transition: ease 0.3s;
    }

    .torajiInformationUl li a:hover:hover {
        opacity: 0.7;
    }
}

@media print,
screen and (min-width: 768px) {
    .torajiInformationUl li {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .torajiInformationUl li:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

.torajiInformationDay {
    color: #555;
    margin-right: min(2vw, 24px);
}

@media only screen and (max-width: 767px) {
    .torajiInformationDay {
        font-size: 2.8037383178vw;
        margin-bottom: 1.8691588785vw;
    }
}

@media only screen and (max-width: 767px) {
    .torajiInformationTitle {
        font-size: 3.2710280374vw;
    }
}

/*==================================================
 * 02_商品一覧ページ
 *================================================*/
.searchSection {
    margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
    .searchSection {
        margin-bottom: 9.3457943925vw;
    }
}

.searchInner {
    background-color: #f4f4f4;
    padding: min(3vw, 32px);
}

@media only screen and (max-width: 767px) {
    .searchInner {
        padding: 5.6074766355vw;
    }
}

.searchBox {
    margin-bottom: min(2vw, 24px);
}

@media print,
screen and (min-width: 768px) {
    .searchBox {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .searchBox {
        margin-bottom: 5.6074766355vw;
    }
}

.searchBoxTitle {
    min-width: 80px;
}

@media only screen and (max-width: 767px) {
    .searchBoxTitle {
        font-size: 3.738317757vw;
        margin-bottom: 3.738317757vw;
    }
}

.searchUl {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}

.searchUl li {
    letter-spacing: 0;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {

    .searchUl li:nth-child(5n+1):nth-last-child(-n+5),
    .searchUl li:nth-child(5n+1):nth-last-child(-n+5)~li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .searchUl {
        margin-left: -2.3364485981vw;
    }

    .searchUl li {
        margin-right: 2.3364485981vw;
        margin-left: 2.3364485981vw;
        margin-bottom: 2.3364485981vw;
    }

    .searchUl li label {
        font-size: 3.2710280374vw;
    }

}

.searchBoxWrap {
    border-bottom: 1px solid #dddddd;
    margin-bottom: min(2vw, 24px);
}

@media only screen and (max-width: 767px) {
    .searchBoxWrap {
        margin-bottom: 5.6074766355vw;
    }
}

.totalItem {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.totalItem .num {
    font-size: 22px;
    line-height: 1;
}

.totalItem .num:before,
.totalItem .num:after {
    font-size: 16px;
}

.totalItem .num:before {
    content: "全";
    padding-right: 7px;
}

.totalItem .num:after {
    content: "件";
    padding-left: 7px;
}

@media only screen and (max-width: 767px) {
    .totalItem .num {
        font-size: 4.6728971963vw;
    }

    .totalItem .num:before,
    .totalItem .num:after {
        font-size: 3.2710280374vw;
    }

    .totalItem .num:before {
        padding-right: 1.6355140187vw;
    }

    .totalItem .num:after {
        padding-left: 1.6355140187vw;
    }
}

.selectWrap {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.selectWrap::after {
    position: absolute;
    top: 35%;
    right: 14px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
    .selectWrap:after {
        width: 2.1028037383vw;
        height: 2.1028037383vw;
    }
}

.productItemSection {
    margin-bottom: 80px;
}

/*==================================================
 * 03_商品詳細ページ
 *================================================*/
.commonDetailSection:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .commonDetailSection:not(:last-child) {
        margin-bottom: 7.476635514vw;
    }
}

.detailImgBox {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .detailImgBox {
        margin-bottom: 5.6074766355vw;
    }
}

.detailTitleWrap {
    margin-bottom: min(3vw, 32px);
}

@media only screen and (max-width: 767px) {
    .detailTitleWrap {
        margin-bottom: 3.738317757vw;
    }
}

.detailMain {
    padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .detailMain {
        padding-bottom: 9.3457943925vw;
    }
}

.detailSlide {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .detailSlide {
        margin-bottom: 3.738317757vw;
    }
}

.detailSlideItem img {
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    .detailSlideBox {
        width: 544px;
    }
}

@media only screen and (max-width: 767px) {
    .detailSlideBox {
        margin-bottom: 7.476635514vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .detailSlideNav {
        display: grid;
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns: repeat(auto-fill, 64px);
    }
}

@media only screen and (max-width: 767px) {
    .detailSlideNav {
        display: flex;
        -moz-column-gap: 3.738317757vw;
        column-gap: 3.738317757vw;
    }
}

@media only screen and (max-width: 767px) {
    .detailSlideNavItem {
        flex: 0 0 auto;
        width: 16.8224299065vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .detailTextBox {
        width: 544px;
    }
}

.detailTitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
    .detailTitle {
        font-size: 4.2056074766vw;
        margin-bottom: 3.738317757vw;
        line-height: 1.6;
    }
}

.detailTitleCopy {
    font-size: 14px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .detailTitleCopy {
        font-size: 2.8037383178vw;
        margin-bottom: 3.738317757vw;
        line-height: 1.8;
    }
}

.detailText p {
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .detailText p {
        font-size: 3.2710280374vw;
        line-height: 1.8;
    }
}

.detailCommonTitle {
    font-size: 18px;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .detailCommonTitle {
        margin-bottom: min(2vw, 24px);
    }
}

@media only screen and (max-width: 767px) {
    .detailCommonTitle {
        font-size: 3.738317757vw;
        margin-bottom: 5.6074766355vw;
    }
}

.detailError {
    color: #ff4500;
}

@media only screen and (max-width: 767px) {
    .detailError {
        font-size: 3.2710280374vw;
    }
}

.detailItemNumber {
    font-size: 14px;
}

.detailItemNumber:before {
    content: "商品番号";
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    .detailItemNumber {
        font-size: 2.8037383178vw;
    }

    .detailItemNumber:before {
        margin-right: 1.8691588785vw;
    }
}

.detailContactLink {
    font-size: 14px;
    position: relative;
    line-height: 1.9;
}

.detailContactLink:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -3;
}

@media (hover: hover) {
    .detailContactLink:hover {
        transition: ease 0.3s;
    }

    .detailContactLink:hover:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 767px) {
    .detailContactLink {
        font-size: 2.8037383178vw;
    }

    .detailContactLink:after {
        bottom: -1.1682242991vw;
    }
}

.detailContentInner {
    background-color: #f4f4f4;
    padding: 64px 0;
}

@media only screen and (max-width: 767px) {
    .detailContentInner {
        padding-top: 5.6074766355vw;
        padding-bottom: 5.6074766355vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .detailContentText:not(:last-child) {
        margin-bottom: 40px;
    }

    .detailContentText p {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .detailContentText p {
        font-size: 3.2710280374vw;
        line-height: 1.8;
    }

    .detailContentText:first-of-type {
        margin-bottom: 5.6074766355vw;
    }
}

.detailContentImgUnit:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .detailContentImgUnit {
        margin-top: 5.6074766355vw;
    }

    .detailContentImgUnit:not(:last-child) {
        margin-bottom: 7.476635514vw;
    }
}

@media only screen and (max-width: 767px) {
    .detailContentImg:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

.detailContentHr:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .detailContentHr:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

.detailContentBox {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px;
}

.detailContentBox:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .detailContentBox {
        padding: 3.738317757vw;
        border-radius: 1.8691588785vw;
    }

    .detailContentBox:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }

    .detailContentBox p {
        font-size: 3.2710280374vw;
        line-height: 1.8;
    }
}

.detailContentBox.detailContentBox--bg {
    background-color: #f4f4f4;
}

.detailContentUl:not(:last-child) {
    margin-bottom: 40px;
}

.detailContentUl li {
    padding-left: 24px;
    position: relative;
}

.detailContentUl li:before {
    content: "";
    display: block;
    position: absolute;
    content: "・";
    left: 0;
}

.detailContentUl li:not(:last-child) {
    margin-bottom: min(1.3vw, 16px);
}

@media only screen and (max-width: 767px) {
    .detailContentUl:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }

    .detailContentUl li {
        font-size: 3.2710280374vw;
        padding-left: 3.738317757vw;
        line-height: 1.8;
    }

    .detailContentUl li:not(:last-child) {
        margin-bottom: 3.738317757vw;
    }
}

.detailReviewText {
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .detailReviewText {
        font-size: 3.2710280374vw;
        line-height: 1.8;
    }
}

.detailReviewPostedInformation {
    color: #888888;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .detailReviewPostedInformation {
        font-size: 3.2710280374vw;
    }
}

.detailReviewContributor {
    font-size: 14px;
    margin-left: min(1.3vw, 16px);
}

.detailReviewContributor:after {
    content: "さん";
}

@media only screen and (max-width: 767px) {
    .detailReviewContributor {
        font-size: 3.0373831776vw;
    }
}

.detailReviewDate:before {
    content: "投稿日時：";
}

.detailReviewUl li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

@media print,
screen and (min-width: 768px) {
    .detailReviewUl li:not(:last-child) {
        padding-bottom: min(3vw, 32px);
        margin-bottom: min(3vw, 32px);
    }
}

@media only screen and (max-width: 767px) {
    .detailReviewUl li {
        padding-bottom: 2.8037383178vw;
        margin-bottom: 2.8037383178vw;
    }

    .detailReviewUl li:not(:first-child) {
        padding-top: 2.8037383178vw;
    }
}

.starRating:before {
    content: "★";
}

.starRatingWrap {
    position: absolute;
    z-index: 1;
    display: flex;
}

.starRatingWrap.starRatingWrap--color .starRating:before {
    color: #000;
}

.starRatingWrap.starRatingWrap--gray {
    z-index: 0;
}

.starRatingWrap.starRatingWrap--gray .starRating:before {
    color: #cccccc;
}

.reviewStar {
    position: relative;
    width: 90px;
    height: 16px;
    /* 星4 */
    /* 星3 */
    /* 星2 */
    /* 星1 */
}

.reviewStar[data-rate="4"] .starRatingWrap--color .starRating:nth-last-child(-n+1):before {
    display: none;
}

.reviewStar[data-rate="3"] .starRatingWrap--color .starRating:nth-last-child(-n+2):before {
    display: none;
}

.reviewStar[data-rate="2"] .starRatingWrap--color .starRating:nth-last-child(-n+3):before {
    display: none;
}

.reviewStar[data-rate="1"] .starRatingWrap--color .starRating:nth-last-child(-n+4):before {
    display: none;
}

/*==================================================
 * 04_ニュース 詳細ページ
 *================================================*/
.newsDetailTextBox {
    margin-bottom: 80px;
    line-height: 1.8;
}

.newsDetailTextBox p:not(:last-child) {
    margin-bottom: min(3vw, 32px);
}

@media only screen and (max-width: 767px) {
    .newsDetailTextBox {
        margin-bottom: 11.214953271vw;
        font-size: 3.2710280374vw;
    }

    .newsDetailTextBox p:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

/*==================================================
 * 05_ショッピングガイド
 *================================================*/
.shoppingGuideSection:not(:first-of-type) {
    padding-top: 80px;
}

.shoppingGuideSection:not(:last-of-type) {
    padding-bottom: 80px;
    border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
    .shoppingGuideSection:not(:first-of-type) {
        padding-top: 7.476635514vw;
    }

    .shoppingGuideSection:not(:last-of-type) {
        padding-bottom: 7.476635514vw;
    }
}

.shoppingGuideTitleSub {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}

@media only screen and (max-width: 767px) {
    .shoppingGuideTitleSub {
        font-size: 3.738317757vw;
    }
}

.shoppingGuideUl li:not(:last-child) {
    margin-bottom: min(3vw, 32px);
}

.shoppingGuideUl li small {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.6;
    display: block;
    position: relative;
    padding-left: 1.5em;
}

.shoppingGuideUl li small::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .shoppingGuideUl li:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }

    .shoppingGuideUl li small {
        font-size: 3.2710280374vw;
    }
}

.shoppingGuideUl.shoppingGuideUl--num {
    counter-reset: number 0;
}

.shoppingGuideUl.shoppingGuideUl--num .shoppingGuideUlTitle {
    position: relative;
    padding-left: 2em;
}

.shoppingGuideUl.shoppingGuideUl--num .shoppingGuideUlTitle:before {
    counter-increment: number 1;
    content: "[" counter(number) "]";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.shoppingGuideUlTitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: min(1.3vw, 16px);
}

@media only screen and (max-width: 767px) {
    .shoppingGuideUlTitle {
        font-size: 3.2710280374vw;
        margin-bottom: 1.8691588785vw;
    }
}

.shoppingGuideShippingInformationTable {
    width: 550px;
    border: 1px solid #000;
}

.shoppingGuideShippingInformationTable th,
.shoppingGuideShippingInformationTable td {
    vertical-align: middle;
    border: 1px solid #000;
    width: 33.3333333333%;
    text-align: center;
}

.shoppingGuideShippingInformationTable th {
    padding: 24px;
    background-color: #f4f4f4;
}

.shoppingGuideShippingInformationTable td {
    padding: min(1.3vw, 16px);
}

@media only screen and (max-width: 767px) {
    .shoppingGuideShippingInformationTable {
        width: 100%;
    }

    .shoppingGuideShippingInformationTable th {
        padding: 2.8037383178vw;
        font-size: 3.2710280374vw;
    }

    .shoppingGuideShippingInformationTable td {
        padding: 1.8691588785vw;
        font-size: 3.0373831776vw;
    }
}

.shoppingGuideUlText p {
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .shoppingGuideUlText p {
        font-size: 3.2710280374vw;
    }

    .shoppingGuideUlText .commonLink {
        font-size: 3.2710280374vw;
    }

    .shoppingGuideUlText .countUl li {
        font-size: 3.2710280374vw;
    }
}

/*==================================================
 * 06_特集ページ
 *================================================*/
.specialSectionMainTextBox {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .specialSectionMainTextBox {
        font-size: 3.2710280374vw;
        margin-bottom: 7.476635514vw;
    }
}

.specialContent {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .specialContent {
        margin-top: 7.476635514vw;
    }
}

.starRatingWrapReview {
    position: absolute;
    z-index: 1;
}

.starRatingWrapReview.starRatingWrapReview--color .starRatingReview:before {
    content: "★";
    color: #fec400;
    z-index: 1;
}

.starRatingWrapReview.starRatingWrapReview--gray {
    z-index: 0;
}

.starRatingWrapReview.starRatingWrapReview--gray .starRatingReview:before {
    content: "★";
    color: #d5d5d5;
}

.catalogDetailReviewStar {
    position: relative;
    height: 28px;
    /* 星4 */
    /* 星3 */
    /* 星2 */
    /* 星1 */
}

.catalogDetailReviewStar[data-rate="4"] .starRatingWrap--color .starRating:nth-last-child(-n+1):before {
    display: none;
}

.catalogDetailReviewStar[data-rate="3"] .starRatingWrap--color .starRating:nth-last-child(-n+2):before {
    display: none;
}

.catalogDetailReviewStar[data-rate="2"] .starRatingWrap--color .starRating:nth-last-child(-n+3):before {
    display: none;
}

.catalogDetailReviewStar[data-rate="1"] .starRatingWrap--color .starRating:nth-last-child(-n+4):before {
    display: none;
}

.reviewPostFormArticle {
    background-color: #f4f4f4;
    padding: min(3vw, 32px) min(4vw, 48px);
    padding-bottom: min(4vw, 48px);
}

@media only screen and (max-width: 767px) {
    .reviewPostFormArticle {
        padding: 5.6074766355vw 3.738317757vw;
        padding-bottom: 7.476635514vw;
    }
}

.reviewPostFormTitle {
    font-size: 22px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .reviewPostFormTitle {
        font-size: 5.1401869159vw;
    }
}

.reviewPostFormItem {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reviewPostFormItem:first-of-type {
    padding-top: 0;
}

.reviewPostFormItem:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .reviewPostFormItem {
        grid-template-columns: 1fr;
        padding-top: 1.1682242991vw;
        padding-bottom: 1.1682242991vw;
    }
}

.reviewPostFormArticle--preview .reviewPostFormItem {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .reviewPostFormArticle--preview .reviewPostFormItem {
        padding-top: 3.2710280374vw;
        padding-bottom: 3.2710280374vw;
    }

    .reviewPostFormArticle--preview .reviewPostFormItem p {
        font-size: 3.2710280374vw;
    }
}

.reviewPostForm {
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    padding: 10px 20px 8px;
    background-color: #fff;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .reviewPostForm {
        border-radius: 1.4018691589vw;
        padding: 1.8691588785vw 4.6728971963vw 1.8691588785vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .reviewPostFormInput {
        width: 240px;
    }
}

.reviewPostFormTextarea {
    font-size: 16px;
    box-sizing: content-box;
    height: 4.2em;
}

.reviewPostFormInner {
    margin-bottom: min(2vw, 24px);
}

@media only screen and (max-width: 767px) {
    .reviewPostFormInner {
        margin-bottom: 5.6074766355vw;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn--autoSp {
        width: auto;
        padding: 3.5046728972vw 5.6074766355vw;
    }
}

@media only screen and (max-width: 767px) {
    .mb2xsSp {
        margin-bottom: 0.9345794393vw;
    }
}

.mb0 {
    margin-bottom: 0;
}

/*==================================================
 * 9/21 追記CSS
 *================================================*/
.commonCardImgWrap,
.commonCard {
    position: relative;
}

.soldout a {
    pointer-events: none;
}

.soldout a:hover {
    opacity: 1;
}

.soldout:before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url('/import/tenant_1/www.toraji-onlinestore.com/assets/img/soldout.webp');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*==================================================
 * 9/28 追記CSS
 *================================================*/

.widthAutoImportant {
    width: auto !important;
}

@media print,
screen and (min-width: 768px) {
    .BtnFlexColumnJustCenterPc {
        flex-direction: column;
        align-items: center;
    }
}

.btnBasic.dark:hover {
    color: #fff;
}

.rankCardWrap .commonCard {
    padding: 0;
}

.commonTagUl img {
    height: 25px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .commonTagUl img {
        height: 5.8411214953vw !important;
        margin-right: 2.3364485981vw;
        margin-bottom: 2.3364485981vw;
    }
}

.product--IconImg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.product--IconImg img {
    height: 25px !important;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .product--IconImg {
        margin-bottom: 2.3364485981vw;
    }

    .product--IconImg img {
        height: 5.8411214953vw !important;
        margin-right: 2.3364485981vw;
    }
}

@media print,
screen and (min-width: 768px) {

    #dvCartSelect .productImg {
        width: 10%;
    }

    #dvCartSelect .productName {
        width: 70%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #dvCartSelect .remark {
        width: 4%;
    }

    .productPrice {
        /* width: 16%; */
    }
}

@media only screen and (max-width: 767px) {
    #dvCartSelect table tr {
        display: grid;
        gap: 2.3364485981vw;
    }

    #dvCartSelect .remark {
        grid-row: 1/1;
        text-align: right;
    }

    #dvCartSelect .productImg {
        margin-top: -8.009346vw;
    }
}

.slick-slider .slick-slide .commonTagUl img {
    width: auto;
}

#dvCartSelect table:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

@media print,
screen and (min-width: 768px) {
    #dvCartSelect table td {
        padding-bottom: 20px;
    }
}

.searchUl li {
    position: relative;
}

.searchUl li label {
    padding-left: 12px;
}

.searchUl li label::before,
.searchUl li label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.searchUl li label::before {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: -4px;
}

.searchUl li label::after {
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    width: 12px;
    height: 12px;
    left: -0px;
}

.searchUl li input:checked+label::after {
    opacity: 1;
}

@media print,
screen and (max-width: 768px) {
    .searchUl li label {
        padding-left: 4.2056074766vw;
    }

    .searchUl li label::before {
        width: 4.9065420561vw;
        height: 4.9065420561vw;
        left: 0;
        top: 55%;
    }

    .searchUl li label::after {
        width: 2.5700934579vw;
        height: 2.5700934579vw;
        left: 1.1682242991vw;
        top: 55%;
    }
}

@media print,
screen and (min-width: 768px) {
    .searchBox input::after {
        top: 5px;
    }
}

.select_box {
    position: relative;
}

.select_box select {
    border-radius: 0;
    width: 160px;
    text-align: center;
    padding: 12px;
    border: 1px solid #222;
    -webkit-appearance: none;
    /* Safari/Chrome/Edge用 */
    -moz-appearance: none;
    /* Firefox用 */
    appearance: none;
    /* 一般的なスタイル適用用 */
    outline: none;
    /* アウトラインを削除（フォーカス時の枠線を削除） */
}

.select_box::after {
    position: absolute;
    top: 35%;
    right: 14px;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
    .select_box select {
        padding: 2.8037383178vw;
        line-height: 1.7;
        width: 44.3925233645vw;
        font-size: 3.2710280374vw;
    }
}

.commonCard:hover .soldout .commonCardImg {
    /* transform: inherit; */
}

.commonCard a:hover {
    opacity: inherit;
}

@media only screen and (max-width: 767px) {
    #dvUserBox label {
        padding: 0 1.8691588785vw;
    }
}

/*==================================================
 * 9/29 追記CSS
 *================================================*/
.commonTag--new {
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    z-index: 30;
}

.commonTag--new img {
    width: 48px;
    height: 48px !important;
}

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

    .commonTag--new,
    .commonTag--new img {
        width: 7.476635514vw;
        height: 7.476635514vw !important;
    }
}

.commonTag--new--pageDetail,
.commonTag--new--pageDetail img {
    top: 16px;
    right: 16px;
    width: 70px;
    height: 70px !important;
}

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

    .commonTag--new--pageDetail,
    .commonTag--new--pageDetail img {
        width: 16.3551401869vw;
        height: 16.3551401869vw !important;
        top: 3.738317757vw;
        right: 3.738317757vw;
    }
}

.wAuto {
    width: auto;
}

@media only screen and (max-width: 767px) {
    .fsSp14 {
        font-size: 3.2710280374vw;
    }

    .fsSp16 {
        font-size: 3.738317757vw;
    }
}




/*==================================================
* 10/06 追記CSS
*================================================*/


.btn.btn--favorite {
    width: 200px;
    padding: 9px;
    background-color: #000;
    color: #fff;
}

.btn.btn--favorite:not(:last-child) {
    margin-right: 16px;
}

@media (hover: hover) {
    .btn.btn--favorite:hover {
        opacity: 0.7 !important;
        border: 1px solid #000;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn--favorite {
        width: 25.7009345794vw;
        padding: 1.1682242991vw;
    }

    .btn.btn--favorite:not(:last-child) {
        margin-right: 1.8691588785vw;
    }

}

.btn.btn--delete {
    padding: 0;
    border: 0px;
    width: auto;
    font-weight: normal;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .btn.btn--delete {
        margin: 0;
    }
}


@media (hover: hover) {
    .btn.btn--delete:hover {
        background-color: transparent;
        color: #333;
        opacity: 0.7 !important;
        transition: 0.3s;
    }
}

@media print,
screen and (min-width: 768px) {

    .favoriteProductImage {
        width: 105px;
    }

    #dvUserBox #dvFavoriteList table .productName {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #dvUserBox #dvFavoriteList table .productName {
        width: auto;
    }

    #dvUserBox #dvFavoriteList table .productImage {
        width: 20.3271028037vw !important;
    }

    #dvUserBox #dvFavoriteList table .productName {
        padding-left: 4.6728971963vw;
    }

    #dvUserBox #dvFavoriteList table .productName a {
        font-size: 14px;
    }

}


.rakuten-payment-form {
    height: auto;
    margin: auto;
    overflow-y: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#dvUserBox #dvUserCreditCardInput table,
#dvUserBox #dvUserCreditCardConfirm table {
    font-size: 15px;
}

#dvUserBox #dvUserCreditCardInput table th,
#dvUserBox #dvUserCreditCardConfirm table th {
    width: 190px;
}

.rakuten-payment-form .btn {
    width: 280px;
    border: 0px;
}

@media only screen and (max-width: 767px) {
    .rakuten-payment-form {
        width: calc(100% - 32px);
        top: calc(50% + 35px);
        height: calc(100% - 25.7009345794vw);
    }

    .rakuten-payment-modal tbody tr {
        display: flex;
        flex-direction: column;
    }

    #dvUserBox #dvUserCreditCardInput table th,
    #dvUserBox #dvUserCreditCardConfirm table th {
        width: 100%;
    }
}

/*==================================================
* 10/10 追記CSS
*================================================*/
.productAccessories input[type=text] {
    width: 100%;
}



/*==================================================
* 10/12 追記CSS
*================================================*/
@media only screen and (max-width: 767px) {
    .anchorLink {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
}

.anchorLink--l {
    display: block;
    padding-top: 80px !important;
    margin-top: -80px;
}

.btn.btn--cartOption {
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .btn.btn--cartOption {
        padding: 1.4018691589vw;
    }
}

#CartList div.productList .novelty .title,
#CartList div.productList .novelty .plist p.price {
    font-size: 16px;
}

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

    #CartList div.productList .novelty .title,
    #CartList div.productList .novelty .plist p.price,
    #CartList .CartPrice {
        font-size: min(3.738317757vw, 20px);
    }
}

.logoLink h1,
figure {
    margin: auto !important;
}


/*==================================================
 * 10/16 追記CSS
 *================================================*/

.shoppingGuideUl.shoppingGuideUl--faq .shoppingGuideUlTitle {
    position: relative;
    padding-left: 2em;
}

.shoppingGuideUl.shoppingGuideUl--faq .shoppingGuideUlTitle:before {
    content: "Ｑ：";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.shoppingGuideUlText.shoppingGuideUlText--answer {
    position: relative;
    padding-left: 2em;
}

.shoppingGuideUlText.shoppingGuideUlText--answer::before {
    content: "Ａ：";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.shoppingGuideUlTextAnnotation {
    position: relative;
    padding-left: 1.5em;
}

.shoppingGuideUlTextAnnotation:before {
    content: "※";
    position: absolute;
    left: 0;
}


.commonUl li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0;
}

.commonUl li:not(:last-child) {
    margin-bottom: 0;
}

.commonUl li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}


.commonUl.commonUl--num {
    counter-reset: ulNumber 0;
}

.commonUl.commonUl--num li:before {
    counter-increment: ulNumber 1;
    content: counter(ulNumber) "．";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .commonUl li {
        font-size: 3.2710280374vw;
    }
}

.specifiedCommercialTransactionsTable tr th {
    text-align: left;
    padding: 16px;
    width: 25%;
}

.specifiedCommercialTransactionsTable tr td {
    padding: 16px;
}

.specifiedCommercialTransactionsTable tr th,
.specifiedCommercialTransactionsTable tr td {
    line-height: 1.6;
}

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

    .specifiedCommercialTransactionsTable tr {
        display: flex;
        flex-direction: column;
    }

    .specifiedCommercialTransactionsTable tr th,
    .specifiedCommercialTransactionsTable tr td {
        width: 100%;
        padding: 3.738317757vw;
        font-size: 3.2710280374vw;
    }

    .specifiedCommercialTransactionsTable tr th {
        padding-bottom: 0 !important;
    }

    .specifiedCommercialTransactionsTable tr td {
        padding-top: 0 !important;
    }
}

.specifiedCommercialTransactionsTable tr {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.specifiedCommercialTransactionsTable tr:first-child {
    border-top: 1px solid #ddd;
}

.feature-item #productImage {
    width: auto !important;
    height: auto !important;
}

/*==================================================
 * 10/17 追記CSS
 *================================================*/

.btn.btn--special {
    width: 100%;
    padding: 13px;
    font-size: 17px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 16px;

}

@media only screen and (max-width: 767px) {
    .btn.btn--special {
        font-size: 2.8037383178vw;
        margin-top: 1.1682242991vw;
        margin-bottom: 0.7009345794vw;
    }
}

.specialVariationSelectWrap {
    width: 100%;
}

.specialVariationSelectWrap select {
    border-radius: 0;
    width: 100%;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.featureCardWrap .commonCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .specialVariationSelectWrap select {
        font-size: 2.8037383178vw;
        padding-right: 8.1775700935vw;
    }

    .btn.btn--special {
        padding: 2.1028037383vw;

    }

    .mb3Sp {
        margin-bottom: 0.7009345794vw;
    }

}

@media print,
screen and (min-width: 768px) {
    .mb80Pc {
        margin-bottom: 80px;
    }
}

/*==================================================
 * 10/25 追記CSS
 *================================================*/
#dvUserBox #dvUserCreditCardList table .CreditCardDetail .itemname {
    width: 110px;
    margin: 0;
}

.CreditCardDetail ul .itemname:after {
    content: '：';
}

@media print,
screen and (min-width: 768px) {
    .CreditCardDetail ul .itemname {
        position: relative;
    }

    .CreditCardDetail ul .itemname:after {
        position: absolute;
        right: 0;
    }
}

#dvUserBox #dvUserCreditCardInput table .divCreditCardInputFormRegistrationCardNameTr th {
    width: 250px !important;
    line-height: 1.4;
}


#dvUserBox #dvUserCreditCardList table .CreditCardDetail .iteminfo {
    margin-left: 0;
}

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

    .CreditListRegistrationTable,
    .CreditListRegistrationTable .itemname {
        font-size: 3.2710280374vw !important;
    }

    #dvUserBox #dvUserCreditCardList table th {
        width: auto;
    }

    #dvUserBox #dvUserCreditCardList table .CreditCardDetail {
        width: 44.3925233645vw;
    }

    #dvUserBox #dvUserCreditCardList table .CreditcardName {
        width: 23.3644859813vw;
    }

    #dvUserBox #dvUserCreditCardList table .CreditCardDetail .iteminfo {
        float: none;
        width: auto;
    }

    .CreditListRegistrationTable .updatedelete .btn {
        width: 100%;
        padding: 2.3364485981vw;
        font-size: 3.0373831776vw;
    }

    .CreditListRegistrationTable .updatedelete .btn:nth-of-type(odd) {
        margin-right: 1.8691588785vw;
    }

    .CreditListRegistrationTable .updatedelete .btn:nth-of-type(even) {
        margin-left: 1.8691588785vw;
    }

    #dvUserBox #dvUserCreditCardList table .CreditCardDetail .itemname {
        width: auto;
        margin-bottom: 0 !important;
    }

    #dvUserBox #dvUserCreditCardList table .CreditCardDetail ul {
        margin-bottom: 1.8691588785vw !important;
    }

    #dvUserBox #dvUserCreditCardList table .productPatternNum {
        line-height: 1.4;
        width: 23.3644859813vw;
    }

    #dvUserBox #dvUserCreditCardList table .productName {
        display: grid;
        place-content: center left;
        width: 44.3925233645vw;
    }

    #dvUserBox #dvUserCreditCardList table .delete {
        flex-grow: 1;
    }

    #dvUserBox #dvUserCreditCardInput table .divCreditCardInputFormRegistrationCardNameTr td input {
        border-radius: 0px;
        border: 1px solid #000;
        width: 100%;
        padding: 1.4018691589vw;
    }

    #dvUserBox #dvUserCreditCardInput table .divCreditCardInputFormRegistrationCardNameTr td {
        padding: 3.738317757vw;
        padding-top: 0;
        background-color: #f4f4f4;
    }

    #dvUserBox #dvUserCreditCardInput table .divCreditCardInputFormRegistrationCardNameTr th {
        border-bottom: 0px;
        padding: 3.738317757vw;
        padding-bottom: 0;
        width: 100% !important;
    }
}






#dvUserBox #dvUserCreditCardInput table .divCreditCardInputFormRegistrationCardNameTr {
    border-bottom: 0px;
}

.CreditCardInputRegistrationInputWrap,
.lbEditCreditCardNoForRakutenToken {
    padding: 16px;
}

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

    .CreditCardInputRegistrationInputWrap,
    .lbEditCreditCardNoForRakutenToken {
        padding: 3.738317757vw;
    }
}


.dvUserBtnBox {
    margin-bottom: 56px !important;
}

.btn-inverse {
    border-radius: 5px;
    color: #fff !important;
    background-color: #000 !important;
}


@media print,
screen and (min-width: 768px) {
    .CreditListRegistrationTbody {
        display: grid;
        align-items: center;
    }

    .CreditCardNameTr {
        grid-column: 1/3;
        background-color: #f4f4f4;
        border-bottom: 1px solid #ccc;
    }

    .CreditCardDetailTr {
        grid-column: 1/2;
    }

    .CreditCardUpdateDelete {
        grid-column: 2/3;
    }

    #dvUserBox #dvUserCreditCardList table .CreditcardName {
        background-color: transparent;
    }

    #dvUserBox #dvUserCreditCardList table th,
    #dvUserBox #dvUserCreditCardList table td {
        border-bottom-width: 0;
    }

    .CreditListRegistrationTable .updatedelete .btn {
        width: 170px;
    }

    .CreditListRegistrationTable .updatedelete .btn:first-child {
        margin-right: 8px;
    }

    #dvUserBox #dvUserCreditCardList table th,
    #dvUserBox #dvUserCreditCardList table td {
        padding: 16px;
    }
}


/*==================================================
 * 10/27 追記CSS
 *================================================*/

#sortBox ul li a {
    background-color: transparent;
    font-size: 16px;
    padding: 0;
}

#sortBox ul li a:hover {
    background-color: transparent;
}

.FixedPurchaseStatusUl li {
    position: relative;
    padding-left: 1em;
}

.FixedPurchaseStatusUl li:before {
    content: '・';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.FixedPurchaseStatusUl li:not(:last-child) {
    margin-bottom: 16px !important;
}

@media only screen and (max-width: 767px) {
    .FixedPurchaseStatusUl li:not(:last-child) {
        margin-bottom: 3.738317757vw !important;
    }
}

.FixedPurchaseStatusUl {
    margin-bottom: 16px !important;
}

@media only screen and (max-width: 767px) {
    .FixedPurchaseStatusUl {
        margin-bottom: 3.738317757vw !important;
    }
}



#sortBox.FixedPurchaseStatusSortBox .box {
    padding: 0;
    margin: 0;
}

#dvUserBox #dvFixedPurchaseList table td.fixedPurchaseTerm,
#dvUserBox #dvFixedPurchaseList table td.itemCount {
    text-align: left;
}



#dvUserBox #dvFixedPurchaseList table td.itemImage {
    width: auto;
}


@media only screen and (max-width: 767px) {
    .dvFixedPurchaseList th {
        width: 45% !important;
        border-bottom: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

    .dvFixedPurchaseList td {
        width: 55% !important;
    }
}


@media print,
screen and (min-width: 768px) {
    .dvFixedPurchaseList th {
        width: 22% !important;
        padding: 20px !important;
        padding-left: 12px !important;
    }

    #dvUserBox #dvFixedPurchaseList .fixedPurchaseItemWrapTr td.itemImage,
    #dvUserBox #dvFixedPurchaseList table td.itemCount {
        padding-left: 0;
        padding-right: 0;
    }
}

#dvUserBox #dvFixedPurchaseList table td.itemImage,
#dvUserBox #dvFixedPurchaseList table td.itemCount {
    background-color: transparent;
}

#dvUserBox table td #imgProductImage {
    width: 95px !important;
    height: 95px !important;
    margin-right: 0;
    margin-left: 0;
}

.dvFixedPurchaseList .orderBtr.bl-hot {
    cursor: pointer !important;
}

#dvUserBox #dvFixedPurchaseList .dvFixedPurchaseList {
    margin-bottom: 80px;
}

.dvFixedPurchaseDetail th,
.dvFixedPurchaseDetail td,
.myPageCommonTable th,
.myPageCommonTable td,
{
padding: 16px !important;
}

@media only screen and (max-width: 767px) {
    #dvUserBox #dvFixedPurchaseList .dvFixedPurchaseList {
        margin-bottom: 14.0186915888vw;
    }

    .dvFixedPurchaseDetail tr,
    .myPageCommonTable tr {
        font-size: 3.2710280374vw;
    }



    .dvFixedPurchaseDetail th,
    .dvFixedPurchaseDetail td,
    .myPageCommonTable th {
        padding: 3.738317757vw !important;
    }

    .dvFixedPurchaseDetail th,
    .myPageCommonTable th {
        padding-bottom: 0 !important;
        padding-top: 1.8691588785vw;
    }

    .dvFixedPurchaseList tr {
        display: flex;
        font-size: 3.2710280374vw;
    }

    #dvUserBox #dvFixedPurchaseList table td.itemCount {
        padding-left: 20px;
    }

    .fixedPurchaseItemWrapTr {
        display: block !important;
    }

    .fixedPurchaseItemWrapTr .itemArea {
        flex-flow: row-reverse;
        justify-content: space-between;
    }


    .fixedPurchaseItemWrapTr th,
    .fixedPurchaseItemWrapTr td {
        width: 100% !important;
    }

    .fixedPurchaseItemWrapTr th {
        padding-bottom: 14px !important;
    }

    .dvFixedPurchaseDetail .btn,
    .dvFixedPurchaseItem .btn,
    .dvFixedPurchaseShipping .btn,
    .dvFixedPurchaseReceipt .btn {
        padding: 2.3364485981vw;
        width: 100%;
    }

    .myPageCommonTable th,
    .myPageCommonTable td,
    {
    padding: 3.738317757vw !important;
}
}


@media print,
screen and (min-width: 768px) {

    .dvFixedPurchaseDetail .btn,
    .dvFixedPurchaseItem .btn,
    .btn--small {
        min-width: 200px;
        width: auto;
        font-size: 15px;
        padding: 9px 16px;
    }
}



.btn.btn--black {
    color: #fff;
    background-color: #222222;
}


.shippingPatternDt label {
    position: relative;
    padding-left: 0.6em !important;
}

.shippingPatternDt label::before {
    content: '';
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: -20px;
    top: 4px;
    position: absolute;
}

.shippingPatternDt label::after {
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: -16px;
    top: 8px;
    position: absolute;
}




.dvFixedPurchaseItem {}

table td {
    padding-right: 10px !important;
}

#dvFixedPurchaseDetail .dvFixedPurchaseItem th {
    width: 242px !important;
}

.productNameDetail {
    width: 100%;
}



#dvFixedPurchaseDetail .dvFixedPurchaseItem .productPrice,
#dvFixedPurchaseDetail .dvFixedPurchaseItem .orderCount,
#dvFixedPurchaseDetail .dvFixedPurchaseItem .orderSubtotal {
    text-align: left;
}

.productNameDetail input,
.productNameDetail select {
    width: 100%;
}


#dvUserMenu {
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 30px;
}

#dvUserMenu h6 {
    padding: 16px 10px;
    font-weight: bold;
    font-size: 15px;
}

#dvUserMenu ul {
    display: flex;
    flex-wrap: wrap;
}

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

    #dvUserMenu ul {
        display: block;
        flex-wrap: wrap;
    }
}

#dvUserMenu ul li {
    width: 23.9% !important;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px !important;
}

@media screen and (max-width: 600px) {
    #dvUserMenu ul li {
        width: 100% !important;
        display: inline-block;
        text-align: left;
        border: 0;
        margin: 0 !important;
    }
}

#dvUserMenu ul li a {
    display: block;
    padding: 10px 10px !important;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    #dvUserMenu ul li:last-child a {
        border-bottom: 0;
    }

    #dvUserMenu ul li a {
        border-bottom: 1px solid #eee;
        padding: 10px 15px !important;
    }
}

.btnset {
    text-align: right;
    margin-top: 20px;
}

.btndelete {
    border: 1px solid #000;
    padding: 9px 24px;
    margin: 0 10px;
}

#dvUserBox #dvFixedPurchaseDetail .dvFixedPurchaseItem .orderCount,
#dvUserBox #dvFixedPurchaseDetail .dvFixedPurchaseItem .productPrice,
#dvUserBox #dvFixedPurchaseDetail .dvFixedPurchaseItem .orderSubtotal {
    text-align: left;
}

.dvPlannedTotalAmountForTheNextOrderWrap {
    margin-top: 56px;
}



/*==================================================
 * 10/30 追記CSS
 *================================================*/

.btn:disabled,
btn[disabled] {
    pointer-events: none;
}


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

    #dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .productNameTr,
    #dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .productName {
        width: auto !important;
    }
}

#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .productPrice,
#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .orderCount,
#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .taxRate,
#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct .orderSubtotal {
    text-align: left;
}

.dvOrderHistoryProduct tr th {
    width: 250px;
}



@media print,
screen and (min-width: 768px) {
    .dvOrderHistoryProduct tbody {
        display: flex;
        width: 100% !important;
    }

    .dvOrderHistoryProduct td {
        border-bottom: 0px !important;
    }

    .dvOrderHistoryProduct tr:first-child {
        width: 500px !important;
    }

    .dvOrderHistoryProduct tr {
        display: flex;
        flex-direction: column;
    }

    .dvOrderHistoryProduct tr:not(:first-child) {
        flex-grow: 1;
    }

    .dvOrderHistoryProduct table {
        display: flex;
    }

}

.dvOrderHistoryProduct tr:not(:first-child) td {
    text-align: end !important;
}

/*==================================================
 * 11/01 追記CSS
 *================================================*/

#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct table {
    margin-bottom: 0 !important;
}

#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct table:not(:first-child) {
    margin-top: 0;
    border-top: 0;
}

@media print,
screen and (min-width: 768px) {
    #dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct table:not(:first-child) th {
        display: none;
    }

    .fsPc15 {
        font-size: 15px;
    }

    .gridCol3Pc {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .itemTitle {
        padding-left: 16px;
    }
}

#dvUserBox #dvOrderHistoryList table,
#dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct table:last-child {
    margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
    .orderSubtotalTr {
        display: flex;
        width: 100% !important;
        align-items: center;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
    }

    .orderSubtotalTr .orderSubtotal {
        border-bottom: 0 !important;
        padding: 3.738317757vw !important;
    }

    #dvUserBox #dvOrderHistoryList table,
    #dvUserBox #dvOrderHistoryDetail .dvOrderHistoryProduct table tr:not(:first-child) {
        display: flex;
        width: 100% !important;
        align-items: center;
        justify-content: space-between;
    }

    .dvOrderHistoryProduct .orderCount {
        padding: 10px 3.738317757vw !important;
    }

    .dvOrderHistoryProduct .productPrice {
        padding-bottom: 10px !important;
    }

    #dvUserBox #dvOrderHistoryDetail table td.taxRate {
        border-bottom-width: 0px;
    }

    .featurePageViewUl li:not(:last-child) {
        margin-bottom: 5.6074766355vw;
    }
}

.userReceiveMailDetailTable tr {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.userReceiveMailDetailTable tr:not(:first-child) {
    padding-top: 16px;
}

.userReceiveMailDetailTable tr:last-child {
    padding-top: 24px;
    padding-bottom: 24px;
}



.shoppingCart div.singleProduct dt a {
    width: auto;
}

.singleProduct dt {
    margin-right: 16px;
}

.recommendImg {
    width: 352px;
}

@media only screen and (max-width: 767px) {
    .recommendImg {
        width: 70.0934579439vw;
    }

    .orderHistoryList tbody {
        width: 100%;
    }

    .orderHistoryList tr {
        display: flex;
        flex-direction: column;
    }

    .orderHistoryList .myPageCommonTable td {
        padding: 0 !important;
    }

    .orderHistoryList .myPageCommonTable td .itemImage a {
        width: 30%;
    }

    .orderHistoryList .myPageCommonTable td .itemTitle {
        width: 70%;
        flex-grow: 1;
    }

    #dvUserBox #dvOrderHistoryDetail table td,
    #dvUserBox #dvUserModifyInput table td,
    #dvUserBox #dvUserModifyConfirm table td,
    #dvUserBox #dvUserShippingInput table td,
    #dvUserBox #dvUserRegistInput table td,
    #dvUserBox #dvUserRegistConfirm table td,
    #dvUserBox #dvFixedPurchaseDetail table td,
    #dvUserBox #dvFixedPurchaseList table td,
    #dvUserBox #dvPasswordReminderInput .dvReminder table td,
    #dvUserBox #dvPasswordModifyInput .dvModify table td {
        padding: 3.738317757vw !important;
    }

    .dvFixedPurchaseItem .orderSubtotal {
        border-bottom: 0;
    }

}


/*==================================================
 * 11/06 追記CSS
 *================================================*/

.ulInSmall {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ulInSmall li {
    position: relative;
    padding-left: 1.2em;
}

.ulInSmall li:after {
    content: '・';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.ulInSmall li:not(:last-child) {
    margin-bottom: 4px;
}


@media print,
screen and (min-width: 768px) {

    .torajiInformationDay {
        width: 10%;
    }

    .torajiInformationTitle {
        width: 90%;
    }
}


/*==================================================
 * 11/08 追記CSS
 *================================================*/

.orderHistoryReviewTable tr:first-child {
    width: 100% !important;
}

.orderHistoryReviewTable #dvReviewComment {
    display: none;
}

.productDetailReviewWrap #dvProductReviewButtonControls {
    display: none;
}

/*==================================================
 * 11/22 追記CSS
 *================================================*/

.limitedTimeBanner {
    background-color: #f9e21a;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .limitedTimeBanner {
        font-size: 2.8205128205vw;
        letter-spacing: 0.02em;
        margin-bottom: 2.0512820513vw;
    }
}


/*==================================================
 * 1/25 追記CSS
 *================================================*/


@media only screen and (max-width: 767px) {
    .orderSettlement {
        width: 100%;
        padding: 0;
    }

    .orderSettlement:not(:last-child) {
        margin-bottom: 16px;
    }

    .orderSettlement div.bottom {
        width: 100%;
        border-radius: 8px;
        background: none;
    }


    .orderSettlement div.bottom .orderDetail {
        width: 100%;
    }

    .orderSettlement div.background {
        width: 100%;
    }



    .suborderDetail {
        width: 100%;

    }

    .suborderDetail td {
        display: block;
        width: 100%;
    }

    .orderSettlement div.productList td.name,
    .orderSettlement div.productList td.quantity {
        width: 100%;
    }

    .orderSettlement h3 {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    h2.ttlC {
        margin-top: 20vw;
    }

    .orderSettlement div.exec,
    .orderSettlement div.status {
        float: none;
    }

    .orderSettlement div.status {
        text-align: center;
    }

    .mtSmSp {
        margin-top: 3.738317757vw;
      }

}

.ttlC--orderSettlement {
    font-size: 20px;
}

.orderSettlement div.productList td.name,
.orderSettlement div.productList td.quantity {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.orderSettlement {
    margin: auto;
    padding: 0;
    width: 100%;
}

.orderSettlement div.background,
.orderSettlement div.bottom {
    background: none;
    width: 100%;
}

.orderSettlement h3 {
    background: none;
    color: #333;
    font-size: 16px;
    padding: 15px;
    background-color: #f4f4f4;

}

.orderDetail,
.suborderDetail {
    width: 100%;

}


@media print,
screen and (min-width: 768px) {
    .orderSettlementTitleWrap {
        margin: auto;
    }

}


.orderDetail {
    padding: 0;
}
