/*----------------------------
共通設定
----------------------------*/
:root{
 --color-base:#EFEEEB;
 --color-beige:#EDEAE0;
 --color-main: #2B0A09;
 --color-white: #F8F7F6;
 --color-trueWhite: #fff;
 --color-black: #181818;
 --color-red:  #AC1919;
 /* --font-head: "dela-gothic-one", sans-serif; */
 --font-head: "wanpaku-ruika", sans-serif;
 --font-main: "dnp-shuei-gothic-gin-std", sans-serif;
}
.back-bl{
    position: relative;
    z-index: 1;
    padding: 5px;
    width: fit-content;
}
.back-bl::before{
    content: "";
    display: block;
    background: var(--color-black);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.titleFont{
    font-family: var(--font-head);
    font-weight: 400;
}
.mainFont{
    font-family: var(--font-main);
}
.nomal{
    font-weight: 400;
}
.bold{
    font-weight: 600;
}

.blank{
    position: relative;
}
.blank::after {
    display: block;
    content: "";
    width: 9px;
    aspect-ratio: 1;
    background: url('/html/user_data/assets/img/common/icon_arrowBlank.svg');
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.js-float{
    position: relative;
    z-index: 99;
    background: var(--color-base);
    width: 100%;
}
.js-float-inner{
    background: var(--color-base);
    will-change: transform;
}

@media screen and (max-width:767px){
    .back-bl{
        width: auto;
    }
    /* 余白対応 */
    .js-float{
        margin-bottom: 70px;
    }
    #page_homepage .js-float{
        margin-bottom: -70px;
    }
}

/*----------------------------
基本設定
----------------------------*/
body {
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /* overflow-x: hidden; */
    color: var(--color-main);
    font-style: normal;
}
.ec-layoutRole{
    background: var(--color-base);
    width: calc(100% - 10px);
    margin: 0 auto;
}
#page_homepage .ec-layoutRole{
    overflow: hidden;
}
section:has(.inner){
    max-width: 1440px;
    margin: 40px auto;
} 
img {
    max-width: 100%;
}

a {
    transition: 0.3s;
    color: var(--color-main);
    opacity: 1;
}
a:hover{
    opacity: 0.7;
}

@media (min-width: 600px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}

p {
    text-align: justify;
}

p,
div,
span,
th,
tr,
td,
dl,
dt,
dd {
    line-break: anywhere;
}

.spOnly {
    display: none;
}
@media screen and (max-width: 767px) {
    .spOnly {
        display: inherit;
    }
    .pcOnly {
        display: none;
    }
    section:has(.inner){
    max-width: 1440px;
    margin: 0 auto;
}
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}

/*----------------------------
文字色
----------------------------*/
.ec-role,
.ec-cartRole,
.ec-customerRole,
.ec-orderRole,
.ec-cartCompleteRole,
.ec-registerRole,
.ec-mypageRole,
.ec-contactRole,
.ec-registerRole,
.ec-forgotRole,
.ec-mypageRole,
.ec-welcomeMsg,
.ec-navlistRole .ec-navlistRole__navlist a,
.ec-historyRole .ec-historyRole__contents,
.ec-orderRole,
.ec-navlistRole .ec-navlistRole__navlist a,
.ec-withdrawRole,
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfGrid a,
.ec-searchnavRole,
.ec-contactCompleteRole,
.ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select,
.ec-registerCompleteRole,.ec-contactConfirmRole{
    color: var(--color-main);
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea,.ec-select select{
    border-color: var(--color-main);
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel{
    color: var(--color-red);
}

/*----------------------------
見出し
----------------------------*/

h1, .ec-rectHeading h1,
.ec-rectHeading .h1,
h2, .ec-rectHeading h2,
.ec-rectHeading .h2,
h3, .ec-rectHeading h3,
.ec-rectHeading .h3,
h4, .ec-rectHeading h4,
.ec-rectHeading .h4,
h5, .ec-rectHeading h5,
.ec-rectHeading .h5,
h6, .ec-rectHeading h6,
.ec-rectHeading .h6 {
    font-family: var(--font-head);
    font-weight: 100;
}
.ec-reportHeading h1,
.ec-reportHeading .h1,
.ec-reportHeading h2,
.ec-reportHeading .h2,
.ec-reportHeading h3,
.ec-reportHeading .h3,
.ec-reportHeading h4,
.ec-reportHeading .h4,
.ec-reportHeading h5,
.ec-reportHeading .h5,
.ec-reportHeading h6,
.ec-reportHeading .h6,
.ec-reportHeading p {
    font-size: 20px;
}
.ec-pageHeader h1{
    border: none;
    padding: 0;
    margin: 10px 0 10px;
    font-size: clamp(24px, 3vw, 30px);
    font-family: var(--font-head);
    text-align: center;
    font-weight: 100;
}
.ec-reportHeading {
    border: none;
}

h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}

h1.h1{
    font-size: clamp(24px,3vw,30px);
    text-align: center;
    margin: 0;
}

.title{
    background: var(--color-trueWhite);
    position: relative;
    width: fit-content;
    font-size: clamp(30px, 2vw, 38px);
    line-height: 36px;
    padding: 14px 45px;
    margin: 0 auto;
    border-top: 2px solid var(--color-main);
    border-bottom: 2px solid var(--color-main);
    clip-path:polygon(20px 0%, calc(100% - 20px) 0%, calc(100% - 1px) 50%, calc(100% - 20px) 100%, 20px 100%, 1px 50%);
    will-change: clip-path;
    box-sizing: border-box;
}
.title::before,
.title::after{
    display: block;
    content: "";
    background: url('/html/user_data/assets/img/common/head_icon.svg');
    width: 44px;
    height: 64px;
    position: absolute;
}
.title::before{
    top: 0;
    left: 0;
}
.title::after{
    top: 0;
    right: 0;
    rotate: 180deg;
}
.titleBar{
    position: relative;
    background: var(--color-trueWhite);
    padding: 15px 5px;
    text-align: center;
    border: 1px solid var(--color-main);
}
.titleBar::before,
.titleBar::after{
    display: block;
    content: "";
    height: 100%;
    width: 5px;
    background: var(--color-main);
    position: absolute;
}
.titleBar::before{
    top: 0;
    left: 3px;
}
.titleBar::after{
    top: 0;
    right: 3px;
}
.ec-alert-warning{
    background: var(--color-red);
}
@media screen and (max-width:767px){
    .ec-pageHeader h1{
        text-align: left;
    }
}

/*----------------------------
インプット
----------------------------*/
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input{
    border: 1px solid var(--color-main);
}

/*----------------------------
レイアウト
----------------------------*/
main .ec-off4Grid{
    display: flex;
    flex-direction: column;
    align-items: center;
}
main .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px;
}
main .ec-off3Grid .ec-off3Grid__cell{
    width: 100%;
    margin: 0;
}

