@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv_inner {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#top .mv_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 10;
}
#top .mv_img {
    width: 100%;
}
#top .mv_img .img_list {
    height: 100svh;
    width: 100%;
}
@media (max-width: 1280px) {
    #top .mv_img .img_list {
        height: 100svh;
    }
}
#top .mv_img .img_item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100svh;
}
@media (max-width: 1280px) {
    #top .mv_img .img_item img {
        height: 100svh;
    }
}
#top .mv_catch {
    color: #2A305C;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(4.2rem, 6vw, 6rem);
    position: absolute;
    z-index: 15;
    text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}
#top .mv_catch span {
    display: inline-block;
    translate: 0 0.25em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 0.5s ease, -webkit-filter 0.5s ease;
    transition: translate 1.5s ease, opacity 0.5s ease, filter 0.5s ease;
    transition: translate 1.5s ease, opacity 0.5s ease, filter 0.5s ease, -webkit-filter 0.5s ease;
}
#top .mv_catch span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .about {
    margin-top: -100px;
    z-index: 10;
}
@media (max-width: 1280px) {
    #top .about {
        margin-top: clamp(50px, 8vw, 80px);
    }
}
#top .about_content:nth-child(1) {
    display: flex;
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(1) {
        flex-direction: column;
    }
}
#top .about_content:nth-child(1) .about_info {
    width: 180%;
    margin-top: 25%;
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(1) .about_info {
        width: 100%;
        margin-top: 0;
    }
}
#top .about_content:nth-child(1) .about_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#top .about_content:nth-child(1) .about_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#top .about_content:nth-child(1) .about_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .about_content:nth-child(1) .about_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .about_content:nth-child(1) .about_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#top .about_content:nth-child(1) .about_secttl.-active .en span,
#top .about_content:nth-child(1) .about_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .about_content:nth-child(1) .about_copy {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: clamp(50px, 8vw, 80px);
}
#top .about_content:nth-child(1) .about_copy .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .about_content:nth-child(1) .about_copy .en span {
    font-size: min(1.6vw, 2.4rem);
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(1) .about_copy .en span {
        font-size: 2.6vw;
    }
}
@media (max-width: 540px) {
    #top .about_content:nth-child(1) .about_copy .en span {
        font-size: 3.6vw;
    }
}
#top .about_content:nth-child(1) .about_copy .en span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .about_content:nth-child(1) .about_copy .ja {
    display: flex;
    margin-left: -0.5em;
}
@media (max-width: 540px) {
    #top .about_content:nth-child(1) .about_copy .ja {
        flex-direction: column;
        gap: 0.15em 0;
    }
}
#top .about_content:nth-child(1) .about_copy .ja div span {
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
    line-height: 1.5;
    color: #2A305C;
}
#top .about_content:nth-child(1) .about_copy .ja div span {
    font-size: min(2.4vw, 5.6rem);
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(1) .about_copy .ja div span {
        font-size: 4.2vw;
    }
}
@media (max-width: 540px) {
    #top .about_content:nth-child(1) .about_copy .ja div span {
        font-size: 8.4vw;
    }
}
#top .about_content:nth-child(1) .about_copy .ja div span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .about_content:nth-child(1) .about_img {
    margin-right: calc(50% - 50vw);
    padding-left: 5%;
    width: 170vw;
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(1) .about_img {
        padding-left: 20%;
        margin-top: clamp(50px, 8vw, 80px);
        width: 100vw;
    }
}
@media (max-width: 540px) {
    #top .about_content:nth-child(1) .about_img {
        padding-left: 5%;
    }
}
#top .about_content:nth-child(1) .about_img img:nth-child(1) {
    width: 60%;
    aspect-ratio: 3/4;
}
#top .about_content:nth-child(1) .about_img img:nth-child(2) {
    width: 100%;
    padding-left: 30%;
    margin-top: -25%;
}
#top .about_content:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: clamp(50px, 8vw, 80px);
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(2) {
        flex-direction: column-reverse;
    }
}
#top .about_content:nth-child(2) .about_img {
    margin-left: calc(50% - 50vw);
    width: 80vw;
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(2) .about_img {
        padding-right: 30%;
        margin-top: clamp(50px, 8vw, 80px);
        width: 100vw;
    }
}
#top .about_content:nth-child(2) .about_info {
    width: 100%;
    padding-left: 5%;
}
@media (max-width: 1280px) {
    #top .about_content:nth-child(2) .about_info {
        padding-left: 15%;
    }
}
#top .about_content:nth-child(2) .about_txt.-en {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.75);
    color: rgba(68, 68, 68, 0.7);
}
#top .about_content:nth-child(2) .about_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#top .about_content:nth-child(2) .about_btn::before, #top .about_content:nth-child(2) .about_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#top .about_content:nth-child(2) .about_btn::before {
    width: 100%;
    height: 1px;
}
#top .about_content:nth-child(2) .about_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#top .about_content:nth-child(2) .about_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#top .about_content:nth-child(2) .about_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#top .about_content:nth-child(2) .about_btn:hover::after {
    width: 100%;
}
#top .about_content:nth-child(2) .about_btn:hover .icon {
    right: 0;
}
#top .accent_img {
    background-image: url(../img/top/accent.jpg);
    aspect-ratio: 16/5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 840px) {
    #top .accent_img {
        aspect-ratio: 16/9;
    }
}
@media (max-width: 840px) {
    #top .town {
        margin-bottom: 0;
    }
}
#top .town_inner {
    display: flex;
    align-items: center;
}
@media (max-width: 1280px) {
    #top .town_inner {
        flex-direction: column;
    }
}
#top .town_info {
    width: 100%;
}
#top .town_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#top .town_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#top .town_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .town_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .town_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#top .town_secttl.-active .en span,
#top .town_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .town_txt {
    margin-top: clamp(50px, 8vw, 80px);
}
#top .town_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#top .town_btn::before, #top .town_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#top .town_btn::before {
    width: 100%;
    height: 1px;
}
#top .town_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#top .town_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#top .town_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#top .town_btn:hover::after {
    width: 100%;
}
#top .town_btn:hover .icon {
    right: 0;
}
#top .town_img {
    margin-right: calc(50% - 50vw);
    padding-left: 15%;
}
@media (max-width: 1280px) {
    #top .town_img {
        margin-top: clamp(50px, 8vw, 80px);
    }
}
#top .town_img img {
    aspect-ratio: 4/3;
}
#top .gallery {
    display: none;
}
@media (max-width: 840px) {
    #top .gallery {
        margin-top: 0;
    }
}
#top .gallery_inner {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 840px) {
    #top .gallery_inner {
        flex-direction: column;
    }
}
#top .gallery_img:nth-child(1) {
    width: 35%;
}
@media (max-width: 840px) {
    #top .gallery_img:nth-child(1) {
        width: 50%;
        margin-top: -5%;
    }
}
#top .gallery_img:nth-child(1) img {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
#top .gallery_img:nth-child(2) {
    width: 55%;
    margin-top: 15%;
}
@media (max-width: 840px) {
    #top .gallery_img:nth-child(2) {
        width: 80%;
        margin-top: -10%;
        margin-left: auto;
    }
}
#top .gallery_img:nth-child(2) img:nth-child(1) {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 60%;
    position: relative;
    z-index: 5;
}
#top .gallery_img:nth-child(2) img:nth-child(2) {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    padding-left: 10%;
    margin-top: -5%;
}
#top .product {
    padding: 0 0;
}
#top .product_head {
    display: flex;
    align-items: flex-end;
    padding: 0 min(5%, 120px);
}
#top .product_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#top .product_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#top .product_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .product_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#top .product_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#top .product_secttl.-active .en span,
#top .product_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .product_secttl {
    margin-bottom: 0;
}
#top .product_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#top .product_btn::before, #top .product_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#top .product_btn::before {
    width: 100%;
    height: 1px;
}
#top .product_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#top .product_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#top .product_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#top .product_btn:hover::after {
    width: 100%;
}
#top .product_btn:hover .icon {
    right: 0;
}
#top .product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2.5px;
    margin-top: clamp(50px, 8vw, 80px);
}
#top .product_item {
    width: calc((100% - 7.5px) / 4);
    position: relative;
}
@media (max-width: 840px) {
    #top .product_item {
        width: calc((100% - 2.5px) / 2);
    }
}
#top .product_item:nth-child(1) .product_link {
    background-image: url(../img/top/menu_01.jpg);
}
#top .product_item:nth-child(2) .product_link {
    background-image: url(../img/top/menu_02.jpg);
}
#top .product_item:nth-child(3) .product_link {
    background-image: url(../img/top/menu_03.jpg);
}
#top .product_item:nth-child(4) .product_link {
    background-image: url(../img/top/menu_04.jpg);
}
#top .product_link {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    aspect-ratio: 3/4;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    padding-top: 30%;
    transition: background-size 0.5s ease;
    position: relative;
}
#top .product_link:hover {
    background-size: 110%;
}
#top .product_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 30, 57, 0.8);
    z-index: 5;
}
#top .product_link .en {
    color: #fff;
    font-size: clamp(2rem, 2vw, 2.4rem);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 10;
}
#top .product_link .ja {
    color: #fff;
    font-size: clamp(2rem, 2vw, 2.4rem);
    line-height: 1.35;
    margin-right: 0.15em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 10;
}

