#will2026 > #container{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP", serif;
    font-style: normal;
}
#will2026 > #container a{
    cursor: pointer;
    text-decoration: none;
    transition: .5s;
}
#will2026 > #container a  svg path,
#will2026 > #container a  svg line{
    transition: .5s;
}
#will2026 > #container a:hover{
    text-decoration: none;
}
#will2026 > #container div.caution > p {
    text-indent: -1em;
    padding-left: 1em;
}

/*header*/
#will2026 header{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    transform: initial !important;
    z-index: 10000000000;
    font-family: "Noto Sans JP", serif;
}
#will2026 header .l-header_gnav {
    background-color: #DEDDE2;
    height: initial;
    border: none;
    padding: 20px 40px;
    position: relative;
}
#will2026 header .l-header_gnav .l-header_nav a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-left: 1.5em;
    transition: .3s;
}
#will2026 header .l-header_gnav .l-header_logo {
    width: 81px
}
#will2026 .top header .l-header_gnav .l-header_blandlogo {
    max-width: 160px;
    position: absolute;
    top: 80%;
    left: 50%;
}
#will2026 header .l-header_gnav .l-header_blandlogo,
#will2026 header.is-scrolled .l-header_gnav .l-header_blandlogo{
    max-width: 80px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s;
}
body#will2026 .l-header_nav_search.js-searchUI.u-header{
    right: 100px;
}
body#will2026 .l-header_nav_search {
    width: 210px;
}
body#will2026 .l-header_nav_search::before {
    transition: transform 0.16s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transform: translateX(-162px);
}
body#will2026 .l-header_nav_search input[type=text] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 30px 5px 15px;
    border: 1px solid #35416F;
    border-radius: 0;
    outline: none;
    width: 210px;
    height: 30px;
    background: none;
    background-color: #DEDDE2;
    font-size: 1.2rem;
    color: #35416F;
}
body#will2026 .l-header_nav_search input[type=text]::placeholder {
    color: #9BA1BC;
}
body#will2026 .l-header_nav_search::before {
    background-color: #35416F;
    left: initial;
    right: -150px;
}
body#will2026 .l-header_nav_search::after {
    content: 'SEARCH';
    position: absolute;
    left: -64px;
    top: 3px;
    font-size: 1.4rem;
    color: #35416F;
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.7px;
    font-weight: 400;
}
body#will2026 .l-header_nav_search input {
    visibility: visible;
    transform: scaleX(1);
}
body .l-header_nav_search .search_btn {
    visibility: hidden;
}
body#will2026 .l-header_nav_search input[type=submit] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: initial;
    right: 5px;
    border: none;
    width: 30px;
    height: 30px;
    -webkit-appearance: initial;
}
body#will2026 .l-header_menu_wrapper {
    display: block !important;
    visibility: visible !important;
    background-color: rgba(38,38,38,.45);
}
body#will2026 .l-header_hamburger {
    position: absolute;
    top:22px;
}
body#will2026 .l-header_hamburger > button {
    align-items: flex-end;
}
body#will2026 .l-header_hamburger span {
    height: 1px;
    background-color: #35416F;;
}
body#will2026 .l-header_hamburger span:nth-of-type(2) {
    width: 100%;
}
body#will2026 .l-header_hamburger span:last-of-type {
    width: 100%;
}
body#will2026 .l-header_hamburger > button[aria-expanded=true] span:last-of-type {
    width: 100%;
}
body#will2026 .l-header_menu_main[aria-hidden=false] {
    height: calc(100lvh - 32px);
    background: transparent;
    color: #fff;
    overflow-y: auto;
    display: flex;
    justify-content: flex-end;
    padding: 40px 20px;
}
body#will2026 .l-header_menu{
    margin: 0;
    display: flex;
    justify-content: center;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent{
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 30px 25px;

    background: #DEDDE2;
    border-radius: 10px;

    min-width: 250px;
    max-height: calc(90vh - 60px);

    overflow: hidden;
}

body#will2026 .l-header_menu_nav_item.js-accordion_parent .u-header {
    display: none !important;
    visibility: hidden;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 164px;
    width: 100%;
    max-height: calc(90dvh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    box-sizing: border-box;
    padding-right: 12px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a:not(:first-child){
    color: #35416F;
    font-family: "Noto Sans JP", serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px;
    padding: 15px 0;
    transition: .3s;
    position: relative;
    display: inline-block;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a:after,
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 1px;
    background:  #35416F;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a:after{
    bottom: 0;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul{
    margin-top: -10px;
    margin-left: 2em;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a{
    position: relative;
    padding-left: 1em;
    color: #35416F;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-bottom: 12px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a:last-child{
    margin-bottom: 15px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a:before{
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: 0;
    top: 6px;
    background-color: #35416F;
    border-radius: 50%;
    transition: .5s;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > ul li a:hover:after,
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a:hover:after{
    transform: scaleX(1);
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a.l-header_nav_logo{
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a.l-header_nav_logo > img{
    width: 163px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links1{
    padding-top: 40px;
    margin-top: 25px;
    border-top: 1px solid #35416F;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links1 > a{
    color: #35416F;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    width: 164px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #35416F;
    transition: .3s;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links1 > a:last-child{
    margin-top: 16px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links1 > a:hover{
    color: #9BA1BC;
    border-color: #9BA1BC;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links2{
    margin-top: 14px;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links2 > a{
    background: #35416F;
    color: #fff;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 164px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #35416F;
    margin-top: 16px;
    transition: .3s;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links2 > a:last-child{
    background: #8F7F67;
    border-color: #8F7F67;
}

body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links2 > a:hover{
    background-color: transparent;
    color:#35416F;
}
body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > div.links2 > a:last-child:hover{
    background-color: initial;
    color: #8F7F67;
}
#will2026  #side_links{
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 50;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
}
#will2026  #side_links.show{
    opacity: 1;
    visibility: visible;
}
#will2026  #side_links > a{
    border-radius: 5px 0 0 5px;
    background: #35416F;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 18px;
    transition: .5s;
    border:1px solid #35416F;
}
#will2026  #side_links > a:last-child{
    background: #8F7F67;
    border:1px solid #8F7F67;
    margin-top: 8px;
}
#will2026  #side_links > a:hover{
    background: #fff;
    color: #35416F;
}
#will2026  #side_links > a:last-child:hover{
    background: #fff;
    color: #8F7F67;
}
/*
 MV------------------ */
#will2026 .top #mv{
    width: 100%;
    background: #DEDDE2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}
#will2026 .top #mv > .mv_contents{
    width: 70vw;
    margin: auto;
}
#will2026 .top #mv > .mv_contents > div:first-child{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:first-child a {
    color: #35416F;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.44px;
    position: relative;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div:nth-child(2),
#will2026 .top #mv > #sub-menu-wrap > div.word_links > button{
    display: none;
    visibility: hidden;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:first-child a:after,
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:  #35416F;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a:after{
    background: #fff;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:first-child a:hover:after,
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a:hover:after{
    transform: scaleX(1);
}
#will2026 .top #mv > .mv_contents > div:first-child > div:first-child a:not(:last-child) {
    margin-right: 48px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child{
    margin-left: 60px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 372px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child > p,
#will2026 .top #mv .sp_menus > div p{
    width: 100%;
    color: #E60012;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    padding-left: 1em;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child > p span,
#will2026 .top #mv .sp_menus > div p span{
    color: #35416F;
    padding-left: .5em;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a,
#will2026 .top #mv .sp_menus > div a{
    width: 148px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #35416F;
    color: #35416F;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#will2026 .top #mv .sp_menus > div a{
    height: 40px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a:last-child{
    width: 198px;
    margin-left: 20px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a:hover,
#will2026 .top #mv .sp_menus > div a:hover{
    background-color: #35416F;
    color: #fff;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a svg,
#will2026 .top #mv .sp_menus > div a svg{
    display: block;
    margin-left: 8px;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a svg path,
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a svg line,
#will2026 .top #mv .sp_menus > div a svg path,#will2026 .top #mv .sp_menus > div a svg line{
    transition: .5s;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a:hover svg,
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a:hover svg path,
#will2026 .top #mv .sp_menus > div a:hover svg,
#will2026 .top #mv .sp_menus > div a:hover svg path{
    fill: #fff;
    stroke: #fff;
}
#will2026 .top #mv > .mv_contents > div:first-child > div:last-child a:hover svg line,
#will2026 .top #mv .sp_menus > div a:hover svg line{
    stroke: #fff;
}
#will2026 .top #mv > .mv_contents > div .swiper-slide a img{
   width: 100%;
}
#will2026 .top #mv > #sub-menu-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #8F7F67;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    opacity: 1;
    z-index: 50;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links.is-pre-fixed {
    transform: translateY(-120%);
    opacity: 0;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links.is-fixed{
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(0);
    opacity: 1;
    transition:
            transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.3s ease;
}

#will2026 .top #mv > #sub-menu-wrap > div.word_links > div{
    width: calc(70vw + 60px);
    min-width: 1130px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div > h2{
    width: 128px;
    height: 30px;
    border-radius: 19px;
    background: #35416F;
    color: #FFF;
    font-size: 1.6rem;;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a{
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    line-height: 2;
}
#will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a:not(:nth-child(2)){
    margin-left: 32px;
}
#will2026 .top #mv > .mv_contents > .swiper .swiper-wrapper{
    overflow: hidden;
}
#will2026 .top #mv > .mv_contents > .swiper{
    overflow: visible;
}
#will2026 .top #mv > .mv_contents > .swiper .swiper-slide{
    overflow: hidden;
}
#will2026 .top #mv > .mv_contents > .swiper .swiper-slide > a:hover{
    opacity: 1 !important;
}
#will2026 .top #mv > .mv_contents > .swiper .swiper-slide > a:hover img{
    transform:scale(1.01);
    opacity: 1;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination{
    position: absolute;
    top: 15px;
    left: -60px;
    display: flex;
    flex-direction: column;
    width: 60px;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination .swiper-pagination-bullet {
    height: 38px;
    margin: 0 0 20px 0;
    width: 30px;
    background: 0;
    border-radius: 0;
    position: relative;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination .num {
    display: inline-block;
    color: #9BA1BC;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

#will2026 .top #mv > .mv_contents > div .custom-pagination .line {
    position: absolute;
    right: -11px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #9BA1BC;
    overflow: hidden;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination .line::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #9BA1BC;
    overflow: hidden;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: var(--progress, 0%);
    background: #35416F;
}
#will2026 .top #mv > .mv_contents > div .custom-pagination .swiper-pagination-bullet-active .num{
    color: #35416F
}
.custom-pagination .line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #000;
}
.swiper-toggle,
.swiper-toggle img{
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 3px;
    cursor: pointer;
    transition: .5s;
}
.swiper-toggle:hover{
    opacity: .5;
}
#will2026 .top #mv .sp_menus{
    display: none;
    visibility: hidden;
}
#will2026 .top #mv .sp_menus > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto auto;
    max-width: 320px;
}
#will2026 .top #mv .sp_menus > div a{
    text-align: center;
}
/*
 CONCEPT ------------------ */
