@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv {
    padding: 100px 10% 0;
}
@media (max-width: 840px) {
    #top .mv {
        padding: 100px 5% 0;
    }
}
#top .mv_inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
@media (max-width: 540px) {
    #top .mv_inner {
        height: calc(100svh - 200px);
    }
}
#top .mv_img {
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 540px) {
    #top .mv_img {
        height: calc(100svh - 200px);
        align-items: center;
    }
}
#top .mv_img .img {
    position: relative;
    z-index: 5;
    width: 75%;
    margin-top: 10%;
}
@media (max-width: 540px) {
    #top .mv_img .img {
        width: 100%;
    }
}
#top .mv_img .img img {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 -20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .mv_img .img img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .mv_img .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 110%;
}
#top .mv_img .bg img {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .mv_img .bg img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .mv_catch {
    position: absolute;
    top: 2.5vw;
    right: 5%;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    gap: 0 2.5vw;
    z-index: 10;
    width: 12.5%;
}
@media (max-width: 540px) {
    #top .mv_catch {
        right: 5%;
        width: 17.5%;
        top: 15svh;
    }
}
#top .mv_catch .txt img {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .mv_catch .txt img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .mv_catch .txt:nth-of-type(2) {
    margin-top: 5vw;
}
#top .mv_catch .deco {
    position: absolute;
    left: 22%;
    bottom: -10%;
    width: 50%;
}
#top .mv_catch .deco img {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .mv_catch .deco img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .concept {
    margin-top: 20%;
    position: relative;
}
@media (max-width: 1280px) {
    #top .concept {
        margin-bottom: -7.5vw;
    }
}
@media (max-width: 700px) {
    #top .concept {
        margin-top: 15%;
        margin-bottom: 20vw;
    }
}
@media (max-width: 540px) {
    #top .concept {
        margin-top: calc(15% + 100px);
    }
}
#top .concept_inner {
    position: relative;
    z-index: 5;
}
#top .concept_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    -ms-grid-rows: (1fr)[10];
    grid-template-rows: repeat(10, 1fr);
    gap: min(20px, 2.5vw);
    rotate: 45deg;
    width: 67.5%;
    margin-left: 6%;
}
@media (max-width: 1280px) {
    #top .concept_grid {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: (1fr)[9];
        grid-template-rows: repeat(9, 1fr);
        width: 105%;
        margin-left: -27.5%;
    }
}
@media (max-width: 700px) {
    #top .concept_grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (1fr)[6];
        grid-template-rows: repeat(6, 1fr);
        width: 70%;
        margin-left: 0;
    }
}
#top .concept_grid .grid_box {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: min(30px, 2.5vw);
    overflow: hidden;
    position: relative;
}
#top .concept_grid .grid_box.-grid_01 {
    grid-column: span 5/span 5;
    grid-row: span 5/span 5;
}
@media (max-width: 1280px) {
    #top .concept_grid .grid_box.-grid_01 {
        grid-column: span 3/span 3;
        grid-row: span 3/span 3;
    }
}
#top .concept_grid .grid_box.-grid_01 .grid_inner {
    width: 100%;
    height: 100%;
    background-image: url(../img/top/concept_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    rotate: -45deg;
    scale: 1.45;
}
#top .concept_grid .grid_box.-grid_02 {
    grid-column: span 4/span 4;
    grid-row: span 4/span 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
}
@media (max-width: 1280px) {
    #top .concept_grid .grid_box.-grid_02 {
        grid-column: span 2/span 2;
        grid-row: span 2/span 2;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 4;
        grid-row-start: 4;
    }
}
#top .concept_grid .grid_box.-grid_02 .grid_inner {
    width: 100%;
    height: 100%;
    background-image: url(../img/top/concept_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    rotate: -45deg;
    scale: 1.45;
}
#top .concept_grid .grid_box.-grid_03 {
    grid-column: span 5/span 5;
    grid-row: span 5/span 5;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