/*==================================================================================================
	岡崎製麺について
==================================================================================================*/
#about .greeting#greeting {
    scroll-margin-top: 100px;
}
#about .greeting_content:nth-child(1) {
    display: flex;
    align-items: center;
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(1) {
        flex-direction: column;
    }
}
#about .greeting_content:nth-child(1) .greeting_info {
    width: 130%;
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(1) .greeting_info {
        width: 100%;
        margin-top: 0;
    }
}
#about .greeting_content:nth-child(1) .greeting_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#about .greeting_content:nth-child(1) .greeting_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#about .greeting_content:nth-child(1) .greeting_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .greeting_content:nth-child(1) .greeting_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .greeting_content:nth-child(1) .greeting_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#about .greeting_content:nth-child(1) .greeting_secttl.-active .en span,
#about .greeting_content:nth-child(1) .greeting_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .greeting_content:nth-child(1) .greeting_copy {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: clamp(50px, 8vw, 80px);
}
#about .greeting_content:nth-child(1) .greeting_copy .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
    line-height: 1.25;
}
#about .greeting_content:nth-child(1) .greeting_copy .en span {
    font-size: min(1.6vw, 2.4rem);
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(1) .greeting_copy .en span {
        font-size: 2.6vw;
    }
}
@media (max-width: 540px) {
    #about .greeting_content:nth-child(1) .greeting_copy .en span {
        font-size: 3.6vw;
    }
}
#about .greeting_content:nth-child(1) .greeting_copy .en span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .greeting_content:nth-child(1) .greeting_copy .ja {
    margin-left: -0.5em;
    margin-top: 0.25em;
}
@media (max-width: 540px) {
    #about .greeting_content:nth-child(1) .greeting_copy .ja {
        gap: 0.15em 0;
    }
}
#about .greeting_content:nth-child(1) .greeting_copy .ja span {
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
    line-height: 1.5;
    color: #2A305C;
}
#about .greeting_content:nth-child(1) .greeting_copy .ja span {
    font-size: min(2.2vw, clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(1) .greeting_copy .ja span {
        font-size: 4.2vw;
    }
}
@media (max-width: 540px) {
    #about .greeting_content:nth-child(1) .greeting_copy .ja span {
        font-size: 6.4vw;
    }
}
#about .greeting_content:nth-child(1) .greeting_copy .ja span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .greeting_content:nth-child(1) .greeting_subcopy {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
}
#about .greeting_content:nth-child(1) .greeting_subcopy .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .greeting_content:nth-child(1) .greeting_subcopy .en span {
    font-size: 1.6rem;
}
#about .greeting_content:nth-child(1) .greeting_subcopy .en span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .greeting_content:nth-child(1) .greeting_subcopy .ja {
    margin-left: -0.15em;
}
@media (max-width: 540px) {
    #about .greeting_content:nth-child(1) .greeting_subcopy .ja {
        gap: 0.15em 0;
    }
}
#about .greeting_content:nth-child(1) .greeting_subcopy .ja span {
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
    line-height: 1.5;
    color: #2A305C;
}
#about .greeting_content:nth-child(1) .greeting_subcopy .ja span {
    font-size: clamp(2rem, 2vw, 2.4rem);
}
#about .greeting_content:nth-child(1) .greeting_subcopy .ja span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .greeting_content:nth-child(1) .greeting_txt {
    margin-top: clamp(50px, 8vw, 80px);
}
#about .greeting_content:nth-child(1) .greeting_txt.-en {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
    color: rgba(68, 68, 68, 0.7);
}
#about .greeting_content:nth-child(1) .greeting_img {
    margin-right: calc(50% - 50vw);
    padding-left: 10%;
    width: 100vw;
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(1) .greeting_img {
        padding-left: 15%;
        margin-top: clamp(50px, 8vw, 80px);
    }
    #about .greeting_content:nth-child(1) .greeting_img img {
        aspect-ratio: 4/3;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }
}
@media (max-width: 540px) {
    #about .greeting_content:nth-child(1) .greeting_img {
        padding-left: 5%;
    }
}
#about .greeting_content:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: clamp(50px, 8vw, 80px);
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(2) {
        flex-direction: column-reverse;
    }
}
#about .greeting_content:nth-child(2) .greeting_img {
    margin-left: calc(50% - 50vw);
    width: 60vw;
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(2) .greeting_img {
        width: 100vw;
        padding-right: 30%;
        margin-top: clamp(50px, 8vw, 80px);
    }
}
#about .greeting_content:nth-child(2) .greeting_info {
    width: 100%;
    padding-left: 10%;
}
@media (max-width: 1280px) {
    #about .greeting_content:nth-child(2) .greeting_info {
        padding-left: 15%;
        margin-top: clamp(50px, 8vw, 80px);
    }
}
#about .greeting_content:nth-child(2) .greeting_txt.-en {
    margin-top: calc(clamp(50px, 8vw, 80px) * 0.5);
    color: rgba(68, 68, 68, 0.7);
}
#about .greeting_content:nth-child(2) .greeting_txt .name {
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    display: block;
    margin-top: 1em;
    text-align: right;
}
#about .accent {
    padding-left: 25%;
}
@media (max-width: 1280px) {
    #about .accent {
        padding-left: 5%;
    }
}
#about .accent_img {
    background-image: url(../img/about/accent.jpg);
    aspect-ratio: 16/5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 840px) {
    #about .accent_img {
        aspect-ratio: 16/9;
    }
}
#about .philosophy_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#about .philosophy_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#about .philosophy_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .philosophy_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .philosophy_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#about .philosophy_secttl.-active .en span,
#about .philosophy_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .philosophy_content {
    border-top: 3px solid #2A305C;
    border-bottom: 3px solid #2A305C;
    position: relative;
    padding: clamp(50px, 8vw, 80px) min(5%, 50px);
}
#about .philosophy_content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: calc(100% - 15px);
    width: 100%;
    border-top: 1px solid #2A305C;
    border-bottom: 1px solid #2A305C;
}
#about .philosophy_copy {
    font-size: clamp(4.2rem, 6vw, 6rem);
    line-height: 1.2;
    color: #2A305C;
    text-align: center;
    display: block;
    margin-bottom: 0.5em;
}
#about .philosophy_copy span {
    color: #2A305C;
    font-size: clamp(4.2rem, 6vw, 6rem);
    display: inline-block;
    translate: 0 0.35em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