/*----------------------------
背景
----------------------------*/
.pattern{
    background-color: var(--color-main);
    background-image: url('/html/user_data/assets/img/common/pattern.svg');
    background-repeat: repeat;
    border: 1px solid var(--color-main);
    color: #EDEAE0;
}

/*----------------------------
画面幅
----------------------------*/
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 1440px;
}
.ec-layoutRole .ec-layoutRole__main{
    margin-bottom: 50px;
}
.ec-layoutRole .ec-layoutRole__contentTop{
    margin-top: 70px;
}

.product-image{
    aspect-ratio: 1;
    object-fit: contain;
    object-position: bottom;
    background: var(--color-white);
}

.ec-shelfGrid__item-image .hover-image,
.ec-shelfList__item-image .hover-image,
.charactor-item .product-image,
.related-products .product-image,
#top-recommend .item_image{
    border: 1px solid;
}

@media screen and (max-width:767px){
    .ec-layoutRole .ec-layoutRole__contentTop{
    margin: 0;
}
}

/*----------------------------
ボタン設定
----------------------------*/
.ec-login .ec-login__actions{
    width: fit-content;
}

.ec-inlineBtn,.ec-blockBtn--action,.ec-blockBtn--cancel {
    background: var(--color-trueWhite);
    color: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 50px;
    font-size: 14px;
    max-width: 213px;
    width: 213px;
    display: flex;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    justify-content: center;
    opacity: 1;
    transition: 0.3s;
}
.ec-inlineBtn:has(.arrow),.ec-blockBtn--action:has(.arrow) {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 10px;
}
.ec-inlineBtn:hover,.ec-blockBtn--action:hover{
    background: var(--color-trueWhite);
    color: var(--color-main);
    border: 1px solid var(--color-main);
    opacity: 0.7;
}
.ec-inlineBtn .arrow,.ec-blockBtn--action .arrow{
    width: 20px;
    padding: 5px;
}
.ec-blockBtn--cancel {
    background: none;
    color: var(--color-main);
    font-size: 14px;
    border: none;
    max-width: 213px;
    display: flex;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-main);
    transition: 0.3s;
}
.ec-blockBtn--cancel:hover,
.btn-check:focus + .ec-blockBtn--action,
.btn-check:checked + .ec-blockBtn--action, .btn-check:active + .ec-blockBtn--action, .ec-blockBtn--action:active, .ec-blockBtn--action.active, .show > .ec-blockBtn--action.dropdown-toggle{
    background: inherit;
    color: var(--color-main);
    border: 1px solid var(--color-main);
}
.ec-blockBtn--cancel:hover{
    opacity: 0.6;
}
.btn-check:checked + .ec-blockBtn--action:focus, .btn-check:active + .ec-blockBtn--action:focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action.active:focus, .show > .ec-blockBtn--action.dropdown-toggle:focus{
    box-shadow: none;
}

