@charset "UTF-8";

@font-face {
    font-family: 'spartan';
    src: url(/font/Spartan-Medium.ttf);
}

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    padding: 100px 0 100px 0;
}


body {
    font-weight: 400;
    font-style: normal;
    line-height: 1.625;
    position: relative;
    visibility: visible;
    color: #333;
    font-size: 62.5%;
}


#index__main {
    padding: 0 0 100px 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.protect {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.protect a{
    text-decoration: underline;
}

.grecaptcha-badge {
    visibility: hidden;
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #444;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    opacity: 1;
}

#page-top a:hover {
    opacity: 1;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}


/*header*/

.header__if {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
}



.header__if--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}

.header__if-nav {
    display: flex;
    align-items: center;
}

.header__if-logo {
    width: 130px;
}

.header__if-nav-icon {
    display: flex;
    align-items: center;
}


.header__if-nav-item {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 5px;
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: 200;
}

.header__if .header__if-nav-usericon img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(13deg) brightness(112%) contrast(101%);
}

.header__if .header__box--shop-bag img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(13deg) brightness(112%) contrast(101%);
}

.header__if .sp__flex .header__box img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(13deg) brightness(112%) contrast(101%);
}

.header__if-nav-word {
    display: flex;
    text-align: center;
    gap: 0 30px;
    margin-right: 43.7px;
}

.header__if-nav-usericon {
    width: 24px;
    margin-right: 15.3px;
}

.header__if-nav-usericon {
    width: 24px;
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 100;
    /* background: url(../img/back.jpeg);
    border-bottom: 1px solid #333; */
}





.header__middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

.header_logo {
    width: 167px;
}

.header__box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__box img {
    width: 24px;
    margin-right: 30px;
}

.header__box--shop-bag {
    width: 24px;
    position: relative;
}

.header__box--shop-bag p {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #333;
    box-sizing: content-box;
    color: #333;
    font-size: 8px;
    text-align: center;
    top: -3px;
    right: -9px;
}

.header__bottom {
    display: flex;
    height: 60px;
    align-items: center;
    margin: 0 50px;
}

.header__middle--list {
    display: flex;
    align-items: center;
}


.header__bottom p {
    font-size: 13px;
    margin-right: 20px;
    font-weight: 400;
    color: #333;
}

.header__bottom p:last-child {
    margin-right: 0;
}

.header__bottom p:hover {
    color: #666;
    transition: 0.3s;
}

.header__bottom--center {
    margin: 0 40px;
}

.sp__flex {
    display: none;
}

.header__list-wrap hr {
    border: none;
    height: 1px;
    background: #eee;
    margin-left: 40px;
    margin-right: 40px;
}

.header__sns-wrap {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    align-items: center;
    overflow: hidden;
}

.header__sns-wrap a {
    display: block;
    width: 33px;
    height: 33px;
    transform: scale(0.8);
}

.header__sns-wrap svg {
    display: block;
    width: 110%;
    height: 110%;
}


/*fv*/


.slick-dots {
    bottom: -50px;
}

#fv {
    background-color: #e7e7e7;
}

.fv-wrap {
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.fv-wrap__item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.fv-wrapp__left {
    width: 50%;
    padding-left: 10%;
    padding-right: 1%;
}

.fv-wrapp__right {
    width: 50%;
}


.fv-wrapp__left h3 {
    font-size: 24px;
    opacity: 0;
}

.fv-wrapp__left h2 {
    font-size: 64px;
    color: #121212;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    animation-delay: 0.3s;
    opacity: 0;
}

.fv-wrapp__right {
    opacity: 0;
    animation-delay: 0.3s;
    background: url(../img/royal_fv.png);
    background-size: cover;
    background-position: center;
    height: 600px;
}


.fv-wrapp__left p {
    animation-delay: 0.6s;
    opacity: 0;
    font-size: 16px;
}

.fv-wrapp__left h4 {
    color: #222;
    border: 1px solid #333;
    line-height: 50px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    margin-top: 48px;
    transition: 0.3s;
    opacity: 0;
    animation-delay: 0.9s;
    font-size: 16px;
}

.mincho {
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal !important;
}


.fv-wrapp__left h4:hover {
    color: #666;
    transition: 0.3s;
}


.fadedown {
    animation-name: fadedownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadedownAnime {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

.slick-prev,
.slick-next {
    opacity: 0;
    transition: 0.5s;
}


.slick-next {
    right: -10px;
}

.slick-prev {
    left: -30px;
}

.appear {
    opacity: 1;
    transition: 0.5s;
}

.slick-dots li.slick-active button:before {
    color: #444;
}

.slick-dots li button:before {
    font-size: 15px;
}

/*category*/


#category {
    display: flex;
    justify-content: space-between;
    width: 93%;
    padding-top: 45px;
    margin: 0 auto;
    padding-bottom: 45px;
}


.orange {
    color: #474747;
    transition: 0.2s;
}

.category__wrap {
    width: 100%;
}



.category__item {
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    width: 180px !important;
    height: 180px;
    margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
}

.category__item img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    
}

.category__item p {
    text-align: center;
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
}

.category__item--fruit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.category__item--fruit p {
    text-align: center;
}


@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*news*/

.top__news {
    background-color: #EEEBE6;
    overflow: hidden;
}

.top__news--wrap {
    display: flex;
    width: 93%;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    padding: 20px 0;
    min-width: 360px;
    overflow: hidden;
}

.top__news--title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.0011em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top__news--content {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.top__news--slider {
    margin-left: 33px;
}

.top__txt {
    margin-top: 90px;
}

.top__txt--content {
    font-size: 30px;
    text-align: center;
    line-height: 2;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    white-space: nowrap;
}

.product__list--top-text,
.top__txt--content {
    font-weight: bold;
}

.general__wrap .program__top--title {
    font-weight: bold;
}


.reccomend{
    margin-top: 120px;
}


.reccomend h2 {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.reccomend h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    background-color: #c92e36;
}

.reccomend h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.reccomend__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1200px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.reccomend__wrap--item {
    width: 33.333%;
    padding: 0 12px;
    margin-bottom: 30px;
}

.reccomend__wrap--item p {
    font-size: 16px;
    text-align: center;
}

.product_name {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.reccomend_price {
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    color: #7d7777;
}

.old {
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #999;
}

#ad {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}


.ad__left img,
.ad__right img {
    cursor: pointer;
    margin: 0 auto;
}


.ad__left {
    width: 50%;
    position: relative;
}

.ad__left--button {
    position: absolute;
    width: 300px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #c92e36;
    text-align: center;
    right: 10px;
    bottom: 10px;
}

.ad__left--button-txt {
    font-size: 18px;
    color: #c92e36;
    line-height: 50px;
    display: block;
}

.ad__right {
    width: 50%;
    position: relative;
}

.ad__link {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    color: #c92e36;
    font-size: 16px;
    border-bottom: 1px solid #c92e36;
    margin-bottom: 30px;
}

.product__list--top-text {
    font-size: 30px;
    text-align: center;
    line-height: 2;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.reccomend_img {
    position: relative;
    display: block;
}

.reccomend_tag {
    position: absolute;
    top: 25px;
    left: 10px;
    display: flex;
    justify-content: left;
    pointer-events: none;
}

.new {
    background-color: #83a573;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 3px;
    margin: 0 5px;
}

.sale {
    background-color: #bf4a1d;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    padding: 0 7px;
    border-radius: 3px;
    margin: 0 5px;
}

.reccomend_deliver {
    font-size: 14px !important;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.43);
}

.detail_button {
    width: 200px;
    line-height: 45px;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    background-color: #ffffff;
    left: calc(50% - 100px);
    transition: 0.3s;
    border-radius: 3px;
    cursor: pointer;
}


/*top_news*/

.news h2 {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.2;
}

.news h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.blog_date {
    color: #444;
    font-weight: 400;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.news__wrap {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    padding-top: 52px;
    max-width: 1200px;
}

.news__wrap--item {
    padding: 0 15px;
    width: 33.3333%;
}


.news__wrap--txt {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    margin-top: 12px;
    text-align: left;
}

.news__wrap--item p {
    margin-top: 10px;
    font-family: yu-mincho-pr6n, sans-serif, simple-line-icons !important;
}


.news_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news__wrap--item img {
    cursor: pointer;
    margin: 0 auto;
}




/*project*/

.project {
    background: #fff7e9;
    padding: 100px 0;
}

.project__flex {
    width: calc(100% - 15px);
    margin: 0 auto;
    margin-top: 50px;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
}

.project__flex-item {
    text-align: center;
    background: #ffffff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #c92e36;
    position: relative;
    cursor: pointer;
    background-size: cover;
}

.project__flex--item-en,
.project__flex--item-ja {
    font-size: 19px;
    font-weight: bold;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    letter-spacing: 2px;
}

.project__flex--item-en {
    line-height: 1.325;
}

.project__flex-item-wrap,
.project__flex-item-wrap2,
.project__flex-item-wrap3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

.project__banner {
    display: none;
    position: relative;
    width: 100%;
    height: 330px;
    margin-top: 70px;
    background-image: url(../img/top_price-txt-back.jpg);
    background: #777777a1;
    background-position: center;
    background-size: cover;
}

.project__banner.first {
    background-image: url(../img/ad_1.jpeg);
    background: #777777a1;
}

.project__banner.second {
    background-image: url(../img/ad_2.jpeg);
    background: #777777a1;
}

.project__banner.third {
    background-image: url(../img/footer_bg.png);
    background: #777777a1;
}

.project__banner.active {
    display: block;
}

.project__banner-top {
    position: relative;
    width: 100%;
    height: 330px;
    margin-top: 70px;
    background-image: url(../img/top_price-txt-back.jpg);
    background-position: center;
    background-size: cover;
}

.project__banner-top.active {
    display: none;
}

.project__banner .left_round {
    background-image: url(../img/new_fv_2.png);
}

.project__banner .left_round {
    background-image: url(../img/ad_1.jpeg);
}

.project__banner .left_round {
    background-image: url(../img/ad_2.jpeg);
}

.project__banner-txt {
    position: absolute;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    line-height: 1.8;
    font-weight: bold;
}

.project__title {
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}


.project__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    background-color: #c92e36;
}



.project h2 {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}


.project h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.project__content {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    padding-top: 52px;
}

.project__content--item {
    cursor: pointer;
}


.project__content--item.center {
    margin: 0 24px;
}

.project__price {
    background-color: #777777;
    text-align: center;
    padding: 20px 0;
    width: calc(100% - 15px);
    margin: 0 auto;
    max-width: 1000px;
    margin-top: 60px;
    border-radius: 300px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.project__price p {
    font-size: 18px;
    letter-spacing: 0.027em;
    line-height: 1.45;
    font-weight: 500;
    color: #ffffff;
}

.project_time {
    font-size: 14px;
    margin-left: 10px;
}

.project__price h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.01em;
    margin-top: 5px;
    color: #ffffff;
}

.project_yen {
    font-size: 20px;
    color: #ffffff;
}



/*insta*/

#instagram {
    padding-top: 50px;
}

.instagram h2 {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.instagram h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    background-color: #c92e36;
}

.instagram h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

#footer {
    padding: 60px 0 60px 0;
    background-image: url(../img/footer_bg.png);
    background-size: cover;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.logo__wrap {
    margin-left: 72px;
}

.logo {
    display: block;
    width: 130px;
    margin: 0 auto;
}

.foter__sns-wrap {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}

.foter__sns-wrap a {
    display: block;
    width: 33px;
    height: 33px;
    transform: scale(0.8);
}

.foter__sns-wrap svg {
    display: block;
}

.footer__list {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
}


.footer__list-top {
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px !important;
    letter-spacing: 0.1em;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.footer__list p {
    font-size: 13px;
    margin-bottom: 8px;
    transition: 0.7s;
}

.footer__list p:hover {
    color: #666;
    transition: 0.7s;
}

.footer__list-top:hover {
    transform: none !important;
    color: #333 !important;
}

/*product_detail*/

#product-detail_main {
    padding: 172px 0 80px 0;
    background-color: #FFFDF7;
}

.product-detail__wrap {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.product-detail__left{
    width: 48%;
}

.product-detail__right{
    width: 52%;
}

.product-detail__left--samne {
    margin-top: 20px;
}


.product-detail__left--samne {
    display: flex;
    justify-content: left;
    gap: 0 10px;
    align-items: center;
    flex-wrap: wrap;
}




.product-detail__left--samne .slick-track {
    transform: unset !important;
}

.product_item {
    position: relative;
    width: calc(18% - -4px);
    margin-bottom: 20px;
    cursor: pointer;
    z-index: 1;
    background-size: cover;
    background-position: center;
}



.mask {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #3c3a35;
    opacity: 0.2;
    z-index: 2;
}

.mask.top {
    display: block;
}

.radio-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: 25px;
}

.hidden {
    display: none;
}

.radio_txt {
    background-color: #ffffff;
    border-radius: 5px;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product__val__img{
    display: block;
    background: url(../img/val_test.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: auto;
}


.back_color {
    color: #ffffff;
    background-color: #C92D37;
}

.product__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    width: calc(100% - 75px);
}

.product-detail__right h2 {
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 25px;
    font-weight: 600;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}

.product-detail__right h3 {
    font-size: 14px;
    margin-top: 6px;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;
}

.boa__txt{
    display: inline-block;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1;
    margin-top: 15px;
    padding: 10px 12px 10px 40px;
    position: relative;
    border: 1px solid #C92D37;
}

.boa__txt::before{
    content: "";
    position: absolute;
    background: url(../img/pd_info_deco.png);
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 12px;
    top: calc(50% - 8px);
}

.product-detail__right h4 {
    font-size: 36px;
    margin-top: 5px;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;
}

.tax {
    font-size: 19px !important;
}

.radio_product-name {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
}

.radio_product-price {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
}

.radio-button p {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.radio-button h4 {
    margin: 0 !important;
    font-size: 20px;
    font-weight: 600;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    line-height: 1.5;
    white-space: nowrap;
}


.item {
    background-size: cover;
    background-position: center;
    padding-top: 90%;
}

.item.one {
    background-image: url(../img/product1.png);
}

.item.two {
    background-image: url(../img/product2.png);
}

.item.three {
    background-image: url(../img/product3.png);
}

.item.four {
    background-image: url(../img/product4.png);
}

.item_4 {
    background-image: url(../img/product1.png);
}


.product__cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.product_button {
    width: 71%;
    text-align: center;
    margin: 0 auto;
    color: #3C3A35;
    border: 1px solid #3C3A35;
    border-radius: 5px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 15px;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;
}

.newproduct_button__wrap{
    font-family: "yu-gothic-pr6n", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    width: 71%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    background-color: #C92D37;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.newproduct_button__wrap svg,.newproduct_button__wrap path{
    fill: #ffffff;
}

.product__cart--number {
    position: relative;
    width: 29%;
}

.product__cart--number::after {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #C92D37;
    pointer-events: none;
}

.product__cart--number select {
    width: 100%;
    padding: 0 25px 0 25px;
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #C92D37;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product-detail__txt {
    display: flex;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    justify-content: space-between;
}

.product-detail__txt--left {
    width: 75%;
    padding-right: 68px;
}

.product-detail__txt--left p {
    font-size: 16px;
    line-height: 2;
}

.product-detail__txt--left p:first-child {
    margin-bottom: 21px;
}

.product-detail__txt--left p:last-child {
    margin-top: 21px;
}

.product-detail__txt--right {
    width: 25%;
}

.product-detail__txt--right h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;

}

.list__content--item.detail_reccomend {
    width: 100%;
    margin-top: 25px;
}

.list__content--item.detail_reccomend p {
    font-size: 11px;
}

.list__content--item.detail_reccomend h2 {
    font-size: 15px;
}

.list__content--item.detail_reccomend h3 {
    font-size: 13px;
}

/*cart*/

.cart-main {
    padding: 80px 0 120px 0;
    padding-top: 0 !important;
}

.cart {
    display: flex;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}


.cart__left {
    width: 72.7%;
    padding-right: 50px;
    font-size: 1rem;
    font-weight: 400;
}

.cart__top-txt {
    font-size: 23px;
    letter-spacing: 0.027em;
    line-height: 1.478;
}

.cart__top-line {
    border: none;
    height: 1px;
    background-color: #000000;
    margin-top: 8.5px;
    margin-bottom: 20.5px;
}



.cart__right {
    background-color: #ffffff;
    width: 27.3%;
    padding: 25px 26px 34px 26px;
    height: fit-content;
    margin-top: 43px;
}

.cart__thmbnail {
    width: 18%;
    position: relative;
}

.product__name {
    width: 41%;
    font-size: 14px;
    margin-left: 22px;
    font-weight: 400;
    line-height: 1.428;
    letter-spacing: 0.027em;
}

.product__price {
    width: 19.6%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.product__quantity {
    width: 19.6%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.product__total {
    width: 19.8%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}


.product-remove {
    position: absolute;
    left: -10px;
    top: -8px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
    height: 17px;
    width: 17px;
    background-color: #c92e36;
    color: #ffffff;
    border-radius: 50%;
}

.cart__item {
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    padding: 18px 0;
}


.cart__item.first_item {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 16px;
}



.cart__item .product__price {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0.027em;
}

.cart__item .product__total {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0.027em;
}

.product__quantity select {
    border: 1px solid black;
    padding: 0 25px 0 10px;
    line-height: 22px;
    background: #ffffff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.027em;
    text-align: left;
}

.cart__right hr {
    background-color: #D3CCB9;
    height: 1px;
    border: none;
    width: 93%;
    margin: 0 auto;
    margin-top: 12px;
}

.cart__right--txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 0 21px;
}

.cart__right--txt.top {
    margin-top: 30px;
}

.cart_subtotal {
    font-size: 20px !important;
    color: #3C3A35 !important;
}

.cart_total {
    font-size: 24px;
}

.cart__right--txt .cart_subtotal .yen {
    font-size: 17px;
}

.cart__right--txt .cart_total .yen {
    font-size: 21px;
}

.cart__right h3 {
    font-size: 19px;
}

.cart__right--txt p {
    font-size: 15px;
    color: #3C3A35;
}

.cart__right--txt h2 {
    font-size: 28px;
    color: #3C3A35;
}

.cart__right--button {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #3C3A35;
    color: #3C3A35;
    margin-top: 15px;
    border-radius: 5px;
}

.cart__right--button a {
    display: block;
}

.cart__top {
    display: flex;
}


.item__box {
    display: flex;
    align-items: center;
    width: 82%;
}

.product__quantity.in {
    position: relative;
}

.product__quantity.in::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5.5px solid #000000;
    pointer-events: none;
}

.deliver_price {
    font-size: 13px !important;
}

/*cart-empty*/

.cart-empty {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 100px;
}

.cart-empty p {
    font-size: 16px;
    text-align: center;
}

.cart-empty h2 {
    font-size: 16px;
    text-align: center;
    border: 1px solid #3c3a35;
    color: #3c3a35;
    width: 230px;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 30px;
    transition: 0.3s;
}

.cart-empty h2:hover {
    color: #666;
    transition: 0.3s;
}

.cart-empty h2 a {
    display: block;
}

/*checkout*/

#checkout_main {
    padding: 180px 0;
}

.checkout {
    display: flex;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.checkout__left {
    width: 71.9%;
    padding-right: 54px;
}

.checkout__right {
    width: 28.1%;
    height: fit-content;
}

.checkout__right--content {
    margin-top: 30px;
    background-color: #ffffff;
}

.checkout__right--content:first-child {
    margin-top: 0;
}

.checkout__right--content {
    background-color: #ffffff;
    padding: 24px;
}

.checkout__right--item {
    margin: 21.5px 0 23.5px 0;
}

.checkout__right hr {
    background-color: #D3CCB9;
    height: 1px;
    border: none;
    width: 93%;
    margin: 0 auto;
    margin-top: 12px;
}

.checkout__right-content--txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 0 21px;
}

.checkout__right--content h3 {
    font-size: 19px;
}

.checkout__right-content--txt p {
    font-size: 15px;
    color: #3C3A35;
}

.checkout__right-content--txt h2 {
    font-size: 28px;
    color: #3C3A35;
}

.checkout__right-content--txt.top {
    margin-top: 30px;
}

.checkout_subtotal {
    font-size: 20px !important;
    color: #3C3A35 !important;
}

.checkout_total {
    font-size: 24px;
}

.checkout__right-content--txt .checkout_subtotal .yen {
    font-size: 17px;
}

.checkout__right-content--txt .checkout_total .yen {
    font-size: 21px;
}


.checkout_button {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #3c3a35;
    margin-top: 18px;
    border-radius: 5px;
}

.checkout__left--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12.5px;
}

.checkout__left--top h2 {
    font-size: 23px;
    letter-spacing: 0.027em;
    line-height: 1.47;
    font-weight: 500;
}

.checkout__left--top h3 {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 184px;
    border: 1px solid #3c3a35;
    cursor: pointer;
    display: none;
}

.address__add-button {
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 184px;
    border: 1px solid #3c3a35;
    cursor: pointer;
    margin-right: 10px;
}

.checkout__left--top-button {
    display: flex;
}

/*modal*/

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 80%;
    overflow: scroll;
    border-radius: 10px;
}

