@charset "utf-8";
/*
    copyright (c)2008-2017 Pong! ALL right reserved.
    Create and Design by seiki nishijima

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

  トップ メインイメージ設定　ここから

===========================================================================*/
@media screen and (min-width: 741px), print {
    header .video-sp {
        display: none !important;
    }
    #wrapper header {
        background: #2e5a6e;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        z-index: 10000;
    }
    .video-pc {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .top-mvbg {
        position: absolute;
        inset: 0;
    }
    .top-mvbg::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom, rgba(69,61,54,0.4), rgba(69,61,54,0.2));
    }
    .top-mvbg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header #mv_main {
        position: absolute;
        z-index: 2;
        color: #fff;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header #mv_main .copy {
        flex-grow: 1;
        display: flex;
        align-items: center;
        padding-top: 140px;
    }
    header #mv_main .link {
        padding-bottom: 140px;
    }
    header #mv_main .link dt {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    header #mv_main .link dd {
        font-size: 10px;
        letter-spacing: 0.08em;
    }
    header #mv_main .link dd strong {
        display: block;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.18em;
        margin-top: 4px;
    }
    .scroll-link {
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #ffffff;
    }
    .scroll-link:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -70px;
        height: 60px;
        width: 1px;
        background-color: #ffffff;
        opacity: 0.4;
    }
    .scroll-link::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 0;
        bottom: -10px;
        width: 1px;
        background-color: #ffffff;
        animation: scroll 3s ease infinite;
    }
    .scroll-link .maru::after {
        content: '';
        background-color: #ffffff;
        width: 5px;
        height: 5px;
        border-radius: 10px;
        position: absolute;
        left: calc(50% - 2px);
        bottom: -10px;
        animation: scroll-maru 3s ease infinite;
    }
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    header .video-pc {
        display: none !important;
    }
    #wrapper header {
        background: #2e5a6e;
        position: relative;
        width: 100%;
        height: calc(100vh - 78px);
        height: 100svh;
    }
    .video-sp {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .top-mvbg {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }
    .top-mvbg::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom, rgba(69,61,54,0.4), rgba(69,61,54,0.2));
    }
    .top-mvbg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header #mv_main {
        position: absolute;
        z-index: 2;
        color: #fff;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header #mv_main .copy {
        flex-grow: 1;
        display: flex;
        align-items: center;
        padding-top: 70px;
    }
    header #mv_main .copy img {
        width: 33px;
        height: auto;
    }
    header #mv_main .link {
        padding-bottom: 80px;
    }
    header #mv_main .link dt {
        font-size: 15px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 3px;
    }
    header #mv_main .link dd {
        font-size: 10px;
        letter-spacing: 0.08em;
    }
    header #mv_main .link dd strong {
        display: block;
        font-size: 21px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.18em;
    }
    .scroll-link {
        position: absolute;
        bottom: 45px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;
        font-size: 9px;
        font-weight: 400;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #ffffff;
    }
    .scroll-link:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -45px;
        height: 40px;
        width: 1px;
        background-color: #ffffff;
        opacity: 0.4;
    }
    .scroll-link::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 0;
        bottom: -10px;
        width: 1px;
        background-color: #ffffff;
        animation: scroll 3s ease infinite;
    }
    .scroll-link .maru::after {
        content: '';
        background-color: #ffffff;
        width: 5px;
        height: 5px;
        border-radius: 10px;
        position: absolute;
        left: calc(50% - 2px);
        bottom: -5px;
        animation: scroll-maru 3s ease infinite;
    }
}
@keyframes scroll {
    0% {
        height: 0;
        bottom: -5px;
    }
    25% {
        height: 0;
        bottom: -5px;
    }
    75% {
        height: 50px;
        bottom: -55px;
    }
    100% {
        height: 50px;
        bottom: -55px;
    }
}
@keyframes scroll-maru {
    0% {
        bottom: -10px;
        opacity: 1;
    }
    25% {
        bottom: -10px;
        opacity: 1;
    }
    75% {
        bottom: -55px;
    }
    100% {
        bottom: -55px;
    }
}


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

  トップページコンテンツ設定　ここから

