﻿:root{
    --min: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}





.v_type1 .triangle {
    display: block;
    border: #000 solid 2px;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

#header .logo{
    max-width: 200px;
}

#main .main_box {
    top: 5%;
    transform: translateY(0%);
    max-width: 400px;
    z-index: 1;
    left: 2.5%;
}

div.cms_img1{
    position: relative;
}

div.cms_img1:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image:url(./Dup/img/center.png), url(./Dup/img/left.png), url(./Dup/img/right.png);
    background-position: 50% 50%, -3% 50%, 101% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 30%;
    pointer-events: none;
    z-index: 1;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.4));
}

div.cms_img1:after{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 35%;
    pointer-events: none;
    z-index: 1;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.8));
}

.entry{
    display: none;
}

body, .en_font{
    font-family: var(--min);
}

.no{
        color: #f15a24;
}

.copy{
        font-size: 80px;
        font-size: 80px;
            font-size: max(6vw, 30px);
    color: white;
    margin: auto;
    display: block;
    width: 90%;
    margin-right: 10%;
    text-align: right;
}

.orange{
    color:#f15b25;
}

#page_title{
    background-position: center;
    background-attachment: local;
}

.page_title_box{
        color: #fff;
}

#page_title:after {
    background-color: rgba(210, 210, 210, 0.2);
}

.txt_shadow-l {
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}

h2.main_txt{
    color: #1d3951;
        margin-left: 10px;
}

#contents .box .box_item{
    filter: grayscale(0.4);
}

.catch_txt{
    background-color: transparent;
}

#page-top .scroll_u span::before {
    background-color: #f15a24;
}

.top_cms_box {
    padding: 2% 2.5%;
    padding-bottom: 50px;
}

.linkStyle{
color: #f15a24;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

    div.cms_img1:before {
        background-image: url(./Dup/img/center.png), url(./Dup/img/left.png), url(./Dup/img/right.png);
        background-position: 50% 50%, -3% 100%, 101% 100%;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: 80%, 50%, 50%;
        pointer-events: none;
        z-index: 1;
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.4));
    }

.copy{
            color: white;
        margin: auto;
        display: block;
        width: 90%;
        margin-right: 0%;
        margin-left: 5%;
        text-align: left;
        margin-bottom: 45px;
}

div.cms_img1:after {
    background-position: 50% 70%;
    background-size: 45%;
}

#main {
    height: 100dvh !important;
    max-height: 100dvh;
    position: relative;
}

div.cms_img1 {
    height: 100vh;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

div.cms_img1:after {
    background-size: 60%;
        background-position: 50% 80%;
}

h2.main_txt {
    margin-left: 20px;
}

.main_box h1.logo img{
    width: 70% !important;
}

h2.main_txt{
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}

#main .main_box {
    top: 2%;
}

.copy {
    font-size: max(6vw, 35px);
    width: 100%;
}

.catch_txt h2{
        font-size: 30px;
    text-align: center;
}

.shop_info .contact {
    padding: 100px 0;
}

.shop_info h2 {
    font-size: 25px;
}

.page8 .tel a{
            font-size: -webkit-calc(1rem + 0px);
        font-size: calc(1rem + 0px);
}

#page_title p{
            font-size: -webkit-calc(1rem + 14px);
        font-size: calc(1rem + 14px);
}

    div.cms_img1:before {
        background-position: 50% 35%, -3% 50%, 101% 50%;
        background-size: 50%, 50%, 50%;
    }


}