@media (max-width: 540px) {
    #about .philosophy_copy span {
        font-size: 8vw;
    }
}
#about .philosophy_copy span.-active {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .philosophy_txt {
    text-align: center;
}
#about .company {
    margin-bottom: clamp(50px, 8vw, 80px);
}
#about .company#company {
    scroll-margin-top: 100px;
}
#about .company_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#about .company_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#about .company_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .company_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .company_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#about .company_secttl.-active .en span,
#about .company_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .company_item {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 1em;
    border-bottom: 2px solid rgba(42, 48, 92, 0.3);
    position: relative;
}
@media (max-width: 540px) {
    #about .company_item {
        padding: 1.5em 1em;
    }
}
#about .company_item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: calc(140px + 2em);
    height: 2px;
    background-color: #2A305C;
}
@media (max-width: 540px) {
    #about .company_item::after {
        width: 50px;
    }
}
#about .company_item:first-child {
    border-top: 2px solid rgba(42, 48, 92, 0.3);
}
#about .company_item:first-child::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: calc(140px + 2em);
    height: 2px;
    background-color: #2A305C;
}
@media (max-width: 540px) {
    #about .company_item:first-child::before {
        width: 50px;
    }
}
#about .company_item .ttl {
    width: 140px;
    display: block;
    text-align: center;
}
@media (max-width: 540px) {
    #about .company_item .ttl {
        width: 100%;
        text-align: left;
    }
}
#about .company_item .txt {
    width: calc(100% - 140px);
    padding-left: 2em;
}
@media (max-width: 540px) {
    #about .company_item .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 0.25em;
    }
}
#about .history {
    background-image: url(../img/about/history_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: clamp(80px, 12vw, 150px) 5%;
}
#about .history#history {
    scroll-margin-top: 100px;
}
#about .history_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#about .history_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#about .history_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .history_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#about .history_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#about .history_secttl.-active .en span,
#about .history_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#about .history_secttl {
    max-width: 1024px;
    margin: 0 auto calc(clamp(50px, 8vw, 80px) * 0.75);
}
#about .history_secttl::before {
    background-color: #fff;
}
#about .history_secttl .en span {
    color: rgba(255, 255, 255, 0.5);
}
#about .history_secttl .ja span {
    color: #fff;
}
#about .history_content {
    border-top: 1px solid #fff;
    padding-top: calc(clamp(50px, 8vw, 80px) * 0.75);
}
#about .history_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 80px) * 0.75) 0;
    max-width: 1024px;
    margin: 0 auto;
}
#about .history_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
@media (max-width: 840px) {
    #about .history_item {
        flex-direction: column;
        align-items: flex-start;
    }
}
#about .history_item:nth-child(odd) .history_txt::before {
    background-color: #fff;
}
#about .history_item:last-child .history_txt::after {
    display: none;
}
#about .history_date {
    width: 140px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0.15em 0.5em 0.25em;
}
#about .history_txt {
    padding-left: 4em;
    position: relative;
    width: calc(100% - 140px);
}
@media (max-width: 840px) {
    #about .history_txt {
        padding-left: 2.25em;
        width: 100%;
        margin-top: 0.5em;
    }
}
#about .history_txt::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 1.5em;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50px;
}
@media (max-width: 840px) {
    #about .history_txt::before {
        left: 0.25em;
    }
}
#about .history_txt::after {
    content: "";
    position: absolute;
    top: 1.5em;
    left: 2em;
    translate: 0 0;
    width: 1px;
    height: clamp(50px, 8vw, 80px);
    background-color: #fff;
}
@media (max-width: 840px) {
    #about .history_txt::after {
        display: none;
    }
}