===========================================================================*/
#background .topImageContent section {
    width: 100%;
    padding: 140px 0 160px 0;
    position: relative;
    color: #fff;
    background-color: #444;
    background: no-repeat 50% 50%;
    background-size: cover;
}
#background .topImageContent section::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 1s;
}
#background .topImageContent.light section::before {
    background: rgba(0, 0, 0, 0.08);
    z-index: 0;
}
#background .topImageContent.topConcept section {
    background-image: url(./images/top/concept_bg_pc.jpg);
}
#background .topImageContent.topModelhouse section {
    background-image: url(./images/top/modelhouse_bg_pc.jpg);
}
#background .topImageContent.topHistory section {
    background-image: url(./images/top/history_bg_pc.jpg);
}
#background .topImageContent .textBox {
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
}
#background .topImageContent.topConcept .textBox {
    text-align: center;
}
#background .topImageContent.topHistory .textBox {
    padding-left: 580px;
}
#background .topImageContent h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.18em;
    margin-bottom: 80px;
    text-align: inherit;
    text-shadow: 0 0 20px rgba(88, 55, 28, 0.5);
}
#background .topImageContent h2 .en {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
#background .topImageContent p {
    font-size: 15px;
    line-height: 2.267;
    letter-spacing: 0.18em;
    text-align: inherit;
}
#background .topImageContent p.more {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    display: inline-flex;
    margin: 50px 0 0;
}
#background .topImageContent p.more a {
    font-family: 'Sawarabi Mincho', serif;
    display: block;
    padding: 16px 50px 14px 50px;
    background: rgba(255,255,255,0.9);
    color: #1a0000;
    position: relative;
}
#background .topImageContent p.more a:before {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background: url(./images/arw_brown.png) no-repeat 50% 50%;
    background-size: 6px 12px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topImageContent section {
        padding: 80px 0 90px 0;
    }
    #background .topImageContent section::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        transition: all 1s;
    }
    #background .topImageContent.light section::before {
        background: rgba(0, 0, 0, 0.08);
        z-index: 0;
    }
    #background .topImageContent.topConcept section {
        background-image: url(./images/top/concept_bg_sp.jpg);
    }
    #background .topImageContent.topModelhouse section {
        background-image: url(./images/top/modelhouse_bg_sp.jpg);
    }
    #background .topImageContent.topHistory section {
        background-image: url(./images/top/history_bg_sp.jpg);
    }
    #background .topImageContent .textBox {
        width: auto;
        margin: 0 20px;
    }
    #background .topImageContent.topHistory .textBox {
        padding-left: 0;
    }
    #background .topImageContent h2 {
        font-size: 16px;
        letter-spacing: 0.12em;
        margin-bottom: 44px;
        text-shadow: 0 0 20px rgba(88, 55, 28, 0.5);
    }
    #background .topImageContent h2 .en {
        font-size: 30px;
        letter-spacing: 0.08em;
        margin-bottom: 8px;
    }
    #background .topImageContent p:not(.more) {
        font-size: 13px;
        line-height: 2.267;
        letter-spacing: 0.12em;
        text-align: inherit;
        text-shadow: 0 0 12px rgba(88, 55, 28, 0.5);
    }
    #background .topImageContent p.more {
        font-size: 15px;
        margin: 30px 0 0;
    }
    #background .topImageContent p.more a {
        padding: 15px 50px 14px 50px;
    }
    #background .topImageContent p.more a:before {
        background-size: 4px 9px;
    }
}


/*------------------------------------
  トップ 動画埋め込み　ここから
-------------------------------------*/
#background .topMovieArea {
    text-align: center;
    padding: 80px 0 0px;
}
#background .topMovieArea iframe {
    vertical-align: top;
    box-shadow: 0 0 48px rgb(45, 66, 80, 0.12);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topMovieArea {
        padding-top: 24px;
    }
    #background .topMovieArea iframe {
        margin: 0 10px;
        max-width: calc(100% - 20px);
        height: auto;
        aspect-ratio: 16/9;
        box-shadow: 0 0 16px rgb(45, 66, 80, 0.2);
    }
}


