

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
} 


a:hover{
    opacity: .7;
}

/*共通スタイル*/
.pc{
    display: block;
}
.sp{
    display: none;
}

img.pc,img.sp{
    margin: 0 auto;
}

.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
body.active{
    overflow: hidden;
    height: 100%;
}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px ; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.red{
    color: #b00014;
}



/*-------------------------------------
layout
-------------------------------------*/
.l-container{
    max-width: 1100px;
    margin: 0 auto;
}
.l-df{
    display: flex;
}
.l-header{
    
}
.l-footer{
    
}
.el-page__content{
    position: relative;
}
/*-------------------------------------
component
-------------------------------------*/
.df-between{
    justify-content: space-between;
}
.df-around{
    justify-content: space-around;
}

/*-------------------------------------
project
-------------------------------------*/
    /*header------------------------------------*/
    .kimiomoi__header{
        position: fixed;
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        display: none;
        height: 100%;
        padding-top: 60px;
        text-align: center;
        color: #fff;
        background: #0962b5;
        float: none;
        margin-right: 0;
        z-index: 6000000;
    }
    .kimiomoi__header.active{
        padding-top: 0;
    }
    .kimiomoi__header__inner{
        display: flex;
    }
    .kimiomoi__header__logoWrap,.kimiomoi__navWrap{
        width: 50%;
        height: 100vh;
    }
    .kimiomoi__header__logoWrap{
        background-color: #0F5AA5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .kimiomoi__navWrap{
        display: flex;
        align-items: center;
        padding: 0 8.5vw;
        box-sizing: border-box;
    }
    .kimiomoi__nav{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .kimiomoi__nav__list{
        width: 50%;
    }
    .kimiomoi__nav__item{
        margin-bottom: 75px;
    }
    a.kimiomoi__nav__link{
        text-align: left;
        text-decoration: none;
        display: block;
    }
    .kimiomoi__nav__bdr{
        border-bottom: 2px solid #fff;
        padding-bottom: 5px;
    }
    a.kimiomoi__nav__link--sub{
        margin-top: 35px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .kimiomoi__nav__link--sub:before{
        content: '';
        width: 20px;
        height: 1px;
        background-color: #fff;
        display: inline-block;
        margin-right: 10px;
    }
    .kimiomoi__nav__subTxt{
        display: block;
        color: #fff;
        line-height: 1;
        font-size: 12px;
        margin-bottom: 26px;
        font-weight: 600;
    }

    .kimiomoi__header__logo{
        width: 35.56vw;
        max-width: 492px;
    }
    .kimiomoi__header__logo img{
        width: 100%;
    }
    .l-nav.active{
        overflow-y: auto;
    }
    
    .toggle{
        position: absolute;
        right: 0;
        top: 220px;
        border-radius: 0 0 0 30px;
        width: 70px;
        height: 70px;
        text-align: center;
        cursor: pointer;
        z-index:1000;
        background: #0F5AA5;
        
    }
    .toggle--clone{
        top: 60px;
        position: fixed;
        display: none;
    }
    .toggle--clone.big-header{
        top: 220px;
    }
    .toggle.active{
        background-color: transparent;
        right: 0;
        top: 0;
        z-index: 6000000;
    }
    .toggle--clone.active{
        top: 0;
    }
    .toggle span:nth-child(1){
        top:0;
    }
    .toggle span:nth-child(2){
        top: 6px;
    }

    .toggle__lineWrap{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 30px;
        height: 12px;
    }
    .toggle span{
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        right: 0;
    }
    .toggle.active span:nth-child(1){
        top: 0;
        border-color: #fff;
        left: 0;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .toggle.active span:nth-child(2){
        top: 0;
        border-color: #fff;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        transform: rotate(30deg);
    }


   .kimiomoi__mv{
    position: relative;
    margin-top: -220px;
    padding-top: 220px;
   }
   .kimiomoi__header__siteLogo{
    position: absolute;
    top: calc(1.8vw + 220px);
    left: 5vw;
    width: 8.7vw;
    min-width: 100px;
   }
.kimiomoi__movie{
    /* background-image: url('/_var/kimiomoi/about/img/movie_bg.jpg');
    background-color: #dff2fd;
    background-position: bottom 95px center;
    background-size: 100%; */
    padding-top: 120px;
    background: linear-gradient(180deg, #dff2fd 0%, #dff2fd 65%, #fff 50%, #fff 100%);
    /* background-repeat: no-repeat; */
    position: relative;
}
.kimiomoi__movie__bg{
    position: absolute;
    bottom: 6vw;
    z-index: 1;
}
.kimiomoi__movie__content{
    z-index: 2;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.kimimoi__movieWrap iframe{
    width: 100%;
}
.kimiomoi__movie__ttl{
    margin-bottom: 25px;
}
.kimiomoi__subTtl{
    text-align: center;
    margin-bottom: 30px;
}
.kimiomi__secTtl{
    text-align: center;
    margin-bottom: 40px;
}
.kimiomoi__inner{
    width: 75vw;
    margin: 0 auto;
}
/*メッセージ-----------------------------------------------------*/
.kimiomoi__message{
    padding-bottom: 68px;
    position: relative;
    margin-top: -120px;
    padding-top: 120px;
}
.kimiomoi__message__bgImg{
    position: absolute;
}
.kimiomoi__message__bg-leftTop{
    width: 14.25vw;
    top: 17.5vw;
    left: 6.25vw;
}
.kimiomoi__message__bg-leftBottom{
    width: 24.6vw;
    bottom: 5.3vw;
    left: -1.8vw;
}
.kimiomoi__message__bg-rightTop{
    width: 22vw;
    right: 0
}
.kimiomoi__message__bg-rightBottom{
    width: 15.4vw;
    right: 5.25vw;
    bottom: 22.5vw;
}
.kimiomoi__message__subTtl{
    padding-top: 114px;
    margin-bottom: 74px;
}
.kimiomi__message__ttl{
    margin-bottom: 80px;
}
.kimiomoi__message__copy,.kimiomi__message__ttl{
    text-align: center;
}
.kimiomi__message__txt{
    margin-bottom: 70px;
}
.kimiomoi__message__bigTxt{
    margin-bottom: 104px;
}
/*特長-----------------------------------------------------*/
.kimiomi__featureWrap{
    margin-top: -90px;
    padding-top: 90px;
}
.kimiomoi__feature{
    background-color: #0F5AA5;
    position: relative;
    background-size: contain;
    z-index: 1;
    padding: 40px 0 90px;
}

.kimiomi__bg__img img{
    width: 100%;
    margin-bottom: -1px;
    margin-top: -2px;
}
.kimiomoi__feature__inner{
    max-width: 1040px;
    margin: 0 auto;
}
.kimiomi__feature__txt{
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    font-feature-settings: 'palt';
    letter-spacing: .12em;
    margin-bottom: 90px;
}
.kimiomoi__feature__logoWrap--exlink:hover:after{
    background-color: #4794da;
}
a.kimiomoi__feature__link:hover img,a.kimiomoi__feature__link:hover{
    opacity: 1;
}
.kimiomoi__feature__itemWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kimiomoi__feature__item{
    width: 43.6%;
    text-align: center;
}
.kimiomi__feature__pointTtl{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.kimiomoi__feature__num{
    position: absolute;
    left: -52px;
    top: -47px;
}
.kimiomoi__feature__num-2{
    left: -55px;
}
.kimiomoi__feature__logoWrap{
    text-align: center;
    background-color: #fff;
    border: 8px solid #dbf0fc;
    border-radius: 200px;
    width: 100%;
    box-sizing: border-box;
}
.kimiomoi__feature__link{
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.kimiomoi__feature__logoWrap--exlink{
    position: relative;
}
.kimiomoi__feature__logoWrap--exlink:after{
    content: '';
    width: 30px;
    height: 30px;
    background-color: #0F5AA5;
    background-image: url('/_var/kimiomoi/about/img/ex-link.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    border-radius: 50%;
    background-position: center;
    right: 30px;
    top: 0;
    bottom: 0;
    transition: all .3s;
    margin: auto;
}
.kimiomoi__feature__pointTtl__txt{
    display: inline-block;
    position: relative;
}
/*ラインナップ-----------------------------------------------------*/
.kimiomoi__lineup__subTtl{
    margin-top: -140px;
    padding-top: 140px;
}
.kimiomoi__lineup{
    margin-bottom: 120px;
    margin-top: 2.5vw;
}
.kimiomoi__lineup__listWrap{
    display: none;
    margin-top: -200px;
    padding-top: 200px;
}
.kimiomoi__lineup__listWrap.is-active{
    display: block;
}
.kimiomoi__lineup__tabBtn{
    position: relative;
    transition: all .3s;
}
.kimiomoi__lineup__tabBtn:hover{
    opacity: .8;
}
.kimiomoi__lineup__tabWrap{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.kimiomoi__lineup__tabBtn{
    margin: 0 4px;
}
.kimiomoi__lineup__tabBtn--dog.is-active:before{
    content: '';
    background-image: url('/_var/kimiomoi/about/update202309/img/tab-link1-on.png');
    background-repeat: no-repeat;
    width: 296px;
    height: 90px;
    z-index: 2;
    position: absolute;
    top: 0;
    background-color: #fff;
    background-size: contain;
}
.kimiomoi__lineup__tabBtn--cat.is-active:before{
    content: '';
    background-image: url('/_var/kimiomoi/about/update202309/img/tab-link2-on.png');
    background-repeat: no-repeat;
    width: 294px;
    height: 90px;
    z-index: 2;
    position: absolute;
    top: 0;
    background-color: #fff;
    background-size: contain;
}
.kimiomoi__lineup__liTtl{
    position: relative;
    text-align: center;
    margin-bottom: 65px;
}
.kimiomoi__lineup__liTtl:before,.kimiomoi__lineup__liTtl:after{
    content: '';
    width:40%;
    height: 1px;
    background: url('/_var/kimiomoi/about/img/lineup_bdr.png');
    position: absolute;
    background-size: 4px;
    top: 44%;
}
.kimiomoi__lineup__liTtl:before{
    left: 0;
}
.kimiomoi__lineup__liTtl:after{
    right: 0;
}
.kimiomoi__lineup__anchorWrap{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.kimiomoi__lineup__anochorLink{
    width: 20%;
    border-left: 2px solid #ddd;
    text-align: center;
    color: #0F5AA5!important;
    font-weight: 600;
    display: flex;
    justify-content: center;
    transition: all .3s;
    align-items: center;
}
a.kimiomoi__lineup__anochorLink:hover{
    opacity: 1;
}
.kimiomoi__lineup__anochorLink:hover .kimiomoi__arrow{
    background-color: #0F5AA5;
    transition: all .3s;
}
.kimiomoi__lineup__anochorLink:hover .kimiomoi__arrow__svg{
    stroke:#fff;
    transition: all .3s;
}
.kimiomoi__lineup__anochorLink:last-of-type{
    border-right: 2px solid #ddd;;
}
.kimiomoi__arrow__svg{
    stroke: #0F5AA5;;
    fill:none;
    stroke-width: 2px;
}
.kimiomoi__lineup__listItem{
    margin-bottom: 60px;
}
.kimiomoi__arrow{
    border: 2px solid #0F5AA5;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.kimiomoi__lineup__cateTtl{
    text-align: center;
}
.kimiomoi__lineup__cate{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 8px 20px;
    line-height: 1;
    border-radius: 50px;
    font-feature-settings: 'palt';
    letter-spacing: .14em;
    margin-bottom: 20px;
    min-width: 172px;
    position: relative;
}
.kimiomoi__lineup__cate--1{
    background-color: #1d9f8e;
}
.kimiomoi__lineup__list{
    display: flex;
    align-items: center;
    min-height: 407px;
    height: 25.4vw;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.kimiomoi__lineup__listImg{
    width: 40%;
    text-align: center;
}
.kimiomoi__lineup__list__txtWrap{
    width: 53%;
}
.kimiomoi__lineup__listTtl{
    margin-bottom: 1.8vw;
}
.kimiomoi__lineup__listTtl .pc{
    margin: 0;
}
.kimiomoi__lineup__list__pointWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: baseline; */
}
.kimiomoi__lineup__list__point{
    position: relative;
    width: 49%;
    background-color: #fff;
    border-radius: 10px;
    min-height: 68px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.8vw 28px;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.56;
    margin-bottom: 10px;
}
.kimiomoi__lineup__list__point p{
    font-size: min(1vw,16px);
}
.kimiomoi__lineup__list__point:nth-last-of-type(-n+2){
    margin-bottom: 0;
}
.kimiomoi__lineup__list__point:nth-of-type(-n+2){
    margin-bottom: 10px;
}
.kimiomoi__lineup__list__num{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 10px 0;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kimiomoi__lineup__li__annotation{
    font-size: 12px;
    letter-spacing: .12em;
    font-feature-settings: 'palt';
    margin-top: 15px;
    line-height: 1.7;
}
a.kimiomoi__lineup__list__btn{
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .62vw 3.12vw;
    border-radius: 20px 0 20px 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .12em;
    font-feature-settings: 'palt';
    transition: all .3s;
}
a.kimiomoi__lineup__list__btn:hover{
    opacity: 1;
}
a.kimiomoi__lineup__list--cateBg1:hover{
    background-color: #118878;
}
a.kimiomoi__lineup__list--cateBg2:hover{
    background-color: #228ed2;
}
a.kimiomoi__lineup__list--cateBg3:hover{
    background-color: #8663b7;
}
a.kimiomoi__lineup__list--cateBg4:hover{
    background-color: #e48406;
}
a.kimiomoi__lineup__list--cateBg5:hover{
    background-color: #e24172;
}
.kimiomoi__lineup__list--1{
    background-image: url('/_var/kimiomoi/about/img/lineup_bg_green.jpg');
    
}
.kimiomoi__lineup__list--2{
    background-image: url('/_var/kimiomoi/about/img/lineup_bg_blue.jpg');
}
.kimiomoi__lineup__list--3{
    background-image: url('/_var/kimiomoi/about/img/lineup_bg_purple.jpg');
}
.kimiomoi__lineup__list--4{
    background-image: url('/_var/kimiomoi/about/img/lineup_bg_orange.jpg');
}
.kimiomoi__lineup__list--5{
    background-image: url('/_var/kimiomoi/about/img/lineup_bg_pink.jpg');
}
.kimiomoi__lineup__list__num--1,.kimiomoi__lineup__list--cateBg1{
    background-color: #1d9f8e;
}
.kimiomoi__lineup__list__point--1,.kimiomoi__lineup__list--cate1{
    color: #1d9f8e;
}
.kimiomoi__lineup__list--cateBg2{
    background-color: #3da7ea;
}
.kimiomoi__lineup__list--cate2{
    color:#3da7ea ;
}
.kimiomoi__lineup__list--cateBg3{
    background-color: #9f80c9;
}
.kimiomoi__lineup__list--cate3{
    color:#9f80c9 ;
}
.kimiomoi__lineup__list--cateBg4{
    background-color:#f29822 ;
}
.kimiomoi__lineup__list--cate4{
    color: #f29822;
}
.kimiomoi__lineup__list--cateBg5{
    background-color: #f16892;
}
.kimiomoi__lineup__list--cate5{
    color: #f16892;
}
.kimiomoi__lineup__list__arrow{
    transform: rotate(-90deg);
}
.kimiomoi__lineup__anochorLink--cat{
    width: 27%;
}
.kimiomomi__lineup__anchor_subTxt{
    font-size: 14px;
}
.kimiomoi__lineup__cate__type{
    position: absolute;
    right: -50px;
    top: -42px;
}
.kimiomoi__lineup__list__point-2{
    width: 100%;
    padding: 25px 28px;
    height: 8.25vw;
}
.kimiomoi__lineup__list__type{
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    
}
.kimiomoi__lineup__list__typeTtl{
    font-weight: 600;
    text-decoration: underline;
}
.kimiomoi__lineup__list__typeTtl:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: radial-gradient(#9f80c9 50%, white 50%);
    background-size: 4px;
    margin: 5px;
}
.kimiomoi__lineup__list__point-mb{
    margin-bottom: 10px!important;
}
.kimiomoi__lineup__listImg__photo{
    margin-top: 1.8vw;
}
.kimiomoi__lineup__listImg__photo--dog1{
    width: 66.2%;
    /* max-width: 317px; */
}
.kimiomoi__lineup__listImg__photo--dog2{
    width: 51.45%;
    /* max-width: 247px; */
}
.kimiomoi__lineup__listImg__photo--dog3{
    width: 35%;
    /* max-width: 144px; */
}
.kimiomoi__lineup__listImg__photo--dog4{
    width:  72.7%;
    /* max-width: 349px; */
}
.kimiomoi__lineup__listImg__photo--dog5{
    width: 62.5%;
    /* max-width: 300px; */
}
.kimiomoi__lineup__listImg__photo--cat1{
    width: 76.8%;
    /* max-width: 369px; */
}
.kimiomoi__lineup__listImg__photo--cat2{
    width: 90.41%;
    /* max-width: 434px; */
}
.kimiomoi__lineup__listImg__photo--cat3{
    width: 50.41%;
    /* max-width: 242px; */
}
.kimiomoi__lineup__listImg__photo--cat4{
    width: 46.87%;
    /* max-width: 225px; */
}
.kimiomoi__lineup__listImg__photo--cat5{
    width: 76.41%;
    /* max-width: 365px; */
}
.kimiomoi__lineup__list__ttl--dog1{
    width: 15vw;
}
.kimiomoi__lineup__list__ttl--dog2{
    width: 14.7vw;
}
.kimiomoi__lineup__list__ttl--dog3{
    width: 18.5vw;
}
.kimiomoi__lineup__list__ttl--dog4{
    width: 26.3vw;
}
.kimiomoi__lineup__list__ttl--dog5{
    width: 17.8vw;
}
.kimiomoi__lineup__list__ttl--cat1{
    width: 22.43vw;
}
.kimiomoi__lineup__list__ttl--cat2{
    width: 22.43vw;
}
.kimiomoi__lineup__list__ttl--cat3{
    width: 10.12vw;
}
.kimiomoi__lineup__list__ttl--cat4{
    width: 16.6vw;
}
.kimiomoi__lineup__list__ttl--cat5{
    width: 23.9vw;
}
/*CM動画-----------------------------------------------------*/
.kimiomoi__cm__subTtl{
    margin-top: -240px;
    padding-top: 240px;
}
.kimiomoi__cm{
    background-color: #dbf0fc;
    padding: 100px 0 70px;
}
.kimiomoi__cmWrap{
    display: flex;
    justify-content: center;
}
.kimiomoi__cm__item{
    margin: 0 .625vw;
    width: 32vw;
    
}
.kimiomoi__cm__thmubImg{
    width: 100%;
}
.kimiomoi__cm__thumb{
    position: relative;
}
.kimiomoi__cm__play{
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.kimiomoi__cm__ttl{
    margin-top: 20px;
    color: #0F5AA5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
    font-feature-settings: 'palt';
}
/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
    padding:0;
  }
  .modaal-close{

  }
  .modaal-close{
    background-color: #0F5AA5!important;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    z-index: 2;
    width: 70px;
    height: 70px;
  }
  .modaal-close:after, .modaal-close:before{
    width: 3px;
    background:#fff;  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .modaal-close:focus:after,
  .modaal-close:focus:before,
  .modaal-close:hover:after,
  .modaal-close:hover:before{
    background:#fff;
    
  }
  .video-open:hover img{
    opacity: 1;
  }
  .modaal-wrapper{
    z-index: 6500000;
}
.modaal-overlay{
    z-index: 6000000;
}
/*ショッピング-----------------------------------------------------*/

.kimiomoi__shopWrap{
    background-color: #dbf0fc;
    margin-top: -100px;
    padding-top: 100px;
}
.kimiomoi__shop{
    background-color: #0F5AA5;
    padding: 0 0 116px;
}
.kimiomoi__shop__txt,.kimiomoi__shop__btnWrap{
    text-align: center;
}
.kimiomoi__shop__txt{
    color:#fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}
a.kimiomoi__btn{
    background-color: #eb6e8e;
    display: inline-block;
    padding: 15px 60px;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .08em;
    border-radius: 50px;
    font-feature-settings: 'palt';
}
.kimomoi__arrow-white{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: #fff;
    padding-bottom: 1px;
    transform: rotate(-90deg);
}
a{
    transition: all .3s;
}
a:hover{
    text-decoration: none;
    transition: all .3s;
}
.kimiomoi__arrow__svg-white{
    stroke:#fff;
}

@media screen and (max-width: 1199px) {
    .kimiomoi__inner,.kimiomoi__feature__inner{
        width: 90%;
    }
    .kimiomoi__lineup__list__point p{
        font-size: max(1vw, 12px);
    }
    .kimiomoi__lineup__list{
        min-height: 33.4vw;
    }
    .kimiomoi__lineup__list__point{
        min-height: 4.25vw;
    }
    a.kimiomoi__lineup__list__btn{
        padding: 0.62vw 5.12vw;
    }
    
}
@media screen and (max-width: 979px) {
    .kimiomoi__header__inner{
        flex-direction: column;
    }
    .kimiomoi__header__logoWrap, .kimiomoi__navWrap{
        width: 100%;
        height: auto;
    }
    .kimiomoi__header__logoWrap{
        padding: 80px 0;
    }
    .kimiomoi__navWrap{
        padding: 80px 6%;
    }
    .kimiomoi__header.active{
        overflow: auto;
    }
}