@media (max-width: 1280px) {
    #top .concept_grid .grid_box.-grid_03 {
        grid-column: span 3/span 3;
        grid-row: span 3/span 3;
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
}
#top .concept_grid .grid_box.-grid_04 {
    grid-column: span 5/span 5;
    grid-row: span 5/span 5;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row: 6;
    grid-row-start: 6;
}
@media (max-width: 1280px) {
    #top .concept_grid .grid_box.-grid_04 {
        grid-column: span 3/span 3;
        grid-row: span 3/span 3;
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 5;
        grid-row-start: 5;
    }
}
#top .concept_grid .grid_box.-grid_03, #top .concept_grid .grid_box.-grid_04 {
    background-color: rgba(255, 255, 255, 0.5);
    translate: 0 -15vw;
    transition: background-color 0.5s;
}
@media (max-width: 1280px) {
    #top .concept_grid .grid_box.-grid_03, #top .concept_grid .grid_box.-grid_04 {
        translate: 0 0;
    }
}
@media (max-width: 700px) {
    #top .concept_grid .grid_box.-grid_03, #top .concept_grid .grid_box.-grid_04 {
        display: none;
    }
}
#top .concept_grid .grid_box.-grid_03:hover, #top .concept_grid .grid_box.-grid_04:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
#top .concept_grid .grid_box.-grid_03:hover .grid_btn::before, #top .concept_grid .grid_box.-grid_04:hover .grid_btn::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#top .concept_grid .grid_box.-grid_03:hover .grid_btn::after, #top .concept_grid .grid_box.-grid_04:hover .grid_btn::after {
    translate: 0.5em 0;
}
#top .concept_grid .grid_box.-grid_03 .grid_inner, #top .concept_grid .grid_box.-grid_04 .grid_inner {
    rotate: -45deg;
    position: absolute;
}
#top .concept_grid .grid_box.-grid_03 .grid_secttl, #top .concept_grid .grid_box.-grid_04 .grid_secttl {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .concept_grid .grid_box.-grid_03 .grid_secttl.-active, #top .concept_grid .grid_box.-grid_04 .grid_secttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .concept_grid .grid_box.-grid_03 .grid_secttl .en, #top .concept_grid .grid_box.-grid_04 .grid_secttl .en {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .concept_grid .grid_box.-grid_03 .grid_secttl .ja, #top .concept_grid .grid_box.-grid_04 .grid_secttl .ja {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.2;
    letter-spacing: 0.125em;
    margin-left: -0.075em;
    margin-bottom: 1em;
    word-break: auto-phrase;
}
#top .concept_grid .grid_box.-grid_03 .grid_btn, #top .concept_grid .grid_box.-grid_04 .grid_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    margin-top: 2em;
    position: relative;
    align-items: center;
    margin: 2em auto 0;
    gap: 0 0.75em;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
}
#top .concept_grid .grid_box.-grid_03 .grid_btn::before, #top .concept_grid .grid_box.-grid_04 .grid_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#top .concept_grid .grid_box.-grid_03 .grid_btn::after, #top .concept_grid .grid_box.-grid_04 .grid_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#top .concept_grid .grid_box.-grid_03 .grid_btn span, #top .concept_grid .grid_box.-grid_04 .grid_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .concept_content {
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 701px) {
    #top .concept_content {
        display: none;
    }
}
#top .concept_content .content_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 80px) * 0.35) 0;
}
#top .concept_content .content_item {
    width: 90%;
}
#top .concept_content .content_item:nth-child(1) {
    margin-left: auto;
}
#top .concept_content .content_link {
    background-color: rgba(255, 255, 255, 0.5);
    padding: calc(clamp(50px, 8vw, 80px) * 0.65) min(5%, 50px);
    border-radius: min(30px, 2.5vw);
}
#top .concept_content .content_link:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
#top .concept_content .content_link:hover .content_btn::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#top .concept_content .content_link:hover .content_btn::after {
    translate: 0.5em 0;
}
#top .concept_content .content_secttl {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .concept_content .content_secttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .concept_content .content_secttl .en {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .concept_content .content_secttl .ja {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.2;
    letter-spacing: 0.125em;
    margin-left: -0.075em;
    margin-bottom: 1em;
    word-break: auto-phrase;
}
#top .concept_content .content_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    margin-top: 2em;
    position: relative;
    align-items: center;
    margin: 2em auto 0;
    gap: 0 0.75em;
    display: inline-flex;
}
#top .concept_content .content_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#top .concept_content .content_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#top .concept_content .content_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .concept_deco {
    position: absolute;
}
#top .concept_deco.-left {
    top: -10vw;
    left: 0;
    width: 20%;
}
@media (max-width: 1280px) {
    #top .concept_deco.-left {
        width: 25%;
    }
}
@media (max-width: 700px) {
    #top .concept_deco.-left {
        top: -7.5vw;
        width: 40%;
    }
}
#top .concept_deco.-right {
    bottom: 0;
    right: 0;
    width: 30%;
}
@media (max-width: 1280px) {
    #top .concept_deco.-right {
        width: 45%;
        bottom: 15vw;
    }
}
@media (max-width: 700px) {
    #top .concept_deco.-right {
        width: 52.5%;
        bottom: auto;
        top: 95vw;
    }
}
#top .accent {
    margin-bottom: 0;
}
#top .accent_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5%;
}
@media (max-width: 540px) {
    #top .accent_inner {
        padding: 0 0;
    }
}
#top .accent_img {
    position: relative;
}
#top .accent_img:nth-child(1) {
    width: 50%;
}
@media (max-width: 540px) {
    #top .accent_img:nth-child(1) {
        width: 52.5%;
    }
}
#top .accent_img:nth-child(2) {
    width: 35%;
    margin-top: 20%;
    margin-right: 5%;
}
@media (max-width: 540px) {
    #top .accent_img:nth-child(2) {
        width: 37.5%;
    }
}
#top .accent_img:nth-child(2) .bg {
    scale: 1.2;
}
#top .accent_img .img {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .accent_img .img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .accent_img .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    scale: 0.9;
    -webkit-filter: blur(2vw);
    filter: blur(2vw);
}
#top .pickup {
    margin-top: 2.5%;
    /* 偶数行（2個だけにしたい行）の中央寄せ */
    /* 要素が2個しかないときは中央配置 */
}
#top .pickup_inner {
    position: relative;
    z-index: 5;
}
#top .pickup_secttl {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .pickup_secttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .pickup_secttl .en {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .pickup_secttl .ja {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.2;
    letter-spacing: 0.125em;
    margin-left: -0.075em;
    margin-bottom: 1.5em;
    word-break: auto-phrase;
}
#top .pickup_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0 0.75em;
}
#top .pickup_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#top .pickup_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#top .pickup_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .pickup_btn:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#top .pickup_btn:hover::after {
    translate: 0.5em 0;
}
#top .pickup_search {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(clamp(50px, 8vw, 80px) * 0.5) 0 clamp(50px, 8vw, 80px);
    position: relative;
    z-index: 5;
}
#top .pickup_search .search_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 0;
}
#top .pickup_search .search_ttl .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-bottom: 1em;
}
#top .pickup_search .search_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75em 1em;
}
#top .pickup_search .search_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 248/76;
    position: relative;
}
@media (max-width: 540px) {
    #top .pickup_search .search_link {
        width: 150px;
    }
}
#top .pickup_search .search_link svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top .pickup_search .search_link svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 263 25;
    stroke-dashoffset: 195;
}
#top .pickup_search .search_link span {
    position: relative;
    z-index: 1;
    color: #915532;
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
}
#top .pickup_search .search_link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s opacity;
}
#top .pickup_search .search_link:hover svg rect {
    stroke-dashoffset: 100;
}
#top .pickup_search .search_link:hover::after {
    opacity: 1;
}
#top .pickup_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); /* 6分割ベース */
    gap: calc(clamp(50px, 8vw, 80px) * 0.5) calc(min(5%, 50px) * 1.25);
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .pickup_list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: calc(clamp(50px, 8vw, 80px) * 1.5) calc(min(5%, 50px) * 1.25);
        margin-bottom: 35%;
    }
}
#top .pickup_item {
    grid-column: span 2; /* 基本は2カラム幅 → 1行に3個 */
    display: flex;
    flex-direction: column;
}
@media (max-width: 840px) {
    #top .pickup_item {
        grid-column: auto;
    }
}
#top .pickup_item:nth-child(even) {
    margin-top: 25%;
}
@media (max-width: 840px) {
    #top .pickup_item:nth-child(even) {
        margin-top: 0;
        translate: 0 35%;
    }
}
#top .pickup_item:nth-child(3n) {
    margin-top: 15%;
}
@media (max-width: 840px) {
    #top .pickup_item:nth-child(3n) {
        margin-top: 0;
    }
}
#top .pickup_item .item_link:hover .item_btn svg rect {
    stroke-dashoffset: 100;
}
#top .pickup_item .item_link:hover .item_btn::after {
    opacity: 1;
}
#top .pickup_item .item_img {
    position: relative;
}
#top .pickup_item .item_img .img {
    position: relative;
    z-index: 5;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .pickup_item .item_img .img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .pickup_item .item_img .img {
    transition: opacity 1.5s, translate 2s, -webkit-filter 1.5s;
    transition: opacity 1.5s, filter 1.5s, translate 2s;
    transition: opacity 1.5s, filter 1.5s, translate 2s, -webkit-filter 1.5s;
}
#top .pickup_item .item_img .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    scale: 0.9;
}
@media (max-width: 840px) {
    #top .pickup_item .item_img .bg {
        scale: 1;
    }
}
#top .pickup_item .item_content {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    width: 80%;
    margin: 1em auto 0;
}
#top .pickup_item .item_ttl {
    display: inline-flex;
    flex-direction: column;
    gap: 0.5em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#top .pickup_item .item_ttl .tax {
    font-size: 1.4rem;
    background-color: #915532;
    color: #fff;
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.45;
}
#top .pickup_item .item_ttl .ttl {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    line-height: 1.45;
}
#top .pickup_item .item_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 198/45;
    position: relative;
    margin: 2em auto 0;
}
@media (max-width: 540px) {
    #top .pickup_item .item_btn {
        width: 150px;
    }
}
#top .pickup_item .item_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top .pickup_item .item_btn svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 210 14;
    stroke-dashoffset: 195;
}
#top .pickup_item .item_btn span {
    position: relative;
    z-index: 1;
    color: #915532;
}
#top .pickup_item .item_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s opacity;
}
#top .pickup .pickup_item:nth-child(6n+4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
}
@media (max-width: 840px) {
    #top .pickup .pickup_item:nth-child(6n+4) {
        grid-column: auto;
    }
}
#top .pickup .pickup_item:nth-child(6n+5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
}
@media (max-width: 840px) {
    #top .pickup .pickup_item:nth-child(6n+5) {
        grid-column: auto;
    }
}
#top .pickup .pickup_item:only-child {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
}
@media (max-width: 840px) {
    #top .pickup .pickup_item:only-child {
        grid-column: auto;
    }
}
#top .pickup .pickup_item:first-child:nth-last-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
}
@media (max-width: 840px) {
    #top .pickup .pickup_item:first-child:nth-last-child(2) {
        grid-column: auto;
    }
}
#top .pickup .pickup_item:last-child:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
}
@media (max-width: 840px) {
    #top .pickup .pickup_item:last-child:nth-child(2) {
        grid-column: auto;
    }
}
#top .pickup_deco {
    position: absolute;
    opacity: 0.6;
}
@media (max-width: 840px) {
    #top .pickup_deco {
        opacity: 0.3;
    }
}
#top .pickup_deco.-deco_01 {
    top: 10%;
    right: -20%;
    width: 40%;
}
@media (max-width: 840px) {
    #top .pickup_deco.-deco_01 {
        top: 5%;
        right: -30%;
        width: 75%;
    }
}
@media (max-width: 540px) {
    #top .pickup_deco.-deco_01 {
        top: 5%;
        right: -45%;
        width: 125%;
    }
}
#top .pickup_deco.-deco_02 {
    top: 50%;
    left: 0;
    width: 25%;
}
@media (max-width: 840px) {
    #top .pickup_deco.-deco_02 {
        top: 40%;
        left: -20%;
        width: 80%;
    }
}
@media (max-width: 540px) {
    #top .pickup_deco.-deco_02 {
        top: 35%;
        left: -40%;
        width: 130%;
    }
}
#top .pickup_deco.-deco_03 {
    top: 65%;
    right: -5%;
    width: 35%;
}
@media (max-width: 840px) {
    #top .pickup_deco.-deco_03 {
        top: 65%;
        right: -20%;
        width: 80%;
    }
}
@media (max-width: 540px) {
    #top .pickup_deco.-deco_03 {
        top: 70%;
        right: -40%;
        width: 130%;
    }
}
#top .beginner_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(50px, 8vw, 80px) 0;
}
@media (max-width: 840px) {
    #top .beginner_inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
#top .beginner_content {
    width: 40%;
}
@media (max-width: 840px) {
    #top .beginner_content {
        width: 100%;
    }
}
#top .beginner_secttl {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .beginner_secttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#top .beginner_secttl .en {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .beginner_secttl .ja {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.2;
    letter-spacing: 0.125em;
    margin-left: -0.075em;
    margin-bottom: 1.5em;
    word-break: auto-phrase;
}
#top .beginner_txt:nth-of-type(1) {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    margin-bottom: 1.5em;
}
#top .beginner_txt:nth-of-type(2) {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .beginner_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    margin-top: 2em;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0 0.75em;
}
#top .beginner_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#top .beginner_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#top .beginner_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .beginner_btn:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#top .beginner_btn:hover::after {
    translate: 0.5em 0;
}
#top .beginner_list {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(clamp(50px, 8vw, 80px) * 0.35) 0;
}
@media (max-width: 840px) {
    #top .beginner_list {
        width: 100%;
    }
}
#top .beginner_item {
    width: 85%;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#top .beginner_item.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