/*------------------------------------
  トップ お知らせ設定　ここから
-------------------------------------*/
#background .topInfo {
    width: 1000px;
    background: #eff6f8;
    padding: 10px 0 10px 0;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
#background .topInfo h3 {
    width: 180px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    color: #00546c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
#background .topInfo ul {
    width: 820px;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 20px;
    border-left: 1px solid #8fb5c0;
}
#background .topInfo ul li {
    font-size: 14px;
    margin-bottom: 15px;
}
#background .topInfo ul li:last-of-type {
    margin-bottom: 0;}
#background .topInfo ul li a {
    display: inline-block;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #8fb5c0;
    color: #2e5a6e;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topInfo {
        width: auto;
        margin: 24px 10px 24px 10px;
    }
    #background .topInfo h3 {
        width: auto;
        font-size: 11px;
        padding: 0 12px;
        white-space: nowrap;
        letter-spacing: normal;
    }
    #background .topInfo ul {
        width: auto;
        margin: 0;
        padding: 5px 15px 5px 15px;
    }
    #background .topInfo ul li {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
    }
    #background .topInfo ul li:last-of-type {
        margin-bottom: 0;}
    #background .topInfo ul li a {
        padding-bottom: 0;
        border-bottom: none;
        text-decoration: underline;
    }
}


/*------------------------------------
  トップ イベント設定　ここから
-------------------------------------*/
#background .topEvent {
    padding-top: 80px;
    width: 100%
}
#background .topEvent h3 {
    width: 1000px;
    margin: 0 auto 30px;
    padding: 0 10px 10px;
    text-align: center;
    border-bottom: 2px solid #00546c;
    color: #00546c;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
#background .topEvent p.more {
    margin: 0;
    padding-top: 30px;
    text-align: center;
    clear: both;
}
#background .topEvent p.more a {
    font-family: 'Sawarabi Mincho', serif;
    display: inline-block;
    position: relative;
    padding: 20px 90px 20px 90px;
    background: #00546c;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}
#background .topEvent p.more a:before {
    display: block; content: " ";
    width: 20px;height: 20px;
    position: absolute;
    top: 50%; right: 10px;
    margin-top: -10px;
    background: url(./images/arw_white.png) no-repeat 50% 50%;
    background-size: 4px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topEvent {
        padding-top: 50px;
        width: 100%;
    }
    #background .topEvent h3 {
        margin-bottom: 20px;
        font-size: 22px;
        width: auto;
    }
    #background .topEvent p.more {
        margin: 0 35px 0 35px;
        padding-top: 16px;
        text-align: center;
        clear: both;
    }
    #background .topEvent p.more a {
        display: block;
        padding: 15px 20px 15px 15px;
        font-size: 16px;
    }
}
/*-----------------------------------*/
#background .topEvent dl {
    display: block;
    width: 330px;
    margin: 0 0 14px 14px;
    float: left;
    color: #2e5a6e;
    border-bottom: dotted 1px #a5a5a5;
}
#background .topEvent dl:last-of-type {
    border-bottom: none;
}
#background .topEvent dl dt ,
#background .topEvent dl dd {
    display: block;
    width: 185px;
    margin: 0 0 14px 0;
    float: right;
    line-height: 1.2em;
}
#background .topEvent dl dt {
    margin: 0 0 18px 0;
    font-size: 14px;
}
#background .topEvent dl dt strong {
    display: block;
    margin: 0 0 0.5em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#background .topEvent dl dt em,
#background .topEvent dl dt span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.3;
}
#background .topEvent dl dt span {
    font-size: 12px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    padding: 3px 3px 5px 3px;
    background: #00546c;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 4px;
}
#background .topEvent dl dd.text {
    font-size: 13px;
    color: #666;
    line-height: 1.63;
}
#background .topEvent dl dd.photo {
    display: block;
    width: 130px;
    float: left;
}
#background .topEvent dl.yoyaku dd.photo a:before {
    display: block; content: " ";
    width: 40px;height: 40px;
    position: absolute;
    top: -3px; left: -3px;
    background: url(./images/event_reserve.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}