.ec-guest .ec-guest__actions a,
.ec-totalBox .ec-totalBox__btn a{
    color: var(--color-main);
}

.ec-blockBtn--action:focus{
    background: var(--color-trueWhite);
    color: var(--color-main);
    border: 1px solid var(--color-main);
}

.btn-check:focus + .ec-blockBtn--action, .ec-blockBtn--action:focus{
    box-shadow: none;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus{
    outline: none;
}

.moreBtn{
    display: inline-block;
    text-decoration: none;
    background: var(--color-main);
    color: var(--color-trueWhite);
    padding: 5px 25px 5px 10px;
    margin-left: 20px;
    position: relative;
    font-size: clamp(12px,3vw,16px);
}
.moreBtn::before {
    display: block;
    content: "";
    background: var(--color-main);
    width: 11px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
}
.moreBtn::after {
    display: block;
    content: "";
    background: url('/html/user_data/assets/img/common/arrow_white.svg');
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.moreBtn-box{
    display: flex;
    justify-content: end;
    width: 100%;
    border-bottom: 1px solid;
    padding: 0;
}

.arrowBtn {
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
    background: var(--color-white);
    border: 1px solid var(--color-main);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: .3s;
}
.arrowBtn::before{
    display: block;
    content: "";
    background: url('/html/user_data/assets/img/common/arrow_red.svg') center center no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
    rotate: 180deg;
}
.arrowBtn:hover{
    background: var(--color-main);
}
.arrowBtn:hover::before{
    background: url('/html/user_data/assets/img/common/arrow_white.svg') center center no-repeat;

}
.arrowBtn.next::before{
    rotate: 0deg;
}
.arrow{
    width: 32px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.arrow::before{
    display: block;
    content: "";
    background: url('/html/user_data/assets/img/common/arrow_red.svg') center center no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
}
.arrow.back::before{
    rotate: 180deg;
}
.arrow-bl{
    width: 32px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.arrow-bl::before{
    display: block;
    content: "";
    background: url('/html/user_data/assets/img/common/arrow.svg') center center no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
}
.close{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/html/user_data/assets/img/common/icon_close.svg') no-repeat center;
    background-size: cover;
    margin-left: 10px;
}
.required{
    position: relative;
}
.required::after{
    display: inline-block;
    content: "必須";
    background: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    padding: 3px 8px;
    margin-left: 10px;
}
.required:has(+ .ec-required)::after{
    display: none;
}
.ec-required{
    background: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    padding: 3px 5px;
    margin-left: 10px;
}

.ec-off1Grid{
    display: block;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin: 0;
}
.ec-off4Grid{
    display: block;
}
.ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    margin: 0;
}


/* ボタン競合回避 */
.ec-blockBtn--cancel,
.ec-blockBtn--action {
    margin-left: 0;
    margin-right: 0;
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled{
    border-color: var(--color-red);
    color: var(--color-red);
    background: none;
}

@media screen and (max-width: 767px) {
    .ec-blockBtn--action,
    .ec-blockBtn--cancel {
    }
    .ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled{
        max-width: none;
    }
}

/* plus */
.plus{
    position: relative;
    width: 11px;
    height: 11px;
}
.plus::before,
.plus::after
{
    display: inline-block;
    content: "";
    background: var(--color-main);
    position: absolute;
    margin-right: 10px;
}
.plus::before{
    width: 11px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plus::after{
    width: 1px;
    height: 11px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .2s;
}

.ec-blockBtn--action:has(.plus){
    justify-content: space-between;
    align-items: center;
}

/* delete */
.delete{
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url(/html/user_data/assets/img/common/icon_delete.svg) no-repeat center;
    background-size: contain;
}
/*----------------------------
テキスト ホバー
----------------------------*/

.hover-swap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.hover-swap span {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hover-swap.text-front{
    width: 100%;
}

.hover-swap .text-back {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  width: 100%;
}
/* ホバー時アニメーション */
.hover-swap:hover .text-front {
  transform: translateY(-100%);
  opacity: 0;
}

.hover-swap:hover .text-back {
  transform: translateY(-100%);
  opacity: 1;
}

/*----------------------------
画像 ホバー
----------------------------*/
.hover-image{
    overflow: hidden;
}
.hover-image img{
    transition: 0.3s;
    transform: scale(1);
}
.hover-image:hover img{
    transform: scale(1.1);
}

/*----------------------------
ヘッダー
----------------------------*/
header{
    z-index: 999;
    width: 100%;
    background: var(--color-base);
    position: fixed;
    width: calc(100% - 10px);
    top: 0;
    left: 5px;
}
.header{
    background: var(--color-base);
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border-bottom: none;
    border-bottom: 1px solid var(--color-main);
}
.header__inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(100% - 180px);
    justify-content: end;
}

.header__cart_nav{
    position: relative;
}
.header__inner .ec-cartNavi__badge {
    background: var(--color-main);
    color: var(--color-white);
    font-size: 10px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 0;
}

@media screen and (max-width:767px){
    header{
        position: static;
        background: none;
        z-index: 0;
        width: 100%;
    }
    .header{
        border-top: none;
    }
}

/*----------------------------
ヘッダーコンテンツ
----------------------------*/
.ec-headerSearch{
    max-width: 340px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select{
    border-radius: 4px 0 0 4px;
    height: 34px;
    background: #a0a0a0;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
    background: var(--color-base);
    border: 1px solid var(--color-main);
    color: var(--color-main);
    border-radius: 4px 0 0 4px;
    letter-spacing: .05em;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border: none;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    width: 8px;
    height: 8px;
    rotate: 45deg;
    top: 0.7em;
    right: 1em;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option{
    background: var(--color-base);
}
/* キーワード */
.ec-headerSearch .ec-headerSearch__keyword{
    border-radius: 0 4px 4px 0;
    background: var(--color-trueWhite);
    border: 1px solid var(--color-main);
    color: var(--color-main);
}
.ec-headerSearch .ec-headerSearch__keywordBtn{
    transform: translateY(-60%);
}

/*----------------------------
ハンバーガーメニュー
----------------------------*/
#hamburger{
    width: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.hamburger__line{
    display: block;
    background: var(--color-main);
    height: 3px;
    width: 100%;
}

.have_curtain .ec-overlayRole{
    background: var(--color-main);
    opacity: 0.8;
    z-index: 99999;
}

/* ドロワー競合回避 */
@media screen and (min-width:768px){
    .ec-drawerRoleClose.is_active{
        display: inline-block;
    }
    .ec-drawerRole.is_active,
    .have_curtain .ec-overlayRole,
    .ec-drawerRole{
        display: block;
    }
}

.ec-drawerRole{
    transform: translateX(100vw);
    background: var(--color-base);
    width: 360px;
    padding: 45px;
    font-weight: 600;
    z-index: 999999;
}
.ec-drawerRole.is_active{
    transform: translateX(calc(100vw - 360px));
}
.ec-drawerRoleClose{
    left: auto;
    right: 10px;
    z-index: 999999;
    color: var(--color-main);
    background: none;
    padding: 0;
}

@media screen and (max-width:767px){
    .header__cart{
        display: none;
    }
    .ec-headerSearch{
        max-width: none;
    }
    .ec-headerSearch .searchform{
        display: flex;
        justify-content: center;
        margin: 10px 15px;
    }
    .ec-headerSearch .ec-headerSearch__keyword{
        width: 100%;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select,
    .ec-headerSearch .ec-headerSearch__keyword input[type=search]{
        height: 40px;
    }
    .ec-drawerRole{
        width: 90vw;
    }
    .ec-drawerRole.is_active{
        transform: translateX(10vw);
    }
}

/* ドロワー内 */
.drawer-login {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.drawer-login a {
    background: var(--color-main);
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.drawer-collection{
    position: relative;
    margin-top: 25px;
}
.drawer-collection__text {
    padding: 5px;
    font-size: 12px;
    width: fit-content;
    position: absolute;
    top: -23px;
    left: 12px;
    z-index: 1;
}
.drawer-collection__text span{
    width: 15px;
    height: 11px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: -7px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.drawer-collection__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white);
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}
.drawer-collection__btn .arrow{
    width: 14px;
    height: 14px;
    padding: 0;
}
.drawer-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid var(--color-main);
}
.drawer-category__category_nav li:last-child .drawer-link{
    border-bottom: none;
}
.drawer-link .arrow-bl{
    width: 10px;
    height: 9px;
    padding: 0;
}

.drawer-category__category,
.drawer-category__work{
    margin-top: 30px;
}
.drawer-title-wrap{
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}
.drawer-category__title{
    position: relative;
    display: inline-block;
    padding: 3px 10px 0 0;
    border-top: 1px solid var(--color-main);
}
.drawer-category__title::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--color-main);
    right: 0;
    transform-origin: top;
    rotate: -15deg;
}
.drawer-category__title::after{
    display: block;
    content: "";
    position: absolute;
}
.drawer-title-wrap span{
    flex-grow: 1;
    height: 1px;
    background: var(--color-main);
    margin-left: 6px;
}

.drawer-category__work_nav .more{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    margin-top: 10px;
}
.drawer-category__work_nav .more .arrow{
    width: 10px;
    padding: 0;
    margin-left: 5px;
}
.drawer-sublink{
    margin-top: 30px;
}
.drawer-sublink li{
    margin-bottom: 15px;
}
.drawer-sublink li:last-child{
    margin-bottom: 0;
}
.drawer-sublink a{
    display: block;
    font-size: 14px;
}

/*----------------------------
商品設定
----------------------------*/
.item-container .item_image{
    aspect-ratio: 1;
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    margin-bottom: 10px;
    background: var(--color-white);
}
.item-container .item_price{
    font-weight: 600;
    text-align: right;
    color: var(--color-red);
}
.item-container .item_price .tax{
    font-size: 11px;
}

.item-container .item-work,
.item-container .item-series,
.item-container .item_name,
.item-container .item-description_list,
.item-container .item-maker,
.item-container .item-category,
.item-container .item-charactor,
.item-container .item-version,
.item-container .item-size
{
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 0 10px;
    flex-direction: column;
}
.item-magazine_day{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.item-container .item-title{
    font-size: 14px;
    /* width: 4em; */
}

.item-container .item-work>p,
.item-container .item-series>p,
.item-container .item_name>p,
.item-container .item_name>h3,
.item-container .item-description_list>p,
.item-container .item-maker>p,
.related-products .area-container .contents{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
}

.item-container h3{
    font-size: 16px;
}

.tax{
    font-size: 11px;
}

/*----------------------------
トップ
----------------------------*/

/*----------------------------
おすすめ商品
----------------------------*/
#top-recommend{
    background: var(--color-base);
}
#top-recommend .inner{
    display: flex;
}
#top-recommend h2 {
    background: var(--color-trueWhite);
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-right: 1px solid var(--color-main);
    letter-spacing: -0.15em;
}
.top-recommned__slider{
    padding: 20px 50px;
    flex: 1;
    overflow: hidden;
}
.top-recommned__slider .slick-slide{
    width: calc(100% / 5);
    margin-right: 20px;
}
.top-recommned__slider .slick-slide:last-child{
    margin-right: 0;
}
.top-recommned__slider .item-comment{
    margin: 10px 0;
    border: 1px solid var(--color-main);
    padding: 10px;
    font-size: 14px;
    position: relative; 
    background: var(--color-white);
}
.top-recommned__slider .item-comment::before{
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    background: var(--color-main);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: -1px;
    bottom: -4px;
}
.top-recommned__slider .item-comment p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.top-recommned__slider .arrowBtn{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 9;
}
.top-recommned__slider .arrowBtn.next{
    left: auto;
    right: 5px;
}
#top-recommend .item-container{
    display: block;
}

@media screen and (max-width:767px){
    #top-recommend{
        border-top: 1px solid var(--color-main);
    }
    .top-recommned__slider{
        padding: 10px;
    }
    .top-recommned__slider .arrowBtn{
        top: calc(50vw - 3%);
    }
    .item-container .item-work{
        display: flex;
        justify-content: space-between;
    }
}

/*----------------------------
作品のデータベース
----------------------------*/
#top-database{
    background: var(--color-base);
    border: 1px solid var(--color-main);
    outline: 2px solid var(--color-main);
    outline-offset: -5px;
    margin-top: 70px;
}
#top-database h2{
    margin-top: -32px;
}
.top-database__container{
    display: flex;
    justify-content: center;
    gap: 120px;
    padding: 30px;
    max-width: 1025px;
    margin: 0 auto;
}
.top-database__container p{
    font-size: clamp(14px, 3vw, 24px);
    font-weight: 600;
}
.top-database__container p span{
    font-size: clamp(24px, 5vw, 30px);
}
.top-database__list{
    flex: 1;
}
.top-database__list h3{
    font-size: clamp(22px, 5vw, 30px);
}
.top-database__list ul a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

