@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

html {
    font-size: 62.5%;
}


body {
    background: #F4F4F4;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}


a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out
}

a img, a svg {
    transition: 0.3s ease-out;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

img {
    width: 100%;
    height: auto;
    max-width: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

svg{
    fill: currentcolor;
}

ul {
    list-style-type: none;
    padding: 0;
}

.wrapper {
    width: calc(1166 / 1366 * 100%);
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.en {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    letter-spacing: .3rem;
}

/**/

header{
    padding-top: 9rem;
    text-align: center;
}

.logo_text{
    width: 24rem;
    padding-bottom: 7rem;
}

.main_container{
    position: relative;
    text-align: center;
}

.logo_circle{
    width: 22rem;
    padding-bottom: 7.2rem;
}

.main_title{
    font-size: 5rem;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 6rem;
}

.main_text{
    font-size: 2.4rem;
    line-height: 2.4;
    margin: 0;
}

.shop_link_container{
    padding-top: 21rem;
    position: relative;
}

.shop_link_container::before{
    content: "";
    display: block;
    height: 11rem;
    width: .2rem;
    background: #000;
    position: absolute;
    top: -14rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.shop_link{
    font-size: 2.8rem;
    display: block;
    margin: auto;
    text-decoration: underline;
}

.shop_link + .shop_link{
    margin-top: 2.8rem;
}

.shop_link_law{
    padding-top: 3.2rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

.triangle-1,
.triangle-2,
.triangle-3{
    position: absolute;
    width: 5rem;
}

.triangle-1{
    top: 0;
    right: 12rem;
}

.triangle-2{
    top: 0;
    bottom: 0;
    left: 12rem;
    margin: auto;
    transform: rotate(180deg)
}

.triangle-3{
    bottom: 0;
    right: 12rem;
}

footer{
    padding-top: 20rem;
    padding-bottom: 6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer_address{
    font-size: 1.8rem;
    line-height: 2;
    margin: 0;
}

.footer_copyright{
    font-size: 2rem;
    margin: 0;
}


/*確認ページ*/
.kakunin_container{
    text-align: center;
}

.kakunin_text{
    font-size: 2.2rem;
    line-height: 2.4;
    margin: 0;
    padding-bottom: 3.2rem;
}

.kakunin_link{
    background: #000;
    color: #fff;
    padding: 1.6rem 0;
    margin: 1.4rem;
    font-size: 2rem;
    width: 12rem;
    display: inline-block;
}


/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media screen and (min-width: 768px) {
    .display_sp {
        display: none !important;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1080px) {
    html {
        font-size: 58%;
    }
}


@media screen and (max-width: 1079px) and (min-width: 900px) {
    html {
        font-size: 54%;
    }

    .triangle-1,
    .triangle-3{
        right: 6rem;
    }

    .triangle-2{
        left: 6rem;
    }
}

@media screen and (max-width: 899px) and (min-width: 768px) {
    html {
        font-size: 50%;
    }
    
    .triangle-1,
    .triangle-3{
        right: 3rem;
    }

    .triangle-2{
        left: 3rem;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {
    .display_pc {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    /**/

    header{
        padding-top: 5.2rem;
    }

    .logo_text{
        width: 52%;
        padding-bottom: 4.8rem;
    }

    .logo_circle{
        width: 48%;
        padding-bottom: 4rem;
    }

    .main_title{
        font-size: 2.6rem;
        padding-bottom: 3.6rem;
    }

    .main_text{
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .shop_link_container{
        padding-top: 14rem;
    }

    .shop_link_container::before{
        height: 6rem;
        top: -14rem;
    }

    .shop_link{
        font-size: 2rem;
    }

    .shop_link + .shop_link{
        margin-top: 2rem;
    }
    
    .shop_link_law{
        padding-top: 2.8rem;
        font-size: 1.4rem;
    }
    
    .triangle-1,
    .triangle-2,
    .triangle-3{
        width: 2.4rem;
    }

    .triangle-1,
    .triangle-3{
        right: -1rem;
    }

    .triangle-2{
        left: -1rem;
    }

    footer{
        padding-top: 10rem;
    }

    .footer_address{
        font-size: 1.5rem;
        line-height: 1.6;
        width: 100%;
    }

    .footer_copyright{
        padding-top: 3.2rem;
        font-size: 1.6rem;
        width: 100%;
    }
    
    /*確認ページ*/
    .kakunin_container{
        text-align: center;
    }

    .kakunin_text{
        font-size: 2rem;
    }

    .kakunin_link{
        margin: 1.2rem;
    }


}

@media print,
    screen and (max-width: 320px) {
        html {
            font-size: 56%;
        }
}