/* base.css */
/*--------------------------------------*/

html {
}

body * {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-size: 62.5%;
    color: #4A3931;
    letter-spacing: normal;
    -webkit-text-size-adjust: 100%;
}


/* text link color */
/*--------------------------------------*/
a {
    text-decoration:none;
    transition: all .3s ease;
}

.link-image {
    overflow: hidden;
}
.link-image img {
    transition: all .3s ease;
}
.link-image a:hover img {
    transform: scale(1.075);
}
@media only screen and (max-width: 750px) {
    .link-image a:hover img {
        transform: none;
    }
}


/* wrapper */
/*--------------------------------------*/
#wrapper {
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#wrapper img {
    max-width:100%;
    height:auto;
    vertical-align:bottom;
}

/* section */
section {
    position: relative;
    width: 100%;
}
section .inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    z-index: 1;
}
section .inner.narrow {
    width: 80%;
    max-width: 930px;
}
@media only screen and (max-width: 750px) {
    section .inner {
        width: 80%;
    }
}

/* pc/sp */
.pc {}
.sp {display:none;}


/* flex */
.flex-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* 共通タイトル */
h1.title,
h2.title {
    margin-bottom: 0.35em;
    font-family: "Zain", sans-serif;
    line-height: 1.0;
    font-size: 96px;
    font-weight: 400;
}
p.title-en {
    position: relative;
    margin-bottom: 1.5em;
    font-family: "Zain", sans-serif;
    line-height: 1.8;
    font-size: 24px;
    font-weight: 700;
}
p.title-en:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 820px;
    height: 1px;
    background-color: #4A3931;
    content: "";
}
p.title-sub {
    margin-bottom: 1em;
    line-height: 1.2;
    font-size: 24px;
}
p {
    font-size: 16px;
    font-weight: 500;
}

#kv h1.title,
#kv p.title-en,
#kv p.title-sub {
    color: #ffffff;
}
#kv p.title-en:before {
    background-color: #ffffff;
}

@media only screen and (max-width: 750px) {
    h1.title,
    h2.title {
        margin-bottom: 0.25em;
        font-size: 10.666vw;
    }
    p.title-en {
        margin-bottom: 0em;
        padding-top: 0.25em;
        font-size: 5.333vw;
    }
    p.title-en:before {
        width: 58.133vw;
    }
    p.title-sub {
        font-size: 4.266vw;
    }
    p {
        line-height: 1.4;
        font-size: 3.2vw;
    }
}



/* common font/list */
/*--------------------------------------*/
strong {
    font-weight:700;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align:center !important;
}

.right {
    text-align:right !important;
}

.eol {
    margin-bottom:2.5em !important;
}

.bottom {
    margin-bottom:60px !important;
}

.nm {
    margin-bottom:0 !important;
}

.big {
    font-size:1.4em;
}

.note {
    font-size:0.8em;
}

.red {
    color:#ff0000;
}


/* sup sub */
sup {
    vertical-align:super;
    font-size:0.6em;
}
sub {
    vertical-align:sub;
    font-size:0.6em;
}

ul {
    letter-spacing:-0.5em;
}
ul li {
    letter-spacing:normal;
}


/* margin&padding */
.mb00 { margin-bottom:0 !important; }
.mb05 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }
.mb120 { margin-bottom:120px !important; }
.mb140 { margin-bottom:140px !important; }

.pb00 { padding-bottom:0 !important; }
.pb05 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb45 { padding-bottom:45px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb70 { padding-bottom:70px !important; }
.pb80 { padding-bottom:80px !important; }
.pb90 { padding-bottom:90px !important; }
.pb100 { padding-bottom:100px !important; }
.pb120 { padding-bottom:120px !important; }
.pb140 { padding-bottom:140px !important; }


/* map link */
area {
    outline:0;
}


/* breadcrumbs */

/* pagetop */


/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {


/* pc/sp */
.pc {display:none;}
.sp {display:block;}

/* flex */
.flex-wrap {
    display: block;
}

/* margin&padding */
.mb05 { margin-bottom:0.6vw !important; }
.mb10 { margin-bottom:1.3vw !important; }
.mb15 { margin-bottom:2vw !important; }
.mb20 { margin-bottom:2.6vw !important; }
.mb25 { margin-bottom:3.3vw !important; }
.mb30 { margin-bottom:4vw !important; }
.mb35 { margin-bottom:4.6vw !important; }
.mb40 { margin-bottom:5.3vw !important; }
.mb45 { margin-bottom:6vw !important; }
.mb50 { margin-bottom:6.6vw !important; }
.mb60 { margin-bottom:8vw !important; }
.mb70 { margin-bottom:9.3vw !important; }
.mb80 { margin-bottom:10.6vw !important; }
.mb90 { margin-bottom:12vw !important; }
.mb100 { margin-bottom:13.3vw!important; }
.mb120 { margin-bottom:16vw !important; }
.mb140 { margin-bottom:18.6vw !important; }

.pb05 { padding-bottom:0.6vw !important; }
.pb10 { padding-bottom:1.3vw !important; }
.pb15 { padding-bottom:2vw !important; }
.pb20 { padding-bottom:2.6vw !important; }
.pb25 { padding-bottom:3.3vw !important; }
.pb30 { padding-bottom:4vw !important; }
.pb35 { padding-bottom:4.6vw !important; }
.pb40 { padding-bottom:5.3vw !important; }
.pb45 { padding-bottom:6vw !important; }
.pb50 { padding-bottom:6.6vw !important; }
.pb60 { padding-bottom:8vw !important; }
.pb70 { padding-bottom:9.3vw !important; }
.pb80 { padding-bottom:10.6vw !important; }
.pb90 { padding-bottom:12vw !important; }
.pb100 { padding-bottom:13.3vw !important; }
.pb120 { padding-bottom:16vw !important; }
.pb140 { padding-bottom:18.6vw !important; }


}
/* - 750px end */







