@charset "UTF-8";
/*PC用css*/
body {
    overflow: hidden;
    font-family: 'Linotype Univers W01', 'AXIS Font Japanese W55', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
    color: #747a7e;
}

a {
    color: #747a7e;
}

/*ループ背景*/
.bg_lines {
    width: 100%;
    height: 38px;
    margin-bottom: 85px;
    background: url('/files/img/top/bg_lines.png') repeat-x center;
}

/*TOPへもどるボタン調整*/
#pc_back_to_top {
    width: 67px;
    height: 67px;
    bottom: 20px;
    background: transparent;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
    width: 100%;
}

.header__lv1 {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.header__lv1 h1 {
    text-align: center;
}

.header__lv1 h1 img {
    width: 100%;
}

.header__lv1 h1 img.main_bg {
    position: relative;
    z-index: 2;
}

.header__lv1 .logo_body {
    width: 100%;
    position: absolute;
}

.header__lv1 .logo_body img {
    animation: bg-color 170s infinite;
    -webkit-animation: bg-color 170s infinite;
}

.shiryo_btn a {
    display: block;
    text-align: center;
    width: 100%;
    border: #dcdcdc solid 2px;
    padding: 10px;
    margin-top: 20px;
    color: #4b575e;
    font-size: 14px;
}

/*color 設定
1.#fed700
2.#e6003b
3.#00a0e9
4.#009e41
5.#f29200
6.#c0c3c5
7.#e64694
8.#231815
9.#0070bd
10.#b09d60
11.#6db327
*/
@-webkit-keyframes bg-color {
    0% {
        background: #fed700;
    }
    /*1*/
    9% {
        background: #e6003b;
    }
    /*2*/
    18% {
        background: #00a0e9;
    }
    /*3*/
    27% {
        background: #009e41;
    }
    /*4*/
    36% {
        background: #f29200;
    }
    /*5*/
    45% {
        background: #c0c3c5;
    }
    /*6*/
    54% {
        background: #e64694;
    }
    /*7*/
    63% {
        background: #231815;
    }
    /*8*/
    72% {
        background: #0070bd;
    }
    /*9*/
    81% {
        background: #b09d60;
    }
    /*10*/
    90% {
        background: #6db327;
    }
    /*11*/
    100% {
        background: #fed700;
    }
    /*initial*/
}

@keyframes bg-color {
    0% {
        background: #fed700;
    }
    /*1*/
    9% {
        background: #e6003b;
    }
    /*2*/
    18% {
        background: #00a0e9;
    }
    /*3*/
    27% {
        background: #009e41;
    }
    /*4*/
    36% {
        background: #f29200;
    }
    /*5*/
    45% {
        background: #c0c3c5;
    }
    /*6*/
    54% {
        background: #e64694;
    }
    /*7*/
    63% {
        background: #231815;
    }
    /*8*/
    72% {
        background: #0070bd;
    }
    /*9*/
    81% {
        background: #b09d60;
    }
    /*10*/
    90% {
        background: #6db327;
    }
    /*11*/
    100% {
        background: #fed700;
    }
    /*initial*/
}

.header__lv1-util {
    position: absolute;
    top: 80px;
    right: 50px;
    color: #747a7e;
    z-index: 2;
}

.header__lv1-util .contactBox > P.tilte {
    font-size: 16px;
    letter-spacing: 0.7em;
    margin-bottom: 19px;
}

.header__lv1-util .contactBox dl {
    margin-bottom: 20px;
}

.header__lv1-util .contactBox dl dt {
    color: #e4007f;
    font-size: 17px;
    margin-bottom: 5px;
}

.header__lv1-util .contactBox dl dt span {
    font-size: 10px;
    color: #747a7d;
    margin-left: 4px;
}

.header__lv1-util .contactBox dl dd {
    font-size: 36px;
    font-family: 'Linotype Univers W01', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
}

.header__lv1-util .contactBox dl dd span {
    display: block;
    font-size: 12px;
    font-family: 'AXIS Font Japanese W55', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
    margin-top: 10px;
}

.header__lv1-util .contactBox > P.mail {

}

.header__lv1-util .contactBox > P.mail a {
    padding-left: 36px;
    background: url('/files/img/newcommon/icon_mail.png') no-repeat left;
    color: #747a7e;
}

.header__lv2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background: #4b575e;
    padding: 21px 0;
    -webkit-transition: top .5s;
    transition: top .5s;
}

.header__lv2.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header__lv2-nav {
    width: 1280px;
    margin: 0 auto;
    zoom: 1;
}

