/* Base */
@font-face {
    font-family: '游ゴシック';
    src: url('../fonts/YuGothB.woff') format('opentype');
}/* Base */
@font-face {
    font-family: '游ゴシック Medium';
    src: url('../fonts/YuGothM.woff') format('opentype');
}
.font-size-10 {
    font-size: 10px; }

.font-size-11 {
    font-size: 11px; }

.font-size-12 {
    font-size: 12px; }

.font-size-13 {
    font-size: 13px; }

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

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

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

.font-size-17 {
    font-size: 17px; }

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

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

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

.font-size-21 {
    font-size: 21px; }

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

.font-size-23 {
    font-size: 23px; }

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

.font-size-25 {
    font-size: 25px; }

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

.font-size-27 {
    font-size: 27px; }

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

.font-size-29 {
    font-size: 29px; }

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

.font-gray-1 {
    color: #f7f7f7; }

.font-gray-2 {
    color: #e9e9e9; }

.font-gray-3 {
    color: #d9d9d9; }

.font-gray-4 {
    color: #c9c9c9; }

.font-gray-5, .block-heading-1 span {
    color: #b8b8b8; }

.font-gray-6 {
    color: #a8a8a8; }

.font-gray-7, body {
    color: #939393; }

.font-gray-8 {
    color: #7b7b7b; }

.font-gray-9 {
    color: #636363 #4d4d4d; }

.font-gray-10 {
    color: #353535; }

.border-gray-1 {
    border-color: #f7f7f7; }

.border-gray-2 {
    border-color: #e9e9e9; }

.border-gray-3 {
    border-color: #d9d9d9; }

.border-gray-4 {
    border-color: #c9c9c9; }

.border-gray-5 {
    border-color: #b8b8b8; }

.border-gray-6 {
    border-color: #a8a8a8; }

.border-gray-7 {
    border-color: #939393; }

.border-gray-8 {
    border-color: #7b7b7b; }

.border-gray-9 {
    border-color: #636363 #4d4d4d; }

.border-gray-10 {
    border-color: #353535; }

.bg-gray-1 {
    border-color: #f7f7f7; }

.bg-gray-2 {
    border-color: #e9e9e9; }

.bg-gray-3 {
    border-color: #d9d9d9; }

.bg-gray-4 {
    border-color: #c9c9c9; }

.bg-gray-5 {
    border-color: #b8b8b8; }

.bg-gray-6 {
    border-color: #a8a8a8; }

.bg-gray-7 {
    border-color: #939393; }

.bg-gray-8 {
    border-color: #7b7b7b; }

.bg-gray-9 {
    border-color: #636363 #4d4d4d; }

.bg-gray-10 {
    border-color: #353535; }

.letter-spacing-1 {
    letter-spacing: 0.1em; }

.letter-spacing-2 {
    letter-spacing: 0.2em; }

.border-w-1 {
    border-width: 1px; }

.border-w-2 {
    border-width: 2px; }

.border-w-3 {
    border-width: 3px; }

.border-w-4 {
    border-width: 4px; }

.border-w-5 {
    border-width: 5px; }

.primary-black--hover {
    background: #f15a24;
    color: #fff; }
.primary-black--hover:hover {
    background: #000;
    color: #fff; }

.primary-dark--hover {
    background: #f15a24;
    color: #fff; }
.primary-dark--hover:hover {
    background: gray;
    color: #fff; }

.primary-primary-outline--hover {
    background: #f15a24;
    color: #fff; }
.primary-primary-outline--hover:hover {
    border-color: #f15a24;
    background: transparent; }

.primary-outline-primary--hover {
    background: transparent;
    border-color: #f15a24; }
.primary-outline-primary--hover:hover {
    color: #fff;
    background: #f15a24; }
html {
    min-width: 1024px;
    width: 100%;
    max-width: 100%;
}
@media (max-width:1120px) {
    html{
        min-width: 768px; 
        max-width:100%;
    }
}@media (max-width: 850px) {
    html{
        min-width: 768px;  
        max-width:100%;
    }
}
@media (max-width: 453.99px) {
    html{
        min-width: 375px;    
    }
}
body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;

    font-family: "游ゴシック","游ゴシック体", YuGothic, "Yu Gothic", serif;
    font-weight: 600;

}
/*
@media (max-width: 1120px) {
    body{
        font-size: 20px
    }
    
}
@media (max-width: 1081px) {
    body{
        font-size: 18px;
    }
    .mobile-letter{
        letter-spacing: -0.5px;
    }
    
}*/
@media  (max-width: 454px) and (max-width: 1120px) {
    body{
        font-size: 14px
    }
    .mobile-letter{
        letter-spacing: -0.5px;
    }
    
}
@media (max-width: 453.99px) {
    body {
        font-size: 12px;
    }
    .mobile-letter{
        letter-spacing: -1.5px;
    }
    .mobile-left{
        text-align: left;
    }
}

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

::selection {
    background: #000;
    color: #fff; }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
@media (max-width: 453.99px) {
    h1, .h1 {
        font-size: 1rem!important;
        line-height: 1rem!important;
        line-height: 1em;
    }
}
@media (max-width: 453.99px) {
    h3{
        letter-spacing: -2px;
    }
}

.border-2 {
    border-width: 2px; }

.btn.btn-white-outline {
    border-color: #fff;
    background: transparent;
    color: #fff; }
.btn.btn-white-outline:hover {
    color: #000;
    background: #fff; }

.text-black {
    color: #000 !important; }

.bg-black {
    background: #000 !important; }

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2; }
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
    line-height: 1 !important; }

.bg-black {
    background: #000; }

.form-control {
    height: 55px;
    background: #fff !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.form-control:active, .form-control:focus {
    border-color: #f15a24; }
.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
    padding: 2.5em 0; }
@media (min-width: 851px) {
    .site-section {
        padding: 5em 0; } }
.site-section.site-section-sm {
    padding: 4em 0; }

.site-footer {
    padding: 60px 0;
    background: url(../images/base/bg_footer.png);
    background-position: center;
    background-size: auto 200px; }
/*@media (max-width: 1120px) {
    .site-footer {
        background: url(../images/tab/base/bg_footer.jpg);
        padding: 65px 0; 
        background-size: 100% 100%;

    }
}
@media(max-width: 1081px) {
    .site-footer {
        background-size: 100% 200px;
    }
}@media (max-width:991.98px) {
    .site-footer {
        background-size: 100% 200px;
    }
}*/
@media (min-width: 434px) and (max-width:1120px) {
    .site-footer {
        background: url(../images/tab/base/bg_footer.jpg);
        padding: 46.5px 0; 
        background-size: 1120px 141px;
        background-repeat: no-repeat;
    } }
@media (max-width: 453.99px) {
    .site-footer {
        background: url(../images/sp/base/bg_footer.jpg);
        padding: 46px 0; 
        background-size: 100% 140px;;

    }
}

.site-footer p {
    color: #737373; }
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
.site-footer a {
    color: #999999; }
.site-footer a:hover {
    color: white; }
.site-footer ul li {
    margin-bottom: 10px; }
.site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
    overflow: hidden;
    position: relative; }
@media (max-width: 1120px) {
    .hover-bg-enlarge {
        height: auto !important; } }
.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
@media (max-width: 1120px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important; } }

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
.bg-image.overlay {
    position: relative; }
.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(52, 58, 64, 0.4); }
.bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 1120px) {
    .img-md-fluid {
        max-width: 100%; } }

@media (max-width: 1120px) {
    .display-1, .display-3 {
        font-size: 3rem; } }

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
.play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
    margin-top: -150px; }

.ul-check {
    margin-bottom: 50px; }
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute; }
.ul-check.white li:before {
    color: #fff; }
.ul-check.success li:before {
    color: #8bc34a; }
.ul-check.primary li:before {
    color: #f15a24; }

.select-wrap, .wrap-icon {
    position: relative; }
.select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
.select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.top-bar {
    border-bottom: 1px solid #e9ecef !important; }

/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    /*padding: 1rem;*/ }
@media (max-width: 1120px) {
    .site-navbar {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
@media (max-width: 453.99px) {
    .site-navbar {
        padding: 7px 20px 7px 20px;
    }

}
.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
    top:7px;}
@media(max-width: 1120px) {
    .site-navbar .toggle-button {
        position: absolute;
        right: 30px; }
}@media (max-width: 850px) {
    .site-navbar .toggle-button {
        position: absolute;
        right: 0; }
}@media (max-width: 453.99px) {
    .site-navbar .toggle-button {
        position: absolute;
        right: 9px;
        top:7px;}
}
@media (max-width: 390px) {
    .site-navbar .toggle-button {
        position: absolute;
        right: 30px;
        top:7px;}
}
.site-navbar .site-logo {
    position: relative;
    margin: 0 240px 0 0px;
    padding: 0;
    z-index: 3; 
    width: 125px;}

@media (max-width: 1799px) {
    .site-navbar .site-logo {
        margin: 0 100px 0 0px;
    }

}
@media (max-width: 1299px) {
    .site-navbar .site-logo {
        margin: 0 80px 0 0px;
    }

}
@media (max-width: 1200px) {
    .site-navbar .site-logo {
        margin: 0 50px 0 0px;
    }

}
@media (max-width: 1190px) {
    .site-navbar .site-logo {
        margin: 0 40px 0 0px;
    }

}
@media (max-width: 1140px) {
    .site-navbar .site-logo {
        margin: 0 30px 0 0px;
    }

}
/*@media (max-width: 1120px) {
    .site-navbar .site-logo {
        float: none;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

}
@media(max-width: 1081px) {
    .site-navbar .site-logo {
        margin: 0 20px 0 0px;
    }

}*/

@media (min-width:454px) and (max-width: 1120px) {
    .site-navbar .site-logo {
        float: none;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    width: 92px;} }
@media (max-width: 453.99px) {
    .site-navbar .site-logo {
        width: 92px;
        margin-left: 0;
    }

}
@media (max-width: 453.99px) {
    .site-navbar .site-logo {
        height: 25px;
        line-height: 1em;
        top:10px;
        left:30px;
        transform: translate(-0, -0);
        -webkit-transform: translate(-0, -0);
        -ms-transform: translate(-0, -0);
    } 
}
.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0;
    /*padding-top: 10px;*/
}
.site-navbar .site-navigation .site-menu .active {
    color: #f15a24 !important;
    display: inline-block; }
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
    display: inline-block; }
.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 0px;
    margin-right: 75px;
    padding: 28px 0px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 2px solid transparent; }
@media (max-width: 1799px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 3em;
    }

}@media (max-width: 1400px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 2.4em;
    }

}@media (max-width: 1350px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 2em;
    }

}@media (max-width: 1200px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 1.5em;
    }

}@media (max-width: 1115px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 1em;
    }

}
@media(max-width: 1081px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-right: 1em;
        letter-spacing: -1px;
    }
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff; }
.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #f15a24;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #f15a24 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f4f5f9;
    color: #25262a; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #f15a24; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2000;
    /*padding-top: 20px;*/
    background: rgba(255,255,255,0.98);
    height: calc(90vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;}
@media (min-width: 451px){
    .site-mobile-menu .site-mobile-menu-header {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 60px;
        margin: 10px auto 60px;
    }
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
@media (min-width:454px) and (max-width: 1120px){
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 0;
        right: 50px;
        position: absolute;
    }
}
/*@media (max-width: 850px){
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
        margin-right: 50px;}
}*/
@media (max-width: 453.99px){
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
        margin-right: 0px;}
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color:#f15a24;}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: 100vh;
    padding-bottom: 150px;
    background: rgba(255,255,255,1);}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 15px 0px;
    text-align: center;
    display: block;
    position: relative;
    color: #333333;
    border-top: 1px solid #f15a24;
    max-width: 250px;
    margin: 0 auto;}


.site-mobile-menu .site-nav-wrap a:hover {
    color: #f15a24; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #f15a24; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 0px;
    font-size: 14px; }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important; }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%; 
    height: 80px!important;}
/*@media (max-width: 1120px) {
    .sticky-wrapper {
        height: 70px!important;
        padding: 0;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 0px;
        font-size: 20px; }
}
@media(max-width: 1081px) {
    .sticky-wrapper {
        height: 65px!important;
        padding: 0;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 0px;
        font-size: 20px; }
}*/
@media (min-width:454px) and (max-width: 1120px) {
    .sticky-wrapper {
        height:50px!important;
        padding: 0;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 0px;
        font-size: 20px; }
}
@media (max-width: 450px) {
    .site-mobile-menu .site-nav-wrap > li > a {
        font-size: 14px; }
}
.site-mobile-menu .site-nav-wrap a {
        max-width: 700px;
    }
@media (max-width: 453.99px) {
    .sticky-wrapper {
        height: 50px!important;
    }
}
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar {
    /* background: linear-gradient(90deg,#f15a24 60%,#fcbe21);*/
    background: url(../images/base/header.jpg);
    background-size: cover;
    background-position: center;
    /*padding: 5px 0 6px !important;*/
    max-height: 80px;
}
.owl-carousel{
        margin-top:-80px; 
}
/*@media (max-width: 1120px) {
    .sticky-wrapper .site-navbar {
        background: rgba(255,255,255,0.9);
        padding: 10px 0 0;
        height: 70px;
    }
    .owl-carousel{
        margin-top:-70px; 
    }
}
@media(max-width: 1081px) {
    .sticky-wrapper .site-navbar {
        background: rgba(255,255,255,0.9);
        padding: 10px 0 0;
        height: 65px;
    }
    .owl-carousel{
        margin-top:-65px; 
    }
}*/
@media (min-width:454px) and (max-width: 1120px) {
    .sticky-wrapper .site-navbar {
        background: rgba(255,255,255,0.9);
        padding: 0 0 0;
        height: 50px;
    }
    .owl-carousel{
        margin-top:-50px; 
    }
}@media (max-width: 453.99px) {
    .sticky-wrapper .site-navbar {
        background: rgba(255,255,255,0.9);
        max-height: 50px;
        padding: 0 0 0;
        height: 50px;
    }  
    .owl-carousel{
        margin-top:-50px; 
    }
}
.sticky-wrapper .site-navbar .site-logo a {
    color: #fff; }
.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important; }
.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar {
    /*background: linear-gradient(90deg,#f15a24 60%,#fcbe21);*/
    background: url(../images/base/header.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); 
    min-height: 80px!important;
    /*padding: 5px 0 6px !important;*/

}
/*@media (max-width: 1120px) {
    .sticky-wrapper.is-sticky .site-navbar {
        background: linear-gradient(90deg,#f15a24 60%,#fcbe21);
        background: rgba(255,255,255,0.9);

    }   
}
@media(max-width: 1081px) {
    .sticky-wrapper.is-sticky .site-navbar {
        background: linear-gradient(90deg,#f15a24 60%,#fcbe21);
        min-height: 65px!important;

    }   
}*/
@media (min-width:454px) and (max-width: 1120px) {
    .sticky-wrapper.is-sticky .site-navbar {
        /*background: linear-gradient(90deg,#f15a24 60%,#fcbe21);*/
        min-height: 50px!important;
        min-height: 50px!important;
        background: rgba(255,255,255,0.9);

    }   
}
@media (max-width: 453.99px) {
    .sticky-wrapper.is-sticky .site-navbar {
        background: rgba(255,255,255,0.9);
        min-height: 50px!important;

    }   
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #f15a24; }
.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #fff !important; }
.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
/*@media (max-width: 1120px) {
    .sticky-wrapper .shrink {
        padding-top: 10px !important;
        padding-bottom: 10px !important; } }    */
@media (min-width:454px) and (max-width: 1120px) {
    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important; } }    
@media (max-width: 453.99px) {
    .sticky-wrapper .shrink {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }

/* Blocks */
.site-section-cover {
    position: relative; }
.site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2; }
.site-section-cover, .site-section-cover .container > .row {
    height: 1028px;
    min-height: 1028px; }
@media (max-width: 1366px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 670px;
        min-height: 500px;        
    }
}
/*  @media (max-width: 1120px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 938px;
        height: 600px;
        min-height: 400px; } }
@media(max-width: 1081px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 800px;
        min-height: 500px;        
    }

}*/
@media (min-width:454px) and (max-width: 1120px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 600px;
        min-height: 500px;        
    }

}
@media (max-width: 453.99px) {
    .site-section-cover, .site-section-cover .container > .row {
        height: 280px!important;
        min-height: 280px; } }
.site-section-cover.overlay {
    position: relative; }
.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 58, 64, 0.3);
    z-index: 1; }
.site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
.site-section-cover.img-bg-section {
    background-image: url(../images/main-vis.png);
    background-size: cover;
    background-repeat: no-repeat; 
    max-height: 1028px;
    background-position: center;
    height: 1028px;  
}
@media (max-width: 1366px) {
    .site-section-cover.img-bg-section {
        height: 670px;
    }
}
/*@media (max-width: 1120px) {
    .site-section-cover.img-bg-section {
        background-image: url(../images/main-vis-tab.jpg);
        height: 938px;
        height:600px;
    }
}
@media(max-width: 1081px) {
    .site-section-cover.img-bg-section {
        height: 800px;
    }
}*/

@media (min-width:454px) and (max-width:1120px) {
    .site-section-cover.img-bg-section {
        height: 600px;
        background-image: url(../images/main-vis-tab.png);
        background-size: 1335px 600px;
    }
}
@media(max-width: 453.99px) {
    .site-section-cover.img-bg-section {
        height: 600px;
        background-image: url(../images/main-vis-sp.png);
        background-size: 100% 280px;
    }
}*
.site-section-cover h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1; }
.site-section-cover p {
    font-size: 30px;
    color: #fff;
    letter-spacing: 7.5px;
    padding-top: 0px;
    line-height: 1;
    margin-top: -22px;}
/*@media (max-width: 1120px) {

    .site-section-cover p {
        font-size:3.2917139614074915vh;
        letter-spacing: 3px;
    }
}
@media(max-width: 1081px) {
    .site-section-cover p {
        font-size: 26px;
    }
}*/
@media (min-width:454px) and (max-width: 1120px) {
    .site-section-cover p {
/*        font-size: 14px;*/
font-size: 20px;
margin-top: 0;
    }
}
@media (max-width: 453.99px) {
    .site-section-cover p {
        font-size: 14px;
        letter-spacing: 0px;
        padding-top:10px;
        margin-top: 0;
    }

}

.site-section {
    padding: 100px 0 0; }
/*@media (max-width: 1120px) {
    .site-section {
        padding: 112px 0 0; } }*/
@media(max-width: 1120px) {
    .site-section {
        padding: 78px 0 0; } }
@media (max-width: 453.99px) {
    .site-section {
        padding: 40px 0; } }

.gradient-bg-1, .block-feature-1 .icon {
    background: #51eaea;
    background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
    background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
    background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51eaea', endColorstr='#499bea', GradientType=0 ); }



.block-feature-1-wrap {
    margin-bottom: 7rem; }
.block-feature-1-wrap > .container > .row {
    margin-left: -18px;
    margin-right: -18px; }
.block-feature-1-wrap > .container > .row > .col,
.block-feature-1-wrap > .container > .row > [class*="col-"] {
    padding-right: 36px;
    padding-left: 36px; }

.block-feature-1 {
    background: #f2f2f2;
    padding: 30px 30px 30px 50px;
    position: relative; }
.block-feature-1 h2 {
    font-size: 18px; }
.block-feature-1 .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
.block-feature-1 .icon > span {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-img-video-1-wrap .block-img-video-1 {
    position: relative;
    margin-top: -10rem; }

.block-img-video-1 > a {
    display: block;
    position: relative;
    cursor: pointer; }
.block-img-video-1 > a .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff; }
.block-img-video-1 > a .icon > span {
    position: absolute;
    top: 50%;
    font-size: .8rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000; }

.block-counter-1 {
    text-align: center; }
.block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1; }
.block-counter-1 .number {
    color: #f15a24;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3); }
.block-counter-1 .caption {
    font-size: 14px;
    color: #000;
    letter-spacing: .05em; }

.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef; }
.block-team-member-1 figure img {
    width: 130px; }

.block-social-1 > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative; }
.block-social-1 > a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-testimony-1 {
    padding: 20px; }
.block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;}
.block-testimony-1 figure {
    position: relative;
    padding-top: 20px; }
.block-testimony-1 figure:before {
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    display: none;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f15a24;
    height: 2px; }
.block-testimony-1 figure img {
    max-width: 60px; }
.block-testimony-1 h3 {
    font-size: 18px; }

.block-13 .owl-nav {
    display: none; }

.block-13 .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; }
.block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
.block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cccccc; }
.block-13 .owl-dots .owl-dot.active span {
    background: #f15a24; }

.post-entry {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.post-entry:hover {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
.post-entry h2 {
    font-size: 20px; }
.post-entry *:last-child {
    margin-bottom: 0; }

.by {
    color: #000;
    border-bottom: 1px dotted #ccc; }
.by:hover {
    border-bottom: 1px dotted #f15a24; }

.form-control {
    border: none;
    -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; }
.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.2) !important; }

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff; }
.sidebar-box *:last-child {
    margin-bottom: 0; }
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none; }
.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.categories li a, .sidelink li a {
    display: block; }
.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc; }
.categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
    clear: both; }

.comment-list {
    padding: 0;
    margin: 0; }
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
.comment-list li .vcard {
    width: 80px;
    float: left; }
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%; }
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px); }
.comment-list li .comment-body h3 {
    font-size: 20px; }
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc; }
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px; }
.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3; }

.search-form {
    background: #f7f7f7;
    padding: 10px; }
.search-form .form-group {
    position: relative; }
.search-form .form-group input {
    padding-right: 50px; }
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em; }
.post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.slide {
    height: 100vh;
    min-height: 900px;
    background-size: cover; }

.btn-md {
    padding: 8px 20px; }

.border-w-2 {
    border-width: 2px !important; }

.block__73694 .block__73422 {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat; }
@media (max-width: 1120px) {
    .block__73694 .block__73422 {
        height: 400px; } }

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.4); }
.slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; }

.slide-one-item .owl-nav .owl-prev {
    left: 20px; }

.slide-one-item .owl-nav .owl-next {
    right: 20px; }

/*================================
add
=====================================*/
/*base*/
p{
    color: #f15a24;
}
/*br*/
@media (max-width: 1299px) {
    .br1300{
        display: none;
    }
}
@media (max-width: 1299px) {
    .brsp{
        display: none;
    }
}

@media (max-width: 453.99px) {
    .brsp450none{
        display: none;
    }
}
@media (max-width:991.98px) {
    .brsp810none{
        display: none;
    }
}
@media (min-width: 453.99px) {
    .brsp450{
        display: none;
    }
}
@media (max-width:991.98px) and (min-width:453.99px) {
    .brsp810none450{
        display: none;
    }
}
@media (max-width:1120px) and (min-width:453.99px) {
    .brtabnone{
        display: none;
    }
}
@media (min-width:1120px){
    .brtab{
        display: none;
    } 
}
@media (max-width:453px){
    .brtab{
        display: none;
    } 
}
@media (min-width:1120px){
    .brtabsp{
        display: none;
    } 
}
@media (max-width:1120px){
    .brtabspnone{
        display: none;
    } 
}


/*font-color*/
.c-white{
    color: #fff!important;
}
/*paddign*/
.pt-100{
    padding-top: 100px;
}
.pt-150{
    padding-top: 150px;
}
.pt-25{
    padding-top: 25px;
}
.mb-15{
    margin-bottom: 15px;  
}
.mb-35{
    margin-bottom: 35px;  
}
.mb-40{
    margin-bottom: 40px;  
}
.mb-55{
    margin-bottom: 0px;
}
.mb-70{
    margin-bottom: 70px;  
}
.mb-75{
    margin-bottom: 75px;  
}
.mb-80{
    margin-bottom: 50px;  
}
.mb-95{
    margin-bottom: 95px;  
}
.mb-90{
    margin-bottom: 90px;
}
.mb-150{
    margin-bottom: 50px;
}.mb-155{
    margin-bottom: 155px;
}
.mb-240{
    margin-bottom: 240px;
}
/*@media (max-width:1120px) {
    .pt-100{
        padding-top: 70px;
    }
    .pt-150{
        padding-top: 150px;
    }
    .pt-25{
        padding-top: 25px;
    }
    .mb-15{
        margin-bottom: 15px;  
    }
    .mb-35{
        margin-bottom: 35px;  
    }
    .mb-40{
        margin-bottom: 40px;  
    }
    .mb-55{
        margin-bottom: 0px;
    }
    .mb-70{
        margin-bottom: 80px;  
    }.mb-70-01{
        margin-bottom: 70px;  
    }
    .mb-75{
        margin-bottom: 75px;  
    }
    .mb-80{
        margin-bottom: 70px;  
    }
    .mb-95{
        margin-bottom: 95px;  
    }
    .mb-90{
        margin-bottom: 65px;
    }
    .mb-150{
        margin-bottom: 0px;
    }.mb-155{
        margin-bottom: 115px;
    }
    .mb-240{
        margin-bottom: 95px;
    }
}@media (max-width:1080px) {
    .pt-100{
        padding-top: 65px;
    }
    .pt-150{
        padding-top: 150px;
    }
    .pt-25{
        padding-top: 25px;
    }
    .mb-15{
        margin-bottom: 15px;  
    }
    .mb-35{
        margin-bottom: 35px;  
    }
    .mb-40{
        margin-bottom: 40px;  
    }
    .mb-55{
        margin-bottom: 0px;
    }
    .mb-70{
        margin-bottom: 65px;  
    }.mb-70-01{
        margin-bottom: 65px;  
    }
    .mb-75{
        margin-bottom: 75px;  
    }
    .mb-80{
        margin-bottom: 70px;  
    }
    .mb-95{
        margin-bottom: 95px;  
    }
    .mb-90{
        margin-bottom: 65px;
    }
    .mb-150{
        margin-bottom: 0px;
    }.mb-155{
        margin-bottom: 115px;
    }
    .mb-240{
        margin-bottom: 85px;
    }
}*/
@media(min-width: 454px) and (max-width: 1120px)  {
    .pt-100{
        padding-top: 50px;
    }
    .pt-150{
        padding-top: 150px;
    }
    .pt-25{
        padding-top: 14px;
    }
    .mb-15{
        margin-bottom: 20px;  
    }
    .mb-35{
        margin-bottom: 35px;  
    }
    .mb-40{
        margin-bottom: 40px;  
    }
    .mb-55{
        margin-bottom: 0px;
    }
    .mb-70{
        margin-bottom: 50px;  
    }.mb-70-01{
        margin-bottom: 50px;  
    }
    .mb-75{
        margin-bottom: 75px;  
    }
    .mb-80{
        margin-bottom: 50px;  
    }
    .mb-95{
        margin-bottom: 95px;  
    }
    .mb-90{
        margin-bottom: 50px;
    }
    .mb-95{
        margin-bottom: 50px;
    }
    .mb-150{
        margin-bottom: 0px;
    }.mb-155{
        margin-bottom: 78px;
    }
    .mb-240{
        margin-bottom: 70px;
    }
}@media (max-width: 453.99px) {
    .pt-100{
        padding-top: 25px;
    }
    .pt-150{
        padding-top: 10px;
    }
    .pt-25{
        padding-top: 15px;
    }
    .mb-15{
        margin-bottom: 10px;  
    }
    .mb-20{
        margin-bottom: 20px!important;  
    }
    .mb-35{
        margin-bottom: 35px;  
    }
    .mb-40{
        margin-bottom: 30px;  
    }
    .mb-55{
        margin-bottom: 25px;
    }
    .mb-70{
        margin-bottom: 25px;  
    }.mb-70-01{
        margin-bottom: 25px;  
    }

    .mb-75{
        margin-bottom: 75px;  
    }
    .mb-80{
        margin-bottom: 40px;  
    }
    .mb-95{
        margin-bottom: 50px;  
    }
    .mb-90{
        margin-bottom: 50px;
    }
    .mb-150{
        margin-bottom: 10px;
    }.mb-155{
        margin-bottom: 20px;
    }
    .mb-240{
        margin-bottom: 10px;
    }
    .p0{
        padding-left: 0!important;
        padding-right: 0!important;
    } 
}
/*h2*/
.block-heading-1 h2 {
    font-size: 65px;
    color: #f15a24; 
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 2px;    
}
.block-heading-1 span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    color: #f15a24;   
    font-weight: 600;
    font-size: 20px;
    padding-top: 18px;
}
/*@media (max-width: 1120px) {
    .block-heading-1 span {
        font-size: 26px;
    }
}
@media(max-width: 1081px) {
    .block-heading-1 h2 {
        font-size: 60px;
    }
    .block-heading-1 span {
        font-size: 24px;
    }
}*/
@media(min-width: 454px) and (max-width: 1120px)  {
    .block-heading-1 h2 {
        font-size: 45px;
    }
    .block-heading-1 span {
        font-size: 18px;
    }
}
@media (max-width: 453.99px) {
    .block-heading-1 h2 {
        font-size: 32px;
    }
    .block-heading-1 span {
        font-size: 14px;
    }
}
/*h3*/
h3{
    font-size: 25px;
    line-height: 1.1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #f15a24;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px; 
}
/*@media (max-width: 1120px) and (min-width: 1025px){
    h3{
        font-size: 36px;
        margin-bottom: 10px;
        margin-bottom: 20px;
        padding-top: 0px;
        letter-spacing: -1.5px;
    }

}
@media(max-width: 1081px) {
    h3{
        font-size: 32px;
        margin-bottom: 20px;
    }

}*/
@media(min-width: 454px) and (max-width: 1120px)  {
    h3{
        font-size: 28px;
/*        font-size: 3.17vh;*/
        margin-bottom: 20px;
        letter-spacing: -3px;
        padding-top: 0;
        
    }

}
@media (max-width: 453.99px) {
    h3{
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: -2px;
        padding-top: 0;
    }

}
/*Header
=======================*/
/*navi nav-insta*/
.nav-insta img{
    width: 31px;

}
.nav-insta{
    position: absolute;
    right: 0;
}
@media (max-width: 1120px) {
    .nav-insta{
        display: none;
    }
}
/*tablet用*/

@media (max-width: 1120px) {
    .li-nav-insta img{
        width: 50px;
        padding: 25px 0;
    }
}
@media (max-width: 453.99px) {
    .li-nav-insta img{
        width: 31px;
        padding: 25px 0;
    }
}
@media (min-width: 1121px) {
    .li-nav-insta{
        display: none!important;
    }
}
@media (max-width: 1120px) {
    .li-nav-logo img{
        width: 165px;
        padding: 0px 0;

    }
}
@media (max-width: 453.99px) {
    .li-nav-logo img{
        width: 115px;
        padding: 0px 0;

    }
}

.border-none{
    border-top: 0px solid!important;
}
@media (min-width: 1121px) {
    .li-nav-logo{
        display: none!important;
    }
}
.site-mobile-header-logo{
    height: 25px;
    width: 100px ;
    float:left;
    margin-top: 10px;
    margin-left: 5px;
}
/*@media (min-width: 769px) {
    .site-mobile-header-logo{
        height: 35.16px;
        width:125px;
        margin-top: 10px;
        margin-left: 42%;

    }
}*/
@media (min-width: 454px) {
    .site-mobile-header-logo{
            height: 26px;
        width: 92px;
        top: 12px;
        margin-left: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 46%;

    }
}
.site-mobile-header-logo img{
    height: 100%;
}
@media (min-width: 1121px) {
    .site-mobile-header-logo{
        display: none!important;
    }
}
/***********************/
/*top01*/
.top01{
    background: url('../images/top01.png');
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    height: 400px;
}
.top01 p{
    color: #f15a24;
    line-height: 3.5em;
    padding-top: 35px;
    letter-spacing:-0.7px;
}
/*@media (max-width:1120px) {
    .top01{
        background-position: bottom center;
        height: auto;
        min-height: 915px;
    }
    .top01 p{
        line-height: 2.4em;
        letter-spacing: -1.2px;
        padding: 0;
        font-size: 20px;
        margin: 0 auto;
        max-width: 745px;
        padding-bottom: 70px;
    }
}
@media(max-width: 1081px) {
    .top01{
        height: 300px;
        min-height: 856px;
    }
    .top01 p{
        line-height: 2.4em;
        letter-spacing:-1.2px;
        padding-bottom: 65px;
        font-size: 18px;
    }
}
*/
@media(min-width: 454px) and (max-width: 1120px) {
    .top01{
        height: 300px;
        min-height: 668px;
        background-position: bottom center;
    }
    .top01 p{
        line-height: 2.4em;
        letter-spacing:-1.2px;
        padding-bottom: 50px;
        font-size: 14px;
        max-width: 515px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 453.99px) {
    .top01{
        background-position: bottom center;
        height: auto;
        min-height: 510px;
    }
    .top01 p{
        line-height: 2.1em;
        padding-top: 0;
        font-size: 12px;
        letter-spacing:-1.5px;
    }

}
/*top02*/
.top02{
    background: url('../images/top02.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: auto 460px;
}
@media (max-width: 1700px) {
    .top02{
        background-size: auto 60%;
    }    
}
/*@media(max-width: 1081px) {
    .top02{
        background: url('../images/top02_tab.jpg');
        background-size:100% 550px ;
        background-position:  bottom;
        background-repeat: no-repeat;
    }
}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .top02{
        background: url(../images/top02_tab.png);
        background-size:1120px 457px !important;
        background-position:  bottom;
        background-repeat: no-repeat;
    }
}
@media (max-width: 453.99px) {
    .top02{
        background: url('../images/top02_sp.png');  
        background-position: bottom center;
        background-repeat: no-repeat;
        max-height: 470px;
        background-size: 100% 224px!important;
    }
}
/*slide*/
.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 120px!important;    
}
/*@media(max-width: 1081px) {
    .swiper-container{
        padding-bottom: 120px!important;    
    }
}*/
@media(min-width: 454px) and (max-width: 1120px)  {
    .swiper-container{
        padding-bottom: 110px!important;    
    }
}
@media (max-width: 453.99px) {
    .swiper-container{
        padding-bottom: px!important;    
    }
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*max-width: 850px;
    margin: 0 50px;  */

}
@media (max-width: 1299px) {
    .swiper-slide{
        /*width: 600px!important;*/
        /* margin: 0 60px;  */
    }
}@media (max-width: 453.99px) {
    .swiper-slide {
        flex-shrink: 0;
        height: auto;
        position: relative;
        transition-property: transform;
        width: 80%!important;
        margin-right: 10%!important;
        margin-left: 10%!important;
    }
}
@media (max-width: 375px) {
    .swiper-slide {
        flex-shrink: 0;
        height: auto;
        position: relative;
        transition-property: transform;
        width: 315px!important;
        margin-right: 30px!important;
        margin-left: 30px!important;
    }
}
/*pointer*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:55px!important;
}
.swiper-pagination-bullet{
    border: 2px solid #fff!important;
}
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev:after{
    display: none;
}
/*@media(max-width: 1081px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:10px!important;
    }

}*/
@media(min-width: 454px) and (max-width: 1120px)  {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:61px!important;
    }

}
@media (max-width: 453.99px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:30px!important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 10px;
    }
    .swiper-container{
        padding-bottom: 60px!important;
    }
}
/*top03*/
/*left*/
.top03-l {
    width: 100%;
    position: relative;
    background-size: 950px auto;
    background-repeat: no-repeat;
    background-position: left top;
    height: 367px;
}

.p-containerl{
    position: absolute;
    margin-top: 30px;
    right:0;
    background: #fff;
    padding: 25px 0 0 35px;
    clear: both;
}
.p-containerl .p-box{
    max-width: 325px;
    float: left;

}
@media (max-width: 1366px) {
    .p-containerl .p-box{
        max-width: 320px; 
    }
}
.p-containerl .p-img{
    max-width: 160px;
    float: right;
    margin-left: 20px;
}
#top03-1{
    background-image: url('../images/top03/top03-01.png');
}
/*ティラミスチョコ*/
#top03-2{
    background-image: url('../images/top03/top03-02.png');
}
#top03-3{
    background-image: url('../images/top03/top03-03.png');
}
#top03-4{
    background-image: url('../images/top03/top03-04.png');
}
#top03-5{
    background-image: url('../images/top03/top03-05.png');
}
#top03-6{
    background-image: url('../images/top03/top03-06.png');
}
/*カッサータミックス*/
#top03-7{
    background-image: url('../images/top03/top03-07.png');
}
/*カッサータ苺*/
#top03-8{
    background-image: url('../images/top03/top03-08.png');
}
@media (max-width: 1200px){
    .top03-l {
        width: 100%;
        position: relative;
        background-size: 680px auto;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 261px;
        height: 100%;
    }
    .p-containerl{
        margin-top: 10px;
        padding: 5px 0 0 20px;
        min-height: 238px;
    }
    .p-containerl .p-img{
        max-width: 140px;
    }

}
@media (max-width:1120px){
/*    .top03-l{
        background-size: 100%;
        height: 100vh;
        max-height: 930px;
        width: 972px;
        left: -15px;
    }
     .top03-l02{
        background-size: 100%;
        height: 100vh;
        max-height: 985px;
        width: 972px;
        left: -15px;
    }
    .p-containerl{
        margin-top: 10px;
        min-height: auto;
        left:0;

        top:215px;
        background:none;
        padding: 0 0 0 0;
    }

    .p-containerl .p-img{
        max-width: 315px;
        position: absolute;
        top: 305px;
        right: 0;
    }
    .p-containerl .p-box  {
        max-width: 580px;
        padding-top: 470px;
    }*/

    #top03-1{
        background-image: url('../images/tab/top03/top03-01.png');

    }
    #top03-2{
        background-image: url('../images/tab/top03/top03-02.png');
    }
    #top03-3{
        background-image: url('../images/tab/top03/top03-03.png');
    }
    #top03-4{
        background-image: url('../images/tab/top03/top03-04.png');
    }
    #top03-5{
        background-image: url('../images/tab/top03/top03-05.png');
    }
    #top03-6{
        background-image: url('../images/tab/top03/top03-06.png');
    }
    #top03-7{
        background-image: url('../images/tab/top03/top03-07.png');
    }
    #top03-8{
        background-image: url('../images/tab/top03/top03-08.png');
    }
}
/*@media (max-width:1120px) and (min-width:1081px){
    #top03-1{
        max-height: 972px!important;
        min-height: 972px!important;
    }
    #top03-2{
        min-height: 985px!important;
        max-height: 985px!important;
    }
    #top03-3{
        min-height: 985px!important;
        max-height: 985px!important;
    }
    #top03-4{
        min-height: 995px!important;
        max-height: 995px!important;
    }
    #top03-5{
        min-height: 985px!important;
        max-height: 985px!important;
    }
    #top03-6{
        min-height: 950px!important;
        max-height: 950px!important;
    }
}
@media (max-width:1080px) and (min-width:851px){
    #top03-1{
        max-height: 870px!important;
        min-height: 870px!important;
    }
    #top03-2{
        min-height: 870px!important;
        max-height: 870px!important;
    }
    #top03-3{
        min-height: 870px!important;
        max-height: 870px!important;
    }
    #top03-4{
        min-height: 875px!important;
        max-height: 875px!important;
    }
    #top03-5{
        min-height: 860px!important;
        max-height: 860px!important;
    }
    #top03-6{
        min-height: 850px!important;
        max-height: 850px!important;
    }
}*/
/* @media (max-width:1080px) {   
    .top03-l{
        background-size: 100%;
        height: 100vh;
        max-height: 850px;
        width: 100%;
        left: 0;
        min-height: 810px;
    }
     .top03-l02{
        background-size: 100%;
        height: 100vh;
        max-height: 100%;
        width: 100%;
        left: 0;
        min-height: 850px;
    }
    .p-containerl .p-img{
        top:240px;
    }
    .p-containerl .p-img img{
        width: 280px;
    }
    .p-containerl .p-box  {
        max-width: 535px;
        padding-top: 385px;
    }

}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .top03-l {
        max-height: 620px;
        min-height: 620px;
        background-size: 100%;
        height: 100vh;
        width: 100%;
        left: 0;
    }.top03-l02 {
        max-height: 650px;
        min-height: 650px;        
    }
    .p-containerl {
        margin-top: 10px;
        min-height: auto;
        left: 0;
        top: 215px;
        background: none;
        padding: 0 0 0 0;
    }
    
    .p-containerl .p-img {
        top: 150px!important;
        position: absolute;
        right: 0;
        max-width: 315px;
    }
    #top03-1 .p-containerl .p-img{
        top: 138px!important;
    }
    .p-containerl .p-img img{
        width: 200px;
    }
    
    .p-containerl .p-box{
        padding-top: 230px;
        max-width: 450px;
    }
    #top03-2{
        max-height: 640px!important;
        min-height: 640px!important;
    }
    #top03-4{
        max-height: 670px!important;
        min-height: 670px!important;
    }
    #top03-5{
        max-height: 645px!important;
        min-height: 645px!important;
    }
    #top03-6{
        max-height: 630px!important;
        min-height: 630px!important;
    }

}
@media (max-width: 453.99px){
    #top03-1{
        background-image: url('../images/sp/top03/top03-01.png');

    }
    #top03-2{
        background-image: url('../images/sp/top03/top03-02.png');
    }
    #top03-3{
        background-image: url('../images/sp/top03/top03-03.png');
    }
    #top03-4{
        background-image: url('../images/sp/top03/top03-04.png');
    }
    #top03-5{
        background-image: url('../images/sp/top03/top03-05.png');
    }
    #top03-6{
        background-image: url('../images/sp/top03/top03-06.png');
    }
    .top03-l {
        height: 100%;
        max-height: 565px;
        min-height: 565px;
        background-size: 100%;
    }
    .top03-l02 {
        height: 100vh;
        max-height: 585px!important;
        min-height: 585px!important;
        background-size: 100%;
    }
    .p-containerl{
        margin-top: 10px;
        min-height: auto;

        top:215px;
        background:none;
        padding: 0 0 0 0;
        left:30px!important;
    }

    .p-containerl .p-img{
        max-width: 160px;
        position: absolute;
        left: 40%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        top:95px!important;
    }
    #top03-3 .p-containerl .p-img{
        top:75px!important;
    }
    .p-containerl .p-box {
        max-width: 315px;
        padding-top: 210px;
    }

    #top03-1{
        background-image: url('../images/sp/top03/top03-01.png');

    }
    #top03-2{
        background-image: url('../images/sp/top03/top03-02.png');
    }
    #top03-3{
        background-image: url('../images/sp/top03/top03-03.png');
    }
    #top03-4{
        background-image: url('../images/sp/top03/top03-04.png');
    }
    #top03-5{
        background-image: url('../images/sp/top03/top03-05.png');
    }
    #top03-6{
        background-image: url('../images/sp/top03/top03-06.png');
    }
}
/*right*/
.top03-r {
    width: 100%;
    position: relative;
    background-size: 950px auto;
    background-repeat: no-repeat;
    background-position: right top;
    height: 367px;
}
.p-containerr{
    position: absolute;
    margin-top: 30px;
    left:0;
    background: #fff;
    padding: 20px 35px 0 0;
    clear: both;
}
.p-containerr .p-box{
    max-width: 325px;
    float: right;

}
@media (max-width: 1366px){
    .p-containerr .p-box{
        max-width: 320px;
    } 

}
.p-containerr .p-img{
    max-width: 160px;
    float: right;
    margin-right: 20px;
}
@media (max-width: 1200px){
    .top03-r {
        width: 100%;
        position: relative;
        background-size: 680px auto;
        background-repeat: no-repeat;
        min-height: 261px;
        height: 100%;
    }
    .p-containerr{
        margin-top: 10px;
        padding: 10px 25px 0 0px;
        min-height: 238px;
    }
    .p-containerr .p-img{
        max-width: 140px;
    }

}
/*@media (max-width:1120px){
     .top03-r{
        background-size: 100%;
        height: 100vh;
        max-height: 960px;
        width: 972px;
        left: -15px;
        position: relative;
    }
     .top03-r02{
        background-size: 100%;
        height: 100vh;
        max-height: 995px;
        width: 972px;
        left: -15px;
        position: relative;
    }
    .p-containerr{
        margin-top: 10px;
        min-height: auto;
        left:0;
        position: relative;
        

        top:215px;
        background:none;
        padding: 0 0 0 0;
    }

     .p-containerr .p-img{
        max-width: 315px;
        position: absolute;
        top: 305px;
        right: 0;
    }
    .p-containerr .p-box  {
        max-width: 580px;
        padding-top: 470px;
        float:left;
    }
}
@media(max-width: 1081px){
      .top03-r{
        background-size: 100%;
        height: 100vh;
        max-height: 930px;
        width: 100%;
        left: 0;
        min-height: 850px;
    }
     .top03-r02{
        background-size: 100%;
        height: 100vh;
        max-height: 930px;
        width: 100%;
        left: 0;
        min-height: 870px;
    }
    .p-containerr{
        margin-top: 10px;
        min-height: auto;
        left:0;
        position: relative;
        

        top:215px;
        background:none;
        padding: 0 0 0 0;
    }
    .p-containerr .p-box  {
        max-width: 535px;
        padding-top: 385px;
        float:left;
    }
    .p-containerr .p-img{
        top:240px;
        right: -20px;
        position: absolute;
    }
    .p-containerr .p-img img{
        width: 280px;
    }
    .p-containerr .soramame-img{
        width: 240px!important;
    }
    .p-containerl .arare-img{
        width: 240px!important;
    }
}*/