@media screen and (max-width:767px){
    #top-database{
        margin: 0;
        padding: 15px 0;
        outline: none;
        position: relative;
    }
    #top-database::before,
    #top-database::after
    {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 3px;
        width: 2px;
        background: var(--color-main);
        height: 100%;
    }
    #top-database::after{
        right: 3px;
        left: auto;
    }
    #top-database h2{
        margin: 0 auto;
        text-align: center;
        width: calc(100% - 10px);
        font-size: min(7.5vw, 30px);
    }
    .top-database__container{
        padding: 15px 40px;
        flex-direction: column;
        gap: 25px;
    }
    .top-database__list .arrowBtn{
        width: 22px;
        height: 22px;
        padding: 5px;
    }
}

/*----------------------------
特撮ISM78とは
----------------------------*/
#top-tokusatsu{
    color: var(--color-white);
    margin: 0 auto;
    max-width: 950px;
    padding: 70px 0;
}
.top-tokusatsu__container{
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-bottom: 20px;
}
#top-tokusatsu p{
    font-size: 16px;
}
#top-tokusatsu .top-tokusatsu_title{
    font-size: clamp(30px, 3vw, 34px);
    margin-top: 10px;
    letter-spacing: -0.075em;
}
#top-tokusatsu .top-tokusatsu_title span{
    display: inline-block;
}
#top-tokusatsu .top-tokusatsu_text span{
    font-size: 18px;
}
#top-tokusatsu .top-tokusatsu_text span.mini{
    font-size: 12px;
}
#top-tokusatsu .top-tokusatsu_text p:first-child{
    margin-top: 36px;
    margin-bottom: 20px;
}
#top-tokusatsu .ec-blockBtn--action{
    margin: 0 0 0 auto;
}