#background .topEvent dl.yoyaku.osusume dd.photo a:before {
    width: 60px;height: 60px;
}
#background .topEvent dl dd.more {
    text-align: right;
}
#background .topEvent dl dd.more a {
    font-family: 'Sawarabi Mincho', serif;
    display: inline-block;
    position: relative;
    border: 1px solid #96acb6;
    padding: 7px 30px 7px 30px;
    color: #00546c;
    font-size: 13px;
    line-height: 1em;
}
#background .topEvent dl dd.more a:before {
    display: block; content: " ";
    width: 20px;height: 20px;
    position: absolute;
    top: 50%; right: 5px;
    margin-top: -10px;
    background: url(./images/arw_green.png) no-repeat 50% 50%;
    background-size: 4px 9px;
}
/*-----------------------------------*/
#background .topEvent dl.osusume {
    width: 650px;
    padding: 0 30px 0 0;
    margin: 0 0 14px 0;
    border-bottom: none;
    border-right: dotted 1px #a5a5a5;

}
#background .topEvent dl.osusume dt,
#background .topEvent dl.osusume dd {
    width: 300px;}
#background .topEvent dl.osusume dd.photo,
#background .topEvent dl.osusume dd.more {
    margin: 0 0 0 0;}
#background .topEvent dl.osusume dd.more {
    clear: right;
}
#background .topEvent dl.osusume dt {
    font-size: 18px;}
#background .topEvent dl.osusume dt em {
    font-size: 14px;
    line-height: 1.63;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #top_event {
        overflow: hidden;
    }
    #background .topEvent dl {
        width: auto;
        margin: 0 20px 15px 20px;
        float: none;
        border-bottom: dotted 1px #a5a5a5;
    }
    #background .topEvent dl:last-of-type {
        border-bottom: dotted 1px #a5a5a5;}
    #background .topEvent dl dt ,
    #background .topEvent dl dd {
        width: calc(100% - 135px);
        margin: 0 0 10px 0;
    }
    #background .topEvent dl dt {
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.03em;
        margin-bottom: 5px;
    }
    #background .topEvent dl dt em,
    #background .topEvent dl dt span {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    #background .topEvent dl dt span {
        margin-bottom: 0;
        padding: 3px 3px 3px 3px;
    }
    #background .topEvent dl dd.text {
        font-size: 13px;
        color: #666;
        line-height: 1.67;
    }
    #background .topEvent dl dd.photo {
        display: block;
        width: 125px;
        float: left;
    }
    #background .topEvent dl dd.more {
        text-align: center;}
    #background .topEvent dl dd.more a {
        display: block;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }
    /*-----------------------------------*/
    #background .topEvent dl.osusume {
        width: auto;
        margin: 0 20px 15px 20px;
        float: none;
        border-bottom: dotted 1px #a5a5a5;
        padding: 0;
        border-right: none;
    }
    #background .topEvent dl.osusume dt ,
    #background .topEvent dl.osusume dd {
        width: calc(100% - 135px);
        margin: 0 0 10px 0;
    }
    #background .topEvent dl.osusume dt {
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.03em;
        margin-bottom: 5px;
    }
    #background .topEvent dl.osusume dd.photo {
        display: block;
        width: 125px;
        float: left;
    }
    #background .topEvent dl.osusume dt em,
    #background .topEvent dl.osusume dt span {
        font-size: 12px;
        display: inline-block;
        line-height: 1.4;
        letter-spacing: 0.03em;
        margin-bottom: 8px;
    }
    #background .topEvent dl.osusume dd.more {
        text-align: center;
        margin-bottom: 10px;
    }
    #background .topEvent dl.osusume .top_event_date {
        display: none;
    }

}