.add-address__close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}

label.error {
    display: block;
    font-size: 12px;
    text-align: left;
    color: red !important;
}

.modal__content h2 {
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
    text-align: center;
}

.add-address__logo {
    width: 180px;
    height: auto;
    margin: 0 auto;
}


#register_main {
    padding: 175px 0 102px 0;
}

.add-address__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__content form p {
    text-align: left;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
}

.modal__content form {
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 40px;
}

.modal__content form input {
    color: #3C3A35;
}

.add-address__input {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
}

.add-address__input--wrap.half_name {
    width: 50%;
}

.add-address__input--wrap {
    margin-bottom: 27px;
}


.add-address_lname {
    text-align: left;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    width: 100%;
    margin-right: 5px;
}

.add-address_fname {
    text-align: left;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    width: 100%;
    margin-left: 5px;
}

.add-address_submit {
    width: 60%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    background-color: #3C3A35;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 14px;
    min-width: 170px;
}

::placeholder {
    color: #BCBCBC;
}

.prefecture-select {
    line-height: 45px;
    background-color: #F0F0F0;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    padding: 0 25px 0 14px;
}

.add-address__select--wrap {
    position: relative;
    margin-top: 5px;
    margin-bottom: 27px;
}

.add-address__select--wrap::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}

/*modal*/

.single__button.show {
    display: block;
    transition: 0.3s;
}

.multi__button.show {
    display: block;
}

.checkout__left--content1.show {
    display: block;
}

.checkout__left--content2.show {
    display: block;
}

.checkout__left--content1 {
    margin-top: 35.5px;
    display: none;
}

.checkout__left--content2 {
    margin-top: 0;
    display: none;
}

.checkout__left--content1 h4 {
    font-size: 17px;
    font-weight: 400;
}

.checkout__left--content1-h4 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 40px;
}

.check_detail__memo {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 39px;
}

.checkout__left--content2 h4 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 50px;
}

.checkout__left-select {
    width: 100%;
    background-color: #ffffff;
    font-size: 15px;
    padding: 5px 30px 5px 10px;
    margin-top: 9px;
    cursor: pointer;
    letter-spacing: 0.027em;
    font-weight: 500;
    border: 1px solid;
}

.checkout__left--product-name p .yen {
    font-size: 15px;
}


.checkout__deliver-address {
    padding: 23px 21px;
    font-size: 15px;
    letter-spacing: 0.027em;
    line-height: 1.4;
    margin-top: 30px;
    background-color: #F4F4F4;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.checkout__left--product-wrap {
    margin-top: 32.3px;
    margin-bottom: 40px;
}

.checkout__left--product-wrap hr {
    border: none;
    background-color: #DEDEDE;
    height: 1px;
}

.checkout__left--product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.checkout__left--product img {
    width: 10%;
}


.checkout__left--product-name {
    width: 70%;
    margin-left: 16px;
}


.checkout__left--product-wrap .checkout__left--num {
    width: 20%;
    text-align: right;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: 500;
}


.checkout__left--product-name h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.5;
}

.checkout__left--product-name p {
    font-size: 19px !important;
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.checkout__left--product-deliver {
    font-size: 14px;
    margin-left: 14px;
}

.checkout__left--product-wrap p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.027em;
    line-height: 1.42;
    font-weight: 400;
    margin-bottom: 17.5px;
}

.checkout_batu {
    font-size: 16px;
}

.checkout__left--content hr {
    border: none;
    background-color: #DEDEDE;
    height: 1px;
}

.checkout__left--product {
    margin: 13.5px 0 18.5px 0;
}

.checkout__left--txtarea {
    width: 100%;
    height: 133px;
    background-color: #ffffff;
    margin-top: 9px;
    max-width: 100%;
    font-size: 15px;
    padding: 7.5px 15px;
    border: 1px solid;
}


.checkout__left--product-wrap.multi {
    margin: 20px 0 15px 0;
}

.checkout__select--wrap {
    position: relative;
}

.checkout__select--wrap::before {
    content: "";
    position: absolute;
    top: calc(50% + 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}

.addr_submit.btn.btn-primary {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #3c3a35;
    line-height: 45px;
    min-width: 190px;
    border-radius: 5px;
    font-size: 14px;
}

/*product-list*/

#top__main {
    padding-top: 0 !important;
}

.product-list {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 50px;
}




.product-list__top-txt {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.444;
    color: #ffffff;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.product-list__top-txt,
.top__back-img h1,
.news-list__top-txt {
    font-weight: bold;
}


.product-list__category {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.product-list__category--txt {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.47;
    color: #3E3E3E;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.product-list__category--txt.active {
    font-weight: bold;
}

.product-list__category--txt.active:hover {
    text-decoration: none;
}

.product-list__category--txt:hover {
    text-decoration: underline;
}

.product-list__category--txt::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 68.1%;
    background-color: #3E3E3E;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.product-list__category--txt:first-child {
    padding-left: 0;
}

.product-list__category--txt:first-child::before {
    content: none;
}

.product-list__category--txt:last-child {
    padding-right: 0;
}





.product-list__content--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3c3a35;
    color: #ffffff;
    padding: 10px;
    margin-top: 100px;
}

.product-list__content--top h3 {
    font-size: 18px;
}

.content--top-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.content--top-select p {
    font-size: 18px;
    margin-right: 20px;
}


.content--sort-wrap {
    position: relative;
}


.content--sort-wrap::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}

.content--top-sort {
    padding: 0 30px 0 14px;
    background-color: #FFFFFF;
    line-height: 45px;
    cursor: pointer;
    width: 230px;
    color: #3E3E3E;
    font-size: 14px;
}

.product-list__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.list__content--item {
    width: calc(33.333% - 30px);
}

.list__content--item.empty {
    width: calc(33.333% - 30px);
}

.list__content--item-img {
    position: relative;
    display: block;
}


.deliver_time {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.43);
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.list__content--item a {
    display: block;
}

.list-page {
    margin-bottom: 60px;
}

.list-product_name {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    color: #3E3E3E;
    width: 100%;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;
}


.list-product_price {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    color: #7d7777;
    font-family:  toppan-bunkyu-mincho-pr6n, serif;
}


.list__content--item h2 {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
    color: #3E3E3E;
}

.list__content--item h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    color: #666666;
}


.list__content--item img {
    transition: 0.2s all;
    aspect-ratio: 1100/876;
    object-fit: cover;
}


.page_list {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.page_list a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    line-height: 29px;
    color: #716D62;
    cursor: pointer;
}

.page_list h5 {
    width: 30px;
    height: 30px;
    font-size: 27px;
    border-radius: 50%;
    margin: 30px 5px 0 5px;
    line-height: 27px;
    color: #716D62;
}

.page_list a.now {
    background-color: #716D62;
    color: #ffffff;
}


.page-prev {
    padding: 4.25px;
    cursor: pointer;
    border-top: solid 1px #716D62;
    border-right: solid 1px #716D62;
    transform: rotate(-135deg);
    margin-right: 10px !important;
    border-radius: 0 !important;
    width: 0 !important;
    height: 0 !important;
}


.page-next {
    padding: 4.25px;
    cursor: pointer;
    border-top: solid 1px #716D62;
    border-right: solid 1px #716D62;
    transform: rotate(45deg);
    margin-left: 10px !important;
    border-radius: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/*login*/


#login_main {
    padding: 215px 0 122px 0;
}

.login {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 32px 127px 72px 127px;
    text-align: center;
    border-radius: 10px;
}

.login img {
    width: 170px;
    margin-bottom: 10px;
}

.login h2 {
    font-size: 14px;
    line-height: 1.428;
    color: #3C3A35;
}

.login input {
    color: #3C3A35;
}

.login_mailaddres {
    width: 100%;
    line-height: 45px;
    padding: 0 12px;
    background-color: #F0F0F0;
    text-align: left;
    margin-top: 19px;
    border-radius: 5px;
    font-size: 14px;
}

.login_password {
    width: 100%;
    line-height: 45px;
    padding: 0 12px;
    background-color: #F0F0F0;
    text-align: left;
    margin-top: 26px;
    border-radius: 5px;
    font-size: 14px;
}

.login p {
    font-size: 10px;
    line-height: 1.5;
    color: #3C3A35;
    text-decoration: underline solid #3C3A35;
    text-align: right;
    margin-top: 5px;
}

.login_button {
    width: 100%;
    background-color: #c92e36;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 45px;
    margin-top: 18px;
    border-radius: 5px;
}

.login hr {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #D1D1D1;
    margin: 23px 0;
}

.login h3 {
    font-size: 14px;
    color: #3C3A35;
    border: 1px solid #3C3A35;
    border-radius: 5px;
    line-height: 45px;
}

.login h3 a {
    display: block;
}

/*register*/


.register {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 35px 300px 58px 300px;
    text-align: center;
    border-radius: 10px;
}

.register__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.register img {
    width: 170px;
    margin-bottom: 10px;
}

.register h3 {
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
}

.register form {
    margin-top: 41px;
}

.register p {
    text-align: left;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
}

