@charset "utf-8";
@import "anime.css";

/*
------------
product.css
------------
*/
/* wrapper */
#wrapper {
    background: #ece6d8;
}
/* title_area */
.index #title_area {
    background-image: url(../../images/content/product/titBg.webp);
    background-position: center bottom;
}
@media only screen and (max-width: 768px) {
    .index #title_area {
        background-image: url(../../images/content/product/titBgSP.webp);
    }
}
/* .container_box */
.container_box h3 {
    display: inline-block;
    font-size: 3rem;
    color: #806627;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    font-feature-settings: "palt";
}
.container_box h3::before {
    content: "";
    width: 100%;
    height: 10px;
    background: rgba(179, 153, 97, .8);
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.container_box dl.lead {
    margin: 65px 0 0 0;
    font-feature-settings: "palt";
    color: #806627;
}
.container_box dl.lead dt {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2;
}
.container_box dl.lead dd {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .container_box h3 {
        font-size: 1.9rem;
        letter-spacing: 0.15em;
    }
    .container_box dl.lead {
        margin: 45px 0 0 0;
    }
    .container_box dl.lead dt {
        font-size: 2rem;
        letter-spacing: 0.1em;
    }
    #about_area.container_box dl.lead dt {
        letter-spacing: 0.075em;
    }
    .container_box dl.lead dd {
        font-size: 1.6rem;
        letter-spacing: 0.09em;
        margin: 20px 0 0 0;
        text-align: justify;
    }
}
/* commitment_area */
#commitment_area {
    margin: 125px 0 0 0;
}
#commitment_area .inner {
    width: 900px;
    margin: 0 auto;
}
#commitment_area .inner .item_list {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#commitment_area .inner .item_list dl {
    width: 240px;
    color: #806627;
    font-feature-settings: "palt";
}
#commitment_area .inner .item_list dl dt {
    display: inline;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2;
    background: #fff;
    padding: 1px 6px 2px 6px;
    font-feature-settings: "palt";
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#commitment_area .inner .item_list dl dd {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.7;
    text-align: justify;
    margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
    #commitment_area {
        margin: 65px 0 0 0;
    }
    #commitment_area .inner {
        width: 80vw;
    }
    #commitment_area .inner .item_list {
        margin: 65px 0 0 0;
        display: block;
    }
    #commitment_area .inner .item_list dl {
        width: 100%;
    }
    #commitment_area .inner .item_list dl:not(:first-child) {
        margin: 45px 0 0 0;
    }
    #commitment_area .inner .item_list dl dt {
        font-size: 2rem;
        letter-spacing: 0.15em;
        line-height: 1.8;
    }
    #commitment_area .inner .item_list dl dd {
        letter-spacing: 0.075em;
        line-height: 1.7;
    }
}
/* about_area */
#about_area {
    margin: 125px 0 0 0;
    padding: 125px 0;
    background: #fff;
}
#about_area .inner {
    width: 1100px;
    margin: 0 auto;
}
#about_area .inner .item_list {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 67px;
}
#about_area .inner .item_list article {
    width: 322px;
}
#about_area .inner .item_list article figure {
    overflow: hidden;
}
#about_area .inner .item_list article figure img {
    transition: all .5s ease;
}
#about_area .inner .item_list article a:hover figure img {
    transform: scale(1.05);
}
#about_area .inner .item_list article dl {
    margin: 25px 0 0 0;
    font-feature-settings: "palt";
    color: #806627;
    transition: all .3s ease;
}
#about_area .inner .item_list article a:hover dl {
    opacity: .6;
}
#about_area .inner .item_list article dl dt {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.125em;
    line-height: 1.8;
}
#about_area .inner .item_list article dl dt span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
}
#about_area .inner .item_list article dl dt span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #806627;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}
#about_area .inner .item_list article dl dt span::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #806627;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
#about_area .inner .item_list article dl dd {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: justify;
    margin: 10px 0 0 0;
}
#about_area .panel_area {
    width: 100vw;
    margin: 125px 0 0 0;
}
#about_area .panel_area ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#about_area .panel_area ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}
#about_area .panel_area ul li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}
#about_area .panel_area ul li:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}
#about_area .panel_area ul li:nth-child(4) {
    grid-area: 1 / 5 / 2 / 6;
}
#about_area .panel_area ul li:nth-child(5) {
    grid-area: 1 / 6 / 2 / 7;
}
#about_area .panel_area ul li:nth-child(6) {
    grid-area: 2 / 3 / 3 / 4;
}
#about_area .panel_area ul li:nth-child(7) {
    grid-area: 2 / 4 / 3 / 5;
}
#about_area .panel_area ul li:nth-child(8) {
    grid-area: 2 / 5 / 4 / 7;
}
#about_area .panel_area ul li:nth-child(9) {
    grid-area: 3 / 1 / 4 / 2;
}
#about_area .panel_area ul li:nth-child(10) {
    grid-area: 3 / 2 / 5 / 4;
}
#about_area .panel_area ul li:nth-child(11) {
    grid-area: 3 / 4 / 4 / 5;
}
#about_area .panel_area ul li:nth-child(12) {
    grid-area: 4 / 1 / 5 / 2;
}
#about_area .panel_area ul li:nth-child(13) {
    grid-area: 4 / 4 / 5 / 5;
}
#about_area .panel_area ul li:nth-child(14) {
    grid-area: 4 / 5 / 5 / 6;
}
#about_area .panel_area ul li:nth-child(15) {
    grid-area: 4 / 6 / 5 / 7;
}
#about_area .panel_area ul li {
    height: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}
