@charset "utf-8";

/* g-nattou */
#g-nattou {
    color: #333333;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#g-nattou .img img {
    display: block;
}
/* mv */
#g-nattou #mv {
    margin-bottom: 30px;
}
#g-nattou #mv .catch {
    padding: 10px 5px 10px 8px;
    background-color: #000;
    display: flex;
    align-items: center;
}
#g-nattou #mv .catch .send {
    width: 40px;
    height: 40px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
}
#g-nattou #mv .catch .send p {
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #mv .catch .limit {
    width: 40px;
    height: 40px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
#g-nattou #mv .catch .limit p {
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #mv .catch .name {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
}
#g-nattou #mv .catch .name::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-dotto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(91%) sepia(89%) saturate(6306%) hue-rotate(320deg) brightness(79%) contrast(72%);
    position: absolute;
    top: -25px;
    left: 30%;
    transform: rotate(-10deg);
}
#g-nattou #mv .catch .price {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}
#g-nattou #mv .catch .price span {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.1em;
}
/* introduce */
#g-nattou #introduce {
    margin-bottom: 50px;
}
#g-nattou #introduce .world {
    margin-bottom: 25px;
}
#g-nattou #introduce .world .desc {
    /* padding-bottom: 80px; */
}
#g-nattou #introduce .world .desc::after {
    content: "";
    display: block;
    height: 50px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-kira.png);
    background-repeat: repeat-x;
    /* background-position: bottom; */
    background-size: contain;
    margin: 30px 0;
}
#g-nattou #introduce .world .desc h3 {
    text-align: center;
    margin-bottom: 20px;
}
#g-nattou #introduce .world .desc h3 span {
    font-size: 20px;
    color: #000;
}
#g-nattou #introduce .world .desc .txt {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#g-nattou #introduce .world .desc .txt span {
    display: block;
}
#g-nattou #introduce .world .desc .txt span:first-child {
    margin-bottom: 20px;
}
#g-nattou #introduce .world .desc .txt span span {
    color: #aa0000;
    font-weight: bold;
}
#g-nattou #introduce .set {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
}
#g-nattou #introduce .set .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/set-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
#g-nattou #introduce .set .icon p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
#g-nattou #introduce .set .desc {}
#g-nattou #introduce .set .desc p {
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#g-nattou #introduce .set .desc p span {
    color: #aa0000;
    font-weight: 600;
}
/* product-list */
#g-nattou #introduce .contents {
    padding: 0;
}
#g-nattou #introduce .product-list {
    position: relative;
    padding-bottom: 10px;
}
#g-nattou #introduce .product-list::after {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 20%;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/product-list-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#g-nattou #introduce .product-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
#g-nattou #introduce .product-list ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/product-list-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#g-nattou #introduce .product-list ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 325px;
}
#g-nattou #introduce .product-list ul li .desc .heading::after {
    content: "";
    width: 100%;
    height: 5px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-line.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#g-nattou #introduce .product-list ul li .img {
    width: 40%;
    flex-shrink: 0;
    margin-right: 10px;
}
#g-nattou #introduce .product-list ul li .desc {
    width: calc(60% - 10px);
}
#g-nattou #introduce .product-list ul li .desc .heading {
    display: flex;
    position: relative;
    align-items: flex-end;
}
#g-nattou #introduce .product-list ul li .desc .ttl {
    margin-right: 10px;
    letter-spacing: 0.1em;
}
#g-nattou #introduce .product-list ul li .desc .ttl .sub {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 2px;
    line-height: 1.4;
}
#g-nattou #introduce .product-list ul li .desc .ttl .name {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0;
}
#g-nattou #introduce .product-list ul li .desc .package {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b3a04b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
}
#g-nattou #introduce .product-list ul li .desc .package::before {
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    border-radius: 50%;
    border: 2px solid #b3a04b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}
#g-nattou #introduce .product-list ul li .desc .package p {
    font-size: 11px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
#g-nattou #introduce .product-list ul li .desc .package p span {
    font-size: 20px;
    line-height: 1.2;
}
#g-nattou #introduce .product-list ul li .txt {
    font-size: 14px;
    line-height: 1.7;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 20px 0;
}
#g-nattou #introduce .product-list ul li .txt span {
    color: #aa0000;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#g-nattou #introduce .product-list .catch {
    padding: 10px 10px;
    background-color: #000;
}
#g-nattou #introduce .product-list .catch .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#g-nattou #introduce .product-list .catch .send {
    width: 45px;
    height: 45px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
}
#g-nattou #introduce .product-list .catch .send p {
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #introduce .product-list .catch .limit {
    width: 45px;
    height: 45px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