#container #concept{
    width: calc(100% - 60px);
    background-image: url(/lib/image/catalog/wall/will2026/concept_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 160px 30px;
}
#container #concept > div{
    max-width: 800px;
    color: #DEDDE2;
}
#container #concept > div h2 {
    font-size: 3.8rem;
    font-weight: 400;
    letter-spacing: 3.8px;
    margin-bottom: 100px;
    width: 100%;
}
#container #concept > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#container #concept > div > div:nth-child(2) h3 {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 3.2px;
}
#container #concept > div > div:nth-child(2) img{
    width: 145px;
    margin-top: 50px;
}
#container #concept > div > div:last-child p {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.8px;
    font-weight: 400;
}
#container #concept > div > div:last-child p:not(:last-child){
    margin-bottom: 30px;
}

/*
FEATURE -----------------------------------*/

.feature {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-image: url(/lib/image/catalog/wall/will2026/feature_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.feature  > div:first-child{
    padding: 66px 30px;
    display: flex;
    justify-content: center;
    min-width: 500px;
}
.feature  > div:first-child > div h2{
    color: #35416F;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 3.8px;
}
.feature  > div:first-child > div p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 225%;
    letter-spacing: 1.28px;
    margin-top: 20px;
}
.feature  > div:last-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-image: url(/lib/image/catalog/wall/will2026/feature_bg.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 20;
}
.feature_list {
    position: relative;
    height: 824px;
    width: 300px;
    padding-right: 60px;
}

.feature_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background: #F2F2F3;
    overflow: hidden;

    --x: 0px;
    --y: 0px;
    --hover: 0px;

    transform: translate(calc(var(--x) + var(--hover)), var(--y));

    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature_slide:hover {
    --hover: -15px;
}
.feature_slide.active:hover {
    --hover: 0px;
}
.feature_02{
    background: #E7E4E5;
}
.feature_03 {
    background: #529164;
}
.feature_slide:nth-child(1) { z-index: 1; }
.feature_slide:nth-child(2) { z-index: 2; }
.feature_slide:nth-child(3) { z-index: 3; }


/* ボタン全面クリック */
.feature_button {
    position: absolute;
    width: 100px;
    inset: 0;
    z-index: 2;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 72px 0;
    animation: slideInLeft 0.5s forwards ease-in;
}
@keyframes slideInLeft {
    0% {
        transform: translateX(-110%);
    }
    100% {
        transform: translateX(0);
    }
}
.feature_slide.active .feature_button {
    animation: slideOutLeft 0.7s forwards ease-in;
}
@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-110%);
    }
}
.feature_01 .feature_button > picture img {
    width: 56px;
}
.feature_02 .feature_button > picture img {
    width: 47px;
}
.feature_03 .feature_button > picture img {
    width: 32px;
}
/* 中身 */
.feature_content {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 70px 0 70px 60px;
}

.feature_slide.active .feature_content {
    opacity: 1;
}

.feature_slide .feature_content > .inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 140px);
}
.feature_01.feature_slide .feature_content > .inner > h3 > img{
    width: 234px;
    height: 71.496px;
}
.feature_02.feature_slide .feature_content > .inner > h3 > img{
    width: 370px;
    height: 53px;
}
.feature_03.feature_slide .feature_content > .inner > h3 > img{
    width: 344px;
    height: 44px;
}
.feature_slide .feature_content > .inner > div{
    color: #000;
}
.feature_03.feature_slide .feature_content > .inner > div{
    color: #fff;
}
.feature_slide .feature_content > .inner > div > p{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 187.5%;
    letter-spacing: 0.8px;
    margin: 30px 0;
}
.feature_slide .feature_content > .inner > div > div{
    display: flex;
    align-items: flex-start;
}
.feature_slide .feature_content > .inner > div > img{
    max-width: 372px;
    width: 100%;
}
.feature_slide .feature_content > .inner > div > div > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #35416F;
    color: #35416F;
}
.feature_03.feature_slide .feature_content > .inner > div > div > a{
    border-color: #fff;
    color: #fff;
}
.feature_slide .feature_content > .inner > div > div > a:last-child{
    width: 176px;
    margin-left: 30px;
}
.feature_slide .feature_content > .inner > div > div > a > svg{
    width: 21px;
    height: 9px;
    display: block;
    margin-left: 8px;
}
.feature_slide .feature_content > .inner > div > div > a:hover{
    color: #fff;
    background: #35416F;
}
.feature_slide .feature_content > .inner > div > div > a:hover svg path{
    fill: #fff;
}
.feature_slide .feature_content > .inner > div > div > a:hover svg line{
    stroke: #fff;
}
.feature_slide.feature_03 .feature_content > .inner > div > div > a:hover{
    color: #529164;
    background: #FFF;
}
.feature_slide.feature_03 .feature_content > .inner > div > div > a:hover svg path{
    fill: #529164;
}
.feature_slide.feature_03 .feature_content > .inner > div > div > a:hover svg line{
    stroke: #529164;
}

/*
 BLAND ------------------ */
#container #bland{
    background: #DEDDE2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 20px 0;
}
#container #bland > div{
    max-width: 1020px;
    width: 100%;
}
#container #bland > div h2 {
    color: #35416F;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 3.8px;
}
#container #bland > div > p {
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 225%;
    letter-spacing: 1.28px;
    text-align: center;
}
#container #bland > div > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 60px 0;
}
#container #bland > div > div > div{
    width: calc(calc(100%/3) - 26px);
}
#container #bland > div > div > div > a{
    width: 100%;
    height: 100%;
    display: block;
}
#container #bland > div > div > .bland_1 > div h3{
    max-width: 53px;
    width: 16.987179487%;
}
#container #bland > div > div > .bland_2 > div h3{
    max-width: 58px;
    width: 18.589743589%;
}
#container #bland > div > div > .bland_3 > div h3{
    max-width: 81px;
    width: 25.961538461%;
}
#container #bland > div > div > div > div h3 img{
    width: 100%;
}
/*#container #bland > div > div > .bland_2 > div h3 > span:last-child{*/
/*    background: #543632;*/
/*}*/
/*#container #bland > div > div > .bland_3 > div h3 > span:last-child{*/
/*    background: #FEE000;*/
/*    color: #262626;*/
/*}*/
#container #bland > div > div > div > div a,
#container #bland > div > a,
#container #other-topic > div .swiper .swiper-slide div > div > a{
    border-radius: 5px;
    border: 1px solid #35416F;
    color: #35416F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 3px 13px;
}
#container #bland > div > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 237px;
    height: 40px;
    padding: 0;
    margin: auto;
}
#container #bland > div > div > div > div a.comingsoon{
    pointer-events: none;
    position: relative;
    border-color: rgba(53, 65, 111, .5);
    color: rgba(53, 65, 111, .5);
    width: 184px;
}
#container #bland > div > div > div.bland_3 > div a.comingsoon{
    width: 194px;
}
#container #bland > div > div > div > div a.comingsoon:after{
    content: 'coming soon';
    color: #35416F;
    font-weight: 500;
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#container #bland > div > div > div > div a > span.icon,
#container #other-topic > div .swiper .swiper-slide div > div > a span.icon{
    color: #FFF;
    text-align: center;
    font-family: Inter, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 10px;
    border: 1px solid #35416F;
    background: #35416F;
    padding: 1px 5px;
    margin-left: 10px;
    transition: .5s;
}
#container #bland > div > div > div > div a:hover > span.icon,
#container #other-topic > div .swiper .swiper-slide div > div > a:hover span.icon{
    border: 1px solid #fff;
    background: #fff;
    color: #35416F;
}
#container #bland > div > div > div > div a.comingsoon > span.icon{
    border: 1px solid rgba(53, 65, 111, 0);
    background: rgba(53, 65, 111, .5);
    color: rgba(255,255,255,.5);
}
#container #bland > div > div > div > div a svg,
#container #bland > div > a svg,
#container #other-topic > div .swiper .swiper-slide div > div > a svg{
    padding-left: 1em;
}
#container #bland > div > div > div > div a:hover,
#container #bland > div > a:hover,
#container #other-topic > div .swiper .swiper-slide div > div > a:hover{
    background-color: #35416F;
    color: #fff;
}
#container #bland > div > div > div > div a:hover svg path,
#container #bland > div > a:hover svg path,
#container #other-topic > div .swiper .swiper-slide div > div > a:hover svg path{
    fill: #fff;
}
#container #bland > div > div > div > div a:hover svg line,
#container #bland > div > a:hover svg line,
#container #other-topic > div .swiper .swiper-slide div > div > a:hover svg line{
    stroke: #fff;
}
/*
 OTHER TOPICS ------------------ */
