@charset "UTF-8";

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    margin: 0;
    padding: 0;
    font-family: 'Jost', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 11px;
    line-height: 1.6;
    color: #7a7272;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


img, svg {
    vertical-align: bottom;
    transition: all .3s ease-out;
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #7a7272;
    transition: all .3s ease-out;
}

a:hover {
    opacity: 0.7;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.narrow {
    font-family: 'Archivo Narrow', sans-serif;
}

.medium {
    font-weight: 500;
}

.inline-block {
    display: inline-block;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

.center {
    display: table;
    text-align: center;
}

.center > *{
    display: table-cell;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
    display: inline-block;
}

.bold {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.under {
    text-decoration: underline;
}

.home {
    position: relative;
}

.bg-gray {
    background: #eef1f1;
}

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

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

.text-gray {
    color: #bbb!important;
}

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

.mx1120 {
    max-width: 1120px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx980 {
    max-width: 980px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx950 {
    max-width: 950px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx920 {
    max-width: 920px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx880 {
    max-width: 880px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx840 {
    max-width: 840px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx760 {
    max-width: 760px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx700 {
    max-width: 700px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx680 {
    max-width: 680px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx640 {
    max-width: 640px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx600 {
    max-width: 600px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx540 {
    max-width: 540px!important;
    margin-left: auto;
    margin-right: auto;
}

.mx500 {
    max-width: 500px!important;
    margin-left: auto;
    margin-right: auto;
}

.pt10 {
    padding-top: 10px!important;
}

.pt20 {
    padding-top: 20px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.pt50 {
    padding-top: 50px!important;
}

.pt60 {
    padding-top: 60px!important;
}

.pt70 {
    padding-top: 70px!important;
}

.pt80 {
    padding-top: 80px!important;
}

.pt90 {
    padding-top: 90px!important;
}

.pt100 {
    padding-top: 100px!important;
}

.pt120 {
    padding-top: 120px!important;
}

.pb10 {
    padding-bottom: 10px!important;
}

.pb20 {
    padding-bottom: 20px!important;
}

.pb30 {
    padding-bottom: 30px!important;
}

.pb40 {
    padding-bottom: 40px!important;
}

.pb50 {
    padding-bottom: 50px!important;
}

.pb60 {
    padding-bottom: 60px!important;
}

.pb70 {
    padding-bottom: 70px!important;
}

.pb80 {
    padding-bottom: 80px!important;
}

.pb90 {
    padding-bottom: 90px!important;
}

.pb100 {
    padding-bottom: 100px!important;
}

.pb120 {
    padding-bottom: 120px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt90 {
    margin-top: 90px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb120 {
    margin-bottom: 120px!important;
}

.fs12 {
    font-size: 12px!important;
}

.fs13 {
    font-size: 13px!important;
}

.fs14 {
    font-size: 14px!important;
}

.fs15 {
    font-size: 15px!important;
}

.fs16 {
    font-size: 16px!important;
}

.fs18 {
    font-size: 18px!important;
}

.fs20 {
    font-size: 20px!important;
}

.fs22 {
    font-size: 22px!important;
}

.fs26 {
    font-size: 26px!important;
}

.fs28 {
    font-size: 28px!important;
}

.fs30 {
    font-size: 30px!important;
}

@media only screen and (max-width: 767px) {

    body {
        font-size: 11px;
    }

    .pt20 {
        padding-top: 15px!important;
    }

    .pt30 {
        padding-top: 20px!important;
    }

    .pt40 {
        padding-top: 25px!important;
    }

    .pt50 {
        padding-top: 30px!important;
    }

    .pt60 {
        padding-top: 35px!important;
    }

    .pt70 {
        padding-top: 40px!important;
    }

    .pt80 {
        padding-top: 50px!important;
    }

    .pt90 {
        padding-top: 60px!important;
    }

    .pt100 {
        padding-top: 70px!important;
    }

    .pt120 {
        padding-top: 80px!important;
    }

    .pb20 {
        padding-bottom: 15px!important;
    }

    .pb30 {
        padding-bottom: 20px!important;
    }

    .pb40 {
        padding-bottom: 25px!important;
    }

    .pb50 {
        padding-bottom: 30px!important;
    }

    .pb60 {
        padding-bottom: 35px!important;
    }

    .pb70 {
        padding-bottom: 40px!important;
    }

    .pb80 {
        padding-bottom: 50px!important;
    }

    .pb90 {
        padding-bottom: 60px!important;
    }

    .pb100 {
        padding-bottom: 70px!important;
    }

    .pb120 {
        padding-bottom: 80px!important;
    }

    .mt20 {
        margin-top: 15px!important;
    }

    .mt30 {
        margin-top: 20px!important;
    }

    .mt40 {
        margin-top: 25px!important;
    }

    .mt50 {
        margin-top: 30px!important;
    }

    .mt60 {
        margin-top: 35px!important;
    }

    .mt70 {
        margin-top: 40px!important;
    }

    .mt80 {
        margin-top: 50px!important;
    }

    .mt90 {
        margin-top: 60px!important;
    }

    .mt100 {
        margin-top: 70px!important;
    }

    .mt120 {
        margin-top: 80px!important;
    }

    .mb20 {
        margin-bottom: 15px!important;
    }

    .mb30 {
        margin-bottom: 20px!important;
    }

    .mb40 {
        margin-bottom: 25px!important;
    }

    .mb50 {
        margin-bottom: 30px!important;
    }

    .mb60 {
        margin-bottom: 35px!important;
    }

    .mb70 {
        margin-bottom: 40px!important;
    }

    .mb80 {
        margin-bottom: 50px!important;
    }

    .mb90 {
        margin-bottom: 60px!important;
    }

    .mb100 {
        margin-bottom: 70px!important;
    }

    .mb120 {
        margin-bottom: 80px!important;
    }

    .fs12 {
        font-size: 11px!important;
    }

    .fs13 {
        font-size: 12px!important;
    }

    .fs14 {
        font-size: 13px!important;
    }

    .fs15 {
        font-size: 14px!important;
    }

    .fs16 {
        font-size: 15px!important;
    }

    .fs18 {
        font-size: 16px!important;
    }

    .fs20 {
        font-size: 18px!important;
    }

    .fs22 {
        font-size: 18px!important;
    }

    .fs26 {
        font-size: 22px!important;
    }

    .fs28 {
        font-size: 24px!important;
    }
    
    .fs30 {
        font-size: 24px!important;
    }

    .sp-left {
        text-align: left!important;
    }
    
    .btn-view.sp-left {
        margin-left: 2.5%!important;
        margin-right: 0!important;
    }
    
    .btn-view.text-right.sp-left span:last-child {
        left: 0;
        right: auto;
    }
    
    .sp-right {
        text-align: right!important;
    }
    
    .btn-view.sp-right {
        margin-left: 0!important;
        margin-right: 2.5%!important;
    }

    .btn-view.sp-right span:last-child {
        left: auto;
        right: 0;
    }
    
    .btn-view.sp-right + .view-spec .spec {
        text-align: right!important;
    }
}


/* ------------------------
common
------------------------ */


@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
    .inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .inner {
        width: 100%;
    }
    
    .sp-inner {
        padding-left: 7%;
        padding-right: 7%;
    }
}


.tit-wrap {
    overflow: hidden;
}

.tit-right, .tit-left {
    width: 52%;
    max-width: 440px;
    color: #393939;
    line-height: 1;
    font-size: 24px;
    border-bottom: 2px solid #393939;
}

.tit-right-long {
    width: 72%;
    max-width: 580px;
    color: #393939;
    line-height: 1;
    font-size: 24px;
    border-bottom: 2px solid #393939;
}

.tit-right span, .tit-right-long span, .tit-left span {
    display: inline-block;
    transform: translateY(13%);
}

.tit-right, .tit-right-long {
    text-align: left;
    float: right;
}

.tit-left {
    text-align: right;
    float: left;
}

.tit-bland {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.tit-bland div {
    margin-left: auto;
    margin-right: auto;
}

.logo-cross {
    width: 30px;
    margin-top: -18px;
    margin-bottom: -18px;
}

.credit li {
    margin-bottom: 6px;
    overflow: hidden;
}
.credit_last li {
    margin-bottom: 20px;
    overflow: hidden;
}

.credit li span:not(:last-child) {
    font-size: 85.7%;
    display: inline-block;
}
.credit_last li span:not(:last-child) {
    font-size: 85.7%;
    display: inline-block;
}


.btn-buy, .btn-buy-a {
    display: inline-block;
    border: 1px solid #7a7272;
    line-height: 1.25;
    padding: 2px 45px;
    margin-left: 18px;
    float: right;
    transition: all .3s ease-out;
}


.btn-buy:hover, .btn-buy-a:hover {
    background: #7a7272;
    color: #fff;
}

.store {
    display: inline-block;
    padding: 2px;
    float: right;
}



.style-wrap {
    padding-bottom: 180px;
}


@media screen and (max-width: 767px) {
    
    .tit-bland {
        width: 85%;
    }

    .tit-right, .tit-right-long, .tit-left {
        font-size: 16px;
        border-bottom: 1px solid #393939;
    }

    .btn-buy {
        padding: 2px 36px;
        margin-left: 12px;
    }
    .btn-buy-a {
        padding: 2px 25px;
        margin-left: 12px;
    }


    .store {
        font-size: 10px;
        padding: 2px;
    }



    .style-wrap {
        padding-bottom: 90px;
    }

}


/* ------------------------
navi
------------------------ */

/*
#menu-btn {
    position: fixed;
    left: 30px;
    top: 25px;
    width: 48px;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
}

#menu-btn:hover {
    opacity: 0.5;
}

#menu-cont {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2;
    transition: all 0.25s ease-in-out;
}

#menu-close-btn {
    position: fixed;
    left: 32px;
    top: 20px;
    width: 48px;
    transition: opacity .3s ease;
    cursor: pointer;
}

#menu-close-btn:hover {
    opacity: 0.5;
}

#menu-cont-inner {
    padding-top: 100px;
    padding-bottom: 50px;
}

#menu-cont-inner li {
    padding: 12px 50px 12px 30px;
}

#menu-cont-inner a {
    font-size: 18px;
    text-decoration:underline;
    color: #000;
}


#menu-cont.menu-close {
    transform: translateX(-100%);
}


@media screen and (max-width: 767px) {
    
    #menu-btn {
        left: 20px;.
        top: 18px;
        width: 37px;
    }
    
    #menu-close-btn {
        left: 21px;.
        top: 15px;
        width: 37px;
    }
    
    #menu-cont-inner a {
        font-size: 17px;
    }

}

*/

#bland-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#bland-nav li {
    width: 26%;
    margin-right: 11%;
}

#bland-nav li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    #bland-nav {
        padding-left: 7%;
        padding-right: 7%;
    }

    #bland-nav li {
        width: 52%;
    }

    #bland-nav li:nth-child(odd) {
        margin-right: -4%;
    }
    
    #bland-nav li:nth-child(even) {
        margin-right: 0;
    }
    
}



/* ------------------------
item
------------------------ */

.flex {
    display: flex;
    flex-wrap: wrap;
}

.img-56 {
    width: 56%; 
}

.img-46 {
    width: 46%;
}

.img-43 {
    width: 43%;
}

.img-34 {
    width: 34%;
}

.img-31 {
    width: 31.2%;
}

.mgl-11 {
    margin-left: 11%;
}

.mgl-10 {
    margin-left: 10%;
}

.mgl-9 {
    margin-left: 9%;
}

.mgl-8 {
    margin-left: 8%;
}

.mgl-2 {
    margin-left: 3.2%;
}

/* ------------------------
key
------------------------ */

#key {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 60px;
}

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

@media screen and (max-width: 767px) {

    #key {
        padding: 0 0 40px 0;
    }

    .txt-key {
        position: static;
        right: auto;
        top: auto;
        transform: translateY(0);
        margin-top: 55px;
        margin-bottom: -30px;
        padding-left: 12.5%;
        padding-right: 12.5%;
    }
    
}

/* ------------------------
contents
------------------------ */

/*
.item-sec:not(.last-sec) {
    border-bottom: 1px dashed #ccc;
}
*/

.comment div {
    align-items: center;
}

.tit-comment {
    display: inline-block;
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
    transform: translateY(50%);
    color: #ac8b63;
}

.comment dd:first-child {
    width: 12.5%;
}

.comment dd:last-child {
    width: 87.5%;
    padding-left: 6.3%;
    color: #000;
}

.comment dd:last-child span {
    display: inline-block;
    padding-bottom: 6px;
}

.comment dd img + p {
    font-size: 90%;
    text-align: center;
    white-space: nowrap;
    line-height: 1.35;
    margin-top: -6px;
    font-weight: 500;
    color: #000;
}

.txt-catch {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 2.8;
}

.img-catch {
    display: flex;
    flex-wrap: wrap;
}

.img-catch .img-box {
    width: 33.33%;
}

.line-wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.view {
    margin-top: -4px;
}

.shift-right {
    transform: translateX(12%);
}

.btn-concept {
    background: #b4b4b4;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
}

.btn-concept:hover {
    background: #000;
}

@media screen and (max-width: 767px) {
    
    .item-sec {
        margin-top: 0;
        margin-bottom: 0;
    }

    .comment div {
        align-items: center;
    }

    .tit-comment {
        display: inline-block;
        background: #fff;
        padding-left: 5%;
        padding-right: 5%;
        transform: translateY(50%);
        color: #ac8b63;
    }

    .comment dd:first-child {
        width: 100%;
        padding-left: 39%;
        padding-right: 39%;
        padding-top: 3px;
        padding-bottom: 8px;
    }

    .comment dd:last-child {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .comment dd img + p {
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .btn-view.text-left {
        margin-left: 2.5%;
    }

    .btn-view.text-right {
        margin-right: 2.5%;
    }

    .txt-catch {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.8;
    }
    
    .img-catch {
        padding-top: 0!important;
    }

    .img-catch .img-box {
        width: 50%;
    }

    .view {
        margin-top: 0;
    }
    
    .btn-concept {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        text-align: center;
        margin-top: 20px;
    }

}

.img-wrap01 .img-box:nth-child(1) {
    width: 60%;
    margin-left: 6%;
    margin-right: -16%;
}

.img-wrap01 .img-box:nth-child(2) {
    width: 50%;
    padding-left: 0.7%;
    margin-top: 580px;
}

.img-wrap01 .img-box:nth-child(3) {
    width: 50%;
    padding-right: 0.7%;
    margin-top: 0;
    transform: translateY(-30%);
}

.img-wrap01 .img-box:nth-child(4) {
    width: 50%;
    padding-right: 12%;
    margin-top: 160px;
    transform: translateX(-18%);
}

.img-wrap02 .img-box:first-child {
    width: 47.04%;
    padding-right: 0.15%;
}

.img-wrap02 .img-box:last-child {
    width: 52.96%;
    padding-left: 1.05%;
}

.img-wrap02 .img-box:last-child img:first-child {
    padding-bottom: 1.1%;
}

.img-wrap02 .img-box:last-child img:last-child {
    padding-top: 1.1%;
}

.img-wrap03 .img-box:first-child {
    width: 50%;
    padding-right: 0.6%;
}

.img-wrap03 .img-box:last-child {
    width: 50%;
    padding-left: 0.6%;
}

.img-wrap04 {
    width: 100%;
}

.img-wrap04 .img-box {
    padding-left: 0.56%;
    padding-right: 0.56%;
}

.img-wrap04 .img-box.slide02 {
    padding-top: 16vw;
}

.img-wrap04 .img-box.slide03 {
    padding-top: 32vw;
}

.img-wrap05, .img-wrap06 {
    padding-bottom: 10px;
}

.img-wrap05 .img-box {
    width: 50%;
}

.img-wrap05 {
    align-items: flex-end;
}

.img-wrap06 .img-box {
    width: 50%;
}

.img-wrap07 {
    align-items: flex-end;
}

.img-wrap07 .img-box:first-child {
    width: 50%;
}

.img-wrap09 .img-box {
    width: 50%;
}

.img-wrap10 {
    align-items: flex-start;
}

.img-wrap10 .img-box:first-child {
    width: 56%;
    padding-right: 1.6%;
}

.img-wrap10 .img-box:last-child {
    width: 44%;
}

.concept-sec h2 {
    font-size: 36px;
}

.concept-sec h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    
    #bland01 {
        position: relative;
    }

    #bland01 .tit-bland {
        position: absolute;
        right: 8%;
        top: 140px;
        z-index: 2;
    }

    #bland03 .tit-bland {
        margin-left: 5%;
        margin-right: 0;
    }

    .img-wrap01 {
        justify-content: center;
    }

    .img-wrap07 + .view .btn-view {
        padding-left: 30px;
    }

    .img-wrap07 + .view .view-spec {
        padding-left: 30px;
    }

    .img-wrap07 .comment dd:first-child {
        width: 21%;
    }

    .img-wrap07 .comment dd:last-child {
        width: 79%;
        padding-left: 6.3%;
    }
    
    .img-wrap07 .img-box:nth-child(2) {
        padding-left: 4%;
    }

    .img-wrap07 .img-box:nth-child(2) {
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    
    .img-wrap01 .img-box:nth-child(1) {
        width: 68%;
        margin-left: 3%;
        margin-right: 0;
    }

    .img-wrap01 .img-box:nth-child(2) {
        width: 50%;
        padding-left: 0;
        margin-left: -21%;
        margin-top: 270px;
        z-index: 2;
        position: relative;
    }

    .img-wrap01 .img-box:nth-child(3) {
        width: 56%;
        padding-right: 0;
        margin-right: -6%;
        margin-top: 60px;
        transform: translateY(-30%);
    }

    .img-wrap01 .img-box:nth-child(4) {
        width: 50%;
        padding-right: 8%;
        margin-top: 140px;
        transform: translateX(-15%);
    }
    
    .img-wrap02 .img-box:first-child {
        width: 100%;
        padding-left: 12%;
        padding-right: 12%;
        padding-bottom: 2.5vw;
    }

    .img-wrap02 .img-box:last-child {
        width: 100%;
    }

    .img-wrap02 .img-box:last-child img:first-child {
        padding: 0 50px 5px 5px;
    }

    .img-wrap02 .img-box:last-child img:last-child {
        padding: 5px 5px 0 50px;
    }
    
    .img-wrap02 + .view {
        padding-right: 5px;
    }

    .img-wrap03 .img-box:first-child {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-bottom: 10px;
    }

    .img-wrap03 .img-box:last-child {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .img-wrap04 .img-box.slide02 {
        padding-top: 28vw;
    }

    .img-wrap04 .img-box.slide03 {
        padding-top: 56vw;
    }

    .img-wrap04 .img-box {
        padding-left: 0.2%;
        padding-right: 0.2%;
    }

    .img-wrap05 .img-box:first-child, .img-wrap06 .img-box:first-child, .img-wrap07 .img-box:first-child {
        width: 100%;
        padding-right: 31%;
    }

    .img-wrap07 .img-box:first-child {
        width: 100%;
        order: 1;
    }

    .img-wrap07 .img-box:nth-child(2){
        order: 3;
        padding-bottom: 50px;
    }

    .img-wrap07 .img-box:last-child {
        order: 2;
    }
    
    .img-wrap07 .img-box:last-child .view {
        padding-bottom: 15px!important;
    }

    .img-wrap08 {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    
}

/* ------------------------
concept
------------------------ */

.concept-wrap {
    display: flex;
    flex-wrap: wrap;
}

.concept-box {
    width: 32.83%;
    margin-left: 0.25%;
    margin-right: 0.25%;
    margin-bottom: 6px;
    padding: 0 3.3%;
}

.concept-box p {
    line-height: 2.5;
    padding-top: 18px;
}

.concept-box:nth-child(odd) {
    background: #eef1f1;
}

.concept-box:nth-child(even) {
    background: #e3e8e8;
}

@media screen and (max-width: 767px) {

    .concept-box {
        width: 100%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 6px;
        padding: 0 7.5%;
    }
    
    .concept-box p {
        line-height: 2;
    }

}

/* ------------------------
footer
------------------------ */

footer {
    background: #fff;
    position: relative;
}

.footer-top-link > div {
    max-width: 494px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer-top-link > div a {
    color: #fff;
    line-height: 1.35;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-link > div a:hover {
    opacity: .75;
}

.footer-staff-tit {
    font-size: 110%;
    padding-bottom: 10px;
}

.staff-list li {
    padding: 3px;
}

footer small {
    font-size: 13px;
}

.social-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-link a {
    margin: 15px;
    width: 24px;
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 176px;
    margin-left: auto;
    margin-right: auto;
}

.bt-ptop {
    position: absolute;
    right: 40px;
    top: 12px;
    width: 12px;
    transition: all .3s ease;
}

.bt-ptop:hover {
    opacity: 0.75;
}

.footer-top-link .disable {
    pointer-events: none;
}

@media screen and (max-width: 767px) {

    .footer-top-link {
        display: block;
        text-align: center;
    }
    
    .footer-top-link > div a {
        font-size: 19px!important
    }

    footer small {
        font-size: 11px;
    }


}

#bg-black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
}

.img-box {
    position: relative;
    overflow: hidden;
    
}

.img-box::after {
    content: "";
    background: #fff;
    width: 101%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .6s ease-in-out .3s;
    margin-left: -0.5%;
    margin-top: -0.5%;
}

.img-box.no-sh::after {
    display: none;
}

.img-box[data-aos="shutter"].aos-animate::after {
    transform: translateX(101%);
}

.img-box[data-aos="shutter-v"].aos-animate::after {
    transform: translateY(101%);
}

.spec a {
    color: #000;
    text-decoration: underline;
}

.spec a.soon {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}

.spec a:hover {
    opacity: .5;
}

ul.spec {
    padding-top: 3px;
}

.spec li {
    padding: 5px 0;
}

.btn-view {
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.btn-view span {
    transition: all .3s ease;
}

.btn-view span:first-child, .open.btn-view span:last-child {
    opacity: 1;
}

.btn-view span:last-child, .open.btn-view span:first-child {
    opacity: 0;
}

.btn-view.text-right span:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-view.text-left span:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn-view.text-center span:last-child {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    
    .img-wrap08 + .view .btn-view.text-right span:last-child {
        right: 30px;
    }
    
}

.btn-view:hover {
    opacity: .5;
}

.view-spec {
    max-height: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.open + .view-spec {
    max-height: 300px;
}

@media screen and (max-width: 767px) {
    
    .view-spec {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    
}