.header__lv2-nav:after {
    content: "";
    display: block;
    clear: both;
}

.header__lv2-nav-logo {
    position: absolute;
    display: inline-block;
    left: -100px;
    /*right: 500px;*/
    /*-webkit-transition: all .4s;*/
    /*transition: all .4s;*/
}

.header__lv2-nav-logo.cover {
    /*position: relative;*/
    /*float: left;*/
    /*left: 0;*/
}

.header__lv2-nav ul {
    float: right;
    margin-top: 4px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*display: inline-block;*/
}

.header__lv2-nav ul li {
    float: left;
}

.header__lv2-nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    /*-webkit-transition: background-color, color, opacity 0.5s ease-in-out;*/
    /*-moz-transition: background-color, color, opacity 0.5s ease-in-out;*/
    /*-o-transition: background-color, color, opacity 0.5s ease-in-out;*/
    /*transition: background-color, color, opacity 0.5s ease-in-out;*/
    padding: 9px 30px 10px;
}

.header__lv2-nav ul li a:hover {
    opacity: 0.4;
}

.header__lv2-nav ul li:nth-of-type(1) a {
    border-left: 2px solid #ffd700;
}

.header__lv2-nav ul li:nth-of-type(2) a {
    border-left: 2px solid #00a0e9;
}

.header__lv2-nav ul li:nth-of-type(3) a {
    border-left: 2px solid #e4007f;
}

.header__lv2-nav ul li:nth-of-type(4) a {
    border-left: 2px solid #009e42;
}

.header__lv2-nav ul li:nth-of-type(5) a {
    border-left: 2px solid #f29100;
}

.header__lv2-nav ul li:nth-of-type(6) a {
    border-left: 2px solid #c1c4c6;
}

.header__lv2-nav ul li:nth-of-type(7) a {
    border-left: 2px solid #ffd700;
}

.header__lv3, .spNav {
    display: none;
}

/*----------------------------------------------------
 footer
 ----------------------------------------------------*/
#footer {
    border-top: 9px solid #4b575e
}

#footer_nav_box .footer_sitemap dt {
    color: #4b575e;
}

#footer_nav_box .footer_sitemap dd a {
    color: #4b575e;
    font-size: 12px;
}

#footer_nav_box .footer_sitemap dd ul li {
    margin-bottom: 5px;
}

.footer__lv4 {
    padding: 50px 0 22px;
    background: #edeeef;
}

.footer__lv4-title {
    font-weight: bold;
    color: #4b575e;
    text-align: center;
    margin-bottom: 35px;
}

ul.footer__lv4-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

ul.footer__lv4-list li {
    width: 270px;
    margin: 0 0 30px 40px;
}

ul.footer__lv4-list li:nth-child(4n+1) {
    margin-left: 0;
}

.footer__lv3 {
    background: #ffffff;
    text-align: center;
    padding: 80px 0 60px;
}

/*----------------------------------------------------
 new slider
----------------------------------------------------*/
/* ========== Slick スライダー初期設定 ========== */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px \9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '・';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*KVエリア*/
.kvBox {
}

.kvBox img {
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-bottom: 5px solid #4b575e;
}

.kvBox .slick-slider {
    margin-bottom: 80px;
}

.kvBox .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.kvBox .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 13px;
    padding: 0;
    cursor: pointer;
}

.kvBox .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.kvBox .slick-dots li button:hover,
.kvBox .slick-dots li button:focus {
    outline: none;
}

.kvBox .slick-dots li button:hover:before,
.kvBox .slick-dots li button:focus:before {
    opacity: 1;
}

.kvBox .slick-dots li button:before {
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    background: url('/files/img/newcommon/slide_off.png') no-repeat left top;
    background-size: 8px 8px;
}

.kvBox .slick-dots li.slick-active button:before {
    opacity: 1;
    background: url('/files/img/newcommon/slide_on.png') no-repeat left top;
    background-size: 8px 8px;
}