#container #other-topic{
    background: #DEDDE2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 30px 0;
}
#container #other-topic > div{
    max-width: 1120px;
    width: 100%;
}
#container #other-topic > div h2{
    color: #35416F;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 3.8px;
}
#container #other-topic > div .swiper{
   padding: 0 40px;
}
#container #other-topic > div .swiper .swiper-slide{
    margin-bottom: 42px;
}
#container #bland > div > div > div > a,
#container #other-topic > div .swiper .swiper-slide > div > a{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    pointer-events: none;
}
#container #bland > div > div > div > a > div,
#container #other-topic > div .swiper .swiper-slide > div > a > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}
/*#container #bland > div > div > div > a:hover,*/
/*#container #other-topic > div .swiper .swiper-slide a:hover{*/
/*    opacity: 1;*/
/*}*/
/*#container #bland > div > div > div > a:hover > div,*/
/*#container #other-topic > div .swiper .swiper-slide a:hover > div{*/
/*    opacity: 1;*/
/*}*/
#container #other-topic > div .swiper .swiper-slide a > div:last-child{
    transition: .5s;
}

#container #bland > div > div > div > a > div p,
#container #other-topic > div .swiper .swiper-slide div > a > div p {
    color: #262626;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.8px;
}
#container #bland > div > div > div > a > div img,
#container #other-topic > div .swiper .swiper-slide a > div > img {
    width: 36px;
    height: 36px;
    margin-top: 20px;
}
#container #bland > div > div > div > a > img,
#container #other-topic > div .swiper .swiper-slide div > a >img{
    width: 100%;
}
#container #bland > div > div > div > div > p,
#container #other-topic > div .swiper .swiper-slide div > div > p{
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 185.714%;
    letter-spacing: 0.7px;
    margin-top: 15px;
}
#container #bland > div > div > div > div h3,
#container #other-topic > div .swiper .swiper-slide div > div h3{
    display: flex;
    align-items: center;
    min-height: 28px;
}
#container #bland > div > div > div > div h3 > span:first-child,
#container #other-topic > div .swiper .swiper-slide div > div h3 > span:first-child{
    color: #262626;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1.6px;
    padding-right: 15px;
    position: relative;
}
#container #other-topic > div .swiper .swiper-slide.slide1 div > div h3 > span:first-child{
    max-width: 203px;
    width: 65.384615384%;
}
#container #other-topic > div .swiper .swiper-slide.slide1 div > div h3 > span:first-child > img{
    width: 100%;
}
#container #bland > div > div > .bland_3 > div h3 > span:first-child > img,
#container #other-topic > div .swiper .swiper-slide.slide4 div > div h3 > span:first-child > img{
    max-width: 70px;
    width: 10vw;
}
/*#container #bland > div > div > div > div h3 > span:first-child:after,*/
/*#container #other-topic > div .swiper .swiper-slide a > div h3 > span:first-child:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 60%;*/
/*    background-color: #262626;*/
/*}*/
/*#container #bland > div > div > div > div h3 > span:last-child,*/
/*#container #other-topic > div .swiper .swiper-slide a > div h3 > span:last-child{*/
/*    display: block;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*    font-family: Inter,serif;*/
/*    font-size: 1rem;*/
/*    font-weight: 700;*/
/*    line-height: 2;*/
/*    background-color: #262626;*/
/*    width: 40px;*/
/*    height: 20px;*/
/*    border-radius: 10px;*/
/*    margin-left: 15px;*/

/*}*/
#container #other-topic > div .swiper .swiper-button-next,
#container #other-topic > div .swiper .swiper-button-prev {
    color: #262626;
    top: 25%;
    width: 32px;
}
#container #other-topic > div .swiper .swiper-button-next{
    right: 0;
}
#container #other-topic > div .swiper .swiper-button-prev {
    left: 0;
}
#container #other-topic > div .swiper .swiper-button-next > svg,
#container #other-topic > div .swiper .swiper-button-prev > svg {
   display: none;
}
.swiper-button-prev {
    background: url('/lib/image/catalog/wall/will2026/icon_arrow_back.webp') no-repeat center / contain;
    width: 32px;
    height: 16px;
}

.swiper-button-next {
    background: url('/lib/image/catalog/wall/will2026/icon_arrow_next.webp') no-repeat center / contain;
    width: 32px;
    height: 16px;
}
/*
 着せ替えシミュレーション ------------------ */
#container #coordinate{
    background: #DEDDE2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px 20px 144px;
}
#container #coordinate > div{
    max-width: 1120px;
    width: 100%;
    border-radius: 10px;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
}
#container #coordinate > div > div{
    width: calc(100% - 60px);
    max-width: 1012px;
    padding: 64px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#container #coordinate > div > div > div{
    width: calc(100% - 41.028225806% - 20px);
}
#container #coordinate > div > div > div > img{
    width: calc(100% - 10px);
    max-width: 508px;
}
#container #coordinate > div > div > div > p {
    color: #262626;
    font-size: 1.4rem;
    line-height: 171.429%;
    letter-spacing: 1.12px;
    margin: 24px 0 40px;
}
#container #coordinate > div > div  a {
    width: 208px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #262626;
    color: #262626;
    font-size: 1.2rem;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container #coordinate > div > div  a svg{
    display: block;
    width: 21px;
    margin-left: 15px;
}

#container #coordinate > div > div  a:hover {
    background: #262626;
    border-color: #262626;
    color: #fff;
}
#container #coordinate > div > div   a:hover  svg line{
    stroke: #fff;
}
#container #coordinate > div > div  a:hover  svg path{
    fill: #fff;
}
#container #coordinate > div > div > img {
    width: 41.028225806%;
}
#container #coordinate > div > div >  a{
    display: none;
    visibility: hidden;
}

/*
 画像ダウンロード ------------------ */
#container #image-downloads{
    padding: 95px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#container #image-downloads > div:first-child{
    max-width: 936px;
    width: 100%;
    text-align: center;
}
#container #image-downloads > div:first-child > h2{
    color: #35416F;
    font-size: 3rem;
    font-weight: 500;
    line-height: normal;
}
#container #image-downloads > div:first-child > p{
    color: #000;
    font-size: 1.6rem;
    line-height: 2;
    margin: 32px 0 56px;
}
#container #image-downloads > div:first-child > .link_btns_wrap{
    display: flex;
    justify-content: space-between;
}
#container #image-downloads > div:first-child > .link_btns_wrap > a{
    width: calc(calc(100%/3) - 32px);
    height: 60px;
    border-radius: 5px;
    border: 1px solid #35416F;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
    color: #35416F;
    font-size: 1.6rem;
    line-height: 162.5%;
}
#container #image-downloads > div:first-child > .link_btns_wrap > a:hover{
    color: #FFF;
    background-color: #35416F;
}
#container #image-downloads  .caution{
    display: inline-block;
    margin: 32px 0;
}
#container #image-downloads  .caution > p{
    color: #000;
    font-size: 1.2rem;
    line-height: 166.667%;
    text-align: left;
}
#container #image-downloads > div:nth-child(2){
    margin-top: 84px;
    padding: 68px 66px;
    max-width: 610px;
    width: calc(100% - 134px);
    border-radius: 10px;
    background: #F1F0F5;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#container #image-downloads > div:nth-child(2) > picture{
    width: 33.475409836%;
    margin-top: -20%;
}
#container #image-downloads > div:nth-child(2) > picture img{
    width: 100%;
}
#container #image-downloads > div:nth-child(2) > div h3{
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 83.333%;
    display: flex;
    align-items: center;
}
#container #image-downloads > div:nth-child(2) > div h3 span{
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    background-color: #35416F;
    width: 54px;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    display: block;
    margin-left: 20px;
}
#container #image-downloads > div:nth-child(2) > div p {
    color: #000;
    font-size: 1.4rem;
    line-height: 171.429%;
    margin: 24px 0 46px;
}
#container #image-downloads > div:nth-child(2) > div a {
    width: 244px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35416F;
    font-size: 1.2rem;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #35416F;
}
#container #image-downloads > div:nth-child(2) > div a svg{
    display: block;
    width: 21px;
    margin-left: 15px;
}
#container #image-downloads > div:nth-child(2) > div a:hover {
    background: #35416F;
    border-color: #35416F;
    color: #fff;
}
#container #image-downloads > div:nth-child(2) > div a:hover svg line{
    stroke: #fff;
}
#container #image-downloads > div:nth-child(2) > div a:hover svg path{
    fill: #fff;
}
/*
 関連資料 ------------------ */
#container #documents{
    padding: 0 20px;
    display: flex;
    justify-content: center;
}
#container #documents > div{
    max-width: 1120px;
    width: 100%;
    padding: 96px 0 113px;
    border-top: 1px solid #D2D2D2;
    text-align: center;
}
#container #documents > div > h2{
    color: #35416F;
    font-size: 3rem;
    font-weight: 500;
    line-height: normal;
}
#container #documents > div > p{
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin: 32px 0 37px;
}
#container #documents > div > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 610px;
    margin: auto;
}
#container #documents > div > div > a{
    max-width: 280px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #35416F;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
    color: #35416F;
    font-size: 1.6rem;
    line-height: 162.5%;
}
#container #documents > div > div > a > span {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    width: 40px;
    height: 20px;
    background-color: #35416F;
    border-radius: 20px;
    display: block;
    margin-left: 10px;
    transition: .5s;
}
#container #documents > div > div > a:hover{
    color: #FFF;
    background-color: #35416F;
}
#container #documents > div > div > a:hover > span{
    background-color: #FFF;
    color: #35416F;
}
    /*
     各種お問い合わせ ------------------ */