.register input {
    color: #3C3A35;
}

.regi_mail-adress {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 27px;
}

.regi_password {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 27px;
}




.regi_lname {
    text-align: left;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    width: 50%;
    margin-right: 5px;
}

.regi_fname {
    text-align: left;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    width: 50%;
    margin-left: 5px;
}

.regi_submit {
    width: 60%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #3C3A35;
    border-radius: 5px;
    font-size: 14px;
}

.register h4 {
    font-size: 12px;
    font-weight: 500;
    color: #3C3A35;
    line-height: 1.416;
    letter-spacing: 0;
    margin-top: 15px;
}

.register h4 a {
    text-decoration: 1px underline #3C3A35;
}

::placeholder {
    color: #BCBCBC;
}

.register-select {
    line-height: 45px;
    background-color: #F0F0F0;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    padding: 0 25px 0 14px;
}

.register__select--wrap {
    position: relative;
    margin-top: 5px;
    margin-bottom: 27px;
}

.register__select--wrap::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}

/*pw-foreget*/

#pw-foreget_main {
    padding: 135px 0;
}

.pw-foreget {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
    padding: 32px 126px 41px 126px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
}

.pw-foreget img {
    width: 170px;
    margin-bottom: 10px;
}

.pw-foreget h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428;
    color: #3C3A35;
}

.fg_mail {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
    border-radius: 5px;
    margin-top: 19px;
}

.foreget_submit {
    width: 100%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    background-color: #c92e36;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 16px;
}

/*check_thanks*/

#check_thanks-main {
    padding: 201px 0 153px 0;
}

.check_thanks {
    text-align: center;
}


.check_thanks__wrap {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 29px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 26px;
}

.check_thanks img {
    height: 69px;
    width: auto;
}

.check_thanks__wrap h1 {
    font-size: 20px;
    line-height: 1.45;
    text-align: left;
    font-weight: 500;
    color: #3C3A35;
    letter-spacing: 0.05em;
}


.check_thanks__wrap p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-top: 14px;
    color: #3C3A35;
    letter-spacing: 0.05em;
}

.check_thanks__wrap .check_thanks__wrap--name {
    margin-top: 19px;
}

.check_thanks__wrap p a {
    text-decoration: underline 1px #3C3A35;
}

.check_thanks__wrap--button {
    font-size: 14px;
    border: 1px solid #3C3A35;
    color: #3C3A35 !important;
    cursor: pointer;
    margin: 0 auto !important;
    margin-top: 40px !important;
    border-radius: 5px;
    line-height: 45px !important;
    width: 65%;
    text-align: center !important;
}

/*order*/

#check_confirm-main {
    padding: 192px 0 92px 0;
}

#check_confirm {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.check_confirm h2 {
    color: #3C3A35;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.478;
}

.check_confirm hr {
    border: none;
    height: 1px;
    background-color: #000000;
    margin: 10.5px 0 18.5px 0;
}

.check_confirm h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
}

.check_confirm__wrap {
    display: flex;
    margin-top: 30px;
}

.check_confirm__left {
    width: 71.8%;
    padding-right: 52px;
    color: #2E2E2E;
}


.check_confirm__left--content {
    padding: 29px 47px 44px 39px;
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 34px;
}

.check_confirm__left--content h3 {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    font-weight: 500;
    color: #2E2E2E;
}

.check_confirm__left--info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.check_confirm__left--info h2 {
    font-size: 24px;
    letter-spacing: 0.027em;
    line-height: 1.458;
    font-weight: 500;
    margin-right: 42px;
    color: #2E2E2E;
}

.check_confirm__left--info h4 {
    font-size: 14px;
    letter-spacing: 0.027em;
    line-height: 1.428;
    color: #000000;
}

.check_confirm__left--content h5 {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    margin-top: 10px;
    color: #2E2E2E;
}


.check_confirm__left--item {
    display: flex;
    align-items: center;
    margin-top: 9px;
}

.check_confirm__left--item.top {
    margin-top: 12px;
}

.confirm__left--txt {
    padding-left: 21px;
    letter-spacing: 0;
    font-weight: 500;
}

.check_confirm__left--item img {
    width: 12.5%;
}

.confirm__left--txt h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    color: #3E3E3E;
}

.confirm__left--txt p {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 3px;
    color: #3C3A35;
}

.confirm__select--wrap {
    position: relative;
    margin-top: 12px;
}

.confirm__select--wrap select {
    width: 100%;
    padding: 7.5px 20px 7.5px 15px;
    border: 1px solid #707070;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
}

.confirm__select--wrap::before {
    content: "";
    position: absolute;
    top: calc(50% - 2.5px);
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    pointer-events: none;
}


.confirm__select--form {
    text-align: center;
}

.confirm__select--form button {
    font-size: 14px;
    line-height: 45px;
    width: 50%;
    border: 1px solid #3C3A35;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.rule_check-txt {
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 6px;
    color: #3C3A35
}

.check_confirm__right {
    width: 28.2%;
}

.check_confirm__right--price {
    padding: 16px 44.5px 30px 44.5px;
    background-color: #ffffff;
}

.check_confirm__right--price h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4166;
    letter-spacing: 0;
    text-align: center;
}

.right--price-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 6px;
    width: calc(100% - 50px);
    color: #3C3A35;
}

.right--price-txt.top {
    margin-top: 15px;
}

.right--price-txt.bottom {
    margin-bottom: 15px;
}

.right--price-txt p {
    font-size: 13px;
    line-height: 1.46em;
    letter-spacing: 0;
}

.right--price-txt h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.44;
}

.check_confirm__right--price hr {
    border: none;
    height: 1px;
    background-color: #D3CCB9;
    margin: 0 0 13px 0;
}

.right--price-txt h2 {
    font-size: 21px;
    font-weight: 500;
}

.check_confirm__right--warn {
    padding: 16px 31px 21px 31px;
    background-color: #ffffff;
    margin-top: 18px;
}

.check_confirm__right--warn h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4166;
    letter-spacing: 0;
    text-align: center;
}

.check_confirm__right--warn ul {
    margin-top: 12px;
    color: #3C3A35;
}

.check_confirm__right--warn ul li {
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0;
}

.check_confirm__right--warn ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10.5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #3C3A35;
}

/*form*/

#contact-main {
    padding: 182px 0 100px;
}

.contact {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.contact h1 {
    font-size: 30px;
    letter-spacing: 0.027em;
    font-weight: 500;
    line-height: 1.444;
}

.contact__wrap {
    padding: 87px 100px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.contact__wrap p {
    font-size: 16px;
    line-height: 1.5;
}

.contact__wrap a {
    text-decoration: underline 1px;
}

.contact__wrap form {
    margin-top: 20px;
}

.contact__wrap--item p {
    margin-bottom: 10px;
}

.need {
    background-color: #000000;
    color: #ffffff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 24px;
    padding: 2px 8px;
    margin-left: 10px;
}

.contact__wrap form input:not([type="file"]),
.contact__wrap form select {
    background-color: #F6F6F6;
    width: 100%;
    height: 70px;
    padding: 0 16px;
    font-size: 16px;
}

.contact__wrap form input[type="file"] {
    margin-top: 10px;
    font-size: 16px;

}

.select__wrap{
    position: relative;
}

.select__wrap::before{
    width:0;
height:0;
border-style:solid;
border-width: 10px 7.5px 0 7.5px;
border-color: #000000 transparent transparent transparent;
position: absolute;
content: "";
right: 15px;
top: 50%;
transform: translateY(-50%);
}

.preview {
    max-width: 300px;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
}

.contact__wrap form textarea {
    background-color: #F6F6F6;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 8px 16px 8px 16px;
    font-size: 16px;
}

.contact__wrap--item {
    margin-top: 50px;
}

.contact__wrap--item:first-child {
    margin-top: 0;
}

.contact__wrap button {
    width: 300px;
    line-height: 50px;
    padding: 0 30px;
    border: 1px solid #3c3a35;
    color: #3c3a35;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 50px;
    font-size: 14px;
}

/*general*/

#general-main {
    padding-top: 0 !important;
    padding-bottom: 100px;
}

.general {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}



.top__back-img h1 {
    font-size: 30px;
    letter-spacing: 0.027em;
    line-height: 1.444;
    color: #ffffff;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.general h1 {
    font-size: 30px;
    letter-spacing: 0.027em;
    font-weight: 500;
    line-height: 1.444;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}


.general__wrap {
    padding: 20px 100px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

.general__wrap p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.027em;
    margin-top: 20px;
    font-weight: 300;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.general__item:first-child {
    margin: 0;
}

.program__top--title {
    text-align: center;
    font-size: 30px !important;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    margin-bottom: 10px;
    display: block;
    margin-top: 0px !important;
}


.general__wrap--img {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 54px;
    margin-top: 63px;
}

.general__item h3:first-child {
    margin-top: 0;
}

.general__wrap h2 {
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.about__sign {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.about__sign-left {
    margin-right: 24px;
}

.about__sign-left p {
    margin: 0;
    line-height: 1.5;
}

p.about__ceo-name {
    margin-top: 3px;
    font-size: 27px;
}

.about__sign-right {
    width: 280px;
}

/* .general__wrap h2::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
} */

.general__h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.428;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}


.general__wrap h2::after {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    transform: translateX(20px);
    height: 1px;
    width: 160px;
    background-color: #c92e36;
}



.general__wrap h2:first-child {
    margin-top: 0;
}

.general__wrap h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.027em;
    margin-top: 40px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.general__wrap hr {
    border: none;
    height: 1px;
    background-color: #DEDEDE;
    margin: 30px 0;
}

/*praivacy_policy*/

.general__table.info {
    font-weight: 300;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-size: 16px;
}





.general__num {
    list-style: auto;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.general__num li {
    margin-top: 20px;
}

/*farmer*/

.general__list-tab {
    padding-left: 60px;
    position: relative;
}

.general__list-tab::before {
    content: "";
    position: absolute;
    left: 45px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    top: 17.5px;
}


.general__list {
    padding-left: 30px;
    position: relative;
}

.general__list::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    top: 13.5px;
}

.farmer__img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.farmer__img img {
    width: calc(33.333% - 30px);
}

.farmer_empty {
    width: calc(33.333% - 30px);
}




.general__wrap .border_txt {
    padding: 20px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 0;
}


.general__wrap .general__wrap-bottomline {
    margin-top: 1px;
}

.general__wrap .general__wrap-topline {
    margin-top: 30px;
    margin-bottom: 1px;
}



.general__list-2 {
    padding-left: 50px;
    position: relative;
}

.general__list-2::before {
    content: "";
    position: absolute;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    top: 10.5px;
}


.general__wrap p a {
    text-decoration: underline 1px;
}

.general__no-margin {
    margin: 0 !important;
}


.general__career {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
}

.general__career--img {
    width: 30%;
    padding-right: 60px;
    height: fit-content;
}



.general__career--inner {
    width: 70%;
}

.general__wrap .general__career .career--inner-top {
    font-size: 14px;
    margin: 0;
}

.general__wrap .general__career .career--inner-top.age {
    margin-top: 30px;
}

.general__wrap .general__career .career--inner-name {
    margin: 0;
}

.general__wrap .general__career .career--inner-top {
    font-size: 14px;
    margin: 0;
    margin-top: 0;
}

x .general__table {
    margin-top: 30px;
}

.general__table dl {
    display: flex;
    border-bottom: none;
}



.general__table dl dt {
    width: 160px;
    line-height: 1.5;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: toppan-bunkyu-mincho-pr6n, serif;

}

.general__table dl dd {
    line-height: 1.5;
    padding: 10px 10px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;

    font-family: toppan-bunkyu-mincho-pr6n, serif;

}

.general__table.achive {
    margin-top: 30px;
}

.general__table.achive dl {
    border: none;
}

.about__banner {
    margin: 80px 0 60px calc(50% - 50vw);
    height: 250px;
    background-image: url(../img/about_banner.webp);
    background-position: center;
    background-size: cover;
}

.general__table.achive dl dt {
    border-right: none;
    background-color: #ffffff;
}

.general__table.info dl {
    border: none;
    border-bottom: 1px solid #DEDEDE;
}

.general__table.info dl dt {
    background-color: #ffffff;
    border-right: 1px dashed #DEDEDE;
    width: 25%;
    min-width: 110px;
}

/*program*/

.program__ex {
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
}

.program__ex__left {
    width: 30%;
    padding-right: 50px;
    height: fit-content;
    min-width: 300px;
}


.general__wrap .program__ex .program__ex--inner .program__ex--name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

.general__wrap .program__ex .program__ex--inner .program__ex--from {
    font-size: 14px;
    margin-top: 10px;
}

.program-dot {
    padding-left: 25px;
    position: relative;
    font-weight: bold !important;
}

.program-dot::before {
    content: "";
    position: absolute;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    top: 17.5px;
}

.general__wrap .program__indent-txt {
    padding-left: 25px;
    margin-top: 5px;
}

.program__step {
    background-color: #f8f8f8;
    padding-left: 20px;
    padding: 20px;
    margin-top: 20px;
    border-left: 6px solid #f1f1f1;
    border-image: linear-gradient(to bottom, #f1f1f1 0%, #dbdbdb 100%);
    border-image-slice: 1;
}

.general__wrap .program__step .step-txt {
    background-color: #393939;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 5px;
    margin-right: 20px;
    font-weight: 500;
}

.general__wrap .program__step p {
    margin-top: 50px;
}

.general__wrap .program__step p:first-child {
    margin-top: 0;
}



/*check_detail*/

#check_detail-main {
    padding: 180px 0 102px 0;
}

#check_detail {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.check_detail__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check_detail__top h1 {
    font-size: 23px;
    line-height: 1.478;
    letter-spacing: 0.027em;
    font-weight: 500;
}

.check_detail__top p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}

.order-day {
    margin-left: 10px;
}

.check_detail hr {
    margin-top: 10.5px;
}

.check_detail__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50.5px;
}

.check_detail__left {
    width: 75%;
    padding-right: 52px;
}

.check_detail__right {
    width: 25%;
}


.check_detail__left--content {
    background-color: #ffffff;
    padding: 29px 39px 30px 39px;
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
}

.check_detail__left--content:first-child {
    margin-top: 0;
}

.status__wrap{
    position: absolute;
    top: 29px;
    right: 39px;
}

.status-badge {
    
    width: 192px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.027em;

    font-size: 15px;
    color: #ffffff;
}

.status-badge.deliver {
    background-color: #25708A;
}

.status-badge.deliver_pre {
    background-color: #244C6F;
}

.status-badge.pay_comp {
    background-color: #748C64;
}

.status-badge.pay_error {
    background-color: #A45D44;
}

.status-badge.pay_wait {
    background-color: #D8BE6D;
}

.status-badge.cancel {
    background-color: #3F4C55;
}

.status-badge.finish {
    background-color: #13a481;
}



.check_detail__left--content h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.5;
    color: #2E2E2E;
}

.deliver_schedule {
    margin-top: 17px;
}

.guest-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.check_detail__left--content .guest-info h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.458;
    color: #2E2E2E;
}

.check_detail__left--content .guest-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.027em;
    line-height: 1.428;
    margin-left: 46px;
    color: #000000;
}