@media only screen and (max-width: 768px) {
    /*SP用css*/
    /*----------------------------------------------------
     header
    ----------------------------------------------------*/
    .header__lv1-util {
        display: none;
    }

    .header__lv2 {
        display: none;
    }

    .header__lv3 {
        display: block;
        position: relative;
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        background: #4b575e;
    }

    .header__lv3-nav-logo {
        margin-top: 5px;
        text-align: center
    }

    .header__lv3-nav-logo img {
        width: 48px;
    }

    /* ハンバーガーUI */
    .header__nav {
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .header__nav .hamburger {
        position: relative;
        width: 54px;
        height: 38px;
        display: inline-block;
        z-index: 9999;
    }

    /*open時*/
    .header__nav.open .hamburger {
        background: transparent;
    }

    .header__nav .hamburger > span {
        display: block;
        width: 26px;
        height: 2px;
        position: absolute;
        background: #ffffff;
        transition: all .3s;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .header__nav.open .hamburger > span {
        background: #ffffff;
    }

    .header__nav .hamburger .l1 {
        top: 10px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .header__nav .hamburger .l2 {
        top: 17px;
    }

    .header__nav .hamburger .l3 {
        top: 25px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .header__nav.open .hamburger .l1 {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__nav.open .hamburger .l3 {
        top: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__nav.open .hamburger .l2 {
        opacity: 0;
    }

    nav.spNav {
        display: none;
        border-bottom: 5px solid #4b575e;
    }

    nav.spNav ul {
        padding: 10px;
    }

    nav.spNav ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px dotted #4b575e;
    }

    .spNav_tel-title {
        color: #e4007f;
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
    }

    .spNav_tel-title span {
        color: #747a7e;
        font-size: 14px;
    }

    .spNav_tel-tel, .spNav_tel {
        text-align: center;
    }

    .spNav_tel-tel a {
        margin-top: 10px;
        font-size: 24px;
        font-family: 'Linotype Univers W01', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
    }

    .spNav_mail {
        width: 70%;
        margin: 10px auto;
    }

    .spNav_mail img {
        width: 100%;
    }

    /*----------------------------------------------------
     footer
    ----------------------------------------------------*/
    .footer__lv2 {
        padding: 0;
    }

    .footer__lv2-title {
        color: #4b575e;
        width: 100%;
        display: block;
        border-bottom: #dddddd 1px solid;
        background: #eeeeee url('/files/img/common/tab_open.png') no-repeat;
        background-position: 96% 50%;
        background-size: 12px;
        padding: 15px 21px 15px 15px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-align: left;
        margin-bottom: 10px;
    }

    .footer__lv2-title.active {
        background: #eeeeee url('/files/img/common/tab_close.png') no-repeat;
        background-position: 96% 49%;
        background-size: 12px;
        margin-bottom: 0;
    }

    ul.footer__lv2-list {
        width: 100%;
        padding: 10px 10px;
        display: none;
        overflow: hidden;
        background: #eeeeee;
    }

    ul.footer__lv2-list li {
        width: 49%;
        float: left;
        margin: 0 0 4% 2%;
    }

    ul.footer__lv2-list li:nth-child(even) {
        float: right;
    }

    ul.footer__lv2-list li:nth-child(2n+1) {
        margin-left: 0;
    }

    ul.footer__lv2-list li img {
        width: 100%;
    }

    /*footer__lv3*/
    .footer__lv3 {
        padding: 20px 0 15px;
    }

    .footer__lv3 p img {
        max-width: 220px;
    }

    .footer__lv4 {
        display: none;
    }

}

#mti_wfs_colophon_anchor {
    display: none;
}

/*----------------------------------------------------
     TOP‗SNS
----------------------------------------------------*/
#topSns{
    width: 980px;
    margin: 60px auto 0;
    overflow: hidden;
}
#topSns .title01{
    color: #2e823a;
    font-size: 24px;
    margin-bottom: 28px;
    position: relative;
}
#topSns .title01::before {
    width: 100%;
    height: 3px;
    background: #a5abae;
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    bottom: -8px;
}
#topSns .title01::after {
    width: 20.20%;
    height: 3px;
    background: #2e823a;
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    bottom: -8px;  
}
.snsWrapper{
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    width: 100%;
    overflow: hidden;
}
.snsColumn{
    margin: 0 10px;
    width: 48%;
}
.snsColumn h3{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: rgb(116, 122, 126);
}
.snsBanner_area img{
    width: 100%;
    height: auto;
}
    
.snsTwitter{
    background: #1da1f2;
    padding: 14px;
}
.snsTwitter img{
    padding-bottom: 10px;
}

.snsFb_Line{
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
}
.snsFb_Line .snsFb{
    margin-right: 10px;
        width: 50%;

}
.snsFb_Line .snsLine{
    width: 48%;
}
.snsBanner_area>div{
    margin: 10px 0;
}

@media only screen and (max-width: 768px) {
    #topSns {
        width: 94%;
        margin: 60px auto 0 auto;
        overflow: hidden;
    }
    .snsWrapper{
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .snsColumn:first-child{
        margin-bottom: 28px;
    }
    .snsColumn {
        width: 94%;
    }
    
    .snsTwitter iframe{
        width: 740px !important;
    }
}