#container #support-links{
    background-color: #8F7F67;
    padding: 95px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container #support-links > div{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    position: relative;
}
#container #support-links > div:before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
}
#container #support-links > div > div{
    width: 50%;
    display: flex;
    justify-content: center;
}
#container #support-links > div > div > div{
    max-width: 340px;
}

#container #support-links > div > div > div > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#container #support-links > div > div:first-child > div > div:last-child{
    margin-top: 40px;
}
#container #support-links > div h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 38px;
}
#container #support-links > div h3 {
    font-size: 1.8rem;
    line-height: 144.444%;
    letter-spacing: 1.4px;
    margin: 34px 0 24px 0;
}
#container #support-links > div div > a {
    color: #35416F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.8px;
    border-radius: 5px;
    background: #FFF;
    max-width: 275px;
    width: 100%;
    height: 60px;
    margin: 0 0 18px 0;
}
#container #support-links > div a > svg{
    display: block;
    margin-left: 18px;
}
#container #support-links > div a > svg path{
    transition: .5s;
}
#container #support-links > div div > a:hover {
    background: #35416F;
    color: #fff;
}
#container #support-links > div div > a:hover svg path {
    fill: #fff;
}
#container #support-links > div p {
    font-size: 1.2rem;
    line-height: 166.667%;
    letter-spacing: 0.96px;
}
#container #support-links > div p > a {
    color: #fff;
    text-decoration: underline;
}
#container #support-links > div p > a:hover {
    color: #35416F;
    font-weight: bold;
}






/* -・--・--・--・--・--・--・--・--・--・--・--・--・-
                + 1
 -・--・--・--・--・--・--・--・--・--・--・--・--・-*/
#container.plusone{
    background: #E7E4E5;
    overflow: visible;
}
#container.plusone > #mv{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/lib/image/catalog/wall/will2026/plusone/mv_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
    filter: blur(50px);
    transition:
            opacity 1.8s ease,
            transform 2s cubic-bezier(0.22, 1, 0.36, 1),
            filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#container.plusone.loaded #mv {
    opacity: 1;
    filter: blur(0);
}
#container.plusone > #mv > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#container.plusone > #mv > div > img{
    width: 78.001px;
    height: 98.312px;
    display: block;
    margin-right: 110px;
    opacity: 0;
    transform: scale(1.08);
    filter: blur(15px);
    transition:
            opacity 1.5s ease,
            transform 2s cubic-bezier(0.22, 1, 0.36, 1),
            filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#container.plusone > #mv > div > div > img{
    width: 311.999px;
    height: 59.18px;
    display: block;
    margin-bottom: clamp(30px, 16vh, 150px);
    opacity: 0;
    transform: scale(1.08);
    filter: blur(15px);
    transition:
            opacity 1.5s ease,
            transform 2s cubic-bezier(0.22, 1, 0.36, 1),
            filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#container.plusone > #mv > div > div > p{
    color: #262626;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 233.333%;
    letter-spacing: 1.8px;
    opacity: 0;
    transform: scale(1.08);
    filter: blur(15px);
    transition:
            opacity 1.5s ease,
            transform 2s cubic-bezier(0.22, 1, 0.36, 1),
            filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#container.plusone > #mv > div > div > p > .ad{
    display: none !important;
}
#container.plusone > #mv > div > img.logo.loaded,
#container.plusone > #mv > div > div > img.logo.loaded,
#container.plusone > #mv > div > div > p.text.loaded{
    opacity: 1;
    filter: blur(0);
}


#container.plusone > #series {
    height: 1000vh;
    position: relative;
    width: calc(100% - 60px);;
    margin: auto;
}

.series-bg-images {
    position: sticky;
    top: 60px;
    height: calc(103.5vh - 120px);
    overflow: hidden;
}

.series-bg-images-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1.2s cubic-bezier(.4, 0, .2, 1);
}


.bg-1 {
    background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_01.webp') center/cover;
}

.bg-2 {
    background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_02.webp') center/cover;
}

.bg-3 {
    background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_03.webp') center/cover;
}
.bg-4 {
    background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_04.webp') center/cover;
}
.bg-1 {
    clip-path: inset(0 0 0 0);
}
.bg-2, .bg-3, .bg-4 {
    clip-path: inset(100% 0 0 0);
}

.series-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.series-content-set {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity .6s ease-in-out
}

.series-content-set.active {
    opacity: 1;
    z-index: 3
}

.series-content-inner {
    position: relative;
    width: calc(100% - 25.724637681%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.series-content-item {
    opacity: 0;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .6s ease-in-out,transform .6s ease-in-out
}

.series-content-set.active .series-content-item {
    opacity: 1
}
.series-content-item > img{
    display: none;
    visibility: hidden;
}
.series-content-item > h2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 4.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 4.2px;
    position: relative;
    font-family: "Noto Serif JP", serif;
}
.series-content-item > h2:before{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(38, 38, 38, .5);
    position: absolute;
    left: 0;
    top: 57px;
}
.series-content-item > h2 > span{
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 17px;
    margin-top: 17px;
    letter-spacing: 3.2px;
}
.series-content-item > p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 214.286%;
    letter-spacing: 1.4px;
    margin: 70px 0 50px;
    font-family: "Noto Serif JP", serif;
}
.series-content-item > a {
    width: 203px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
}
.series-content-item > a > svg{
    display: block;
    width: 9px;
    height: 17px;
    margin-left: 5px;
}
.series-content-item > a:hover{
    color: #fff;
    background: #262626;

}
.series-content-item > a > svg path,
.series-content-item > a > svg line{
    transition: .5s;
}
.series-content-item > a:hover > svg path,
.series-content-item > a:hover > svg line{
    fill: #fff;
    stroke: #fff;
}
.series-content-img-list{
    display: flex;
    align-items: center;
    margin-top: 5%;
}
.series-content-img-list > li{
    max-width: 128px;
    max-height: 75px;
    cursor: pointer;
}
.series-content-img-list > li:not(:first-child){
    margin-left: 28px;
}
.series-content-img-list > li > img{
    width: 100%;
}
.series-content-img-list > li.active{
    border: 1px solid #262626;
}


#will2026 .products_lineup{
    margin: 100px 0;
}
#will2026 .products_lineup > h2{
    color: #262626;
    font-size: 4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 4px;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
}
#will2026 .products_lineup > h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #262626;
}
#will2026 .products_lineup > div{
    margin: 50px auto;
    min-width: 1190px;
    width: 76vw
}

.list {
    overflow: hidden;
    scrollbar-gutter: stable both-edges;
}

.list.scroll {
    overflow-y: auto;
}
#will2026 .products_lineup #list > div.item{
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

#will2026 .products_lineup #list > div.item.show{
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
}
#will2026 .products_lineup #list.scroll > div.item.show:not(:nth-child(1)){
    margin-top: 100px;
}
#will2026 .products_lineup #list > div > h3,
#will2026 .products_lineup #list > div > div:nth-child(2) img,
#will2026 .products_lineup #list > div > div:nth-child(3) img{
    width: 100%;
}
#will2026 .products_lineup #list > div > div:nth-child(2){
    width: 50%;
    height: 0;
}
#will2026 .products_lineup #list > div > div:nth-child(2) img{
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > div:nth-child(2),
#will2026 .products_lineup #list > div.item.show > div:nth-child(2) img{
    height: auto;
}
#will2026 .products_lineup #list > div > div:nth-child(3){
    width: calc(50% - 36px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 5px;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > div:nth-child(3){
    height: auto;
}
#will2026 .products_lineup #list > div.item > div:nth-child(3) > div{
    width: 100%;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show  > div:nth-child(3) > div{
    width: 100%;
    height: auto;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > div > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > div:nth-child(3) > div > div{
    height: auto;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > div > div:before,
#will2026 .products_lineup #list > div > div:nth-child(3) > div > div:after{
    content:"";
    display: block;
    width: 22.580645161%;
    order: 1;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > div > div > div{
    width: 22.580645161%;
    margin:  0 0 25px 0;
    height: 0;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > div > div > div a {
    color: #262626;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    margin-top: 8px;
    display: block;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > div:nth-child(3) > div > div > div,
#will2026 .products_lineup #list > div.item.show > div:nth-child(3) > div > div > div a {
    height: auto;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > div > p{
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}
#will2026 .products_lineup #list > div > div:nth-child(3) > p.sp{
    display: none;
    visibility: hidden;
}
#will2026 .products_lineup > div > .filters{
    margin-bottom: 56px;
    max-width: 700px;
}
#will2026 .haptic .products_lineup > div > .filters{
    max-width: 1200px;
}
#will2026 .haptic .products_lineup > div > .filters > div div:nth-child(8){
    grid-column: 2;
}
#will2026 .products_lineup > div > .filters > div{
    display: grid;
    grid-template-columns: repeat(5, auto);
}
#will2026 .haptic .products_lineup > div > .filters > div {
    grid-template-columns: repeat(8, auto);
}
#will2026 .products_lineup > div button {
    all: unset;
    cursor: pointer;
    color: #262626;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    padding-left: 17px;
    position: relative;
}
#will2026 .products_lineup > div button.active:after {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
}
#will2026 .plusone .products_lineup > div div:not(:first-child) button{
    margin-left: 40px;
    display: flex;
    align-items: center;
}
#will2026 .plusone .products_lineup > div div:not(:first-child) button,
#will2026 .plusone .products_lineup #list > div.item >h3{
    font-family: "Noto Serif JP", serif;
}
#will2026 .plusone .products_lineup > div div:not(:first-child) button span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    display: inline-block;
    margin-left: 10px;
}
#will2026 .products_lineup #list > div > div:nth-child(3) img{
    cursor: pointer;
}
#will2026 .products_lineup #list > div > div:nth-child(3) img.active{
    outline: 1px solid #000;
    outline-offset: 3px;
}
#will2026 .products_lineup #list > div > div > p{
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}
#will2026 .products_lineup #list > div > div > h4{
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > div > h4{
    height: auto;
}
#will2026 .products_lineup #list > div.item > h3{
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > h3{
    color: #262626;
    font-size: 3rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    height: auto;
}
#will2026 .products_lineup #list > div.item > h3 span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 128.571%;
    letter-spacing: 0.7px;
    display: block;
    margin-left: 24px;
    height: 0;
}
#will2026 .products_lineup #list > div.item.show > h3 span {
    height: auto;
}
#list::-webkit-scrollbar {
    width: 12px;
}
#list::-webkit-scrollbar-track {
    background: #EAEAEA;
}
#list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #D9D9D9;
    border: 2px solid transparent;
    background-clip: content-box;
}
#will2026 .products_lineup #allShow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 412px;
    height: 40px;
    margin: 70px auto;
    border-radius: 5px;
    border: 1px solid #262626;
    color: #262626;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    transition: .5s;
}
#will2026 .products_lineup #allShow svg{
    display: block;
    margin-left: 8px;
}
#will2026 .products_lineup #allShow svg path,
#will2026 .products_lineup #allShow svg line{
    transition: .5s;
}
#will2026 .products_lineup #allShow:hover{
    background: #262626;
    color: #fff;
}
#will2026 .products_lineup #allShow:hover svg path,
#will2026 .products_lineup #allShow:hover svg line{
    stroke: #fff;
}
#will2026 .pagelinks_btn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 112px 0 97px 0;
}
#will2026 .pagelinks_btn_wrap > a{
    border-radius: 5px;
    border: 1px solid #262626;
    color: #262626;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