@media(min-width: 454px) and (max-width: 1120px) {
    .top03-r {
        max-height: 650px;
        min-height: 650px;
        
    }.top03-r02 {
        max-height: 660px;
        min-height: 660px;
    }
    .p-containerr {
        margin-top: 10px;
        min-height: auto;
        left: 0;
        position: relative;
        top: 215px;
        background: none;
        padding: 0 0 0 0;
    }
    .p-containerr .p-img{
        top:126px;
        max-width: 315px;
        right: -20px;
        position: absolute;
    }
    .p-containerr .p-img img{
        width: 200px;
    }
    #top03-2 .p-containerr .p-img{
        top: 128px!important;
    }
    #top03-4 .p-containerr .p-img{
        top:104px!important;
    }
    #top03-5 .p-containerl .p-img{
        top:116px!important;
    }
    #top03-6 .p-containerr .p-img{
        top:139px!important;
    }
    #top03-6 .p-containerl .p-img{
        top:139px!important;
    }
    
    .p-containerr .p-box{
        padding-top: 250px;
        max-width: 450px;
        float: left;
    }
    .p-containerr .soramame-img{
        width: 153px!important;
        padding-top: 35px;
    }
    .p-containerl .soramame-img{
        width: 153px!important;
        padding-top: 35px;
    }
    .p-containerl .arare-img{
        width: 165px!important;
    }


}
@media (max-width: 453.99px){
    .top03-r {
        height: 100%;
        max-height: 545px;
        background-size: 100%;
    }
    .top03-r02 {
        height: 100%;
        max-height: 585px!important;
        min-height: 585px!important;
        background-size: 100%;
    }
    .p-containerr{
        margin-top: 0px;
        min-height: auto;

        top:240px;
        background:none;
        padding: 0 0 0 0;
        left:30px!important;
        position: absolute;
    }

    .p-containerr .p-img{
        max-width: 160px;
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        right: -20px;
    }
    .p-containerr .soramame-img{
        max-width: 160px;
        padding-top: 0px;
    }
    .p-containerl .arare-img{
        max-width: 160px;
        padding-top: 0px;
    }
    
    .p-containerr .p-box {
        max-width: 315px;
        padding-top: 215px;
    }
    #top03-3 .p-containerl{
        top:230px;
        
    }
    #top03-3 .p-containerl .p-box{
        padding-top: 200px;
    }
    #top03-3.top03-r02{
        max-height: 555px!important;
        min-height: 555px!important;
    }
    #top03-4 .p-containerr .p-img{
        top:100px;
    }
    #top03-4 .p-containerr .p-box{
        padding-top:  245px;
    }
    #top03-4{
        max-height: 602px!important;
        min-height: 602px!important;
    }
    #top03-5 .p-containerl .p-img{
        top:105px!important;
    }
    #top03-5 .p-containerl .p-box{
        padding-top: 230px;
    }
    #top03-5{
        min-height: 595px!important;
        max-height: 595px!important;
    }
    .p-containerr .soramame-img{
        width: 133px;
    }
    .p-containerl .soramame-img{
        width: 133px;
    }
    .p-containerl .arare-img{
        width: 142px;
    }
    #top03-6 .p-containerr .p-img{
        top:82px;
    }
    #top03-6 .p-containerl .p-img{
        top:82px;
    }
    #top03-6 .p-containerr .p-box{
        padding-top: 215px;
    }
    #top03-6 .p-containerl .p-box{
        padding-top: 215px;
    }
    #top03-6{
        min-height: 575px!important;
        max-height: 575px!important;
    }
}
/*共通*/
.p-text{
    font-size: 14px;
    letter-spacing: -1px;
    font-family: "游ゴシック Medium",sans-serif;
    font-weight: normal;
}
/*@media (max-width: 1120px){
    .p-text{
        font-size:20px;
        letter-spacing:0.5px;
        line-height: 2.4;
        font-weight: normal;
    }
}
@media(max-width: 1081px){
    .p-text{
        font-size:18px;
        letter-spacing: var(--unnamed-character-spacing-0);
        line-height: 2.4;
        letter-spacing: -0.8px;
    }
    .p-text.line2{
        font-size:18px;
        letter-spacing: var(--unnamed-character-spacing-0);
        line-height: 2!important;
    }
}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .p-text{
/*        font-size:14px;*/
        font-size:14px;
        letter-spacing: var(--unnamed-character-spacing-0);
        line-height: 2;
        padding-right:50px;
    }
    .p-text.line2{
        font-size:14px;
        letter-spacing: var(--unnamed-character-spacing-0);
        line-height: 1.5!important;
        padding-right:50px;
    }
}
@media (max-width: 453.99px){
    .p-text{
        font-size:12px;
        font-family: "游ゴシック Medium",sans-serif;
        letter-spacing: -0.8px;
        padding-right:0px;
    }
    .p-text.line2{
        letter-spacing: -0.8px;
        padding-right:0px;
    }
    yu-m{
        font-family: "游ゴシック Medium",sans-serif;
    }
}
/*top04*/
.top04{
    background: url(../images/top04/top04.jpg);
    background-position: center top;
    background-size: cover;
    padding:100px 0 105px; 
}

