/* リセット
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body , html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 2;
    color: #3C3C3B;
    font-weight: 500;
    font-feature-settings: "palt" 1;
}
body{
    margin:0;
    padding:0;
    font-family: "Noto Serif JP", sans-serif;
}
.futura{
    font-family: futura-pt, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
ul{list-style: none}
.clearfix:after	{
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

img{
    width: 100%;
    height: auto;
    display:block;
}
img[src$=".svg"] {
    width: 100%;
}
a:link { color: #3C3C3B;text-decoration: none; }
a:visited { color: #3C3C3B;text-decoration: none; }
a:hover { color: #3C3C3B; text-decoration: none;}
a:active { color: #3C3C3B; text-decoration: none;}
a:hover{
    cursor: pointer;
}
input[type="checkbox"]{display: none}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    overflow: hidden;
    overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
    -webkit-overflow-scrolling: touch;
}
.crimson-pro {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.noto-serif-jp{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pc{
    display: block !important;
}
.sp,.ssp{
    display: none !important;
}
body.fixed{
    overflow: hidden;
}
.caution{
    text-indent: -1em;
    padding-left: 1em;
}
#container{
    overflow: hidden;
    position: relative;
}
a.linkBtn_view_more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 54px;
    flex-shrink: 0;
    background: #3C3C3B;
    color: #FFF;
    font-family: "Crimson Pro", serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    position: relative;
    transition: .5s;
}
a.linkBtn_white{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 299px;
    height: 49px;
    flex-shrink: 0;
    background: #FFF;
    color: #3C3C3B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    position: relative;
    transition: .5s;
}

a.linkBtn_view_more:after {
    position: absolute;
    top: 18px;
    right: 30px;
    content: url("../../assets/img/common/icon_link2.svg");
    display: block;
    width: 8px;
    height: 11px;
}
a.linkBtn_white:after{
    position: absolute;
    top: 10px;
    right: 30px;
    content: url("../../assets/img/common/icon_link3.svg");
    display: block;
    width: 8px;
    height: 11px;
}
a.linkBtn_view_more:hover{
    background: #798981;
}
a.linkBtn_white:hover {
    background: #EAE4DC;
}


#container.story{
    padding-top: 100px;
    padding-bottom: 120px;
    background: #F4F2F1;
}
#container.story > #mv{
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url(../../assets/img/story/01/top_img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#container.story.story_02 > #mv{
    background-image: url(../../assets/img/story/02/top_img.webp);
}
#container.story.story_03 > #mv{
    background-image: url(../../assets/img/story/03/top_img.webp);
}
#container.story.story_04 > #mv{
    background-image: url(../../assets/img/story/04/top_img.webp);
}
#container.story > #mv > picture {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    width: 53.402777777vw;
}
#container.story.story_02 > #mv > picture {
    width: 30.694444444vw
}
#container.story.story_03 > #mv > picture {
    width: 35.694444444vw
}
#container.story.story_04 > #mv > picture {
    width: 47.569444444vw
}
#container.story > .product-description {
    margin: 100px auto;
    text-align: center;
    padding:  0 20px;
}
#container.story > .product-description > h2{
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
    margin-bottom: 35px;
}
#container.story > .product-description > p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}
#container.story > .story-blocks{
    margin: auto;
    max-width: 1070px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#container.story > .story-blocks > .story-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 20px 0;
}
#container.story > .story-blocks > .story-item.center {
    justify-content: center;
}
#container.story > .story-blocks > .story-item > img{
    width: calc(55% - 20px);
    max-width: 535px;
}
#container.story > .story-blocks > .story-item > p{
    text-align: justify;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    width: 45%;
    max-width: 400px;
}

#container.story > .story-blocks > .story-item-only-img{
    margin: 80px 0 20px 0;
}

/* COORDINATE
----------------------------------------*/
#container.story > .coordinate{
    padding: 80px 20px 0 20px;
    margin-top: 100px;
}
#container.story > .coordinate h2{
    max-width: 417px;
    width: 100%;
    display: block;
    margin: auto;
}
#container.story > .coordinate > div {
    max-width: 1184px;
    width: 100%;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 60px 0;
    background: #FFF;
}
#container.story > .coordinate > div > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 120px);
    max-width: 1064px;
}
#container.story > .coordinate > div > div > div{
    width: 45%;
    box-sizing: border-box;
}
#container.story > .coordinate > div > div > div h3{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.5px;
}
#container.story > .coordinate > div > div > div p {
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    margin: 60px 0 30px;
}
#container.story > .coordinate > div > div > img{
    width: 55%;
    max-width: 592px;
}
/* ITEM
----------------------------------------*/
#container.story > .item{
    margin-top: 120px;
    padding: 20px;
}
#container.story > .item h2{
    max-width: 157px;
    width: 100%;
    display: block;
    margin: auto;
}