#will2026 .pagelinks_btn_wrap > a.toTop{
    width: 212px;
    height: 40px;
    margin-right: 12px;
}
#will2026 .pagelinks_btn_wrap > a.toTop svg{
    display: block;
    margin-right: 8px;
}
#will2026 .pagelinks_btn_wrap > a.toCatalog{
    width: 176px;
    height: 40px;
    margin-left: 12px;
}
#will2026 .pagelinks_btn_wrap > a.toCatalog svg{
    display: block;
    margin-left: 8px;
}
#will2026 .pagelinks_btn_wrap > a:hover{
    background: #262626;
    color: #fff;
}
#will2026 .pagelinks_btn_wrap > a svg path,
#will2026 .pagelinks_btn_wrap > a svg line{
    transition: .5s;
}
#will2026 .pagelinks_btn_wrap > a:hover svg path,
#will2026 .pagelinks_btn_wrap > a:hover svg line{
    stroke: #fff;
    fill: #fff;
}
/*haptic*/
#will2026 .haptic {
    background: #EEEEEC;
    overflow: hidden;
}
#will2026 .haptic  #mv{
    width: 100%;
    height: 100vh;
    background: #EEEEEC;
    overflow: hidden;
    position: fixed;
    top:0;
}
#will2026 .haptic  #mv > div{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#will2026 .haptic  #mv > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
#will2026 .haptic  #mv > div > div > img{
    max-width: 376px;
    width: 26.111111111vw;
    margin-right: 94px;
    /* すりガラス */
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    /* 初期状態 */
    opacity: 0;
    animation-delay: 1s;
    animation: mvReveal 1.6s cubic-bezier(.77,0,.18,1) forwards;
}
#will2026 .haptic  #mv > div > div > div > p{
    color: #262626;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 222.222%;
    letter-spacing: 1.8px;
}
#will2026 .haptic  #mv > div > div > div > p span{
    opacity: 0;
    animation: blur 2s linear forwards;
    animation-delay: .25s;
}
#will2026 .haptic  #mv > div > div > div > p span:nth-child(2){
    opacity: 0;
    animation: blur 2s linear forwards;
    animation-delay: .5s;
    padding: 0 2em;
}
#will2026 .haptic  #mv > div > div > div > p span:nth-child(3){
    opacity: 0;
    animation: blur 2s linear forwards;
    animation-delay: .75s;
}
#will2026 .haptic #mv > div > div > div > p:last-child {
    opacity: 0;
    filter: blur(10px);
    animation: blur 1.8s linear forwards;
    animation-delay: 2s;
    will-change: opacity, filter;
    transform: translateZ(0);
    backface-visibility: hidden;
}
@keyframes blur {
    from {
        filter: blur(50px);
        opacity: 0;
    }

    to {
        filter: blur(0);
        opacity: 1;
    }
}
#will2026 .haptic #mv .mv_anim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    /* すりガラス */
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);

    /* 初期状態 */
    opacity: 0;
    animation: mvReveal 1.6s cubic-bezier(.77,0,.18,1) forwards;
}
#will2026 .haptic #mv .mv_anim:nth-child(2){
    animation-delay: .4s;
}
#will2026 .haptic #mv .mv_anim:nth-child(3){
    animation-delay: .3s;
}
#will2026 .haptic #mv .mv_anim:nth-child(4){
    animation-delay: .6s;
}
#will2026 .haptic #mv .mv_anim:nth-child(5){
    animation-delay: .2s;
}
#will2026 .haptic #mv .mv_anim:nth-child(6){
    animation-delay: .5s;
}
@keyframes mvReveal {
    0% {
        opacity: 0;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    100% {
        opacity: 1;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
}
#will2026 .haptic  #mv .mv_anim > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#will2026 .haptic #pattern{
    margin-top: calc(100vh + 500px);
    background: #EEEEEC;
    position: relative;
    z-index: 5;
}
#will2026 .haptic #pattern:before{
    width: 100%;
    height: 500px;
    position: absolute;
    top: -500px;
    left: 0;
    content: '';
    background-image: url("/lib/image/catalog/wall/will2026/haptic/bg.png");
    background-position: center top;
    background-size: cover;
}
#will2026 .haptic #pattern .swiper {
    width: 100%;
}
#will2026 .haptic #pattern .swiper .swiper-wrapper{
    display: flex;
    align-items: flex-end;
}
#will2026 .haptic #pattern .swiper .swiper-slide{
    display: flex;
    align-items: flex-end;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide2,
