/*=============================================*/

/*                   global version 1.0        */

/*=============================================*/

#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
    position: relative;
}

.box, .box1, .box2, .box3, .box4 {
    position: relative;
}

h1, h2, h3, h4 {
    position: relative;
    z-index: 2;
}

.nav-hide {
    opacity: 1;
    transition: .2s;
}

.navOpen .nav-hide {
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

/*------------ WRAP ------------*/

.wrp {
    margin: 0 5%;
}

.wrp-06 {
    margin: 0 6%;
}

.wrp-09 {
    margin: 0 9%;
}

.wrp-pdd {
    padding: 0 3%;
}

.stc-pad {
    padding: 8% 0;
}

/*------------ MARGIN ------------*/

/*--------- PIXEL ---------*/

/*----- TOP -----*/

.mrt-0 {
    margin-top: 0;
}

.mrt-3 {
    margin-top: 3px;
}

.mrt-5 {
    margin-top: 5px;
}

.mrt-8 {
    margin-top: 8px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrt-13 {
    margin-top: 13px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

/*----- BOTTOM -----*/

.mrb-0 {
    margin-bottom: 0;
}

.mrb-3 {
    margin-bottom: 3px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrb-8 {
    margin-bottom: 8px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrb-15 {
    margin-bottom: 15px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrb-40 {
    margin-bottom: 40px;
}

/*--------- PERCENT ---------*/

/*----- TOP -----*/

.mrt-0p {
    margin-top: 0;
}

.mrt-3p {
    margin-top: 3%;
}

.mrt-5p {
    margin-top: 5%;
}

.mrt-8p {
    margin-top: 8%;
}

.mrt-10p {
    margin-top: 10%;
}

.mrt-13p {
    margin-top: 13%;
}

.mrt-15p {
    margin-top: 15%;
}

.mrt-20p {
    margin-top: 20%;
}

.mrt-25p {
    margin-top: 25%;
}

.mrt-30p {
    margin-top: 30%;
}

.mrt-35p {
    margin-top: 35%;
}

.mrt-40p {
    margin-top: 40%;
}

/*----- BOTTOM -----*/

.mrb-0p {
    margin-bottom: 0;
}

.mrb-3p {
    margin-bottom: 3%;
}

.mrb-5p {
    margin-bottom: 5%;
}

.mrb-8p {
    margin-bottom: 8%;
}

.mrb-10p {
    margin-bottom: 10%;
}

.mrb-15p {
    margin-bottom: 15%;
}

.mrb-20p {
    margin-bottom: 20%;
}

.mrb-25p {
    margin-bottom: 25%;
}

.mrb-30p {
    margin-bottom: 30%;
}

.mrb-35p {
    margin-bottom: 35%;
}

.mrb-40p {
    margin-bottom: 40%;
}

/*----- LEFT -----*/

.mrl-3p {
    margin-left: 3%;
}

.mrl-5p {
    margin-left: 5%;
}

.mrl-6p {
    margin-left: 6%;
}

/*----- RIGHT -----*/

.mrr-3p {
    margin-right: 3%;
}

.mrr-5p {
    margin-right: 5%;
}

.mrr-6p {
    margin-right: 6%;
}

/*------------ PADDING ------------*/

/*--------- PIXEL ---------*/

/*----- TOP -----*/

.pdt-0 {
    padding-top: 0;
}

.pdt-3 {
    padding-top: 3px;
}

.pdt-5 {
    padding-top: 5px;
}

.pdt-8 {
    padding-top: 8px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-13 {
    padding-top: 13px;
}

.pdt-15 {
    padding-top: 15px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-25 {
    padding-top: 25px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-35 {
    padding-top: 35px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-50 {
    padding-top: 50px;
}

/*----- BOTTOM -----*/

.pdb-0 {
    padding-bottom: 0;
}

.pdb-3 {
    padding-bottom: 3px;
}

.pdb-5 {
    padding-bottom: 5px;
}

.pdb-8 {
    padding-bottom: 8px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-13 {
    padding-bottom: 13px;
}

.pdb-15 {
    padding-bottom: 15px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-25 {
    padding-bottom: 25px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-35 {
    padding-bottom: 35px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-45 {
    padding-bottom: 45px;
}

/*--------- PERCENT ---------*/

/*----- TOP -----*/

.pdt-0p {
    padding-top: 0;
}

.pdt-3p {
    padding-top: 3%;
}

.pdt-5p {
    padding-top: 5%;
}

.pdt-8p {
    padding-top: 8%;
}

.pdt-10p {
    padding-top: 10%;
}

.pdt-13p {
    padding-top: 13%;
}

.pdt-15p {
    padding-top: 15%;
}

.pdt-20p {
    padding-top: 20%;
}

.pdt-25p {
    padding-top: 25%;
}

.pdt-30p {
    padding-top: 30%;
}

.pdt-35p {
    padding-top: 35%;
}

.pdt-40p {
    padding-top: 40%;
}

.pdt-45p {
    padding-top: 45%;
}

.pdt-50p {
    padding-top: 50%;
}

.pdt-60p {
    padding-top: 60%;
}

/*----- BOTTOM -----*/

.pdb-0p {
    padding-bottom: 0;
}

.pdb-3p {
    padding-bottom: 3%;
}

.pdb-5p {
    padding-bottom: 5%;
}

.pdb-8p {
    padding-bottom: 8%;
}

.pdb-10p {
    padding-bottom: 10%;
}

.pdb-13p {
    padding-bottom: 13%;
}

.pdb-15p {
    padding-bottom: 15%;
}

.pdb-18p {
    padding-bottom: 18%;
}

.pdb-20p {
    padding-bottom: 20%;
}

.pdb-25p {
    padding-bottom: 25%;
}

.pdb-30p {
    padding-bottom: 30%;
}

.pdb-35p {
    padding-bottom: 35%;
}

.pdb-40p {
    padding-bottom: 40%;
}

/*--- LEFT ---*/

.pdl-3p {
    padding-left: 3%;
}

.pdl-6p {
    padding-left: 6%;
}

/*--- LEFT ---*/

.pdr-3p {
    padding-right: 3%;
}

.pdr-6p {
    padding-right: 6%;
}

/*------------ BACKGROUND ------------*/

.bg-body {
    background: url(../img/shared/bg1.jpg) repeat;
}

.bg-w {
    background: #fff;
}

.bg-blk {
    background: #000;
}

.bg-red {
    background: #1c0600;
}

.bg {
    background: url(../img/shared/bg.jpg) repeat;
}

.bg-1 {
    background: url(../img/shared/bg1.jpg) repeat;
}

.bg-2 {
    background: url(../img/shared/bg2.jpg) repeat;
}

.bg-3 {
    background: url(../img/shared/bg3.jpg) repeat;
}

.bg-4 {
    background: url(../img/shared/bg4.jpg) repeat;
}

.bg-5 {
    background: url(../img/shared/bg5.jpg) repeat;
}

.bg-6 {
    background: url(../img/shared/bg6.jpg) repeat;
}

.bg-7 {
    background: url(../img/shared/bg7.jpg) repeat;
}

.bg-8 {
    background: url(../img/shared/bg8.jpg) repeat;
}

.bg-9 {
    background: url(../img/shared/bg9.jpg) repeat;
}

/* line */

.line {
    position: relative;
}

.line:before, .line:after {
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    height: 6px;
    width: 100%;
}

.line-top:before {
    top: 0;
    background: url(../img/shared/line1.jpg) repeat-x;
}

.line-bot:after {
    background: url(../img/shared/line1.jpg) repeat-x;
    bottom: 0;
}

.line_border-top {
    border-top: 6px solid #000;
}

.line_border-bottom {
    border-bottom: 6px solid #000;
}

/* line text */

.txt_line {
    position: relative;
}

.txt_line.left {
    padding-left: 12%;
}

.txt_line.right {
    padding-right: 12%;
}

.txt_line.top {
    padding-top: 10%;
}

.txt_line.bot {
    padding-bottom: 10%;
}

.txt_line:before, .txt_line:after {
    position: absolute;
    content: "";
    background: #a79d97;
}

.txt_line.left:before {
    left: 5%;
}

.txt_line.right:before {
    right: 5%;
}

.txt_line.bot:before {
    top: 40%;
    bottom: 0;
    width: 1px;
}

.txt_line.top:before {
    top: 0;
    bottom: 40%;
    width: 1px;
}

.txt_line:after {
    width: 100%;
    height: 1px;
    left: 0;
}

.txt_line.top:after {
    top: 4%;
}

.txt_line.bot:after {
    bottom: 4%;
}

/*------------ WIDTH ------------*/

.wth-10 {
    width: 10%;
}

.wth-15 {
    width: 15%;
}

.wth-20 {
    width: 20%;
}

.wth-25 {
    width: 25%;
}

.wth-30 {
    width: 30%;
}

.wth-40 {
    width: 40%;
}

.wth-50 {
    width: 50%;
}

.wth-60 {
    width: 60%;
}

.wth-65 {
    width: 65%;
}

.wth-70 {
    width: 70%;
}

.wth-80 {
    width: 80%;
}

.mr-auto {
    margin: 0 auto;
}

/*------------ DISPLAY ------------*/

.dsp-blk {
    display: block;
}

.dsp-inl {
    display: inline;
}

/*------------ OPCAITY ------------*/

.opt-0 {
    opacity: 0;
}

.opt-1 {
    opacity: 1;
}

/*------------ OTHER ------------*/

.pos-re {
    position: relative;
}

.pos-abs {
    position: absolute;
}

/*------------ Z-Index ------------*/

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.z4 {
    z-index: 4;
}

/* social */

#gmap {
    height: 300px;
}

.youtube {
    height: 300px;
}

/* border */

.brd-w {
    border: 1px solid #fff !important;
}

.brd-b {
    border: 1px solid #000 !important;
}

/*------------ FONT ------------*/

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-19 {
    font-size: 19px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

/* line-height */

.fz-24, .fz-26, .fz-28, .fz-30 {
    line-height: 1.5;
}

.lh-1 {
    line-height: 1;
}

.lh-13 {
    line-height: 1.3;
}

.lh-15 {
    line-height: 1.5;
}

/* font-style */

.txt-lft {
    text-align: left;
}

.txt-rgt {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-just {
    text-align: justify;
}

.fz-bld {
    font-weight: bold;
}

.txt-sd-b-small {
    text-shadow: 1px 1px 0.5px #ffffff;
}

.txt-sd-b {
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.txt-sd-w-small {
    text-shadow: 1px 1px 0.5px #000000;
}

.txt-sd-w {
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000, 0 0 0.2em #000;
}

.txt-vertical {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txt-vertical1 {
    word-break: break-all;
    width: 1em;
    display: inline-block;
    line-height: 1.3 !important;
    font-size: 7.5vw;
    float: right;
    margin: 0 5px;
}

.txt-vertical1 span{
    transform: rotate(90deg);
    position: relative;
    display: block;
    left: -7px;
}

/* txt middle */

.txt-trans-mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

/* image */

.img-right {
    float: right;
    clear: right;
}

.clear {
    clear: both;
}

/* button */

.btn_txt {
    position: relative;
    font-size: 5vmin;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.btn_txt a {
    display: block;
}

.btn_txt:after {
    position: absolute;
    content: "" !important;
    background: url(../img/shared/arrow-right-blk.png) no-repeat;
    display: block !important;
    width: 12px;
    height: 12px;
    right: 20px;
    vertical-align: middle;
    display: inline;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
}

.btn_txt.white:after {
    background: url(../img/shared/arrow-right-white.png) no-repeat;
}

/* title */

.ttl-h2 {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 5px;
}

.ttl-h2 small {
    font-size: 6vw;
}

.ttl-h2 strong {
    font-weight: normal;
    font-size: 10vw;
}

.ttl-line {
    position: relative;
    overflow: hidden;
}

.ttl-line.top {
    padding-top: 60px;
}

.ttl-line.bot {
    padding-bottom: 60px;
}

.ttl-line span {
    position: relative;
    display: block;
}

.ttl-line span:before {
    position: absolute;
    content: "";
    background: #000;
    height: 60px;
    width: 1px;
    text-align: center;
    margin: 0 auto;
    z-index: 9999;
    left: 0;
    right: 0;
}

.ttl-line.white span:before {
    background: #fff;
}

.ttl-line.top span:before {
    transform: translateY(-120%);
    top: 0;
}

.ttl-line.bot span:before {
    transform: translateY(120%);
    bottom: 0;
}

/* arrow */

.arrow {
    position: relative;
}

.arrow:after {
    position: absolute;
    content: "" !important;
    display: block !important;
    width: 12px;
    height: 12px;
    right: 20px;
    vertical-align: middle;
    display: inline;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
}

.arrow-bot:after {
    position: relative;
    top: 0;
    right: 0;
    margin: 15px auto 0;
}

.arrow.right:after {
    background: url(../img/shared/arrow-right-blk.png) no-repeat;
}

.red.right:after {
    background: url(../img/shared/arrow-right-red.png) no-repeat;
}

.white.right:after {
    background: url(../img/shared/arrow-right-white.png) no-repeat;
}

/* toggle arrow */

.toggle .toggle-link:after {
    display: none;
}

.arrow.down:after {
    background: url(../img/shared/arrow-down-blk.png) no-repeat;
}

.red.down:after {
    background: url(../img/shared/arrow-down-red.png) no-repeat;
}

.white.down:after {
    background: url(../img/shared/arrow-down-white.png) no-repeat;
}

/* active */

.active .arrow.down:after, .open.arrow.down:after {
    background: url(../img/shared/arrow-up-blk.png) no-repeat;
}

.active .red.down:after, .open.red.down:after {
    background: url(../img/shared/arrow-up-red.png) no-repeat;
}

.active .white.down:after, .open.white.down:after {
    background: url(../img/shared/arrow-up-white.png) no-repeat;
}

/* no active */

.no-active.arrow.down:after {
    background: url(../img/shared/arrow-down-blk.png) no-repeat;
}

/* color */

.clr-w {
    color: #fff;
}

.clr-blk {
    color: #000;
}

.clr-r {
    color: #970101;
}

/* bxslider */

.bx-wrapper {
    position: relative;
}

.bx-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(-50%);
}

.bxS-bot .bx-controls {
    position: relative;
    top: 0;
    transform: none;
}

/* bxslider control */

.bx-controls-direction {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 99;
}

.pager-bot .bx-controls {
    position: initial;
    top: 0;
    transform: none;
}

.pager-bot .bx-controls-direction {
    top: 50%;
    transform: translateY(-30px);
}

.bx-wrapper .bx-controls-direction a {
    color: #fff;
    background-color: #000;
    font-family: "fontello";
    font-size: 23px;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 31px;
}

.bx-prev::after {
    content: "";
    left: -3px;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
}

.bx-next::after {
    content: "";
    position: absolute;
    text-indent: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
}

.bx-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.bx-next {
    position: absolute;
    top: 0;
    right: 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
}

.bx-pager.bx-default-pager {
    text-align: center;
    position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #000;
    width: 10px;
    height: 10px;
    display: block;
    text-indent: -999px;
    margin: 0 3px;
}

.bxS-blk .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #000;
}

.bxS-blk .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bxS-white .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
}

.bxS-white .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bxS-number .bx-wrapper .bx-pager.bx-default-pager a.active {
    color: #970101;
}

.bxS-number .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: 0;
    border: none;
    background: none !important;
    width: auto;
    height: auto;
    margin: 0 10px;
    font-size: 20px;
}

/*----- RSS -----*/

.rss1 .row {
    display: table;
    width: 100%;
    margin-bottom: 5%;
    padding-bottom: 3%;
}

.rss1 .row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rss1 .rss_img {
    width: 46%;
    padding: 2%;
    display: table-cell;
    vertical-align: middle;
}

.rss1 .rss_img span {
    width: 100% !important;
    padding-bottom: 100%;
    height: inherit !important;
}

.rss1 dl {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    line-height: 25px;
    padding-left: 5%;
}

/* rss2 */

.rss2 .row {
    display: table;
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

.rss2 .row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rss2 .rss_img {
    width: 60%;
    padding: 2%;
    vertical-align: middle;
    margin: 0 auto;
}

.rss2 .rss_img span {
    width: 100% !important;
    padding-bottom: 70%;
    height: inherit !important;
}

.rss2 dl {
    vertical-align: middle;
    line-height: 25px;
    padding-left: 5%;
}

.rss4 {
    text-align: center;
}

.rss4 dl {
    line-height: 25px;
}

/*----- LIST MENU -----*/

.dl-float-left dl {
    margin-bottom: 10px;
}

.dl-float-left dt {
    float: left;
    font-weight: bold;
}

.dl-float-left dd {
    margin-left: 5%;
    float: left;
}

.dl-lft-rgt dl {
    margin: 0 3%;
}

.dl-lft-rgt dt {
    float: left;
    padding-left: 10px;
}

.dl-lft-rgt dd {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.dl-normal dl {
    margin-bottom: 20px;
    line-height: 27px;
}

.dl-normal dt {
    font-weight: 600;
    margin-bottom: 5px;
}

.dl-normal dd {}

/* facebook */

.box_fb {
    margin: 0 auto;
    width: 300px;
}

a {
    text-decoration: none !important;
}

#key .scroll-bot {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 5px;
    z-index: 99;
}

#key .scroll-bot a {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    display: inline-block;
}

/* instarfeed */

#instafeed {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5%;
}

#instafeed li {
    margin: 0 1.5%;
}

.fly {
    -webkit-animation-name: fly;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fly;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -15px)
    }
    to {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes fly {
    0% {
        -moz-transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, -15px)
    }
    to {
        -moz-transform: translate(0, 0)
    }
}

#key .key_center {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    z-index: 98;
}

#key .key_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 98;
}