@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.75;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 14px;
    color: #000;
}
a {
    color: #231815;
    text-decoration: none;
}
a > * {
    -webkit-transition:all 200ms linear;
       -moz-transition:all 200ms linear;
        -ms-transition:all 200ms linear;
         -o-transition:all 200ms linear;
            transition:all 200ms linear;
    box-shadow: #fff 0 0 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
@media only screen and (min-width: 769px){
    a:hover > * {
        opacity: 0.6;
    }
}
img {
    vertical-align: bottom;
    max-width: 100%;;
    height: auto;
}
ul,ol {
    list-style: none;
}

/* 各種パーツ定義 */
.bold {
    font-weight: bold;
}
.colbox {
    letter-spacing: -0.4em;
}
.colbox > * {
    letter-spacing: normal;
}
.col {
    display: inline-block;
    vertical-align: top;
}
.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.table-header {
    display: table-header-group;
}
.table-body {
    display: table-row-group;
}
.table-footer {
    display: table-footer-group;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
.image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100%;
}
.image.no-image {
    position: relative;
    background-color: #ccc;
}
.image.no-image:before {
    position: absolute;
    content: 'NO IMAGE';
    font-weight: bold;
    font-size: 1.285rem;
    line-height: 1;
    margin-top: -0.5em;
    color: #fff;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
}
.ac { text-align: center; }
.al { text-align: left; }
.ar { text-align: right; }
.sp {
    display: none !important;
}
@media only screen and (max-width: 768px){
    .sp {
        display:block !important;
    }
    img.sp ,
    br.sp {
        display:inline-block !important;
    }
    .pc {
        display: none !important;
    }
}

/* スマホ対策 */
select,
input[type="email"],
input[type="button"],
input[type="text"],
input[type="number"],
input[type="url"],
input[type="submit"] {
    -webkit-appearance: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
}
input[type="text"]{
    line-height:1;
    padding: 5px 3px;
}
::-webkit-input-placeholder {
    padding-top: 2px;
}
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