@media (max-width: 540px) {
    #top .beginner_item {
        width: 90%;
    }
}
#top .beginner_item:nth-child(1) .beginner_link {
    background-image: url(../img/top/beginner_01.jpg);
}
#top .beginner_item:nth-child(2) {
    margin-left: auto;
}
#top .beginner_item:nth-child(2) .beginner_link {
    background-image: url(../img/top/beginner_02.jpg);
}
#top .beginner_item:nth-child(3) .beginner_link {
    background-image: url(../img/top/beginner_03.jpg);
}
#top .beginner_link {
    display: flex;
    align-items: baseline;
    gap: 0.35em 0.75em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: clamp(50px, 8vw, 80px) calc(min(5%, 50px) * 1.5);
    border-radius: min(30px, 2.5vw);
    transition: none;
    position: relative;
}
@media (max-width: 540px) {
    #top .beginner_link {
        padding: calc(clamp(50px, 8vw, 80px) * 1.25) calc(min(5%, 50px) * 1.5);
    }
}
#top .beginner_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: min(30px, 2.5vw);
    transition: 0.5s background-color;
}
#top .beginner_link:hover::before {
    background-color: rgba(0, 0, 0, 0.7);
}
#top .beginner_link:hover .link_btn::before {
    scale: 1.35;
}
#top .beginner_link:hover .link_btn::after {
    rotate: 45deg;
}
#top .beginner_link .link_num {
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#top .beginner_link .link_ttl {
    position: relative;
    z-index: 5;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25em 0.5em;
    padding-right: 2.5em;
}
#top .beginner_link .link_ttl .main {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    line-height: 1.25;
    color: #fff;
    letter-spacing: 0.125em;
}
#top .beginner_link .link_ttl .sub {
    color: #fff;
}
#top .beginner_link .link_btn {
    position: absolute;
    top: 50%;
    right: calc(min(5%, 50px) * 1.5);
    translate: 0 -50%;
    width: 2em;
    height: 2em;
}
#top .beginner_link .link_btn::before, #top .beginner_link .link_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
#top .beginner_link .link_btn::before {
    -webkit-mask-image: url(../img/cmn/btn_arrow.svg);
    mask-image: url(../img/cmn/btn_arrow.svg);
    transition: 0.5s scale;
}
#top .beginner_link .link_btn::after {
    -webkit-mask-image: url(../img/cmn/btn_border.svg);
    mask-image: url(../img/cmn/btn_border.svg);
    transition: 0.5s rotate;
}

