.pc_i_block {
    display: inline-block;
}

.item_name {
    text-align: center;
    font-size: 2.4rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
}

.item_name .yu {
    border: 1px solid #000;
    padding: 0.2em;
    margin-right: 0.5em;
    font-size: 2rem;
}

.item_price {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
}

.item_price .s_01 {
    font-size: 1.8rem;
}

.item_price .normal_price {
    font-size: 1.6rem;
    color: #000;
}

.order a {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #292828;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
    font-size: 1.8rem;
}

.order a:hover {
    opacity: 1;
    background: #000;
}

.order a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}

.order a:hover:after {
    right: 6%;
}

.postage-base {
    color: #fff;
    background: #e60012;
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0.5em;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}

.postage {
    padding: 0.4em 1em;
}

.postage1130 {
    padding: 0.2em 1em;
    position: relative;
    padding-top: 1.2em;
}

.postage1130 .text_s {
    font-size: 1.2rem;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.b_5 {
    background: #e57321;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.flex_n {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
}

.contents {
    text-align: center;
    font-size: 1.8rem;
}

.contents-s {
    text-align: center;
}


section .container {
    max-width: 1400px;
}

.inner01 {
    max-width: 1260px;
    margin: 0 auto;
}

.inner02 {
    max-width: 1060px;
    margin: 0 auto;
}

.ff {
    font-family: "Zen Old Mincho", serif;
}

.mb1 {
    margin-bottom: 4rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.postage1201_desc {
    text-align: center;
    font-size: 1.4rem;
}

.desc {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
}

.points {
    font-size: 1.4rem;
    text-align: center;
}

/*sec_01*/
.sec_01 {
    padding: 0;
}

.sec_01 .container {
    max-width: none;
    padding: 0;
}

.sec_anchor {
    padding: 0;
}

@media (max-width : 1423px) {
    .sec_anchor .container {
        padding: 0 10px;
    }
}

.anchor_link {
    margin: auto;
    width: 100%;
}

.anchor_link a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.6em 0;
    border: 2px solid #292828;
    background: #fff;
    color: #292828;
    border-radius: 0.5rem;
    font-weight: bold;
    position: relative;
    font-size: 1.8rem;
}

.anchor_link a::before {
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down001.png)no-repeat center/contain;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    transition: 0.2s;
}

.anchor_link a:hover:before {
    top: 55%;
    transition: 0.2s;
}

@media (max-width : 1560px) {
    .anchor_link a {
        font-size: 1.4rem;
    }
}

.anchor_area {
    grid-template-columns: calc(100% / 3 - 2.1rem) calc(100% / 3 - 2.1rem) calc(100% / 3 - 2.1rem);
    padding: 4rem 0;
    margin: 0;
}

.anchor_area .block:nth-child(2) .anchor_link a {
    border-color: #b7282e;
    color: #b7282e;
}

.anchor_area .block:nth-child(2) .anchor_link a::before {
    background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down002.png)no-repeat center/contain;
}

.anchor_area .block:nth-child(3) .anchor_link a {
    border-color: #6b956c;
    color: #6b956c;
}

.anchor_area .block:nth-child(3) .anchor_link a::before {
    background: url(https://www.fukutaro-shop.com/Contents/Feature/arrow_down003.png)no-repeat center/contain;
}

/*sec_02*/
.sec_02 {
    padding: 0;
    margin-bottom: 8rem;
}

.sec_02 .container {
    background: #292828;
    padding: 4rem 0;
}

.sec_02 h2 {
    font-size: 5rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    color: #fff;
}

.sec_02 h2 span {
    font-size: 3.8rem;
    margin-right: 0.6em;
}

.sec_02 h3 {
    font-size: 2.8rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    color: #fff;
}

.sec_02 .desc {
    font-size: 1.8rem;
    color: #fff;
}

.sec_02 .inner02 {
    padding: 0 1rem;
}

.sec_02 .inner02 .block {
    background: #fff;
    padding: 3rem;
}

/*sec_03*/
.sec_03 {
    padding: 0;
    margin-bottom: 8rem;
}

.sec_03 h2 {
    font-size: 4.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    color: #fff;
    background: #b7282e;
    padding: 0.2em;
}

.sec_03 h2 span {
    font-size: 3.4rem;
    margin-right: 0.6em;
}

.sec_03 h3 {
    font-size: 5rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin: 0 auto;
    letter-spacing: 0.1em;
    width: 100%;
}

.sec_03 .fuku_desc {
    font-size: 2.4rem;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1em;
}

.sec_03 .column_2 {
    display: flex;
    gap: 5rem;
    align-items: start;
    justify-content: start;
    margin-top: 8rem;
}

.sec_03 .text_area {
    width: calc(50% - 5rem);
}

.sec_03 .item_price {
    margin: 0 0 0.8em;
}

@media (max-width : 1030px) {
    .sec_03 .item_area {
        grid-template-columns: 35% calc(65% - 1rem);
    }
}

.sec_03 .item_area .item_name {
    margin-top: 2em;
}

.lined-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-weight: normal;
    position: relative;
}

