/* カスタマイズ用CSS */

a {
    color: #000;
}

a:hover {
    color: #929912;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.max_hr {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
    width: 100%;
}

@media only screen and (min-width:481px) {
    .sp_br {
        display: none
    }
}

.ec-productRole__tag {
    padding: 6px 8px !important;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    background-color: #f2f2f2;
    letter-spacing: 1px;
    font-size: 10px !important;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0 !important;
}

.ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 100%;
}

.header_hr {
    border-top: solid 2px #f6f6f6
}

@media screen and (max-width: 480px) {
    .header_hr {
        display: none;
    }
}

.ec-layoutRole .ec-layoutRole__main {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ec-sliderRole {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .ec-sliderRole {
        margin-bottom: 10px;
    }
}

.ec-role {
    max-width: 100%;
}

.ec-role .item_container {
    display: inline-flex;
}

.ec-role .item_container .items {
    width: 400px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .eye_block {
        padding-right: 0 !important;
    }

    .ec-role .item_container .items {
        width: 300px;
    }

    .ec-newItemRole {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .ec-role .item_container .items {
        width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .ec-eyecatchRole__intro {
        width: 35%;
        padding-top: 6px;
    }

    .ec-role .item_container {
        width: 64%;
        padding-left: 10%;
        transform: scale(1.5);
    }

    .ec-role .item_container .items {
        padding-left: 20px;
        padding-right: 0px;
    }

    .ec-newItemRole {
        padding: 15px 0 30px;
    }
}

.ec-newItemRole .ec-newItemRole__listItemHeading {
    margin-top: calc(25% - 20px);
}

@media screen and (max-width:480px) {
    .ec-newItemRole .ec-newItemRole__listItemHeading {
        margin-top: calc(13% - 20px);
    }
}

.row {
    padding: 0;
    margin: 0;
}

/* top & default+ page */

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
    letter-spacing: .05em
}

.ec-headerNaviRole {
    display: block;
    padding: 0;
    max-width: 1140px;
}

.header_box {
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 100;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
}

.hide {
    transform: translateY(-100%);
}

.header_box .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .header_box .container {
        width: 90%;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
    align-items: baseline;

}

@media screen and (min-width: 481px) {

    .ec-headerNaviRole .ec-headerNaviRole__left,
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: auto !important;
    }
}

.ec-headerNaviRole__nav {
    border-radius: 15px 0 0 15px;
    background: #fafafa;
    padding: 2px 10px;
}

.ec-layoutRole .ec-layoutRole__main {
    width: 100%;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.ec-headerTitle .ec-headerTitle__title h1 {
    padding-top: 15px;
}

header ul {
    list-style: none
}

header li {
    display: inline
}

header .mainNav {
    display: inline;
    padding: 15px 15px 10px 0;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 2;
}

header .mainNav li a {
    padding-right: 12px;
}

.ec-cartNavi .ec-cartNavi__badge {
    top: 23px;
    left: 89%;
}

@media screen and (min-width: 768px) {
    .ec-cartNavi .ec-cartNavi__badge {
        left: -30%;
        top: -2px;
    }
}

.ec-cartNaviWrap {
    background: #2f2f2f2f;
    border-radius: 0 15px 15px 0;
    transition: 0.4s;
}

.ec-headerRole__title {
    padding-top: 100px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 18px !important;
}

.ec-headerTitle__title p {
    font-size: 14px;
}

.ec-cartNavi {
    display: block;
}

@media screen and (min-width: 768px) {
    .ec-cartNavi {
        padding: 5px 6px 6px 13px;
        background-color: transparent;
        min-width: auto;
        height: auto;
    }
}

.ec-cartNavi .ec-cartNavi__icon {
    animation: none;
}

@media screen and (max-width: 767px) {
    .ec-cartNavi {
        padding: 3px 15px 6px;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        font-size: 18px;
    }
}

.ec-categoryNaviRole {
    padding: 0;
}

.ec-itemNav,
.ec-itemNav__na {
    text-align: left;
}

.ec-itemNav__nav li a {
    padding: 16px 16px;
    font-weight: normal;
    font-size: 12px;
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
    .ec-itemNav__nav li a {
        display: block;
        border-bottom: 1px solid #E8E8E8;
        margin: 0;
        padding: 16px;
        height: auto;
        line-height: 20px;
        text-decoration: none;
        text-align: left;
        border-bottom: 1px solid #E8E8E8;
    }
}

.ec-itemNav__nav li a:hover {
    background-color: transparent;
}

.ec-headerNav .ec-headerNav__item {
    font-size: 12px;
    padding: 6px 0;
}

@media screen and (min-width: 768px) {
    .ec-headerNav .ec-headerNav__itemIcon {
        font-size: 12px;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        font-size: 12px;
    }
}

.navbar-collapse {
    min-width: 350px;
    z-index: 30;
}

@media screen and (max-width: 1024px) {
    .ec-headerNav .ec-headerNav__item {
        padding: 6px 16px 6px 0;
    }

    .ec-itemNav__nav li a {
        padding-left: 20px;
    }
}

.ec-headerNav .ec-headerNav__itemLink {
    vertical-align: unset;
    color: #2d2d2d;
    font-size: 10px;
    padding-right: 8px;
}

.ec-layoutRole__footer {
    padding-top: 50px;
    background-color: #fff;
}

.ec-footerRole {
    background-color: #f2f2f2;
    border: none;
    padding-bottom: 25px;
    margin-top: 0;
}

.ec-footerTitle {
    color: #2d2d2d;
    padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
    .ec-footerRole {
        padding-top: 25px;
    }

    .ec-footerTitle {
        padding: 0 0 10px;
    }
}

.ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ec-footerRole .ec-footerNavi .ec-footerNavi__link a {
    color: #000;
    text-decoration: none;
    padding: 0 8px;
    border: none;
    font-size: 9px;
}

.ec-secHeading {
    margin-bottom: 35px;
}

.top_img {
    animation: imgFadeIn 1s ease-out 0.2s 1 forwards;
    opacity: 0;
    height: auto;
    padding-bottom: 30px;
}

@keyframes imgFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.1, 1.1);
        transform: translate3d(-15px, -15px, 15px);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform: translate3d(0px, 0px, 0px);
    }
}