/*==================================================================================================
	店舗のご案内
==================================================================================================*/
#shop .about_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 840px) {
    #shop .about_inner {
        flex-direction: column;
    }
}
#shop .about_content {
    width: 45%;
}
@media (max-width: 840px) {
    #shop .about_content {
        width: 100%;
        margin-top: 0;
    }
}
#shop .about_info {
    margin-top: 15%;
}
@media (max-width: 840px) {
    #shop .about_info {
        margin-top: 0px;
    }
}
#shop .about .info_txt {
    border-top: 3px solid #2A305C;
    border-bottom: 3px solid #2A305C;
    position: relative;
    padding: calc(clamp(50px, 8vw, 80px) * 0.75) min(5%, 50px);
    text-align: center;
    color: #2A305C;
    margin-bottom: calc(clamp(50px, 8vw, 80px) * 0.75);
}
#shop .about .info_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: calc(100% - 15px);
    width: 100%;
    border-top: 1px solid #2A305C;
    border-bottom: 1px solid #2A305C;
}
#shop .about .info_ttl .en {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    display: block;
    line-height: 1;
    color: rgba(42, 48, 92, 0.5);
}
#shop .about .info_ttl .ja {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    margin-bottom: 0.5em;
    display: block;
    color: #2A305C;
}
#shop .about .info_item {
    display: flex;
    flex-wrap: wrap;
    padding: 0.15em 0;
}
#shop .about .info_item .ttl {
    width: 120px;
}
#shop .about .info_item .txt {
    width: calc(100% - 120px);
    padding-left: 1em;
}
#shop .about .info_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#shop .about .info_btn::before, #shop .about .info_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#shop .about .info_btn::before {
    width: 100%;
    height: 1px;
}
#shop .about .info_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#shop .about .info_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#shop .about .info_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#shop .about .info_btn:hover::after {
    width: 100%;
}
#shop .about .info_btn:hover .icon {
    right: 0;
}
#shop .about_map {
    width: 45%;
}
@media (max-width: 840px) {
    #shop .about_map {
        width: 100%;
        margin-top: 50px;
    }
}
#shop .about_map iframe {
    aspect-ratio: 3/4;
    height: 100%;
}
@media (max-width: 840px) {
    #shop .about_map iframe {
        aspect-ratio: 16/9;
    }
}
#shop .slider {
    padding: 0 0;
}
#shop .slider_item {
    width: 30vw;
    margin-left: 2.5%;
}
@media (max-width: 840px) {
    #shop .slider_item {
        width: 45vw;
    }
}
#shop .manufacture_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#shop .manufacture_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#shop .manufacture_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#shop .manufacture_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#shop .manufacture_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#shop .manufacture_secttl.-active .en span,
#shop .manufacture_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#shop .manufacture_list {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 8vw, 80px) 0;
}
#shop .manufacture_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px 0;
}
#shop .manufacture_item:nth-child(even) {
    flex-direction: row-reverse;
}
#shop .manufacture_img {
    width: 40%;
}
@media (max-width: 840px) {
    #shop .manufacture_img {
        width: 100%;
    }
}
#shop .manufacture_info {
    width: 55%;
}
@media (max-width: 840px) {
    #shop .manufacture_info {
        width: 100%;
    }
}
#shop .manufacture_ttl {
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    margin-bottom: 0.5em;
}
#shop .manufacture_ttl .sub {
    display: inline-block;
}