.top04-img{
    max-width: 320px;
    min-height: 230px;
    margin: 0 auto 35px;
}
.h3-top04{
    font-size:37px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 2px;

}
.span-h3-top04{
    padding-top: 15px;
    font-size:16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    letter-spacing: 0;

}
.top04-text{
    font-size: 14px;
    max-width: 320px;
    letter-spacing: -0.2px;
}
/*@media (max-width: 1120px){
    .top04{
        background: url(../images/tab/top04.png);
        background-position: center top;
        background-size: 100% 100%;
        padding:123px 0 45px; 
    }
    .top04-img{
        max-width: 450px;
        min-height: 150px;
        margin: 0 0 30px;
        text-align: left;
    }
    .top04-img img{
        width: 365px;
    }
    .top04-text{
        max-width: 450px;
        font-size: 20px;
        letter-spacing: -0.7px;
        font-weight: normal;
        font-family: "游ゴシック Medium",sans-serif;
    }
    .h3-top04{
        font-size:49px;
        line-height: 0.7em;
    }
    .span-h3-top04{
        font-size: 26px;
    }

}
@media(max-width: 1081px){
    .top04{
        background: url(../images/tab/top04.png);
        background-position: center top;
        background-size: 100% 100%;
        padding:123px 0 45px; 
    }
    .top04-img{
        max-width: 420px;
        min-height: 150px;
        margin: 0 0 30px;
        text-align: left;
    }
    .top04-img img{
        width: 329px;
    }
    .top04-text{
        max-width: 420px;
        font-size: 20px;
        letter-spacing: -0.7px;
    }
    .h3-top04{
        font-size:45px;
        line-height: 0.7em;
    }
    .span-h3-top04{
        font-size: 24px;
    }

}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .top04{
        background: url(../images/tab/top04.png);
        background-position: center top;
        background-size: 1120px 100%;
        padding:85px 0 25px; 
    }
    .top04-img{
        max-width: 315px;
        min-height: 150px;
        margin: 0 0 30px;
        text-align: left;
    }
    .top04-img img{
        height: 206px;
    }
    .top04-text{
        max-width: 314px;
        font-size: 14px;
       letter-spacing: -1px;
        font-family: '游ゴシック Medium';
        font-weight: normal;
    }
    .h3-top04{
        font-size:34px;
        line-height: 0.8em;
    }
    .span-h3-top04{
        font-size: 18px;
    }

}
@media (max-width: 453.99px){
    .h3-top04{
        font-size: 28px;
    }
    .span-h3-top04{
        font-size: 14px;
    }
    .top04{
        background: url(../images/sp/top04.jpg);
        background-size: 100% 100%;
        padding: 50px 0 25px;

    }
    .top04-img{
        margin: 0 10px 10px;
        max-width: 242px;
    }
    .span-h3-top04{
        padding-top: 0;

    }
    .top04-text{
        font-size: 12px;
        max-width: 100%;
        letter-spacing: -0.9px;
        margin: 0 0 35px 0!important;   
        font-family: '游ゴシック Medium';
        font-weight: normal;
    }
}
/*contact*/
.contact-btn{
    max-width: 500px;
}
/*@media(max-width: 1081px){
    .contact-btn{
        max-width: 415px;
    }

}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .contact-btn{
        max-width: 316px;
    }
    .block-heading-1 p{
        letter-spacing: -0.5px;
    }

}
@media (max-width: 453.99px){
    .contact-btn{
        max-width: 300px;
    }

}
/*footer*/
.footer-logo{
    max-width: 200px;
    margin: 0 auto;
}
/*@media (max-width: 1120px){
    .footer-logo{
        max-width: 166px;
        
    }
}
@media(max-width: 1081px){
    .footer-logo{
        max-width: 155px;
        
    }
}*/
@media(min-width: 454px) and (max-width: 1120px) {
    .footer-logo{
        max-width: 115px;
        
    }
}
@media (max-width: 453.99px){
    .footer-logo{
        max-width: 115px;
    }
}
a{
    color: #f15a24;
}
/*btn*/
.product-btn{
    font-size: 20px;
    padding-top: 50px;
}
.product-btn {
    font-size: 20px;
    padding: 20px;
    max-width: 400px;
    margin: 50px auto 0;
    border: 1px solid;
}
.product-btn a:hover{
    color:#f15a24;
    opacity: 0.5;
}
@media(min-width: 454px) and (max-width: 1120px) {
    .product-btn{
        margin: 25px auto 0;
    }
    
}
@media (max-width: 453.99px){
    .product-btn{
        font-size: 18px;
        margin: 10px auto 0;
        
    }
    
}
/*=================================
GO TO TOP
=====================================*/
#goto_top {
    position: fixed;
    right: 5%;
}
#goto_top a img {
    width: 45px;
    height:54px;
} 
@media (max-width: 1120px) {
    #goto_top {
        position: fixed;
        right: 5%;
        background: none;
        padding: 0;
    }
    #goto_top a img {
        width: 30px;
        height:35px;
    } 
}
