#g-nattou #introduce .product-list .catch .limit p {
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #introduce .product-list .catch .name {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 5px;
    position: relative;
}
#g-nattou #introduce .product-list .catch .name::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-dotto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(91%) sepia(89%) saturate(6306%) hue-rotate(320deg) brightness(79%) contrast(72%);
    position: absolute;
    top: -30px;
    left: -15px;
    transform: rotate(-10deg);
}
#g-nattou #introduce .product-list .catch .price {
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
#g-nattou #introduce .product-list .catch .price span {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
#g-nattou #introduce .product-list .catch .price span span {
    font-size: 13px;
    margin-left: 0;
}
#g-nattou #introduce .product-list .catch .note {
    background-color: #fff;
    padding: 15px 20px;
}
#g-nattou #introduce .product-list .catch .note p {
    font-size: 11px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin: 0;
}
/* kodawari */
#g-nattou #kodawari {}
#g-nattou #kodawari .sec01 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
#g-nattou #kodawari .sec01::before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-kira.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 0;
}
#g-nattou #kodawari .sec01 h3 {
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
    text-align: center;
}
#g-nattou #kodawari .sec01 h3 span {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin-left: 10px;
    position: relative;
}
#g-nattou #kodawari .sec01 h3 span:first-child:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-dotto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(92deg) brightness(107%) contrast(101%);
    position: absolute;
    top: -25px;
    left: -20px;
    transform: rotate(-25deg);
}
#g-nattou #kodawari .sec01 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/set-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
#g-nattou #kodawari .sec01 .icon p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0 0 3px;
}
#g-nattou #kodawari .sec01 .icon span {
    display: block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}
#g-nattou #kodawari .sec01 .desc {
    background-color: #46444a;
    padding-bottom: 15px;
}
#g-nattou #kodawari .sec01 .desc .txt {
    width: 93%;
    background-color: #fff;
    padding: 15px 5px 5px 10px;
    margin: 0 auto;
}
#g-nattou #kodawari .sec01 .desc .txt p {
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0 0 10px 0;
}
#g-nattou #kodawari .sec01 .desc .txt p span {
    font-size: 12px;
    color: #aa0000;
    font-weight: 600;
}
@media screen and (min-width:500px) and (max-width:799px) {
    #g-nattou #kodawari .sec01 .desc .txt p {
        font-size: 16px;
    }
    #g-nattou #kodawari .sec01 .desc .txt p span {
        font-size: 16px;
    }
}

#g-nattou #kodawari .sec02 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
#g-nattou #kodawari .sec02 h3 {
    width: 100%;
    text-align: center;
    background-color: #d2cbcd;
    margin: 0;
    padding: 0 0 15px;
}
#g-nattou #kodawari .sec02 h3 span {
    font-size: 18px;
    position: relative;
}
#g-nattou #kodawari .sec02 h3 span::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-dotto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(92deg) brightness(107%) contrast(101%);
    position: absolute;
    top: -20px;
    left: -8px;
    transform: rotate(-10deg);
}
#g-nattou #kodawari .sec02 h3 span span::before {
    display: none;
}
#g-nattou #kodawari .sec02 .desc {
    background-color: #d2cbcd;
    padding-bottom: 15px;
}
#g-nattou #kodawari .sec02 .desc .txt {
    padding: 15px 10px 5px 10px;
    background-color: #fff;
    width: 93%;
    margin: 0 auto;
}
#g-nattou #kodawari .sec02 .desc .txt p {
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin: 0 0 10px 0;
}
#g-nattou #kodawari .sec02 .desc .txt p span {
    font-size: 12px;
    color: #aa0000;
    font-weight: 600;
}
@media screen and (min-width:500px) and (max-width:799px) {
    #g-nattou #kodawari .sec02 .desc .txt p {
        font-size: 16px;
    }
    #g-nattou #kodawari .sec02 .desc .txt p span {
        font-size: 16px;
    }
}

/* tabekurabe */
#g-nattou #tabekurabe {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
#g-nattou #tabekurabe .img {
    position: relative;
    background-color: #000;
}
#g-nattou #tabekurabe .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/product-list-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#g-nattou #tabekurabe .catch {
    padding: 10px 10px;
    background-color: #000;
    position: relative;
    z-index: 3;
}
#g-nattou #tabekurabe .catch .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#g-nattou #tabekurabe .catch .send {
    width: 45px;
    height: 45px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
}
#g-nattou #tabekurabe .catch .send p {
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #tabekurabe .catch .limit {
    width: 45px;
    height: 45px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
#g-nattou #tabekurabe .catch .limit p {
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #tabekurabe .catch .name {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 5px;
    position: relative;
}
#g-nattou #tabekurabe .catch .name::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-dotto.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(91%) sepia(89%) saturate(6306%) hue-rotate(320deg) brightness(79%) contrast(72%);
    position: absolute;
    top: -25px;
    left: -15px;
    transform: rotate(-10deg);
}
#g-nattou #tabekurabe .catch .price {
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
#g-nattou #tabekurabe .catch .price span {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
#g-nattou #tabekurabe .catch .price span span {
    font-size: 13px;
    margin-left: 0;
}
#g-nattou #tabekurabe .catch .note {
    background-color: #fff;
    padding: 15px 20px;
}
#g-nattou #tabekurabe .catch .note p {
    font-size: 11px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin: 0;
}

#topcontrol {
    z-index: 1000;
}