.check_detail__left--content h4 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.5;
    color: #2E2E2E;
    margin-top: 14px;
}

.check_detail__left--content .check_confirm__left--item h3 {
    font-weight: 400;
}

.check_detail__left--content .check_confirm__left--item p {
    font-weight: 400;
}

.check_detail__right--content {
    background-color: #ffffff;
    padding: 16px 45px 30px 45px;
    margin-bottom: 30px;
    border: 1px solid #000;
}

.check_detail__right--content h3 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4166;
    text-align: center;
}

.check_detail__right--txt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
    padding: 0 25px;
}

.check_detail__right--content hr {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #D3CCB9;
}

.check_detail__right--txt-box.top {
    margin-top: 18px;
}

.check_detail__right--txt-box h4 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.46;
}

.check_detail__right--txt-box p {
    font-size: 15px;
    letter-spacing: 0.05;
    line-height: 1.4;
    font-weight: 500;
}

.check_detail__sub-total {
    font-size: 18px;
}

.check_detail__discount {
    font-size: 18px;
}

.check_detail__deliver {
    font-size: 18px;
}

.check_detail__right--txt-box .total__txt {
    font-size: 18px;
}

.check_detail__total {
    font-size: 21px;
}

.check_detail__right--issue {
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.check_detail__right--issue a {
    display: block;
}

/*mypage*/

#mypage-main {
    padding: 175px 0 102px 0;
}

.mypage {
    width: calc(100% - 30px);
    max-width: 817px;
    margin: 0 auto;
    padding: 32px 109px 60px 109px;
    background-color: #ffffff;
    border-radius: 15px;
}

.mypage__logo {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mypage h1 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.428;
    font-weight: 500;
    text-align: center;
}

.mypage__item--wrap {
    margin-top: 40px;
}

.mypage__item {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    transition: 0.3s;
    cursor: pointer;
}

.mypage__item a {
    display: block;
    padding: 20px 25px 20px 25px;
}

.mypage__item:hover {
    background-color: #F0F0F0;
    transition: 0.3s;
}

.mypage__item::after {
    content: "";
    position: absolute;
    border-top: 2px solid #777777;
    border-right: 2px solid #777777;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: calc(50% - 5px);
    right: 25px;
}

.mypage__item--main {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: inline-block;
    font-weight: 400;
}

.mypage__item--sub {
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.4545;
    color: #777777;
    display: inline-block;
    margin-top: 2px;
    padding-right: 20px;
}

/*order-history*/

#order_history-main {
    padding: 182px 0 114px 0;
}

.order_history {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.order_history h1 {
    font-size: 23px;
    letter-spacing: 0.027em;
    line-height: 1.478;
    font-weight: 500;
}

.order_history hr {
    border: none;
    height: 1px;
    background-color: #000000;
    margin-top: 10.5px;
}

.order_history__wrap {
    margin-top: 48.5px;
}

.order_history__item {
    padding: 34px 39px;
    background-color: #ffffff;
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    border: 1px solid #000;
}

.order_history__item.on_click {
    overflow: none;
    height: 100%;
}

.order_history__item--mask {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58));
    z-index: 1;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
}

.receiipt_ex {
    text-align: right;
    position: relative;
}

.history_receiipt__issue {
    position: absolute;
    padding: 24px 31px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 3;
    width: 161px;
    top: 50%;
    right: 0;
    box-shadow: 3px 3px 6px -5px #000000;
    display: none;
}

.history_receiipt__issue.on_click {
    display: block;
}

.history_receiipt__issue p {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 10px;
}

.history_receiipt__issue p:last-child {
    margin-bottom: 0;
}


.order_history__item--mask.on_click {
    display: none;
}

.receiipt_ex .history_receiipt {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    text-decoration: underline;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.receiipt_ex .history_receiipt::after {
    content: "";
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
}



.history__item--button {
    font-size: 14px;
    letter-spacing: 0.027em;
    line-height: 1.428;
    text-decoration: underline;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}

.order_content.hide {
    display: none;
}

.order_content.hide.on_click {
    display: block;
}

.order_content.show.on_click {
    display: none;
}

.order__link {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.428;
    text-decoration: underline;
    margin-top: 12px;
}

.status-badge.history {
    right: 0;
}



.order_history__item hr {
    border: none;
    height: 1px;
    background-color: #EEEEEE;
    margin-top: 16px;
}

.order_history__content {
    display: flex;
    align-items: center;
}

.order_history__item--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.histery-top__day p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.027em;
    line-height: 1.428;
}

.histery-top__day .top__day-txt {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.458;
}

.histery-top__day.history_price {
    margin-left: 50px;
}

.histery-top__day .top__price-txt {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.458;
}

.check_detail__left--content.history {
    padding: 0;
}

/*address_list*/

#address_list-main {
    padding: 182px 0 114px 0;
}

.address_list__item.add {
    cursor: pointer;
    padding: 0;
}

.address_list {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.address_list h1 {
    font-size: 23px;
    letter-spacing: 0.027em;
    line-height: 1.478;
    font-weight: 500;
}

.address_list hr {
    border: none;
    height: 1px;
    background-color: #000000;
    margin-top: 10.5px;
}

.address_list__wrap {
    display: flex;
    gap: 79px 60px;
    margin-top: 46.5px;
    flex-wrap: wrap;
}

.address_list__item {
    padding: 23px 21px;
    background-color: #ffffff;
    width: calc(33.333% - 40px);
    border-radius: 15px;
    height: fit-content;
}

.address_list__item h2 {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    font-weight: 400;
}

.address_list__item h3 {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 11px;
}

.address_list__item p {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 8px;
}

.address_list__item--button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.address_button {
    width: 49%;
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: 0.027em;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
}

.address_button a {
    display: block;
}

.address_button.edit {
    background-color: #3164AF;
}

.address_button.delete {
    background-color: #C44D58;
}

.defolt-address_button {
    width: 100%;
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: 0.027em;
    text-align: center;
    border-radius: 3px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #333;
    cursor: pointer;
}

.defolt-address_button button {
    width: 100%;
}

.defolt-address_button a {
    display: block;
}

.address_list__item .add_address {
    font-size: 16px;
    letter-spacing: 0.027em;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 0;
    cursor: pointer;
    padding: 23px 21px;
    display: block;
    background: #f3f3f3;
    border-radius: 5px;
}


/*change_info*/

#change_info-main {
    padding: 95px 0 102px 0;
}

.change_info {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 35px 300px 58px 300px;
    text-align: center;
    border-radius: 10px;
}

.change_info img {
    width: 170px;
    margin-bottom: 10px;
}

.change_info h3 {
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
}

.change_info form {
    margin-top: 41px;
}

.change_info p {
    text-align: left;
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0;
    color: #3C3A35;
}

.change_info input {
    color: #3C3A35;
}

.change_info__mail-adress {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 27px;
}

.change_info__password {
    text-align: left;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 27px;
}

.change_info__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}


.change_info__lname {
    text-align: left;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    width: 50%;
    margin-right: 5px;
}

.change_info__fname {
    text-align: left;
    width: 50%;
    margin-top: 5px;
    background-color: #F0F0F0;
    font-size: 14px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 14px;
    margin-left: 5px;
}

.change_info__submit {
    width: 60%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    background-color: #3C3A35;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 14px;
}

::placeholder {
    color: #BCBCBC;
}

/*media*/

.media__wrap {
    padding: 87px 100px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

.media__left h2 {
    font-size: 50px;
    letter-spacing: 0.03em;
    line-height: 1.16;
}

.media__right--item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4583;
    letter-spacing: 0.03em;
    position: relative;
}

.media__right--item h3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000000;
    top: 12px;
    left: -116px;
}

.media__right--item .media__time {
    position: absolute;
    left: -90px;
    top: 7px;
    font-size: 20px;
    line-height: 1.15;
    margin-top: 0;
}

.media__right--item p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 25px;
    font-weight: 500;
}

.media__right--item p a {
    color: #160091;
}

.media__inner {
    display: flex;
    position: relative;
}

.media__left {
    margin-right: 30px;
    margin-top: 25px;
}

.media__right {
    padding-left: 107px;
    padding-top: 40px;
    padding-bottom: 70px;
    border-left: 3px solid #000000;
    z-index: 1;
}


.media__right--item {
    margin-top: 70px;
}

.media__right .media__right--item:first-child {
    margin-top: 0;
}

.media__line {
    border: none;
    height: 2px;
    width: 100%;
    background-color: #C6C6C6;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
}

/*news*/