/*================================
12.WORKS
===================================*/
#works{
height: 1600px;
}
.work{
background: url(../../images/top/bg_works.png);
background-position: center 0;
background-repeat: no-repeat;
background-size: 800px 1300px;
padding: 60px 0 20px;
}
.container-works{
width: 1200px;
margin:0 auto;
}
.works01{
position: relative;
height: 345px;
margin-bottom: 40px;
}

.works-img{
position: absolute;
width: 821px;
top:30px;
right: 0;
height: 315px;
}
.works-img img{
height: 315px;
}
.works-txt-box {
position: absolute;
top:-10px;
left: 100px;
width: 315px;
height: 315px;
padding: 60px 35px;
background: rgba(255, 255, 255, 0.9);
}
.h3-works{
font-size: 24px;
font-weight: 400;
line-height: 1;
margin-top: 0px;
margin-bottom: 25px;
}
.p-works{
font-size: 14px;
line-height: 26px;
letter-spacing: -0.6px;
font-weight: 400;
}
.works02{
position: relative;
height: 356px;
margin-bottom: 40px;
}
.works-txt-box02 {
position: absolute;
top:0px;
right: 100px;
width: 315px;
height: 315px;
padding: 60px 35px;
background: rgba(255, 255, 255, 0.9);
}
.works-img02{
position: absolute;
width: 821px;
top:40px;
left: 0;
height: 315px;
}
.works-img02 img{
height: 315px;
}
.works03{
position: relative;
height: 356px;
margin-bottom: 85px;
}