/*------------------------------------
  トップ 施工事例設定　ここから
-------------------------------------*/
#background .topSlider {
    overflow: hidden;
}
#background .topSlider section {
    overflow: hidden;
    margin-bottom: 100px;
    padding-top: 100px;
    width: 100%;
    min-width: 1100px;
}
#background .topSlider h3 {
    width: 1000px;
    margin: 0 auto 24px;
    padding: 0 10px 10px;
    text-align: center;
    border-bottom: 2px solid #00546c;
    color: #00546c;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
#background .topSlider p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.08em;
    color: #444;
    text-align: center;
    margin: 0 0 50px 0;
}
#background .topSlider p.more {
    padding-top: 50px;
    margin: 0;
}
#background .topSlider p.more a {
    font-family: 'Sawarabi Mincho', serif;
    display: inline-block;
    position: relative;
    padding: 20px 90px 20px 90px;
    background: #00546c;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}
#background .topSlider p.more a:before {
    display: block; content: " ";
    width: 20px;height: 20px;
    position: absolute;
    top: 50%; right: 10px;
    margin-top: -10px;
    background: url(./images/arw_white.png) no-repeat 50% 50%;
    background-size: 4px 9px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topSlider section {
        width: 100%;
        min-width: initial;
        min-width: auto;
        padding-top: 60px;
        margin-bottom: 60px;
    }
    #background .topSlider h3 {
        width: auto;
        font-size: 22px;
        text-align: center;
        margin: 0 0 18px;
    }
    #background .topSlider p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 20px 20px 20px;
    }
    #background .topSlider p span {
        display: inline-block;
    }
    #background .topSlider p.more {
        padding-top: 30px;
        margin: 0 20px 0 20px;
    }
    #background .topSlider p.more a {
        display: block;
        padding: 15px 20px 15px 20px;
    }
}
/*-----------------------------------*/
#background #top_event ul,
#background .topSlider ul {
    width: 2170px;
    margin-left: -1085px;/*
    width: 1550px;
    margin-left: -775px;*/
    left: 50%;
    position: relative;
}
#background #top_event ul li,
#background .topSlider ul li {
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;
}
#background #top_event ul li img,
#background .topSlider ul li img {
    margin: 0 0 20px 0;
}
#background #top_event ul li figure,
#background .topSlider ul li figure {
    position: relative;
    display: block;
    margin: 0 0 0 0;
}
#background #top_event ul li figcaption,
#background .topSlider ul li figcaption {
    font-size: 15px;
    text-align: center;
    color: #2e5a6e;
}
#background #top_event ul li span,
#background .topSlider ul li span {
    display: block;
    text-align: center;
}
#background #top_event ul li a,
#background .topSlider ul li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background: #fff;
    filter: Alpha(opacity=0);
    opacity: 0;
    overflow: hidden;
    text-indent: -20em;
}
#background #top_event ul li a:hover,
#background .topSlider ul li a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
#background #top_event .bx-wrapper::before,
#background #top_event .bx-wrapper::after, 
#background .topSlider .bx-wrapper::before,
#background .topSlider .bx-wrapper::after {
    display: block; content: " ";
    width: calc(50% - 460px);
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    visibility: visible;
    background: rgba(255,255,255,0.5);
}
#background #top_event .bx-wrapper::before,
#background .topSlider .bx-wrapper::before {
    z-index: 10;
}
#background #top_event .bx-wrapper::after,
#background .topSlider .bx-wrapper::after {
    left: calc(50% + 460px);
    width: 1085px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #top_event ul,
    #background .topSlider ul {/*
        width: 150%;
        margin-left: -33.3333%;*/
        width: 133.3333%;
        margin-left: -16.6666%;
        left: 0;
    }
    #background  #top_event ul li img,
    #background .topSlider ul li img {
        margin: 0 0 10px 0;
    }
    #background #top_event ul li figcaption,
    #background .topSlider ul li figcaption {
        font-size: 10px;
        line-height: 1.28;
        color: #222;
    }
    #background #top_event:before ,
    #background #top_event:after,
    #background .topSlider:before ,
    #background .topSlider:after {
        display: none;
    }
}
/*-----------------------------------*/
#background #top_event .bx-controls,
#background .topSlider .bx-controls {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 70;
}
#background #top_event .bx-controls-direction,
#background .topSlider .bx-controls-direction {
    width: 100%;
    position: relative;
}
#background #top_event .bx-controls a,
#background .topSlider .bx-controls a  {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 125px;
    left: calc(50% - 460px);
    overflow: hidden;
    background: url(./images/top_slide_left.png) no-repeat 50% 50%;
    text-indent: -10em;
}
#background #top_event .bx-controls a.bx-next,
#background .topSlider .bx-controls a.bx-next {
    left: auto; right: calc(50% - 460px);
    background: url(./images/top_slide_right.png);
        background-size: 100% 100%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topSlider .bx-controls a {
        width: 20px;
        height: 25px;
        top: -12px;
        left: 0;
        margin-top: 17%;
        background-size: 100% 100%;
    }
    #background .topSlider .bx-controls a.bx-next {
        left: auto; right: 0;
    }
}