#container.story > .item .design-set {
    width: 100%;
    max-width: 1184px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

#container.story > .item .design-set .design-item {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    width: calc(50% - 25px);
    min-height: 200px;
    transition: .3s;
}
#container.story > .item .design-set .design-item:hover {
    filter: brightness(.9);
}
#container.story > .item .design-set .design-item.center-item {
    margin: auto;
}
#container.story > .item .design-set .design-item .design-text {
    flex: 1;
    margin: 0 20px 0 30px;
}
#container.story > .item .design-set .design-item .design-text h3{
    width: 100%;
    max-width: 158px;
    margin-bottom: 30px;
}
#container.story.story_02 > .item .design-set .design-item .design-text h3 {
    max-width: 92px;
}
#container.story.story_03 > .item .design-set .design-item .design-text h3 {
    max-width: 127px;
}
#container.story.story_04 > .item .design-set .design-item .design-text h3 {
    max-width: 142px;
}
#container.story > .item .design-set .design-item .design-text h4{
    width: 100%;
    max-width: 107px;
}
#container.story.story_02 > .item .design-set .design-item .design-text h4 {
    max-width: 237px;
}
#container.story.story_01 > .item .design-set .design-item.item2 .design-text h4{
    max-width: 224px;
}
#container.story.story_01 > .item .design-set .design-item.center-item .design-text h4{
    max-width: 236px;
}
#container.story.story_03 > .item .design-set .design-item .design-text h4 {
    max-width: 105px;
}
#container.story.story_03 > .item .design-set .design-item.item2 .design-text h4{
    max-width: 221px;
}
#container.story.story_04 > .item .design-set .design-item .design-text h4 {
    max-width: 108px;
}

