@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/*
font-family: 'Playfair Display', serif;
font-family: 'Josefin Sans', sans-serif;

*/
body {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    background-color: #fcfcfc;
}
p {
    font-size: 18px;
}
a:hover {
    color: #d98e4a;
    transition: .3s;
}
.f-playfair {
    font-family: 'Playfair Display', serif;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.z-1 {
    z-index: 1;
}
.hide-sp {
    display: none;
}
a {
    color: #000;
}
.theme-color {
    color: #d98e4a;
}
.b-theme-color {
    border-color: #d98e4a!important;
}
.bg-theme-color2 {
    background-color: #f2f5fa;
}
.arrow {
    position: relative;
}
.arrow::before {
    content:"";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 17px;
    right: 20px;
    transition: .3s;
}
.arrow.arrow--right::before {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(-45deg);
    transition: .3s;
}
.arrow:hover::before {
    right: 10px;
    transition: .3s;
}
.arrow.arrow--right:hover::before {
    border-color: #d98e4a;
    transition: .3s;
}
.p-0i {
    padding: 0!important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.fw-bold {
    font-weight: bold;
}
.pb-4 {
    padding-bottom: 20px;
}
.red {
    color: #DE5D50;
}
/*=============================default-slider================================*/
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.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: .25;
    background-color: black;
    border-radius: 50%;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
/*=============================header================================*/
.ec-layoutRole__header {
    position: relative;
}
.ec-headerRole--sp-logo {
    top: 60px;
}
.ec-drawerRole {
    background-color: #f2f5fa;
}
.ec-headerNaviRole {
    max-width: 100%;
    background-color: #f2f5fa;
    padding-bottom: 10px;
}
.ec-headerNavSP {
    background-color: transparent;
}
.ec-drawerRole .ec-headerLinkArea {
    background-color:#f2f5fa;
    padding-bottom: 100px;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #000;
}
.ec-headerTitle__title h1 a {
    display: inline-block;
    padding-left: 50px;
}
.ec-headerTitle__title h1 a::before {
    content:"";
    width: 40px;
    height: 40px;
    background: url(https://24-target.com/html/user_data/assets/img/common/logo.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: -10px;
}
.firstview-block {
    width: 100%;
    height: 100vh;
}
.firstview-block--child {
    height: 300px;
    padding-bottom: 30px;
}
.firstview-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.logo2 {
    position: relative;
}
.logo2::before {
    content:"";
    width: 80%;
    max-width: 400px;
    height: 200px;
    background: url(/html/user_data/assets/img/common/24target_logo-type2.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.ec-itemNav__nav li ul li a {
    color: #2e3233;
    background-color: transparent;
}
.ec-itemNav__nav > li:hover > ul > li {
    background-color: #fafafa;
}
.ec-itemNav__nav > li:hover li:hover > a {
    color: #d98e4a;
    background-color: #fafafa;
}
/*=============================Products details================================*/
.ec-productRole .ec-productRole__description {
    margin-top: 50px;
    padding-top: 30px;
    border-top: solid 1px lightgray;
}
/*=============================TOP Block Contents================================*/
.block {
    padding: 25px 0;
}
.block .wrapper {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.block__heading {
    padding: 42px 30px;
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
}
.block__subtitle {
    line-height: 1.5;
}
.block__subtitle p {
    margin-bottom: 1rem;
    color: #d98e4a;
}
.block__title {
    line-height: 1.29;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
}
.block__title h2 {
    margin: 0;
}
.block__contents {
    padding: 0 15px;
}
.block__contents--aboutus {
    display: flex;
    flex-direction: column;
}
.block__content {
    padding: 0 15px;
    margin: 0 0 42px;
}
.block__content__inner {
    border: 1px solid;
    padding: 70px 40px;
}
.block__content__thumbnail {
    margin: 0 auto 28px auto;
    max-width: 125px;
    text-align: center;
}
.block__content__thumbnail img {
    width: 100%;
}
.entry-container {
    text-align: center;
}
.entry-title {
    margin: 0;
    line-height: 1.46;
}
.entry-summary {
    margin: 28px 0 0;
}
.entry-summary p {
    margin: 0;
}
.more-link {
    display: block;
    margin: 28px 0 0;
}
.more-link .readmore {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    word-wrap: break-word;
    transition: .3s;
}
.more-link .readmore:hover {
    color: #d98e4a;
    transition: .3s;
}
/*=============================Block--banner================================*/
.block--banners {
    padding-top: 10px;
}
.block--banners .banner-box {
    padding: 1px 5px;
}
.banner {
    width: 100%;
}
/*=============================Block--categoryitem================================*/
.block .ec-newItemRole__list-item {
    padding: 15px;
}
.block .ec-newItemRole__list-item img {
    width: 100%;
}
.block .ec-newItemRole__listItemTitle {
    font-weight: bold;
    margin-top: 1rem;
}
.ec-inlineBtn--top--custom {
    background-color: transparent;
    border-color: #d98e4a;
    border-color: #000;
    border-radius: 10px;
    color: #000;
    width: 170px;
    padding: 13px 25px;
}
.ec-inlineBtn--top--custom:hover {
    background-color: #d98e4a;
    border-color: #d98e4a;
    color: #fff;
    
}

.block--new_item .ec-newItemRole__listItemTitle {
    font-size: 14px;
}
.block--new_item .price02-default {
    font-size: 20px;
}
.block--new_item .ec-newItemRole__list-item {
    padding: 10px;width: 50%;
}
/*=============================block--categories name================================*/
.block--categories {
    width: 100%;
}
.block--categories .category-name {
    
}
.block--categories .category-name:nth-child(even) {
    border-left: 1px solid #E8E8E8;
}
.block--categories .ec-itemNav__nav .category-name {
    width: 50%;
}
.block--categories .category-name a {
    background-color: transparent;
}
/*=============================block--News================================*/
.block--news {}
.ec-newsRole .ec-newsRole__news {
    padding: 0 15px;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding-bottom: 10px;
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #000;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    color: #d98e4a;
    background-color: transparent;
    border: 1px solid #d98e4a;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    padding-bottom: 5px;
    border-bottom: solid 1px #e8e8e8;
}
/*=============================Original page================================*/
.original-page {
    padding: 42px 15px;
}
.original-page figure {
    margin: 0;
}
.original-page img {
    width: 100%;
}
.page-head .page-head__img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.page-head .page-head__img figure {
    width: 50%;
}
.page-head .page-head__img figure.w-100 {
    width: 100%;
}
.page-head .page-head__img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-head__content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.page-body {
    padding-bottom: 50px;
}
.page-body__title {
    padding-top:100px;
    display: flex;
    flex-direction: column;
}
.page-body__title__text {
    color: #d98e4a;
    text-align: center;
    font-size: 32px;
    margin-bottom:28px;
}
.page-body__content {
    padding-top: 50px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.page-body__content p,
.page-body__content li {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: .5px;
}
img.float-img {
    width: 100px;
    display: inline-block;
    margin: 15px;
}
img.float-img.float-img--pc {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}
.order-list {
    padding-left: 15px;
}
.order-list .list-item {
    margin-bottom: 20px;
}
img.line-qr {
    display: inline-block;
    width: 150px;
}
/*=============================特商法改正の対応↓=============================*/
.tradelow-sentence {
    padding: 30px 0;
}
.tradelow-sentence__desc {
    font-size: 14px;
    padding-bottom: 7px;
}
/*=============================min-width: 601px================================*/
@media only screen and (min-width: 601px) {
    .page-body__title {
        align-items: center;
        flex-direction: row;
    }
    .row-reverse {
        flex-direction: row-reverse;
    }
    .page-body__title__img,
    .page-body__title__text {
        width: 50%;text-align: center;
    }
    .block--new_item .ec-newItemRole__list-item {
        width: 33.33%;
    }
    .block--categories .ec-itemNav__nav .category-name {
        width: 33.33%;
    }
}
/*=============================PC================================*/
@media only screen and (min-width: 768px) {
    .show-sp {
        display: none;
    }
    .hide-sp {
        display: block;
    }
    .w-pc-50 {
        width: 50%!important;
    }
    img.float-img.float-img--pc {
        width: 350px;
        margin: 15px;
    }
    .firstview-block--child {
        height: 400px;
        padding-bottom: 50px;
    }
    .firstview-block img {
        object-position: left bottom;
    }
    .block--banners .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-box {
        width: 50%;
    }
    .block__contents--aboutus {
        flex-direction: row;
        align-items: stretch;
    }
    .block__contents--aboutus .block__content {
        width: 33.33%;
    }
    .block--new_item .ec-newItemRole__list-item {
        width: 25%;
    }
    .block--categories .ec-itemNav__nav .category-name {
        width: 25%;
    }
    .page-head .page-head__img {}
    .page-head .page-head__img figure {
        width: 25%;
    }
    img.float-img {
        width: 150px;
    }
}