.pc{
	display: block !important;
}
.pd{
	display: none !important;
}
.sp{
    display: none !important;
}
.ssp{
    display: none !important;
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header{
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url("../../assets/img/common/header/bg_header.webp");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 500;
}
.header .nav {
    max-width: calc(100% - 60px);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    box-sizing: border-box;
}
.header .nav > div:first-child{
    width: 40%;
    display: flex;
    align-items: center;
}
.header .nav > div:last-child{
    width: 60%;
    display: flex;
    align-items: center;
}
.header .nav > div:first-child{
    justify-content: flex-start;
}
.header .nav > div:first-child > {
    justify-content: flex-start;
}
.header .nav > div:first-child > div:not(:first-child),
.header .nav > div:last-child > a:not(:first-child) {
    margin-left: 20px;
}
.header .nav > div:first-child > div.logo{
    width: 120px;
}
.header .nav > div:first-child > div.brand_logo{
    width: 220px;
}
.header .nav > div:first-child > div a{
    transition: .5s;
}
.header .nav > div:last-child > a:not(:nth-child(5)) {
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
.header .nav > div:last-child > a:not(:nth-child(5)) > img {
    width: 32px;
    height: 32px;
}
.header .nav > div:last-child > a:nth-child(5) {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 500;
}
.header .nav > div:first-child > div a:hover,
.header .nav > div:last-child > a:hover {
    opacity: .5;
}
.header .nav > div:last-child{
    justify-content: flex-end;
}
.search_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #F2F2F2;
    margin: 0 20px;
}
.search_form input {
    height: 32px;
    padding: 2px 10px;
    border: none;
    box-sizing: border-box;
    background-color: #F2F2F2;
    font-size: 1.3rem;
    font-family: "Noto Serif JP", sans-serif;
    outline: none;
    max-width: 200px;
    width: 100%;
}
.search_form input::placeholder {
    color: #3C3C3B;
}
.search_button {
    padding: 0 10px;
}
.search_button:hover {
    cursor: pointer;
}

.header .nav > div:last-child #searchTrigger{
    display: none;
    visibility: hidden;
    margin-right: 10px;
}
.header .nav > div:last-child #searchTrigger img {
    width: 24px;
}
#searchModal {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #3C3C3B;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 600;
}
#searchModal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#searchModal #searchClose{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background: none;
    border:none;
    outline:none;
}
.side_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-trigger{
    position: relative;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 500;
}
.menu-trigger li:not(:nth-child(3)) {
    width: 32px;
    height: 2px;
    margin: 0 auto 6px auto;
    transition: all .4s cubic-bezier(.25,.1,.25,1);
    opacity: 1;
    display: block;
}
.menu-trigger li:nth-of-type(1),
.menu-trigger li:nth-of-type(2) {
    background: #fff;
}
.menu-trigger li:nth-of-type(3){
    color: #fff;
    font-size: 1.2rem;
    font-family: "Crimson Pro", serif;
}
.menu-trigger:after,
.menu-trigger:before{
    content: '';
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .5s cubic-bezier(.25,.1,.25,1);
    position: absolute;
    width: 22px;
    left: 50%;
    top: 25%;
    transform: rotate(0deg);
}
.menu-trigger.active:before{
    transform: rotate(45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform-origin: center;
    left: 25%;
    top: 25%;
}
.menu-trigger.active:after{
    transform: rotate(-45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform-origin: center;
    left: 25%;
    top: 25%;
}
.menu-trigger.active li:not(:nth-of-type(3)) {
    margin-left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.menu-trigger.active li:nth-child(2) {
    margin-left: -100%;
}
.menu-trigger.active .added-span {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-image: url("../../assets/img/common/menu/bg_btn.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
#menu_content {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-image: url("../../assets/img/common/menu/bg_menu.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
    padding: 60px 20px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#menu_content.active {
    height: 100vh;
    visibility: visible;
    opacity: 1;
    box-sizing: border-box;
}
#menu_content.active:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((544 / 1440) * 100%);
    content: '';
    display: block;
    background-image: url("../../assets/img/common/menu/menu_img.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*メニューの中身*/
#menu_content .menu_content_inner{
    box-sizing: border-box;
    padding: 0;
    margin: auto 0 0 auto;
    width: calc((calc(1440 - 544) / 1440) * 100%);
    height: 90vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu_content .menu_content_inner h2{
    font-size: 4rem;
    margin-bottom: 80px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: 0.06em;
}
#menu_content .menu_content_inner > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-width: 500px;
    max-width: 700px;
    padding-left: 20px;
}
#menu_content .menu_content_inner > div > div{
    width: calc(100%/2 - 15px);
    display: flex;
    flex-direction: column;
}
#menu_content .menu_content_inner > div  a {
    transition: .5s;
}
#menu_content .menu_content_inner > div a:hover {
    opacity: .5;
}
#menu_content .menu_content_inner > div > div:first-child > a{
    width: 100%;
}
#menu_content .menu_content_inner > div > div:first-child > a:not(:last-child) {
    margin-bottom: 70px;
}
#menu_content .menu_content_inner > div > div:first-child > a.about img {
    width: 104px;
}
#menu_content .menu_content_inner > div > div:first-child > a.lineup img{
    width: 126px;
}
#menu_content .menu_content_inner > div > div:first-child > a.custom_made img{
    width: 231px;
}
#menu_content .menu_content_inner > div > div:first-child > a.story img{
    width: 99px;
}
#menu_content .menu_content_inner > div > div:first-child > a.coordinate img{
    width: 209px;
}
#menu_content .menu_content_inner > div > div:first-child > a.gallery img{
    width: 138px;
}
#menu_content .menu_content_inner > div > div:first-child > a.pickup img{
    width: 120px;
}
#menu_content .menu_content_inner p {
    font-size: 1.2rem;
}
#menu_content .menu_content_inner div ul {
    margin-bottom: 6rem;
    margin-top: 1.5rem;
}
#menu_content .menu_content_inner div ul li {
    line-height: 2;
    font-size: 1.6rem;
}
#menu_content .menu_content_inner > div > div:last-child > a{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