.news__inner {
    padding: 87px 100px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

.news__inner--box {
    display: flex;
}

.news__box--img {
    width: 200px;
    height: 200px;
    background-image: url(../img/product1.png);
    background-size: cover;
    background-position: center;
}

.news__box--txt {
    width: 80%;
    margin-left: 50px;
}

.news__box--txt-top,
.news__box--txt-title,
.news__box--txt-content {
    display: inline-block;
    width: 100%;
}

.news__box--txt-top {
    font-size: 14px;
}

.news__box--txt-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.news__box--txt-content {
    font-size: 14px;
    margin-top: 10px;
    color: #999;
}

.news__line {
    border: none;
    height: 1px;
    background-color: #F0F0F0;
    width: 100%;
    margin: 50px 0;
}

/*furusato*/

.furusato__wrap {
    padding: 85px 100px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

.furusato__wrap p {
    font-size: 18px;
    letter-spacing: 0.027em;
    line-height: 2.5;
    margin-top: 37px;
    font-weight: 300;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.furusato__wrap p:first-child {
    margin-top: 0;
}

.furusato__wrap a{
    text-decoration: underline;
    
}

.furusato__banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 45px);
    margin: 0 auto;
    margin-top: 59px;
}

.furusato__banner-left,
.furusato__banner-right {
    width: 50%;
    margin-bottom:30px;
}

.furusato__banner-left {
    padding-right: 75px;
}

.furusato__banner-right {
    padding-left: 75px;
}


.furusato__banner h2 {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

/* .furusato__banner h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #000000;
} */

.furusato__banner img {
    margin-top: 30px;
    margin-left: 2.5px;
}

.furusato__banner h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    background-color: #c92e36;
}


/*sp*/

.header__list-sp,
.hum_wrap,
.sp_only {
    display: none;
}

.hum__back-wrap {
    display: none;
}

.top__back-img {
    width: 100%;
    height: 420px;
    background: url(../img/product_list-top-back.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

/*news_list*/

.news-list {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 110px;
}

.news-list__box {
    display: flex;
    justify-content: left;
    gap: 60px 30px;
    margin-top: 50px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.news-list__item {
    width: calc(33.333% - 20px);
    font-family: toppan-bunkyu-mincho-pr6n, serif;

}

.news-list__top-txt {
    font-size: 30px;
    letter-spacing: 0.027em;
    line-height: 1.444;
    color: #ffffff;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.news-list__item-date {
    color: #444;
    font-weight: 400;
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

.news-list__item-title {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    margin-top: 12px;
}

.news-list__item a {
    display: block;
}

.project__flex-item.active {
    border: 2.5px solid #9b272d;
}

iframe {
    max-width: 100%;
}

.furusato__ad {
    margin: 100px 0 50px 0;
}

.furusato__ad-txt {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    line-height: 1.2;
    position: relative;
    /* padding-bottom: 20px; */
    font-family: toppan-bunkyu-mincho-pr6n, serif;
}

.furusato__ad-img {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
}

.furusato__ad-img a {
    display: block;
}

.furusato__ad-img a img{
    box-shadow: 3px 4px 10px 0px #b8b8b8;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 20px;
}

.allert_massage{
    text-align: center;
    background: red;
    color: #ffffff;
    font-size: 25px;
}

.top-banar__sp {
    display: none
}

.top-banar__link {
    display: block;
    margin: 80px auto 0;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
}

.top-banar__pc {
    margin: auto;
    box-shadow: 6px 6px 20px;
    width: 100%;
}

.footer__nav-p {
    padding-left: 1.5em;
    position: relative;
}

.footer__nav-p:before {
    content: "";
    width: 0.75em;
    height: 0.5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fruits__wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 30px;
}

.fruits__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
}

.fruits__img {
    margin: 0;
}

.fruits__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 464px);

}

.fruits__txt {
    font-size: 16px;
    padding-right: 40px;
    font-family:"yu-gothic-pr6n", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

.fruits__link {
    width: 210px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 0px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    color: #fff;
    text-align: center;
    background-color: #861304;
}

.fruits__link.disable {
    color: #fff;
    background-color: #878786;
        border-radius: 100px;
}

.fruits__link:not(.disable){
    border-radius: 100px;
    box-shadow: 3px 3px 10px 0px #b8b8b8;   
}

.fruits__link:not(.disable):hover {
    opacity: 0.75;
}

.general__wrap p.career--inner-history {
    font-size: 14px;
    margin-top: 10px;
}

.general__wrap .general__career .career--inner-top.age {
    font-size: 14px;
    margin-top: 16px;
}

.general__career:not(.general__career--first) {
    margin-top: 60px;
}

.general__wrap p em{
    font-weight: 500;
    font-size: 2.5em;
    font-style: normal;
}

.check_confirm-yet {
    display: block;
    font-weight: bold;
}

.fruit-now{
    text-align: center;
    margin-bottom: 90px;
}

.fruit-now--prod{
    margin-top: 45px;
    margin-bottom: 45px;
}

.fruit-now__link{
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    width: 396px;
    max-width: 90%;
    font-weight: bold;
    transition: 0.3s;
    border: 2px solid #c92e36;
    background-color: #fff;
    color: #c92e36;
    font-family: toppan-bunkyu-mincho-pr6n, serif;

}

.fruit-now__link:hover{
    background-color: #c92e36;
    color: #fff;
}

.general__nav{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.general__btn{
    font-size: 20px;
    padding: 20px 0;
    width: 30%;
    position: relative;
    text-align: center;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    border-radius: 100px;
    border: 2px solid #c92e36;
    cursor: pointer;
}

.general__btn.active{
    background-color: #c92e36;
    color: #fff;
    transition: 0.3s;
}

.general__btn::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 21.5px 0 21.5px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.general__btn.active::before{
    border-color: #c92e36 transparent transparent transparent;
}

.program{
    display: none;
}

.program.active{
    display: block;
}

.general__br{
    display: none;
}

.program__link{
    width: 60%;
}

.program img{
    width: 100%;
    display: block;
    margin: 30px auto;
}

.pro_mem{
    width: 85%;
}

.program__link{
    display: block;
    margin: auto;
    width: 55%;
    margin-top: 0;
}

.program .program__link img{
    margin-top: 0;
}
img.earth {
    display: block;
    width: 30%;
}

.newcopyrightarea{
    font-size: 12px;
    line-height:37px;
    background-color: #ffffff;
    text-align: center;
}

@media (max-width:1024px) {


    .header__if--wrap {
        padding: 0 15px;
        height: 75px;
    }

    .header__if-logo {
        width: 130px;
    }

    #contact-main {
        padding-top: 112px;
    }

    .news-list__item {
        width: calc(50% - 20px);
    }

    #product-detail_main {
        padding-top: 100px;
    }

    .top__back-img {
        height: 200px;
        background-position: center top;
    }

    #index__main {
        padding-bottom: 0;
    }


    .hum__back-wrap {
        display: none;
        width: 1000000px;
        height: 100000px;
        position: fixed;
        z-index: 5;
    }

    .hum__back-wrap.open {
        display: block;
    }

    .sp_only {
        display: block;
    }

    .cart-main {
        padding: 70px 0 70px 0;
    }

    #checkout_main {
        padding: 112px 0 70px 0;
    }


    .sp__flex {
        display: flex;
        align-items: center;
    }

    .header__box {
        margin-right: 30px;
    }


    .header_logo {
        width: 140px;
    }

    .header__box img {
        width: 20px;
        margin-right: 20px;
    }

    .header__box--shop-bag p {
        top: -5px;
        right: -5px;
    }




    .header__list-sp,
    .hum_wrap {
        display: block;
    }

    .pc_only {
        display: none;
    }

    #header {
        background-color: #ffffff;
    }

    .header {
        border-bottom: none;
    }

    .header__bottom {
        display: none;
    }

    .fv-wrapp__left {
        padding: 0 3%;
    }



    .header__middle {
        height: 70px;
        position: fixed;
        width: 100%;
        padding: 0 20px;
        z-index: 100;
        background: #ffffff;
        margin: 0 auto;
    }

    .pc_only.wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: #fff;
        width: 100%;
    }

    .header__list-sp {
        display: block;
        position: fixed;
        width: 80%;
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #ffffff;
        z-index: 9;
        transform: translateX(100%);
        padding-top: 100px;
        border-left: 1px solid;
    }

    .transe {
        transition: 0.5s;
    }

    .header__list-sp.open {
        transform: translateX(0%) !important;
        transition: 0.5s;
    }

    .hum_open {
        position: relative;
        transition: 0.5s;
        transform: rotate(45deg);
        z-index: 10;
    }

    .hum_open::after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        top: 0 !important;
        transform: rotate(90deg);
        transition: 0.5s;
    }


    .humberger_menu {
        position: relative;
        width: 30px;
        height: 30px;
        transition: 0.5s;
        z-index: 10;
        margin-top: -5px;
    }


    .humberger_menu::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #333;
        top: 22px;
        transition: 0.5s;
    }

    .humberger_menu.hum_open::after {
        top: 13px !important;
        background-color: #333;
    }

    .humberger_menu::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #333;
        top: 13px;
        transition: 0.5s;
    }

    .humberger_menu.hum_open::before {
        background-color: #333;
    }

    .header__if-nav {
        display: none;
    }

    .header__list-sp p {
        margin-left: 40px;
        margin-right: 40px;
        color: #454545;
        font-weight: 400;
        font-size: 14px;
        border-bottom: 1px solid;
        line-height: 60px;
    }

    .sp-header__list-txt {
        margin-left: 40px;
        margin-right: 40px;
        color: #454545;
        font-weight: 400;
        font-size: 14px;
        border-top: 1px solid;
        line-height: 60px;
        display: block;
    }

    .sp-header__list-txt:last-child {
        border-bottom: 1px solid;
    }

    .sp-header__list-txt.accordion__button {
        position: relative;
        border-bottom: none;
    }

    .sp-header__list-txt.accordion__button::after {
        content: "";
        position: absolute;
        right: 10px;
        top: calc(50% - 7.07px);
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(45deg);
        width: 10px;
        height: 10px;
        transition: 0.3s;
    }

    .sp-header__list-txt.accordion__button.category_on::after {
        transform: rotateX(180deg) rotate(45deg);
        transition: 0.3s;
    }



    .hum-accrodion__txt {
        display: block;
        margin-left: 40px;
        margin-right: 40px;
        color: #454545;
        font-weight: 400;
        font-size: 12px;
        line-height: 40px;
        position: relative;
        padding-left: 30px;
    }

    .hum-accrodion__txt:last-child {
        margin-bottom: 10px;
    }

    .hum-accrodion__txt::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        left: 0;
        height: 1px;
        width: 10px;
        background-color: #333;
    }

    .header__list-wrap {
        overflow: scroll;
        height: 100%;
        padding-bottom: 100px;
    }

    .html__hidden {
        overflow: hidden;
    }


    .fv-wrapp__left h3 {
        font-size: 20px;
    }

    .fv-wrapp__left h2 {
        font-size: 52px;
    }

    .fv-wrapp__left h4 {
        font-size: 14px;
    }

    .reccomend__wrap {
        width: 93%;
    }

    .reccomend__wrap--item {
        width: 50%;
    }

    .reccomend__wrap--item:nth-child(n + 5) {
        display: none;
    }

    #ad {
        display: block;
    }

    .ad__left {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .ad__right {
        width: 98%;
        margin: 0 auto;
    }

    .news__wrap--item {
        width: 50%;
    }

    .news__wrap--item:nth-child(n + 3) {
        display: none;
    }

    .fv-wrapp__left h4:hover {
        background-color: #F7EFE3;
        color: #222;
        transition: 0.3s;
    }

    .project__content--item.center {
        margin: 0 10px;
    }

    .project__price h2 {
        font-size: 45px;
        letter-spacing: 0.05em;
    }

    .reccomend_img img:hover {
        transform: none;
        transition: 0.5s all;
    }

    .ad__left img:hover,
    .ad__right img:hover {
        transform: none;
    }

    .footer__list p:hover {
        transform: none;
        color: #ffffff;
    }

    .news__wrap--item img:hover {
        transform: none;
    }

    .category__item--fruit:hover {
        border: 2px solid #474747;
        left: 0;
        top: 0;
    }

    /*detail*/

    .product-detail__wrap {
        display: block;
    }

    .product-detail__left,
    .product-detail__right {
        width: 100%;
    }

    .product-detail__right {
        padding: 0;
    }

    .product-detail__txt {
        display: block;
        margin-top: 70px;
    }

    .product-detail__txt--left {
        width: 100%;
        padding: 0;
    }

    .product-detail__txt--right {
        width: 100%;
        margin-top: 50px;
    }

    /*cart*/


    .cart {
        display: block;
        width: calc(100% - 30px);
        padding: 0;
    }

    .cart__top-txt {
        font-size: 18px;
    }

    .product__name {
        margin-left: 0;
    }

    .cart__left {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .cart__top {
        display: none;
    }

    .cart__right {
        width: 100%;
        margin-top: 30px;
    }

    .cart__item.first_item {
        border-top: none;
        border-bottom: none;
        margin-top: 30px;
    }

    .cart__thmbnail {
        width: 36.2%;
        padding: 0;
    }

    .product-remove {
        width: 15px;
        height: 15px;
        left: -5px;
        top: -6px;
        font-size: 10px;
        line-height: 15px;
    }

    .item__box {
        flex-wrap: wrap;
        padding-left: 7px;
        width: 75%;
    }

    .product__name {
        width: 100%;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product__price {
        width: 25%;
        text-align: left;
    }

    .product__quantity {
        width: 20%;
        text-align: left;
    }

    .product__quantity.in::before {
        right: 0;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 4px solid black;
        top: calc(50% - 1px);
    }

    .product__total {
        width: 32.5%;
        text-align: left;
    }

    .batu.sp_only {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14px;
    }

    .product__quantity select {
        font-size: 12px;
        padding-right: 20px;
    }

    .equal.sp_only {
        margin-right: 10px;
        margin-left: 7px;
        font-size: 14px;
    }




    .cart-empty {
        padding-top: 170px;
    }

    .cart__item {
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 29.3px;
    }

    /*checkout*/


    .modal__content form {
        max-width: 100%;
    }


    .checkout {
        display: block;
        padding: 0;
    }

    .checkout__left {
        width: 100%;
        padding: 0;
    }

    .checkout__right {
        width: 100%;
        margin-top: 50px;
    }

    .checkout__left--product-name h2 {
        font-size: 12px;
    }

    .checkout__left--product-name p {
        font-size: 12px !important;
    }

    .checkout__left--product-deliver {
        font-size: 10px;
    }

    .checkout__left--product-wrap .checkout__left--num {
        font-size: 16px;
    }

    .checkout_batu {
        font-size: 12px;
    }

    .checkout__left--product img {
        width: 20%;
    }

    .checkout__left--product-name p .yen {
        font-size: 8px;
    }

    /*list*/

    .list__content--item {
        width: calc(50% - 30px);
    }

    /*registr*/

    .register {
        padding: 35px 100px 58px 100px;
    }

    /*checkout_confirm*/

    #check_confirm-main {
        padding: 100px 0 68px 0;
    }

    .check_confirm__left--content {
        border-radius: 5px;
    }

    .check_confirm__wrap {
        display: block;
        margin-top: 18px;
    }

    .check_confirm__left {
        width: 100%;
        padding: 0;
    }

    .check_confirm__right {
        width: 100%;
    }

    .check_confirm-yet {
        display: block;
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 15px;
    }

    .confirm__select--form.sp_only {
        margin-top: 16px;
    }

    .check_confirm h2 {
        font-size: 18px;
    }

    .check_confirm__right--price h2 {
        font-size: 12px;
    }

    .right--price-txt h2 {
        font-size: 21px;
    }

    .check_confirm__right--warn h2 {
        font-size: 12px;
    }

    .check_confirm h3 {
        font-size: 12px;
        line-height: 1.667;
    }

    .check_confirm__left--content h3 {
        font-size: 12px;
    }

    .check_confirm__left--info h2 {
        font-size: 18px;
    }

    .check_confirm__left--info h4 {
        font-size: 12px;
        margin-top: 8px;
    }

    .confirm__left--txt h3 {
        font-size: 12px;
    }

    .check_confirm__right--price h3 {
        font-size: 18px;
    }


    .confirm__left--txt p {
        font-size: 10px;
    }

    .check_confirm__left--content h5 {
        font-size: 12px;
    }

    .confirm__select--wrap select {
        font-size: 12px;
        padding: 7px 20px 7px 12px;
    }

    .check_confirm hr {
        margin-top: 3.5px;
        margin-bottom: 9.5px;
    }

    .check_confirm__right--price hr {
        margin-top: 15px;
        margin-bottom: 13px;
    }

    .check_confirm__left--info {
        display: block;
        margin-top: 3px;
    }

    .check_confirm__left--item.top {
        margin-top: 20px;
    }

    .check_confirm__left--item {
        margin-top: 10px;
    }

    .confirm__left--txt {
        padding-left: 14px;
        width: 65%;
    }

    .check_confirm__left--content {
        padding: 16px 16.5px 16px 16.4px;
        margin-bottom: 16px;
    }

    .check_confirm__left--item img {
        width: 32.6%;
    }

    .confirm__select--wrap {
        margin-top: 10px;
    }

    .confirm__select--form button {
        width: 100%;
        max-width: 500px;
    }

    /*general*/

    .general__wrap {
        padding: 5px 10px;
    }


    /*furusato*/

    .furusato__wrap {
        padding: 50px 20px;
    }

    .furusato__banner-left {
        padding-right: 30px;
    }

    .furusato__banner-right {
        padding-left: 30px;
    }

    .furusato__wrap p {
        font-size: 16px;
    }

    .furusato__banner h2 {
        font-size: 26px;
    }

    /*check_detail*/

    .check_detail__wrap {
        display: block;
    }

    .check_detail__left--content {
        padding: 42px 16.5px 16px 16.4px;
    }

    .status-badge {
        width: 74px;
        top: 14px;
        right: 0;
        left: 16px;
        font-size: 10px;
        line-height: 20px;
    }

    .check_detail__top h1 {
        font-size: 18px;
    }

    .check_detail__top p {
        font-size: 14px;
    }

    .check_detail__left--content h3 {
        font-size: 12px;
    }

    .check_detail__left--content .guest-info h2 {
        font-size: 18px;
    }

    .check_detail__left {
        width: 100%;
        padding-right: 0;
    }

    .guest-info {
        display: block;
    }

    .check_detail__left--content .guest-info p {
        font-size: 12px;
        margin-left: 0;
    }

    .check_detail__right {
        width: 100%;
        margin-top: 30px;
    }

    #check_detail-main {
        padding-top: 112px;
    }

    /*mtpage*/

    .mypage {
        padding: 32px 20px 60px 20px;
    }

    .mypage__item:hover {
        background-color: #ffffff;
    }

    /*order-history*/

    .address_list__wrap {
        gap: 70px 50px;
    }

    .address_list__item {
        width: calc(50% - 25px);
    }

    /*change_info*/

    .change_info {
        padding: 35px 100px 58px 100px;
    }

    /*his*/

    .check_detail__left--content.history {
        padding-top: 25px;
    }

    .status-badge.history {
        left: 0;
    }

    .order_history__item {
        padding: 34px 16px;
    }

    .order_history__item--top {
        display: block;
    }

    .order_history__content {
        justify-content: space-between;
    }

    .order_history__item--mask {
        height: 30%;
    }

    .receiipt_ex .history_receiipt {
        margin-top: 15px;
    }

    #order_history-main {
        padding-top: 112px;
    }

    /*media*/

    .media__wrap {
        padding: 50px 20px;
    }

    .media__inner {
        display: block;
        padding-left: 50px;
        position: relative;
    }

    .media__right--item {
        margin-top: 30px;
    }

    .media__left h2 {
        position: relative;
        font-size: 48px;
    }

    .media__right--item .media__time {
        font-size: 18px;
    }

    .media__right--item h3 {
        font-size: 22px;
    }

    .media__right--item p {
        font-size: 14px;
    }

    .media__left h2::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #000000;
        top: calc(50% - 7.5px);
        left: -31px;
    }

    .media__inner::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 101%;
        background-color: #000000;
        left: 25px;
        top: -30px;
        z-index: 1;
    }

    .media__inner:first-child::before {
        top: 0;
    }

    .media__right--item p {
        margin-top: 15px;
    }

    .media__left {
        max-width: 0;
    }

    .media__right {
        padding: 0;
        padding-bottom: 30px;
        border-left: none;
    }

    .media__right--item h3::before {
        content: none;
    }

    .media__right--item .media__time {
        position: static;
        margin-top: 20px;
    }

    .media__right--item p a {
        overflow-wrap: break-word;
    }

    /*product_list*/

    .product-list__category {
        flex-wrap: wrap;
        gap: 5px 0;
        justify-content: flex-start;
    }

    #top__main {
        padding-top: 70px;
    }

    /*contact*/

    #general-main {
        /* padding-top: 70px; */
        padding-top: 100px;
    }

    /*mypage*/

    #mypage-main {
        padding-top: 112px;
    }

    /*register*/

    #register_main {
        padding-top: 112px;
    }

    /*addresslist*/

    #address_list-main {
        padding-top: 112px;
    }

    .fruits__box {
        flex-wrap: wrap;
    }

    .fruits__txt {
        font-size: 14px;
        padding-right: 0;
    }

    .fruits__btn {
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .fruits__link {
        font-size: 14px;
        width: 100%;
        padding: 14px 0;
    }
    .fruits__link br{
        display: none;
    }
}

