/* .left-slider {
    width: 60%
} */

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf) format("opentype");
}


/*
.back-grey {
    width: calc(100% - var(--greyvw));
    margin-right: auto;
    left: 0;
    top: 190px;
    height: 685px;
    z-index: 0 */


/* } */

.back-grey {
    width: 100%;
    margin-right: auto;
    left: 0;
    top: 190px;
    height: 880px;
    z-index: 0
}

.pc .menu-btn {
    left: calc(100% - var(--greyvw));
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.left-slider {
    width: 100%
}


/* ------------------------------------------- */


/* .slideshow * {
    outline: none;
}

.slideshow.slidebanner .slider-track {
    transition: all 14s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow.slidebanner .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex !important;
    justify-content: flex-end;
}

.slideshow.slidebanner .slick-dots li {
    margin: 5px;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.slideshow.slidebanner .slick-dots li button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: white;
}

.slideshow.slidebanner .item {
    height: 100%;
    position: relative;
    z-index: 1;
    height: 527px;
}

.slideshow.slidebanner .slick-dots .slick-active svg.circle {
    display: block;
    position: absolute;
    top: -2px;
    left: 2px;
    width: 110px;
    height: 110px;
    transform: rotateY(-180deg) rotateZ(-90deg) translate(49px, 49px);
}

svg.circle {
    display: none;
}

svg circle {
    stroke-dasharray: 125.67px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: white;
    fill: none;
    animation: countdown 13.5s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 125.67px;
    }
}

.slideshow.slidebanner .item img {
    transition: all 14s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.3);
    height: 100%;
}

.slideshow.slidebanner .item.slick-active img {
    transform: scale(1);
    -webkit-animation: cssAnimation 14s 1 ease-in-out forwards;
    animation: cssAnimation 14s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}













 */


/* ------------------------------------------- */

.slideshow.slidebanner .slide {
    position: relative;
    margin: 0;
    padding: 0;
}

.slideshow.slidebanner .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow.slidebanner .slick-dots {
    position: absolute;
    bottom: -39px;
    right: 100px;
    display: flex !important;
    justify-content: flex-end;
}

#news_info {
    position: absolute;
    background-color: #cab161;
    width: 560px;
    padding: 15px 25px;
    bottom: 0;
    height: 110px;
    z-index: 10;
}

#news_info a {
    position: relative;
    padding-bottom: 2px;
    color: white;
}

#news_info a::after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 50%;
    background: #262626;
    width: 0;
    height: 2px;
    transition: 0.5s;
}

#news_info a:hover:after {
    width: 100%;
    left: 0;
}

#news_info h2 {
    font-family: 'YuGothicC';
    font-size: 14px;
    line-height: 2;
}

#news_info ul li {
    font-family: 'YuGothicC';
    font-size: 16px;
    line-height: 1.625;
}


/* .slideshow.slidebanner .slick-dots li {
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
} */

.slideshow.slidebanner .slick-dots li {
    position: relative;
    padding-left: 20px;
    padding-right: 0;
    height: 4px;
}


/*
.slideshow.slidebanner .slick-dots li button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: white;
} */

.slideshow.slidebanner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    z-index: 10;
    text-indent: 9999px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
}

.slideshow.slidebanner .slick-prev {
    background: url(../renewal/slider_arrow.svg);
    background-size: contain;
    left: 0;
}

.slideshow.slidebanner .slick-next {
    text-indent: 9999px;
    background: url(../renewal/slider_arrow.svg);
    background-size: contain;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.slideshow.slidebanner .slick-dots li button {
    text-indent: 9999px;
    background-color: #b2b2b2;
    width: 50px;
    height: 4px;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.slideshow.slidebanner .slick-dots li.slick-active button {
    background-color: #262626;
}


/* .slideshow.slidebanner .item {
    height: 100%;
    position: relative;
    z-index: 1;
    height: 527px;
} */

.pc {
    display: block !important;
}

.SP {
    display: none !important;
}

.slideshow.slidebanner .item {
    height: 100%;
    position: relative;
    z-index: 1;
    height: 663px;
}

.slideshow.slidebanner .slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
}

.slideshow.slidebanner .slide .item .image {
    position: relative;
    overflow: hidden;
}

.slideshow.slidebanner .slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.slideshow.slidebanner .slide>.slick-list,
.slideshow.slidebanner .slide>.slick-list>.slick-track,
.slideshow.slidebanner .slide>.slick-list>.slick-track>.slick-slide>div {
    position: relative;
    height: 100%;
}

.slideshow.slidebanner .slide-animation {
    animation: fadezoom 8s linear forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

#countdown {
    position: absolute;
    margin: auto;
    height: 40px;
    width: 40px;
    text-align: center;
    display: none;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slideshow.slidebanner .slick-dots .slick-active #countdown {
    display: block
}

#countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdown svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: white;
    fill: none;
    -webkit-animation: countdown 8s linear infinite forwards;
    animation: countdown 8s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}

@-webkit-keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}


/* ------------------ */


/* .banner {
    display: flex;
    max-width: 1280px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    height: 527px;
} */

.banner {
    display: flex;
    max-width: 1280px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    height: 772px;
}

.right-banner {
    width: 50%;
    margin-left: 3%;
    position: relative;
    display: block;
}

.right-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    display: block;
}

.right-banner .right-top-banner {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 45%;
}

.right-banner .about-here {
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #000;
    color: white;
    padding: 5%;
    display: inline-block;
    width: 340px;
    line-height: 2;
    z-index: 2;
}

.right-banner .about-here img {
    width: 8px;
    margin-right: 10px;
    filter: invert(1);
    transition: .5s ease-out;
}

