.mv-sliders,
.news-sliders,
.pickup-sliders {
    position: relative;
}
/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
.block-head {
    margin: 0 0 25px;
}
.block-head .block-head__ttl h2 {
    color: var(--ft-color4);
    font-weight: 500;
}
.block-head.pt1 .block-head__ttl h2 {
    font-size: 30px;
}
.block-head.pt2 .block-head__ttl h2 {
    font-size: 24px;
}
.block-head.pt3 .block-head__ttl h2 {
    font-size: 18px;
}
.block-head.cr-w .block-head__ttl h2 {
    color: #fff;
}
.block-head .block-head__ttl p {
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
@media screen and (max-width: 968px) {
    .block-head.pt1 .block-head__ttl h2 {
        font-size: 27px;
    }
    .block-head.pt2 .block-head__ttl h2 {
        font-size: 21px;
    }
    .block-head.pt3 .block-head__ttl h2 {
        font-size: 18px;
    }
    .block-head .block-head__ttl p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .block-head.pt1 .block-head__ttl h2 {
        font-size: 23px;
    }
    .block-head.pt2 .block-head__ttl h2 {
        font-size: 20px;
    }
    .block-head.pt3 .block-head__ttl h2 {
        font-size: 18px;
    }
    .block-head .block-head__ttl p {
        font-size: 18px;
    }
}

/* block more */
.block-more {
    margin: 25px 0 0;
    text-align: right;
}
.block-more a {
    border-bottom: 2px solid var(--main-theme-color);
    color: #201c1b;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    max-width: max-content;
}
@media screen and (max-width: 968px) {
    .block-more a {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {}

/* mv */
.mv-inner {
    position: relative;
}
.mv-text {
    margin: auto;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    width: 92%;
    max-width: var(--main-column);
    z-index: 9;
}
.mv-text h1 {
    color: #fff;
    font-size: clamp(1.125rem, 0.907rem + 0.94vw, 1.438rem);/* 18-23 */
    font-weight: 500;
    line-height: 1.8em;
	letter-spacing: .08em;
}
.mv-inner .readmore {
    margin: auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 92%;
    max-width: var(--main-column);
}
.mv-inner .readmore .readmore-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding: 0 25px 10px 0;
    width: 100%;
    max-width: max-content;
}
.mv-sliders {
    height: 75vh;
}
.mv-slider {
    height: 100%;
}
.mv-slider__inner {
    align-items: stretch;
}
.mv-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    line-height: 0;
}
.mv-slide a {
    display: block;
    height: 100%;
}
.mv-pagination.swiper-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    width: 92%;
    max-width: var(--main-column);
}
.mv-pagination.swiper-pagination .swiper-pagination-bullet {
    background: #8a8a8a;
    opacity: 1;
}
.mv-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
@media screen and (max-width: 968px) {
    .mv-text h1 {
        font-size: 18px;
    }
    .mv-inner .readmore {
        bottom: 10%;
    }
    .mv-inner .readmore .readmore-txt {
        font-size: 14px;
        padding: 0 25px 10px 0;
    }
    .mv-pagination.swiper-pagination {
        bottom: 10%;
    }
}
@media screen and (max-width: 768px) {
    .mv-sliders {
        height: 55vh;
    }
    .mv-text h1 {
        font-size: 18px;
    }
    .mv-inner .readmore {
        bottom: 8%;
    }
    .mv-inner .readmore .readmore-txt {
        padding: 0 20px 8px 0;
    }
    .mv-pagination.swiper-pagination {
        bottom: 8%;
    }
}

/* pickup */
.pickup {
    padding: 75px 0 100px;
}
.pickup-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.pickup-slider__operation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
}
.pickup-pagination.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2px;
    position: static;
    bottom: 0;
    transform: none;
    width: calc(100% - 140px);
}
.pickup-pagination.swiper-pagination .swiper-pagination-bullet {
    background: #cfcfcf;
    border-radius: 0;
    height: 2px;
    margin: 0;
    opacity: 1;
    width: 0;
}
.pickup-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-theme-color);
}
.pickup-slider__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
}
.swiper-pickup-prev,
.swiper-pickup-next {
    cursor: pointer;
    width: 12px;
}
@media screen and (max-width: 968px) {
    .pickup {
        padding: 65px 0 85px;
    }
    .pickup-pagination.swiper-pagination {
        width: calc(100% - 100px);
    }
    .pickup-slider__arrows {
        width: 80px;
    }
}
@media screen and (max-width: 768px) {
    .pickup {
        padding: 45px 0 65px;
    }
}