.lined-text::before,
.lined-text::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.h3001 {
    font-size: 3.6rem !important;
    width: 100%;
    max-width: 1260px;
    margin: 1.5em auto 0.5em !important;
}

.text_l {
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
}

.kaz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.kaz figure img {
    max-width: 400px;
}

.kaz .item_price {
    line-height: 0.6;
}

.g_icon {
    position: relative;
}

.g_icon figcaption {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e60012;
    background: #fff;
    border: 2px solid #e60012;
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 2rem;
    right: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
}

/*sec_04*/
.sec_04 {
    padding: 0;
}

@media (max-width : 1423px) {
    .sec_04 .container {
        padding: 0 1rem;
    }
}

.sec_04 h2 {
    font-size: 4.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    color: #fff;
    background: #8cb38d;
    padding: 0.2em 0.2em 0.4em;
    position: relative;
}

.sec_04 h2 .s_01 {
    font-size: 3.4rem;
    margin-right: 0.6em;
}

.sec_04 h2 .s_02 {
    font-size: 2rem;
    display: block;
}

.sec_04 h3 {
    font-size: 3rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;
    display: table;
    margin: 0 auto 0.5em;
}

@media (min-width : 1281px) {
    .order_box {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        margin-top: 1rem;
    }
}

.order_box .order a {
    width: 32rem;
    letter-spacing: -0.05em;
}

.order_box .order a span {
    font-size: 1.4rem;
}

.sec_04 .item figure {
    border: 1px solid #ccc;
}

.sec_04 .col_ptn02 figure {
    padding: 4.5rem 0;
}

.sec_04 .column_3 .item_name {
    font-size: 2rem;
}

.sec_04 .column_3 .desc {
    font-size: 1.6rem;
}

.sec_04 .column_3 .contents-c {
    font-size: 1.4rem;
    text-align: center;
}

.sec_04 .column_3 figure {
    padding: 0 1rem;
}

.sec_04 .col_ptn02 {
    grid-template-columns: calc(40% - 1.5rem) calc(60% - 1.5rem);
}

.seasonthementai {
    max-width: 1000px;
    margin: 0 auto 2rem;
}

.seasonthementai figure {
    position: relative;
}

.seasonthementai figure figcaption {
    font-size: 1.6rem;
    font-weight: bold;
    color: #e60012;
    background: #fff;
    border: 2px solid #e60012;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 2rem;
    right: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
}

.seasonthementai .item_name {
    text-align: left;
}

.seasonthementai_item {
    max-width: 1000px;
    margin: 0 auto;
}

.seasonthementai_item .flex_box {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.seasonthementai_item .flex_box figure {
    width: 40%;
}

.seasonthementai_item .flex_box .flex {
    align-items: center;
    width: 60%;
}

.seasonthementai_item .item_price {
    font-size: 2.6rem;
}

.seasonthementai_item .item_price .s_01 {
    font-size: 1.6rem;
}

.seasonthementai_item .contents {
    font-size: 1.6rem;
}

.seasonthementai_item .order a {
    font-size: 1.6rem;
}

.bg_box {
    background: #e9e9e9;
    padding: 5rem 1rem;
    margin-bottom: 4rem;
}

/*????*/

.sec_slider {
    width: 100%;
    overflow: hidden;
    padding-top: 3rem;
}

.slide_bnr {
    display: flex;
    width: 100%;
    animation: slide 30s linear infinite;
    list-style: none;
    padding: 0;
}

.slide_bnr li {
    flex: 0 0 auto;
    width: calc(100% / 4.76);
}

@media (max-width : 1223px) {
    .slide_bnr li {
        flex: 0 0 auto;
        width: calc(100% / 3.5);
    }
}

.slide_bnr img {
    height: auto;
    max-width: 100%;
    width: 100%;
    display: block;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*?????????*/
.hover_area {
    display: none;
    width: 100%;
}

.slide_item_desc {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.slide_item_name {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
}

@media (max-width : 1570px) {
    .slide_item_desc {
        font-size: 1.4rem;
    }

    .slide_item_name {
        font-size: 2rem;
    }
}

.slide_bnr li a {
    display: block;
    position: relative;
}

.slide_bnr li a::before {
    content: '';
    background: #ffffffa8;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1.5%;
    bottom: 5%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.slide_bnr li a:hover {
    opacity: 1;
}

.slide_bnr li a:hover .hover_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0000005e;
    height: 100%;
    max-height: 220px;
}

.comingsoon {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background: #837e7e;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    margin: auto;
    font-size: 1.6rem;
}