/*==================================================================================================
	神棚のカネタ
==================================================================================================*/
#story .head_inner {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}
@media (max-width: 700px) {
    #story .head_inner {
        flex-direction: column;
        justify-content: center;
    }
}
#story .head_ttl {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
@media (max-width: 1024px) {
    #story .head_ttl {
        width: 12%;
    }
}
@media (max-width: 700px) {
    #story .head_ttl {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
#story .head_ttl:after {
    content: "";
    position: absolute;
    background-image: url(../img/story/story_deco.png);
    width: clamp(300px, 30vw, 300px);
    height: clamp(300px, 3vw, 300px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 1;
}
#story .head_ttl .ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    font-weight: 400;
    position: relative;
    z-index: 5;
}
#story .head_ttl .ttl span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#story .head_ttl .ttl span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#story .head_ttl .ttl.-border {
    padding: 1.25em 0;
    margin-bottom: 0.15em;
}
#story .head_ttl .ttl.-border.-active:before, #story .head_ttl .ttl.-border.-active:after {
    opacity: 1;
}
#story .head_ttl .ttl.-border::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1em;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% 0;
    opacity: 0;
    transition: 1.5s opacity;
    transition-delay: 0.5s;
}
#story .head_ttl .ttl.-border::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1em;
    background-color: #915532;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    opacity: 0;
    transition: 1.5s opacity;
    transition-delay: 0.5s;
}
#story .head_ttl .group {
    position: relative;
    z-index: 5;
}
#story .head_txt {
    display: flex;
    flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    #story .head_txt {
        width: 88%;
    }
}
@media (max-width: 700px) {
    #story .head_txt {
        flex-direction: column;
        margin-top: 2em;
        width: 100%;
    }
}
#story .head_txt .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 1.5em;
    line-height: 2;
    font-size: clamp(1.6rem, 2vw, 2rem);
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 10px 0;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#story .head_txt .txt.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
@media (max-width: 700px) {
    #story .head_txt .txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 1em 0;
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        translate: 0 10px;
        transition: opacity 1s, translate 1s, -webkit-filter 1s;
        transition: opacity 1s, filter 1s, translate 1s;
        transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
    }
    #story .head_txt .txt.-active {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        translate: 0 0;
    }
}
#story .img_inner {
    display: flex;
    gap: 5em;
}
@media (max-width: 1024px) {
    #story .img_inner {
        flex-wrap: wrap;
    }
}
#story .img_body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#story .img_body.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#story .img_body.-img01 {
    width: 60%;
    max-height: 490px;
    aspect-ratio: 940/490;
    background-image: url(../img/story/story_img01.jpg);
}
@media (max-width: 1024px) {
    #story .img_body.-img01 {
        width: 80%;
    }
}
#story .img_body.-img02 {
    width: 32%;
    max-height: 490px;
    aspect-ratio: 1/1;
    background-image: url(../img/story/story_img02.jpg);
    margin-top: 20%;
}
@media (max-width: 1024px) {
    #story .img_body.-img02 {
        margin-left: auto;
        margin-top: 0;
    }
}
#story .body_list {
    display: flex;
    flex-direction: column;
    gap: 6em 0;
}
#story .body_item {
    display: flex;
    gap: 0 8em;
}
@media (max-width: 840px) {
    #story .body_item {
        flex-wrap: wrap;
    }
}
#story .body_item:nth-child(1) {
    margin-left: 5%;
}
@media (max-width: 840px) {
    #story .body_item:nth-child(1) {
        margin-left: 0;
    }
}
#story .body_item:nth-child(2) {
    margin-left: 15%;
}
@media (max-width: 840px) {
    #story .body_item:nth-child(2) {
        margin-left: 0;
    }
}
#story .body_item .item_ttl {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
@media (max-width: 840px) {
    #story .body_item .item_ttl {
        width: 100%;
        text-align: center;
    }
}
#story .body_item .item_ttl:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% -100%;
}
#story .body_item .item_ttl:after {
    content: "";
    position: absolute;
    background-image: url(../img/story/story_deco.png);
    width: clamp(180px, 30vw, 300px);
    height: clamp(180px, 30vw, 300px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
}
#story .body_item .item_ttl .ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    padding-top: 0.5em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.5;
    z-index: 5;
    text-align: left;
}
#story .body_item .item_ttl .ttl span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#story .body_item .item_ttl .ttl span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#story .body_item .item_content {
    position: relative;
    z-index: 0;
}
@media (max-width: 840px) {
    #story .body_item .item_content {
        margin-top: 8%;
    }
}
#story .body_item .item_content .ttl_en {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    display: inline-block;
}
#story .body_item .item_content .ttl_en:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #915532;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}
#story .body_item .item_content .txt_ja, #story .body_item .item_content .txt_en {
    margin-top: 1em;
}
#story .body_item .item_content .txt_ja .txt, #story .body_item .item_content .txt_en .txt {
    padding: 0.5em 0;
    line-height: 1.8;
}

/*==================================================================================================
	製作について
==================================================================================================*/
#about .head_inner {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 700px) {
    #about .head_inner {
        flex-direction: column;
        justify-content: center;
    }
}
#about .head_ttl {
    margin-top: 60px;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#about .head_ttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