/*------------------------------------
  トップ ブログ設定　ここから
-------------------------------------*/
#background .topBlog {
    padding-bottom: 60px;
    margin-top: 85px;
}
#background .topBlog .rssSet {
    background: #f0f5f6;
    padding: 40px 50px 40px 50px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}
#background .topBlog .rssSet h3 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    color: #00546c;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
#background .topBlog .rssSet dl {
    width: 300px;
}
#background .topBlog .rssSet dl:nth-of-type(2) {
    width: 350px;
    padding: 0 24px 0 24px;
    margin: 0 25px 0 25px;
    border-left: dashed 1px #a5a5a5;
    border-right: dashed 1px #a5a5a5;
}
#background .topBlog .rssSet dl dd {
    text-align: center;
}
#background .topBlog .rssSet dl dt {
    text-align: center;
    padding: 10px 0 10px 0;
    color: #2e5a6e;
    line-height: 1.4em;
}
#background .topBlog .rssSet dl dt span {
    display: block;
    font-size: 12px;
}
#background .topBlog .rssSet dl dt strong {
    display: block;
    font-size: 16px;
}
#background .topBlog .rssSet dl dd a {
    position: relative;
    display: block;
}
#background .topBlog .rssSet dl dd a span {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66.666%;
    overflow:hidden;
}
#background .topBlog .rssSet dl dd a span img {
    position: absolute;
    left: 0;
    top: 0;
}
#background .topBlog .rssSet dl dd.more a {
    font-family: 'Sawarabi Mincho', serif;
    display: inline-block;
    padding: 15px 50px 15px 50px;
    background: #00546c;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}
#background .topBlog .rssSet dl dd.more a:before {
    display: block; content: " ";
    width: 6px;height: 6px;
    position: absolute;
    bottom: 10px; right: 10px;
    /* background: url(./images/icon_blanc.png) no-repeat 50% 50%; */
    background-size: 6px 6px;
}
#background .topBlog .rssSet dl dd.new a:before {
    display: block; content: " ";
    width: 43px;height: 43px;
    position: absolute;
    top: -2px; left: -2px;
    background: url(./images/icon_new.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    z-index: 10;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .topBlog {
        padding-bottom: 10px;
        margin-top: 2px;
    }
    #background .topBlog .rssSet {
        padding: 50px 0 60px 0;
        margin-bottom: 0;
    }
    #background .topBlog .rssSet h3 {
        width: 100%;
        margin-bottom: 18px;
        padding: 0 10px 10px 10px;
        font-size: 22px;
    }
    #background .topBlog .rssSet dl ,
    #background .topBlog .rssSet dl:nth-of-type(2) ,
    #background .topBlog .rssSet dl:nth-of-type(3) {
        width: 33.33333%;
        margin: 0 0 0 0;
        padding: 0 10px 0 10px;
        border-left: #f0f5f6;
        border-right: dashed 1px #a5a5a5;
    }
    #background .topBlog .rssSet dl:nth-of-type(3) {
        border-right: #f0f5f6;
    }
    #background .topBlog .rssSet dl dd {
        text-align: center;
    }
    #background .topBlog .rssSet dl dt {
        padding: 5px 0 5px 0;
        font-size: 10px;
    }
    #background .topBlog .rssSet dl dt span {
        font-size: 8px;}
    #background .topBlog .rssSet dl dt strong {
        font-size: 10px;}
    #background .topBlog .rssSet dl dd.more a {
        display: block;
        padding: 10px 15px 10px 5px;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1em;
        text-align: center;
    }
    #background .topBlog .rssSet dl dd.new a:before {
        width: 30px;height: 30px;
        top: -2px; left: -2px;
    }
}