#container.story > .item .design-set .design-item > img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
}
@media screen and (max-width: 1099px) {
    #container.story > .coordinate > div {
        padding: 30px 0;
    }
    #container.story > .coordinate > div > div {
        width: calc(100% - 60px);
    }
    #container.story > .coordinate > div > div > img {
        width: 50%;
    }
    #container.story > .coordinate > div > div > div h3 {
        font-size: 2.4rem;
    }
    #container.story > .coordinate > div > div > div p {
        font-size: 1.6rem;
        margin: 40px 0 30px;
    }
    #container.story > .item .design-set {
        gap: 30px;
    }
    #container.story > .item .design-set .design-item {
        padding: 25px;
        width: calc(50% - 15px);
    }
    #container.story > .item .design-set .design-item .design-text {
        margin: 0 20px 0 0;
    }

    a.linkBtn_view_more {
        width: 168px;
        height: 44px;
        font-size: 1.6rem;
    }
    a.linkBtn_view_more:after {
        top: 15px;
        right: 16px;
    }
}
@media screen and (max-width: 999px) {
    #container.story > .item .design-set {
        gap: 20px;
    }
    #container.story > .item .design-set .design-item {
        padding: 20px;
        width: calc(33% - 15px);
        flex-direction: column;
        margin-bottom: 40px;
    }
    #container.story > .item .design-set .design-item.center-item {
        margin-bottom: 40px;
    }
    #container.story > .item .design-set .design-item > img {
        max-width: initial;
        margin-top: 30px;
    }
    #container.story > .item .design-set .design-item .design-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
     }
    #container.story > .item .design-set .design-item .design-text h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #container.story{
        padding-top: 70px;
        padding-bottom: 80px;
    }
    #container.story > #mv {
        height: calc(100vh - 70px);
        background-image: url(../../assets/img/story/01/top_img_sp.webp);
    }
    #container.story.story_02 > #mv{
        background-image: url(../../assets/img/story/02/top_img_sp.webp);
    }
    #container.story.story_03 > #mv{
        background-image: url(../../assets/img/story/03/top_img_sp.webp);
    }
    #container.story.story_04 > #mv{
        background-image: url(../../assets/img/story/04/top_img_sp.webp);
    }
    #container.story > #mv > picture {
        width: 90.933333333vw;
    }
    #container.story.story_02 > #mv > picture {
        width: 81.333333333vw
    }
    #container.story.story_03 > #mv > picture {
        width: 94.666666666vw
    }
    #container.story.story_04 > #mv > picture {
        width: 84vw
    }
    #container.story > .product-description {
        margin: 70px auto;
    }
    #container.story > .product-description > h2{
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
    #container.story > .product-description > p {
        font-size: 1.5rem;
        text-align: left;
    }
    #container.story > .story-blocks {
        padding: 0;
    }
    #container.story > .story-blocks > .story-item {
       flex-direction: column;
        margin: 40px 0 20px 0;
        padding: 0 20px;
    }
    #container.story > .story-blocks > .story-item-only-img {
        margin: 40px 0 20px 0;
    }
    #container.story > .story-blocks > .story-item.reverse {
        flex-direction: column-reverse;
    }
    #container.story > .story-blocks > .story-item > img {
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
    }
    #container.story > .story-blocks > .story-item > p {
        font-size: 1.5rem;
        width: 100%;
        max-width: initial;
    }
    #container.story > .coordinate {
        padding: 0;
        margin-top: 120px;
    }
    #container.story > .coordinate h2 {
        max-width: 315px;
        width: 83.466666666vw;
    }
    #container.story > .coordinate > div {
        padding: 0;
    }
    #container.story > .coordinate > div > div {
        width: 100%;
        flex-direction: column-reverse;
    }
    #container.story > .coordinate > div > div > img {
        width:100%;
        max-width: initial;
    }
    #container.story > .coordinate > div > div > div {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #container.story > .coordinate > div > div > div h3 {
        font-size: 2rem;
    }
    #container.story > .coordinate > div > div > div p {
        font-size: 1.4rem;
        margin: 20px 0;
    }
    #container.story > .item {
        padding: 80px 20px 20px;
        margin-top: 0;
    }
    #container.story > .item h2 {
        max-width: 118px;
        width: 31.466666666vw
    }
    #container.story > .item .design-set{
        gap: 0;
        margin: 30px 0 0;
    }
    #container.story > .item .design-set .design-item {
        width: 100%;
        padding: 40px 0;
        margin-bottom: 15px;
    }
    #container.story > .item .design-set .design-item > img {
        margin: 30px auto 0 auto;
        width: calc(100% - 80px);
        max-width: 180px;
    }
    #container.story > .item .design-set .design-item .design-text {
        width: 100%;
    }
    #container.story > .item .design-set .design-item .design-text h3 {
        max-width: 235px;
    }
    #container.story.story_02 > .item .design-set .design-item .design-text h3 {
        max-width: 137px;
    }
    #container.story.story_03 > .item .design-set .design-item .design-text h3 {
        max-width: 190px;
    }
    #container.story.story_04 > .item .design-set .design-item .design-text h3 {
        max-width: 213px;
    }
    #container.story > .item .design-set .design-item .design-text h4 {
        max-width: 119px;
    }
    #container.story.story_01 > .item .design-set .design-item.item2 .design-text h4 {
        max-width: 250px;
    }
    #container.story.story_01 > .item .design-set .design-item.center-item .design-text h4 {
        max-width: 264px;
    }
    #container.story.story_02 > .item .design-set .design-item .design-text h4 {
        max-width: 265px;
    }
    #container.story.story_03 > .item .design-set .design-item .design-text h4 {
        max-width: 117px;
    }
    #container.story.story_03 > .item .design-set .design-item.item2 .design-text h4{
        max-width: 247px;
    }
    #container.story.story_04 > .item .design-set .design-item .design-text h4 {
        max-width: 120px;
    }

}

@media screen and (max-width: 320px) {
    a.linkBtn_view_more {
        width: 160px;
        height: 40px;
    }
    a.linkBtn_view_more:after {
        top: 13px;
    }
    #container.story > .item .design-set .design-item {
        padding: 30px 0;
    }
    #container.story > .item .design-set .design-item > img {
        max-width: calc(100% - 60px);
    }
}