#about_area .panel_area ul li .flip {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
#about_area .panel_area ul li.flipping .flip {
    transform: rotateY(180deg);
}
#about_area .panel_area ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#about_area .panel_area p.link_area {
    text-align: center;
    margin: 120px 0 0 0;
}
#about_area .panel_area p.link_area a {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #806627;
    position: relative;
    padding: 0 30px 0 0;
}
#about_area .panel_area p.link_area a::before {
    content: "";
    width: 22px;
    height: 19px;
    background-image: url(../../images/global/arrow_right02_b.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}
#about_area .panel_area p.link_area a:hover::before {
    right: -5px;
}
@media only screen and (max-width: 768px) {
    #about_area {
        margin: 65px 0 0 0;
        padding: 65px 0 100px 0;
    }
    #about_area .inner {
        width: 80vw;
    }
    #about_area .inner .item_list {
        margin: 65px 0 0 0;
        display: block;
    }
    #about_area .inner .item_list article {
        width: 100%;
    }
    #about_area .inner .item_list article:not(:first-child) {
        margin: 45px 0 0 0;
    }
    #about_area .inner .item_list article dl {
        margin: 15px 0 0 0;
    }
    #about_area .inner .item_list article dl dt {
        font-size: 2rem;
        letter-spacing: 0.1em;
    }
    #about_area .inner .item_list article dl dt span {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        margin: 0 0 0 25px;
    }
    #about_area .inner .item_list article dl dt span::before {
        width: 10px;
        left: -15px;
    }
    #about_area .inner .item_list article dl dt span::after {
        width: 10px;
        right: -15px;
    }
    #about_area .inner .item_list article dl dd {
        letter-spacing: 0.08em;
        line-height: 1.7;
    }
    #about_area .panel_area {
        margin: 85px 0 0 0;
    }
    #about_area .panel_area ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    #about_area .panel_area ul li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
    }
    #about_area .panel_area ul li:nth-child(2) {
        grid-area: 1 / 3 / 2 / 4;
    }
    #about_area .panel_area ul li:nth-child(3) {
        grid-area: 2 / 3 / 3 / 4;
    }
    #about_area .panel_area ul li:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
    }
    #about_area .panel_area ul li:nth-child(5) {
        grid-area: 3 / 2 / 5 / 4;
    }
    #about_area .panel_area ul li:nth-child(6) {
        grid-area: 4 / 1 / 5 / 2;
    }
    #about_area .panel_area p.link_area {
        margin: 45px 0 0 0;
    }
    #about_area .panel_area p.link_area a {
        font-size: 1.7rem;
        letter-spacing: 0.125em;
        padding: 0 25px 0 0;
    }
    #about_area .panel_area p.link_area a::before {
        width: 18px;
        height: 14px;
    }
}
/* story_area */
#story_area {
    padding: 125px 0 300px 0;
    position: relative;
}
#story_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: -550px;
    left: 0;
    z-index: -1;
}
#story_area .inner {
    width: 1100px;
    margin: 0 auto;
}
#story_area .inner .item_list {
    margin: 100px 0 0 0;
}
#story_area .inner .item_list article:not(:first-child) {
    margin: 220px 0 0 0;
}
#story_area .inner .item_list article a {
    width: 100%;
    min-height: 500px;
    position: relative;
}
#story_area .inner .item_list article .tmb {
    width: 1000px;
    height: 500px;
    position: relative;
}
#story_area .inner .item_list article .tmb figure {
    overflow: hidden;
}
#story_area .inner .item_list article .tmb figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
#story_area .inner .item_list article a:hover .tmb figure img {
    transform: scale(1.05);
}
#story_area .inner .item_list article .tmb figure::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#story_area .inner .item_list article:nth-child(2) .tmb {
    right: calc((100vw - 1100px) / 2 * -1 - 100px);
}
#story_area .inner .item_list article .tmb::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -45px;
}
#story_area .inner .item_list article:nth-child(1) .tmb::after {
    background-image: url(../../images/content/product/story_num01.svg);
    width: 87px;
    height: 85px;
    left: 60px;
}
#story_area .inner .item_list article:nth-child(2) .tmb::after {
    background-image: url(../../images/content/product/story_num02.svg);
    width: 102px;
    height: 85px;
    right: 175px;
}
#story_area .inner .item_list article:nth-child(3) .tmb::after {
    background-image: url(../../images/content/product/story_num03.svg);
    width: 104px;
    height: 85px;
    left: 60px;
}
#story_area .inner .item_list article .tmb p {
    position: absolute;
    background: #fff;
    padding: 15px
}
#story_area .inner .item_list article:nth-child(1) .tmb p {
    top: 80px;
    right: -51px;
}
#story_area .inner .item_list article:nth-child(1) .tmb p img {
    width: 102px;
}
#story_area .inner .item_list article:nth-child(2) .tmb p {
    top: 160px;
    left: -84px;
}
#story_area .inner .item_list article:nth-child(2) .tmb p img {
    width: 168px;
}
#story_area .inner .item_list article:nth-child(3) .tmb p {
    top: 130px;
    right: -90px;
}
#story_area .inner .item_list article:nth-child(3) .tmb p img {
    width: 272px;
}
#story_area .inner .item_list article .element {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2;
    color: #806627;
    background: #fff;
    font-feature-settings: "palt";
    position: absolute;
    padding: 35px;
}
#story_area .inner .item_list article:nth-child(1) .element {
    bottom: -80px;
    right: 80px;
}
#story_area .inner .item_list article:nth-child(2) .element {
    bottom: -100px;
    left: calc((100vw - 1100px) / 2 - 50px);
}
#story_area .inner .item_list article:nth-child(3) .element {
    bottom: -140px;
    right: 160px;
}
#story_area .inner .item_list article .element p {
    transition: all .3s ease;
}
#story_area .inner .item_list article a:hover .element p {
    opacity: .6;
}
@media only screen and (max-width: 768px) {
    #story_area {
        padding: 65px 0 150px 0;
    }
    #story_area::before {
        bottom: -245px;
    }
    #story_area .inner {
        width: 80vw;
    }
    #story_area .inner .item_list {
        margin: 70px 0 0 0;
    }
    #story_area .inner .item_list article:not(:first-child) {
        margin: calc(100vw * (100 / 375)) 0 0 0;
    }
    #story_area .inner .item_list article a {
        min-height: calc(100vw * (200 / 375));
    }
    #story_area .inner .item_list article .tmb {
        width: calc(100vw * (320 / 375));
        height: calc(100vw * (160 / 375));
    }
    #story_area .inner .item_list article:nth-child(1) .tmb,
    #story_area .inner .item_list article:nth-child(3) .tmb {
        left: calc((100vw - 80vw) / 2 * -1);
    }
    #story_area .inner .item_list article:nth-child(2) .tmb {
        right: calc((100vw - 80vw) / 2 * -1 + calc(100vw * (20 / 375)));
    }
    #story_area .inner .item_list article .tmb::after {
        top: -22px;
    }
    #story_area .inner .item_list article:nth-child(1) .tmb::after {
        width: 38px;
        height: 37px;
        left: 15px;
    }
    #story_area .inner .item_list article:nth-child(2) .tmb::after {
        width: 45px;
        height: 37px;
        right: 15px;
    }
    #story_area .inner .item_list article:nth-child(3) .tmb::after {
        width: 45px;
        height: 37px;
        left: 15px;
    }
    #story_area .inner .item_list article .tmb p {
        padding: 8px
    }
    #story_area .inner .item_list article:nth-child(1) .tmb p {
        top: 30px;
        right: -19px;
    }
    #story_area .inner .item_list article:nth-child(1) .tmb p img {
        width: 38px;
    }
    #story_area .inner .item_list article:nth-child(2) .tmb p {
        top: 30px;
        left: -30px;
    }
    #story_area .inner .item_list article:nth-child(2) .tmb p img {
        width: 60px;
    }
    #story_area .inner .item_list article:nth-child(3) .tmb p {
        top: 30px;
        right: -30px;
    }
    #story_area .inner .item_list article:nth-child(3) .tmb p img {
        width: 108px;
    }
    #story_area .inner .item_list article {
        position: relative;
    }
    #story_area .inner .item_list article .element {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 1.8;
        padding: 15px 20px;
        position: relative;
    }
    #story_area .inner .item_list article:nth-child(1) .element {
        bottom: auto;
        top: -20px;
        right: 0;
    }
    #story_area .inner .item_list article:nth-child(2) .element {
        bottom: auto;
        top: -20px;
        left: 0;
    }
    #story_area .inner .item_list article:nth-child(3) .element {
        bottom: auto;
        top: -20px;
        right: 0;
    }
}