@charset "utf-8";

/* g-nattou */
#g-nattou {
    color: #333333;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/* mv */
#g-nattou #mv {}
#g-nattou #mv .catch {
    padding: 10px 15px;
    background-color: #000;
    display: flex;
    align-items: center;
}
#g-nattou #mv .catch .send {
    width: 60px;
    height: 60px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
#g-nattou #mv .catch .send p {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #mv .catch .limit {
    width: 60px;
    height: 60px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#g-nattou #mv .catch .limit p {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #mv .catch .desc {
    display: flex;
    align-items: center;
}
#g-nattou #mv .catch .name {
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 10px;
    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: -30px;
    left: 133px;
    transform: rotate(-10deg);
}
#g-nattou #mv .catch .price {
    font-size: 32px;
    color: #fff;
}
#g-nattou #mv .catch .price span {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.1em;
}
/* introduce */
#g-nattou #introduce {}
#g-nattou #introduce .world {
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/nattou-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
#g-nattou #introduce .world .img {
    width: 440px;
    position: absolute;
    top: 80px;
    right: 0;
}
#g-nattou #introduce .world .desc {
    width: 300px;
    display: flex;
    flex-direction: row-reverse;
    padding: 35px 0 40px;
}
#g-nattou #introduce .world .desc h3 {
    writing-mode: vertical-rl;
    margin-left: 30px;
    line-height: 0.8;
}
#g-nattou #introduce .world .desc h3 span {
    font-size: 30px;
    display: block;
    color: #000;
    font-weight: 600;
}
#g-nattou #introduce .world .desc h3 span:nth-of-type(2) {
    text-indent: 12rem;
}
#g-nattou #introduce .world .desc .txt {
    writing-mode: vertical-rl;
    height: 400px;
    font-size: 16px;
    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-left: 30px;
}
#g-nattou #introduce .world .desc .txt span span {
    color: #aa0000;
    font-weight: bold;
}
#g-nattou #introduce .set {
    display: flex;
    align-items: center;
    position: relative;
    top: -20px;
    margin-bottom: 20px;
}
#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: 180px;
    height: 180px;
    margin-right: 20px;
}
#g-nattou #introduce .set .icon p {
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
#g-nattou #introduce .set .desc p {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin-top: 10px;
}
#g-nattou #introduce .set .desc p span {
    color: #aa0000;
    font-weight: 600;
}
/* product-list */
#g-nattou #introduce .product-list {
    position: relative;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/product-list-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    padding-bottom: 30px;
}
#g-nattou #introduce .product-list::before {
    content: "";
    width: 450px;
    height: 70px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-kira.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: 0;
}
#g-nattou #introduce .product-list ul {
    margin-bottom: 50px;
}
#g-nattou #introduce .product-list ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}
#g-nattou #introduce .product-list ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#g-nattou #introduce .product-list ul li .img {
    width: 360px;
    flex-shrink: 0;
}
#g-nattou #introduce .product-list ul li .desc {
    width: 100%;
}
#g-nattou #introduce .product-list ul li .desc .heading {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}
#g-nattou #introduce .product-list ul li .desc .heading::after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-line.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 0;
}
#g-nattou #introduce .product-list ul li .desc .ttl {
    letter-spacing: 0.1em;
}
#g-nattou #introduce .product-list ul li.tanbaguro .desc .ttl {
    margin-right: 20px;
}
#g-nattou #introduce .product-list ul li .desc .ttl .sub {
    font-size: 18px;
    font-weight: 600;
}
#g-nattou #introduce .product-list ul li .desc .ttl .name {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
}
#g-nattou #introduce .product-list ul li .desc .package {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b3a04b;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
    margin-top: 10px;
}
#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: 16px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
#g-nattou #introduce .product-list ul li .desc .package p span {
    font-size: 30px;
    line-height: 1.2;
}
#g-nattou #introduce .product-list ul li .desc .txt {
    font-size: 18px;
    line-height: 1.7;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#g-nattou #introduce .product-list ul li .desc .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 25px;
    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: 95px;
    height: 95px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
#g-nattou #introduce .product-list .catch .send p {
    font-size: 34px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #introduce .product-list .catch .limit {
    width: 95px;
    height: 95px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
#g-nattou #introduce .product-list .catch .limit p {
    font-size: 34px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #introduce .product-list .catch .name {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 5px;
    position: relative;
}
#g-nattou #introduce .product-list .catch .name::before {
    content: "";
    width: 80px;
    height: 80px;
    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: -45px;
    left: -35px;
    transform: rotate(-10deg);
}
#g-nattou #introduce .product-list .catch .price {
    font-size: 30px;
    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: 53px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
