@charset "UTF-8";
/*==================================================================================================
	index
==================================================================================================*/
.mv {
    margin-top: 90px;
    background-color: #000;
    width: 100%;
    position: relative;
}

.mv::before, .mv::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    /* ぼかす範囲の高さを指定 */
    pointer-events: none;
    z-index: 10;
}

@media (max-width: 1024px) {
    .mv {
        height: auto;
    }
}

.mv_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
}

@media (max-width: 1024px) {
    .mv_inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .mv_inner {
        aspect-ratio: 3 / 3.4;
    }
}

.mv .mv1 {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 1025px) {
    .mv .mv1 {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: 0;
    }
}

.mv .mv1 .uk-slideshow-items {
    width: 100%;
    height: 100%;
}

@media (max-width: 700px) {
    .mv .mv1 .uk-slideshow-items {
        height: auto;
        max-width: 100%;
        aspect-ratio: 3 / 3.4;
    }
}

@media (max-width: 700px) {
    .mv .mv1 .mv1_body {
        aspect-ratio: 3 / 3.4;
    }
}

.mv .mv1 .mv1_body picture img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

[type="button"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.top_news {
    position: relative;
}

@media (max-width: 860px) {
    .top_news {
        padding: 0 5%;
    }
}

.top_news::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/original/assets/img/01_top/top_new_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 70%;
}

.top_news .post_csl {
    margin-left: 15%;
    margin-right: 0;
    margin-top: 5em;
}

@media (max-width: 860px) {
    .top_news .post_csl {
        margin-left: 0%;
    }
}