/*------------------------------------
  TOP インスタ　ここから
-------------------------------------*/
@media screen and (min-width: 741px) {
    #top_insta {
        border-top: 3px solid #02546a;
        border-bottom: 3px solid #02546a;
        padding: 30px 0 !important;
        margin-bottom: 70px !important;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-family: 'Sawarabi Mincho', serif;
    }
    #top_insta::after {
        display: none !important;
    }
    #top_insta .data_area {
        text-align: center;
        padding: 4px 0 0 10px;
    }
    #top_insta .data_area .txt {
        text-align: center;
        margin: 20px auto 0;
        font-family: 'Sawarabi Mincho', serif;
        line-height: 1.75;
    }
    #top_insta .data_area .insta_title_area {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5px;
    }
    #top_insta .data_area .insta_title_area .insta_logo {
        width: 271px;
        margin:0 15px 0 0 ;
    }
    #top_insta .data_area .insta_title_area .publi {
        font-size: 24px;
        font-family: 'Sawarabi Mincho', serif;
        margin: 0;
    }
    #top_insta .data_area .insta_btn {
        margin: 0;
    }
    #top_insta .data_area .insta_btn a {
        text-align: center;
        width: 260px;
        color: #FFFFFF;
        margin: 20px auto 0;
        padding: 14px 0 12px;
        display: block;
        position: relative;
        font-size: 18px;
        font-family: 'Sawarabi Mincho', serif;
        background: #00546c;
    }
    #top_insta .data_area .insta_btn a::after {
        content: "";
        background: url(./images/icon_blanc_big.png) no-repeat;
        width: 8px;
        height: 8px;
        background-size: 8px;
        position: absolute;
        right: 8px;
        bottom: 8px;
    }
    #top_insta .photo_area {
        width: 310px;
        flex-shrink: 0;
    }
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #top_insta {
        border-top: 2px solid #02546a;
        border-bottom: none;
        padding: 50px 5px 0 !important;
        margin-bottom: 40px !important;
        text-align: center;
        font-family: 'Sawarabi Mincho', serif;
    }
    #top_insta .data_area .insta_title_area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #top_insta .data_area .insta_title_area .insta_logo {
        width: 142px;
        margin:0 8px 0 0 ;
    }
    #top_insta .data_area .insta_title_area .publi {
        font-size: 17px;
        font-family: 'Sawarabi Mincho', serif;
        margin: 0;
        line-height: 1;
        padding-top: 2px;
    }
    #top_insta .data_area .txt {
        text-align: center;
        margin: 22px auto 0;
        font-family: 'Sawarabi Mincho', serif;
        line-height: 1.8em;
        letter-spacing: 0;
        font-size: 13px;
    }
    #top_insta .data_area .insta_btn {
        margin: 0;
    }
    #top_insta .data_area .insta_btn a {
        text-align: center;
        width: 200px;
        color: #FFFFFF;
        margin: 20px auto 0;
        padding: 10px 0;
        display: block;
        position: relative;
        font-family: 'Sawarabi Mincho', serif;
        background: #00546c;
        font-size: 14px;
    }
    #top_insta .data_area .insta_btn a::after {
        content: "";
        background: url(./images/icon_blanc_big.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 7px;
        position: absolute;
        right: 7px;
        bottom: 7px;
    }
    #top_insta .photo_area {
        margin: 30px auto 0;
        padding: 0 23px;
    }
}