@media screen and (max-width:1025px){
    #top-tokusatsu{
        margin: 60px auto;
        padding: 0 40px;
    }
    #top-tokusatsu h2 p{
        font-size: 14px;
    }
    .top-tokusatsu__container{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    #top-tokusatsu .top-tokusatsu_text p:first-child{
        margin-top: 0;
        margin-bottom: 10px;
    }
    #top-tokusatsu .ec-blockBtn--action{
        margin: 0 auto 0 0;
    }    
}
/*----------------------------
お知らせ
----------------------------*/
#news{
}
#news *{
    color: var(--color-main);
}
#news .ec-newsRole{
    display: flex;
    justify-content: space-between;
    padding: 60px max(10px, 4vw);
    max-width: 1440px;
    margin: 0 auto;
}
#news .ec-newsRole .ec-newsRole__news{
    border: none;
    padding: 0;
    flex: 1;
    margin-left: min(4vw, 60px);
}
#news h2{
    writing-mode: vertical-lr;
    letter-spacing: -0.15em;
    padding: 0 10px;
}
.ec-newsRole .ec-newsRole__newsDate{
    font-size: 12px;
}
.ec-newsRole .ec-newsRole__newsItem{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.ec-newsRole .ec-newsRole__newsHeading{
    align-items: center;
    opacity: 1;
    transition: 0.3s;
}
.ec-newsRole .ec-newsRole__newsHeading:hover{
    opacity: 0.7;
}

.ec-newsRole .ec-newsRole__newsColumn{
    align-items: center;
    justify-content: space-between;
}
.ec-newsRole .ec-newsRole__newsTitle{
    font-size: clamp(14px,2vw,16px);
    margin: 0;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){
    border-bottom: 1px solid var(--color-main);
}
.ec-newsRole .ec-newsRole__newsDescription{
    margin-top: 10px;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
    margin-top: 10px;
    font-size: clamp(12px,1.5vw,14px);
    font-weight: 600;
}
.ec-newsRole .is_active .plus::after{
    opacity: 0;
}
.ec-newsRole .ec-newsRole__newsClose{
    width: 0;
}
#news_readmore{
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    opacity: 1;
    cursor: pointer;
}
#news_readmore:hover{
    opacity: 0.7;
}