.works-img03{
position: absolute;
width: 821px;
top:40px;
right: 0;
height: 315px;
}
.works-img03 img{
height: 315px;
}
.works-txt-box03 {
position: absolute;
top:0px;
left: 100px;
width: 315px;
height: 315px;
padding: 60px 35px;
background: rgba(255, 255, 255, 0.9);
}
.h2-works{
font-size: 46px;
line-height: 1;
margin-bottom: 20px;
height: 35px;
}
.p-b-works{
font-size: 14px;
line-height: 26px;
margin-bottom: 30px;
}
.btn-con{
width: 800px;
height: 50px;
margin: 0 auto;
border-radius: 10px;
color: #fff;
background: #727171;
border: 0 solid;
}
.btn-con:hover{
opacity: 0.7;
color:#fff;
}
@media (max-width: 1749px) {
#works{
height: 1233px;
}
.work{
background: url(../../images/tab/bg_works.png);
background-position: center 0;
background-repeat: no-repeat;
background-size: 648px 1075px;
}
.container-works{
width: 768px;
margin: 35px auto 0;
/*padding-bottom: 70px;*/
}
.works01 {
height: 250px;
margin-bottom: 30px;
}
.works-img {
position: absolute;
width: 410px;
top: 0;
right: 0;
height: 250px;
}
.works-img img{
height: 250px;
}
.works-txt-box {
top: 0;
left: 108px;
width: 250px;
height: 250px;
padding: 50px 28px;
}
.h3-works {
font-size: 20px;
margin-bottom: 15px;
font-weight: 500;
}
.p-works {
font-size: 12px;
line-height: 20px;
letter-spacing: -0.6px;
}
.works02 {
height: 250px;
margin-bottom: 30px;
}
.works-img02 {
width: 410px;
top: 0;
left: 0;
height: 250px;
}
.works-img02 img {
height: 250px;
}
.works-txt-box02{
top: 0;
right: 108px;
width: 250px;
height: 250px;
padding: 50px 28px;

}
.works03{
height: 250px;
margin-bottom: 60px;
}