@media (max-width: 700px) {
    #about .head_ttl {
        display: flex;
        justify-content: center;
    }
}
#about .head_ttl .ttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    font-weight: 400;
    position: relative;
    z-index: 0;
    padding-top: 10px;
}
#about .head_ttl .ttl:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% -100%;
}
@media (max-width: 700px) {
    #about .head_txt {
        margin-top: 2em;
    }
}
#about .head_txt .txt {
    padding: 1em 0;
    line-height: 2;
}
#about .head_txt .txt:first-child {
    padding-top: 0;
}
#about .concept {
    margin-bottom: clamp(100px, 18vw, 240px);
}
#about .concept_ttl {
    text-align: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    position: relative;
    z-index: 0;
    padding-top: 10px;
}
#about .concept_ttl:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% -100%;
    margin-top: 50px;
}
#about .concept_ttl .ttl {
    display: inline-block;
    margin-top: 50px;
}
#about .concept_list {
    margin-top: clamp(50px, 8vw, 100px);
    display: flex;
    flex-direction: column;
    gap: 8em 0;
}
@media (max-width: 840px) {
    #about .concept_list {
        gap: 3em 0;
    }
}
#about .concept_item {
    display: flex;
    gap: 4em;
}
@media (max-width: 840px) {
    #about .concept_item {
        flex-wrap: wrap;
        gap: 0;
    }
}
#about .concept_item:nth-child(odd) {
    flex-direction: row-reverse;
}
#about .concept_item:nth-child(even) {
    flex-direction: row;
}
#about .concept_img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 900/500;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#about .concept_img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
@media (max-width: 840px) {
    #about .concept_img {
        width: 110%;
    }
}
#about .concept_img.-img01 {
    background-image: url(../img/about/about_img01.jpg);
    margin-right: calc(50% - 50vw);
    border-radius: 20px 0 0 20px;
}
#about .concept_img.-img02 {
    background-image: url(../img/about/about_img02.jpg);
    margin-left: calc(50% - 50vw);
    border-radius: 0 20px 20px 0;
}
#about .concept_img.-img03 {
    background-image: url(../img/about/about_img03.jpg);
    margin-right: calc(50% - 50vw);
    border-radius: 20px 0 0 20px;
}
#about .concept_body {
    width: 65%;
    padding: 2em 0;
}
@media (max-width: 840px) {
    #about .concept_body {
        width: 100%;
    }
}
#about .concept_body .body_ttl {
    display: flex;
    flex-direction: column;
    gap: 0.8em 0;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#about .concept_body .body_ttl.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#about .concept_body .body_ttl .num {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    position: relative;
}
#about .concept_body .body_ttl .num:after {
    content: "";
    position: absolute;
    width: 1.1em;
    height: 1px;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #915532;
}
#about .concept_body .body_ttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}
#about .concept_body .body_txt {
    margin-top: 2em;
}
#about .concept_body .body_txt .txt {
    line-height: 2;
}

/*==================================================================================================
	会社案内
==================================================================================================*/
#profile .message_inner {
    display: flex;
    flex-direction: column;
}
#profile .message_head {
    display: flex;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 60px;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#profile .message_head.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#profile .message_head p {
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    font-weight: 400;
    position: relative;
    padding-top: 0.25em;
}
#profile .message_head p:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% -100%;
}
#profile .message_body {
    max-width: 840px;
    margin: 2em auto 0;
}
#profile .message_body .txt {
    margin: 0.8em 0;
}
#profile .message_body .name {
    display: block;
    text-align: right;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#profile .message_img {
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/profile/profile_img01.jpg);
    aspect-ratio: 1024/380;
    margin: clamp(40px, 8vw, 80px) 0 0 0;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#profile .message_img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#profile .info_list {
    display: flex;
    flex-direction: column;
}
#profile .info_item {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #915532;
    padding: 1.5em 0.5em;
}
@media (max-width: 700px) {
    #profile .info_item {
        padding: 1em 0.5em;
    }
}
#profile .info_item:last-child {
    border-bottom: solid 1px #915532;
}
#profile .info_item .ttl {
    width: 250px;
    font-weight: 700;
}
@media (max-width: 700px) {
    #profile .info_item .ttl {
        width: 100%;
    }
}
#profile .info_item .txt {
    width: calc(100% - 250px);
}
@media (max-width: 700px) {
    #profile .info_item .txt {
        width: 100%;
    }
}
#profile .history_list {
    display: flex;
    flex-direction: column;
    position: relative;
}
#profile .history_list:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #915532;
    top: 0;
    left: calc(150px + 3rem);
}
@media (max-width: 700px) {
    #profile .history_list:before {
        left: calc(80px + 3rem);
    }
}
#profile .history_item {
    display: flex;
    align-items: center;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
}
#profile .history_item .year {
    font-family: "Outfit", sans-serif;
    font-size: 4.8rem;
    font-weight: 200;
    color: rgba(145, 85, 50, 0.5);
    width: 150px;
    text-align: right;
    position: relative;
}
@media (max-width: 700px) {
    #profile .history_item .year {
        font-size: 2.4rem;
        width: 80px;
    }
}
#profile .history_item .year:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.25em;
    height: 0.25em;
    background-color: #915532;
    border-radius: 50%;
    translate: -50% -50%;
    top: 50%;
    left: calc(150px + 3rem);
}
@media (max-width: 700px) {
    #profile .history_item .year:after {
        left: calc(80px + 3rem);
    }
}
#profile .history_item .item_body li {
    display: flex;
}
#profile .history_item .item_body li span {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    padding: 0 0.45em;
}
#profile .access_map {
    width: 100%;
    aspect-ratio: 1280/580;
}
#profile .access_map iframe {
    width: 100%;
    height: 100%;
}

/*==================================================================================================
	初めての方へ
==================================================================================================*/
#beginner .content_inner {
    display: flex;
    justify-content: space-evenly;
}
#beginner .content_nav {
    width: clamp(200px, 25vw, 300px);
    position: sticky;
    height: 200px;
    top: 180px;
}
@media (max-width: 700px) {
    #beginner .content_nav {
        display: none;
    }
}
#beginner .content_nav .nav_list {
    display: flex;
    flex-direction: column;
    gap: 0.5em 0;
}
#beginner .content_nav .nav_item {
    display: flex;
    align-items: center;
}
#beginner .content_nav .nav_item.act a .num:before {
    background-color: #915532;
}
#beginner .content_nav .nav_item a {
    display: flex;
    align-items: center;
}
#beginner .content_nav .nav_item a .num {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    display: flex;
    align-items: center;
    font-size: clamp(1.8rem, 2vw, 2rem);
    width: 52px;
}
#beginner .content_nav .nav_item a .num:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 0.5em;
    border: solid 1px #915532;
    margin-right: 0.25em;
}
#beginner .content_nav .nav_item a .ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#beginner .content_area {
    flex: 1;
    max-width: 1062px;
}
#beginner .content_area .area_list {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 10vw, 100px) 0;
}
#beginner .content_area .area_item {
    margin-top: -120px;
    padding-top: 120px;
}
#beginner .content_area .area_item .item_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    padding-top: 10px;
}
#beginner .content_area .area_item .item_ttl:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #915532;
    left: 50%;
    top: 0;
    translate: -50% -100%;
    margin-top: 50px;
}
#beginner .content_area .area_item .item_ttl .ja {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    display: inline-block;
    margin-top: 50px;
}
#beginner .content_area .area_item .item_ttl .txt {
    text-align: center;
    margin-top: 1.5em;
}
#beginner .content_area .area_item .item_body {
    margin-top: clamp(40px, 8vw, 80px);
}
#beginner .content_area .area_item .item_body .kind_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    display: block;
    margin-bottom: 1em;
}
#beginner .content_area .area_item .item_body .kind_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 50px);
}
#beginner .content_area .area_item .item_body .kind_item {
    width: calc(50% - clamp(10px, 2vw, 25px));
}
@media (max-width: 540px) {
    #beginner .content_area .area_item .item_body .kind_item {
        width: 100%;
    }
}
#beginner .content_area .area_item .item_body .kind_img {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}
#beginner .content_area .area_item .item_body .kind_img img {
    width: auto;
    aspect-ratio: 1/1;
    max-height: 290px;
}
#beginner .content_area .area_item .item_body .kind_body {
    display: flex;
    flex-direction: column;
    margin-top: 0.5em;
}
#beginner .content_area .area_item .item_body .kind_body .name {
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#beginner .content_area .area_item .item_body .place {
    margin-top: clamp(40px, 8vw, 80px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}