@media screen and (max-width:1025px){
    #news .ec-newsRole{
        flex-direction: column;
        padding: 30px 10px;
    }
    #news h2{
        writing-mode: inherit;
        letter-spacing: 0;
        padding: 0;
    }
    #news .ec-newsRole .ec-newsRole__news{
        margin: 0;
    }
}

/*----------------------------
ブログ
----------------------------*/
#top-blog{
    
}
.top-blog-inner{
    padding: 60px max(10px, 4vw);
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--color-main);
}
#top-blog h2{
    writing-mode: vertical-lr;
    padding: 0 10px;
}
.top-blog-box {
    border: none;
    padding: 0;
    flex: 1;
    margin-left: min(4vw, 60px);
    display: flex;
    justify-content: space-between;
}
.top-blog-content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-right: 1px solid;
    padding-right: 30px;
    margin-right: 30px;
    flex: 1;
    min-width: 600px;
}
.top-blog-content__image{
    max-width: 220px;
    text-align: center;
    background: var(--color-white);
}
.top-blog-content__image .pattern{
    font-size: 12px;
}
.top-blog-content__image * {
    text-align: center;
    margin-bottom: 5px;
}
.top-blog-content__image img{
    padding: 20px;
}
.top-blog-content__image h3{
    font-size: 22px;
    padding: 0 5px;
}
.top-blog-content__image .mini{
    font-size: 12px;
}

.top-blog-content__text{
    width: calc(100% - 220px - 25px);
    padding: 25px 0;
    margin-left: 25px;
    padding-top: 0;
}
.top-blog-content__text h3 {
    font-size: clamp(22px, 3vw, 28px);
    border: 1px solid;
    padding: 10px 20px;
    text-align: center;
    position: relative;
}
.top-blog-content__text h3::before {
    display: block;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: var(--color-main);
    clip-path: polygon(0 0 , 100% 0, 50% 100%);
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
}