.top_news .post_csl .carousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (max-width: 680px) {
    .top_news .post_csl .carousel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.top_news .post_csl .carousel .slick-prev {
    position: absolute;
    top: -55px;
    right: 360px;
    background-image: url("/wp-content/themes/original/assets/img/01_top/news_prev.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

@media (max-width: 860px) {
    .top_news .post_csl .carousel .slick-prev {
        right: 60px;
    }
}

.top_news .post_csl .carousel .slick-next {
    position: absolute;
    top: -55px;
    right: 300px;
    background-image: url("/wp-content/themes/original/assets/img/01_top/news_next.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

@media (max-width: 860px) {
    .top_news .post_csl .carousel .slick-next {
        right: 0px;
    }
}

.top_news .post_csl .carousel .carousel-item {
    padding: 20px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 680px) {
    .top_news .post_csl .carousel .carousel-item {
        width: 50%;
        padding: 10px;
    }
}

.top_news .post_csl .carousel .carousel-item a {
    text-decoration: none;
    text-align: left;
}

.top_news .post_csl .carousel .carousel-item a:hover {
    opacity: 0.5;
}

.top_news .post_csl .carousel .carousel-item a:hover .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 少し拡大する */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_news .post_csl .carousel .carousel-item a .item_img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

@media (max-width: 680px) {
    .top_news .post_csl .carousel .carousel-item a .item_img {
        aspect-ratio: 3 / 2;
        width: auto;
        height: auto;
    }
}

.top_news .post_csl .carousel .carousel-item a .item_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top_news .post_csl .carousel .carousel-item a .item_text {
    padding-top: 0.5em;
    padding-left: 0.5em;
}

.top_news .post_csl .carousel .carousel-item a .item_text span {
    color: #fff;
    font-size: clamp(12px, 6vw, 14px);
}

.top_news .post_csl .carousel .carousel-item a .item_text p {
    color: #fff;
    font-size: clamp(12px, 6vw, 14px);
}

.top_news .post_csl .carousel .carousel-item.large {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 少し拡大する */
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 860px) {
    .top_news .post_csl .carousel .carousel-item.large {
        -webkit-transform: scale(1);
        transform: scale(1);
        /* 少し拡大する */
    }
}

.bbs {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
    margin-top: 5em;
}

.bbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.bbs ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: clamp(80px, 6vw, 150px);
    overflow: hidden;
    line-height: 1;
    opacity: 0.3;
    padding-left: 0.5em;
}

.bbs ul li:nth-child(odd) {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}

.bbs ul li:nth-child(even) {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

/* コンテナの設定 */
.top_original {
    background-color: #d4d4d4;
    padding-top: 5em;
    padding-bottom: 5em;
}

@media (max-width: 680px) {
    .top_original {
        padding-right: 5%;
        padding-left: 5%;
    }
}

.top_original h2 {
    color: #000000;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

.top_original p {
    text-align: center;
    color: #000000;
}

.top_original .original_carousel {
    position: relative;
    padding-bottom: 5em;
}

.top_original .original_carousel .original_carousel-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 3em 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.top_original .original_carousel .original_carousel-item a .item_text {
    text-align: center;
    color: #000000;
}

.top_original .original_carousel .original_carousel-item a .item_text p {
    font-size: 16px;
}

.top_original .original_carousel .original_carousel-item a .item_text span {
    font-size: 12px;
}

.top_original .original_carousel .slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 少し拡大する */
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.top_original .original_carousel .slick-prev {
    position: absolute;
    bottom: 0;
    left: 47%;
    background-image: url("/wp-content/themes/original/assets/img/01_top/original_prev.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

@media (max-width: 680px) {
    .top_original .original_carousel .slick-prev {
        left: 35%;
    }
}

.top_original .original_carousel .slick-next {
    position: absolute;
    bottom: 0;
    right: 47%;
    background-image: url("/wp-content/themes/original/assets/img/01_top/original_next.png");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

@media (max-width: 680px) {
    .top_original .original_carousel .slick-next {
        right: 35%;
    }
}

.top_original .original_logo {
    max-width: 700px;
    width: 80%;
    margin: 5em auto 0;
}

.top_original .original_logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.top_instagram {
    padding: 10em 5em;
}

.top_lineup {
    width: 90%;
    margin: 0 auto;
    padding: 5em 0;
}

.top_lineup .section_hedding_center {
    margin-bottom: 1.5em;
}

.top_lineup .section_hedding_center::after {
    background-color: #fff;
}

.top_lineup .lineup_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_lineup .lineup_items .lineup_item {
    text-align: center;
    width: 20%;
    margin-bottom: 2em;
}

@media (max-width: 1200px) {
    .top_lineup .lineup_items .lineup_item {
        width: 20%;
    }
}

@media (max-width: 960px) {
    .top_lineup .lineup_items .lineup_item {
        width: 25%;
    }
}

@media (max-width: 760px) {
    .top_lineup .lineup_items .lineup_item {
        width: 33.33333%;
    }
}

@media (max-width: 460px) {
    .top_lineup .lineup_items .lineup_item {
        width: 50%;
    }
}

.top_lineup .lineup_items .lineup_item a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_lineup .lineup_items .lineup_item a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_lineup .lineup_items .lineup_item a p {
    margin-top: 1em;
    color: #fff;
    font-size: clamp(14px, 3vw, 18px);
}

.common_footer {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.common_footer .common_footer_bg {
    position: relative;
}

.common_footer .common_footer_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/original/assets/img/00_common/common_footer_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.common_footer .common_footer_bg:hover::before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.common_footer .common_footer_bg a {
    position: relative;
    padding: 15em 10%;
    display: block;
    text-decoration: none;
}

.common_footer .common_footer_bg a h2 {
    font-size: clamp(34px, 6vw, 43px);
    color: #fff;
    display: inline-block;
    border-bottom: solid 2px #da291c;
    line-height: 1;
    padding-bottom: 6px;
    position: relative;
    z-index: 2;
}

.common_footer .common_footer_bg a h2::before {
    position: absolute;
    content: '';
    background-image: url("/wp-content/themes/original/assets/img/01_top/common_footer_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 35px;
    left: 0%;
    width: 670px;
    height: 100px;
    z-index: -1;
    opacity: 0.8;
}

@media (max-width: 845px) {
    .common_footer .common_footer_bg a h2::before {
        width: 100%;
    }
}

.common_footer .common_footer_bg a p {
    color: #fff;
    padding-top: 10px;
}

.common_footer::before, .common_footer::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    /* ぼかす範囲の高さを指定 */
    pointer-events: none;
    z-index: 10;
}

.common_footer::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 5%, rgba(0, 0, 0, 0) 100%);
}

.common_footer::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, black 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, black 5%, rgba(0, 0, 0, 0) 100%);
}

.archive_news_inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
}

@media (max-width: 860px) {
    .archive_news_inner {
        width: 100%;
    }
}

.archive_news_inner .news_card {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.archive_news_inner .news_card_item {
    width: 25%;
    padding: 20px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 1120px) {
    .archive_news_inner .news_card_item {
        padding: 10px;
    }
}

@media (max-width: 960px) {
    .archive_news_inner .news_card_item {
        width: 33.3333%;
    }
}

@media (max-width: 680px) {
    .archive_news_inner .news_card_item {
        width: 50%;
        padding: 10px;
    }
}

.archive_news_inner .news_card_item a {
    text-decoration: none;
    text-align: left;
}

.archive_news_inner .news_card_item a:hover {
    opacity: 0.5;
}

.archive_news_inner .news_card_item a:hover .item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* 少し拡大する */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.archive_news_inner .news_card_item a .item_img {
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

@media (max-width: 680px) {
    .archive_news_inner .news_card_item a .item_img {
        aspect-ratio: 3 / 2;
        width: auto;
        height: auto;
    }
}

.archive_news_inner .news_card_item a .item_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.archive_news_inner .news_card_item a .item_text {
    padding-top: 0.5em;
    padding-left: 0.5em;
}

.archive_news_inner .news_card_item a .item_text span {
    color: #fff;
    font-size: clamp(12px, 6vw, 14px);
}

.archive_news_inner .news_card_item a .item_text p {
    color: #fff;
    font-size: clamp(12px, 6vw, 14px);
}

.pagenation {
    position: relative;
    z-index: 10;
    text-align: center;
}

.pagenation .page-numbers {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 0.5em 1em;
    color: #fff;
}

.pagenation .current {
    background-color: #fff;
    color: #000;
}

.single_news {
    max-width: 1000px;
    margin: 5em auto 0;
    width: 90%;
}

.single_news_item_inner .item_headding span {
    font-size: 14px;
    padding-bottom: 1em;
}

.single_news_item_inner .item_headding h2 {
    font-size: clamp(16px, 4vw, 26px);
    color: #fff;
    padding-bottom: 0.5em;
}

.single_news_item_inner .item_content {
    padding: 1em 0;
    line-height: 1.5;
}

.page_title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
}

.page_title_inner .page_title_inner_body {
    position: relative;
    height: 100%;
    padding: 10em 0 9em;
    margin: 0 auto;
}

.page_title_inner .page_title_inner_body::before, .page_title_inner .page_title_inner_body::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    /* ぼかす範囲の高さを指定 */
    pointer-events: none;
}

.page_title_inner .page_title_inner_body::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, black 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 40%, rgba(0, 0, 0, 0) 100%);
}

.page_title_inner .page_title_inner_body::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, black), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, black 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, black 5%, rgba(0, 0, 0, 0) 100%);
}