/*==================================================================================================
	港町用宗
==================================================================================================*/
#town .history#history {
    scroll-margin-top: 100px;
}
#town .history_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#town .history_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#town .history_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .history_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .history_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#town .history_secttl.-active .en span,
#town .history_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#town .history_list {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 80px) * 1.5) 0;
}
#town .history_item {
    display: flex;
    align-items: center;
    gap: clamp(50px, 8vw, 80px) 0;
}
@media (max-width: 1024px) {
    #town .history_item {
        flex-direction: column;
    }
}
#town .history_item:nth-child(odd) .history_img {
    margin-left: calc(50% - 50vw);
    padding-right: 7.5%;
}
#town .history_item:nth-child(even) {
    flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    #town .history_item:nth-child(even) {
        flex-direction: column;
    }
}
#town .history_item:nth-child(even) .history_img {
    margin-right: calc(50% - 50vw);
    padding-left: 7.5%;
}
#town .history_content {
    width: 100%;
}
#town .history_ttl {
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 1em;
}
#town .history_ttl::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
    width: 0.5em;
    height: 1px;
    background-color: #2A305C;
}
#town .history_txt .blue {
    color: #2A305C;
}
#town .history_accent {
    margin-top: calc(clamp(50px, 8vw, 80px) * 1.5);
    background-image: url(../img/town/history_accent.jpg);
    aspect-ratio: 4/1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 840px) {
    #town .history_accent {
        aspect-ratio: 3/1;
    }
}
#town .castle#castle {
    scroll-margin-top: 100px;
}
#town .castle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}
@media (max-width: 1024px) {
    #town .castle::before {
        width: 90%;
    }
}
#town .castle_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: clamp(50px, 8vw, 80px) 0;
}
@media (max-width: 1024px) {
    #town .castle_inner {
        flex-direction: column;
    }
}
#town .castle_content {
    width: 50%;
}
@media (max-width: 1024px) {
    #town .castle_content {
        width: 90%;
    }
}
#town .castle_unit {
    margin-top: 50px;
}
#town .castle_ttl {
    font-size: 2rem;
    color: #2A305C;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 1em;
}
@media (max-width: 1024px) {
    #town .castle_ttl {
        font-size: 1.8rem;
    }
}
#town .castle_ttl::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
    width: 0.5em;
    height: 1px;
    background-color: #2A305C;
}
#town .castle_img {
    width: 30%;
    margin-top: 20%;
    position: relative;
}
@media (max-width: 1024px) {
    #town .castle_img {
        width: 50%;
        margin-top: clamp(50px, 8vw, 80px);
        margin-left: auto;
    }
}
#town .castle_img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% + 1.5em);
    height: calc(100% + 1.5em);
    border: 1px solid #2A305C;
    z-index: 10;
}
#town .castle_img img {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
#town .castle_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#town .castle_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#town .castle_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .castle_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .castle_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#town .castle_secttl.-active .en span,
#town .castle_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#town .water#water {
    scroll-margin-top: 100px;
}
#town .water::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}
@media (max-width: 1024px) {
    #town .water::before {
        width: 90%;
    }
}
#town .water_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: clamp(50px, 8vw, 80px) 0;
}
@media (max-width: 1024px) {
    #town .water_inner {
        flex-direction: column;
    }
}
#town .water_content {
    width: 50%;
}
@media (max-width: 1024px) {
    #town .water_content {
        width: 90%;
    }
}
#town .water_img {
    width: 30%;
    margin-top: 20%;
    position: relative;
}
@media (max-width: 1024px) {
    #town .water_img {
        width: 50%;
        margin-top: clamp(50px, 8vw, 80px);
        margin-left: auto;
    }
}
#town .water_img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% + 1.5em);
    height: calc(100% + 1.5em);
    border: 1px solid #2A305C;
    z-index: 10;
}
#town .water_img img {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
#town .water_secttl {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: clamp(50px, 8vw, 80px);
    padding-top: clamp(50px, 8vw, 80px);
}
#town .water_secttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 0;
    background-color: #2A305C;
    transition: height 1s ease;
}
#town .water_secttl .en span {
    color: rgba(42, 48, 92, 0.5);
    font-size: clamp(2rem, 2vw, 2.4rem);
    display: inline-block;
    translate: 0 -0.5em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .water_secttl .ja span {
    color: #2A305C;
    line-height: 1.25;
    font-size: calc(clamp(2.8rem, 3.6vw, 3.2rem) * 1.25);
    display: inline-block;
    translate: 0 0.75em;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: translate 1.5s ease, opacity 1s ease, -webkit-filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease;
    transition: translate 1.5s ease, opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
#town .water_secttl.-active::before {
    height: clamp(50px, 8vw, 80px);
}
#town .water_secttl.-active .en span,
#town .water_secttl.-active .ja span {
    translate: 0 0;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