.right-banner .about-here a {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid white;
    justify-content: center;
    margin-top: 20px;
    color: #333;
    background: linear-gradient(to left, #fff 50%, #005935 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.right-banner .about-here a:hover {
    background-position: left;
    color: white;
    border: 1px solid #005935
}

.right-banner .about-here a:hover img {
    filter: invert(0);
}

.banner .follow,
.banner .banner-ad-text {
    position: absolute;
    top: 0;
    z-index: 10;
}

.banner .banner-ad-text {
    transform: translate(-10%, -10%);
    top: 15%;
    left: 10%;
}

.banner .follow {
    padding: 10px;
    background-color: white;
    bottom: 10px;
    left: 10px;
    top: auto;
    width: 270px;
}

.banner .follow .follow-button {
    background-color: #9F1323;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .follow .follow-button .follow-img {
    width: 30%;
}

.banner .follow .follow-button .close-button {
    position: absolute;
    top: 15px;
    width: 20px;
    right: 15px;
    cursor: pointer;
}

.banner .follow .follow-button .follow-content {
    width: 70%;
    padding: 5px;
    text-align: center;
    line-height: 1.8;
    font-family: 'YuGothicB';
    font-size: 15px;
    font-weight: bold;
}

.banner .follow .follow-button .follow-content a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.banner .follow .follow-button .follow-content a img {
    width: 8px;
    margin-right: 8px;
}

.banner .follow .follow-button .follow-content a span {
    display: inline-block;
    position: relative;
}

.banner .follow .follow-button .follow-content a span:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.banner .follow .follow-button .follow-content a span:hover:after {
    width: 100%;
    left: 0;
}

.banner .banner-ad-text img {
    width: 25px;
    filter: brightness(0) invert(1);
}

footer {
    margin-top: 4%;
}

.main-details {
    margin-top: 5%;
}

.main-title-top .top-beaf {
    position: relative;
}

.main-title-top .top-beaf a {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.main-title-top .top-beaf a p {
    color: white;
    font-size: 17px;
    font-family: 'YuGothicC';
    padding: 20px 30px;
    background: linear-gradient(to left, #DCAF00 50%, #333 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.main-title-top .top-beaf a p:hover {
    background-position: left;
}

.main-title-top .top-beaf a p img {
    filter: brightness(0) invert(1);
    width: 8px;
    margin-right: 10px;
}

.main-details .goods-details .news {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.main-details .goods-details .news .left-news {
    display: flex;
    width: 30%;
    align-items: flex-start;
}

.main-details .goods-details .news .left-news img {
    width: 60px;
    margin-top: 10px;
    margin-right: 15px;
}

.main-details .goods-details .news .left-news h2 {
    font-size: 32px;
    text-align: left;
    font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
    line-height: 0.8;
}

.main-details .goods-details .news .left-news h2 span {
    font-size: 16px;
    font-family: 'YuGothicC';
    white-space: nowrap;
}

.main-details .goods-details .news .right-news {
    width: 100%;
    margin-left: 2%;
}

.main-details .goods-details .news .right-news ::after {
    clear: both;
    content: '';
}

.main-details .goods-details .news .right-news ul li {
    border-top: 1px solid #333;
    padding: 20px 10px;
}

.main-details .goods-details .news .right-news ul li:last-child {
    border-bottom: 1px solid #333;
}

.main-details .goods-details .news .right-news ul li div,
.main-details .goods-details .news .right-news ul li a {
    font-family: 'YuGothicC';
    font-size: 16px;
}

.main-details .goods-details .news .right-news .datetime {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-details .goods-details .news .right-news ul li .title a {
    margin: 0;
    padding: 1px;
    float: none;
    display: inline-block;
    color: #333;
    text-decoration: none !important;
}

.main-details .goods-details .news .right-news a {
    font-size: 16px;
    font-family: 'YuGothicC';
    position: relative;
    float: right;
    margin-top: 30px;
    padding-bottom: 5px;
}

.main-details .goods-details .news .right-news a img {
    width: 8px;
    filter: invert(1);
    margin-right: 10px;
}

.main-details .goods-details .news .right-news a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #333;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-details .goods-details .news .right-news a:hover:after {
    width: 100%;
    left: 0;
}

.main-details .goods-details .campaign {
    background-color: #F4F2EE;
    margin-top: 5%;
    margin-left: 30px;
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

.main-details .goods-details .campaign.real {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 70px;
}

.main-details .goods-details .campaign.real .bn_summer {
    margin-top: 50px;
}

.main-details .goods-details .campaign.real .bn_summer img {
    width: 100%;
}

.main-details .goods-details .specialBox {
    position: relative;
    padding-top: 1px;
    margin-top: 110px;
    background-color: white;
}

.main-details .goods-details .specialBox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    background-color: #005935;
    z-index: 0;
}

.slideshow.slidecampaign .multiple-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    grid-gap: 50px 30px;
}

.slideshow.slidecampaign .multiple-items .item {
    cursor: pointer;
}

.slideshow.slidecampaign .multiple-items .slick-list {
    margin: 0 -20px;
    margin-top: 45px;
}

.slideshow.slidecampaign .multiple-items .item figure img {
    transition: .5s;
}

.slideshow.slidecampaign .multiple-items .item figure img:hover {
    filter: brightness(70%);
}

.slideshow.slidecampaign .multiple-items .item figcaption {
    background-color: white;
    padding: 20px;
}

.slideshow.slidecampaign .multiple-items .item figcaption .fig-title {
    font-size: 20px;
    color: #005935;
    font-family: 'YuGothicB';
}

.slideshow.slidecampaign .multiple-items .item figcaption .fig-content {
    font-size: 16px;
    font-family: 'YuGothicC';
    margin-top: 20px;
    line-height: 1.5;
}

.slideshow.slidecampaign .multiple-items .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    color: #333;
    margin-bottom: 30px;
    align-items: center;
}

.slideshow.slidecampaign .multiple-items .slick-dots li a {
    font-size: 18px;
    margin: 10px;
    padding: 2px 5px;
    cursor: pointer;
}

.slideshow.slidecampaign .multiple-items .slick-dots .slick-active a {
    border-bottom: 2px solid #333;
    font-weight: bold;
}

.campaign {
    padding: 5%;
}

.campaign .campaign-title {
    display: flex;
    align-items: flex-start;
}

.campaign .campaign-title img {
    width: 48px;
    margin-right: 15px;
    margin-top: 15px;
    height: 2px;
}

.campaign .campaign-title h2 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #005935;
}

.campaign .campaign-title h2 span {
    font-size: 16px;
    font-family: 'YuGothicC';
    color: #000;
}

.product {
    margin-top: 50px;
}

.product .product-title {
    width: 85%;
    margin: auto;
    background-color: #F4F2EE;
    padding: 8% 3% 5%;
    display: flex;
    align-items: flex-start;
}

.product .product-title img {
    width: 60px;
    height: 2px;
    margin-right: 15px;
    margin-top: 12px;
}

.product .product-title h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Helvetica Neue LT Std';
    line-height: 0.9;
}

.product .product-title h2 span {
    font-size: 16px;
    font-family: 'YuGothicC';
}

.slideshow.slideproduction {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
}

.slideshow.slideproduction .production-items figure {
    background-color: #F4F2EE;
}

.slideshow.slideproduction .production-items .slick-list .slick-track {
    display: flex;
    justify-content: space-between;
}

.slideshow.slideproduction .production-items .item {
    margin: 5px;
}

.slideshow.slideproduction .production-items .item img {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
}

.slideshow.slideproduction .production-items .item figure {
    padding: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.slideshow.slideproduction .production-items .item figcaption .fig-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'YuGothicB';
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    min-height: 77px;
}

.slideshow.slideproduction .production-items .item figcaption .fig-title::after {
    background: #333;
    height: 2px;
    display: block;
    position: absolute;
    content: '';
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    left: 50%;
    width: 0;
}

.slideshow.slideproduction .production-items .item figcaption .fig-title:hover:after {
    width: 100%;
    left: 0;
}

.slideshow.slideproduction .production-items .item figcaption .fig-title:hover {
    color: #005935;
}

.slideshow.slideproduction .production-items .item figcaption .fig-title span {
    font-size: 12px;
    font-family: 'YuGothicC';
    font-weight: normal;
}

.slideshow.slideproduction .production-items .item figcaption .fig-content {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
    font-family: 'YuGothicC';
}

.slideshow.slideproduction .production-items .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    color: #333;
    align-items: center;
}

.slideshow.slideproduction .production-items .slick-dots li:first-child {
    display: flex;
    align-items: center;
}

.slideshow.slideproduction .production-items .slick-dots a {
    font-size: 18px;
    margin: 10px;
    cursor: pointer;
}