#menu_content .menu_content_inner > div > div:last-child > a > img{
    width: 32px;
    margin-right: 15px;
}
#menu_content .menu_content_inner > div > div:last-child .sns > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 182px;
    margin: 50px 0 0;
}
#menu_content .menu_content_inner > div > div:last-child .sns > div > a{
    width: 22px;
    display: block;
    position: relative;
}
#menu_content .menu_content_inner > div > div:last-child .sns > div > a:hover{
    opacity: 1;
}
#menu_content .menu_content_inner > div > div:last-child .sns > div > a.facebook {
    width: 23px
}
#menu_content .menu_content_inner > div > div:last-child .sns > div > a.youtube {
    width: 27px
}

#menu_content .menu_content_inner > div > div:last-child .sns > div > a > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}
#menu_content .menu_content_inner > div > div:last-child .sns > div > a:hover > img:first-child {
    opacity: 0;
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer {
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    background-image: url("../../assets/img/common/footer/bg_footer.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#footer .footer__inner{
    max-width: 1200px;
    margin: 50px auto;
    padding-right: 80px;
    position: relative;
}
#footer .footer__inner > a{
    position: fixed;
    right: -50px;
    top: initial;
    bottom: 50px;
    height: 40px;
    width: 40px;
    background-image: url("../../assets/img/common/top_btn.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    opacity: 0;
    transition: .3s;
}
#footer .footer__inner > a.is-fixed{
    right: 0;
    opacity: 1;
}
#footer .footer__inner .footer__main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .footer__inner .footer__main .footer__column{
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#footer .footer__inner .footer__main .footer__column a{
    transition: .5s;
}
#footer .footer__inner .footer__main .footer__column a:hover{
    opacity: .5;
}
.footer__column.no-heading::before {
    content: "";
    display: block;
    height: 1.8em;
}
.footer__column a{
    margin-top: 15px;
}
.footer__column a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../assets/img/common/footer/icon_arrow.svg) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}
.footer__column a.footer__heading::before,
.footer__column.other__links a::before{
    content: none;
}
.footer__column.other__links a{
    display: flex;
    align-items: center;
}
.footer__column.other__links a img{
    display: block;
    width: 20px;
    margin-right: 35px;
}
#footer .footer__inner .footer__bottom{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}
#footer .footer__inner .footer__bottom .footer__branding a{
    width: 245px;
}
#footer .footer__inner .footer__bottom .footer__branding p {
    margin-top: 15px;
    font-size: 1rem;
}
#footer .footer__inner .footer__bottom .footer__sns > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}
#footer .footer__inner .footer__bottom .footer__sns a{
    position: relative;
}
#footer .footer__inner .footer__bottom .footer__sns a > img{
    width: 22px;
    height: 22px;
    transition: .5s;
}
#footer .footer__inner .footer__bottom .footer__sns a > img:first-child {
    width: 22px;
    height: 22px;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
}
#footer .footer__inner .footer__bottom .footer__sns a:last-child > img,
#footer .footer__inner .footer__bottom .footer__sns a:last-child > img:first-child{
    width: 25px;
}