/*==================================================================================================
	取扱商品
==================================================================================================*/
#product .product_inner {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 8vw, 80px) 0;
}
#product .product_content#product_01, #product .product_content#product_02, #product .product_content#product_03, #product .product_content#product_04 {
    scroll-margin-top: 100px;
}
#product .product_content:not(:first-child) {
    border-top: 1px solid #444;
    padding-top: clamp(50px, 8vw, 80px);
}
#product .product_head {
    display: flex;
}
#product .product_secttl {
    display: flex;
    flex-direction: row-reverse;
}
#product .product_secttl .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: rgba(42, 48, 92, 0.5);
}
#product .product_secttl .ja {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    color: #2A305C;
    line-height: 1.35;
}
#product .product_txt {
    padding-left: 5%;
}
#product .product_list {
    margin-top: clamp(30px, 5vw, 50px);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(30px, 5vw, 50px) 2.5%;
}
@media (max-width: 840px) {
    #product .product_list {
        gap: clamp(30px, 5vw, 50px) 5%;
    }
}
#product .product_item {
    width: 31.6666666667%;
}
@media (max-width: 840px) {
    #product .product_item {
        width: 47.5%;
    }
}
@media (max-width: 540px) {
    #product .product_item {
        width: 100%;
    }
}
#product .product_img img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
#product .product .info_ttl {
    line-height: 1.25;
    font-size: 2rem;
    color: #2A305C;
    text-align: center;
    padding: 1em 0;
    border-bottom: 2px dotted #2A305C;
}
@media (max-width: 840px) {
    #product .product .info_ttl {
        font-size: 1.8rem;
    }
}
#product .product .info_list {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.75em 0;
}
#product .product .info_item {
    display: flex;
    flex-wrap: wrap;
}
#product .product .info_item .ttl {
    width: 100px;
    line-height: 1.25;
}
@media (max-width: 840px) {
    #product .product .info_item .ttl {
        width: 100%;
    }
}
#product .product .info_item .txt {
    width: calc(100% - 100px);
    padding-left: 1em;
    line-height: 1.25;
}
@media (max-width: 840px) {
    #product .product .info_item .txt {
        width: 100%;
        padding-left: 0;
        margin-top: 0.5em;
    }
}
#product .product .info_txt {
    margin-top: 1em;
}
#product .tax_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(30px, 5vw, 50px) 0;
}
@media (max-width: 840px) {
    #product .tax_inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
#product .tax_img {
    width: 30%;
}
@media (max-width: 840px) {
    #product .tax_img {
        width: 60%;
    }
}
#product .tax_content {
    width: 65%;
}
@media (max-width: 840px) {
    #product .tax_content {
        width: 90%;
        margin-left: auto;
    }
}
#product .tax_ttl {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    color: #2A305C;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #444;
}
#product .tax_txt {
    margin-top: 1em;
}
#product .tax_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#product .tax_btn::before, #product .tax_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#product .tax_btn::before {
    width: 100%;
    height: 1px;
}
#product .tax_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#product .tax_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#product .tax_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#product .tax_btn:hover::after {
    width: 100%;
}
#product .tax_btn:hover .icon {
    right: 0;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .form_inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: clamp(50px, 8vw, 80px) min(5%, 80px);
}
#contact .form_txt .red {
    color: #cf141b;
    margin-top: 0.5em;
    display: inline-block;
}
#contact .form_list {
    margin: clamp(30px, 5vw, 50px) 0 30px;
    padding-top: 30px;
    border-top: 1px solid #444;
}
#contact .form_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0.75em 0;
}
#contact .form_item .label {
    display: block;
    width: 230px;
}
@media (max-width: 840px) {
    #contact .form_item .label {
        width: 100%;
        margin-bottom: 0.35em;
    }
}
#contact .form_item .label.-required {
    display: flex;
    align-items: center;
}
#contact .form_item .label.-required::after {
    content: "*";
    color: #cf141b;
    margin-left: 5px;
    line-height: 1;
    margin-top: 0.15em;
}
#contact .form_item .label + * {
    width: 100%;
    margin-top: 0.75em;
    height: 3em;
}
@media (max-width: 840px) {
    #contact .form_item .label + * {
        margin-top: 0.25em;
    }
}
#contact .form_item .input {
    padding: 0.5em;
    outline: none;
    border-radius: 2.5px;
    border: 1px solid #2A305C;
}
#contact .form_item .input#c_name_01, #contact .form_item .input#c_name_02, #contact .form_item .input#c_tel, #contact .form_item .input#c_fax {
    width: 300px;
}
@media (max-width: 540px) {
    #contact .form_item .input#c_name_01, #contact .form_item .input#c_name_02, #contact .form_item .input#c_tel, #contact .form_item .input#c_fax {
        width: 100%;
    }
}
#contact .form_item .textarea {
    resize: vertical;
    padding: 0.5em;
    border-radius: 2.5px;
    border: 1px solid #2A305C;
    background-color: #fff;
    outline: none;
    height: auto;
}
#contact .form_item .radio {
    display: flex;
    align-items: center;
    min-height: 3em;
    height: auto;
    margin-top: 0;
}
@media (max-width: 840px) {
    #contact .form_item .radio {
        min-height: 2.5em;
    }
}
#contact .form_item .radio_list {
    display: flex;
    flex-wrap: wrap;
}
#contact .form_item .radio_item {
    position: relative;
    display: flex;
}
#contact .form_item .radio_item:not(:last-child) {
    margin-right: 1.25em;
}
#contact .form_item .radio_item input[type=radio] {
    width: 0;
    visibility: hidden;
}
#contact .form_item .radio_item input[type=radio]:checked + label::after {
    scale: 0.65;
    opacity: 1;
}
#contact .form_item .radio_item label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
}
#contact .form_item .radio_item label::before, #contact .form_item .radio_item label::after {
    content: "";
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    top: 50%;
    border-radius: 50%;
    translate: 0 -47.5%;
}
#contact .form_item .radio_item label::before {
    background-color: #fff;
    border: 1px solid #2A305C;
}
#contact .form_item .radio_item label::after {
    background: #2A305C;
    border: 1px solid #2A305C;
    scale: 0;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_agree .agree_link {
    text-decoration: underline;
    color: #2A305C;
    display: inline-block;
}
#contact .form_agree .agree_link:hover {
    opacity: 0.7;
}
#contact .form_agree .agree_check input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::before {
    border-color: #000;
}
#contact .form_agree .agree_check input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
#contact .form_agree .agree_check label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
#contact .form_agree .agree_check label::before {
    background: #fff;
    border: 1px solid #333;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#contact .form_agree .agree_check label::after {
    border-right: 3px solid #2A305C;
    border-bottom: 3px solid #2A305C;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