/* bg */
.bg-area {
    background: url(../images/section-bg.png) no-repeat, url(../images/bg.jpg) no-repeat;
    background-position: center bottom, center;
    background-size: 100%, cover;
}
/* aboutus */
.aboutus {
    padding: 150px 0 0;
}
.category {
    padding: 150px 0;
}
.aboutus-inner,
.category-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.aboutus-inner {
    flex-direction: row-reverse;
}
.aboutus-head {
    margin-left: 100px;
    width: 50%;
    max-width: max-content;
}
.horizon-head__ttl {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.category-head__ttl {
    justify-content: center;
}
.horizon-head__ttl span,
.horizon-head__ttl h2,
.horizon-head__ttl p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.horizon-head__ttl span,
.horizon-head__ttl h2 {
    color: var(--main-theme-color);
}
.horizon-head__ttl span {
    display: inline-block;
    font-size: var(--font-size--small-2);
    margin-left: .94em;
}
.horizon-head__ttl h2 {
    font-size: 38px;
    margin-left: 15px;
    position: relative;
    top: -7px;
}
.horizon-head__ttl p {
    color: #000;
    font-size: clamp(1rem, 0.607rem + 1.7vw, 1.563rem);/* 16-25 */
    line-height: 2em;
}
.horizon-head__txt span.year {
    color: #000;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    text-combine-upright: all; 
}
.aboutus-body {
    flex: 1;
    margin-left: calc(50% - 50vw);
}
.category-head {
    width: 260px;
}
.category-body {
    width: calc(100% - 400px);
}
.horizon-head__more {
    margin-top: 100px;
    text-align: center;
    width: 100%;
    max-width: 260px;
}
.horizon-head__more a {
    border: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    transition-duration: .3s;
    width: 100%;
}
.horizon-head__more a:hover {
    background: var(--main-theme-color);
    color: #fff;
    opacity: 1;
}
.category-item:not(:last-child) {
    margin: 0 0 35px;
}
@media screen and (max-width: 968px) {
    .aboutus {
        padding: 65px 0 0;
    }
    .category {
        padding: 65px 0;
    }
    .aboutus-head {
        margin-left: 50px;
    }
    .horizon-head__ttl h2 {
        font-size: 35px;
        top: -7px;
    }
    .category-head {
        width: 200px;
    }
    .category-body {
        width: calc(100% - 280px);
    }
    .horizon-head__more a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .aboutus {
        padding: 45px 0 0;
    }
    .category {
        padding: 45px 0;
    }
    .aboutus-head,
    .category-head {
        margin: 0 0 25px;
        width: 100%;
        max-width: none;
    }
    .aboutus-body,
    .category-body {
        flex: inherit;
        margin-left: 0;
        width: 100%;
    }
    .horizon-head__ttl {
        flex-direction: column;
    }
    .horizon-head__ttl span,
    .horizon-head__ttl h2,
    .horizon-head__ttl p {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
    }
	.horizon-head__ttl p{
		line-height: 1.6em;
	}
    .horizon-head__ttl span {
        margin: 0 0 15px;
    }
    .horizon-head__ttl h2 {
        font-size: 26px;
        margin: 0 0 8px;
    }
    .horizon-head__more {
        margin-top: 25px;
    }
    .horizon-head__more a {
        font-size: 14px;
        padding: 12px 0;
    }
}

/* popular */
.popular {
    padding: 65px 0 120px;
}
.popular-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
@media screen and (max-width: 968px) {
    .popular {
        padding: 55px 0 85px;
    }
}
@media screen and (max-width: 768px) {
    .popular {
        padding: 45px 0;
    }
}

/* flex */
.flex-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.flex-inner .block-head {
    width: 300px;
}
.flex-inner .block-body {
    width: calc(100% - 300px);
}
@media screen and (max-width: 968px) {
    .flex-inner .block-head {
        width: 200px;
    }
    .flex-inner .block-body {
        width: calc(100% - 200px);
    }
}
@media screen and (max-width: 768px) {
    .flex-inner .block-head {
        width: 100%;
    }
    .flex-inner .block-body {
        width: 100%;
    }
}

/* policy */
.policy {
    background: url(../images/policy-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 50px;
    position: relative;
}
.policy::after {
    background: rgb(0 0 0 / 50%);
    content: "";
    height: 100%;
    /*opacity: 0;*/
	opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: .3s;
    width: 100%;
    z-index: 1;
}
.policy-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: var(--main-column);
    z-index: 2;
}
.policy-flex {
    position: relative;
    left: 10%;
    width: 100%;
    max-width: max-content;
}
.policy-flex__in {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.policy-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-left: 25px;
}
.policy-head p,
.policy-head h2,
.policy-body p {
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.policy-head p {
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 0;
}
.policy-head h2 {
    font-size: 38px;
    position: relative;
    top: -7px;
}
.policy-body p {
    font-size: clamp(1.125rem, 0.941rem + 0.79vw, 1.438rem);/* 370-1000px 18-23  */
    line-height: 1.8em;
    letter-spacing: .2em;
	display: flex;
    flex-wrap: wrap;
	max-height: 500px;
}
.policy-readmore {
    margin: 85px 0 0;
    text-align: center;
    width: 100%;
}
.policy-readmore a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    transition-duration: .3s;
    width: 100%;
}
.policy-readmore a:hover {
    background: #fff;
    color: var(--ft-color3);
    opacity: 1;
}
@media screen and (max-width: 968px) {
    .policy::after {
        opacity: 1;
    }
	.policy-flex{
		max-width: unset;
	}
	.policy-flex__in{
		justify-content: center;
	}
    .policy-head p {
        font-size: 17px;
    }
    .policy-head h2 {
        font-size: 35px;
        top: -7px;
    }
    .policy-readmore a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .policy-head p {
        font-size: 14px;
    }
    .policy-head h2 {
        font-size: 26px;
    }
    .policy-readmore a {
        font-size: 14px;
        padding: 12px 0;
    }
}
@media screen and (max-width: 568px) {
    .policy {
        padding: 40px 0;
    }
}

/* service */
.service {
    background: url(../images/bg-shopservice.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}
.service-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.service-item {
    margin: 35px 0 0;
    text-align: center;
    width: 27%;
}
.service-item:nth-child(-n+3) {
    margin: 0;
}
.service-item__image {
    line-height: 0;
    margin: 0 0 25px;
}
.service-item__text p {
    color: var(--ft-color4);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
.service-item__text .attention {
    color: var(--ft-color4);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0;
}
.service-item__text .member-tag {
    background: #bc1d28;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0 0;
    padding: 3px 10px;
}
@media screen and (max-width: 968px) {
    .service {
        padding: 65px 0;
    }
    .service-item__image {
        margin: 0 0 20px;
    }
    .service-item__text p {
        font-size: 16px;
    }
    .service-item__text .attention {
        font-size: 14px;
    }
    .service-item__text .member-tag {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .service {
        padding: 45px 0;
    }
    .service-item__image {
        margin: 0 0 15px;
    }
    .service-item__text p {
        font-size: 16px;
    }
    .service-item__text .attention {
        font-size: 13px;
    }
    .service-item__text .member-tag {
        font-size: 13px;
    }
}
@media screen and (max-width: 568px) {
    .service-item {
        width: 48%;
    }
    .service-item:nth-child(-n+3) {
        margin: 35px 0 0;
    }
    .service-item:nth-child(-n+2) {
        margin: 0;
    }
}

/* notice */
.notice {
    background: url(../images/notice-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.notice-item {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.notice-item:first-child {
    padding-top: 5px;
}
.notice-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.notice-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.notice-date {
    text-align: center;
    width: 150px;
}
.notice-ttl {
    width: calc(100% - 150px);
}
@media screen and (max-width: 968px) {
    .notice {
        padding: 85px 0;
    }
    .notice-item p {
        font-size: 16px;
    }
    .notice-date {
        width: 120px;
    }
    .notice-ttl {
        width: calc(100% - 120px);
    }
}
@media screen and (max-width: 768px) {
    .notice {
        padding: 65px 0;
    }
    .notice-item p {
        font-size: 14px;
    }
    .notice-date {
        width: 100px;
    }
    .notice-ttl {
        width: calc(100% - 100px);
    }
}

.products-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.products-card__ttl {
    color: var(--ft-color3);
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 10px;
}
.products-card__price {
    margin: 10px 0 0;
    text-align: right;
}
.products-card__price .price {
    color: var(--ft-color3);
    display: inline-block;
    font-size: 20px;
}
.products-card__price .yen,
.products-card__price .tax {
    color: var(--ft-color3);
    font-size: 14px;
}
@media screen and (max-width: 968px) {
    .products-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .products-card__ttl {
        font-size: 16px;
    }
    .products-card__price .price {
        font-size: 20px;
    }
    .products-card__price .yen,
    .products-card__price .tax {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .products-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-card__ttl {
        font-size: 14px;
    }
    .products-card__price .price {
        font-size: 18px;
    }
    .products-card__price .yen,
    .products-card__price .tax {
        font-size: 13px;
    }
}