.works-img03{
position: absolute;
width: 410px;
top:0;
right: 0;
height: 250px;
}
.works-img03 img{
height: 250px;
}
.works-txt-box03 {
top:0px;
left: 108px;
width: 250px;
height: 250px;
padding: 50px 28px;
}
.h2-works {
font-size: 34px;
line-height: 1;
margin-bottom: 4px;
height: 34px;
}
.partoner{
font-size: 16px;
}
.p-b-works {
font-size: 12px;
line-height: 18px;
margin-bottom: 22px;
}
.btn-con {
width: 460px;
height: 35px;
font-size: 14px;
}

}
@media (max-width: 759px){
#works {
height: 1450px;
}
.work {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background: #f7f7ed;
padding-top: 40px;
}
.container-works {
width: 375px;
margin: 0px auto 0;
/*padding-bottom: 15px;*/
}
.works-img{
top:-2px;
width: 375px;
height: 207px;
}
.works-img img,.works-img02 img, .works-txt-box03 img{
height: 207px;
}
.works-txt-box, .works-txt-box02, .works-txt-box03 {
top: 120px;
left: 0;
right: 0;
width: 250px;
height: 250px;
padding: 50px 28px;
margin: auto;
}
.works01,.works02 {
height: 370px;
}
.works03 {
height: 370px;
margin-bottom:45px;
}
.works-img,.works-img02, .works-img03{
top:0px;
width: 375px;
height: 207px;
}
.border-works{
border: 1px solid #231815;
padding-top:38px;
width: 305px;
height: 163px;
margin: 0 auto 15px;
}
.h2-works {
font-size: 34px;
line-height: 1;
margin-bottom: 15px;
height: 60px;
}
.p-b-works {
font-size: 12px;
line-height: 20px;
margin-bottom: 22px;
width: 305px;
margin: 0 auto 15px;
text-align: left;
letter-spacing: 0px;
text-align: justify;
}
.btn-con {
width: 305px;
height: 30px;
font-size: 14px;
}
.p-b-works {
font-weight: 400;
}
.p-works{
text-align: justify;
}
}