#beginner .content_area .area_item .item_body .place_img {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 840px) {
    #beginner .content_area .area_item .item_body .place_img {
        width: 100%;
    }
}
#beginner .content_area .area_item .item_body .place_body {
    width: calc(60% - 40px);
}
@media (max-width: 840px) {
    #beginner .content_area .area_item .item_body .place_body {
        width: 100%;
    }
}
#beginner .content_area .area_item .item_body .place_body .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#beginner .content_area .area_item .item_body .place_body .txt {
    margin-top: 1em;
}
#beginner .content_area .area_item .item_body .material {
    margin-top: clamp(40px, 8vw, 80px);
}
#beginner .content_area .area_item .item_body .material_img {
    width: 100%;
    aspect-ratio: 3/1;
    border-radius: 20px;
    background-image: url(../img/beginner/material_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#beginner .content_area .area_item .item_body .material_body {
    margin-top: 1em;
}
#beginner .content_area .area_item .item_body .material_body .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#beginner .content_area .area_item .item_body .material_body .txt {
    margin-top: 0.5em;
}
#beginner .content_area .area_item .item_body .maintenance_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#beginner .content_area .area_item .item_body .maintenance_item {
    width: calc(50% - 20px);
}
@media (max-width: 840px) {
    #beginner .content_area .area_item .item_body .maintenance_item {
        width: 100%;
    }
}
#beginner .content_area .area_item .item_body .maintenance_img {
    width: 100%;
    aspect-ratio: 480/320;
    border-radius: 20px;
    overflow: hidden;
}
#beginner .content_area .area_item .item_body .maintenance_body {
    margin-top: 0.5em;
}
#beginner .content_area .area_item .item_body .maintenance_body .ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#beginner .content_area .area_item .item_body .maintenance_body .txt {
    margin-top: 0.5em;
}
#beginner .content_area .area_item .item_body .question_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#beginner .content_area .area_item .item_body .question_item .item_q {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #e6b778;
    padding: 1em;
}
#beginner .content_area .area_item .item_body .question_item .item_q .en {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    width: 35px;
}
#beginner .content_area .area_item .item_body .question_item .item_q .ja {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#beginner .content_area .area_item .item_body .question_item .item_a {
    display: flex;
    margin-top: 1em;
    padding: 1em;
}
#beginner .content_area .area_item .item_body .question_item .item_a .en {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    width: 35px;
}
#beginner .content_area .area_item .item_body .question_item .item_a .txt {
    flex: 1;
}

