@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
	font-family: 'Fontin';
	src: url(../fonts/Fontin-Regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Fontin';
	src: url(../fonts/Fontin-Italic.otf) format('opentype');
    font-weight: normal;
    font-style: italic;
}
body {
    font-family: YakuHanJP, "yu-mincho-pr6n", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
}
.sp {
    display: none;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.inner_12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
img {
    max-width: 100%;
}
.en {
    font-family: Fontin, "yu-mincho-pr6n", sans-serif;
}
.gothic {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
}
@media screen and (max-width:640px) {
    .inner,
    .inner_12 {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

header {
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
header .site-logo {
    width: 54px;
}

.mv {
    background: #eef9ff;
    padding: 20px 0;
}
.mv .mv_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv .mv_content .page_ttl {
    font-size: 3.2rem;
    line-height: 1.4;
}
.mv .mv_content .page_ttl .jp {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ac9043;
    position: relative;
    padding-top: 15px;
    margin-top: 10px;
}
.mv .mv_content .page_ttl .gothic::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #ac9043;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:640px) {
    .mv {
        background: #eef9ff;
        padding: 40px 0 15px;
    }
    .mv .mv_content {
        flex-direction: column;
    }
    .mv .mv_content .page_ttl {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 40px;
    }
    .mv .mv_content .page_ttl .gothic {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 500;
    }
    .mv .mv_content .page_ttl .gothic::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*2026VD*/

.mv2026 {
    /* background: #eef9ff; */
    padding: 20px 0;
}
.mv2026 .mv_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv2026 .mv_content .page_ttl {
    font-size: 3.2rem;
    line-height: 1.4;
}
.mv2026 .mv_content .page_ttl .jp {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ac9043;
    position: relative;
    padding-top: 15px;
    margin-top: 10px;
}
.mv2026 .mv_content .page_ttl .gothic::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #ac9043;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:640px) {
    .mv {
        background: #eef9ff;
        padding: 40px 0 15px;
    }
    .mv .mv_content {
        flex-direction: column;
    }
    .mv .mv_content .page_ttl {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 40px;
    }
    .mv .mv_content .page_ttl .gothic {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 500;
    }
    .mv .mv_content .page_ttl .gothic::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .mv2026  {
        /* background: #eef9ff;*/
        padding: 40px 0 15px;
    }
    .mv2026  .mv_content {
        flex-direction: column;
    }
    .mv2026  .mv_content .page_ttl {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 40px;
    }
    .mv2026  .mv_content .page_ttl .gothic {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 500;
    }
    .mv2026  .mv_content .page_ttl .gothic::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }	
}
/*ーー2026VDここまでーー*/

.sec_ttl {
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    letter-spacing: .1em;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.sec_ttl::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #ac9043;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.sec_ttl .en {
    font-size: 4rem;
    font-style: italic;
    color: #cca43a;
    display: block;
    text-align: center;
}
@media screen and (max-width:640px) {
    .sec_ttl {
        margin-bottom: 20px;
    }
    .sec_ttl .en {
        font-size: 3rem;
    }
}

.message {
    padding: 80px 0 0;
    background: url(../images/message_bg.png) no-repeat;
    background-position: center;
}
.message_txt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
}
@media screen and (max-width:640px) {
    .message {
        padding: 40px 0;
    }
}

.new_arrivals {
    padding: 160px 0;
    background-image: url(../images/new_arrivals_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.new_arrivals .txt {
    text-align: center;
    color: #505050;
}
.new_arrivals .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.new_arrivals .content .item {
    width: 260px;
    background-color: #fff;
    position: relative;
}
.new_arrivals .content .item::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 1px #cca43a;
    position: absolute;
    top: 10px;
    left: 10px;
}
.new_arrivals .content .item .item_img {
    text-align: center;
    padding-top: 20px;
}
.new_arrivals .content .item .item_desc {
    padding: 0 20px 20px;
}
.new_arrivals .content .item .item_desc .item_name {
    display: inline;
    font-size: 2.2rem;
}
.new_arrivals .content .item .item_desc .st_txt {
    color: #cca43a;
    font-size: 1rem;
    margin-left: 10px;
}
.new_arrivals .content .item .item_desc .item_txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    color: #505050;
}
@media screen and (max-width:640px) {
    .new_arrivals {
        padding: 40px 0;
        background-size: cover;
    }
    .new_arrivals .content {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        gap: 15px;
    }
    .new_arrivals .content .item {
        width: 260px;
        background-color: #fff;
        position: relative;
    }
}

.lineup {
    background-color: #fff;
    padding: 0 0 80px 0;
}
.lineup .txt {
    text-align: center;
    color: #505050;
}
.lineup .content {
    margin-top: 40px;
}
.lineup .content .lineup_product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.lineup .content .lineup_product:nth-child(2n) {
    flex-direction: row-reverse;
}
.lineup .content .lineup_product .txtarea {
    max-width: 500px;
}
.lineup .content .lineup_product .txtarea .product_name {
    font-size: 2.4rem;
}
.lineup .content .lineup_product .txtarea .price {
    font-size: 1.8rem;
    font-weight: 400;
    color: #505050;
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 1px #cca43a;
    margin-bottom: 20px;
}
.lineup .content .lineup_product .txtarea .price .small {
    font-size: 1.4rem;
    color: #505050;
}
.lineup .content .lineup_product .txtarea .details {
    font-size: 1.4rem;
}
.lineup .content .lineup_product .txtarea .buy_btn {
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    transition: all .2s;
    margin-top: 40px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
}
.lineup .content .lineup_product .txtarea .buy_btn:hover {
    opacity: .8;
    transform: scale(1.01, 1.01);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
}
.lineup .content .lineup_product .txtarea .limited {
    font-size: 1.2rem;
    color: #cca43a;
    padding: 0px 10px;
    border: solid 1px #cca43a;
    width: fit-content;
    margin-bottom: 10px;
}
@media screen and (max-width:640px) {
    .lineup {
        padding: 40px 0;
    }
    .lineup .content .lineup_product {
        flex-direction: column-reverse;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        align-items: center;
    }
    .lineup .content .lineup_product:last-child {
        margin-bottom: 0;
    }
    .lineup .content .lineup_product:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .lineup .content .lineup_product .txtarea {
        max-width: 100%;
        margin-top: 20px;
    }
    .lineup .content .lineup_product .txtarea .product_name {
        font-size: 2rem;
    }
    .lineup .content .lineup_product .txtarea .price {
        font-size: 1.6rem;
    }
    .lineup .content .lineup_product .txtarea .price .small {
        font-size: 1.2rem;
    }
    .lineup .content .lineup_product .txtarea .details {
        font-size: 1.6rem;
    }
    .lineup .content .lineup_product .txtarea .buy_btn {
        margin: 20px auto 0;
    }
    .lineup .content .lineup_product .txtarea .buy_btn:hover {
        opacity: .8;
        transform: scale(1.01, 1.01);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .1);
    }
    .lineup .content .lineup_product .txtarea .limited {
        font-size: 1.2rem;
        color: #cca43a;
        padding: 0px 10px;
        border: solid 1px #cca43a;
        width: fit-content;
        margin-bottom: 10px;
    }
}