.page_title_inner .page_title_inner_body img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page_title_inner .page_title_inner_body h2 {
    font-size: clamp(42px, 3vw, 85px);
    color: #fff;
    display: block;
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

.page_id_80 {
    background-image: url("/wp-content/themes/original/assets/img/00_common/common_footer_bg.jpg");
}

.page_id_103 {
    background-image: url("/wp-content/themes/original/assets/img/00_common/common_footer_bg.jpg");
}

.page_id_105 {
    background-image: url("/wp-content/themes/original/assets/img/00_common/common_footer_bg.jpg");
}

.page_id_107 {
    background-image: url("/wp-content/themes/original/assets/img/00_common/common_footer_bg.jpg");
}

.page_id_109 {
    background-image: url("/wp-content/themes/original/assets/img/05_shopinfo/ttl_bg.png");
}

.page_id_18 {
    background-image: url("/wp-content/themes/original/assets/img/05_shopinfo/ttl_bg.png");
}

.original_ttl {
    background-image: url("/wp-content/themes/original/assets/img/03_original/bg.jpg");
}

.page_history_items {
    margin: 5em 0 0;
}

.page_history_items .page_history_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0em auto;
    position: relative;
    max-width: 1500px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 590px) {
    .page_history_items .page_history_item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page_history_items .page_history_item:nth-child(odd) .history_item_img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page_history_items .page_history_item:nth-child(odd) .history_item_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    padding: 0 5%;
    width: 40%;
}

@media (max-width: 1050px) {
    .page_history_items .page_history_item:nth-child(odd) .history_item_text {
        padding: 0 2%;
        width: 40%;
        margin-right: 10%;
    }
}

@media (max-width: 590px) {
    .page_history_items .page_history_item:nth-child(odd) .history_item_text {
        width: 90%;
        margin-right: 0%;
    }
}

.page_history_items .page_history_item:nth-child(odd) .history_item_text::before {
    right: 0;
}