#footer .footer__inner .footer__bottom .footer__sns a:hover > img:first-child {
    opacity: 0;
}

.fv_wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.fv_main {
    flex: 1;
    margin-bottom: 100px;
}
.fv_footer {
    margin-top: auto;
}

/* include - LINEUP & SHOP
----------------------------------------*/
#container #lineup-shop {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 20px 30px 20px;
    background-color: #F4F2F1;
}
#container #lineup-shop > div h2{
    display: block;
    margin: auto;
    max-width: 782px;
    width: 100%;
}
#container #lineup-shop > div > div.lineup-shop-box{
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 50px auto;
}
#container #lineup-shop > div > div.lineup-shop-box .item{
    position: relative;
    padding: 8% 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 25px);
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-style: normal;
    font-weight: 600;
    overflow: hidden;
}
#container #lineup-shop > div > div.lineup-shop-box .item .item-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#container #lineup-shop > div > div.lineup-shop-box .item .background-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/top/living_img01.webp");
    background-position: center 10%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, filter 0.3s ease;
    z-index: -1;
}
#container #lineup-shop > div > div.lineup-shop-box > div:last-child .background-layer {
    background: #B4C1BD;
    transition: .5s;
}
#container #lineup-shop > div > div.lineup-shop-box > div .linkBtn_view_more:hover ~ .background-layer {
    transform: scale(1.05);
}
#container #lineup-shop > div > div.lineup-shop-box > div:last-child .linkBtn_view_more:hover ~ .background-layer{
    background-color: #EAE4DC;
}
#container #lineup-shop > div > div.lineup-shop-box > div:first-child img {
    width: 27.288732394%;
    margin-bottom: 30px;
}
#container #lineup-shop > div > div.lineup-shop-box > div:last-child img {
    width: 51.936619718%;
    margin-bottom: 30px;
}
/* include - COMMON LINEUP & SHOP
----------------------------------------*/
#container #lineup-shop.c-lineup-section > div > div.lineup-shop-box .item{
    padding: 5% 0;
}
#container #lineup-shop.c-lineup-section > div > div.lineup-shop-box .item{
    padding: 0;
    height: 200px;
}
#container #lineup-shop > div > div.lineup-shop-box > a:first-child img {
    width: 70.774647887%;
    margin-bottom: 0;
}
#container #lineup-shop > div > div.lineup-shop-box > a:last-child img {
    width: 51.936619718%;
    margin-bottom: 0;
}
#container #lineup-shop > div > div.lineup-shop-box > a:last-child .background-layer {
    background: #B4C1BD;
    transition: .5s;
}
#container #lineup-shop > div > div.lineup-shop-box > a:first-child:hover .background-layer {
    transform: scale(1.05);
}
#container #lineup-shop > div > div.lineup-shop-box > a:last-child:hover .background-layer {
    background-color: #EAE4DC;
}


