/* カスタマイズ用CSS */
/*ヘッダー
=================================*/
#page_product_detail .ec-layoutRole__left, 
.cart_page .ec-layoutRole__left,
.mypage .ec-layoutRole__left,
.other_page .ec-layoutRole__left {
    display: none;
}
#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}
.cart_page .ec-layoutRole .ec-layoutRole__contents, 
.mypage .ec-layoutRole .ec-layoutRole__contents,
.other_page .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.ec-drawerButton .burger:before, .ec-drawerButton .burger:after, .ec-drawerButton .burger {
    background-color: #fff;
}
@media only screen and (min-width: 1280px){
    /*
    body.scrolled .ec-layoutRole__header {
        height: 50px;
    }
    */
    .ec-layoutRole__header {
        margin-bottom: 20px;
        transition: .3s;
    }
}
/*
.ec-layoutRole__header,.ec-headerRole {
    background: #0ba2d7;
}
*/
.ec-headerRole {
    background: #0ba2d7;
    max-width: 100%;
}
.ec-headerSearch__body {
    border-radius: 20px; 
}
.ec-headerNav {
    color: #fff;
}
.ec-headerNav__item > a:after {
    background-color: #fff;
}
.jeia-user:before {
    content: "\e905";
    color: #fff;
}
.jeia-heart:before {
    content: "\e903";
    color: #fff;
}
.jeia-cart:before {
    content: "\e900";
    color: #fff;
}

/*左サイドバー
=================================*/
.ec-categoryNavRole ul li a {
    padding: 0.75em 0 0.75em 0.5em;
}
/*.ec-categoryNavRole ul li:nth-of-type(1) a {*/
/*  border-left: 5px solid #00A0E9;*/
/*  border-bottom: 2px solid #00A0E9;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(2) a {*/
/*  border-left: 5px solid #0068B7;*/
/*  border-bottom: 2px solid #0068B7;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(3) a {*/
/*  border-left: 5px solid #4D4398;*/
/*  border-bottom: 2px solid #4D4398;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(4) a {*/
/*  border-left: 5px solid #A64A97;*/
/*  border-bottom: 2px solid #A64A97;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(5) a {*/
/*  border-left: 5px solid #C60080;*/
/*  border-bottom: 2px solid #C60080;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(6) a {*/
/*  border-left: 5px solid #E62E8B;*/
/*  border-bottom: 2px solid #E62E8B;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(7) a {*/
/*  border-left: 5px solid #D73A8F;*/
/*  border-bottom: 2px solid #D73A8F;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(8) a {*/
/*  border-left: 5px solid #E95377;*/
/*  border-bottom: 2px solid #E95377;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(9) a {*/
/*  border-left: 5px solid #B60005;*/
/*  border-bottom: 2px solid #B60005;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(10) a {*/
/*  border-left: 5px solid #EB6100;*/
/*  border-bottom: 2px solid #EB6100;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(11) a {*/
/*  border-left: 5px solid #F39800;*/
/*  border-bottom: 2px solid #F39800;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(12) a {*/
/*  border-left: 5px solid #F7D300;*/
/*  border-bottom: 2px solid #F7D300;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(13) a {*/
/*  border-left: 5px solid #DAE000;*/
/*  border-bottom: 2px solid #DAE000;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(14) a {*/
/*  border-left: 5px solid #6FBA2C;*/
/*  border-bottom: 2px solid #6FBA2C;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(15) a {*/
/*  border-left: 5px solid #009944;*/
/*  border-bottom: 2px solid #009944;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(16) a {*/
/*  border-left: 5px solid #00693E;*/
/*  border-bottom: 2px solid #00693E;*/
/*}*/
/*.ec-categoryNavRole ul li:nth-of-type(17) a {*/
/*  border-left: 5px solid #867C76;*/
/*  border-bottom: 2px solid #867C76;*/
/*}*/

.ec-onsaleRole.leftBlock{
    display: none;
}
.ec-blogpostsRole .ec-blogpostsRole__image {
    display: none;
}
.jeia-arrow_b1:before,.jeia-arrow_b2:before {
    color: #0ba2d7;
}
@media only screen and (min-width: 768px){
    .ec-pickupCategoryRole .ec-pickupCategoryRole__list .ec-productItemRole:nth-child(1),
    .ec-pickupCategoryRole .ec-pickupCategoryRole__list .ec-productItemRole:nth-child(n+2) {
        width: calc((((100% - 20px) / 2) - 20px) / 2);
        margin-left: 13px;
    }
}

