@charset "utf-8"; 
/*@font-face {
    font-family: "futura";
    src: url("fonts/Futura.ttf") format("truetype");
}*/
/*@font-face {
    font-family: "EngraversGothicBT-regular";
    src: url("../fonts/EngraversGothicBT-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Constantia";
    src: url("../fonts/Constantia.ttf") format("truetype");
}*/

/*start 共通*/
html {
    font-size: calc(10px + (16 - 10) / (480 - 320) * (100vw - 320px) );
    min-height: 0vw;
}

@media (min-width: 481px) {
    html {
        font-size: calc(10px + (14 - 10) / (768 - 481) * (100vw - 481px) );
        min-height: 0vw;
    }
}

@media (min-width: 769px) {
    html {
        font-size:14px;
        min-height: 0vw;
    }
}

@media (min-width: 1200px) {
    html {
        font-size:16px;
    }
}

@media (min-width:481px){ .show-S{ display:none !important; } }
@media (min-width:769px){ .show-MS{ display:none !important; } }
@media (min-width:769px) and (max-width:480px){ .show-M{ display:none !important; } }
@media (max-width:480px){ .show-LM{ display:none !important; } }
@media (max-width:768px){ .show-L{ display:none !important; } }


* {
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
}

body {
    color: #707070;
}

a {
    color: inherit;
    text-decoration: none;
}

body,p {
    margin: 0;
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    line-height: 1;
    font-size:inherit;
}

.image {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}

.image a{
    display:block;
    vertical-align:bottom;
    width:100%;
}

.image img {
    width: 100%;
    display: block;
}

.logo-image img{
    max-width:695px;
}

img {
    vertical-align: bottom;
}

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


[href^="tel:"] {
    color: inherit;
    font-size: inherit;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.skn-bold{
    font-weight:bold;
}
.skn-red{
    color:#f00;
}

/*[href]{
    opacity:1;
    transition:opacity 0.3s ease;
}
[href]:hover{
    opacity:0.5;
}*/

[data-smooth]{
    cursor:pointer;
}

/*start menu_btn*/
.menu_btn{
    width:4rem;
    height:4rem;
    border:1px solid #000;
    position: relative;
    z-index: 11;
    margin-top: 300px;
}
.menu_btn > .menu_btn-inner{
    position:relative;
    padding-top:100%;
    pointer-events: none;
}
.menu_btn > .menu_btn-inner > div{
    width:60%;
    height:5%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;

    transition:transform 0.3s ease, opacity 0.3s ease;
}
.menu_btn > .menu_btn-inner > div:nth-child(1){
    transform:translateY(0.8rem);
}
.menu_btn > .menu_btn-inner > div:nth-child(3){
    transform:translateY(-0.8rem);
}

[data-menuflag="on"] .menu_btn > .menu_btn-inner > div:nth-child(1){
    transform:translateY(0px) rotate(45deg);
}
[data-menuflag="on"] .menu_btn > .menu_btn-inner > div:nth-child(2){
    opacity:0;
}
[data-menuflag="on"] .menu_btn > .menu_btn-inner > div:nth-child(3){
    transform:translateY(0px) rotate(-45deg);
}

.skn-menu_btn{
    border-radius:10%;
}
.menu_btn > .menu_btn-inner > div{
    background-color:#000;
}
/*end menu_btn*/

@media (max-width:768px){
    [data-menuflag="on"],
    [data-menuflag="on"] body{
        overflow:hidden;
    }

    .menu_layer1{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:0%;
        background-color:rgba(0,0,0,0.5);
        overflow:hidden;

        transition:height 0.5s ease;
    }
    .menu_layer2{
        height:100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_layer3{
        position:relative;
        max-height: 100%;
        width: 100%;
        padding: 5rem 0;
        overflow:auto;
    }
    .menu_layer3 > ul{
        height:2000px;
        width:300px;
        margin:auto;
        background-color:#aaa;
    }
    [data-menuflag="on"] .menu_layer1{
        height:100%;
    }
}


/*start swiper*/
.swiper-container .sw-btn-next, .swiper-container .sw-btn-prev {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-container:hover .sw-btn-next, .swiper-container:hover .sw-btn-prev {
    opacity: 1;
}

.sw-btn-next, .sw-btn-prev {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    z-index: 1000;
    border-bottom: 2px solid #fff;
    outline: none;
    cursor: pointer;
}

.sw-btn-next {
    border-right: 2px solid #fff;
    right: 2rem;
    transform: rotate(-45deg);
}

.sw-btn-prev {
    border-left: 2px solid #fff ;
    left: 2rem;
    transform: rotate(45deg);
}
.swiper-container > .sw-pagination{
    position:absolute;
    z-index:10;
    bottom:1.5rem;
    text-align:center;

}
.sw-pagination.swiper-pagination-hidden {
    opacity: 1;
}

.swiper-pagination-bullet {
    background: rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: rgba(215, 0, 15, 1);
}
/*end swiper*/


.pageTop-btn a{
    width: 3rem;
    height: 3rem;
    background-color:rgba(0,0,0,0.5);
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    z-index:100;
    right: 1.2rem;
    bottom: 3rem;
    transition:opacity 0.3s ease;
    pointer-events:none;
    opacity:0;
}

.pageTop-btn a:before{
    content:"";
    display:block;
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom:-0.25rem;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    transform:rotate(45deg);
}
@media (min-width:481px){
    .pageTop-btn a{
        bottom:1.5rem;
    }
}
/*.pageTop-btn a.active{
    pointer-events:auto;
    opacity:1;
}
*/