/* include - STORY
----------------------------------------*/
#container #story {
    padding: 80px 0;
}
#story > h2{
    display: block;
    width: 198px;
    margin: 0 auto 50px auto;
}
#story > div{
    margin: 50px auto 150px auto;
    box-sizing: border-box;
    padding: 0 20px;
}
#story > div:last-child{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    margin: auto;
}
#story > div > div{
    width: calc(50% - 7.5px);
    box-sizing: border-box;
    margin: 0 0 15px 0;
}
#story > div > div.story-box{
    position: relative;
    overflow: hidden;
}
#story > div > div.story-box .story-content{
    position: relative;
    padding: 50px 0;
    min-height: 200px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-style: normal;
    font-weight: 600;
}
#story > div > div.story-box .story-content .background-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/top/test.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
}
#story > div > div.story-box .story-content .background-layer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: -1;
}
#story > div > div.story-box .story-content picture{
    width: 70.94017094%;
    margin-bottom: 20px;
}
#story > div > div:nth-child(2) .story-content picture{
    width: 41.709401709%;
}
#story > div > div:nth-child(3) .story-content picture{
    width: 47.264957265%;
}
#story > div > div:nth-child(4) .story-content picture{
    width: 63.76068376%;
}
#story > div > div:nth-child(2) .story-content .background-layer {
    background-image: url("../../assets/img/top/test2.webp");
}
#story > div > div:nth-child(3) .story-content .background-layer {
    background-image: url("../../assets/img/top/test3.webp");
}
#story > div > div:nth-child(4) .story-content .background-layer {
    background-image: url("../../assets/img/top/test4.webp");
}
#story > div > div.story-box .story-content p{
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    line-height: 1.8;
    margin: 30px 0;
    max-width: 480px;
}
.linkBtn_view_more:hover ~ .background-layer {
    transform: scale(1.05);
}
.linkBtn_view_more:hover ~ .background-layer::after {
    opacity: 0.5;
}
/* COMMON - purchase-support
----------------------------------------*/
#container #purchase-support.c-purchase-support-section{
    margin : 0 auto;
    background-color: #F4F2F1;
    width: 100%;
    padding: 40px 20px 80px 20px;
    box-sizing: border-box;
    font-family: "Noto Serif JP", sans-serif;
}
#container #purchase-support.c-purchase-support-section > div{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
#container #purchase-support.c-purchase-support-section > div h2{
    font-feature-settings: 'palt' on;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 50px auto 24px auto;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > a{
    width: calc(50% - 52px);
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    transition: .3s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > a > img{
    width: 42%;
    margin-right: 20px;
    transition: .3s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > a:hover img{
    filter: brightness(0.7);
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > a:hover > div{
    opacity: .6
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-l > div > h3 {
    width: 218px;
    transition: .3s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-r > div > h3 {
    width: 230px;
    transition: .3s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-1 > a > div > p {
    text-align: justify;
    font-feature-settings: "palt";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
    letter-spacing: -0.05em;
    transition: .3s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a {
    display: flex;
    align-items: center;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > img{
    width: 66px;
    margin-right: 30px;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > div h3 {
    font-family: "Crimson Pro", serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3.84px;
    transition: .5s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > div p{
    text-align: justify;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    transition: .5s;
}
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a:hover h3,
#container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a:hover p{
    opacity: .6;
}

/* レスポンシブ */
@media screen and (max-width: 1199px) {
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-l > div > h3 {
        width: 17.152777777vw;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-r > div > h3 {
        width: 17.777777777vw;
    }
}

@media screen and (max-width: 1099px) {
    .pd{
        display: block !important;
    }
    #searchModal #searchClose {
        top: 20px;
        right: 24px;
    }
    #searchModal #searchClose img {
        width: 64px;
    }
    .search_form {
        width: 300px;
        height: 48px;
    }
    .header .nav > div:first-child > div:not(:first-child),
    .header .nav > div:last-child > a:not(:first-child) {
        margin-left: 0;
    }
    .header .nav > div:last-child > a:not(:nth-child(6)),
    .search_form {
        display: none;
    }
    .header .nav > div:last-child #searchTrigger{
        display: block;
        visibility: visible;
    }
    .header .nav > div:last-child #searchModal.is-active .search_form{
        display: flex;
    }
    .header .nav > div:first-child > div:nth-of-type(2){
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .header .nav > div:first-child > div:not(:first-child){
        margin-left: 0;
    }
    .menu-trigger.active .added-span {
        width: 90px;
        height: 90px;
    }
    #menu_content .menu_content_inner {
        margin: auto;
        width: 100%;
        height: calc(90vh - 120px);
    }
    #menu_content .menu_content_inner > div {
       flex-direction: column;
        min-width: initial;
        padding-left: 0;
        height: calc(90vh - 120px);
    }
    #menu_content.active:after {
        display: none;
    }
    #menu_content .menu_content_inner > div > div {
        width: 100%;
    }
    #menu_content .menu_content_inner > div > div:first-child > a:not(:last-child){
        margin-bottom: 30px;
    }
    #menu_content .menu_content_inner > div > div:last-child{
        margin-top: 50px;
        flex-wrap: wrap;
        flex-direction: initial;
    }
    #menu_content .menu_content_inner > div > div:last-child > a{
        width: 50%;
        box-sizing: border-box;
    }
    #menu_content .menu_content_inner > div > div:last-child > a:nth-child(even){
        padding-left: 20px;
    }
    #menu_content .menu_content_inner > div > div:last-child > a > img {
        width: 28px;
        margin-right: 10px;
    }
    #footer .footer__inner .footer__main .footer__column {
        width: 50%;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    #footer .footer__inner .footer__main .footer__column.other__links {
        width: 100%;
        flex-direction: initial;
        flex-wrap: wrap;
    }
    #footer .footer__inner .footer__main .footer__column.other__links > a{
        width: 50%;
    }
    #footer .footer__inner .footer__bottom {
        flex-direction: column-reverse;
    }
    #footer .footer__inner .footer__bottom .footer__branding {
        margin-top: 50px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > a > div > p {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 {
        padding: 25px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 > div {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
    .header{
        height: 70px;
    }
    .menu-trigger.active .added-span {
        width: 70px;
        height: 70px;
    }
    #searchModal #searchClose {
        /* top: 20px;
        right: 24px; */
        top: -1px;
        right: -6px;
    }
    #searchModal #searchClose img {
        width: 64px;
    }
    .header .nav > div:first-child > div.logo{
        width: 81px;
    }
    .header .nav > div:first-child > div.brand_logo {
        width: 150px;
    }
    .header .nav {
        max-width: calc(100% - 30px);
    }
    .menu-trigger li:nth-of-type(3) {
        font-size: 1.1rem;
    }
    #menu_content .menu_content_inner > div > div:last-child .sns > div {
        width: 141px;
    }
    #footer {
        padding: 30px 20px;
    }
    #footer .footer__inner{
        margin: 20px auto;
        padding-right: 0;
    }
    #container #story {
        padding: 40px 0;
    }
    #container #lineup-shop {
        padding: 40px 20px;
    }
    #container #lineup-shop > div h2 {
        max-width: 268px;
    }
    #container #lineup-shop > div > div.lineup-shop-box {
        flex-direction: column;
    }
    #container #lineup-shop > div > div.lineup-shop-box .item {
        width: 100%;
        padding: 15% 0;
    }
    #container #lineup-shop > div > div.lineup-shop-box .item:last-child {
        margin-top: 20px;
    }
    #story > h2{
        width: 150px;
        margin: 0 auto 30px auto;
    }
    #story > div {
        margin: 50px auto 100px auto;
        padding: 0;
    }
    #story > div > div {
        width: 100%;
        margin: 0 auto 10px auto;
    }
    #story > div > div.story-box .story-content {
        aspect-ratio: 1 / 1;
        box-sizing: border-box;
    }
    #story > div > div.story-box .story-content picture {
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    #container #lineup-shop.c-lineup-section > div > div.lineup-shop-box .item{
        height: 200px;
    }
    #container #purchase-support.c-purchase-support-section > div h2{
        font-size: 2.6rem;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > a {
        width: calc(100% - 20px);
        padding: 10px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > a > img {
        margin-right: 10px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 {
        display: block;
        margin: 30px auto 20px auto;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-l{
        margin-bottom: 20px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-l > div > h3 {
        width: 100%;
        max-width: 152px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-r > div > h3 {
        width: 100%;
        max-width: 86px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > div > div > p {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-top: 10px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 {
        padding: 25px;
        flex-direction: column;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 > div {
        width: 100%;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > img {
        width: 52px;
        margin-right: 15px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > div h3 {
        font-size: 2rem;
        letter-spacing: 3px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-2 > div > a > div p {
        font-size: 1.3rem;
    }

}
@media screen and (max-width: 450px) {
    #container #lineup-shop.c-lineup-section > div > div.lineup-shop-box .item {
        height: 150px;
    }
    #container #lineup-shop > div > div.lineup-shop-box .item {
        padding: 0;
        height: 237px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 320px) {
    .header .nav > div:first-child > div.logo {
        width: 61px;
    }
    .header .nav > div:first-child > div.brand_logo {
        width: 140px;
    }
    #menu_content .menu_content_inner > div > div:last-child > a:nth-child(even){
        padding-left: 10px;
    }
    #menu_content .menu_content_inner > div > div:last-child > a > img {
        width: 22px;
        margin-right: 10px;
    }
    #menu_content .menu_content_inner > div > div:last-child > a {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    #container #purchase-support.c-purchase-support-section{
        padding: 40px 0 80px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > a > div {
        padding-right: 10px;
    }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > div > img {
        width: 40%;
        margin-right: 10px;
    }#container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-l > div > h3 {
          max-width: 123px;
     }
    #container #purchase-support.c-purchase-support-section > div > .contents-1 > .box-r > div > h3 {
        max-width: 72px;
    }

}


/* PICK UP
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#include_pickup {
    margin-top: 50px;
}
.pickup_title {
    max-width: 246px;
    width: 100%;
    /* margin: 200px auto 60px; */
    margin: 0 auto 60px;
    text-align: center;
}
.pickup_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1248px;
    width: 100%;
    margin: 0 auto 164px;
}
.pickup_box a {
    width: calc(33.33333% - 20px);
}
.pickup_box a > .pickup_image{
    overflow: hidden;
}
.pickup_box a img {
    width: 100%;
    transition: .5s;
}
.pickup_text {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    margin-top: 16px;
}
.pickup_box a:hover > .pickup_image > img{
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .pickup_title {
        max-width: 184px;
        margin: 50px auto 60px;
        text-align: center;
    }
    .pickup_box {
        display: block;
        margin: 0 auto 50px;
        max-width: calc(100% - 20px);
    }
    #include_pickup .pickup_box a:not(:last-child) .pickup_text {
        margin-bottom: 30px;
    }
    .pickup_text {
        font-size: 1.4rem;
        margin-top: 10px;
    }
}
@media screen and (max-width: 450px) {
    .ssp {
        display: block !important;
    }
}