.top-blog-content .moreBtn{
    margin: 0 0 0 auto;
}
.top-blog-list{
    margin: 15px 0;
}
.top-blog-list li {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.top-blog-list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.top-blog-list a{
    display: flex;
    gap: 10px;
}

.top-blog-title{
    flex: 1;
}
.top-blog-image {
    max-width: 100px;
}
.top-blog-image img{
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}
.blog-data{
    font-size: 12px;
    margin-bottom: 5px;
}
.top-blog-link {
    display: flex;
    width: 100%;
    justify-content: end;
    width: 100%;
    border-bottom: 1px solid;
    padding: 0;
}
.top-blog-sns{
    flex: 1;
    display: flex;
    flex-direction: column;
        max-width: 275px;
}
.top-blog-sns h3{
    background: var(--color-main);
    color: var(--color-white);
    text-align: center;
    padding: 10px;
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}
.top-blog-sns h3::before {
    display: block;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background: var(--color-main);
    clip-path: polygon(0 0 , 100% 0, 50% 100%);
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%);
}
.top-blog-sns__inner {
    background: var(--color-white);
    color: var(--color-black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    gap: 30px;
}
.top-blog-sns__link img{
    margin-bottom: 5px;
}
@media screen and (max-width:1025px){
    .top-blog-inner{
        flex-direction: column;
        padding: 30px 0;
    }
    .top-blog-content__image{
        margin: 20px auto;
    }
    #top-blog h2{
        writing-mode: inherit;
        padding: 0 10px;
    }
    .top-blog-box{
        flex-direction: column;
        margin: 0;
    }
    .top-blog-content{
        flex-direction: column;
        margin: 0;
        padding: 0;
        border: none;
        min-width: auto;
    }
    .top-blog-content__text{
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }
    .top-blog-content__text h3{
        padding: 5px 15px;
    }
    .top-blog-sns{
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .top-blog-sns__inner{
        padding: 20px;
    }
}

/*----------------------------
カテゴリナビ
----------------------------*/
.category-nav{
    background: var(--color-base);
    margin: 0 calc(50% - 50vw + 5px) 30px;
    padding: 0 calc(50vw - 50%);
}
.category-nav ul li {
    width: calc(100% / 6);
    padding: 15px;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid var(--color-main);
    border-top: none;
    border-bottom: none;
}
.category-nav a span{
    text-align: center;
}
.category-nav a span span{
    text-align: center;
}
@media screen and (max-width:1440px){
    .category-nav{
        padding: 0;
    }
    .category-nav ul li:last-child{
        border-right: none;
    }
}
@media screen and (max-width:1025px){
    .category-nav ul li{
        width: calc(100% / 3);
    }
    .category-nav ul li:nth-child(n+4){
        border-top: 1px solid var(--color-main);
    }
}

/*----------------------------
フッター
----------------------------*/
footer{
    background: var(--color-base);
    font-weight: 600;
}
.footer-top{
    border-top: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    margin: 0 5px;
}
.footer-top__inner{
    padding: 30px 10px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-top__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 495px;
    gap: 15px;
}
.footer-top__link li {
    width: calc((100% - 15px) / 2);
    border: 1px solid var(--color-main);
    background: var(--color-white);
}
.footer-top__link li a{
    padding: 0 5px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
footer .mini{
    font-size: 12px;
}
/*  送料 */
.footer-top__link li:first-child a{
    font-size: 18px;
}
.footer-top__link li:first-child .first,
.footer-top__link li:first-child .second{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.footer-top__link li:first-child .second span{
    width: 100%;
}

.footer-top__icon {
    aspect-ratio: 1;
    width: 40px;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.footer-top__text {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.footer-top__link .arrow{
    width: 20px;
    padding: 0;
}
/* 買取について */
.footer-top__text.four .comment {
    background: var(--color-main);
    color: var(--color-beige);
    padding: 3px 5px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.footer-top__text.four .comment::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: var(--color-main);
    display: block;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.footer-top__text.four>.mini{
    width: 80%;
}

/* 問合せ */
.footer-top__contact{
    width: 100%;
    max-width: 500px;
    border: 1px solid var(--color-main);
}
.footer-top__contact h2{
    background: var(--color-main);
    color: var(--color-beige);
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
}
.footer-top__contact .footer-top__icon{
    width: 30px;
}
.footer-top__contact__link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 300px;
    margin: 0 auto;
}
.footer-top__contact__box{
    margin: 15px;
}
.footer-top__contact .footer-top__text{
    width: auto;
    flex-grow: 0;
    align-items: flex-start;
}
.footer-top__contact .ec-blockBtn--action{
    margin: 15px auto 0 auto;
}

/* フッター下部 */
.footer-bottom{
    padding: 30px 15px;
}
.footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto 20px;
}
.footer-bottom__list {
    display: flex;
    justify-content: space-between;
    gap: min(3vw,30px);
}
.footer-bottom__title {
    font-size: 16px;
    border-bottom: 1px solid var(--color-main);
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.footer-bottom__box ul li {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-bottom__box ul li:last-child{
    margin-bottom: 0;
}
.copy{
    font-size: 10px;
    text-align: right;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width:1025px){
    .footer-top__inner{
        flex-direction: column;
        gap: 30px;
    }
    .footer-top__link,.footer-top__contact{
        max-width: none;
    }
        .footer-top__icon{
        width: 50px;
    }
    .footer-top__text{
        font-size: 18px;
        gap: 5px;
        line-height: 1.2;
        margin-right: 10px;
    }
    .footer-top__link li:first-child .second span{
        width: auto;
    }
    .footer-top__link li a{
        padding: 15px 5px 15px 15px;
    }
    footer .mini{
        font-size: 14px;
    }
    .footer-top__link li:first-child .first .mini,
    .footer-top__link li:first-child .second .mini{
        font-size: 16px;
    }
    .footer-top__link li:first-child div>span{
        font-size: 23px;
    }
    .footer-top__link li:first-child div>span .mini{
        font-size: 14px;
    }
    /* 買取について */
    .footer-top__text.four{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-top__text.four .comment{
        margin-bottom: 0;
    }
    .footer-top__text.four .comment::before{
        left: auto;
        right: -5px;
        bottom: 50%;
        height: 10px;
        width: 6px;
        transform: translate(0, 50%);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    .footer-top__text.four>div.mini{
        width: 60%;
    }
    .footer-top__text.four>span:nth-child(2){
        width: fit-content;
        border: 1px solid var(--color-main);
        display: flex;
        align-items: center;
        margin-left: -5px;
        padding: 0 10px;
    }
    .footer-top__text.four>span:nth-child(3){
        width: 100%;
    }
    /* お問い合わせ */
    .footer-top__contact__link{
        max-width: none;
        align-items: flex-start;
    }
    .footer-top__contact__box .footer-top__icon{
        width: 20px;
    }
    .footer-top__contact .footer-top__text{
        margin: 0 0 15px;
    }
    .footer-top__contact .footer-top__contact__link:last-of-type .footer-top__text{
        margin: 0;
    }
    /* 電話番号 */
    .footer-top__text .mini.time{
        font-size: 15px;
    }
    .footer-top__text .mini.time span{
        font-size: 11px;
    }
    .footer-top__contact h2{
        font-size: 20px;
    }
}

@media screen and (max-width:767px){
    .footer-top{
        border-bottom: none;
    }
    .footer-top__link{
        flex-direction: column;
    }
    .footer-top__link li{
        width: 100%;
    }
    .footer-bottom{
        padding: 20px 5px 0 5px;
    }
    .footer-bottom__inner{
        flex-direction: column-reverse;
        gap: 10px;
    }
    .footer-bottom__list{
        flex-direction: column;
        gap: 0;
    }
    .footer-bottom__box{
        position: relative;
    }
    .footer-bottom__box ul {
        position: absolute;
        top: -50px;
        opacity: 0;
        pointer-events: none;
        transition:
            top .0s cubic-bezier(.4,0,.2,1),
    }
    .footer-bottom__box.active ul {
        position: relative;
        top: 0;
        opacity: 1;
        pointer-events: all;
        /* 開く時だけ遅延 */
        transition:
            top .3s cubic-bezier(.4,0,.3,1),
            opacity .2s ease .15s;
        padding: 0 10px;
    }
    .footer-bottom__box ul li:last-child{
        margin-bottom: 30px;
    }
    .footer-bottom__title{
        position: relative;
        padding: 15px 10px;
    }
    .footer-bottom__box:first-child .footer-bottom__title{
        border-top: 1px solid var(--color-main);
    }
    .footer-bottom__title::before,
    .footer-bottom__title::after{
        display: inline-block;
        content: "";
        background: var(--color-main);
        position: absolute;
        margin-right: 10px;
    }
    .footer-bottom__title::before{
        width: 11px;
        height: 1px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer-bottom__title::after{
        width: 1px;
        height: 11px;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        transition: .2s;
    }
    .footer-bottom__box.active .footer-bottom__title::after{
        opacity: 0;
    }
    /* ロゴ */
    .footer-logo{
        text-align: center;
    }
    .footer-logo img{
        width: 240px;
    }
    .copy{
        text-align: center;
    }
    /* フッターナビ */
    .spnav{
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: var(--color-base);
        border-top: 1px solid var(--color-main);
        z-index: 99998;
    }
    .spnav__inner{
        width: 100%;
    }
    .spnav__inner ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 30px 5px;
        background: var(--color-base);
    }
    .spnav__inner ul li{
        width: calc(100% / 5);
    }
    .spnav__inner ul li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }
    .spnav__inner ul li a img{
        height: 24px;
    }
}

/*----------------------------
パンくず
----------------------------*/
.ec-topicpath{
    color: var(--color-main);
    border: none;
}

/* 画像フォーム */
.filepond--root .filepond--drop-label{
    border: 1px solid;
    border-radius: 5px;
    color: var(--color-main);
}

/* ブログ */
.ce-block *{
    line-break: strict;
}

/*----------------------------
リキャプチャ
----------------------------*/
.grecaptcha-badge{
    z-index: 99999;
    bottom: 65px !important;
}
div:has(> .grecaptcha-badge){
    position: absolute;
}