.ec-layoutRole__left .ec-secHeading {
    border-bottom: 2px solid #2F7DF7;
    padding: 1em;
    background: #0ba2d7;
}
.ec-layoutRole__left .ec-secHeading .ec-secHeading__maintitle,
.ec-layoutRole__left .ec-secHeading .ec-secHeading__subtitle {
    color: #fff;
}

.ec-layoutRole__left .leftBlock {
    margin-top: 60px;
    border: 1px solid #ccc;
}
/* スマホ表示 */
@media only screen and (max-width: 767px){
    .ec-layoutRole__left .leftBlock {
        margin-top: 0px;
    }
}

.ec-layoutRole__left .ec-categoryNavRole.leftBlock {
    border: none;
    margin-top: 3rem;
}
.ec-blogpostsRole .jeia-arrow_b1:before,
.ec-blogpostsRole .jeia-arrow_b2:before {
    color: #333;
}

.ec-secHeading {
    margin-bottom: 1rem;
}

/*フッター
=================================*/
.ec-footerGuide {
    background-color: #0ba2d7;
}
.ec-footerRole {
    background-color: #0ba2d7;
    color: #fff;
}
.ec-calendar .ec-calendar__holiday span {
    background-color: #fff;
    color: #000;
}
.ec-footerCalendar .ec-footerCalendar__footnote .holiday {
    background-color: #fff;
}

/* PC表示 */
@media only screen and (min-width: 768px){
    .ec-footer-link-banner {
        width: 50%;
        padding: 30px 0;
    }
    .ec-footer-link-banner-img {
        width: 70%;
        margin: auto;
        display:block;
    }
}

/* スマホ表示 */
@media only screen and (max-width: 767px){
    .ec-footer-link-banner {
        padding: 30px 0;
    }
}