#g-nattou #introduce .product-list .catch .price span span {
    font-size: 26px;
    margin-left: 0;
}
#g-nattou #introduce .product-list .catch .note {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 40px;
}
#g-nattou #introduce .product-list .catch .note p {
    font-size: 16px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
}
/* kodawari */
#g-nattou #kodawari {}
#g-nattou #kodawari .sec01 {
    position: relative;
    z-index: 2;
}
#g-nattou #kodawari .sec01::before {
    content: "";
    width: 510px;
    height: 80px;
    background-image: url(https://fukujiro.itembox.design/item/images/g-nattou/deco-kira.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 0;
}
#g-nattou #kodawari .sec01 h3 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 275px;
    right: 20px;
    height: 100%;
    text-indent: -6rem;
    margin-top: 6rem;
}
#g-nattou #kodawari .sec01 h3::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    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: -115px;
    left: 0;
    transform: rotate(-10deg);
}
#g-nattou #kodawari .sec01 h3 span {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
#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: 170px;
    height: 170px;
    position: absolute;
    top: 30px;
    right: 40px;
}
#g-nattou #kodawari .sec01 .icon p {
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
#g-nattou #kodawari .sec01 .icon span {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0.1em;
}
#g-nattou #kodawari .sec01 .desc {
    width: 550px;
    /* height: 225px; */
    /* overflow-y: auto; */
    padding: 20px 15px 0 25px;
    background-color: #fff;
    position: absolute;
    bottom: -70px;
    left: 20px;
}
#g-nattou #kodawari .sec01 .desc .txt p {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
}
#g-nattou #kodawari .sec01 .desc .txt p span {
    font-size: 16px;
    color: #aa0000;
    font-weight: 600;
}
#g-nattou #kodawari .sec02 {
    position: relative;
    z-index: 1;
}
#g-nattou #kodawari .sec02 h3 {
    writing-mode: vertical-rl;
    position: absolute;
    top: 160px;
    left: 35px;
    height: 100%;
    text-shadow: 0 0 15px #fff;
}
#g-nattou #kodawari .sec02 h3::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    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: -50px;
    left: -20px;
    transform: rotate(-10deg);
}
#g-nattou #kodawari .sec02 h3 span {
    font-size: 28px;
    color: #000;
    letter-spacing: 0.1em;
}
#g-nattou #kodawari .sec02 h3 span span {
    letter-spacing: -10px;
}
#g-nattou #kodawari .sec02 .desc {
    width: 600px;
    /* height: 245px; */
    /* overflow-y: auto; */
    padding: 20px 15px 0 25px;
    background-color: #fff;
    position: absolute;
    bottom: 25px;
    right: 20px;
}
#g-nattou #kodawari .sec02 .desc .txt p {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
}
#g-nattou #kodawari .sec02 .desc .txt p span {
    font-size: 16px;
    color: #aa0000;
    font-weight: 600;
}
/* tabekurabe */
#g-nattou #tabekurabe {
    position: relative;
    padding-bottom: 20px;
}
#g-nattou #tabekurabe::after {
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    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;
}
#g-nattou #tabekurabe .img {
    margin-bottom: 30px;
}
#g-nattou #tabekurabe .catch {
    position: relative;
    padding: 10px 25px;
    background-color: #000;
    z-index: 2;
}
#g-nattou #tabekurabe .catch .head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#g-nattou #tabekurabe .catch .send {
    width: 95px;
    height: 95px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
#g-nattou #tabekurabe .catch .send p {
    font-size: 34px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #tabekurabe .catch .limit {
    width: 95px;
    height: 95px;
    background-color: #aa0000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
#g-nattou #tabekurabe .catch .limit p {
    font-size: 34px;
    color: #fff;
    line-height: 1.1;
}
#g-nattou #tabekurabe .catch .name {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 5px;
    position: relative;
}
#g-nattou #tabekurabe .catch .name::before {
    content: "";
    width: 80px;
    height: 80px;
    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: -40px;
    left: -35px;
    transform: rotate(-10deg);
}
#g-nattou #tabekurabe .catch .price {
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
#g-nattou #tabekurabe .catch .price span {
    font-size: 55px;
    color: #fff;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
#g-nattou #tabekurabe .catch .price span span {
    font-size: 26px;
    margin-left: 0;
}
#g-nattou #tabekurabe .catch .note {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 40px;
}
#g-nattou #tabekurabe .catch .note p {
    font-size: 16px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.7;
}