#contact .form_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    display: block;
    background-color: transparent;
    position: relative;
    border: none;
    font-size: 2rem;
}
@media (max-width: 840px) {
    #contact .form_btn {
        font-size: 1.8rem;
    }
}
#contact .form_btn span {
    background-color: #eee;
    display: block;
    padding: 0.5em 2.5em 0.5em 1.5em;
    transition: 0.5s color, 0.5s background-color;
    color: #aaa;
}
#contact .form_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -45%;
    width: 0.5em;
    height: 0.5em;
    background-color: #aaa;
    -webkit-mask-image: url(../img/cmn/btn_arrow.svg);
    mask-image: url(../img/cmn/btn_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 right, 0.5s top, 0.5s background-color;
}
#contact .form_btn.-active span {
    color: #fff;
    background-color: #2A305C;
}
#contact .form_btn.-active::after {
    background-color: #fff;
}
#contact .form_btn.-active:hover::after {
    right: 0.5em;
}
#contact .form input[type=radio],
#contact .form input[type=checkbox] {
    accent-color: #000;
}

.mailphp {
    max-width: 840px;
    margin: 0 auto;
}
.mailphp p {
    margin: 1em 0;
}
.mailphp .mailphp-header {
    text-align: center;
}
.mailphp .mailphp-header .mailphp-header-inner {
    font-weight: 900;
    font-size: 2.4rem;
    margin: 0px;
    color: #aaa;
    border: none;
}
.mailphp .mailphp-header .mailphp-header-title {
    margin-bottom: 1.25em;
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    color: #000;
}
.mailphp .mailphp-main {
    flex-grow: 1;
    margin: 3em 0;
    margin: 10px 0px 30px;
}
.mailphp .mailphp-main .mailphp-main-inner p {
    text-align: center;
}
.mailphp .mailphp-footer {
    margin-bottom: 0px;
}
.mailphp .confirm-items,
.mailphp .error-items {
    margin: 1.5em 0;
}
.mailphp .confirm-items .confirm-item,
.mailphp .confirm-items .error-item,
.mailphp .error-items .confirm-item,
.mailphp .error-items .error-item {
    display: flex;
    margin-bottom: 1px;
}
.mailphp .confirm-items .confirm-item-body,
.mailphp .confirm-items .error-item-body,
.mailphp .error-items .confirm-item-body,
.mailphp .error-items .error-item-body {
    flex: 1;
}