/*==================================================================================================
	おすすめ商品
==================================================================================================*/
#pickup .search_box {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 3em;
}
@media (max-width: 700px) {
    #pickup .search_box {
        padding: 1.5em 0.5em;
    }
}
#pickup .search_list {
    display: flex;
    flex-direction: column;
    gap: 0.8em 0;
}
#pickup .search_item {
    accent-color: #915532;
}
#pickup .search_item .item_body input[type=checkbox] {
    opacity: 0;
}
#pickup .search_item .item_body input[type=checkbox] + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    font-size: clamp(1.6rem, 2vw, 1.8rem);
}
#pickup .search_item .item_body input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 4px;
    border-color: #915532;
}
#pickup .search_item .item_body input[type=checkbox]:focus-visible + label:before {
    border: #915532;
}
#pickup .search_item .item_body input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 8px;
    border: solid #915532;
    border-width: 0 2px 2px 0;
    top: 7px;
    left: 4.5px;
}
#pickup .search .sublist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15em 0.5em;
    margin-left: 2em;
}
#pickup .search_btn {
    background-color: initial;
    border: none;
    display: block;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 248/76;
    position: relative;
    margin: 2em auto 0;
}
@media (max-width: 540px) {
    #pickup .search_btn {
        width: 150px;
    }
}
#pickup .search_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pickup .search_btn svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 263 25;
    stroke-dashoffset: 195;
}
#pickup .search_btn span {
    position: relative;
    z-index: 1;
    color: #915532;
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
}
#pickup .search_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s opacity;
}
#pickup .search_btn:hover svg rect {
    stroke-dashoffset: 100;
}
#pickup .search_btn:hover::after {
    opacity: 1;
}
#pickup .archive {
    /* 偶数行（2個だけにしたい行）の中央寄せ */
    /* 要素が2個しかないときは中央配置 */
}
#pickup .archive_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); /* 6分割ベース */
    gap: calc(clamp(50px, 8vw, 80px) * 0.5) calc(min(5%, 50px) * 1.25);
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #pickup .archive_list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: calc(clamp(50px, 8vw, 80px) * 1.5) calc(min(5%, 50px) * 1.25);
        margin-bottom: 35%;
    }
}
#pickup .archive_item {
    grid-column: span 2; /* 基本は2カラム幅 → 1行に3個 */
    display: flex;
    flex-direction: column;
}
@media (max-width: 840px) {
    #pickup .archive_item {
        grid-column: auto;
    }
}
#pickup .archive_item:nth-child(even) {
    margin-top: 25%;
}
@media (max-width: 840px) {
    #pickup .archive_item:nth-child(even) {
        margin-top: 0;
        translate: 0 35%;
    }
}
#pickup .archive_item:nth-child(3n) {
    margin-top: 15%;
}
@media (max-width: 840px) {
    #pickup .archive_item:nth-child(3n) {
        margin-top: 0;
    }
}
#pickup .archive_item .item_link:hover .item_btn svg rect {
    stroke-dashoffset: 100;
}
#pickup .archive_item .item_link:hover .item_btn::after {
    opacity: 1;
}
#pickup .archive_item .item_img {
    position: relative;
}
#pickup .archive_item .item_img .img {
    position: relative;
    z-index: 5;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#pickup .archive_item .item_img .img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#pickup .archive_item .item_img .img {
    transition: opacity 1.5s, translate 2s, -webkit-filter 1.5s;
    transition: opacity 1.5s, filter 1.5s, translate 2s;
    transition: opacity 1.5s, filter 1.5s, translate 2s, -webkit-filter 1.5s;
}
#pickup .archive_item .item_img .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    scale: 0.9;
}
@media (max-width: 840px) {
    #pickup .archive_item .item_img .bg {
        scale: 1;
    }
}
#pickup .archive_item .item_content {
    display: flex;
    flex-direction: column;
    gap: 0 0;
    width: 80%;
    margin: 1em auto 0;
}
#pickup .archive_item .item_ttl {
    display: inline-flex;
    flex-direction: column;
    gap: 0.5em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#pickup .archive_item .item_ttl .tax {
    font-size: 1.4rem;
    background-color: #915532;
    color: #fff;
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.45;
}
#pickup .archive_item .item_ttl .ttl {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
    line-height: 1.45;
}
#pickup .archive_item .item_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 198/45;
    position: relative;
    margin: 2em auto 0;
}
@media (max-width: 540px) {
    #pickup .archive_item .item_btn {
        width: 150px;
    }
}
#pickup .archive_item .item_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pickup .archive_item .item_btn svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 210 14;
    stroke-dashoffset: 195;
}
#pickup .archive_item .item_btn span {
    position: relative;
    z-index: 1;
    color: #915532;
}
#pickup .archive_item .item_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s opacity;
}
#pickup .archive_nopost {
    text-align: center;
    display: block;
}
#pickup .archive .archive_item:nth-child(6n+4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
}
@media (max-width: 840px) {
    #pickup .archive .archive_item:nth-child(6n+4) {
        grid-column: auto;
    }
}
#pickup .archive .archive_item:nth-child(6n+5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
}
@media (max-width: 840px) {
    #pickup .archive .archive_item:nth-child(6n+5) {
        grid-column: auto;
    }
}
#pickup .archive .archive_item:only-child {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
}
@media (max-width: 840px) {
    #pickup .archive .archive_item:only-child {
        grid-column: auto;
    }
}
#pickup .archive .archive_item:first-child:nth-last-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/span 2;
}
@media (max-width: 840px) {
    #pickup .archive .archive_item:first-child:nth-last-child(2) {
        grid-column: auto;
    }
}
#pickup .archive .archive_item:last-child:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/span 2;
}
@media (max-width: 840px) {
    #pickup .archive .archive_item:last-child:nth-child(2) {
        grid-column: auto;
    }
}
#pickup .single_ttl {
    display: inline-flex;
    flex-direction: column;
    gap: 0.5em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#pickup .single_ttl .tax {
    font-size: 1.4rem;
    background-color: #915532;
    color: #fff;
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.45;
}
#pickup .single_ttl .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.45;
}
#pickup .single_img {
    margin-top: 2em;
}
@media (max-width: 700px) {
    #pickup .single_img .uk-slideshow-items {
        aspect-ratio: 4/3 !important;
    }
}
#pickup .single_img .uk-slideshow-items img {
    -o-object-fit: contain;
    object-fit: contain;
}
#pickup .single_img .img_thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0.5em;
    margin-top: 1.5em;
}
#pickup .single_img .img_thumb li {
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding-left: 0;
}
@media (max-width: 700px) {
    #pickup .single_img .img_thumb li {
        width: 50px;
        height: 50px;
    }
}
#pickup .single_img .img_thumb li img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}
#pickup .single_explanation {
    margin-top: 2em;
}
#pickup .single_explanation .explanation_ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 700;
}
#pickup .single_explanation .explanation_txt {
    margin-top: 1em;
}
#pickup .single_detail {
    margin-top: 2em;
}
#pickup .single_detail .detail_ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 700;
}
#pickup .single_detail .detail_list {
    display: flex;
    flex-direction: column;
}
#pickup .single_detail .detail_item {
    display: flex;
    padding: 1.5em 0;
    border-top: solid 1px #915532;
}
#pickup .single_detail .detail_item:last-child {
    border-bottom: solid 1px #915532;
}
#pickup .single_detail .detail_item .ttl {
    width: 25%;
    font-weight: 700;
}
#pickup .single_detail .detail_item .txt {
    width: 75%;
    padding-left: 1em;
}
#pickup .single_btn {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#pickup .single_btn .btn_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#pickup .single_btn .btn_list {
    display: flex;
    justify-content: center;
    gap: 0 5em;
}
@media (max-width: 540px) {
    #pickup .single_btn .btn_list {
        flex-wrap: wrap;
    }
}
#pickup .single_btn .btn_item {
    margin-top: 1.5em;
}
#pickup .single_btn .btn_item .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    aspect-ratio: 198/45;
    position: relative;
}
@media (max-width: 540px) {
    #pickup .single_btn .btn_item .btn {
        width: 240px;
    }
}
#pickup .single_btn .btn_item .btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pickup .single_btn .btn_item .btn svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 210 14;
    stroke-dashoffset: 195;
}
#pickup .single_btn .btn_item .btn span {
    position: relative;
    z-index: 1;
    color: #915532;
    margin-left: 0.15em;
    translate: 0 -0.05em;
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 0.8);
}
#pickup .single_btn .btn_item .btn::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/icon_cart.svg);
    mask-image: url(../img/cmn/icon_cart.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 5;
    position: relative;
}
#pickup .single_btn .btn_item .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s opacity;
}
#pickup .single_btn .btn_item .btn:hover svg rect {
    stroke-dashoffset: 100;
}
#pickup .single_btn .btn_item .btn:hover::after {
    opacity: 1;
}
#pickup .single_backbtn {
    margin-top: 2em;
    text-align: center;
}
#pickup .single_backbtn .back_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    margin-top: 2em;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0 0.75em;
}
#pickup .single_backbtn .back_btn:after {
    content: "";
    position: absolute;
    left: 1.75em;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#pickup .single_backbtn .back_btn:before {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