.special_offers {
    padding: 80px 0 0;
    background: url(../images/special_bg.jpg);
    background-size: contain;
}
.special_offers .txt {
    text-align: center;
    color: #505050;
}
.special_offers .item_details {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.special_offers .item_details .txtarea {
    width: calc(100% - 540px);
    margin-top: 20px;
}
.special_offers .item_details .txtarea .limited {
    font-size: 1.4rem;
    background-color: #ac9043;
    padding: 2px 10px;
    color: #fff;
    width: fit-content;
}
.special_offers .item_details .txtarea .novelty_name {
    font-size: 2.6rem;
    margin: 10px 0;
}
.special_offers .item_details .txtarea .novelty_txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

/*ーー2026VDーー*/
.special_offers .item_details .txtarea2026 {
    width: calc(100% - 540px);
    margin: 20px;
}
.special_offers .item_details .txtarea2026 .limited {
    font-size: 1.4rem;
    background-color: #ac9043;
    padding: 2px 10px;
    color: #fff;
    width: fit-content;
}
.special_offers .item_details .txtarea2026 .novelty_name {
    font-size: 2.6rem;
    margin: 10px 0;
}
.special_offers .item_details .txtarea2026 .novelty_txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

/*ーー2026VDここまでーー*/

.special_offers .item_gallary {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.special_offers .caution {
    width: 800px;
    margin: 40px auto 0;
    background-color: #f9f9f9;
    padding: 40px;
}
.special_offers .caution .caution_ttl {
    font-size: 2.6rem;
    text-align: center;
}
.special_offers .caution .caution_para {
    margin: 20px 0;
}
.special_offers .caution .sub_ttl {
    font-size: 1.8rem;
}
.special_offers .caution p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #505050;
}
.special_offers .caution ul {
    padding-left: .5em;
    margin-left: .5em;
    list-style: disc;
}
.special_offers .caution ul li {
    font-weight: 400;
    color: #505050;
    margin-bottom: 10px;
}

.special_offers .more_information {
    margin-top: 60px;
    padding: 0 0 60px 0;
    background-color: #f9f9f9;
}
.special_offers .more_information .more_inner {
    width: 800px;
    margin: 0 auto;
}
.special_offers .more_information .more_ttl {
    text-align: center;
    font-size: 3rem;
    color: #cca43a;
    transform: translateY(-50%);
}
.special_offers .more_information .txt {
    text-align: center;
    color: #505050;
}
.special_offers .more_information .txt .b {
    font-size: 1.7rem;
    color: #ac9043;
}
.special_offers .more_information .more_gallary {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}
@media screen and (max-width:640px) {
    .special_offers {
        padding: 40px 0 0;
    }
    .special_offers .item_details {
        flex-direction: column;
    }

/*ーー2026VDーー*/
 .special_offers .item_details .txtarea2026 {
        width: 100%;
        margin: 20px;
    }
    .special_offers .item_details .txtarea2026 .novelty_name {
        font-size: 2.2rem;
        margin: 10px 0 0;
    }
    .special_offers .item_details .txtarea2026 .novelty_txt {
        font-size: 1.4rem;
    }
/*ーー2026VDここまでーー*/

    .special_offers .item_details .txtarea {
        width: 100%;
        margin-top: 20px;
    }
    .special_offers .item_details .txtarea .novelty_name {
        font-size: 2.2rem;
        margin: 10px 0 0;
    }
    .special_offers .item_details .txtarea .novelty_txt {
        font-size: 1.4rem;
    }
    .special_offers .item_gallary {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    .special_offers .item_gallary .img {
        width: calc(50% - 5px);
    }
    .special_offers .caution {
        width: 100%;
        margin: 30px auto 0;
        padding: 30px 20px;
    }
    .special_offers .caution .caution_ttl {
        font-size: 2.2rem;
        text-align: center;
    }
    .special_offers .caution .caution_para {
        margin: 15px 0;
    }
    .special_offers .caution .sub_ttl {
        font-size: 1.6rem;
    }
    .special_offers .more_information {
        margin-top: 60px;
        padding: 0 0 40px 0;
        background-color: #f9f9f9;
    }
    .special_offers .more_information .more_inner {
        width: 100%;
        padding: 0 5%;
    }
    .special_offers .more_information .more_ttl {
        font-size: 2.6rem;
    }
    .special_offers .more_information .txt {
        line-height: 1.5;
        text-align: center;
        color: #505050;
    }
    .special_offers .more_information .txt .b {
        font-size: 1.7rem;
        color: #ac9043;
    }
    .special_offers .more_information .txt .small {
        font-size: 1.2rem;
    }
    .special_offers .more_information .more_gallary {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }
}

.limited_products {
    background: url(../images/special_bg.jpg);
    background-size: contain;
    padding: 80px 0;
}
.limited_products .item_details {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.limited_products .item_details .txtarea {
    width: calc(100% - 540px);
}
.limited_products .item_details .txtarea .limited {
    font-size: 1.4rem;
    background-color: #ac9043;
    padding: 2px 10px;
    color: #fff;
    width: fit-content;
}
.limited_products .item_details .txtarea .novelty_name {
    font-size: 2.6rem;
    margin: 10px 0;
}
.limited_products .item_details .txtarea .novelty_txt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}
.limited_products .details {
    margin-top: 30px;
}
.limited_products .dealer {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
}
.limited_products .dealer h3 {
    color: #ac9043;
    font-size: 2rem;
    margin-bottom: 10px;
}
.limited_products .price_item {
    margin-top: -10px;
}
.limited_products .price_item .number {
    border-bottom: solid 1px #ac9043;
    color: #505050;
    font-size: 1.4rem;
    padding: 10px 0;
}
.limited_products .price_item .number .price {
    font-size: 2.4rem;
    color: #ac9043;
    margin-left: 10px;
}
.limited_products .price_item .caution {
    font-size: 1.4rem;
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
}
@media screen and (max-width:640px) {
    .limited_products {
        padding: 40px 0;
    }
    .limited_products .item_details {
        margin-top: 30px;
        flex-direction: column;
    }
    .limited_products .item_details .txtarea {
        width: 100%;
        margin-top: 20px;
    }
    .limited_products .item_details .txtarea .novelty_name {
        font-size: 2.2rem;
        margin: 10px 0 0;
    }
    .limited_products .item_details .txtarea .novelty_txt {
        font-size: 1.4rem;
    }
    .limited_products .price_item .caution {
        font-size: 1.2rem;
    }
}

.shop_info {
    padding: 80px 0;
}
.shop_info .shops {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 20px;
}
.shop_info .shops .shop_item {
    width: calc(50% - 10px);
    display: flex;
    gap: 20px;
}
.shop_info .shops .shop_item .shop_img {
    width: 200px;
}
.shop_info .shops .shop_item .shop_txt {
    width: calc(100% - 220px);
}
.shop_info .shops .shop_item .shop_txt .shop_name {
    color: #cca43a;
    font-size: 2rem;
}
.shop_info .shops .shop_item .shop_txt .meta01 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 10px 0;
}
.shop_info .shops .shop_item .shop_txt .meta02 {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #606060;
}

@media screen and (max-width:640px) {
    .shop_info {
        padding: 60px 0;
    }
    .shop_info .shops {
        flex-direction: column;
        gap: 40px;
    }
    .shop_info .shops .shop_item {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .shop_info .shops .shop_item .shop_img {
        width: 100%;
    }
    .shop_info .shops .shop_item .shop_txt {
        width: 100%;
    }
    .shop_info .shops .shop_item .shop_txt .shop_name {
        color: #cca43a;
        font-size: 1.8rem;
    }
    .shop_info .shops .shop_item .shop_txt .meta01 {
        margin: 5px 0;
    }
}

.sns {
    padding-bottom: 80px;
}
.sns .sns_inner {
    width: 800px;
    margin: 0 auto;
    background: url(../images/host_bg.jpg) no-repeat;
    padding: 50px 30px;
    border: solid 1px #cca43a;
}
.sns .sns_inner_2 {
    width: 900px;
    margin: 100 auto 0;
    background: url(../images/host_bg.jpg) no-repeat;
    padding: 50px 30px;
    /*border: solid 1px #cca43a;*/
}
.sns .sns_inner p {
    font-size: 1.4rem;
    color: #606060;
    text-align: center;
}
.sns .sns_inner h2 {
    font-size: 2.4rem;
    color: #cca43a;
    text-align: center;
}
.sns .sns_inner .snslinks {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.sns .sns_inner .snslinks .sns_link {
    margin: 0 20px;
}
.sns .sns_inner .snslinks .sns_link a {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .2s;
}
.sns .sns_inner .snslinks .sns_link a:hover {
    opacity: .7;
}
.sns .sns_inner .snslinks .sns_link img {
    width: 40px;
    height: 40px;
}
.sns .sns_inner .snslinks .sns_link .sns_name {
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .sns {
        padding: 0 5% 40px;
    }
    .sns .sns_inner {
        width: 100%;
        padding: 30px 15px;
    }
   .sns .sns_inner_2 {
        width: 100%;
        padding: 30px 15px;
    }
    .sns .sns_inner h2 {
        font-size: 2rem;
    }
}

footer {
    padding: 50px 0;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}
footer .logo_ft {
    width: 140px;
}