.mailphp-header-title {
    font-size: calc(clamp(2rem, 2vw, 2.4rem) * 1.25);
    text-align: center;
    display: block;
    margin-bottom: 0.75em;
    color: #2A305C;
}
.mailphp-header-txt {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
}

.confirm_custom {
    margin: calc(clamp(80px, 12vw, 150px) * 1.65) auto clamp(80px, 12vw, 150px);
    padding: 0 5%;
    position: relative;
}
.confirm_custom_inner {
    max-width: 840px;
    margin: 0 auto;
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}
.confirm-items tbody {
    width: 100%;
    border-top: 1px solid #ccc;
}
.confirm-items tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.confirm-items tbody tr th {
    display: block;
    width: 230px;
    text-align: left;
    color: #2A305C;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr th {
        width: 100%;
        border-bottom: none;
        padding: 1em 0 1.5px;
    }
}
.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 230px);
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1em 0 1em 1em;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: 1.5px 0 1em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}
.error-items .error-item-label {
    display: block;
    width: 150px;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-label {
        width: 100%;
    }
}
.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 1em;
    word-break: break-all;
    color: #c40000;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.confirm-btns .confirm-btn.confirm-btn-submit {
    border: none;
    padding: 1em 1.5em;
    width: 220px;
    max-width: 100%;
    margin: 2.5em auto 20px;
    background-color: #2A305C;
    color: #fff;
}
.confirm-btns .confirm-btn.confirm-btn-submit:hover {
    opacity: 0.7;
}
.confirm-btns .confirm-btn.confirm-btn-back {
    font-size: 1.6rem;
    width: 180px;
    max-width: 100%;
    margin: 10px auto 0px;
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 0.75em 1.5em;
    transition: 0.5s opacity;
}
.confirm-btns .confirm-btn.confirm-btn-back:hover {
    opacity: 0.7;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec {
    margin: calc(clamp(80px, 12vw, 150px) * 1.35) auto clamp(80px, 12vw, 150px);
}
#privacypolicy .sec_ttl {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    color: #2A305C;
    margin-bottom: 0.5em;
    text-align: center;
}
#privacypolicy .sec_head {
    margin-bottom: 1.5em;
}
#privacypolicy .sec_list {
    display: flex;
    flex-direction: column;
    gap: 1.5em 0;
}
#privacypolicy .sec_item .ttl {
    font-size: 2rem;
    color: #2A305C;
    margin-bottom: 0.25em;
}
@media (max-width: 840px) {
    #privacypolicy .sec_item .ttl {
        font-size: 1.8rem;
    }
}
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    margin: calc(clamp(80px, 12vw, 150px) * 1.65) auto clamp(80px, 12vw, 150px);
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    margin-bottom: 0.5em;
    text-align: center;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    margin-top: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
#error .sec_btn::before, #error .sec_btn::after,
#thanks .sec_btn::before,
#thanks .sec_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2A305C;
}
#error .sec_btn::before,
#thanks .sec_btn::before {
    width: 100%;
    height: 1px;
}
#error .sec_btn::after,
#thanks .sec_btn::after {
    width: 0;
    height: 2px;
    transition: width 0.5s;
}
#error .sec_btn .txt,
#thanks .sec_btn .txt {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(2rem, 2vw, 2.4rem);
    color: #2A305C;
    padding-right: 1.5em;
}
#error .sec_btn .icon,
#thanks .sec_btn .icon {
    position: absolute;
    top: 50%;
    right: 0.75em;
    translate: 0 -50%;
    width: 0.5em;
    height: 0.5em;
    background-image: url(../img/cmn/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: right 0.5s;
}
#error .sec_btn:hover::after,
#thanks .sec_btn:hover::after {
    width: 100%;
}
#error .sec_btn:hover .icon,
#thanks .sec_btn:hover .icon {
    right: 0;
}
#error .sec_btn,
#thanks .sec_btn {
    margin: 2em auto 0;
}