#pickup .single_backbtn .back_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#pickup .single_backbtn .back_btn:hover:after {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#pickup .single_backbtn .back_btn:hover:before {
    translate: -0.35em 0;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .head_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#contact .head_item {
    width: 100%;
    border-radius: 20px;
    border: solid 1px #915532;
    padding: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#contact .head_item .item_head {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 700px) {
    #contact .head_item .item_head {
        width: 100%;
    }
}
#contact .head_item .item_head .main {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 700;
}
#contact .head_item .item_body {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 1px #915532;
}
@media (max-width: 700px) {
    #contact .head_item .item_body {
        width: 100%;
        border-left: none;
        margin-top: 1em;
    }
}
#contact .head_item .item_body > a span {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1;
}
#contact .head_item .item_body > a span:before {
    display: block;
    width: 30px;
    height: 30px;
    padding-right: 0.15em;
}
#contact .head_item .item_body.-tel a span:before {
    content: url(../img/contact/icon_tel.svg);
}
#contact .head_item .item_body.-fax {
    display: flex;
    flex-direction: column;
}
#contact .head_item .item_body.-fax > a span:before {
    content: url(../img/contact/icon_fax.svg);
}
#contact .head_item .item_body.-fax .fax_btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 198/45;
    position: relative;
    margin: 0.8em auto 0;
}
@media (max-width: 540px) {
    #contact .head_item .item_body.-fax .fax_btn > a {
        width: 150px;
    }
}
#contact .head_item .item_body.-fax .fax_btn > a svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact .head_item .item_body.-fax .fax_btn > a svg rect {
    stroke: #915532;
    stroke-width: 1;
    fill: none;
    transition: stroke-dashoffset 0.5s ease;
    stroke-dasharray: 210 14;
    stroke-dashoffset: 195;
}
#contact .head_item .item_body.-fax .fax_btn > a span {
    position: relative;
    z-index: 1;
    color: #915532;
    display: flex;
    align-items: center;
}
#contact .head_item .item_body.-fax .fax_btn > a span:after {
    content: url(../img/contact/icon_pdf.svg);
    display: block;
    width: 1em;
    height: 1.3em;
    padding-left: 0.25em;
}
#contact .head_item .item_body.-fax .fax_btn > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s opacity;
}
#contact .head_item .item_body.-fax .fax_btn > a:hover svg rect {
    stroke-dashoffset: 100;
}
#contact .head_item .item_body.-fax .fax_btn > a:hover::after {
    opacity: 1;
}
#contact .form_note {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 2em;
}
#contact .form_note .txt span {
    font-weight: 700;
}
#contact .form_body {
    margin-top: 3em;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    translate: 0 20px;
    transition: opacity 1s, translate 1s, -webkit-filter 1s;
    transition: opacity 1s, filter 1s, translate 1s;
    transition: opacity 1s, filter 1s, translate 1s, -webkit-filter 1s;
}
#contact .form_body.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0;
}
#contact .form_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
@media (max-width: 700px) {
    #contact .form_list {
        gap: 1.5em 0;
    }
}
#contact .form_item {
    display: flex;
    flex-wrap: wrap;
}
#contact .form_item .item_ttl {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 700px) {
    #contact .form_item .item_ttl {
        width: 100%;
    }
}
#contact .form_item .item_ttl .label {
    font-weight: 700;
}
@media (max-width: 700px) {
    #contact .form_item .item_ttl .label {
        margin-bottom: 0.35em;
    }
}
#contact .form_item .item_ttl .label_required {
    font-weight: 700;
    background-color: #915532;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5em;
    line-height: 1;
    border-radius: 5px;
    margin-right: 0.5em;
}
#contact .form_item .input, #contact .form_item .textarea {
    width: 70%;
    border: none;
    outline: none;
    padding: 0.5em;
}
@media (max-width: 700px) {
    #contact .form_item .input, #contact .form_item .textarea {
        width: 100%;
    }
}
#contact .form_agree {
    margin-top: 2em;
}
#contact .form_agree .txt a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 700;
}
#contact .form_agree .agree_check {
    margin-top: 1em;
    text-align: center;
}
#contact .form_agree .agree_check input {
    accent-color: #915532;
}
#contact .form_agree .agree_check label {
    cursor: pointer;
}
#contact .form_btn {
    text-align: center;
    line-height: 1.2;
    position: relative;
    align-items: center;
    margin: 1em auto 0;
    gap: 0 0.75em;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    background-color: inherit;
    border: none;
    color: #915532;
    opacity: 0.6;
}
#contact .form_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#contact .form_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#contact .form_btn span {
    color: #915532;
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#contact .form_btn.-active {
    opacity: 1;
}
#contact .form_btn.-active:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#contact .form_btn.-active:hover::after {
    translate: 0.5em 0;
}

/*==================================================================================================
	お問い合わせ　確認画面
==================================================================================================*/
#contact .confirm_ttl {
    text-align: center;
}
#contact .confirm_ttl h3 {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    color: #915532;
    font-weight: 700;
}
#contact .confirm_txt {
    text-align: center;
    margin-top: 1.5em;
}
#contact .confirm form {
    margin-top: 40px;
}
#contact .confirm form .formTable {
    width: 100%;
}
#contact .confirm form .formTable tr {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    border-bottom: solid 1px #cccccc;
}
#contact .confirm form .formTable tr th {
    text-align: left;
    font-weight: 900;
    padding: 0 0.5em;
    width: 250px;
}
@media (max-width: 840px) {
    #contact .confirm form .formTable tr th {
        width: 100%;
    }
}
#contact .confirm form .formTable tr td {
    width: 75%;
    width: calc(100% - 250px);
    padding: 0 0.5em;
}
@media (max-width: 840px) {
    #contact .confirm form .formTable tr td {
        width: 100%;
    }
}
#contact .confirm_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contact .confirm_btn input {
    border: none;
    background-color: inherit;
    color: #915532;
    display: inline-block;
}
#contact .confirm_btn .submit_btn {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.75em;
}
#contact .confirm_btn .submit_btn::before {
    content: "";
    position: absolute;
    left: 28%;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: -50% 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#contact .confirm_btn .submit_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
}
#contact .confirm_btn .submit_btn span {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
}
#contact .confirm_btn .submit_btn:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#contact .confirm_btn .submit_btn:hover::after {
    translate: 0.5em 0;
}
#contact .confirm_btn .back_btn {
    text-decoration: underline;
}
#contact .confirm_btn .back_btn:hover {
    text-decoration: none;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_list {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
    margin-top: 1em;
}
#privacypolicy .sec_item .ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 700;
    border-bottom: solid 1px #915532;
}
#privacypolicy .sec_item ol {
    padding-left: 2em;
    display: block;
    margin: 1em 0;
}
#privacypolicy .sec_item ol li {
    list-style-type: decimal;
}

/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    text-align: center;
}
#error .sec_txt,
#thanks .sec_txt {
    margin-top: 2em;
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    text-align: center;
    line-height: 1.2;
    position: relative;
    align-items: center;
    margin: 1em auto 0;
    gap: 0 0.75em;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    background-color: inherit;
    border: none;
    color: #915532;
    margin-top: 2em;
}
#error .sec_btn:after,
#thanks .sec_btn:after {
    content: "";
    position: absolute;
    left: 2em;
    bottom: -0.075em;
    width: 3em;
    height: 1px;
    translate: 0 0;
    scale: 0 1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: scale 0.5s;
    background-color: #915532;
}
#error .sec_btn:before,
#thanks .sec_btn:before {
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -0.15em;
    background-color: #915532;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s translate;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
#error .sec_btn span,
#thanks .sec_btn span {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#error .sec_btn:hover:after,
#thanks .sec_btn:hover:after {
    scale: 1 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
#error .sec_btn:hover:before,
#thanks .sec_btn:hover:before {
    translate: -0.35em 0;
}