.main-section .sidebar .insidebar,
.main-section .sidebar .p500 {
    display: block;
}

.fs-l-main,
.fs-l-pageMain {
    padding: 0;
}

.fs-l-pageMain {
    width: 100%;
}

.main-section .main-details {
    width: 100%;
}

.fs-c-heading--page {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .fs-l-main {
        max-width: 1280px;
        margin: 0px auto;
        padding: 2em 0 0;
        background-color: #FFFFFF;
    }
}

@media screen and (min-width: 768px) {
    .fs-c-heading--page {
        padding: 1.8em 0;
    }
}

.limitset h2 {
    font-size: 38px;
    line-height: 49px;
    font-family: 'YuGothicB';
    text-align: center;
}

.limitset .limit_banner {
    margin-top: 15px;
}

.limitset .limit_banner img {
    width: 100%;
}

.limitset .limit_banner .limit_logo {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    position: relative;
}

.limitset .limit_banner .limit_logo .logo_left {
    width: 22%;
}

.limitset .limit_banner .limit_logo .logo_left img {
    position: absolute;
    max-width: 210px;
    top: -145px;
}

.limitset .limit_banner .limit_logo .logo_content {
    width: 69%
}

.limitset .limit_banner .limit_logo .logo_content p {
    font-size: 16px;
    font-family: 'YuGothicC';
    line-height: 40px;
}

.limitset .limit_product_content {
    margin-top: 65px;
}

.limitset .limit_product_content h2 {
    font-size: 30px;
    font-family: 'YuGothicB';
    line-height: 48px;
    text-align: center;
    color: #E73562;
    margin-bottom: 40px;
}

.limitset .limit_product_content .pro_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.limitset .limit_product_content .product_title {
    margin: 20px 0;
}

.limitset .limit_product_content .limit_product_detail {
    border-top: 1px solid #262626;
}

.limitset .limit_product_content .limit_product_detail h3 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'YuGothicB';
    padding: 15px 0 0;
}

.limitset .limit_product_content .limit_product_detail .product-description {
    font-family: 'YuGothicC';
    font-size: 16px;
    line-height: 30px;
}

.limitset .limit_product_content .limit_product_detail .integrate {
    margin-top: 20px;
}

.limitset .limit_product_content .limit_product_detail .integrate p {
    font-family: 'YuGothicB';
    color: #005935;
    font-size: 16px;
    line-height: 30px;
}

.limitset .limit_purchage {
    margin-top: 55px;
    border: 6px solid #E73562;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.limitset .limit_purchage .purchase_logo {
    width: 60%;
}

.limitset .limit_purchage h3 {
    font-size: 26px;
    font-family: 'YuGothicB';
    color: #E73562;
}

.limitset .limit_purchage p {
    font-family: 'YuGothicB';
    line-height: 18.14px;
    margin: 25px 0 20px;
    font-size: 18px;
}

.limitset .limit_purchage ul li {
    font-family: 'YuGothicC';
    line-height: 26.25px;
    font-size: 15px;
}

.limitset .limit_purchage .limit_price {
    font-size: 40px;
    font-family: 'CenturyGothic';
    text-align: center;
    margin: 25px 0 15px;
}

.limitset .limit_purchage .limit_price span {
    font-family: 'YuGothicC';
    font-size: 20px;
}

.limitset .limit_purchage .puchase_button button {
    background: #005935;
    outline: none;
}