/*
トップページ
=================================*/
.topImage {
    background-image: url('/html/user_data/assets/img/top/sky_background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

/* PC表示 */
@media only screen and (min-width: 768px){
    .topImage .topLogo_flex {
        width: 100%;
        display: flex;
    }
    .topImage .dummy {
        width: 30%;
    }
    .topImage .mainLogo {
        width: 40%;
    }
    .topImage .multi_device_img {
        width: 30%;
    }
    .topImage .multi_device_img img {
        width: 200px;
        padding-top: 2rem;
    }
    .topImage .manamo_subtitle {
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 1.5rem;
        padding: 2rem 0 1rem;
        margin: 0;
    }
    .topImage .manamo_description {
        font-size: 1rem;
        padding: 2rem 0 1rem;
        margin: 0;
    }
}

/* スマホ表示 */
@media only screen and (max-width: 767px){
    .topImage .topLogo_flex {
        width: 100%;
        display: block;
    }
    .topImage .mainLogo img {
        width: 60%;
        margin: 0 auto;
    }
    .topImage .multi_device_img {
        width: 30%;
        margin: 0 auto;
    }
    .topImage .multi_device_img img {
        padding-top: 1rem;
    }
    .topImage .manamo_subtitle {
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 1.2rem;
        padding: 1rem 0 1rem;
        margin: 0;
    }
    .topImage .manamo_description {
        width: 90%;
        font-size: 0.83rem;
        padding: 1rem 0;
        margin: 0 auto;
    }
    .topImage .bookshelf_img {
        display: none;
    }
}

/*
ハンバーガーメニュ
=================================*/
.ec-drawerMenu .categoryOpenBtn_custom.is-open:after {
    transform: rotate(90deg);
}
.ec-drawerMenu .categoryOpenBtn_custom:after {
    font-family: "jeiafont";
    content: "\e902";
    font-size: 1em;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0.5em;
    right: 0;
    transition: .2s;
}
.ec-drawerMenu .ec-drawerMenu__category_custom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ec-drawerMenu .ec-drawerMenu__category_custom ul.parent {
    display: none;
    margin-bottom: 1em;
}
.ec-drawerMenu .ec-drawerMenu__category_custom ul.parent > li > a:before {
    font-family: "jeiafont";
    content: "\e91a";
    color: #666;
}

/*
カートページ・マイページ文言削除系追加CSS
=================================*/
.ec-orderAccount .ec-orderAccount__account .ec-zipInput,
.ec-orderAccount .ec-orderAccount__account .ec-telInput,
.ec-orderDelivery .ec-rectHeading,
.ec-orderDelivery .ec-orderDelivery__title,
.ec-orderDelivery .ec-orderDelivery__address,
.ec-orderDelivery .ec-orderDelivery__actions,
.ec-orderDelivery .ec-orderDelivery__edit {
    display: none;
}

.ec-definitions, .ec-definitions--soft {
    display: none;
}

/*
ManaMoアプリのダウンロードリンク
=================================*/
.ec-appDL {
    text-align: left;
    padding: 10px;
    overflow: hidden;
}
.ec-appDL .ec-appDLItem {
    width: 25%;
    padding: 10px;
}
.ec-appDL .ec-appIcon {
    float: left;
    margin-right: 3%;
    width: 25%;
    height: auto;
    max-width: 120px;
}
.ec-appDL .ec-appTitle {
    font-size: 1.25rem !important;
}
.ec-appDL .ec-appLinks {
    display: flex;
    float: left;
    width: 500px;
}
.ec-appDL .ec-appLinks .ec-appLink {
    display: block;
    margin-right: 20px;
}
.ec-appRecommendation {
    font-size: 0.7rem !important;
}
.ec-sp-br {
    display: none;
}
/* スマホ表示 */
@media only screen and (max-width: 767px){
    .ec-appDL .ec-appIcon {
        margin-bottom: 20px;
    }
    .ec-appDL .ec-appLinks {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto auto;
        gap: 20px;
        float: none;
        width: 100%;
        margin: 0;
    }
    .ec-appDL .ec-appLinks .ec-appLink {
        margin: 0;
    }
    .ec-sp-br {
        display: inline-block;
    }
}


/*汎用
=================================*/
.quantityLabel, .ec-quantityRole {
    display: none;
}
.ec-blockBtn--cartin {
    /*background-color: #2F7DF7;*/
    /*border-color: #2F7DF7;*/
    background-color: #EB9131;
    border-color: #875600;
}
.ec-blockBtn--cartin:hover {
    background-color: #a76622;
    border-color: #875600;
}
.ec-blockBtn--favorite i:hover {
    background-color: #a76622;
}
.ec-blockBtn--favorite.added i {
    background-color: #a76622;
}
.ec-productRole .ec-productRole__actions {
    border-top: 0px;
    margin: 0;
    padding: 0;
}
.ec-book-table-liner {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 30px 0;
    padding: 10px 0;
}
.ec-book-details {
    border-collapse: separate;
    border-spacing: 10px 5px;
}
.ec-book-details-header {
    font-size: 0.933rem;
    color: #666
}
.ec-book-details-value {
    margin-left: 30px;
}
@media only screen and (max-width: 767px){
    .ec-productRole .ec-productRole__cartinRow .quantityLabel {
        display: none !important;
    }
}

.ec-productVisualNav {
    display: none;
}
@media only screen and (min-width: 1280px){
    .ec-productRole__visual {
        display: flex;
        justify-content: space-around;
    }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
        flex: 0 0 auto;
        width: 37%;
    }
}
.px-1 { padding-left: 1em; padding-right: 1em;}
.mb-0 { margin-bottom: 0 !important;}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

/* ボックス囲い */
.box-text-point {
    position: relative;
    border: 2px solid #666;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px 20px 5px 20px;
}
.box-text-point::before {
    content: "確認";
    position: absolute;
    background-color: #ffffff;
    color: #666;
    font-weight: bold;
    left: 20px;
    top: -23px;
    padding: 10px;
}

/* tooltip */
.tooltip-content {
  opacity: 0;
  visibility: hidden;
  font-size: 80%;
  white-space: nowrap;
  border-radius: 5px;
  background: #555;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

.icon-tooltip .tooltip-content {
  font-size: 50%;
  padding-bottom: 9px;
  top: -40px;
}

.tooltip-content:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: calc(50% - 9px);
    border: 9px solid transparent;
    border-top: 9px solid #555;
}

.text-tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
  
.text-tooltip {
  position: relative;
}

.icon-tooltip {
  position: relative;
}

.icon-tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}