.page_history_items .page_history_item:nth-child(even) .history_item_img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 590px) {
    .page_history_items .page_history_item:nth-child(even) .history_item_img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.page_history_items .page_history_item:nth-child(even) .history_item_text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    padding: 0 5%;
    width: 40%;
    margin-left: 20%;
    text-align: left;
}

@media (max-width: 1050px) {
    .page_history_items .page_history_item:nth-child(even) .history_item_text {
        padding: 0 2%;
        width: 40%;
        margin-left: 10%;
    }
}

@media (max-width: 590px) {
    .page_history_items .page_history_item:nth-child(even) .history_item_text {
        width: 90%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0%;
    }
}

.page_history_items .page_history_item:nth-child(even) .history_item_text::before {
    left: 0;
    text-align: left;
}

.page_history_items .page_history_item .history_item_img {
    width: 40%;
}

@media (max-width: 1050px) {
    .page_history_items .page_history_item .history_item_img {
        width: 50%;
    }
}

@media (max-width: 590px) {
    .page_history_items .page_history_item .history_item_img {
        width: 90%;
    }
}

.page_history_items .page_history_item .history_item_text {
    position: relative;
}

.page_history_items .page_history_item .history_item_text h3 {
    font-size: 55px;
    color: #fff;
}

.page_history_items .history_item_01::before {
    content: '1891';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_02::before {
    content: '1893';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_03::before {
    content: '1898';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_04::before {
    content: '1900';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_05::before {
    content: '1901';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_06::before {
    content: '1909';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_07::before {
    content: '1914';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_08::before {
    content: '1924';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_09::before {
    content: '1926';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_10::before {
    content: '1928';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_11::before {
    content: '1930';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_12::before {
    content: '1932';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_13::before {
    content: '1933';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_14::before {
    content: '1933';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_15::before {
    content: '1936';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_16::before {
    content: '1939-45';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_17::before {
    content: '1948';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_18::before {
    content: '1949';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_19::before {
    content: '1952';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_20::before {
    content: '1952';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_21::before {
    content: '1955';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_22::before {
    content: '1956';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_23::before {
    content: '1957';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_24::before {
    content: '1964';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_25::before {
    content: '1967';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_26::before {
    content: '1977';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_27::before {
    content: '1989';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_28::before {
    content: '1993';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_29::before {
    content: '1994';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_30::before {
    content: '1997';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_31::before {
    content: '1999';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_32::before {
    content: '2001';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_33::before {
    content: '2002';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_34::before {
    content: '2004';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_35::before {
    content: '2005';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_36::before {
    content: '2008';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_37::before {
    content: '2009';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_38::before {
    content: '2011';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_39::before {
    content: '2012';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_40::before {
    content: '2013';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_41::before {
    content: '2013';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_42::before {
    content: '2014';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_43::before {
    content: '2015';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_44::before {
    content: '2015';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_45::before {
    content: '2016';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_46::before {
    content: '2017';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_47::before {
    content: '2017';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_48::before {
    content: '2017';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_49::before {
    content: '2018';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_50::before {
    content: '2018';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_history_items .history_item_51::before {
    content: '2018';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 200px;
    opacity: 0.05;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 590px) {
    .page_history_item::before {
        display: none;
    }
}

.page_info {
    padding: 5em 0;
}

.page_info_items .page_info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_info_items .page_info_item:nth-child(even) .page_info_img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.page_info_items .page_info_item:nth-child(even) .page_info_text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page_info_items .page_info_item .page_info_img {
    width: 40%;
}

@media (max-width: 700px) {
    .page_info_items .page_info_item .page_info_img {
        display: none;
    }
}

.page_info_items .page_info_item .page_info_text {
    width: 60%;
    padding: 0 5%;
}

@media (max-width: 700px) {
    .page_info_items .page_info_item .page_info_text {
        width: 100%;
    }
}

.page_info_items .page_info_item .page_info_text span {
    font-size: 18px;
}

.page_info_items .page_info_item .page_info_text h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 0.5em;
}

.page_info_items .page_info_item .page_info_text table {
    width: 100%;
    margin-bottom: 3em;
}

.page_info_items .page_info_item .page_info_text table tbody {
    width: 100%;
}

.page_info_items .page_info_item .page_info_text table tbody tr {
    width: 100%;
    border-bottom: solid 1px #fff;
    line-height: 3.5;
}

@media (max-width: 950px) {
    .page_info_items .page_info_item .page_info_text table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.5;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em 0;
    }
}

.page_info_items .page_info_item .page_info_text table tbody tr th {
    text-align: left;
    width: 20%;
}

@media (max-width: 950px) {
    .page_info_items .page_info_item .page_info_text table tbody tr th {
        display: block;
    }
}

.page_info_items .page_info_item .page_info_text table tbody tr td {
    text-align: left;
    width: 80%;
}

@media (max-width: 950px) {
    .page_info_items .page_info_item .page_info_text table tbody tr td {
        display: block;
    }
}

.page_info_items .page_info_item .page_info_text .info_map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_info_items .page_info_item .page_info_text .info_map .info_map_img {
    display: none;
}

@media (max-width: 700px) {
    .page_info_items .page_info_item .page_info_text .info_map .info_map_img {
        display: block;
        width: 50%;
    }
}

@media (max-width: 460px) {
    .page_info_items .page_info_item .page_info_text .info_map .info_map_img {
        width: 100%;
    }
}

.page_info_items .page_info_item .page_info_text .info_map .info_map_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page_info_items .page_info_item .page_info_text .info_map iframe {
    width: 100%;
}

@media (max-width: 700px) {
    .page_info_items .page_info_item .page_info_text .info_map iframe {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .page_info_items .page_info_item .page_info_text .info_map iframe {
        width: 100%;
    }
}

.contact_info, .contact_tel, .contact_form {
    max-width: 1600px;
    margin: 100px auto 0px;
    padding: 0 20px;
}

@media screen and (max-width: 700px) {
    .contact_info, .contact_tel, .contact_form {
        margin: 50px auto 0px;
    }
}

.contact_info {
    max-width: 860px;
}

.contact_info a {
    font-weight: bold;
    color: #fff;
}

.contact_tel_text {
    max-width: 400px;
    margin: 2em auto 0;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
}

.contact_tel .tel_btn {
    text-decoration: none;
}

.contact_tel .tel_btn:hover {
    opacity: 0.5;
}

.contact_tel_name {
    color: #fff;
}

.contact_tel_number {
    font-size: 3rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.contact_tel_time {
    color: #fff;
}

.contact_form {
    max-width: 1024px;
}

.contact_form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_form dl dt {
    width: 20%;
    text-align: center;
    padding: 5px 0px;
}

@media screen and (max-width: 1024px) {
    .contact_form dl dt {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {
    .contact_form dl dt {
        width: 100%;
        padding: 10px 0px 0px;
        text-align: left;
    }
}

.contact_form dl dd {
    width: 80%;
    margin: 7.5px 0px 7.5px;
    padding: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 1024px) {
    .contact_form dl dd {
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .contact_form dl dd {
        width: 100%;
        border-radius: 5px;
    }
}

.contact_form dl dd input {
    width: 100%;
}

.contact_form dl dd textarea {
    width: 100%;
}

.contact_form_required::after {
    content: "必須";
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px;
    padding: 2.5px 10px;
    color: #fff;
    background-color: #5f4c26;
}

.mail_form {
    padding-bottom: 100px;
}

.lower_h3_en, .lower_h3_ja {
    color: #fff;
    display: block;
    text-align: center;
}

.lower_h3_en {
    font-size: 5rem;
    font-weight: normal;
    line-height: 0.9;
    font-family: "mono45-headline", "monospace", "Kanit", sans-serif;
}

@media screen and (max-width: 700px) {
    .lower_h3_en {
        font-size: 4rem;
    }
}

@media screen and (max-width: 400px) {
    .lower_h3_en {
        font-size: 2.4rem;
        line-height: 1;
    }
}

.lower_h3_ja {
    font-size: 1.6rem;
    margin-bottom: 50px;
}

@media screen and (max-width: 400px) {
    .lower_h3_ja {
        font-size: 1.4rem;
    }
}

.privacy {
    max-width: 540px;
    padding: 0px 20px;
    margin: 30px auto;
    background-color: #fafafa;
    border-radius: 5px;
    height: 200px;
    overflow-y: scroll;
}

.privacy_inner {
    margin-bottom: 30px;
}

.privacy_heading {
    text-align: center;
    padding: 20px 0px 10px;
    font-size: 1.8rem;
    color: #5f4c26;
}

.privacy_ttl {
    padding-bottom: 5px;
    color: #000000;
}

.privacy_text {
    font-size: 0.9rem;
    color: #000000;
}

.form_submit {
    max-width: 1024px;
    margin: 30px auto 15px;
}

.Btn_box_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#checkBtn {
    margin: 0px 12px 0px 0px;
}

.Btn_box_2 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: transition(0.7s), transition(0.7s);
    transition: transition(0.7s), transition(0.7s);
    transition: transition(0.7s);
    width: 200px;
    z-index: 1;
    border: 1px solid #fff;
}

.Btn_box_2::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 120%;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
    transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.Btn_box_2::after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 30px;
    position: absolute;
    top: 35%;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 2;
}

.Btn_box_2:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
    transform: skewX(-30deg) scale(1, 1);
}

.Btn_box_2:hover::after {
    padding-left: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Btn_box_2:hover #submitBtn {
    color: #444 !important;
}

#submitBtn {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 20px;
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
}

.single_original {
    max-width: 1000px;
    margin: 5em auto 0;
    width: 90%;
}

.single_original_item_inner .item_headding span {
    font-size: 14px;
    padding-bottom: 1em;
}

.single_original_item_inner .item_headding h2 {
    font-size: clamp(16px, 4vw, 26px);
    color: #fff;
    padding-bottom: 0.5em;
}

.single_original_item_inner .item_img {
    text-align: center;
}

.single_original_item_inner .item_img img {
    text-align: center;
}

.single_original_item_inner .item_gallery ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em;
}

.single_original_item_inner .item_gallery ul li {
    width: 33.3333%;
    padding: 0 1em;
    margin-bottom: 1em;
}

@media (max-width: 680px) {
    .single_original_item_inner .item_gallery ul li {
        width: 50%;
    }
}

.single_original_item_inner .item_gallery ul li a {
    display: block;
    height: clamp(85px, 23.6vw, 200px);
    width: 100%;
    overflow: hidden;
}

.single_original_item_inner .item_gallery ul li a:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.single_original_item_inner .item_gallery ul li a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single_original_item_inner .item_gallery ul li p {
    font-size: clamp(12px, 3vw, 14px);
}

.single_original_item_inner .item_dl {
    margin-top: 5em;
}

.single_original_item_inner .item_dl table {
    width: 100%;
    display: block;
}

.single_original_item_inner .item_dl table tbody {
    display: block;
}

.single_original_item_inner .item_dl table tbody tr {
    border-bottom: solid 1px #cfcfcf;
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

@media (max-width: 430px) {
    .single_original_item_inner .item_dl table tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single_original_item_inner .item_dl table tbody tr th {
    padding-left: 3em;
    width: 30%;
    text-align: left;
    font-weight: normal;
}

@media (max-width: 560px) {
    .single_original_item_inner .item_dl table tbody tr th {
        padding-left: 1em;
    }
}

@media (max-width: 430px) {
    .single_original_item_inner .item_dl table tbody tr th {
        width: 100%;
    }
}

.single_original_item_inner .item_dl table tbody tr td {
    width: 70%;
}

@media (max-width: 430px) {
    .single_original_item_inner .item_dl table tbody tr td {
        width: 100%;
        padding-left: 1em;
    }
}

.single_original_item_inner .item_dl table tbody tr:first-child {
    border-top: solid 1px #cfcfcf;
}

.single_original_item_inner .item_content {
    padding: 1em 0;
    line-height: 1.5;
}

.page_top_lineup {
    width: 90%;
    margin: 0 auto;
    padding: 5em 0;
}

.page_top_lineup .section_hedding_center {
    margin-bottom: 1.5em;
}

.page_top_lineup .section_hedding_center::after {
    background-color: #fff;
}

.page_top_lineup .page_lineup_items .page_lineup_item {
    text-align: center;
    margin-bottom: 2em;
}

.page_top_lineup .page_lineup_items .page_lineup_item a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_top_lineup .page_lineup_items .page_lineup_item a img {
    width: 50%;
}

.page_top_lineup .page_lineup_items .page_lineup_item a .page_lineup_item_txt {
    -o-object-fit: contain;
    object-fit: contain;
    width: 50%;
    padding: 0 15% 0 5%;
}

@media (max-width: 700px) {
    .page_top_lineup .page_lineup_items .page_lineup_item a .page_lineup_item_txt {
        padding: 0 10% 0 5%;
    }
}

@media (max-width: 700px) {
    .page_top_lineup .page_lineup_items .page_lineup_item a .page_lineup_item_txt {
        padding: 0 5% 0 5%;
    }
}