#will2026 .haptic #pattern .swiper .swiper-slide.slide4,
#will2026 .haptic #pattern .swiper .swiper-slide.slide6{
    justify-content: flex-end;
}
#will2026 .haptic #pattern .swiper .swiper-slide > div{
    min-width: 300px;
    width: 27.638888888%;
}
#will2026 .haptic #pattern .swiper .swiper-slide > div h3{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-top: 20px;
    opacity: 0;
    transition: 1s;
    transition-delay: .75s;
    transform: translateY(5px);
}
#will2026 .haptic #pattern .swiper .swiper-slide-active > div h3 {
    opacity: 1;
    font-weight: 400;
    transform: translateY(0);
}
#will2026 .haptic #pattern .swiper .swiper-slide > div p {
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 187.5%;
    letter-spacing: 1.6px;
    margin: 56px 0 36px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    transition: 1.2s;
    transition-delay: 1s;
    transform: translateY(5px);
}
#will2026 .haptic #pattern .swiper .swiper-slide-active > div p {
    opacity: 1;
    font-weight: 400;
    transform: translateY(0);
}
#will2026 .haptic #pattern .swiper .swiper-slide > div > a {
    width: 203px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    opacity: 0;
    transition: 1s;
    transition-delay: 1.1s;
    transform: translateY(5px);
}
#will2026 .haptic #pattern .swiper .swiper-slide-active > div > a {
    opacity: 1;
    transform: translateY(0);
}
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a > svg{
    display: block;
    width: 9px;
    height: 17px;
    margin-left: 5px;
}
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a:hover{
    color: #fff;
    background: #262626;

}
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a > svg path,
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a > svg line{
    transition: .5s;
}
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a:hover > svg path,
#will2026 .haptic #pattern .swiper .swiper-slide > div  > a:hover > svg line{
    fill: #fff;
    stroke: #fff;
}
#will2026 .haptic #pattern .swiper .swiper-slide > div > video{
    margin-top: 100px;
    width: 100%;
    overflow: hidden;

    clip-path: polygon(
            0 100%,
            0 100%,
            0 100%,
            0 100%
    );
    transition:
            clip-path 1.4s cubic-bezier(.77,0,.18,1);
}
#will2026 .haptic #pattern .swiper .swiper-slide-active > div > video{
    clip-path: polygon(
            0 100%,
            100% 100%,
            100% 0,
            0 0
    );
}
#will2026 .haptic #pattern .swiper .swiper-slide > div > img{
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
    transform: translateY(5px);
}
#will2026 .haptic #pattern .swiper .swiper-slide-active > div > img{
    opacity: 1;
    transform: translateY(0);
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide1 > picture{
    width: 40.277777777%;
    margin-right: 7.916666666%;
    padding-bottom: 72px;
}
#will2026 .haptic #pattern .swiper .swiper-slide > picture img{
    width: 100%;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide1 > div > img{
    width: 193.799px;
    height: 43.905px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide2 > picture{
    width: 40.277777777%;
    margin-left: 7.916666666%;
    padding-bottom: 72px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide2 > div > img{
    width: 253.947px;
    height: 39.515px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide3 > picture{
    width: 51.25%;
    margin-right: 7.916666666%;
    padding-bottom: 119px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide3 > div > img{
    width: 109.001px;
    height: 39.515px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide4 > picture{
    width: 41.527777777%;
    margin-left: 7.916666666%;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide4 > div{
    padding-bottom: 23px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide4 > div > img{
    width: 183.374px;
    height: 39.49px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide5 > picture{
    width: 40.277777777%;
    margin-right: 7.916666666%;
    padding-bottom: 109px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide5 > div > img{
    width: 165.675px;
    height: 39.515px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide6 > picture{
    width: 40.277777777%;
    margin-left: 7.916666666%;
    padding-bottom: 109px;
}
#will2026 .haptic #pattern .swiper .swiper-slide.slide6 > div > img{
    width: 220.337px;
    height: 40.135px;
}
.js-reveal {
    width: fit-content;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 33%, rgba(0,0,0,0) 76%, rgba(0,0,0,0) 100%);

    mask-image: linear-gradient(
            to top,
            #000 0%,
            #000 33%,
            rgba(0,0,0,0) 76%,
            rgba(0,0,0,0) 100%
    );

    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;

    -webkit-mask-position: 0 0;
    mask-position: 0 0;

    transition:
            opacity 1.2s ease,
            -webkit-mask-position 1.5s cubic-bezier(.77,0,.18,1),
            mask-position 1.5s cubic-bezier(.77,0,.18,1);

    will-change: opacity, mask-position;
}

.swiper-slide-active .js-reveal.is-active {
    opacity: 1;

    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
}
#will2026 .haptic #pattern .swiper-progress {
    position: relative;
    width: 288px;
    height: 1px;
    background: #C3C3C3;
    margin: auto;
}
#will2026 .haptic #pattern .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 358px;
    margin: 74px auto auto;
}
#will2026 .haptic #pattern .swiper-button-prev,
#will2026 .haptic #pattern .swiper-button-next {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0;
    color: #262626;
}

#will2026 .haptic #pattern .swiper-pagination-progressbar-fill {
    background: #262626; !important;
}
#will2026 .haptic .products_lineup {
    margin: 0;
    padding: 100px 0;
    background: #EEEEEC;
    position: relative;
    z-index: 5;
}
#will2026 .haptic .bg_white{
    background: #fff;
    padding: 96px 30px;
    position: relative;
    z-index: 5;
}
#will2026 .haptic .bg_white > #movie{
    width: 100%;
    max-width: 742px;
    margin: auto;
    text-align: center;
}
#will2026 .haptic .bg_white > #movie h2{
    color: #262626;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 4px;
}
#will2026 .haptic .bg_white > #movie p{
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 225%;
    letter-spacing: 1.28px;
    margin: 32px 0 56px;
}
#will2026 .haptic .bg_white > #movie .image{
    position: relative;
}
#will2026 .haptic .bg_white > #movie .image a img{
    width: 100%;
    transition: .5s;
}
#will2026 .haptic .bg_white > #movie .image a img:first-child{
    position: absolute;
    top: 0;
    left: 0;
}
#will2026 .haptic .bg_white > #movie .image:hover a img:first-child{
    opacity: 0;
}
#will2026 .haptic .bg_white > #movie .image:hover a img:last-child{
    opacity: 1;
}
#will2026 .haptic .bg_white .pagelinks_btn_wrap{
    margin-bottom: 0;
}
#will2026 .l-footer{
    position: relative;
    z-index: 5;
}
@media (max-width: 1399px) {
    #will2026 .top #mv > .mv_contents {
        width: calc(100% - 90px);
        padding: 0 20px 0 70px;
        max-width: 1000px;
        margin: 0 auto;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:first-child a:not(:last-child) {
        margin-right: 24px;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:last-child {
        margin-left: 48px;
    }
}
@media (max-width: 1279px) {
    #will2026 .top #mv > #sub-menu-wrap > div.word_links {
        height: 84px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div {
        width: calc(100% - 40px);
        min-width: initial;
        padding-right: 0;
    }
    #container.plusone > #series {
        width: 100%;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .u-header {
        display: block !important;
        visibility: visible;
        position: relative;
        width: 100%;
        right: initial;
        margin-bottom: 35px;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .l-header_nav_search input[type=text]{
        width: calc(100% - 2px);
        color: #35416F;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .l-header_nav_search::after{
        display: none;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .l-header_nav_search .search_btn {
        height: 30px;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .l-header_nav_search::before{
        content: '';
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent .l-header_nav_search input[type=submit] {
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: initial;
        right: 5px;
        border: none;
        width: 30px;
        height: 30px;
         -webkit-appearance: initial;
    }
    body#will2026 .l-header_hamburger {
        width: 28px;
    }
    body#will2026 .l-header_hamburger > button {
        position: relative;
    }
    body#will2026 .l-header_hamburger > button:before {
        position: absolute;
        left: -15.195px;
        content: "";
        display: block;
        width: 17.2px;
        height: 18px;
        background-image: url("/lib/image/catalog/wall/will2026/icon_search.webp");
        background-size: contain;
        background-repeat: no-repeat;
        transition: .3s;
    }
    body .l-header_hamburger > button[aria-expanded=true]:before{
        opacity: 0;
    }
    body#will2026 .l-header_hamburger span {
        height: 1px;
        background-color: #35416F;;
    }
    body#will2026 .l-header_hamburger span:nth-of-type(2) {
        width: 79%;
    }
    body#will2026 .l-header_hamburger span:last-of-type {
        width: 64%;
    }
}
@media (max-width: 1245px) {
    .feature > div:first-child {
        min-width: initial;
    }
    .feature_button {
        width: 50px;
    }
}
@media (max-width: 1199px) {
    #will2026 .products_lineup > div {
        min-width: initial;
        width: calc(100% - 40px);
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide1 > picture {
        width: 48.3333333324%;
        margin-right: 5%;
        padding-bottom: 58px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide2 > picture {
        width: 48.3333333324%;
        margin-left: 5%;
        padding-bottom: 58px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide3 > picture{
        width: 61.5%;
        margin-right: 5%;
        padding-bottom: 95px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide4 > picture {
        width: 49.8333333324%;
        margin-left: 5%;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide5 > picture {
        width: 49.8333333324%;
        margin-right: 5%;
        padding-bottom: 88px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide6 > picture{
        width: 48.3333333324%;
        margin-left: 5%;
        padding-bottom: 88px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div p {
        font-size: 1.4rem;
        margin: 36px 0 24px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div > video {
        margin-top: 80px;
    }
}
@media (max-width: 1179px) {
    #container #other-topic > div .swiper {
        padding: 0;
    }
}
@media (max-width: 999px) {
    #will2026 .top #mv > .mv_contents > div:first-child > div:first-child {
        flex: 1;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:last-child {
        margin-left: 0;
    }
    #container #bland > div > div > div {
        width: calc(calc(100% / 3) - 15px);
    }
    #container #bland > div > div > div > div a.comingsoon:after {
        right: initial;
        left: 0;
        top: initial;
        transform: initial;
        bottom: -25px;
    }
    #container #image-downloads > div:first-child > .link_btns_wrap {
        flex-direction: column;
        align-items: center;
    }
    #container #image-downloads > div:first-child > .link_btns_wrap > a {
        width: 50%;
    }
    .feature,
    .feature > div:first-child{
        flex-direction: column;
    }
    .feature_list {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 800px;
    }
    .feature_slide {
        height: 610px;
        width: 100%;
        border-radius: 10px 10px 0 0;

        --hover: 0px;

        transform: translate(
                var(--x),
                calc(var(--y) + var(--hover))
        );

        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    @media (hover: hover) {
        .feature_slide:hover {
            --hover: -15px;
        }
    }
    .feature_slide .feature_content > .inner {
        height: calc(100% - 60px);
    }
    .feature_content {
        padding: 40px 30px 20px;
        height: calc(100% - 60px);
    }
        .feature > div:last-child{
        top: initial;
        bottom: 0;
        height: 72px;
        width: 100%;
    }
    .feature_button {
        width: calc(100% - 60px);
        height: 72px;
        flex-direction: initial;
        padding: 0 40px 0 20px;
        animation: slideInTop 0.5s forwards ease-in;
    }
    @keyframes slideInTop {
        0% {
            transform: translateY(-110%);
        }
        100% {
            transform: translateY(0);
        }
    }
    .feature_slide.active .feature_button {
        animation: slideOutTop 0.5s forwards ease-in;
    }
    @keyframes slideOutTop {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-110%);
        }
    }
    .feature_01 .feature_button > picture img {
        width: 123px;
    }
    .feature_02 .feature_button > picture img {
        width: 193px;
    }
    .feature_03 .feature_button > picture img {
        width: 173px;
    }
    .feature_01.feature_slide .feature_content > .inner > h3 > img {
        width: 171px;
        height: 51.937px;
    }
    .feature_02.feature_slide .feature_content > .inner > h3 > img {
        width:  258.871px;
        height: 37px;
    }
    .feature_03.feature_slide .feature_content > .inner > h3 > img {
        width:  250px;
        height: 32.034px;
    }
    .feature_slide .feature_content > .inner > div > img {
        max-width: 250px;
    }
    .feature_slide .feature_content > .inner > div > p {
        font-size: 1.4rem;
        line-height: 185.714%;
        letter-spacing: 0.42px;
        margin: 24px 0;
    }
    /*plusone*/
    #container.plusone > #mv{
        height: 120vh;
    }
    #container.plusone > #mv > div{
        flex-direction: column;
        justify-content: center;
    }
    #container.plusone > #mv > div > div{
       width: 255px;
    }
    #container.plusone > #mv > div > img{
        width: 46.831px;
        height: 59.027px;
        margin: 0;
    }
    #container.plusone > #mv > div > div > img {
        width: 162.999px;
        height: 30.918px;
        margin: 17% 0 20% 0;
    }
    #container.plusone > #mv > div > div > p{
        font-size: 1.4rem;
        line-height: 242.857%;
        letter-spacing: 1.4px;
    }
    #container.plusone > #mv > div > div > p > .ad{
        display: block !important;
    }
    #will2026 .products_lineup > div {
        width: calc(100% - 20px);
    }
    #will2026 .products_lineup #list > div > div:nth-child(3) {
        width: calc(50% - 26px);
    }
    #will2026 .products_lineup #list > div > div > h4 {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 20px;
    }
    #will2026 .haptic #mv > div > div{
        flex-direction: column;
    }
    #will2026 .haptic #mv > div > div > img{
        width: 300px;
        margin: 0 0 30px 0;
    }

}
@media (max-width: 768px) {
    #will2026 header .l-header_gnav {
        padding: 16px;
        position: relative;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links.is-fixed {
        top: 54px;
    }
    body#will2026 .l-header_menu_main[aria-hidden=false] {
        height: calc(100lvh - 32px);
        padding: 0;
        display: block;
    }
    body#will2026 .l-header_menu_main[aria-hidden=false] .l-header_menu_nav{
        width: 100%;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent {
        padding: 30px;
        height: calc(100vh - 56px);
        max-height: calc(100vh - 56px);
        width: 100%;
        border-radius: 0;
        justify-content: initial;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent > div{
        max-width: initial;
    }
    body#will2026 .l-header_menu_nav_item.js-accordion_parent > div > a.l-header_nav_logo {
        display: none;
        visibility: hidden;
    }
    #will2026 .top #mv > .mv_contents > div:first-child {
        margin-bottom: 20px;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:last-child {
        display: none;
        visibility: hidden;
    }
    #will2026 .top #mv > .mv_contents {
        padding: 0;
        width: calc(100% - 60px);
    }
    #will2026 .top #mv > .mv_contents > .swiper {
        padding-bottom: 40px;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:first-child {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 400px;
        width: 100%;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:first-child a {
        font-size: 1.2rem;
    }
    #will2026 .top #mv > .mv_contents > div:first-child > div:first-child a:not(:last-child){
    margin-right:0;
    }
    #will2026 .top header .l-header_gnav .l-header_blandlogo {
        max-width: 75px;
        top: 50%;
    }
    #will2026 header .l-header_gnav .l-header_logo {
        width: 65px;
    }
    #will2026 .top #mv > .mv_contents > div .swiper-slide{
        display: flex;
        align-items: center;
        justify-content: center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
    }
    #will2026 .top #mv > .mv_contents > div .swiper-slide a img {
        width: auto;
        max-height: 65vh;
        display: block;
    }
    #will2026 .top #mv > .mv_contents > div .custom-pagination {
        position: absolute;
        bottom: 0;
        top: initial;
        left: calc(50% + 20px);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        flex-direction: initial;
        width: 180px;
    }
    #will2026 .top #mv > .mv_contents > div .custom-pagination .swiper-pagination-bullet {
        height: 25px;
        margin: 0 auto;
        width: 32px;
    }
    #will2026 .top #mv > .mv_contents > div .custom-pagination .line {
        position: absolute;
        right: 0;
        top: initial;
        bottom: 0;
        height: 1px;
        width: 100%;
    }
    #will2026 .top #mv > .mv_contents > div .custom-pagination .line::before {
        left: 0;
        right: initial;
        top: initial;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #9BA1BC;
        overflow: hidden;
    }
    #will2026 .top #mv > .mv_contents > div .custom-pagination .line::after {
        width: var(--progress, 0%);
        height: 1px;
        top: initial;
        bottom: 0;
    }
    #will2026 .top #mv .sp_menus{
        display: flex;
        justify-content: center;
        visibility: visible;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div  a {
        font-size: 1.1rem;
        letter-spacing: -.33px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div  h2 {
        width: 86px;
        height: 23px;
        font-size: 1.2rem;
        margin-right: 0;
        margin-left: 15px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div a:not(:nth-child(2)),
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div a:not(:first-child){
        margin-left: 15px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links {
        height: 45px;
        position: relative;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div:first-child {
        display: none;
        visibility: hidden;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > div:nth-child(2),
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > button{
        display: flex;
        align-items: center;
        visibility: visible;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > button{
        all: unset;
        cursor: pointer;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 13px;
        right: 13px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links > button > img{
        width: 100%;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links div.full-list{
        display: none;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open{
        height: 118px;
        bottom: -55px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open .full-list {
        display: flex;
        flex-wrap: wrap;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open div h2{
        margin-bottom: 5px;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open .short-list {
        opacity: 0;
        pointer-events: none;
    }
    #will2026 .top #mv > #sub-menu-wrap > div.word_links .icon-close {
        display: none;
    }

    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open .icon-open {
        display: none;
    }

    #will2026 .top #mv > #sub-menu-wrap > div.word_links.open .icon-close {
        display: inline;
    }
    #container #concept{
        justify-content: initial;
        padding: 64px 30px;
    }
    #container #concept > div{
        flex-direction: column;
    }
    #container #concept > div h2 {
        font-size: 2.6rem;
        letter-spacing: 2.6px;
        margin-bottom: 30px;
    }
    #container #concept > div > div:nth-child(2) h3 {
        font-size: 2.2rem;
        letter-spacing: 2.2px;
        margin-bottom: 30px;
    }
    #container #concept > div > div:nth-child(2) img {
        display: none;
    }
    #container #concept > div > div:nth-child(3) img {
        width: 95px;
        margin-top: 32px;
    }
    #container #concept > div > div:last-child p {
        font-size: 1.2rem;
        line-height:  216.667%;
        letter-spacing: 0.6px;
    }
    #container #concept > div > div:last-child p:not(:last-child) {
        margin-bottom: 15px;
    }
    #container #bland {
        padding: 64px 30px 30px;
    }
    #container #bland > div h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
        letter-spacing: 2.6px;
    }
    #container #other-topic > div h2{
        font-size: 2.6rem;
        margin-bottom: 48px;
        letter-spacing: 2.6px;
    }
    #container #other-topic > div .swiper .swiper-slide {
        margin-bottom: 48px;
    }
    #container #bland > div > p {
        font-size: 1.4rem;
    }
    #container #bland > div > div {
        flex-wrap: wrap;
    }
    #container #bland > div > div > div {
        width: 100%;
    }
    #container #bland > div > div > div:not(:nth-child(1)) {
        margin-top: 50px;
    }
    #container #bland > div > div > div > div a{
        display: flex;
        max-width: 176px;
    }
    #container #bland > div > div > div > div a > span{
        display: none;
        visibility: hidden;
    }
    #container #bland > div > div > div > div a > span.icon{
        display: block;
        visibility: visible;
    }
    #container #bland > div > div > div > div a.comingsoon:after {
        left: initial;
        bottom: initial;
        position: absolute;
        right: -90px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    #container #other-topic {
        padding: 36px 30px 0;
    }
    #container #other-topic > div .swiper .swiper-wrapper{
        flex-direction: column;
    }
    #container #other-topic > div .swiper .swiper-button-prev,
    #container #other-topic > div .swiper .swiper-button-next{
        display: none;
    }
    #container #coordinate {
        padding: 0 30px 64px;
    }
    #container #coordinate > div > div {
        padding: 30px 0 40px 0;
        flex-direction: column;
    }
    #container #coordinate > div > div > div,
    #container #coordinate > div > div > img {
        width: 100%;
    }
    #container #coordinate > div > div > div > img {
        width: calc(100% - 10px);
        max-width: 255px;
    }
    #container #coordinate > div > div > div > p {
        font-size: 1.2rem;
        line-height: 166.667%;
        letter-spacing: 0.96px;
    }
    #container #coordinate > div > div > div > a{
        display: none;
        visibility: hidden;
    }
    #container #coordinate > div > div >  a{
        display: flex;
        visibility: visible;
        margin : 30px auto auto;
    }
    #container #image-downloads {
        padding: 64px 30px;
    }
    #container #image-downloads > div:first-child > h2 {
        font-size: 2.2rem;
    }
    #container #image-downloads > div:first-child > p {
        font-size: 1.2rem;
        line-height: 183.333%;
        letter-spacing: 0.96px;
        margin: 16px 0 32px;
    }
    #container #image-downloads > div:first-child > .link_btns_wrap > a {
        width: 280px;
        margin-bottom: 24px;
    }
    #container #image-downloads > div:first-child > .caution {
        display: none;
        visibility: hidden;
    }
    #container #image-downloads >  .caution{
        display: block;
        visibility: visible;
        margin: 32px auto 0 auto;
    }
    #container #image-downloads > div:nth-child(2) {
        margin-top: 84px;
        padding: 15% 30px 48px;
        max-width: initial;
        width: calc(100% - 60px);
        flex-direction: column-reverse;
        align-items: center;
    }
    #container #image-downloads > div:nth-child(2) > picture {
        width: 60.952380952%;
        margin-top: -30%;
    }
    #container #image-downloads > div:nth-child(2) > div h3 {
        font-size: 2rem;
        line-height: 1;
        margin-top: 47px;
    }
    #container #image-downloads > div:nth-child(2) > div h3 span {
        font-size: 1.1rem;
        width: 47px;
        height: 20px;
        margin-left: 15px;
    }
    #container #image-downloads > div:nth-child(2) > div p {
        color: #000;
        font-size: 1.2rem;
        line-height:  166.667%;
        letter-spacing: 0.96px;
        margin: 24px 0 37px;
    }
    #container #documents > div {
        padding: 64px 0;
    }
    #container #documents > div > h2 {
        font-size: 2.2rem;
    }
    #container #documents > div > p {
        font-size: 1.2rem;
        line-height: 183.333%;
        letter-spacing: 0.96px;
    }
    #container #documents > div > div{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #container #documents > div > div > a {
        margin-bottom: 28px;
    }
    #container #documents > div > div > a:last-child {
        margin-bottom: 0;
    }
    #container #support-links {
        padding: 64px 30px;
    }
    #container #support-links > div{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #container #support-links > div:before {
        display: none;
        visibility: hidden;
    }
    #container #support-links > div h2 {
        font-size: 1.8rem;
        letter-spacing: 1.44px;
    }
    #container #support-links > div p {
        font-size: 1rem;
        line-height: 1.8;
        letter-spacing: 0.8px;
    }
    #container #support-links > div > div:last-child{
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #fff;
    }
    #container #support-links > div > div {
        width: 100%;
    }
    #container #support-links > div > div > div {
        max-width: 270px;
    }
    #container #support-links > div h3 {
        font-size: 1.2rem;
        line-height: 266.667%;
        letter-spacing: 0.96px;
        margin: 2px 0 16px 0;
    }
    #will2026 #side_links {
        right: 0;
        top: initial;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #will2026 #side_links > a{
        width: calc(50% - 3px);
        padding: 0;
        writing-mode: initial;
        text-orientation: initial;
        font-size: 1.2rem;
        letter-spacing: 0.6px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
    }
    #will2026 #side_links > a:last-child {
        margin-top: 0;
    }
    /*+ 1*/
    .bg-1 {
        background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_01_sp.webp') center/cover;
    }
    .bg-2 {
        background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_02_sp.webp') center/cover;
    }
    .bg-3 {
        background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_03_sp.webp') center/cover;
    }
    .bg-4 {
        background: url('/lib/image/catalog/wall/will2026/plusone/series_bg_04_sp.webp') center/cover;
    }
    .series-content-inner{
        padding-top: 20px;
        width: 100%;
        height: calc(100% - 20px);
    }
    .series-content-item > img{
        display: block;
        visibility: visible;
        width: 30vw;
        margin-bottom: 5%;
    }
    .series-content-item > h2 {
        font-size: 3.2rem;
        line-height: 131.25%;
        letter-spacing: 3.2px;
    }
    .series-content-item > h2:before{
        top: 47px;
    }
    .series-content-item > h2 > span {
        font-size: 1.2rem;
        padding-top: 8px;
        margin-top: 8px;
        line-height: 116.667%;
        letter-spacing: 2.4px;
    }
    .series-content-item > p {
        font-size: 1.2rem;
        line-height: 216.667%;
        letter-spacing: 1.2px;
        margin: 5% 0;
    }
    .series-content-img-list {
        margin-top: 30px;
    }
    .series-content-img-list > li {
        max-width: 58px;
        max-height: 40px;
    }
    .series-content-img-list > li:not(:first-child) {
        margin-left: 8px;
    }
    #will2026 .products_lineup {
        margin: 50px 0;
    }
    #will2026 .haptic .products_lineup {
        padding: 80px 0 50px 0;
    }
    #will2026 .products_lineup > div {
        width: calc(100% - 20px);
    }
    #will2026 .products_lineup > h2 {
        font-size: 2.4rem;
        line-height: 153.846%;
        letter-spacing: 2.6px;
        padding: 0 0 20px 0;
    }
    #will2026 .products_lineup > div > .filters {
        margin-bottom: 8px;
    }
    #will2026 .products_lineup > div > .filters > div{
        display: grid;
        grid-template-columns: repeat(3, auto);
        max-width: 350px;
    }
    #will2026 .haptic .products_lineup > div > .filters > div {
        grid-template-columns: repeat(4, auto);
    }
    #will2026 .haptic .products_lineup > div > .filters > div > div{
        margin-bottom: 16px;
    }
    #will2026 .plusone .products_lineup > div > .filters > div div:nth-child(4){
        grid-column: 2;
    }
    #will2026 .haptic .products_lineup > div > .filters > div div:nth-child(8){
        grid-column: initial;
    }
    #will2026 .haptic .products_lineup > div > .filters > div div:nth-child(4),
    #will2026 .haptic .products_lineup > div > .filters > div div:nth-child(7),
    #will2026 .haptic .products_lineup > div > .filters > div div:nth-child(10),
    #will2026 .haptic .products_lineup > div > .filters > div div:nth-child(13){
        grid-column: 2;
    }
    #will2026 .plusone .products_lineup > div > .filters > div > div:first-child{
        width: 40px;
    }
    #will2026 .plusone .products_lineup > div > .filters > div > div:not(:first-child) button {
        margin-left: 15px;
    }
    #will2026 .products_lineup > div button {
        font-size: 1.4rem;
        letter-spacing: 0.7px;
        padding-left: 14px;
    }
    #will2026 .plusone .products_lineup > div div:not(:first-child) button span {
        margin-left: 8px;
    }
    #will2026 .products_lineup > div button.active:after {
        left: 2px;
        width: 4px;
        height: 4px;
    }
    #will2026 .products_lineup #list > div > div:nth-child(2){
        width: 100%;
    }
    #will2026 .products_lineup #list > div > div:nth-child(3){
        width: calc(100% - 10px);
        padding : 0 5px;
    }
    #will2026 .products_lineup #list > div > div:nth-child(3){
        margin-top: 26px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #will2026 .products_lineup #list > div > div:nth-child(3) > div > p{
        display: none;
        visibility: hidden;
    }
    #will2026 .products_lineup #list > div > div:nth-child(3) > p.sp{
        display: block;
        visibility: visible;
        color: #000;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.6;
        text-indent: -1em;
        padding-left: 1em;
    }
    #will2026 .products_lineup #list > div > div:nth-child(3) > div > div > div {
        margin: 0 0 16px 0;
    }
    #will2026 .products_lineup #list > div > div > h4{
        margin: 20px 0;
    }
    #will2026 .products_lineup #allShow {
        max-width: 315px;
        width: calc(100% - 20px);
        padding: 0;
    }
    #will2026 .pagelinks_btn_wrap {
       flex-direction: column;
        margin: 64px 0;
    }
    #will2026 .pagelinks_btn_wrap > a.toTop {
        width: 212px;
        height: 40px;
        margin: 0 0 16px 0;
    }
    #will2026 .pagelinks_btn_wrap > a.toCatalog {
        width: 212px;
        height: 40px;
        margin: 0;
    }
    /*haptic*/
    #will2026 .haptic #mv > div > div{
        text-align: center;
    }
    #will2026 .haptic #mv > div > div > img{
        width: 226.395px;
        height: 69px;
        aspect-ratio: 226.40/69.00;
        margin: 0 0 46px 0;
    }
    #will2026 .haptic #mv .mv_anim > img {
         object-fit: initial;
    }
    #will2026 .haptic .bg_white > #movie h2{
        font-size: 2.6rem;
        letter-spacing: 2.6px;
    }
    #will2026 .haptic .bg_white > #movie p{
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1.12px;
        margin: 24px 0 32px;
    }
    #will2026 .haptic #mv > div > div > div > p{
        font-size: 1.4rem;
        line-height: 242.857%;
        letter-spacing: 1.4px;
    }
    #will2026 .haptic #mv > div > div > div > p span{
        font-size: 16px;
        line-height: 2.5;
        letter-spacing: 1.6px;
    }
    #will2026 .haptic #pattern:before{
        height: 300px;
        top: -300px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide2,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide4,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide6{
        flex-direction: column-reverse;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide1 > picture,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide2 > picture,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide3 > picture,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide4 > picture,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide5 > picture,
    #will2026 .haptic #pattern .swiper .swiper-slide.slide6 > picture{
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div {
        min-width: 240px;
        width: calc(100% - 140px);
        padding: 0;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide1 > div > img {
        width: 128px;
        height: 28.998px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide2 > div > img {
        width: 167.093px;
        height: 26px;
        aspect-ratio: 167.09/26.00;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide3 > div > img {
        width: 71.721px;
        height: 26px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide4 > div > img {
        width: 120.733px;
        height: 26px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide5 > div > img {
        width: 109.011px;
        height: 26px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide.slide6 > div > img {
        width: 145.483px;
        height: 26.5px;
        aspect-ratio: 145.48/26.50;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div h3 {
        font-size: 1.4rem;
        line-height: 128.571%;
        letter-spacing: 0.7px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div > video {
        margin-top: 30px;
    }
    #will2026 .haptic #pattern .swiper .swiper-slide > div p {
        margin: 30px 0 24px;
    }
    #will2026 .haptic #pattern .swiper-nav {
        min-width: 232px;
        width: calc(100% - 140px);
        margin: 14px auto auto;
    }
    #will2026 .l-footer_pagetop {
        right: 20px;
        bottom: 36px;
    }
}
@media (max-width: 768px) and (min-aspect-ratio: 1/2) {
    #will2026 .top #mv > .mv_contents > div .swiper-slide a img {
        max-height: 50vh;
    }
}
@media (max-height: 668px) {
    .series-content-inner {
        padding-top: 10px;
        height: calc(100% - 10px);
    }
    .series-content-item > h2 {
        font-size: 2.8rem;
        line-height: 1.2;
        letter-spacing: 2.8px;
    }
    .series-content-item > h2 > span {
        font-size: 1rem;
        padding-top: 6px;
        margin-top: 6px;
        line-height: 1;
        letter-spacing: 1.6px;
    }
    .series-content-item > h2:before {
        top: 38px;
    }
    .series-content-item > a {
        width: 183px;
        height: 34px;
        font-size: 1.1rem;
    }
    .series-content-img-list {
        margin-top: 20px;
    }
}

@media (max-height: 650px) {
    .series-content-inner {
        padding-top: 10px;
        height: calc(100% - 10px);
    }
    .series-content-item > h2 {
        font-size: 2.6rem;
        line-height: 1.2;
        letter-spacing: 2.6px;
    }
    .series-content-item > h2 > span {
        font-size: 1rem;
        padding-top: 6px;
        margin-top: 6px;
        line-height: 1;
        letter-spacing: 1.6px;
    }
    .series-content-item > h2:before {
        top: 36px;
    }
    .series-content-item > p {
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 1.2px;
        margin: 3% 0;
    }
    .series-content-item > a {
        width: 183px;
        height: 34px;
        font-size: 1.1rem;
    }
    .series-content-img-list {
        margin-top: 15px;
    }
}