.limitset .limit_purchage .puchase_button .add-cart {
    display: flex;
    background-color: #005935;
    align-items: center;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'YuGothicC';
    padding: 30px 0;
    margin-top: 8%;
    cursor: pointer;
    background: linear-gradient(to left, #005935 50%, #333 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border: none;
    outline: none;
    width: 100%;
}

.limitset .limit_purchage .puchase_button .add-cart:hover {
    background-position: left;
}

.limitset .limit_purchage .puchase_button .add-cart img {
    margin-right: 20px;
}

.limitset .pc_text_one {
    margin-top: 90px;
}

.limitset .pc_text_one .pc_title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.limitset .pc_text_one.gentai .pc_title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.limitset .pc_text_one p {
    font-size: 18px;
    line-height: 34px;
    font-family: 'YuGothicC';
    margin: 40px 0;
}

.limitset .limit_intro h2 {
    font-size: 24px;
    font-family: 'YuGothicB';
    line-height: 30px;
    color: #005935;
    text-align: center;
}

.limitset .limit_intro.gentai h2 {
    font-size: 18px;
    font-family: 'YuGothicB';
    line-height: 33px;
    color: #262626;
    text-align: center;
}

.limitset .limit_intro .intro_content {
    margin-top: 45px;
}

.limitset .limit_intro .intro_content img {
    width: 100%;
}

.limitset .limit_intro .intro_content .sakura_intro {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.limitset .limit_intro .intro_content .sakura_intro .intro_logo {
    width: 45%;
    position: relative;
}

.limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img {
    max-width: 260px;
    position: absolute;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a {
    font-size: 14px;
    line-height: 22px;
    font-family: 'YuGothicC';
}

.limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a:first-of-type {
    margin-top: 10px;
    display: block;
}

.limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail {
    width: 55%;
}

.limitset .limit_intro .intro_content .intro_title {
    font-size: 18px;
    line-height: 31.5px;
    text-align: right;
    padding-right: 30px;
}

.limitset .limit_intro .intro_content .intro_title.sp:first-of-type {
    padding-top: 15px;
}

.limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .intro_title {
    font-size: 22px;
    font-family: 'YuGothicC';
    text-align: right;
    line-height: 38.5px;
    margin-top: 15px;
}

.limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 {
    font-size: 32px;
    line-height: 30px;
    font-family: 'YuGothicB';
    margin-top: 20px;
}

.limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 span {
    font-family: 'YuGothicC';
    font-size: 23px;
    line-height: 30px;
}

.limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .detail_block {
    font-size: 14px;
    line-height: 24px;
    font-family: 'YuGothicC';
    margin-top: 15px;
}

.limitset .limited_beer_box {
    background: #005935;
    margin-top: 130px;
}

.limitset .limited_beer_box .limited_beer_box_image {
    text-align: right;
    padding-right: 30px;
}

.limitset .limited_beer_box .beer_logo {
    width: 75%;
    margin-left: auto;
    display: inline-block;
    margin-top: -1px;
}

.limitset .limited_beer {
    background: #005935;
    padding: 0 50px 50px;
}

.limitset .limited_beer .limited_mark {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.limitset .limited_beer .limited_mark .limited_content {
    text-align: center;
}

.limitset .limited_beer .limited_mark .limited_content h3 {
    font-size: 40px;
    font-family: 'YuGothicB';
    line-height: 70px;
    color: #C0A673;
}

.limitset .limited_beer .limited_mark .mark_image {
    max-width: 210px;
    width: 100%;
}

.limitset .limited_beer .limited_mark .limited_content p {
    font-size: 26px;
    line-height: 46px;
    color: #C0A673;
}

.limitset .limited_beer .limit_img {
    margin-top: 50px;
}

.limitset .limited_beer .limit_img img {
    width: 100%;
}

.limitset .limited_beer .limit_comment {
    margin-top: 50px;
}

.limitset .limited_beer .limit_comment h2 {
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #C0A673;
    font-family: 'YuGothicB';
}

.limitset .limited_beer .limit_comment .comment_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.limitset .limited_beer .limit_comment .comment_list img {
    width: 100%;
}

.limitset .limited_beer .limit_comment .comment_list .comment_title {
    position: relative;
    display: flex;
    margin: 20px 0;
}

.limitset .limited_beer .limit_comment .comment_list .comment_title .bottle {
    position: relative;
    width: 25%;
}

.limitset .limited_beer .limit_comment .comment_list .comment_title img {
    position: absolute;
    max-width: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -120px;
}

.limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:first-of-type {
    font-family: 'YuGothicB';
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:last-of-type {
    font-family: 'YuGothicB';
    font-size: 22px;
    line-height: 38.5px;
    color: white;
}

.limitset .limited_beer .limit_comment .comment_list .comment_detail {
    font-size: 16px;
    line-height: 30px;
    color: white;
    font-family: 'YuGothicC';
    text-align: justify;
}

.honkado {
    padding-top: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.honkado h2 {
    font-size: 26px;
    line-height: 31px;
    color: #005935;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
    font-family: 'YuGothicB';
}

.honkado .honkado_item {
    margin-top: 40px;
    display: flex;
    position: relative;
    min-height: 300px;
    background: white;
    width: 92%;
    margin-left: auto;
}

.honkado .honkado_item .honkado_image {
    max-width: 240px;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: -69px;
}

.honkado .honkado_item .honkado_content {
    width: 100%;
}

.honkado .honkado_item .honkado_content h3 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'YuGothicB';
    padding: 12px 0;
    background: #F4F2EE;
    padding-left: 40px;
    width: 100%;
    padding-left: 200px;
}

.honkado .honkado_item .honkado_content h3 span {
    font-family: 'YuGothicB';
}

.honkado .honkado_item .honkado_content p {
    font-size: 15px;
    line-height: 30px;
    background: white;
    position: relative;
    right: 0;
    width: 100%;
    min-height: 210px;
    padding: 30px 30px 30px 200px;
    text-align: justify;
    font-family: "YuGothicC";
}

.limitset .limitset_banner {
    background-color: #D0B062;
    padding: 40px;
}

.limitset .limitset_banner .gentai_image {
    display: flex;
    position: relative;
}

.limitset .limitset_banner .gentai_image img {
    width: 50%;
}

.limitset .limitset_banner .limit_gentai_logo {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.limitset .limitset_banner .limit_gentai_logo .limit_logo_img img {
    width: 100%;
}

.limitset .limitset_banner .limit_gentai_logo .limit_logo_img {
    max-width: 260px;
    width: 100%;
}

.limitset .limitset_banner .limit_gentai_content {
    text-align: center;
}

.limitset .limitset_banner .limit_gentai_content img {
    max-width: 285px;
    margin: 20px;
}

.limitset .limitset_banner .limit_gentai_content h2 {
    font-size: 50px;
    font-family: 'YuGothicB';
    color: white;
    line-height: 70px;
    border-bottom: 5px solid white;
    background: transparent;
    padding: 0;
}

.limitset .limitset_banner .limit_gentai_content p {
    font-size: 16px;
    line-height: 32px;
    color: white;
    text-align: justify;
    font-family: "YuGothicC";
}

@media screen and (max-width:1430px) {
    .limitset h2 {
        font-size: calc( 38/ 1430 * 100vw);
        line-height: calc( 49/ 1430 * 100vw);
    }
    .limitset .limit_banner {
        margin-top: calc( 15/ 1430 * 100vw)
    }
    .limitset .limit_banner img {
        width: 100%;
    }
    .limitset .limit_banner .limit_logo {
        margin-top: calc( 45/ 1430 * 100vw);
    }
    .limitset .limit_banner .limit_logo .logo_left img {
        position: absolute;
        max-width: calc( 210/ 1430 * 100vw);
        top: calc( -145/ 1430 * 100vw);
    }
    .limitset .limit_banner .limit_logo .logo_content p {
        font-size: calc( 16/ 1430 * 100vw);
        font-family: 'YuGothicC';
        line-height: calc( 40/ 1430 * 100vw);
    }
    .limitset .limit_product_content {
        margin-top: calc( 65/ 1430 * 100vw);
    }
    .limitset .limit_product_content h2 {
        font-size: calc( 30/ 1430 * 100vw);
        line-height: calc( 48/ 1430 * 100vw);
        margin-bottom: calc( 40/ 1430 * 100vw);
    }
    .limitset .limit_product_content .pro_list {
        grid-gap: calc( 40/ 1430 * 100vw);
    }
    .limitset .limit_product_content .product_title {
        margin: calc( 20/ 1430 * 100vw) 0;
    }
    .limitset .limit_product_content .limit_product_detail h3 {
        font-size: calc( 20/ 1430 * 100vw);
        line-height: calc( 35/ 1430 * 100vw);
        padding: calc( 15/ 1430 * 100vw) 0 0;
    }
    .limitset .limit_product_content .limit_product_detail .product-description {
        font-family: 'YuGothicC';
        font-size: calc( 16/ 1430 * 100vw);
        line-height: calc( 30/ 1430 * 100vw);
    }
    .limitset .limit_product_content .limit_product_detail .integrate {
        margin-top: calc( 20/ 1430 * 100vw);
        ;
    }
    .limitset .limit_product_content .limit_product_detail .integrate p {
        font-family: 'YuGothicB';
        color: #005935;
        font-size: calc( 16/ 1430 * 100vw);
        line-height: calc( 30/ 1430 * 100vw);
    }
    .limitset .limit_purchage {
        margin-top: calc( 55/ 1430 * 100vw);
        border: calc( 6/ 1430 * 100vw) solid #E73562;
        border-radius: calc( 30/ 1430 * 100vw);
        padding: calc( 30/ 1430 * 100vw);
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: calc( 40/ 1430 * 100vw);
    }
    .limitset .limit_purchage .purchase_logo {
        width: 60%;
    }
    .limitset .limit_purchage h3 {
        font-size: calc( 26/ 1430 * 100vw);
        font-family: 'YuGothicB';
        color: #E73562;
    }
    .limitset .limit_purchage p {
        font-family: 'YuGothicB';
        line-height: calc( 18/ 1430 * 100vw);
        margin: calc( 25/ 1430 * 100vw) 0 calc( 20/ 1430 * 100vw);
        font-size: calc(18/1430 * 100vw);
    }
    .limitset .limit_purchage ul li {
        font-family: 'YuGothicC';
        line-height: calc( 26.25/ 1430 * 100vw);
        ;
        font-size: calc( 15/ 1430 * 100vw);
        ;
    }
    .limitset .limit_purchage .limit_price {
        font-size: calc( 40/ 1430 * 100vw);
        font-family: 'CenturyGothic';
        text-align: center;
        margin: calc( 25/ 1430 * 100vw) 0 calc( 15/ 1430 * 100vw);
    }
    .limitset .limit_purchage .limit_price span {
        font-family: 'YuGothicC';
        font-size: calc( 20/ 1430 * 100vw);
    }
    .limitset .limit_purchage .puchase_button button {
        background: #005935;
        outline: none;
    }
    .limitset .limit_purchage .puchase_button .add-cart {
        font-size: calc( 18/ 1430 * 100vw);
        font-family: 'YuGothicC';
        padding: calc( 30/ 1430 * 100vw) 0;
        margin-top: 8%;
        cursor: pointer;
        background: linear-gradient(to left, #005935 50%, #333 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
        border: none;
        outline: none;
        width: 100%;
    }
    .limitset .limit_purchage .puchase_button .add-cart:hover {
        background-position: left;
    }
    .limitset .limit_purchage .puchase_button .add-cart img {
        margin-right: calc( 20/ 1430 * 100vw);
    }
    .limitset .pc_text_one {
        margin-top: calc( 90/ 1430 * 100vw);
    }
    .limitset .pc_text_one .pc_title {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .limitset .pc_text_one.gentai .pc_title {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .limitset .pc_text_one p {
        font-size: calc( 18/ 1430 * 100vw);
        line-height: calc( 34/ 1430 * 100vw);
        font-family: 'YuGothicC';
        margin: calc( 40/ 1430 * 100vw) 0;
    }
    .limitset .limit_intro h2 {
        font-size: calc( 24/ 1430 * 100vw);
        font-family: 'YuGothicB';
        line-height: calc( 30/ 1430 * 100vw);
        color: #005935;
        text-align: center;
    }
    .limitset .limit_intro.gentai h2 {
        font-size: calc( 18/ 1430 * 100vw);
        font-family: 'YuGothicB';
        line-height: calc( 33/ 1430 * 100vw);
        color: #262626;
        text-align: center;
    }
    .limitset .limit_intro .intro_content {
        margin-top: calc( 45/ 1430 * 100vw);
    }
    .limitset .limit_intro .intro_content img {
        width: 100%;
    }
    .limitset .limit_intro .intro_content .sakura_intro {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo {
        width: 45%;
        position: relative;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img {
        max-width: calc( 260/ 1430 * 100vw);
        position: absolute;
        top: calc( -50/ 1430 * 100vw);
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a {
        font-size: calc( 14/ 1430 * 100vw);
        line-height: calc( 22/ 1430 * 100vw);
        font-family: 'YuGothicC';
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a:first-of-type {
        margin-top: calc( 10/ 1430 * 100vw);
        display: block;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail {
        width: 55%;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .intro_title {
        font-size: calc( 22/ 1430 * 100vw);
        font-family: 'YuGothicC';
        text-align: right;
        line-height: calc( 38.5/ 1430 * 100vw);
        margin-top: calc( 15/ 1430 * 100vw);
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 {
        font-size: calc( 32/ 1430 * 100vw);
        ;
        line-height: calc( 30/ 1430 * 100vw);
        ;
        font-family: 'YuGothicB';
        margin-top: calc( 20/ 1430 * 100vw);
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 span {
        font-family: 'YuGothicC';
        font-size: calc( 23/ 1430 * 100vw);
        line-height: calc( 30/ 1430 * 100vw);
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .detail_block {
        font-size: calc( 14/ 1430 * 100vw);
        line-height: calc( 24/ 1430 * 100vw);
        font-family: 'YuGothicC';
        margin-top: calc( 15/ 1430 * 100vw);
    }
    .limitset .limited_beer_box {
        background: #005935;
        margin-top: calc( 130/ 1430 * 100vw);
    }
    .limitset .limited_beer_box .limited_beer_box_image {
        text-align: right;
        padding-right: calc( 30/ 1430 * 100vw);
    }
    .limitset .limited_beer_box .beer_logo {
        width: 75%;
        margin-left: auto;
        display: inline-block;
        margin-top: -1px;
    }
    .limitset .limited_beer {
        background: #005935;
        padding: 0 calc( 50/ 1430 * 100vw) calc( 50/ 1430 * 100vw);
    }
    .limitset .limited_beer .limited_mark {
        display: flex;
        margin-top: calc( 40/ 1430 * 100vw);
        justify-content: space-between;
    }
    .limitset .limited_beer .limited_mark .limited_content {
        text-align: center;
    }
    .limitset .limited_beer .limited_mark .limited_content h3 {
        font-size: calc( 40/ 1430 * 100vw);
        font-family: 'YuGothicB';
        line-height: calc( 70/ 1430 * 100vw);
        color: #C0A673;
    }
    .limitset .limited_beer .limited_mark .mark_image {
        max-width: calc( 210/ 1430 * 100vw);
        width: 100%;
    }
    .limitset .limited_beer .limited_mark .limited_content p {
        font-size: calc( 26/ 1430 * 100vw);
        line-height: calc( 46/ 1430 * 100vw);
        color: #C0A673;
    }
    .limitset .limited_beer .limit_img {
        margin-top: calc( 50/ 1430 * 100vw);
    }
    .limitset .limited_beer .limit_img img {
        width: 100%;
    }
    .limitset .limited_beer .limit_comment {
        margin-top: calc( 50/ 1430 * 100vw);
    }
    .limitset .limited_beer .limit_comment h2 {
        font-size: 28px;
        line-height: calc( 48/ 1430 * 100vw);
        text-align: center;
        color: #C0A673;
        font-family: 'YuGothicB';
    }
    .limitset .limited_beer .limit_comment .comment_list {
        margin-top: calc( 30/ 1430 * 100vw);
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: calc( 40/ 1430 * 100vw);
    }
    .limitset .limited_beer .limit_comment .comment_list img {
        width: 100%;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title {
        position: relative;
        display: flex;
        margin: calc( 20/ 1430 * 100vw) 0;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle {
        position: relative;
        width: 25%;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title img {
        position: absolute;
        max-width: 60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc( -120/ 1430 * 100vw);
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:first-of-type {
        font-family: 'YuGothicB';
        font-size: calc( 16/ 1430 * 100vw);
        line-height: calc( 28/ 1430 * 100vw);
        color: white;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:last-of-type {
        font-family: 'YuGothicB';
        font-size: calc( 22/ 1430 * 100vw);
        line-height: calc( 38.5/ 1430 * 100vw);
        color: white;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_detail {
        font-size: calc( 16/ 1430 * 100vw);
        line-height: calc( 30/ 1430 * 100vw);
        color: white;
        font-family: 'YuGothicC';
        text-align: justify;
    }
    .honkado {
        padding-top: calc(100/1430 * 100vw);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .honkado h2 {
        font-size: calc(26/1430 * 100vw);
        line-height: calc(31/1430 * 100vw);
        color: #005935;
        margin-left: auto;
        text-align: left;
        margin-right: auto;
        font-family: 'YuGothicB';
    }
    .honkado .honkado_item {
        margin-top: calc(40/1430 * 100vw);
        display: flex;
        position: relative;
        min-height: calc(300/1430 * 100vw);
        background: white;
        width: 92%;
        margin-left: auto;
    }
    .honkado .honkado_item .honkado_image {
        max-width: calc(240/1430 * 100vw);
        width: 100%;
        z-index: 2;
        position: absolute;
        left: calc(- 26/1430 * 100vw);
    }
    .honkado .honkado_item .honkado_content {
        width: 100%;
    }
    .honkado .honkado_item .honkado_content h3 {
        font-size: calc(20/1430 * 100vw);
        line-height: calc(32/1430 * 100vw);
        font-family: 'YuGothicB';
        padding: calc(12/1430 * 100vw) 0;
        background: #F4F2EE;
        padding-left: calc(40/1430 * 100vw);
        width: 100%;
        padding-left: calc(200/1430 * 100vw);
    }
    .honkado .honkado_item .honkado_content p {
        font-size: calc(15/1430 * 100vw);
        line-height: calc(30/1430 * 100vw);
        background: white;
        position: relative;
        right: 0;
        width: 100%;
        min-height: calc(210/1430 * 100vw);
        padding: calc(30/1430 * 100vw) calc(30/1430 * 100vw) calc(30/1430 * 100vw) calc(200/1430 * 100vw);
        text-align: justify;
    }
    .limitset .limitset_banner {
        background-color: #D0B062;
        padding: calc(40/1430 * 100vw);
    }
    .limitset .limitset_banner .gentai_image {
        display: flex;
        position: relative;
    }
    .limitset .limitset_banner .gentai_image img {
        width: 50%;
    }
    .limitset .limitset_banner .limit_gentai_logo {
        display: flex;
        gap: calc(50/1430 * 100vw);
        margin-top: calc(50/1430 * 100vw);
    }
    .limitset .limitset_banner .limit_gentai_logo .limit_logo_img img {
        width: 100%;
    }
    .limitset .limitset_banner .limit_gentai_logo .limit_logo_img {
        max-width: calc(260/1430 * 100vw);
        width: 100%;
    }
    .limitset .limitset_banner .limit_gentai_content {
        text-align: center;
    }
    .limitset .limitset_banner .limit_gentai_content img {
        max-width: calc(285/1430 * 100vw);
        margin: calc(20/1430 * 100vw);
    }
    .limitset .limitset_banner .limit_gentai_content h2 {
        font-size: calc(50/1430 * 100vw);
        font-family: 'YuGothicB';
        color: white;
        line-height: calc(70/1430 * 100vw);
        border-bottom: calc(5/1430 * 100vw) solid white;
    }
    .limitset .limitset_banner .limit_gentai_content p {
        font-size: calc(16/1430 * 100vw);
        line-height: calc(32/1430 * 100vw);
        color: white;
        text-align: justify;
    }
}

@media screen and (max-width: 500px) {
    .limitset h2 {
        font-size: 22px;
        line-height: 35px;
        font-family: 'YuGothicB';
        text-align: center;
    }
    .limitset .limit_banner {
        margin-top: 60px;
    }
    .limitset .limit_banner img {
        width: 100%;
    }
    .limitset .limit_banner .limit_logo {
        display: flex;
        justify-content: space-between;
        margin-top: 45px;
        position: relative;
        flex-direction: column;
    }
    .limitset .limit_banner .limit_logo .logo_left {
        width: 22%;
    }
    .limitset .limit_banner .limit_logo .logo_left img {
        position: absolute;
        max-width: 156px;
        top: -130px;
        left: 30px;
    }
    .limitset .limit_banner .limit_logo .logo_content {
        width: 100%;
        padding: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .limitset .limit_banner .limit_logo .logo_content p {
        font-size: 20px;
        font-family: 'YuGothicC';
        line-height: 36px;
        margin-top: 20px;
        text-align: justify;
    }
    .limitset .anchor_link {
        padding: 0 30px;
        margin-top: 35px;
        margin-bottom: 80px;
    }
    .limitset .anchor_link .first_block {
        display: flex;
        justify-content: space-between;
        gap: 10px
    }
    .limitset .anchor_link .first_block a {
        display: flex;
        background: #E73562;
        color: white;
        text-align: center;
        width: 110px;
        height: 80px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        line-height: 20px;
        flex-direction: column;
        gap: 5px;
        font-family: 'YuGothicC';
    }
    .limitset .anchor_link .purchase_anchor {
        margin-top: 20px;
    }
    .limitset .anchor_link .purchase_anchor a {
        font-family: 'YuGothicC';
        background: #005935;
        color: white;
        max-width: 500px;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        font-size: 19px;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
    .limitset .anchor_link .first_block a::after,
    .limitset .anchor_link .purchase_anchor a::after {
        content: url('https://isekadoyabeer.itembox.design/item/freepage/anchor.png');
    }
    .limitset .anchor_link .first_block.last a::after {
        display: none;
    }
    .limitset .anchor_link .first_block.last a::before {
        content: url('https://isekadoyabeer.itembox.design/item/freepage/anchor.png');
        transform: rotate(180deg);
    }
    .limitset .limit_product_content {
        margin-top: 65px;
    }
    .limitset .limit_product_content h2 {
        font-size: 30px;
        font-family: 'YuGothicB';
        line-height: 48px;
        text-align: center;
        color: #E73562;
        margin-bottom: 20px;
    }
    .limitset .limit_product_content .pro_list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 80px;
        padding: 0 30px;
    }
    .limitset .limit_product_content .product_title {
        margin: 20px 0;
    }
    .limitset .limit_product_content .limit_product_detail {
        border-top: 1px solid #262626;
    }
    .limitset .limit_product_content .limit_product_detail h3 {
        font-size: 22px;
        line-height: 34px;
        font-family: 'YuGothicB';
        padding: 15px 0 0;
    }
    .limitset .limit_product_content .limit_product_detail .product-description {
        font-family: 'YuGothicC';
        font-size: 20px;
        line-height: 36px;
        text-align: justify;
        margin-top: 5px;
    }
    .limitset .limit_product_content .limit_product_detail .integrate {
        margin-top: 20px;
    }
    .limitset .limit_product_content .limit_product_detail .integrate p {
        font-family: 'YuGothicB';
        color: #005935;
        font-size: 18px;
        line-height: 32px;
    }
    .limitset .limit_purchage {
        margin-top: 55px;
        border: 6px solid #E73562;
        border-radius: 30px;
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
    }
    .limitset .limit_purchage .purchase_logo {
        width: 100%;
    }
    .limitset .limit_purchage h3 {
        font-size: 26px;
        font-family: 'YuGothicB';
        color: #E73562;
    }
    .limitset .limit_purchage p {
        font-family: 'YuGothicB';
        line-height: 18.14px;
        margin: 25px 0 20px;
        font-size: 20px;
    }
    .limitset .limit_purchage ul li {
        font-family: 'YuGothicC';
        line-height: 24.25px;
        font-size: 14px;
    }
    .limitset .limit_purchage .limit_price {
        font-size: 36px;
        font-family: 'CenturyGothic';
        text-align: center;
        margin: 25px 0 15px;
    }
    .limitset .limit_purchage .limit_price span {
        font-family: 'YuGothicC';
        font-size: 18px;
    }
    .limitset .limit_purchage .puchase_button button {
        background: #005935;
        outline: none;
    }
    .limitset .limit_purchage .puchase_button .add-cart {
        display: flex;
        background-color: #005935;
        align-items: center;
        color: white;
        text-align: center;
        justify-content: center;
        font-size: 16px;
        font-family: 'YuGothicC';
        padding: 20px 0;
        margin-top: 8%;
        cursor: pointer;
        background: linear-gradient(to left, #005935 50%, #333 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
        border: none;
        outline: none;
        width: 100%;
    }
    .limitset .limit_purchage .puchase_button .add-cart:hover {
        background-position: left;
    }
    .limitset .limit_purchage .puchase_button .add-cart img {
        margin-right: 20px;
    }
    .limitset .pc_text_one {
        margin-top: 70px;
        padding: 0 30px;
    }
    .limitset .pc_text_one .pc_title {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .limitset .pc_text_one p {
        font-size: 20px;
        line-height: 36px;
        font-family: 'YuGothicC';
        margin: 30px 0;
    }
    .limitset .limit_intro h2 {
        font-size: 24px;
        font-family: 'YuGothicB';
        line-height: 40px;
        color: #005935;
        text-align: left;
        padding: 0 30px;
    }
    .limitset .limit_intro .intro_content {
        margin-top: 80px;
    }
    .limitset .limit_intro .intro_content img {
        width: 100%;
    }
    .limitset .limit_intro .intro_content .sakura_intro {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        padding: 0 30px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo {
        width: 100%;
        position: relative;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img img {
        width: 70%;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img .vertical_text {
        margin-left: 20px;
        display: flex;
        flex-direction: row-reverse;
        width: 30%;
        justify-content: center;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a {
        font-size: 16px;
        line-height: 32px;
        font-family: 'YuGothicC';
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: block;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_img a:first-of-type {
        margin-top: 0;
        display: block;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail {
        width: 100%;
        margin-top: 20px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .intro_logo .intro_title {
        font-size: 18px;
        font-family: 'YuGothicC';
        text-align: right;
        line-height: 31.5px;
        margin-top: 15px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .intro_title {
        font-size: 22px;
        font-family: 'YuGothicC';
        text-align: right;
        line-height: 38.5px;
        margin-top: 15px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 {
        font-size: 32px;
        line-height: 30px;
        font-family: 'YuGothicB';
        margin-top: 20px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail h3 span {
        font-family: 'YuGothicC';
        font-size: 23px;
        line-height: 30px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .detail_block {
        font-size: 16px;
        line-height: 30px;
        font-family: 'YuGothicC';
        margin-top: 15px;
        letter-spacing: -0.5px;
    }
    .limitset .limit_intro .intro_content .sakura_intro .sakura_intro_detail .detail_block.sp_comment {
        font-size: 18px;
    }
    .limitset .limited_beer_box {
        background: #005935;
        margin-top: 130px;
    }
    .limitset .limited_beer_box .limited_beer_box_image {
        text-align: justify;
        padding-right: 0;
    }
    .limitset .limited_beer_box .beer_logo {
        width: 100%;
        margin-left: auto;
        display: inline-block;
        margin-top: 0;
    }
    .limitset .limited_beer {
        background: #005935;
        padding: 0 30px 30px;
    }
    .limitset .limited_beer .limited_mark {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
    }
    .limitset .limited_beer .limited_mark .limited_content {
        text-align: center;
        margin-top: 30px;
    }
    .limitset .limited_beer .limited_mark .limited_content h3 {
        font-size: 29px;
        font-family: 'YuGothicB';
        line-height: 70px;
        color: #C0A673;
    }
    .limitset .limited_beer .limited_mark .mark_image {
        max-width: 210px;
        width: 100%;
        margin: auto;
    }
    .limitset .limited_beer .limited_mark .limited_content p {
        font-size: 18px;
        line-height: 33px;
        color: #C0A673;
    }
    .limitset .limited_beer .limit_img {
        margin-top: 50px;
    }
    .limitset .limited_beer .limit_img img {
        width: 100%;
    }
    .limitset .limited_beer .limit_comment {
        margin-top: 50px;
    }
    .limitset .limited_beer .limit_comment h2 {
        font-size: 24px;
        line-height: 48px;
        text-align: center;
        color: #C0A673;
        font-family: 'YuGothicB';
    }
    .limitset .limited_beer .limit_comment .comment_list {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .limitset .limited_beer .limit_comment .comment_list img {
        width: 100%;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title {
        position: relative;
        display: flex;
        margin: 20px 0;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle {
        position: relative;
        width: 23%;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title img {
        position: absolute;
        max-width: 60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -120px;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:first-of-type {
        font-family: 'YuGothicB';
        font-size: 16px;
        line-height: 28px;
        color: white;
        letter-spacing: -0.5px;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_title .bottle_title p:last-of-type {
        font-family: 'YuGothicB';
        font-size: 24px;
        line-height: 38.5px;
        color: white;
    }
    .limitset .limited_beer .limit_comment .comment_list .comment_detail {
        font-size: 20px;
        line-height: 30px;
        color: white;
        font-family: 'YuGothicC';
        text-align: justify;
    }
    .main-section .goods-details {
        background-color: white;
        padding-top: 0;
    }
    .fs-l-pageMain {
        width: 100%;
    }
    .honkado {
        padding-top: 100px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .honkado h2 {
        font-size: 26px;
        line-height: 31px;
        color: white;
        background: #005935;
        text-align: center;
        font-family: 'YuGothicB';
        padding: 10%;
    }
    .honkado .honkado_item {
        margin-top: 40px;
        display: flex;
        position: relative;
        min-height: 300px;
        background: white;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .honkado .honkado_item .honkado_image {
        max-width: 140px;
        width: 100%;
        z-index: 2;
        position: absolute;
        left: 30px;
    }
    .honkado .honkado_item .honkado_content {
        width: 100%;
    }
    .honkado .honkado_item .honkado_content h3 {
        font-size: 20px;
        line-height: 32px;
        font-family: 'YuGothicB';
        padding: 12px 0;
        background: #F4F2EE;
        padding-left: 40px;
        padding-bottom: 40px;
        padding-top: 20px;
        width: 100%;
        padding-left: 190px;
    }
    .honkado .honkado_item .honkado_content h3 span {
        font-size: 24px;
    }
    .honkado .honkado_item .honkado_content p {
        font-size: 15px;
        line-height: 30px;
        background: white;
        position: relative;
        right: 0;
        width: 100%;
        min-height: 210px;
        padding: 30px 30px 30px 30px;
        text-align: justify;
    }
    .limitset .limitset_banner {
        background-color: #D0B062;
        padding: 40px 25px;
    }
    .limitset .limitset_banner .gentai_image {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    .limitset .limitset_banner .gentai_image img {
        width: 100%;
    }
    .limitset .limitset_banner .limit_gentai_logo {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }
    .limitset .limitset_banner .limit_gentai_logo .limit_logo_img img {
        width: 100%;
    }
    .limitset .limitset_banner .limit_gentai_logo .limit_logo_img {
        max-width: 210px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .limitset .limitset_banner .limit_gentai_content {
        text-align: center;
    }
    .limitset .limitset_banner .limit_gentai_content img {
        max-width: 260px;
        margin: 20px;
    }
    .limitset .limitset_banner .limit_gentai_content h2 {
        font-size: 34px;
        font-family: 'YuGothicB';
        color: white;
        line-height: 56px;
        border-bottom: 3px solid white;
        letter-spacing: -0.5px;
    }
    .limitset .limitset_banner .limit_gentai_content p {
        font-size: 20px;
        line-height: 32px;
        color: white;
        text-align: justify;
    }
    .limitset .limit_intro.gentai h2 {
        font-size: 18px;
        font-family: 'YuGothicB';
        line-height: 33px;
        color: #262626;
        text-align: center;
    }
}