.slideshow.slideproduction .production-items .slick-dots .slick-active a {
    border-bottom: 2px solid #333;
    font-weight: bold;
}

.beaf-box {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
}

.beaf-box a {
    width: 48%;
}

.beaf-box img {
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.beaf-box img:hover {
    filter: brightness(70%);
}

.award {
    margin-top: 0;
}

.box .plus {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    padding: 16px;
    border-radius: 50px;
    background-color: transparent;
}

.box .plus:before,
.box .plus:after {
    background: #000;
    content: '';
    height: 2px;
    left: 6px;
    position: absolute;
    top: 13px;
    width: 21px;
    transition: transform 500ms ease;
}

.box .plus:after {
    transform-origin: center;
}

.box .plus.cscollapsed:after {
    transform: rotate(90deg);
}

.box .plus.cscollapsed:before {
    transform: rotate(180deg);
}

.award-content-title {
    border-top: 1px solid #333;
    width: 100%;
}

.award-content-title:last-child {
    border-bottom: 1px solid #333;
}

.award-content-title .award-inside-content {
    padding: 0 20px 10px;
}

.award-content-title p {
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.award {
    padding: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.award .gold-image {
    width: 35%;
    margin-left: 3%;
}

.award #top-box {
    width: 60%;
}

.award-content-title .award-inside-content div img {
    margin-right: 10px;
    width: 20px;
}

.award-content-title .award-inside-content div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sns-follow {
    margin-top: 10%;
    margin-bottom: 30px;
}

.sns-follow .sns {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 2%;
}

.sns-follow .sns a {
    margin-right: 40px;
}

.sns-follow .follow-title {
    display: flex;
    align-items: flex-start;
}

.sns-follow .follow-title img {
    width: 60px;
    height: 2px;
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 20px;
}

.sns-follow .follow-title h2 {
    font-size: 32px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
    line-height: 0.8;
}

.sns-follow .follow-title span {
    font-size: 16px;
}

.sns-follow .sns a img {
    filter: invert(1);
    width: 50px;
    /* filter: invert(26%) sepia(12%) saturate(4980%) hue-rotate(117deg) brightness(91%) contrast(101%); */
}

.sns-follow .sns .facebook img {
    width: 25px;
}

.sns-follow .sns a img:hover {
    filter: invert(86%) sepia(130%) saturate(4980%) hue-rotate(117deg) brightness(80%) contrast(101%);
}

.award .viewmore {
    font-family: 'YuGothicC';
    font-weight: normal;
    display: table;
    position: relative;
    margin-left: auto;
    margin-top: 10%;
    padding-bottom: 5px;
    font-size: 16px;
}

.award .viewmore::after {
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    left: 50%;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    background-color: #333;
    content: '';
}

.award .viewmore:hover:after {
    width: 100%;
    left: 0;
}

.award .viewmore img {
    filter: invert(1);
    width: 8px;
    margin-right: 10px;
}

.sns-follow .contant-form {
    border: 3px solid #005935;
    padding: 2% 5%;
}

.sns-follow .contant-form .title h2 {
    font-size: 22px;
    text-align: center;
    color: #005935;
    padding: 2%;
    font-family: 'YuGothicB';
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.sns-follow .contant-form .content {
    display: flex;
    justify-content: space-between;
}

.sns-follow .contant-form .content .tel,
.sns-follow .contant-form .content .fax {
    width: auto;
    display: inline-block;
}

.detail-goods-right .fs-c-productNameHeading__copy_1 {
    font-weight: 900;
    font-size: 33px;
    margin: 20px 0;
}

.sns-follow .contant-form .content .tel .phone,
.sns-follow .contant-form .content .fax .phone {
    font-size: 40px;
    color: #CA0815;
    font-weight: bold;
}

.sns-follow .contant-form .content .tel .content-title,
.sns-follow .contant-form .content .fax .content-title {
    font-size: 20px;
    padding: 5% 0;
}

.sns-follow .contant-form .content .tel .content1,
.sns-follow .contant-form .content .fax .content1 {
    font-size: 18px;
    margin: 5% 0;
}

.sns-follow .contant-form .content .fax .content1 a {
    display: inline-block;
    position: relative;
    margin-left: 35px;
}

.sns-follow .contant-form .content .fax .content1 a::after {
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    left: 50%;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    background-color: #005935;
    content: '';
}

.sns-follow .contant-form .content .fax .content1 a:hover {
    color: #005935;
}

.sns-follow .contant-form .content .fax .content1 a:hover::after {
    width: 100%;
    left: 0;
}

.right-banner.right-sp {
    display: none;
}

.banner-right-image {
    padding-right: 28%;
}

.main-title-top .top-beaf-sp {
    display: none;
}

.sp-guide {
    display: block;
    position: relative
}

.sp-top-guide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.sp-top-guide .sp-guide {
    width: 70%;
    position: relative;
}

.sp-top-guide .sp-guide-1 {
    width: 30%;
    background-color: #262626;
}

.sp-top-guide .sp-guide-1 p {
    color: white;
    font-size: 15px;
    font-family: 'YuGothicC';
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.sp-top-guide .sp-guide-1 a {
    color: white;
    font-family: 'YuGothicC';
    font-size: 24px;
    width: fit-content;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 2px;
}

.sp-top-guide .sp-guide-1 a::after {
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    left: 50%;
    width: 0;
    background: white;
    content: '';
    height: 2px;
}

.slideshow.recommend {
    margin-top: 0;
    padding: 0
}

.sp-top-guide .sp-guide-1 a:hover:after {
    left: 0;
    width: 100%;
}

.bn_standard {
    display: flex;
    gap: 20px;
}

.bn_standard div {
    width: 100%;
}

.main-details .goods-details .campaign.real .bn_summer img,
.iseji_series img {
    transition: .5s;
}

.bn_standard img {
    width: 100%;
    transition: 0.5s;
}

.main-details .goods-details .campaign.real .bn_summer img:hover,
.iseji_series img:hover,
.bn_standard img:hover {
    filter: brightness(70%);
}

.bn_standard .setLink {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 10px;
    position: relative;
    padding-bottom: 2px;
    font-family: 'YuGothicC';
}

.bn_standard .setLink::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #333;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    left: 50%;
    bottom: 0;
}

.bn_standard .setLink:hover:after {
    width: 100%;
    left: 0;
}

.main-section .sidebar .insidebar {
    display: none;
}

.main-section .sidebar .p500 {
    display: none;
}

.goods-details .new_item .news_item_title {
    display: flex;
    align-items: flex-start;
}

.goods-details .new_item .news_item_title img {
    width: 60px;
    margin-right: 15px;
    margin-top: 15px;
    height: 2px;
}

.goods-details .new_item .news_item_title h2 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}

.goods-details .new_item .news_item_title h2 span {
    font-size: 16px;
    font-family: 'YuGothicC';
}

.goods-details .new_item .new_item_content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.goods-details .new_item .new_item_content .item_left {
    display: flex;
    gap: 20px;
}

.main-details .goods-details .campaign.real .pickup {
    position: relative;
    margin-top: 50px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part::before {
    content: '';
    background-color: #f4f2ee;
    width: 65%;
    height: 100%;
    position: absolute;
    top: 30px;
    z-index: 0;
    right: 0;
}

.main-details .goods-details .campaign.real .pickup .pickup_part {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.reverse {
    flex-direction: row-reverse;
    margin-top: 80px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second {
    margin-top: 30px;
    align-items: flex-start;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third {
    margin-top: 50px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third::before {
    display: none;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text {
    padding: 30px;
    background-color: #f4f2ee;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text h2 {
    font-size: 24px;
    line-height: 42px;
    font-family: 'YuGothicB';
}

.recommend .recommend-title {
    background-color: #cab161;
}

.recommend {
    padding-top: 110px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text p {
    font-family: 'YuGothicC';
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text a {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to left, transparent 50%, #262626 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text a:hover {
    background-position: left;
    color: white;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second::before {
    display: none;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .onchange {
    width: 100%;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text {
    background-color: #f4f2ee;
    padding: 30px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text h2 {
    font-family: 'YuGothicB';
    font-size: 24px;
    line-height: 42px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text p {
    font-family: 'YuGothicC';
    font-size: 16px;
    line-height: 28px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text a {
    width: 238px;
    border: 1px solid #262626;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, transparent 50%, #262626 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    margin-top: 20px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text a:hover {
    background-position: left;
    color: white;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_image {
    width: 50%;
    display: block;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.reverse::before {
    right: auto;
    left: 0;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image {
    position: relative;
    max-width: 640px;
    width: 100%;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp {
    max-width: 240px;
    margin: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp h2 {
    font-family: 'YuGothicB';
    font-size: 24px;
    line-height: 42px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp p {
    font-family: 'YuGothicC';
    font-size: 16px;
    line-height: 28px;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase {
    margin-top: 40px;
    display: block;
    width: 100%;
    border: 1px solid #262626;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, transparent 50%, #262626 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase:hover {
    background-position: left;
    color: white;
}

.main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image .catch {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-out;
}

.image-hover:hover {
    opacity: 1;
}

.main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_image .catch {
    left: 30px;
    right: auto;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado {
    padding: 55px 50px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 50px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp h2 {
    font-family: 'YuGothicB';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage {
    max-width: 400px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp {
    max-width: 410px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp p {
    font-size: 16px;
    font-family: 'YuGothicC';
    line-height: 31px;
    text-align: justify;
    margin-top: 10px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp a {
    width: 100%;
    height: 60px;
    background: linear-gradient(to left, #005935 50%, #262626 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    color: white;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp a:hover {
    background-position: left;
}

.iseji_series {
    margin-top: 50px;
}

.main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage a {
    display: none;
}

@media screen and (max-width:1430px) {
    #news_info {
        position: absolute;
        background-color: #cab161;
        width: calc(560/1430 * 100vw);
        padding: calc(15/1430 * 100vw) calc(25/1430 * 100vw);
        bottom: 0;
        height: calc(110/1430 * 100vw);
    }

    #news_info h2 {
        font-size: calc(14/1430 * 100vw);
    }

    #news_info ul li {
        font-size: calc(16/1430 * 100vw);
        margin-top: calc(13/1430 * 100vw);
    }

    .sp-top-guide .sp-guide-1 p {
        font-size: calc(15/1430 * 100vw);
        margin-top: calc(20/1430 * 100vw);
    }

    .sp-top-guide .sp-guide-1 a {
        font-size: calc(24/1430 * 100vw);
        margin-top: calc(10/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup {
        position: relative;
        margin-top: calc(50/1430 * 100vw);
    }

    /* .main-details .goods-details .campaign.real .pickup::before {
        content: '';
        background-color: #f4f2ee;
        width: 65%;
        height: 100%;
        position: absolute;
        top: calc(30/1430 * 100vw);
        z-index: 0;
        right: 0;
    } */
    .main-details .goods-details .campaign.real .pickup .pickup_part {
        display: flex;
        gap: calc(20/1430 * 100vw);
        align-items: center;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image {
        position: relative;
        max-width: calc(640/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp {
        max-width: calc(240/1430 * 100vw);
        margin: 0 calc(30/1430 * 100vw);
        position: relative;
        z-index: 2;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp h2 {
        font-family: 'YuGothicB';
        font-size: calc(24/1430 * 100vw);
        line-height: calc(42/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp p {
        font-family: 'YuGothicC';
        font-size: calc(16/1430 * 100vw);
        line-height: calc(28/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase {
        margin-top: calc(40/1430 * 100vw);
        display: block;
        width: 100%;
        border: 1px solid #262626;
        height: calc(60/1430 * 100vw);
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to left, transparent 50%, #262626 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase:hover {
        background-position: left;
        color: white;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image .catch {
        position: absolute;
        top: calc(30/1430 * 100vw);
        right: calc(30/1430 * 100vw);
        width: calc(100/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_image .catch {
        left: calc(30/1430 * 100vw);
        right: auto;
    }

    .goods-details .new_item .news_item_title {
        display: flex;
        align-items: flex-start;
    }

    .goods-details .new_item .news_item_title img {
        width: calc(60/1430 * 100vw);
        margin-right: calc(15/1430 * 100vw);
        margin-top: calc(15/1430 * 100vw);
        height: calc(2/1430 * 100vw);
    }

    .goods-details .new_item .news_item_title h2 {
        font-family: 'Helvetica Neue LT Std';
        font-size: calc(32/1430 * 100vw);
        font-weight: bold;
        text-align: left;
    }

    .goods-details .new_item .news_item_title h2 span {
        font-size: calc(16/1430 * 100vw);
        font-family: 'YuGothicC';
    }

    .goods-details .new_item .new_item_content {
        display: flex;
        justify-content: space-between;
        gap: calc(20/1430 * 100vw);
        margin-bottom: calc(50/1430 * 100vw);
        margin-top: calc(50/1430 * 100vw);
    }

    .goods-details .new_item .new_item_content .item_left {
        display: flex;
        gap: calc(20/1430 * 100vw);
    }

    .banner .follow .follow-button .close-button {
        position: absolute;
        top: 1vw;
        width: 1.4vw;
        right: 1vw;
        cursor: pointer;
    }

    .slideshow.slidebanner .item,
    .banner {
        width: 85%;
        height: calc(621/1430 * 100vw);
    }

    .slideshow.slidebanner .slick-arrow {
        width: calc(80/1430 * 100vw);
        height: calc(80/1430 * 100vw);
    }

    .banner .banner-ad-text img {
        width: 15px
    }

    .banner .banner-ad-text {
        transform: translate(-10%, -10%);
        top: 10%;
        left: 3%;
    }

    .right-banner .about-here {
        width: 62.5%
    }

    .right-banner .about-here p {
        font-size: 1.1vw;
    }

    .right-banner .about-here a {
        padding: 3.5%;
        margin-top: 1.4vw;
        font-size: 1.1vw;
    }

    .right-banner .about-here img {
        width: 0.6vw
    }

    .back-grey {
        height: calc(830/1430 * 100vw);
    }

    .banner {
        height: calc(730/1430 * 100vw);
        margin-top: calc(50/1430 * 100vw);
    }

    .main-title-top .top-beaf a p {
        font-size: 1.19vw;
        padding: 1.4vw 2.1vw;
        background-size: 201%;
    }

    .sp-guide a p {
        padding: 0.5vw;
    }

    .sp-guide a {
        font-size: 1.5vw;
        width: 9.7vw;
        padding: 0.9vw;
    }

    .banner .banner-ad-text img {
        width: 1.75vw
    }

    .banner .follow {
        width: 18.9vw;
        padding: 0.7vw;
    }

    .banner .follow .follow-button .follow-content {
        font-size: 1.05vw;
    }

    .slideshow.slidebanner .slick-dots li {
        padding: 0 calc(10/1430 * 100vw);
    }

    .slideshow.slidebanner .slick-dots {
        right: calc(100/1430 * 100vw);
        bottom: calc(-39/1430 * 100vw);
    }

    .slideshow.slidebanner .slick-dots .slick-active svg.circle {
        top: 12%;
        left: 16%;
        width: 110px;
        height: 110px;
        transform: rotateY(-180deg) rotateZ(-90deg) translate(50%, 50%);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.reverse {
        margin-top: calc(80/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second {
        margin-top: calc(30/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text {
        padding: calc(30/1430 *100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text h2 {
        font-size: calc(24/1430 * 100vw);
        line-height: calc(42/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text p {
        font-size: calc(16/1430 * 100vw);
        line-height: calc(28/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text a {
        width: calc(238/1430 * 100vw);
        height: calc(60/1430 * 100vw);
        margin-top: calc(20/1430 * 100vw);
        font-size: calc(16/1430 * 100vw);
    }

    .main-details .goods-details .news .left-news h2 {
        font-size: 2.25vw;
    }

    .main-details .goods-details .news .left-news h2 span {
        font-size: 1.13vw;
    }

    .main-details .goods-details .news .right-news .datetime {
        font-size: 0.92vw;
    }

    .main-details .goods-details .news .right-news ul li p,
    .main-details .goods-details .news .right-news ul li div,
    .main-details .goods-details .news .right-news ul li a,
    .main-details .goods-details .news .right-news a {
        font-size: 1.125vw;
    }

    .main-details .goods-details .news .left-news {
        width: 19.3vw;
    }

    .main-details .goods-details .news .left-news img {
        width: 4.2vw;
        margin-top: 5%;
        height: 2px;
    }

    .product .product-title img {
        margin-top: 3%;
        width: 4.2vw;
    }

    .main-details .goods-details .specialBox::before {
        height: calc(100% - calc(30/1430 * 100vw));
    }

    .main-details .goods-details .campaign {
        margin-left: calc(30/1430 * 100vw);
        margin-top: calc(30/1430 * 100vw);
    }

    .slideshow.slidecampaign .multiple-items {
        margin-top: calc(50/1430 * 100vw);
    }

    .campaign .campaign-title img {
        width: calc(48 /1430 * 100vw);
        margin-top: 1vw;
        height: 2px;
    }

    .main-details .goods-details .news .right-news ul li {
        padding: 1.4vw 0.7vw;
    }

    .campaign .campaign-title h2 {
        font-size: 2.25vw;
    }

    .campaign .campaign-title h2 span {
        font-size: 1.125vw;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption .fig-title {
        font-size: 1.4vw;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption .fig-content {
        font-size: 1.125vw;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption {
        padding: 1.4vw;
    }

    .product .product-title h2 span,
    .slideshow.slideproduction .production-items .item figcaption .fig-content {
        font-size: 1.125vw;
    }

    .slideshow.slideproduction .production-items .item figcaption .fig-title {
        font-size: 1.68vw;
    }

    .slideshow.slideproduction .production-items .item figcaption .fig-title span {
        font-size: 0.85vw;
    }

    .award-content-title p {
        font-size: 1.4vw;
        padding: 0.7vw 1.4vw;
    }

    .box .plus {
        width: 1.4vw;
        height: 1.4vw;
        padding: 1.125vw
    }

    .award-content-title .award-inside-content div img {
        width: 1.125vw;
    }

    .award-content-title .award-inside-content div {
        font-size: 1.125vw;
    }

    .sns-follow .follow-title img {
        width: 4.2vw;
        margin-top: 2%;
    }

    .sns-follow .follow-title h2 {
        font-size: 2.25vw;
    }

    .sns-follow .follow-title span {
        font-size: 1.125vw;
    }

    .sns-follow .sns a img {
        width: 3.53vw;
    }

    .sns-follow .sns .facebook img {
        width: 1.74vw;
    }

    .sns-follow .sns a {
        margin-right: 2.8vw;
    }

    .sns-follow .contant-form .title h2 {
        font-size: 1.54vw;
    }

    .sns-follow .contant-form .content .tel .content-title,
    .sns-follow .contant-form .content .fax .content-title {
        font-size: 1.4vw;
    }

    .sns-follow .contant-form .content .tel .phone,
    .sns-follow .contant-form .content .fax .phone {
        font-size: 2.8vw;
    }

    .sns-follow .contant-form .content .tel .content1,
    .sns-follow .contant-form .content .fax .content1 {
        font-size: 1.26vw;
    }

    .breadcrumb-1 .addcart a p {
        font-size: 0.7vw;
    }

    .breadcrumb-1 .bread .goods-name {
        font-size: 1.33vw;
    }

    .breadcrumb-1 .bread .goods-cost {
        font-size: 1.958vw;
    }

    .breadcrumb-1 .bread .goods-cost #yen {
        font-size: 0.98vw;
    }

    .sidebar .shopping-guide {
        padding: 1.4vw;
    }

    .sidebar .shopping-guide p {
        padding: 1.05vw;
    }

    .sidebar .shopping-guide p {
        font-size: 1.24vw;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part::before {
        top: calc(30/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third {
        margin-top: calc(50/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third::before {
        display: none;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text {
        padding: calc(30/1430 * 100vw);
        background-color: #f4f2ee;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text h2 {
        font-size: calc(24/1430 * 100vw);
        line-height: calc(42/1430 * 100vw);
        font-family: 'YuGothicB';
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text p {
        font-family: 'YuGothicC';
        font-size: calc(16/1430 * 100vw);
        line-height: calc(28/1430 * 100vw);
        text-align: justify;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text a {
        margin-top: calc(20/1430 * 100vw);
        height: calc(60/1430 * 100vw);
        font-size: calc(16/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text a:hover {
        background-position: left;
        color: white;
    }

    .box .plus:before,
    .box .plus:after {
        background: #000;
        content: '';
        height: 2px;
        left: 6px;
        position: absolute;
        top: 1vw;
        width: 1.54vw;
        transition: transform 500ms ease;
    }

    #countdown {
        left: 36%;
    }

    .iseji_series {
        margin-top: calc(50/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado {
        padding: calc(55/1430 * 100vw) calc(50/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item {
        display: flex;
        align-items: center;
        margin-bottom: calc(20/1430 * 100vw);
        gap: calc(50/1430 * 100vw)
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp h2 {
        font-family: 'YuGothicB';
        font-size: calc(40/1430 * 100vw);
        font-weight: bold;
        line-height: 1.5;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp {
        max-width: calc(410/1430 * 100vw)
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp p {
        font-size: calc(16/1430 * 100vw);
        font-family: 'YuGothicC';
        line-height: calc(31/1430 * 100vw);
        text-align: justify;
        margin-top: calc(10/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp a {
        width: 100%;
        height: calc(60/1430 * 100vw);
        background: linear-gradient(to left, #005935 50%, #262626 50%) right;
        background-size: 200%;
        transition: 0.5s ease-out;
        display: flex;
        margin-top: calc(30/1430 * 100vw);
        justify-content: center;
        align-items: center;
        color: white;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp a:hover {
        background-position: left;
    }

    .recommend {
        padding-top: calc(110/1430 * 100vw);
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage {
        max-width: calc(400/1430 * 100vw);
    }

    .award .viewmore {
        font-size: calc(16/1430 * 100vw);
    }

    .award .viewmore img {
        width: calc(8/1430*100vw);
    }
}

@media screen and (max-width:500px) {
    .main-details .goods-details .campaign.real .pickup .pickup_part.reverse {
        flex-direction: column;
    }

    .banner .follow .follow-button .follow-content {
        font-size: 15px;
    }

    .banner .follow {
        width: 270px
    }

    .custom-bottom-menu {
        position: absolute;
        top: 160px;
        display: flex !important;
        width: 100%;
        justify-content: center;
    }

    .custom-bottom-menu a {
        font-family: 'YuGothicB';
        font-size: 18px;
        color: #333333;
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 2px;
    }

    .custom-bottom-menu a:last-child {
        margin-left: 45px;
    }

    .custom-bottom-menu a::before {
        content: '';
        background: url(../renewal/arrow.svg) no-repeat;
        background-size: contain;
        background-position: center;
        width: 6px;
        height: 10px;
        margin-right: 5px;
    }

    .custom-bottom-menu a::after {
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: black;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .custom-bottom-menu a:hover::after {
        width: 100%;
        left: 0;
    }

    .slideshow.slidebanner .slick-dots li button {
        width: 30px;
    }

    .back-grey {
        top: 150px;
    }

    .slideshow {
        margin-top: 100px;
        z-index: 3
    }

    .slideshow.slidebanner .slick-dots li {
        padding: 15px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }

    #countdown {
        left: 50%;
    }

    .slideshow.slidebanner .slick-dots .slick-active svg.circle {
        display: block;
        position: absolute;
        top: -2px;
        left: 2px;
        width: 110px;
        height: 110px;
        transform: rotateY(-180deg) rotateZ(-90deg) translate(49px, 49px);
    }

    .sp-guide a p {
        padding: 2px;
        font-size: inherit;
    }

    .banner .banner-ad-text {
        transform: translate(-10%, -10%);
        top: 15%;
        left: 10%;
    }

    .sp-guide a {
        display: inline-block;
        position: absolute;
        margin-bottom: -20px;
        background-color: #333;
        color: white;
        padding: 8px;
        font-size: 22px;
        right: 0;
        width: 105px;
        transform: translateX(9%);
        top: 12px;
        line-height: 1.3;
    }

    .bn_standard {
        width: 90%;
        gap: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .bn_standard img {
        width: 100%;
    }

    .bn_standard .bn_standard {
        font-size: 16px;
        letter-spacing: -1px;
    }

    .main-details .goods-details .news .left-news h2 {
        font-size: inherit;
    }

    .main-details .goods-details .news .left-news h2 span {
        font-size: inherit;
    }

    .main-details .goods-details .news .right-news .datetime {
        font-size: 1.2vw;
    }

    .main-details .goods-details .news .right-news ul li p,
    .main-details .goods-details .news .right-news ul li div,
    .main-details .goods-details .news .right-news ul li a,
    .slideshow.slidecampaign .multiple-items .item figcaption .fig-content {
        font-size: inherit;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption .fig-title {
        font-size: inherit;
    }

    .sns-follow .contant-form .content .tel .phone,
    .sns-follow .contant-form .content .fax .phone {
        font-size: inherit;
    }

    .sns-follow .contant-form .content .tel .content1,
    .sns-follow .contant-form .content .fax .content1 {
        font-size: inherit;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption {
        background-color: white;
        padding: 15px 20px 15px;
    }

    .slideshow.slidebanner .slick-dots li {
        margin: 0;
    }

    .banner {
        flex-direction: column;
        margin-top: 0;
        position: relative;
    }

    /* .slideshow.slidebanner .item img {
        transition: all 14s cubic-bezier(0.7, 0, 0.3, 1);
        transform: scale(1.3);
        /* height: 600px; */
    .left-slider {
        width: 100%;
        position: relative;
        /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    }

    .slideshow.slidebanner img {
        height: 100%;
        object-fit: cover;
    }

    .right-banner.right-pc {
        display: none;
    }

    .sp.header {
        display: none !important;
    }

    .right-banner.right-sp {
        display: block;
        z-index: 3;
        margin-top: calc(var(--vh, 1vh) * 100);
    }

    .right-banner.right-sp img {
        height: 100%;
    }

    .right-banner {
        width: 100%;
        margin: 0;
    }

    .banner .banner-ad-text {
        top: 210px;
    }

    .right-banner .about-here {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -100px;
    }

    .main-section .goods-details {
        width: 100%;
        padding-top: 150px
    }

    .main-title-top .top-beaf {
        display: none;
    }

    .main-title-top .top-beaf-sp {
        display: block;
        padding: 7% 5%;
        background-color: #F4F2EE;
    }

    .banner .follow .follow-button .follow-content {
        font-size: 11px;
    }

    .slideshow.slidebanner .slick-dots li {
        padding-right: 20px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .slideshow.slidecampaign .multiple-items .item {
        margin: 30px 20px;
    }

    .main-title-top .top-beaf-sp .top-beaf-content {
        padding: 5%;
        font-family: 'YuGothicC';
        background-color: white;
    }

    .main-title-top .top-beaf-sp .top-beaf-content .c1 {
        line-height: 2;
    }

    .main-title-top .top-beaf-sp a {
        position: relative;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }

    .main-title-top .top-beaf-sp a p {
        color: white;
        font-size: 17px;
        font-family: 'YuGothicC';
        padding: 20px 30px;
        background: linear-gradient(to left, #DCAF00 50%, #333 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
    }

    .main-section .main-details {
        margin-top: 0;
        padding: 0;
    }

    .main-title-top .top-beaf-sp a p:hover {
        background-position: left;
    }

    .main-title-top .top-beaf-sp a p img {
        filter: brightness(0) invert(1);
        width: 8px;
        margin-right: 10px;
    }

    .main-details .goods-details .news .left-news {
        width: 100%;
        margin-left: 20px;
    }

    .main-details .goods-details .news {
        flex-direction: column;
        margin-top: 10px;
        padding: 5%;
        background: white;
        padding-top: 15%;
    }

    .main-details .goods-details .news .right-news {
        width: 100%;
        margin: 5% 0;
    }

    .main-details .goods-details .campaign.real {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .main-details .goods-details .campaign.real.isekado {
        width: 100%;
    }

    .main-details .goods-details .campaign.real.isekado .campaign-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-details .goods-details .campaign.real .bn_summer {
        margin-top: 20px;
    }

    .main-details .goods-details .campaign.real .bn_summer p {
        margin-top: 10px;
        text-align: center;
    }

    .slideshow.slidebanner .slick-dots .slick-active svg.circle {
        display: block;
        position: absolute;
        top: -7px;
        left: -5px;
        width: 110px;
        height: 110px;
        -webkit-transform: rotateY(-180deg) rotateZ(-90deg) translate(49px, 49px);
        transform: rotateY(-180deg) rotateZ(-90deg) translate(49px, 49px);
    }

    .campaign .campaign-title {
        justify-content: left;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption .fig-title {
        font-size: 16px;
    }

    .slideshow.slidecampaign .multiple-items .item figcaption .fig-content {
        font-size: 14px;
        margin-top: 8px;
    }

    .slideshow.slideproduction {
        width: 100%;
    }

    .slideshow.slideproduction .production-items .item figure {
        padding: 35px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-details .goods-details .specialBox::before {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .main-details .goods-details .campaign {
        margin-left: 30px;
        margin-top: 30px;
    }

    .slideshow.slidecampaign .multiple-items {
        margin-top: calc(50/1430 * 100vw);
    }

    .recommend .recommend-title {
        justify-content: left;
    }

    .recommend ul {
        width: 100%;
    }

    .recommend .recommend-title {
        padding: 10% 8% 20%;
    }

    .beaf-box {
        flex-direction: column;
        height: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .beaf-box a {
        width: 90%;
        margin: 0 auto;
    }

    .beaf-box img {
        width: 100%;
    }

    .beaf-box a:last-child {
        margin-top: 40px;
    }

    .award {
        flex-direction: column;
        margin-top: 0;
        padding: 10% 5% 15%;
    }

    .award #top-box {
        width: 90%;
    }

    .award .gold-image {
        width: 90%;
        margin-top: 50px;
    }

    .award-content-1 {
        margin-top: 10%;
    }

    .sns-follow {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
        margin-top: 0;
    }

    .sns-follow .contant-form .content {
        flex-direction: column;
    }

    .sns-follow .contant-form .content .tel,
    .sns-follow .contant-form .content .fax {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .sns-follow .contant-form .content .tel .content1,
    .sns-follow .contant-form .content .fax .content1 {
        font-size: 13px;
    }

    .award .viewmore {
        font-size: 16px;
    }

    .slideshow.slidebanner .slick-dots {
        position: absolute;
        bottom: -25px;
        right: auto;
        left: 30px;
        display: flex !important;
        justify-content: flex-end;
    }

    .slideshow.slidebanner .slick-arrow {
        background: url(../renewal/sp_arrow.svg);
        width: 60px;
        height: 60px;
        bottom: 0;
        background-size: contain;
        top: auto;
    }

    .slideshow.slidebanner .slick-next {
        bottom: 4px;
    }

    .slideshow.slidebanner .slick-prev {
        left: auto;
        right: 0;
        bottom: -60px;
    }

    .sp-top-guide {
        flex-direction: column;
        margin-top: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp-top-guide .sp-guide-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 2px;
    }

    .sp-top-guide .sp-guide-1 p {
        font-size: 15px;
        margin-top: 0px;
    }

    .sp-top-guide .sp-guide-1 a {
        font-size: 15px;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .sp-top-guide .sp-guide-1 a::before {
        content: '>';
        margin: 0 2px;
    }

    #news_info {
        bottom: -170px;
        width: 100%;
        height: 120px;
        z-index: 3;
        padding: 15px 30px;
    }

    #news_info h2 {
        font-size: 14px;
        line-height: 2;
    }

    #news_info ul {
        margin-top: 10px;
    }

    #news_info ul li {
        font-size: 16px;
    }

    .sp-top-guide.pc {
        display: none;
    }

    .sp.sp-top-guide {
        flex-direction: column;
        background: white;
    }

    .sp-top-guide .sp-guide {
        width: 100%;
    }

    .sp-top-guide .sp-guide-1 {
        width: 100%;
    }

    .product {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: white;
    }

    .slideshow.slideproduction .production-items .item figcaption .fig-title {
        font-size: 18px;
    }

    .slideshow.slideproduction .production-items .item figcaption .fig-title span {
        font-size: 14px;
    }

    .slideshow.slideproduction .production-items .item figcaption .fig-content {
        line-height: 20px;
        font-size: 12px;
        text-align: justify;
    }

    .sns-follow .contant-form .content .tel .phone,
    .sns-follow .contant-form .content .fax .phone {
        font-size: 24px;
        white-space: nowrap;
        letter-spacing: 2px;
    }

    .sns-follow .contant-form .content .fax .content1 a {
        margin-left: 0;
    }

    .sns-follow .sns a {
        margin-right: 20px;
    }

    .sns-follow .sns {
        margin-left: 0;
    }

    footer {
        margin-top: 0;
        z-index: 10;
        position: relative;
    }

    .sns-follow .contant-form .title h2 {
        line-height: 35px;
    }

    .banner {
        height: auto;
        width: 100%
    }

    .main-section .main-details {
        width: 100%
    }

    .banner .follow {
        top: calc(var(--vh, 1vh) * 100 - var(--topvh));
        bottom: auto;
        left: 0;
        width: 210px;
    }

    .slideshow.slidebanner .item {
        height: 100%;
    }

    .banner .banner-ad-text img {
        width: 25px;
    }

    #countdown {
        left: 65%;
    }

    .slideshow.slidebanner .slick-dots li button,
    .right-banner .about-here p {
        font-size: inherit;
    }

    .right-banner .about-here a {
        padding: 10px;
        margin-top: 20px;
        font-size: 16px;
    }

    .right-banner .about-here img {
        width: 8px;
    }

    .main-details .goods-details .news .left-news h2 {
        font-size: 33px;
    }

    .main-details .goods-details .news .left-news h2 span {
        font-size: 16px;
    }

    .main-details .goods-details .news .left-news img {
        width: 60px;
        margin-top: 10px;
        margin-right: 15px;
    }

    .main-details .goods-details .news .right-news .datetime {
        font-size: 13px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .main-details .goods-details .news .right-news ul li {
        padding: 10px 20px;
    }

    .campaign .campaign-title h2 {
        font-family: 'Helvetica Neue LT Std';
        font-size: 32px;
        font-weight: bold;
        text-align: left;
    }

    .campaign .campaign-title h2 span {
        font-size: 16px;
        font-family: 'YuGothicC';
    }

    .campaign .campaign-title img {
        width: 48px;
        margin-right: 10px;
        margin-top: 15px;
        height: 2px;
    }

    .slideshow.slidecampaign .multiple-items {
        margin-top: 35px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .slideshow.slidecampaign .multiple-items .item {
        margin: 0;
    }

    .slideshow.slidecampaign {
        margin-top: 0;
    }

    .product .product-title h2 span,
    .slideshow.slideproduction .production-items .item figcaption .fig-content {
        font-size: 16px;
    }

    .campaign {
        padding: 30px;
    }

    .product .product-title img {
        width: 60px;
        height: 2px;
        margin-right: 15px;
        margin-top: 12px;
    }

    .award .award-title .award-line .award-en {
        font-size: 32px;
    }

    .award .award-title .award-line .award-en span {
        font-size: 16px;
    }

    .award .award-title .award-line img {
        width: 60px;
        margin-right: 15px;
        height: 2px;
        margin-top: 15px;
    }

    .award-content-title p {
        padding: 10px 20px;
        font-size: 20px;
    }

    .box .plus {
        cursor: pointer;
        height: 21px;
        position: relative;
        width: 21px;
        padding: 16px;
        border-radius: 50px;
        background-color: transparent;
    }

    .award-content-title .award-inside-content div {
        font-size: 16px;
    }

    .award-content-title .award-inside-content div img {
        width: 20px;
    }

    .sns-follow .follow-title h2 {
        font-size: 32px;
    }

    .sns-follow .follow-title span {
        font-size: 16px;
    }

    .sns-follow .follow-title img {
        width: 60px;
        height: 2px;
        margin-top: 12px;
        margin-right: 15px;
        margin-left: 20px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second {
        flex-direction: row;
        gap: 20px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text {
        padding: 20px 0 0;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text h2 {
        font-size: 20px;
        line-height: 42px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text p {
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_text a {
        display: none;
    }

    .sns-follow .sns a img {
        width: 50px;
    }

    .sns-follow .sns .facebook img {
        width: 25px;
    }

    .sns-follow .contant-form .title h2 {
        font-size: 22px;
    }

    .sns-follow .contant-form .content .tel .content-title,
    .sns-follow .contant-form .content .fax .content-title {
        font-size: 20px;
    }

    .main-details .goods-details .news .right-news ul li p,
    .main-details .goods-details .news .right-news ul li div,
    .main-details .goods-details .news .right-news ul li a,
    .main-details .goods-details .news .right-news a {
        font-size: 16px;
    }

    .box .plus:before,
    .box .plus:after {
        background: #000;
        content: '';
        height: 5px;
        left: 6px;
        position: absolute;
        top: 13px;
        width: 21px;
        transition: transform 500ms ease;
    }

    .banner .follow .follow-button .close-button {
        width: 20px;
        top: 10px;
        right: 15px;
    }

    .right-banner .about-here {
        width: 100%;
        max-width: 340px;
    }

    .goods-details .new_item .new_item_content {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .goods-details .new_item .new_item_content .item_left {
        display: flex;
        gap: 20px
    }

    .goods-details .new_item .news_item_title {
        display: flex;
        align-items: flex-start;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .goods-details .new_item .news_item_title img {
        width: 60px;
        margin-right: 15px;
        margin-top: 15px;
        height: 2px;
    }

    .goods-details .new_item .news_item_title h2 {
        font-family: 'Helvetica Neue LT Std';
        font-size: 32px;
        font-weight: bold;
        text-align: left;
    }

    .goods-details .new_item .news_item_title h2 span {
        font-size: 16px;
        font-family: 'YuGothicC';
    }

    .main-details .goods-details .campaign.real .pickup {
        position: relative;
        margin-top: 40px;
    }

    /* .main-details .goods-details .campaign.real .pickup::before {
        content: '';
        background-color: #f4f2ee;
        width: 65%;
        height: 100%;
        position: absolute;
        top: calc(30/1430 * 100vw);
        z-index: 0;
        right: 0;
    } */
    .main-details .goods-details .campaign.real .pickup .pickup_part {
        display: flex;
        flex-direction: column;
        gap: calc(20/1430 * 100vw);
        align-items: center;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image {
        position: relative;
        max-width: 640px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp {
        max-width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp h2 {
        font-family: 'YuGothicB';
        font-size: 22px;
        line-height: 42px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp p {
        font-family: 'YuGothicC';
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase {
        margin-top: calc(40/1430 * 100vw);
        display: block;
        width: 100%;
        border: 1px solid #262626;
        height: calc(60/1430 * 100vw);
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to left, transparent 50%, #262626 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
        display: none;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_exp .purchase:hover {
        background-position: left;
        color: white;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part .pickup_part_image .catch {
        position: absolute;
        top: calc(30/1430 * 100vw);
        right: calc(30/1430 * 100vw);
        width: 68px
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.second .pickup_part_image .catch {
        width: 50px;
        right: auto;
        left: 10px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third {
        margin-top: 50px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third::before {
        display: none;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text {
        padding: 20px 0 0;
        background-color: #f4f2ee;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text h2 {
        font-size: 20px;
        line-height: 42px;
        font-family: 'YuGothicB';
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text p {
        font-family: 'YuGothicC';
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }

    .main-details .goods-details .campaign.real .pickup .pickup_part.third .pickup_part_text a {
        display: none;
    }

    .other_set.sp {
        margin-left: auto;
        margin-right: auto;
        height: 90px;
        background-color: #b3161d;
        margin-top: 50px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .other_set.sp a {
        font-family: 'YuGothicC';
        font-size: 18px;
        line-height: 35px;
        width: 100%;
        color: white;
        position: relative;
        width: fit-content;
    }

    .other_set.sp a::after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        left: 50%;
        background: white;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .other_set.sp a:hover:after {
        width: 100%;
        left: 0;
    }

    .iseji_series {
        margin-top: 60px;
    }

    .iseji_series h2 {
        font-size: 22px;
        font-family: 'YuGothicB';
        line-height: 42px;
        margin-top: 10px;
    }

    .iseji_series p {
        font-size: 18px;
        font-family: 'YuGothicC';
        line-height: 30px;
        padding-bottom: 0;
    }

    .main-details .goods-details .campaign.real.bg_change {
        background-color: white;
        width: 100%;
    }

    .main-details .goods-details .campaign.real.isekado {
        background: white;
        margin-top: 0;
        padding-top: 120px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado {
        padding: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-details .goods-details .campaign.real.bg_change .campaign-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item {
        flex-direction: column;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp {
        max-width: 100%;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp h2 {
        font-size: 30px;
        line-height: 60px;
        margin-top: 10px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp p {
        font-size: 18px;
        line-height: 30px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item {
        gap: 30px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item:last-of-type .exp p {
        color: #262626;
        margin-top: 20px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .exp a {
        display: none;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage {
        max-width: 100%;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage a {
        width: 100%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        background: linear-gradient(to left, #005935 50%, #262626 50%) right;
        background-size: 200%;
        transition: 0.5s ease-out;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .main-details .goods-details .campaign.real.isekado .aboutIsekado .aboutIsekado_item .aboutImage a:hover {
        background-position: left;
    }

    .slideshow.slidebanner .slick-slide img {
        object-fit: contain;
    }

    .pc {
        display: none !important;
    }

    .SP {
        display: block !important;
    }

    .slideshow.slidebanner .slick-list {
        padding: 0 0 0 0 !important;
    }

    .award .viewmore img {
        width: 8px;
    }
}

@media screen and (max-width:1370px) and (min-width:500px) {
    .back-grey {
        height: calc(835/1430 * 100vw);
    }

    .banner {
        height: calc(725/1430 * 100vw);
        margin-top: calc(50/1430 * 100vw);
    }
}