@media (max-width:768px) {

    .top__txt {
        margin-top: 80px;
    }

    .top__txt--content {
        font-size: 18px;
    }

    .top__news--title {
        font-size: 18px;
    }

    .top__news--slider {
        margin-left: 10px;
    }

    .top__news--content {
        font-size: 12px;
    }

    .top__news--wrap {
        padding: 15px 0;
    }

    #category {
        margin-top: 0;
    }


    .project__price {
        width: 90%;
    }

    .reccomend__wrap--item {
        padding: 0;
    }

    .news__wrap--item {
        padding: 0;
    }


    .reccomend h3 {
        width: 93%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .project h3 {
        width: 93%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .instagram h3 {
        width: 93%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .slick-prev,
    .slick-next {
        opacity: 0;
    }

    .fv-wrapp__left h3 {
        font-size: 18px;
    }

    .fv-wrapp__left h2 {
        font-size: 40px;
    }

    .fv-wrapp__left h4 {
        font-size: 14px;
    }

    .fv-wrap__item {
        display: block !important;
    }

    .fv-wrapp__left,
    .fv-wrapp__right {
        width: 100%;
    }

    .fv-wrapp__left {
        padding: 50px 5% 30px 5%;
        height: 375px;
    }

    .fv-wrapp__right {
        margin-top: 30px;
    }


    .reccomend__wrap {
        display: block;
    }

    .reccomend__wrap--item {
        width: 100%;
    }

    .news__wrap {
        display: block;
        max-width: 550px;
    }

    .news__wrap--item {
        width: 100%;
        margin-bottom: 30px;
    }

    .project__content {
        display: block;
        width: 93%;
    }

    .project__content--item.center {
        margin: 30px 0;
    }

    .all__wrap {
        overflow: hidden;
    }

    #footer {
        padding: 50px 0 50px 0;
    }

    .footer {
        display: block;
    }

    .logo__wrap {
        margin: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    /* .logo{
        margin: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    } */

    .footer__list {
        padding: 0;
        width: 85%;
        margin: 0 auto;
    }

    /*login*/

    .login {
        padding: 35px 15px 58px 15px;
    }

    /*register*/

    .register {
        padding: 35px 15px 58px 15px;
    }

    /*pw-foreget*/

    .pw-foreget {
        padding: 32px 50px 41px 50px;
    }

    /*progam*/

    .program__ex {
        display: block;
    }

    .program__ex img {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .general__wrap .program__ex .program__ex--inner .program__ex--name {
        margin-top: 20px;
    }

    /*about*/

    .general__career {
        display: block;
    }

    .general__career--img {
        width: 100%;
        padding: 0;
        height: auto;
    }


    /*program*/

    .general__wrap .program__ex .program__ex--inner .program__ex--name {
        margin-top: 10px;
    }

    .general__career--inner {
        width: 100%;
        margin-top: 20px;
    }

    /*contact*/

    .contact__wrap {
        padding: 50px 20px;
    }

    /*change_info*/

    .change_info {
        padding: 35px 15px 58px 15px;
    }

    /*furusato*/

    .furusato__banner {
        display: block;
        width: 100%;
    }

    .furusato__banner-left {
        padding: 0;
        width: 100%;
    }

    .furusato__banner-right {
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }

    .project__flex {
        max-width: 630px;
    }

    .project__flex-item {
        width: 200px;
        height: 200px;
    }

    .about__sign-right {
        width: 180px;
    }

    /*farmer*/
    .product__list--top-text {
        font-size: 18px;
    }

    .program__top--title {
        font-size: 18px !important;
    }

    .fruits__item {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 60px;
        gap: 30px;
    }

    .fruits__box {
        width: 100%;
    }

}

@media (max-width:585px) {

    .reccomend h2 {
        font-size: 25px;
    }


    .instagram h2 {
        font-size: 25px;
    }

    .project {
        padding: 50px 0;
    }

    .project h2 {
        font-size: 25px;
    }

    .project__flex {
        width: calc(100% - 10px);
        max-width: 380px;
    }

    .project__flex-item {
        width: 120px;
        height: 120px;
    }

    .project__flex--item-en,
    .project__flex--item-ja {
        font-size: 10px;
    }


    .project__banner {
        margin-top: 30px;
    }

    .project__price h2 {
        font-size: 40px;
    }

    .project__price {
        margin-top: 50px;
    }

    .project__banner-txt {
        font-size: 14px;
    }

    .ad__left--button-txt {
        line-height: 35px;
    }

    .ad__left--button {
        width: calc(100% - 250px);
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .category__item {
        width: 160px !important;
        height: 160px;
    }

    .news-list__item {
        width: 100%;
    }

    .news-list__box {
        gap: 30px;
    }

    .change_info {
        padding: 35px 50px 58px 50px;
    }

    /*list*/

    .list__content--item {
        width: calc(50% - 5px);
    }

    .product-list__top {
        display: block;
    }

    .product-list__content {
        gap: 0 10px;
        margin-top: 20px;
    }

    .deliver_time{
        font-size: 10px;
    }

    .list-product_name{
        font-size: 14px;
    }

    .content--sort-wrap {
        margin-top: 25px;
        text-align: right;
    }

    .content--top-sort {
        text-align: left;
    }

    .content--sort-wrap::before {
        right: 15px;
    }

    .list-page {
        margin-bottom: 30px;
    }


    /*order_history*/

    .address_list__item {
        width: 100%;
    }

    .address_list__wrap {
        gap: 30px 40px;
    }

    /*about*/

    .general__table dl dt {
        width: 120px;
    }

    .general__table.achive dl dt {
        width: 180px;
    }

    /*farmer*/

    .farmer__img img {
        width: calc(33.333% - 10px);
    }

    .farmer_empty {
        width: calc(33.333% - 10px);
    }

    /*modal*/

    .checkout__left--top-button {
        display: block;
    }

    .address__add-button {
        margin-bottom: 10px;
    }

    .general__h2 {
        font-size: 20px;
    }

    .general__wrap h2::after {
        width: 100%;
    }

    .check_detail__memo {
        font-size: 12px;
        padding: 0 16.5px;
    }

    .project__banner-top {
        margin-top: 30px;
    }

    .footer__list p {
        font-size: 12px;
    }

    .footer__list {
        width: 94%;
    }

    .allert_massage {
        text-align: center;
        background: red;
        color: #ffffff;
        font-size: 11px;
    }

    .top-banar__pc {
        display: none;
    }

    .top-banar__sp {
        display: block;
        width: 100%;
    }

    .top-banar__link {
        margin-top: 0;
    }

    .top__txt {
        margin-top: 50px;
    }

    .general__table dl dt {
        font-size: 14px;
    }

    .general__table dl dd {
        font-size: 16px;
    }

    .general__table.achive dl dt {
        width: 140px;
    }
    .general__wrap p em{
    font-size: 1.5em;
    }

    .fruit-now__link{
        width: 80%;
        font-size: 16px;
    }
    .general__nav {
        width: 100%;
        align-items: normal;
    }
    .general__btn{
        font-size: 14px;
        padding: 3px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32%;
    }

    .general__br{
        display: block;
    }
    .program__link{
        width: 60%;
    }
    .general__btn::before{
        border-width: 10px 11.5px 0 11.5px;
    }

    .program img{
        width: 100%;
        display: block;
        margin: 30px auto;

    }
    p.program__catch{
        font-size: 14px; 
    }

    img.earth{
        width: 45%;
    }

    .header__if-logo {
        width: 110px;
    }
    .logo{
        width: 110px;
    }

    .reccomend_tag{
        top: 10px;
        left: 5px;
    }

    .new,.sale{
        font-size: 12px!important;
    }
}

.totp{
    display: none;
    margin-top: 20px;
}

.totp__label{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.totp__row{
    margin-bottom: 10px;
}

.totp__input{
    background-color: #ececec;
    height: 36px;
    width: 100%;
    font-size: 14px;
    padding: 0 16px;
}

.totp__button{
    font-size: 14px;
    font-weight: bold;
    background-color: #C92D37;
    color: #fff;
    text-align: center;
    display: block;
    height: 36px;
    width: 100%;
    border-radius: 5px;
}

.totp__button:disabled{
    background-color: #ccc;
}

.totp__error{
    font-size: 14px;
    color: red;
    text-align: center;
}

.totp__time{
    font-size: 14px;
    text-align: center;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

.totp__num{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-left: 8px;
}

.font_mintyo{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}
/* 
.font_gothic{
	font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
} */

html,body{
    font-family: "yu-gothic-pr6n", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    color: #222222;
}

main{
    overflow: hidden;
}

.top-video{
    margin: 160px 0;
}

.newtop__video{
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    height: auto;
    aspect-ratio: 30 / 9;
    position: relative;
    overflow: hidden;
}

.newtop__video video{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/*header*/

.newheader{
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #FEFEFE;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgba(93, 93, 93, 0.26);
}

.newheader__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}

.newheader__logo{
    width: 166px;
    display: block;
}

.newheader__menu{
    display: flex;
    align-items: center;
    gap: 40px;
}

.newheader__menu__icon{
    display: flex;
    gap: 32px;
    align-items: center;
}

.newheader__menu__nav{
    display: flex;
    align-items: center;
    gap: 20px;
}

.newheader__menu__nav__item{
    position: relative;
    display: block;
    padding: 4px 0;
    font-size: 16px;
    color:#222222;
    font-weight: 300;
    text-decoration: unset;
}

.newheader__menu__nav__item::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.newheader__menu__nav__item.active::after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: #EA2A34;
    width: 100%;
    left: 0;
    bottom: 0;
}

.newheader__menu__nav__item:hover::after{
    content: "";
    position: absolute;
    height: 2px;
    background-color: #EA2A34;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.newheader__menu__icon__item{
    display: flex;
    flex-direction: row;
    flex-direction: column;
    gap: 3px;
    text-decoration: unset;
    color: #222222;
    position: relative;
}

.newheader__menu__icon__item svg{
    position: relative;
}

.newcart_count{
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #C92D37;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    font-size: 8px;
    text-align: center;
    top: -5px;
    right: 1px;
}

.newheader__menu__icon__item--user::after{
    content: "マイページ";
    font-size: 12px;
    text-align: center;
}

.newheader__menu__icon__item--user svg{
    width: 25.35px;
    height: auto;
    margin: 0 auto;
}

.newheader__menu__icon__item--cart svg{
    width: 25.91px;
    height: auto;
}

.newheader__menu__icon__item--cart::after{
    content: "カート";
    font-size: 12px;
    text-align: center;
}

/*headerend*/

.top-fv{
    height: 100vh;
    position: relative;
}

.top-fv__bgarea{
    position: relative;
    margin: 0 0 0 auto;
    width: calc(100vw - (50vw - 500px));
    height: 100%;
    border-radius: 0 0 0 10px;
    overflow: hidden;
}

.top-fv__bgarea__item{
    position: relative;
    width: 100%;
    height: 100vh;
}

.top-fv__bgarea__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fv-new__main-right__wrap{
    position: absolute;
    z-index: 1;
    top: calc(75vh + 125px);
    width: 83vw;
    left: -90px;
}

.fv-new__main-right.newarrow{
    display: flex;
    justify-content: right;
    gap: 17px;
}

.newarrow .fv-new__main-bar{
    font-size: 27px;
    color: #ffffff;
}

.fv-new__main-right--next{
    width: 39.28px;
    height: 39.28px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transform: rotate(45deg);
    cursor: pointer;
    overflow: hidden;
}

.fv-new__main-right--next::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    top: 53%;
    left: 47%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fv-new__main-right--next::before{
    background-color: #C92D37;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
    border-radius: 50%;
}

.fv-new__main-right--next:hover::after{
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.fv-new__main-right--next:hover::before{
    transform: scale(1, 1);
}

.fv-new__main-bar--center-count{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 0px;
    background-color: #c92e36;
    transition: 0.3s;
}

.fv-new__main-bar--center{
    height: 2px;
    width: 47.45px;
    background-color: #A6A6A6;
    position: relative;
    z-index: -1;
}

.newarrow .fv-new__main-bar{
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-fv__slider{
    display: flex;
    position: absolute;
    left: -70px;
    top: 100px;
    height: 75vh;
    width: 83vw;
}

.top-fv__slider .slick-track{
    height: 100%;
}

.top-fv__slider__item{
    display: block;
    position: relative;
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.top-fv__slider__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top-fv__slider__item__janame{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 44px;
    line-height: 87.47px;
    font-weight: 500;
    color: #ffffff;
    padding-right: 76px;
    position: relative;
}

.top-fv__slider__item__janame::after{
    content: "";
    position: absolute;
    background: url(../img/topslider_deco01.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 97.1px;
    right: 0;
    top: 0;
}

.top-fv__slider__item__name{
    position: absolute;
    text-align: left;
    bottom: 20px;
    right: 20px;
}

.top-fv__slider__item__hiraname{
    display: inline-block;
    transform: translateX(-50%) translateY(20px);
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
}

.top-fv__bgarea__button{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 18px;
    position: absolute;
    line-height: 49px;
    border-radius: 28px;
    border: 3px solid #FEFEFE;
    background: rgba(254, 254, 254, 0.69);
    right: 35px;
    top: calc(75vh + 116px);
    padding: 0 60px;
    color: #222222;
    text-decoration: unset;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}

.top-fv__bgarea__button::after{
    background-color: #C92D37;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.top-fv__bgarea__button:hover{
    color: #ffffff;
}

.top-fv__bgarea__button:hover::after{
    transform: scale(1, 1);
}

.top-fv__bgarea__ttl{
    position: absolute;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.4;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.5em;
    right: 8%;
    top: calc(50%);
    transform: translateY(-50%);
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.68);
    z-index: 1;
}

.top-fv__bgarea__ttl span{
    padding-top: 70px;
}

.top-sv{
    margin: 0 auto;
    margin-bottom: 340px;
    margin-top: 180px;
    max-width: 1440px;
    width: 100%;
    position: relative;
}

.sv__inner{
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background: url(../img/bonchi_sv_bg.webp);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 5% 7% 12% 19%;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.sv__decoimg{
    position: absolute;
    z-index: 1;
}

.sv__decoimg--01{
    left: -10px;
    top: -40px;
    width: 30%;
}

.sv__decoimg--03{
    left: 0;
    bottom: -145px;
    width: 45%;
}

.sv__decoimg--02{
    width: 35%;
    right: 0;
    bottom: -210px;
}

.sv__ttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 35px;
    font-weight: 500;
    color: inherit;
}

.sv__txt{
    font-size: 20px;
    line-height: 1.7;
    margin-top: 40px;
    color: inherit;
    font-weight: 200;
}

.product{
    margin: 120px 0 160px 0;
}

.product__slider{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 80px 0 70px 0;
}

.product__slider.slick-dotted.slick-slider{
    margin-bottom: 60px;
}

.product__slider.slick-dotted.slick-slider .slick-track{
    padding: 5px 0;
}

.product__slider .slick-dots{
    bottom: -35px;
}

.product__slider__item{
    width: 311px;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 12px;
}

.product__slider__item__img{
    height: 220px;
    background: url(../img/pb_img_01.webp);
    background-position: center;
    background-size: cover;
}

.product__slider__item__content{
    position: relative;
    padding: 24px 18px 46px 18px;
}

.product__slider__item__content__bottom{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 17px;
    min-height: 60px;
}

.product__slider__item__name{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 51.2px;
}

.product__slider__item__brand{
    width: 90px;
}

.product__slider__item__info__label{
    padding: 0 19px;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
}

.product__slider__item__info__label--sale{
    background-color: #C92D37;
}

.product__slider__item__info__label--sold{
    background-color: rgba(34, 34, 34, 0.64);
}

.product__slider__item__info__price{
    font-size: 14px;
    text-align: right;
    font-weight: 200;
}

.product__slider__item__info__price__num{
    font-size: 21px;
    font-weight: 300;
} 

.product__slider__item__info__price__yen{
    font-size: 12px;
}

.product__slider__item__open{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #C92D37;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
}

.product__slider__item__open--detail{
    font-size: 14px;
}

.product__slider .slick-dots li button:before,.top-ftf__slider .slick-dots li button:before{
    content: "";
    width: 100%;
    height: 15px;
}

.product__slider .slick-dots li,.top-ftf__slider .slick-dots li{
    background-color: #CECECE;
    width: 25px;
    height: 3px;
}

.product__slider .slick-dots li.slick-active,.top-ftf__slider .slick-dots li.slick-active{
    background-color: #C92D37;
}

.product__allbutton__wrap{
    text-align: center;
}

.product__allbutton{
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    color: #222222;
    text-decoration: unset;
    padding-bottom: 5px;
}

.product__allbutton::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: url(../img/productbutton_arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 125%;
    min-width: 180px;
    height: 100%;
    transition: transform 0.3s ease;
}

.product__allbutton:hover::before {
    transform: translateX(-46%);
}

.top-bec{
    padding: 80px 0;
    background: url(../img/bec_bg.webp);
    background-position: center;
    background-size: cover;
}

.bec__inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 95%;
}

.bec__ttl{
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}

.bec__subttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin-top: 16px;
}

.bec__content{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.bec__content__box{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.bec__content__box--left{
    text-align: right;
}

.bec__content__box__item__ttl{
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}

.bec__content__box__item__txt{
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    color: #ffffff;
}

.bec__cap{
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 200;
}

.bec__content__circle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 300px;
    position: relative;
}

.bec__content__circle__item{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/rotate_arrow.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: circle-rotate 20s linear infinite;
}

.bec__content__circle__logo{
    width: 130px;
    max-width: 100%;
    margin: 0 auto;
}

.bec__content__circle__txt{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.sec__ttl__wrap{
    text-align: center;
}

.sec__ttl{
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    position: relative;
    z-index: 0;
}

.sec__ttl::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: rgba(201, 45, 55, 0.56);
    border-radius: 50%;
    filter: blur(40px);
    top: calc(50% - 40px);
    z-index: -1;
}

.sec__ttl--product::after{
    right: -20px;
}

.sec__ttl--farmar::after{
    left: -40px;
}

.sec__ttl--news::after{
    left: -40px;
}

.top-farmer{
    padding: 160px 0;
}

.farmer__inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    margin-top: 80px;
}

.farmer__flex{
    display: flex;
    align-items: center;
    position: relative;
}

.farmer__flex::after{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(201, 45, 55, 0.56);
    border-radius: 50%;
    filter: blur(70px);
    z-index: -1;
}

.farmer__flex--first::after{
    left: -20%;
    bottom: -20%;
}

.farmer__flex--second::after{
    right: -14%;
    bottom: 0%;
}

.farmer__flex__txtarea__ttl{
    font-size: 28px;
    font-weight: 500;
    color: #C92D37;
    line-height: 1.4;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}

.farmer__flex__txtarea__txt{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
}

.farmer__flex__imgarea{
    width: 52%;
}

.farmer__flex__txtarea{
    width: 48%;
}

.farmer__flex--first{
    gap: 45px;
    margin-bottom: 20px;
}

.farmer__flex--second{
    flex-direction: row-reverse;
    gap: 90px;
}

@keyframes circle-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.news__list{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 50px;
}

.news__list__item{
    padding: 16px 0;
    border-top: 1px solid #CECECE;
    display: flex;
    align-items: center;
    gap: 30px;
    color: inherit;
    text-decoration: unset;
    font-weight: 300;
    transition: 0.3s;
}

.news__list__item:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.news__list__item:last-child{
    border-bottom: 1px solid #CECECE;
}

.news__list__item__day{
    font-size: 15px;
    line-height: 1;
}

.news__list__item__label{
    width: 105px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
    background-color: #C92D37;
    border-radius: 2px;
    font-weight: 200;
}

.news__list__item__txt{
    font-size: 16px;
}

.top-deliver {
    visibility: hidden;
}

.deliver__item{
    overflow: hidden;
    border-radius: 10px;
}

.deliver__item__bgarea{
    background: url(../img/newdeliver_item01.webp);
    background-position: center;
    background-size: cover;
    height: 215px;
}

.deliver__item__content{
    color: #ffffff;
    background-color: #C92D37;
    padding: 35px 40px;
    display: flex;
    align-items: flex-end;
    gap: 60px;
}

.top-deliver{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.deliver__wrap{
    display: flex;
    width: 90%;
    gap: 80px;
    padding-top: 100px;
}

.deliver__item{
    /* max-width: 900px; */
    width: 100%;
    height: fit-content;
    position: relative;
    flex-shrink: 0;
    height: 485px;  /* 適当に見やすい高さを設定 */
}

.deliver__item--multi{
    /* max-width: 729.26px; */
    padding-right: 165px;
    padding-bottom: 50px;
    box-sizing: content-box;
}

.deliver__item__txtarea{
    width: 45%;
}

.deliver__item__flow{
    width: 56%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.deliver__item__flow__item{
    text-align: center;
    position: relative;
}

.deliver__item__flow__item__fukidashi{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    position: absolute;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6;
    color: #222222;
    padding: 17px 27px;
    background-color: #FEFEFE;
    bottom: 120%;
    white-space: nowrap;
    border-radius: 45px;
    white-space: nowrap;
    border-radius: 45px;
    right: 0;
}

.deliver__item__flow__item__fukidashi::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 35px solid #FEFEFE;
    border-bottom: 0;
    bottom: -20.5px;
    transform: rotate(-49deg);
    left: calc(50%);
}

.deliver__item__flow__item__txt{
    font-weight: 200;
    font-size: 15px;
}

.deliver__item__flow__item__icon{
    margin: 0 auto;
    position: relative;
}

.deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after,.deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
    content: "";
    position: absolute;
    background: url(../img/flowarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32.92px;
    height: 16.39px;
    bottom: 30px;
}

.deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
    right: -45px;
}

.deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after{
    left: -45px;
}

.deliver__item__flow__item:last-child .deliver__item__flow__item__icon::after{
    display: none;
}

.deliver__item__flow__item__icon--first{
    width: 73.86px;
}

.deliver__item__flow__item__icon--second{
    width: 102.97px;
}

.deliver__item__flow__item__icon--third{
    width: 87.47px;
}

.deliver__item__flow__item__time{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 7px;
    font-weight: 600;
}

.deliver__item__txtarea__ttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 27px;
    font-weight: 500;
}

.deliver__item__txtarea__txt{
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
}

.deliver__item__round{
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 65px 30px;
    color: #ffffff;
    background-color: #C92D37;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}

.deliver__item__round__ttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    color: inherit;
}

.deliver__item__round__txt{
    margin: 16px 0 35px 0;
    color: inherit;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 200;
}

.deliver__item__round__button{
    font-weight: 300;
    width: 125px;
    color: #222222;
    line-height: 35px;
    font-size: 14px;
    text-decoration: unset;
    padding: 0 32px 0 18px;
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    position: relative;
}

.deliver__item__round__button::after{
    content: "";
    position: absolute;
    background: url(../img/deliver_button_arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.79px;
    height: 9.5px;
    right: 18px;
    top: calc(50% - 4.75px);
    transform: translateX(0);
    transition: 0.3s;
}

.deliver__item__round__button:hover::after{
    transform: translateX(5px);
    transition: 0.3s;
}

.top-news{
    margin-top: 160px;
}

.top-ftf{
    margin-top: 160px;
}

.top-ftf__inner{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    gap: 85px;
    display: flex;
}

.top-ftf__copy{
    padding: 70px 0;
    background-color: #C92D37;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    width: 55%;
    height: fit-content;
    position: relative;
}

.top-ftf__copy::after{
    content: "";
    position: absolute;
    right: -65px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 111.5px solid transparent;
    border-bottom: 111.5px solid transparent;
    border-left: 65px solid #c92d37;
    border-right: 0;
}

.top-ftf__copy::before{
    content: "";
    position: absolute;
    background-color: #c92d37;
    height: 100%;
    top: 0;
    width: calc(50vw - 500px);
    left: calc(-50vw + 500px);
}

.top-ftf__copy__top{
    font-size: 25px;
    font-weight: 400;
}

.top-ftf__copy__bottom{
    font-size: 35px;
    margin-top: 23px;
    font-weight: 500;
}

.top-ftf__content{
    width: 36%;
    text-align: center;
}

.top-ftf__content__fukidashi{
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    background-color: #C92D37;
    padding: 13px 40px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    line-height: 1.2;
}

.top-ftf__content__fukidashi::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 10px solid #c92d37;
    border-bottom: 0;
    bottom: -9.5px;
    left: calc(50% - 5px);
}

.top-ftf__content__fukidashi span{
    font-size: 24px;
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
}

.top-ftf__content__fukidashi span.top-ftf__content__fukidashi--num{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.top-ftf__content__time{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

.top-ftf__content__time--now{
    font-size: 18px;
    margin-left: 10px;
}

.top-ftf__content__price{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid #C92D37;
    position: relative;
}

.top-ftf__content__price::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C92D37;
    bottom: 2px;
    left: 0;
}

.top-ftf__content__price::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #C92D37;
    bottom: -6px;
    left: 0;
}

.top-ftf__content__price span{
    font-size: 45px;
    letter-spacing: 0.03em;
    margin-left: 7px;
}

.top-ftf__slider__item{
    border-radius: 10px;
    background-image: url(../img/top-ftf__slider01.webp);
    background-position: center;
    background-size: cover;
    width: 735px;
    height: auto;
    aspect-ratio: 147 / 73;
    margin: 0 20px;
}

.top-ftf__slider__item--second,.top-ftf__slider__item--third{
    background-image: url(../img/newtop-ftf__slider02.webp);
    background-position: center;
    background-size: cover;
}

.top-ftf__slider{
    margin-top: 160px;
}

.slick-dotted.slick-slider.top-ftf__slider{
    margin-bottom: 80px;
}

.top-ftf__slider__item__inner{
    padding: 5%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: relative;
}

.top-ftf__slider__item__ttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    color: inherit;
    font-size: 25px;
    font-weight: 600;
}

.top-ftf__slider__item__txtwrap{
    position: absolute;
    left: 5%;
    bottom: 5%;
    max-width: 90%;
}

.top-ftf__slider__item__toptxt{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.top-ftf__slider__item__toptxt span{
    font-size: 34px;
    font-weight: 600;
}

.top-ftf__slider__item__bottomtxt{
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 200;
}

.newfooter{
    background: url(../img/newfooter_bg03.webp);
    background-position: center right;
    background-size: contain;
    background-color: #C92D37;
    background-repeat: no-repeat;
    padding: 40px 0 79px 0;
}

.footer__inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.footer__logoarea{
    display: flex;
    gap: 16px;
    align-items: baseline;
}

.footer__logoarea__main{
    width: 153px;
    padding-right: 15px;
}

.footer__logoarea__sns{
    width: 25px;
}

.footer__logoarea__sns svg{
    width: 100%;
    height: auto;
}

.footer__logoarea__sns svg,.footer__logoarea__sns path{
    fill: #ffffff;
}

.footer__menuarea{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer__menuarea__wrap{
    display: flex;
    gap: 80px;
}

.footer__menu__ttl{
    font-family: YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif ;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
}

.footer__menu__list{
    margin-top: 24px;
    display: flex;
    gap: 40px;
}

.footer__menu__list li{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__menu__list li.sp490only{
    display: none;
}

.footer__menu__list__item{
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    text-decoration: unset;
    font-weight: 200;
    line-height: 1;
    transition: 0.3s;
}

.footer__menu__list__item::before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    height: 2px;
    background-color: #ffffff;
    width: 8px;
}

.footer__menu__list__item:hover{
    transition: 0.3s;
    opacity: 0.6;
}

.footer__menu__addres{
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    margin-top: 25px;
    font-weight: 200;
}

.footer__menu__mapbutton{
    font-size: 16px;
    text-decoration: unset;
    color: #222222;
    display: flex;
    align-items: center;
    max-width: 194px;
    padding: 0 30px;
    gap: 19px;
    line-height: 40px;
    border-radius: 22px;
    background-color: #FEFEFE;
    box-shadow: 0 2px 2px #555555;
    margin-top: 45px;
    opacity: 1;
    transition: 0.3s;
}

.footer__menu__mapbutton:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.footer__menu__mapbutton::after{
    content: "";
    display: block;
    background: url(../img/newexlink.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.sponly_1024{
    display: none;
}

.sp768only{
    display: none;
}

.sp490only{
    display: none;
}

@media (max-width: 1220px){
    .sv__decoimg--01{
        width: 23%;
    }
}

@media (max-width: 1024px){

    .top-fv__slider{
        height: 70vh;
    }
    .deliver__item:first-child{
        height: fit-content;
    }

    .top-fv__bgarea{
        width: 70vw;
    }

    .deliver__item--multi{
        height: auto;
    }

    .sponly_1024{
        display: block;
    }

    .pconly_1024{
        display: none;
    }

    .top-ftf__spnum{
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    .top-ftf__inner{
        align-items: center;
        gap: 40px;
    }

    .top-ftf__copy{
        padding: 30px 0;
    }

    .top-ftf__copy::after{
        border-top: 71.5px solid transparent;
        border-bottom: 71.5px solid transparent;
    }

    .top-ftf__content__fukidashi::after{
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 33px solid #c92d37;
        bottom: -22px;
        transform: rotate(40deg);
        left: calc(50% - 15px);
    }

    .newheader__spmenu{
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .newheader__spmenu__list {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #ffffff;
        z-index: 9;
        transform: translateX(100%);
        padding-top: 10vh;
        border-left: 1px solid;
    }

    .newheader__spmenu__list.open {
        transform: translateX(0%) !important;
        transition: 0.5s;
    }

    .newhum_wrap{
        position: relative;
        width: 25px;
        height: 16px;
        transition: 0.5s;
    }

    .hum_open{
        transform: unset;
    }

    .newhum_wrap.hum_open .newhumberger_menu.top{
        top: calc(50% - 1px);
        transform: rotate(45deg);
        transition: 0.3s;
        background-color: #ffffff;
    }

    .newhum_wrap.hum_open .newhumberger_menu.middle{
        transform: rotate(-45deg);
        transition: 0.3s;
        background-color: #ffffff;
    }

    .newhum_wrap.hum_open .newhumberger_menu.bottom{
        opacity: 0;
    }

    .newhumberger_menu{
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #222222;
        left: 0;
        z-index: 10;
        transition: 0.3s;
    }

    .newhumberger_menu.top{
        top: 0;
    }

    .newhumberger_menu.middle{
        top: calc(50% - 1px);
    }

    .newhumberger_menu.bottom{
        bottom: 0;
    }

    .newheader__menu__icon__item--user svg{
        width: 21.57px;
    }

    .newheader__menu__icon__item--cart svg{
        width: 22.05px;
    }

    .newheader__menu__icon{
        gap: 22px;
        align-items: baseline;
    }

    .newheader__spmenu__list{
        background-color: #C92D37;
        color: #ffffff;
    }

    .newheader__spmenu__list__wrap{
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .newheader__spmenu__list__item{
        display: block;
        color: inherit;
        width: 100%;
        text-align: center;
        text-decoration: unset;
        padding: 20px 0;
        border-bottom: 1px solid #ffffff;
        font-size: 14px;
    }

    .newheader__spmenu__list__item:last-child{
        border-bottom: unset;
    }

    .newheader__spmenu__list__sns{
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        margin-top: 40px;
    }

    .newheader__spmenu__list__sns__item svg{
        width: 100%;
        height: auto;
    }

    .newheader__spmenu__list__sns__item svg,.newheader__spmenu__list__sns__item path{
        fill: #ffffff;
    }

    .newheader__spmenu__list__sns__item{
        display: block;
        width: 22px;
    }

    .footer__menuarea__wrap{
        gap: 30px;
    }

    .footer__menu__list{
        gap: 20px;
    }
}

@media (max-width: 820px){
    
    .deliver__item__content{
        flex-direction: column;
        gap: 30px;
    }

    .deliver__item__flow,.deliver__item__txtarea{
        width: 100%;
    }

    .deliver__item__flow{
        position: relative;
        justify-content: space-around;
    }

    .deliver__item__flow::after{
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        border-bottom: 2px dotted #CECECE;
        height: 1px;
    }

    .deliver__item--multi{
        padding-right: 0;
    }

    .deliver__item__flow{
        align-items: baseline;
    }

    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
        right: -10vw;
    }
    
    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after{
        left: -10vw;
    }

    .footer__menuarea{
        flex-direction: column;
    }

    .footer__menuarea{
        gap: 40px;
    }

    .footer__menu__ttl{
        font-size: 17px;
    }

    .footer__menu__list__item{
        font-size: 14px;
    }

    .footer__menuarea__wrap{
        gap: 10px;
    }

    .footer__menu__list{
        gap: 10px;
    }
    
    .footer__menu__addres{
        font-size: 14px;
        margin-top: 16px;
    }

    .fv-new__main-right__wrap{
        width: auto;
        left: 20px;
    }

    .newarrow .fv-new__main-bar{
        color: #222222;
    }

    .fv-new__main-right.newarrow{
        justify-content: left;
    }

    .fv-new__main-right--next{
        background-color: #CECECE;
    }

    .top-fv__slider{
        height: 80vh;
    }

    .top-fv__slider{
        left: 0;
        width: 75vw;
    }

    .fv-new__main-right__wrap{
        top: calc(80vh + 120px);
    }

    .top-fv__bgarea__button{
        top: calc(80vh + 120px);
    }

    .newheader__menu__nav__item:hover::after {
        content: none;
    }
    
    .fv-new__main-right--next:hover::after {
        color: inherit;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    
    .fv-new__main-right--next:hover::before {
        content: none;
        transform: none;
    }
    
    .top-fv__bgarea__button:hover {
        color: inherit;
    }
    
    .top-fv__bgarea__button:hover::after {
        content: none;
        opacity: 0;
        transform: none;
    }
    
    .product__allbutton:hover::before {
        animation: none;
    }
    
    .news__list__item:hover {
        opacity: 1;
        transition: none;
    }
    
    .deliver__item__round__button:hover::after {
        transform: none;
        transition: none;
    }

    .footer__menu__list__item:hover{
        opacity: 1;
    }

    .footer__menu__mapbutton:hover{
        opacity: 1;
    }
}

@media (max-width: 768px){
    .sp768only{
        display: block;
    }
    .pc768only{
        display: none;
    }

    .sv__inner{
        padding: 175px 2.5%;
        width: auto;
        margin: 0 15px;
    }

    .sv__decoimg--01{
        top: auto;
        bottom: 78%;
        /* width: 60%; */
        width: 295px;
    }

    .sv__decoimg--02{
        z-index: 2;
        right: -10px;
        bottom: auto;
        top: 103%;
        /* width: 70%; */
        width: 280px;
    }

    .sv__decoimg--03{
        bottom: auto;
        top: 80%;
        /* width: 65%; */
        width: 272px;
    }

    .bec__content{
        flex-direction: column;
        gap: 0;
        margin-top: 50px;
    }

    .bec__content__box{
        flex-direction: row;
        gap: 49px;
        width: 100%;
        justify-content: space-around;
    }

    .bec__content__box__item__txt{
        font-size: 15px;
    }

    .bec__content__box--left{
        text-align: unset;
    }

    .bec__content__box__item:first-child{
        text-align: right;
    }

    .bec__content__box__item:last-child{
        text-align: left;
    }

    .bec__content__box__item{
        width: 240px;
    }
    

    .farmer__flex{
        flex-direction: column-reverse;
    }

    .farmer__flex__imgarea,.farmer__flex__txtarea{
        width: 100%;
        gap: 24px;
    }

    .farmer__flex--first{
        margin-bottom: 40px;
        gap: 24px;
    }

    .farmer__flex--second{
        gap: 24px;
    }

    .farmer__flex__txtarea__txt{
        margin-top: 20px;
    }

    .news__list__item__txt{
        width: 100%;
        display: block;
        text-align: left;
    }

    .news__list__item{
        flex-wrap: wrap;
        gap: 12px 27px;
    }

    .top-ftf__copy::after{
        right: -20px;
        border-left: 20px solid #c92d37;
        border-top: 42.5px solid transparent;
        border-bottom: 42.5px solid transparent;
    }

    .top-ftf__copy__top{
        font-size: 14px;
    }

    .top-ftf__copy__bottom{
        font-size: 16px;
        margin-top: 15px;
    }

    .top-ftf__copy{
        padding: 20px 0;
    }

    .top-ftf__content__fukidashi{
        font-size: 12px;
        padding: 10px 20px;
    }

    .top-ftf__content{
        width: 33%;
    }

    .top-ftf__slider__item{
        aspect-ratio: 430 / 377;
    }

    .newfooter{
        background: url(../img/newfooter_bg_sp03.webp);
        background-position: bottom;
        background-size: cover;
        padding: 40px 0 40px 0;
    }

    .cafe__sv__txt{
        text-align: center;
    }
}

@media (max-width: 490px){

    .deliver__wrap{
        padding-top: 75px;
    }

    .sp490only{
        display: block;
    }
    .footer__menu__list li.sp490only{
        display: flex;
    }
    .pc490only{
        display: none;
    }
    .sv__ttl{
        font-size: 26px;
    }

    .sv__txt{
        font-size: 15px;
    }

    .product__slider__item__name{
        font-size: 14px;
        min-height: 44.8px;
    }

    .product__slider__item__info__label{
        font-size: 10px;
    }

    .product__slider__item__info__price{
        font-size: 11px;
    }

    .product__slider__item__info__price__num{
        font-size: 15px;
    }

    .product__slider__item__info__price__yen{
        font-size: 11px;
    }

    .deliver__item__flow__item__time,.deliver__item__flow__item__txt{
        font-size: 13px;
    }

    .deliver__item__txtarea__ttl{
        font-size: 20px;
    }

    .deliver__item__txtarea__txt{
        font-size: 14px;
        margin-top: 10px;
    }

    .deliver__item__content{
        padding: 20px 15px 30px 15px;
    }

    .deliver__item__flow__item__icon--first{
        width: 51.36px;
    }

    .deliver__item__flow__item__icon--second{
        width: 71.6px;
    }

    .deliver__item__flow__item__icon--third{
        width: 60.82px;
    }

    .deliver__item__round{
        width: 285px;
        height: 285px;
        padding: 30px;
    }

    .deliver__item__round__ttl{
        font-size: 20px;
    }

    .deliver__item__round__txt{
        margin: 10px 0 20px 0;
        font-size: 13px;
    }

    .deliver__item__flow{
        justify-content: space-between;
    }

    .deliver__item__flow__item:first-child{
        width: 82.8px;
    }

    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after, .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
        bottom: 20px;
        width: 22.89px;
        height: 11.4px;
    }

    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
        right: -12vw;
    }
    
    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after{
        left: -12vw;
    }

    .top-ftf__content__fukidashi{
        font-size: 11px;
        padding: 10px 8px;
    }

    .top-ftf__content__fukidashi span.top-ftf__content__fukidashi--num{
        font-size: 23px;
    }

    .top-ftf__content__fukidashi span{
        font-size: 13px;
    }

    .top-ftf__content__time{
        font-size: 11px;
    }

    .top-ftf__content__time--now{
        font-size: 13px;
    }

    .top-ftf__content__price{
        font-size: 17px;
    }

    .top-ftf__content__price span{
        font-size: 25px;
    }

    .top-ftf__spnum{
        max-width: 260px;
    }

    .sec__ttl{
        font-size: 22px;
    }

    .farmer__flex--first::after{
        left: 0;
        bottom: -8%;
    }

    .farmer__flex::after{
        width: 100px;
        height: 100px;
        filter: blur(45px);
    }

    .farmer__flex--second::after{
        right: 0%;
        bottom: 0%;
    }

    .sec__ttl::after{
        width: 40px;
        height: 40px;
        filter: blur(20px);
        top: calc(50% - 20px);
    }

    .sec__ttl--farmar:after{
        left: auto;
        right: -40px;
    }

    .top-ftf__slider__item{
        aspect-ratio: 345 / 377;
    }

    .top-ftf__slider__item__ttl{
        font-size: 22px;
    }

    .top-ftf__slider__item__toptxt{
        font-size: 18px;
    }

    .top-ftf__slider__item__toptxt span{
        font-size: 30px;
    }

    .top-ftf__slider__item__bottomtxt{
        font-size: 13px;
    }

    .product__allbutton{
        font-size: 14px;
    }

    .product__allbutton::before{
        background: url(../img/productbutton_arrow_sp.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 115%;
    }

    .bec__content__box__item__txt{
        font-size: 14px;
    }

    .bec__content__box__item__ttl{
        font-size: 20px;
    }

    .farmer__flex__txtarea__ttl{
        font-size: 20px;
    }

    .farmer__flex__txtarea__txt{
        font-size: 14px;
    }

    .product__slider__item__img{
        height: 180px;
    }

    .product__slider{
        margin: 50px 0 70px 0;
    }

    .product{
        margin: 60px 0 70px 0;
    }

    .top-sv{
        margin-bottom: 280px;
    }

    .top-bec{
        padding: 70px 0;
    }

    .bec__inner{
        width: auto;
        margin: 0 15px;
    }

    .top-farmer{
        padding: 70px 0;
    }

    .farmer__inner{
        width: auto;
        margin: 0 15px;
        margin-top: 70px;
    }

    .top-ftf__slider{
        margin-top: 70px;
    }

    .top-news{
        margin-top: 70px;
    }

    .news__list{
        width: auto;
        margin: 0 15px;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .footer__menuarea__wrap{
        flex-direction: column;
        gap: 40px;
    }

    .footer__menu__list{
        gap: 33px;
    }

    .footer__menu__list li:first-child{
        width: 183px;
    }

    .footer__menu__list li{
        gap: 16px;
    }

    .footer__menu__mapbutton{
        margin-top: 24px;
        font-size: 12px;
        gap: 12px;
        padding: 0 24px;
        max-width: 149px;
    }

    .footer__menu__mapbutton::after{
        width: 14px;
        height: 14px;
    }

    .newheader__logo{
        width: 104px;
    }

    .newheader__menu__icon__item--user::after,.newheader__menu__icon__item--cart::after{
        font-size: 10px;
    }

    .newheader__wrap{
        height: 65px;
    }

    .top-fv__slider{
        top: 70px;
        width: 80vw;
    }

    .newarrow .fv-new__main-bar{
        font-size: 18px;
        gap: 4px;
    }

    .fv-new__main-right.newarrow{
        align-items: center;
    }

    .fv-new__main-right--next::after{
        width: 5px;
        height: 5px;
    }

    .fv-new__main-right.newarrow{
        gap: 8px;
    }

    .top-fv__bgarea__button{
        top: calc(75svh + 90px);
        padding: 0 30px;
        font-size: 14px;
        line-height: 35px;
        display: block;
        right: 15px;
    }

    .fv-new__main-right__wrap{
        top: calc(75svh + 90px);
    }

    .fv-new__main-right--next{
        width: 18px;
        height: 18px;
    }

    .top-fv__bgarea{
        width: 65vw;
    }

    .top-fv__slider{
        height: 75svh;
    }

    .top-fv__bgarea__ttl{
        font-size: 18px;
        right: 5%;
        top: calc(40%);
    }

    .top-fv__slider__item__janame{
        font-size: 30px;
        line-height: 55.97px;
        padding-right: 47px;
    }

    .top-fv__slider__item__janame::after{
        width: 62.13px;
    }

    .top-fv__slider__item__hiraname{
        font-size: 13px;
        transform: translateX(-50%) translateY(12px);
    }

    .newheader__wrap{
        padding: 0 3%;
    }

    .top-fv{
        max-height: 840px;
height:100svh;
    }

    .deliver__item__flow__item__fukidashi{
        font-size: 16px;
        padding: 13px 21px;
        border-radius: 30px;
        line-height: 1.4;
    }

    .top-video{
        margin: 50px 0;
    }

    .newtop__video{
        aspect-ratio: 13 / 9;
    }

    .top-ftf{
        margin-top: 50px;
    }

    .top-ftf__inner{
        margin-top: 50px;
    }

    .slick-dotted.slick-slider.top-ftf__slider{
        margin-bottom: 70px;
    }

    .product__slider__item__info__label{
        max-width: 90px;
        padding: 0 12px;
        line-height: 18px;
    }

    .sv__inner{
        padding: 150px 15px;
    }

    .product__slider__item__content__bottom{
        min-height: 50px;
    }

    .product__slider.no-slick{
        flex-wrap: wrap;
    }

    .product__slider.no-slick .product__slider__item{
        width: 100%;
    }

    .newcopyrightarea{
        font-size: 10px;
    }

    .product__slider__item__open--detail{
        font-size: 13px;
    }

    .product__slider__item__open{
        font-size: 12px;
        line-height: 21px;
    }

    .top-ftf__slider__item{
        margin: 0 15px;
    }

    .deliver__item__bgarea{
        max-height: 250px;
        height: 28vh;
    }

    .product-list__category--txt{
        font-size: 14px;
    }
}

@media (max-width: 410px){

    .deliver__item__flow__item:first-child{
        width: 70.8px;
    }

    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::before{
        right: -10vw;
    }

    .deliver__item__flow__item:nth-child(2) .deliver__item__flow__item__icon::after{
        left: -10.5vw;
    }
}