#news {
    padding-bottom: 30px;
    text-align: left;
    z-index: 1;
}

#news h2 {
    font-size: 12px;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    font-weight: 600;
}

#news .news_t {
    border: none;
    padding: 0px 0 10px;
    margin: 0;
    font-size: 16px;
}

#news .news_d {
    font-size: 12px;
}

@media only screen and (max-width:481px) {
    #news {
        width: 98%;
        padding-bottom: 10px;
        margin: 0 auto 0 auto;
    }

    #news .topMessage p br {
        display: none;
    }

    #news h2 {
        font-size: 14px;
        padding-bottom: 15px;
        text-align: left;
        border-bottom: solid 1px #ccc;
    }

    #news .news_t {
        font-size: 14px;
    }
}

#news dt {
    padding-bottom: 8px;
    font-size: 12px;
}

#news dd {
    border-bottom: solid 1px #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.8;
}

.io_item {
    z-index: 2;
}

.ec-eyecatchRole {
    overflow: hidden;
    z-index: 3;
}

@media only screen and (max-width: 1024px) {
    .ec-eyecatchRole {
        margin: 0px;
    }
}

.ec-eyecatchRole .ec-eyecatchRole__intro {
    z-index: 4;
    margin-top: 90px;
}

@media only screen and (max-width: 1024px) {
    .ec-eyecatchRole .ec-eyecatchRole__intro {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 481px) {
    .ec-eyecatchRole .ec-eyecatchRole__intro {
        margin-top: 0px;
    }
}

@media only screen and (max-width:481px) {
    .ec-eyecatchRole {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .eye_block {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .eye_block {
        padding: 50px 0 0px 5%;
    }

    .ec-eyecatchRole .ec-eyecatchRole__introTitle {
        margin-bottom: 0;
        font-size: 180px;
        line-height: 168px;
    }

    .ec-blockBtn--top {
        display: none;
    }

    .ec-role .item_container .items:nth-child(2) {
        padding-top: 120px;
    }

    .ec-role .item_container .items:last-child {
        padding-top: 30px;
    }
}

.new_itme_block {
    background-color: #F8F8F8;
}

.topic_block {
    background-color: #fff;
    clear: both;
    padding: 0;
}

.topic_title,
.category_title {
    font-size: 42px;
    opacity: 0;
    font-family: serif;
    color: #262626;
}
.c_title {
    text-align: left!important;
    padding-left: 12%;
}
@media only screen and (max-width:481px) {
    .c_title {
    padding-left: 3%;
    margin-bottom: 45px!important;
}
}
.info_en {
    vertical-align: 10px !important;
}

.info_ja {
    line-height: 1.1;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    /*cursor: pointer;*/
    z-index: 5;
}



.box .text {
    display: block;
    transition: 1s;
    font-size: 200px;
    opacity: 0;
    line-height: 0.9;
    font-family: "丸フォーク M", serif;
    z-index: -100;
    color: #262626;
}
.box2 {
    padding: 0px 0 25px;
    margin-top: -16px;
    
}
.box3{
    font-size: 180px;
    font-weight: 900;
}
.box .text2 {
    font-family: "丸フォーク M", serif;

}

@media only screen and (max-width:1024px) {
    .box2 {
        padding: 45px 0 25px;
    }
    .box .text {
        font-size: 100px;
    }
    .box3{
        font-size: 120px;
        font-weight: 900;
    }
}

@media only screen and (max-width:481px) {
    .box .text {
        font-size: 42px;
    }

    .box2 {
        padding: 0;
        margin-top: -5px;
    }
    .box3{
        margin-top: 6px;
        font-size: 38px;
        font-weight: 900;
    }
    .ec-role .item_container .items {
        width: 100%;
        padding-left: 10px;
    }
}

.box .t_1 {
    transform: translate3d(-450px, -50px, 900px);
}

.box .t_2 {
    transform: translate3d(25px, -450px, 10px);
}

.box .t_3 {
    transform: translate3d(675px, 50px, -135px);
}

.box .t_4 {
    transform: translate3d(0, 60px, 100px);
}

.box .t_5 {
    transform: translate3d(75px, -180px, -300px);
}

.box .t_6 {
    transform: translate3d(805px, 400px, 650px);
}

.box .t_7 {
    transform: translate3d(550px, -100px, 60px);
}

.box .t_8 {
    transform: translate3d(-250px, -300px, -200px);
}

.box .t_9 {
    transform: translate3d(-725px, 800px, 440px);
}

.box .t_10 {
    transform: translate3d(-275px, -550px, 0);
}

.box .t_11 {
    transform: translate3d(330px, 100px, -550px);
}

.box .t_12 {
    transform: translate3d(775px, -300px, 0);
    margin-top: -4%;
}

.box .t_13 {
    transform: translate3d(25px, 600px, 100px);
    margin-top: -4%;
}

.box .t_14 {
    transform: translate3d(490px, -200px, -10px);
}
.box .t_15 {
    transform: translate3d(-890px, 400px, 60px);
}
.box .prescribed {
    transform: translate3d(0, 0, 0) rotate(0) !important;
    opacity: 1;
}

.items img {
    border-radius: 30px;
}

@media screen and (max-width: 767px) {
    .items img {
    border-radius: 10px;
}

}

.items_box1 {
    padding-top: 20px;
}

.items_box2 {
    padding-top: 140px;
}

@media screen and (max-width: 767px) {
    .items_box2 {
        padding-top: 40px;
    }
}

@media only screen and (max-width:481px) {
    .box .prescribed {
        padding-bottom: 10px;
    }

    .img-animation {
        overflow: visible;
    }

    .img-animation2 {
        overflow: visible;
    }
}

.loop {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
}

.loop ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.loop li {
    display: inline-block;
    width: calc(100vw / 2);
    margin: 0 20px 0 0;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .loop li {
        margin: 0 15px 0 0;
    }
}

.loop li a {
    display: block;
}

.loop li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}
@media screen and (max-width: 768px) {
    .loop li img {
    border-radius: 10px;
    }
}

.loop ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.loop ul+ul {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

.loop:hover ul {
    animation-play-state: paused;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/* category page */

.ec-searchnavRole__topicpath h2 {
    font-family: "丸フォーク M", "Noto Serif JP";
    text-decoration: none;
    font-weight: normal;
    font-size: 64px;
    padding-bottom: 20px;
    padding-top: 1em;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .ec-searchnavRole__topicpath {
        padding-top: 15px;
    }

    .ec-searchnavRole__topicpath h2 {
        font-size: 54px;
        padding-top: 0;
    }
}

/* cart page */

@media screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__btn {
        width: 60%;
        margin: 0 auto 16px auto;
    }
}

.ec-progress .is-complete .ec-progress__number {
    background: #929912;
}

.ec-progress .is-complete .ec-progress__label {
    color: #929912;
}

/* news */

.news_title,
.news1,
.news2,
.news3 {
    opacity: 0;
}

.news1,
.news2,
.news3 {
    padding-left: -30px;
}

.fade {
    animation: fadeIn 0.5s ease-in 0.1s 1 forwards;
    padding-left: -30px;
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.items {
    object-fit: cover;
    max-width: 100%;
}

.items.show {
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.cover1 {
    clip-path: inset(0 0 100% 0);
}

.cover1.show {
    clip-path: inset(0 0 0 0);
}

.cover2 {
    clip-path: inset(100% 0 0 0);
}

.cover2.show {
    clip-path: inset(0 0 0 0);
}

.sl_d {
    object-fit: cover;
    max-width: 100%;
}

.sl_d.show {
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.sl_msk {
    clip-path: inset(0 100% 0 0);
}

.sl_msk.show {
    clip-path: inset(0 0 0 0);
}

.ec-topicRole__listItem,
.ec-categoryRole__listItem {
    opacity: 0;
}

.blog_card {
    width: 450px;
    padding: 0 15px;
    border: none;
    text-align: left;
    background-color: transparent;
}

.blog_card:first-child {
    padding: 0 15px 0 30px;
}

.blog_card:last-child {
    padding: 0 30px 0 15px;
}

@media screen and (max-width: 767px) {
    .blog_card {
        width: 250px;
    }

    .blog_card:first-child {
        padding: 0 15px;
    }

    .blog_card:last-child {
        padding: 0 15px;
    }

    .blog_card {
        padding: 0 15px;
    }

}

.blog_card img {
    width: 100%;
    height: auto;
}

.card-text {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 1.8;
    color: #000;
}

@media screen and (max-width: 767px) {
    .card-text {
        font-size: 10px;
    }
}

.box_fadeup {
    animation: fadeup 0.9s ease 0.4s 1 forwards;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ec-productRole .ec-productRole__code {
    border-bottom: 1px solid #f6f6f6;
    font-size: 10px;
}

/* list page */

.ec-searchnavRole .ec-searchnavRole__infos {
    max-width: 100%;
    border: none;
}

.fomr_box {
    width: 30%;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .fomr_box {
        width: 60%;
    }
}

.ec-shelfGrid__item-image {
    padding-bottom: 0px;
}

.ec-searchnavRole .ec-searchnavRole__counter {
    text-align: left;
}

.sh_text {
    font-size: 14px;
}

.ec-topicpath {
    border: none;
}

/* product page */
@media screen and (max-width: 1024px) {
    .ec-sliderItemRole .item_nav {
        padding-top: 25px;
    }
}
@media screen and (max-width: 768px) {
    .ec-productRole {
        padding: 0;
    }

    .item_img_box {
        padding-top: 25px;
        width: 100%;
    }

    .ec-sliderItemRole {
        padding: 0;
    }

    .item_info {
        width: 90%;
        margin: 0 auto 0 auto;
        text-align: left;
    }
}

.ec-productRole .ec-productRole__tags {
    padding-bottom: 0;
}

.slide-text{
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

@media screen and (min-width: 1025px) {

    .img_div {
        width: 60%;
    }

    .img_div .item_img_box {
        display: flex;
        justify-content: space-between;
    }

    .img_div .item_img_box .item_img {
        width: 80%;
    }


    .img_div .item_img_box .item_nav {
        width: 20%;
        flex-flow: column;
        flex-grow: 1;
    }

    .item_info {
        width: 45% !important;
        text-align: left;
    }

    .ec-sliderItemRole .slideThumb {
        width: 100%;
        padding-left: 17px;
    }

    .ec-productRole .ec-productRole__btn {
        margin: 0 0 16px 0;
    }
}

.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__tags {
    border: none;
}

.ec-productRole .ec-price {
    float: left;
}

.ec-productRole__price .postage {
    float: left;
    font-size: 12px;
    padding: 3px 5px 2px;
    border: solid 1px #e66262;
    color: #e66262;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
}

.ec-productRole .ec-productRole__actions {
    text-align: left;
}

.ec-blockBtn--action {
    background-color: #000;
    border: none;
}

.ec-blockBtn--action:hover {
    background-color: #757575;
    border: none;
}

.ec-price {
    color: #000;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-family: "丸フォーク M", "Noto Serif JP";
    padding-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.ec-shelfGrid__item h2 {
    font-family: "丸フォーク M", "Noto Serif JP";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.price02-default {
    text-align: left;
    font-size: 14px;
}

.ec-shelfGrid__item .tax_text {
    font-size: 10px;
}

.ct_ipselect {
    position: relative;
    width: 40%;
    margin: 10px 0 50px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .ct_ipselect {
        width: 100%;
    }
}

.select_ct {
    background-color: transparent;
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    height: auto;
    line-height: 1.4;
}
@media screen and (max-width: 1024px) {
    .select_ct {
        width: 300%; 
    }
}
@media screen and (max-width: 767px) {
    .select_ct {
        width: 100%; 
    }
}
.select_ct:focus {
    outline: none;
    box-shadow: none;
    background-color: rgb(251, 251, 251);
}

.ec-productRole .ec-productRole__description .des_text {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}

.content1 .ec-newItemRole {
    padding: 0;
}

.content1 .ec-newItemRole__listItem {
    margin-bottom: 55px;
}
@media screen and (max-width:481px) {
    .content1 .ec-newItemRole__listItem {
        margin-bottom: 25px;
    }
}
.pod_img {
    max-height: 550px !important;
}

.content1 .ec-newItemRole__listItemTitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.content1 .ec-newItemRole__listItemTitle a {
    text-decoration: none;
    color: #525263 !important;
}

.content1 .ec-newItemRole__listItemPrice {
    font-size: 14px;
    text-align: left;
    color: #525263;
}

/* breadcrumbsNav */

.breadcrumbsNav {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 2.2;
}

@media screen and (max-width:481px) {
    .breadcrumbsNav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.breadcrumbsNav ol {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center
}

.breadcrumbsNav ol li {
    font-size: 11px;
    display: inline;
    padding-right: 3px
}

.ec-cartRole,
.ec-layoutRole__contents {
    margin: 30px auto 0;
}

.ec-footerRole .social-icons {
    margin: 0 auto 25px;
    text-align: center;
}

.ec-footerRole .social-menu {
    list-style: none;
    padding: 0;
}

.ec-footerRole .social-icons li {
    display: inline-block;
    padding: 0 25px 0 25px;
}

.h_icon {
    margin-top: -1px;
}

.h_icon2 {
    margin-top: 2px;
}

@media screen and (min-width: 500px) {
    .cart_zero {
        margin-left: 9px;
    }
}

@media screen and (max-width: 767px) {
    .h_icon {
        margin: 0;
    }

    .h_icon2 {
        margin-top: 2px;
        margin-left: -5px;
        margin-right: 3px;
    }
}

.ec-drawerRoleClose {
    padding: 6px 10px 10px 10px;
}

.note_box {
    position: relative;
    padding: 25px 0;
    width: 80%;
}

@media screen and (max-width: 1024px) {
    .note_box {
        width: 100%;
    }
}

.note_box h2 {
    font-size: 16px;
}

.note_box img {
    filter: brightness(82%);
    max-height: 180px;
    object-fit: cover;
}

.note_box .text a {
    color: #fff;
    font-weight: 700;
    display: block;
    text-decoration: none;
}

.carousel-item .note_img {
    width: 100%;
    height: auto;
}

.note_box .text {
    width: 90%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}


.content1,
.content2,
.content3 {
    width: 100%;
}

.content3 {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:1000px) {
    .content3 {
        width: 100%;
    }

    .tab-content {
        margin-top: 20px
    }
}

.tab-content .postItem {
    height: auto;
    margin-bottom: 35px;
    padding: 0 5px;
}

.tab-content .postItem:first-child,
.tab-content .postItem:nth-of-type(5n) {
    padding-left: 0;
    padding-right: 10px;
}

.tab-content .postItem:nth-of-type(4n) {
    padding-right: 0;
    padding-left: 10px;
}

.tab-content .postItem p {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.tab-content .postItem img {
    width: 100%;
    height: auto;
}

.tab-content h2 {
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
}

@media only screen and (max-width:481px) {
    .ec-productRole .ec-newItemRole{
        margin-bottom: 0;
    }
    .tab-content h2 {
        font-size: 12px;
        padding: 0 0 25px;
        line-height: 1.6;
        text-align: center;
    }
}

.tab-content h3 {
    font-size: 12px;
    height: 45px;
    line-height: 1.6;
    text-align: left
}

.tab-content p {
    font-size: 14px
}

.tab-content .plantName {
    text-align: center
}

@media only screen and (max-width:481px) {
    .tab-content p {
        font-size: 11px
    }
}

.tab-content img {
    width: auto;
    max-width: 100%;
    max-height: 300px
}

.tabs {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.tab-buttons span {
    font: 400 14px 'open sans', sans-serif;
    color: #333;
    cursor: pointer;
    border-bottom: 3px solid #f6f6f6;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tab2 .tab-buttons span {
    font: 400 14px 'open sans', sans-serif;
    color: #333;
    cursor: pointer;
    border-bottom: 3px solid #f6f6f6;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tab-content {
    padding: 15px;
    display: inline-block;
    font: 400 13px 'open sans', sans-serif;
    color: #333;
    text-align: center;
    height: auto;
    width: 100%;
}

@media only screen and (max-width:481px) {
    .tab-buttons span {
        font-size: 10px;
    }
}

#lamp {
    width: 50%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.tab2 #lamp {
    width: 50%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content2 {
    left: 0%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.tab2 #lamp.content2 {
    left: 50%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content3 {
    left: 50%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content1 {
    left: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.slick-counter {
    position: absolute;
    bottom: 15px;
    left: 46%;
    z-index: 10;
    font-size: 14px;
    background-color: rgba(173, 173, 173, 0.8);
    opacity: 0.5;
    border-radius: 10px;
    padding: 2px 7px;
    color: #fff;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

@media only screen and (max-width:481px) {
    .slick-dots {
        clear: both;
        padding-bottom: 10px !important;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .4;
    border-radius: 0 80px;
    background-color: #b9c59c;
    transform: rotate(268deg);
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #768d70;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

.youtube_outer {
    width: 100%;
    padding-top: 54%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 65px;
}

.content3 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E")
}

.navbar-toggler {
    outline: 0;
}

.sold_out_but {
    padding-top: 25px;
}

/* shopping */
.ec-shelfRole,
.ec-searchnavRole,
.ec-productRole {
    max-width: 1330px;
}

.ec-orderRole__detail p {
    padding: 10px 10px;
    font-size: 18px;
}

.ec-orderRole__detail .ec-rectHeading {
    margin: 15px 0;
}

.ec-topicRole {
    background-color: #fff;
}

@media only screen and (max-width:481px) {
    .ec-topicRole {
        margin-top: 0px;
        padding-top: 0px;
    }
}

.categoryBox {
    clear: both;
    margin-bottom: 125px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.categoryBox h2 {
    font-family: "丸フォーク M", "Noto Serif JP";
}

.categoryBox .textlink a {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.categoryBox .textlink a:hover {
    background-color: #929912;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
}

.categoryBox a .font_h {
    display: none;
}

.categoryBox a:hover .font_a {
    display: none;
}

.categoryBox a:hover .font_h {
    display: block;
    font-size: 0.97em;
    text-transform: capitalize;
}

.categoryImgBox,
.categoryImgBoxR {
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
    overflow: hidden;
    clear: both;
}

@media only screen and (max-width:1000px) {
    .categoryBox .textlink {
        font-size: 12px;
    }
}

@media only screen and (max-width:851px) {
    .categoryBox .textlink {
        display: none !important
    }
}

.categoryImgBox {
    width: 58%;
    margin-right: 2%;
    text-align: left;
    float: left
}

@media only screen and (max-width:481px) {
    .categoryBox {
        margin-bottom: 45px
    }

    .categoryBoxR {
        margin-right: 0;
    }

    .categoryImgBox {
        width: 58%
    }

    .categoryTextBox h2 {
        padding-top: 0;
        margin-top: 0;
    }
}

.categoryImgBox img {
    width: 100%;
    height: auto;
}

.cb1 img {
    border-radius: 0 30px 30px 0 !important;
}
.cb2 img, .cb3 img, .cb4 img {
    border-radius: 30px 0 0 30px !important;
}
.categoryTextBox {
    float: left;
    text-align: left;
    width: 26%;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:481px) {
    .categoryTextBox {
        width: 40%;
        transform: unset;
        position: unset;
        padding-top: 5px;
    }
}

.categoryImgBoxR {
    width: 58%;
    margin-left: 2%;
    float: right;
    text-align: right
}

@media only screen and (max-width:481px) {
    .categoryImgBoxR {
        width: 58%
    }
}

.categoryImgBoxR img {
    width: 100%;
    height: auto;
}
.categoryTextBoxR {
    float: right;
    text-align: left;
    width: 26%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:481px) {
    .categoryTextBoxR {
        width: 40%;
        left: 33%;
        padding-left: 3%;
        transform: unset;
        position: unset;
        padding-top: 5px;
    }
}

.categoryTextBox h3,
.categoryTextBox p,
.categoryTextBoxR h3,
.categoryTextBoxR p {
    padding-left: 5px;
    padding-bottom: 10px
}

.categoryTextBox h2 {
    font-size: 64px;
    padding-bottom: 10px;
    z-index: 10;
    color: rgb(38, 38, 38);
}

.categoryTextBox h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #696969;
    padding-right: 10px;
}

.categoryTextBox p {
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    font-style: italic;
}

.categoryTextBoxR h2 {
    font-size: 64px;
    padding-bottom: 10px;
    color: rgb(38, 38, 38);
}

.categoryTextBoxR h3 {
    line-height: 1.6;
    font-size: 16px;
    color: #696969
}

.categoryTextBoxR p {
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    font-style: italic;
}

.categoryBox .number,
.categoryBox .numberR {
    font-size: 26vw;
    color: #ecf0f1;
    z-index: 0;
    position: absolute;
    top: -28%
}

.categoryBox .number {
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    right: 17%
}

.categoryBox .numberR {
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    left: 17%
}

.boxLink {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 8px 12px;
    padding: 8px 12px;
    padding: 8px 12px;
}

.boxLink:hover {
    background-color: #929912;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

@media only screen and (max-width:1024px) {

    .categoryTextBox h2,
    .categoryTextBoxR h2 {
        font-size: 34px;
    }

    .categoryTextBox h3,
    .categoryTextBoxR h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width:481px) {

    .categoryTextBox h2,
    .categoryTextBoxR h2 {
        font-size: 24px;
        padding-top: 1px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .categoryTextBox h3,
    .categoryTextBoxR h3 {
        font-size: 10px;
        line-height: 1.4;
        padding-bottom: 8px;
        padding-top: 0;
        padding-left: 2px;
        margin-top: 0;
    }

    .categoryTextBox p,
    .categoryTextBoxR p {
        padding-left: 2px
    }

    .boxLink {
        font-size: 10px
    }

    .categoryBox .number {
        font-size: 100px;
        top: 1%;
        right: 5%
    }

    .categoryBox .numberR {
        font-size: 100px;
        top: 1%;
        left: 10%
    }
}

.ec-borderedDefs dt {
    padding-top: 2px;
    width: 100%;
    text-align: left;
}

.ec-borderedDefs dd {
    width: 100%;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
}

@media only screen and (min-width:1024px) {
    .ec-borderedDefs dt {
        padding-top: 12px;
        width: 30%;
        text-align: left;
        padding-left: 10%;
    }

    .ec-borderedDefs dd {
        width: 70%;
        line-height: 1.8;
        text-align: left;
        font-size: 14px;
    }
}

.bottom {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 1.2s ease-out;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .bottom {
        height: 30vh;
    }
}

.bottom_text {
    font-size: 8vw;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    color: #000;
    overflow: hidden;
}

.bottom_text__left {
    margin-left: -1500px;
}

.bottom_text__rigth {
    margin-right: -1500px;
}

.bottom_text__center {
    margin-top: -640px;
    opacity: 0;
}

.bottom.is-crossed {
    background: black;
}

.bottom.is-crossed .bottom_text {
    color: #ffffff;
}

.colors_box {
    margin: 45px 0;
    padding-bottom: 10px;
}

.colors_box h2 {
    padding-bottom: 5px;
    margin-bottom: 60px;
    border-bottom: 3px solid #f6f6f6;
    font: 400 14px 'open sans', sans-serif;
    color: #333;
    text-align: center;
    line-height: 40px;
}

.colors_box .cards {
    display: flex;
}

@media only screen and (max-width:481px) {
    .colors_box h2 {
        margin-bottom: 10px;
    }

    .colors_box .cards {
        padding: 0 10px;
    }
}

.colors_box .card {
    position: relative;
}

.colors_box .card .size_type {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    color: #000;
}

.colors_box .card .type {
    display: block;
    font-size: 10px;
    transform: scale(0.7);
    transform-origin: center top;
    margin: 0px 0px -7px 0px;
}

.colors_box .card .type::after {
    content: "\A";
    white-space: pre;
}

.colors_box .cards .card {
    width: 18%;
    border: none;
    margin-right: 2%;
}

@media only screen and (max-width:481px) {
    .colors_box .card .size_type {
        padding: 5px;
    }

    .colors_box .card .type {
        transform: scale(0.6);
    }

    .colors_box .cards .card {
    width: 33%;
    border: none;
    margin: 0 1%;
}
}



.cards .card-body {
    padding: 5px 2px;
}

.cards .card-text {
    padding-top: 0px;
    text-decoration: none;
    color: #525263 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

@media only screen and (max-width:481px) {
    .cards .card-text {
        padding-top: 5px;
        text-decoration: none;
        color: #525263 !important;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6;
        text-align: left;
        margin-top: 0;
    }
}

.detail_box {
    margin: 15px 0;
    padding: 10px 0 5px;
    text-align: left;
}

.detail_box dl {
    font-size: 12px;
}

.detail_box dl dt {
    float: left;
    padding-right: 10px;
    width: 120px;
}

.detail_box dl dd {
    padding-right: 5px;
}

.detail_box dl .colon {
    padding-left: 15px;
}

.detail_box dl .colon::before {
    content: ":";
}

.supplement .supplement {
    font-size: 8px;
}

.size_type {
    padding-right: 5px;
}

.size_b {
    font-weight: 800;
    padding-top: 1px;
}

.swiper-wrapper {
    width: 100%;
    height: auto !important;
    background-color: #F8F8F8;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: left;
}

.swiper-pagination-bullets {
    width: 100px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #fff;
}

.swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.arrow_nav {
    text-align: center;
    width: 5%;
    margin: 0 auto 50px;
    fill: #696969;
}

.slide-arrow {
    background-color:rgba(51, 51, 51, 0);
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 10;
  }
  .prev-arrow {
    border-bottom: 10px solid rgba(51, 51, 51, 0);
    border-left: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid rgba(51, 51, 51, 0);
    left: 15px;
  }
  .next-arrow {
    border-bottom: 10px solid rgba(51, 51, 51, 0);
    border-left: 10px solid #fff;
    border-right: 0;
    border-top: 10px solid rgba(51, 51, 51, 0);
    right: 15px;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
@media only screen and (max-width:1024px) {
    .arrow_nav {
        width: 16%;
    }
}

.postage_text {
    font-size: 12px;
    text-align: left;
}

.title {
    font-size: 82px;
    font-family: "丸フォーク M", serif;
    text-align: center;
    color: #262626;
    margin-bottom: 85px;
}
.b_title2{
    margin-bottom: 15px;
}
.b_title3{
    font-size: 24px;
    font-family: "丸フォーク M", serif;
    text-align: center;
    color: #262626;
    margin-bottom: 55px;
}
.ec-newItemRole{
    padding: 0 0 160px;
}
@media only screen and (max-width:1024px) {
    .ec-newItemRole{
        margin-bottom: 45px;
        padding: 0;
    }
    .title {
        font-size: 60px;
    }
}

@media only screen and (max-width:481px) {
    .ec-newItemRole{
        padding: 20px 0 0px;
        margin-bottom: 80px;
    }
    .ec-categoryRole {
        padding: 20px 0 0;
    }
    .title {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .b_title2{
        margin-bottom: 5px;
    }
    .b_title3{
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 25px;
    }
}
.pv .ec-off1Grid{
    max-width: 70%;
    margin: 0 auto;
}
.pv .ec-off1Grid__cell{
    text-align: left;
    line-height: 2;
}

.pv .ec-off1Grid__cell h2{
    font-size: 16px;
    font-weight: 800;
    padding: 25px 0 5px;
}

.pv .ec-off1Grid__cell p, li{
    font-size: 14px;
}

@media only screen and (max-width:1024px) {
    .pv .ec-off1Grid{
        max-width: 98%;
    }
}


@media only screen and (max-width:481px) {

    .ec-role {
        padding-left: 0!important;
    }
}

.mini-text{
    font-size: 11px;
}

@media (max-width: 600px) {

  .ec-footerNavi--udg{
    display: flex;
    flex-wrap: wrap;
  }

  .ec-footerNavi--udg .ec-footerNavi__link{
    width: 50%;
    box-sizing: border-box;
  }

  .ec-footerNavi--udg .ec-footerNavi__link a{
    text-align: center;
    padding: 12px 5px;
    font-size: 0.9em!important;;
  }

}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.ec-footerNavi--cat{
    margin-bottom: 35px;
}

.ec-footerNavi--cat .ec-footerNavi__link a{
    font-size: 14px!important;
}

.endp {
    text-align: center;
    font-size: 9px;
}
.endpm {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}
.ec-footerTitle__copyright {
    margin-bottom: 25px;
}