html{
  overflow: auto;
}
body{
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",Helvetica, Arial,  sans-serif;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  letter-spacing: 0.05em;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  box-sizing: border-box;
}
main{
  display:block;
}
p{
  margin: 0 0 0;
}
img{
  max-width:100%;
}
a:link { color: #fff; text-decoration: none;}
a:visited { color: #fff; }
a:hover { color: #fff; text-decoration: none;}
a:active { color: #fff; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.clearfix {
  min-height: 1%;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.carehybrid-container div.inner{
  margin: 0 auto;
  padding: 0 0;
  text-align: initial;
}
.carehybrid-container{
  background-color:#eaedee;
}
.page-article .carehybrid-container{
  background-color:#f9f9f9;
}
.carehybrid-container img{
  height:auto;
}



/* ---------------------------------------- */
/* MODULE */
/* ---------------------------------------- */
/* ATOM ---------------------------------------- */
.flex{
  display:flex;
}
.align-c{
  text-align:center;
}
.align-r{
  text-align:right;
}
.show-sml{
  display: none;
}
.l-inner{
  max-width:1040px;
  margin:0 auto;
  padding-left:30px;
  padding-right:30px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color:#000;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.note{
  font-size:13px;
}
.bg-gradient{
  background: #d7d7d7;
  background: -moz-linear-gradient(left, #d7d7d7 0%, #efefef 15%, #ffffff 50%, #efefef 85%, #d7d7d7 100%);
  background: -webkit-linear-gradient(left, #d7d7d7 0%,#efefef 15%,#ffffff 50%,#efefef 85%,#d7d7d7 100%);
  background: linear-gradient(to right, #d7d7d7 0%,#efefef 15%,#ffffff 50%,#efefef 85%,#d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#d7d7d7',GradientType=1 );
}
/* MOLECULES ---------------------------------------- */
.unit_points{
  max-width:940px;
  padding: 0 40px;
  margin:0 auto;
}
@media screen and (min-width:769px){
  .points-toggle-mark{
    display: none;
  }
}
.unit_points > li{
  position: relative;
  padding:48px 0px 70px;
  border:1px solid #b1181f;
  border-radius: 0px 0px 0px 10px;
  background-color:#fff;
  list-style:none;
}
.unit_points > li::before{
  content:'';
  display: block;
  position: absolute;
  top:-20px;
  left:-38px;
  width:110px;
  height:110px;
  background-size:110px 110px;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
.unit_points > li:first-child::before{
  background-image:url(../img/icon-point01.png);
}
.unit_points > li:nth-child(2)::before{
  background-image:url(../img/icon-point02.png);
}
.unit_points > li:last-child::before{
  background-image:url(../img/icon-point03.png);
}
@media screen and (min-width:769px){
  .block_contents-point{
    display: block!important;
  }
}

.unit_points .points-copy{
  margin-top:26px;
  margin-bottom: 59px;
}
.unit_relatedsites{
  justify-content: center;
  align-items: center;
}
.unit_relatedsites li{
  margin:0 20px;
}
.unit_relatedsites li a{
  display: block;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .unit_relatedsites li a:hover{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
.unit_share{
  justify-content: center;
  align-items: center;
}
.unit_share li{
  margin:0 15px;
}
.unit_share li a{
  display: block;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .unit_share li a:hover{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width:1000px) and (min-width:769px){
  .unit_relatedsites li{
    width:calc(33.3% - 0%);
    margin:0 2.8%;
  }
}


/* ---------------------------------------- */
/* LAYOUT */
/* ---------------------------------------- */
/* HERO---------------------------------------- */
.sec_hero{
  opacity: 0;
  will-change: opacity;
  position: relative;
}
body.loaded .sec_hero{
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sec_hero .mainvisual img{
  width:100%;
  height:auto;
  display: block;
}
.swiper-pagination-bullet{
  background: #c9c9ca;
  opacity:1;
  margin: 0px 3px;
}
.swiper-pagination-bullet-active{
  background: #b3181f;
}
.swiper-pagination{
  width:100%;
    bottom: 16px;
}

/* ABOUT---------------------------------------- */
.sec_about{
  padding-top:97px;
  padding-bottom: 79px;
}
.sec_about .about-ttl{
  margin-bottom: 50px;
}
@media screen and (min-width:769px){
  .sec_about .about-ttl{
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sec_about .about-content{
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.sec_about .about-icon{
  margin-bottom: 55px;
}
@media screen and (max-width:1000px) and (min-width:769px){
  .sec_about .about-content{
    display: block;
  }
  .sec_about .about-content .about-icon{
    margin-bottom: 60px;
    text-align: center;
  }
  .sec_about .about-content .about-text{
    text-align: center;
  }
}

/* POINTS---------------------------------------- */
.sec_points{
  padding-top:50px;
  padding-bottom: 106px;
}
.sec_points .sec-ttl{
  margin-bottom:52px;
}
.sec_points .unit_points > li{
  margin-bottom:70px;
}
.sec_points .unit_points > li:last-child{
  margin-bottom: 0;
}
/*point01*/
@media screen and (min-width:769px){
  .unit_points > li:nth-child(1){
    padding-bottom: 96px;
  }
}
.unit_points .point01-img{
  margin-bottom: 56px;
}
.box_point01-detail{
  position: relative;
  display: block;
  margin: 0 auto;
  padding:0 20px;
  max-width: 775px;
}
.box_point01-detail .detail-ttl{
  position: relative;
  margin-bottom: 47px;
}
.box_point01-detail .detail-ttl span{
  background-color: #fff;
  padding:0 10px;
  position: relative;
  z-index:2;
}
.box_point01-detail .detail-ttl:before{
  content:'';
  display: block;
  position: absolute;
  top:14px;
  left:0;
  width:100%;
  height: 1px;
  background-color:#b0181f;
  z-index:0;
}
.box_point01-detail .point01-figure{
  position: absolute;
  bottom: -3px;
  left: 80%;
}
.unit_points li:nth-child(1) .point01-attention{
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.unit_points li:nth-child(1) .point01-attention img{
  max-width:100%;
}
.box_point01-detail.box_point01-detail-01{
  margin-bottom: 55px;
}
@media screen and (min-width:769px){
  .box_point01-detail.box_point01-detail-01 p img{
    max-width: 584px;
    width: 80%;
  }
  .box_point01-detail.box_point01-detail-01 .point01-figure img{
    max-width: 163px;
    width: 17vw;
  }
  .box_point01-detail.box_point01-detail-02 p img{
    max-width: 577px;
    width: 80%;
  }
  .box_point01-detail.box_point01-detail-02 .point01-figure{
    left:80%;
  }
  .box_point01-detail.box_point01-detail-02 .point01-figure img{
    max-width: 145px;
    width: 16vw;
  }
}
/*point02*/
.unit_points li:nth-child(2) .points-copy{
  margin-bottom: 71px;
}
.unit_point02 dt:first-child{
  margin-left:60px;
  margin-bottom:20px;
}
.unit_point02 dd:first-of-type{
  margin-bottom: 72px;
}
.unit_point02 dt:nth-of-type(2){
  margin-left: 46px;
  margin-bottom: 22px;
}
.unit_points li:nth-child(2){
  position: relative;
}
.unit_points li:nth-child(2) .point02-attention{
  position: absolute;
  right: 16px;
  bottom: 13px;
}
/*point02*/
.unit_points li:nth-child(3) .points-copy{
  margin-bottom: 56px;
}
@media screen and (min-width:769px){
  .unit_points li:nth-child(3){
    padding-bottom: 0;
  }
}
@media screen and (max-width:1000px) and (min-width:769px){
  .unit_points .point01-img {
    margin-bottom: 110px;
  }
  .box_point01-detail::before{
    top: -68px;
    left: -11px;
  }
  .box_point01-detail .inner{
    width: 73%;
  }
  .sec_points .unit_points > li:first-child .points-ttl img{
    max-width:573px;
    width: 77.12%;
  }
  .sec_points .unit_points > li:nth-child(2) .points-ttl img{
    max-width:595px;
    width: 69.51%;
  }
  .sec_points .unit_points > li:last-child .points-ttl img{
    max-width:509px;
    width: 73.77%;
  }
  .unit_point03 li{
    width:50%;
  }
}
.unit_point03 li{
  position: relative;
}
.unit_point03 li .link-point03{
  position: absolute;
  bottom: 10.3%;
  left: 0;
  width: 100%;
}
.unit_point03 li .link-point03 p:first-child {
  margin-bottom: 27px;
}
.unit_point03 li .link-point03 a{
  display: block;
  margin:0 auto;
  width:259px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .unit_point03 li .link-point03 p:first-child a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.unit_point03 li .link-point03 p:nth-child(2) a {
  position: relative;
  padding-bottom: 3px;
  width: 220px;
  text-align: center;
}
.unit_point03 li .link-point03 p:nth-child(2) a::before {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 34px;
  background-color: #111;
  opacity: 1;
}
.unit_point03 li .link-point03 p:nth-child(2) a:hover::before {
  opacity: 0;
}


/* STORIES---------------------------------------- */
.sec_story-home{
  padding-top:50px;
  padding-bottom:78px;
}
.sec_story-home .sec-ttl{
  margin-bottom:47px;
}
.area_as-home{
  padding-top: 230px;
}
.area_as-home .item-kawata{
  margin-bottom: 90px;
}
.area_as-home .item-kawata .imgbox{
  position: relative;
  max-width:668px;
  margin:0 auto 36px;
}
.area_as-home .item-kawata .imgbox .btn-play{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-37px;
  margin-top:-37px;
  opacity:1;
  transition: opacity 0.4s ease-out;
  z-index: 3;
}
.area_as-home .item-kawata .imgbox a{
  display: block;
  height: 100%;
}
.area_as-home .item-kawata .imgbox a:hover .btn-play{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
.area_as-home .item-kawata .imgbox .as-ttl{
 position: absolute;
   top: -135px;
   left: -100px;
   z-index: 4;
}
.area_as-home .item-kawata .imgbox .as-figure{
  position: relative;
}
.area_as-home .item-kawata .imgbox .as-figure img{
  position: relative;
  z-index: 2;
}
.area_as-home .item-kawata .imgbox #bg-video{
  width: 100%;
  height: 100%;
}
.area_as-home .item-kawata .as-name{
  margin-bottom: 40px;
}
.unit_as-home{
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.unit_as-home li a{
  display: block;
}
.unit_as-home li .layerBtn{
  height: 100%;
  position: absolute;
  top: 0;
  width: 61%;
  z-index: 2;
}

@media screen and (min-width:769px) {
  .unit_as-home li .layerBtn + img{
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }
  .unit_as-home li .layerBtn:hover + img{
    opacity: 0.5;
    transition: opacity 0.2s ease-out
  }
}
.unit_as-home li .as-ttl{
  opacity:1;
  position: relative;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width:768px) {
  .unit_as-home li .as-ttl{
    margin: 0 auto;
    max-width: 423px;
  }
}
.unit_as-home li .layerBtnTejima{
  right: 16%;
}
.unit_as-home li .layerBtnInuki,
.unit_as-home li .layerBtnWatanabe{
  right: 20%;
}
.unit_as-home li .layerBtnNakata{
  right: 21%;
}
.unit_as-home li .as-ttl img {
  position: relative;
  z-index: 1;
}
.unit_as-home li a:hover .as-ttl{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
.unit_as-home li .as-name{
  margin-top: 22px;
  margin-bottom: 24px;
}
@media screen and (min-width:769px){
  .unit_as-home li{
    width:50%;
    width: 50%;
    max-width: 423px;
  }
  .unit_as-home li:nth-child(2n-1){
    margin-right: -20px;
  }
  .unit_as-home li:nth-child(n+3){
    margin-top:70px;
  }
}
.unit_as-home li .as-btn{
  max-width:259px;
  margin:0 auto;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.unit_as-home li a:hover .as-btn{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}


/* USERS VOICE---------------------------------------- */
.sec_usersvoice {
  padding-bottom: 100px;
}
.carehybrid-container .sec_usersvoice div.inner {
  padding: 0 20px;
} 
.sec_usersvoice .sec-ttl{
  margin-bottom: 50px;
}
.sec_usersvoice  .block-usersvoice.block-dprogram {
  margin-bottom: 80px;
}
.sec_usersvoice  .block-usersvoice.block-haku {
  margin-bottom: 97px;
}
.usersvoice-list {
  max-width:786px;
  width: 100%;
  margin: 47px auto;
}
.usersvoice-list li{
  position: relative;
  margin-bottom: 50px;
  padding-top: 8px;
}
.usersvoice-list li .user-name{
  margin-bottom: 16px;  
  padding-bottom: 11px;
  border-bottom: 1px solid #b50b2f;
}
.usersvoice-list li .user-name a {
  display: inline-block;
  opacity:1;
  transition: opacity .4s ease-out;
}
.ua-desktop .usersvoice-list li .user-name a:hover {
  opacity:.5;
  transition: opacity .2s ease-out;  
}
.usersvoice-list li .user-img{
  position: absolute;
  top:0;
}
.usersvoice-list li:last-child {
  margin-bottom: 0;
}
.usersvoice-list li:nth-child(2n-1) {
  padding-left:178px;
}
.usersvoice-list li:nth-child(2n) {
  padding-right:178px;
}
.usersvoice-list li:nth-child(2n-1) .user-img{
  left:0;
}
.usersvoice-list li:nth-child(2n) .user-img {
  right:0;
}

/* PRODUCTS---------------------------------------- */
.sec_products{
  position: relative;
  padding-top:98px;
  padding-bottom:100px;
}
@media screen and (min-width:769px){
  .sec_products::before{
    content:'';
    display: block;
    width:100%;
    height:650px;
    background: linear-gradient(rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top:0;
    left:0;
    z-index:1;
  }
}
.sec_products .inner{
  max-width:1080px;
  padding:0 30px;
  position: relative;
  z-index: 2;
}
.sec_products .sec-ttl{
  margin-bottom: 48px;
}
@media screen and (min-width:769px){
  .sec_products .sec-ttl{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec_products .icon-products{
  margin-bottom: 57px;
}
.unit_products{
  justify-content: center;
  align-items: flex-start;
}
.unit_products > li:first-child{
  margin-right: 15px;
  padding-top: 15px;
}

@media screen and (min-width:769px){
  .unit_products > li:first-child{
    margin-bottom: 60px;
  }
  .unit_products > li:first-child p.item-haku{
    padding-left:36px;
  }
  .unit_products > li{
    position: relative;
    padding-bottom: 100px;
    height: 680px;
  }
  .unit_products > li .product-link{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -129px;
  }
}
.unit_products > li:first-child .unit_products-ttl{
  margin-bottom: 97px;
}
.unit_products > li:last-child .unit_products-ttl{
  margin-bottom: 46px;
}
.unit_products .unit_dproducts{
  margin-top:64px;
  justify-content: flex-start;
  align-items: flex-end;
}
.unit_products .unit_dproducts li{
  margin:0 14px;
}
@media screen and (min-width:769px){
  .unit_products .unit_dproducts li:first-child{
    margin: 0 -3px 0 0;
  }
}
@media screen and (max-width:1000px) and (min-width:769px){
  .unit_products{
    display: block;
  }
  .unit_products > li:first-child p{
    text-align: center;
  }
  .unit_products > li:last-child p{
    text-align: center;
  }
  .unit_products .unit_dproducts{
    justify-content: center;
  }
  .unit_products > li:first-child .unit_products-ttl{
    margin-bottom: 52px;
  }
}
.product-link{
  margin-top: 41px;
}
.product-link a{
  display: inline-block;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.product-link a.show-sml{
  display: none;
}
.ua-desktop .product-link a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.unit_products > li:nth-child(2) .product-link{
 margin-top: 38px;
}


/* sec_contentsbottom---------------------------------------- */
.block_relatedsites{
  position: relative;
}
.carehybrid-container .sec_contentsbottom .block_contentsbottom{
  padding:44px 0 60px;
}
.sec_contentsbottom .block-ttl{
  margin-bottom: 40px;
}
.block_relatedsites{
  background-color:#fff6e9;
}
.carehybrid-container .sec_contentsbottom .block_contentsbottom.block_share{
  padding:33px 0 34px;
  background-color:#fff;
}
.sec_contentsbottom .block_contentsbottom.block_share .block-ttl{
  margin-bottom: 21px;
}
.pagetop a{
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .pagetop a:hover{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width:769px){
  .block_relatedsites::after{
    content:'';
    display: block;
    width:100%;
    height:12px;
    background: linear-gradient(rgba(221, 221, 221, 0) 0, rgba(221, 221, 221, .5) 50%, rgba(221, 221, 221, 1) 100%);
    position: absolute;
    bottom:0;
    left:0;
    z-index:1;
  }
  .pagetop{
    width: 58px;
    height: 43px;
    position: absolute;
    left: 50%;
    margin-left:520px;
    bottom: 0;
    z-index: 2;
  }
  .pagetop a{
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 8px;
    background-color: #b1181f;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width:1230px) and (min-width:769px){
  .pagetop{
    left:auto;
    left:initial;
    margin-left:0;
    right:30px;
  }
}
.sec_contentsbottom{
  position: relative;
}

.page-article .pagetop{
  top:-43px;
}
@media screen and (max-width:768px){
  .page-article .pagetop{
    top: -60px;
  }
}

/* UTILITY---------------------------------------- */
.area_util{
  padding-top:0;
  padding-bottom:100px;
}
.unit_breadcrumb{
  max-width:940px;
  margin: auto;
  padding-left:20px;
  padding-right:20px;
  font-size:12px;
}
.unit_breadcrumb li:first-child::after{
  content: '>';
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
.unit_breadcrumb a{
  color:#000;
}
.ua-desktop .unit_breadcrumb a:hover{
  text-decoration: underline;
}
.link_toppage a{
  display: block;
  width:237px;
  height: 55px;
  margin:0 auto;
  padding-top:14px;
  border-radius: 50px;
  background-color: #b1181f;
  font-weight: bold;
  color:#fff;
}
.ua-desktop .link_toppage a:hover{
  text-decoration: underline;
}
/* sec_head---------------------------------------- */
.sec_head{
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  height:289px;
  opacity: 0;
  will-change: opacity;
}
@media screen and (min-width:1600px){
  .sec_head{
    height: auto;
    padding-bottom:17%;
  }
}
body.loaded .sec_head{
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sec_head-gallery{
  background-image:url(../img/cm/head-wide.jpg);
}
.sec_head-event{
  background-image:url(../img/event/head-wide.jpg);
}
.sec_head img{
  width:100%;
  height:0;
  opacity:0;
}
@media screen and (max-width:960px) and (min-width:769px){
  .sec_head{
    height:auto;
  }
  .sec_head img{
    height: auto;
    opacity:1;
  }
}


/* EVENT---------------------------------------- */
.sec_event{
  padding-top:72px;
}
.sec_event .ttl_event{
  margin-bottom: 82px;
  padding-left: 20px;
  padding-right:20px;
}
.sec_event .pkg_event{
  margin-bottom: 82px;
}
@media screen and (min-width:769px){
  .sec_event .pkg_event{
    padding-left:20px;
    padding-right: 20px;
  }
}

.sec_event .block_gallery .inner{
  max-width:900px;
  padding-left: 20px;
  padding-right:20px;
  margin:0 auto;
}
.sec_event .copy_event{
  margin-bottom: 81px;
  padding-left: 20px;
  padding-right:20px;
}
.block_eventmap{
  margin-bottom: 106px
}
.block_eventmap .sec-ttl{
  margin-bottom: 52px;
}
.unit_eventmap{
  max-width: 918px;
  margin: 0 auto;
  padding: 0 30px;
}
.unit_eventmap li{
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  background-color:#fff;
  border:1px solid #b0181f;
  border-radius: 0px 0px 0px 20px;
  margin-bottom: 36px;
}
@media screen and (min-width:769px){
  .unit_eventmap li{
    max-height: 302px;
  }
}
.unit_eventmap li::before{
  content:'';
  display: block;
  width:132px;
  height: 42px;
  background-size:132px 42px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:-20px;
  left:-30px;
}
.unit_eventmap li:first-child::before{
  background-image:url(../img/event/icon-event-01.png);
}
.unit_eventmap li:nth-child(2)::before{
  background-image:url(../img/event/icon-event-02.png);
}
.unit_eventmap li:last-child::before{
  background-image:url(../img/event/icon-event-03.png);
}
.unit_eventmap li:last-child{
  margin-bottom: 0;
}
.unit_eventmap li .metabox{
  flex:1;
  position: relative;
  padding-top:50px;
  padding-right: 20px;
  padding-left:46px;
  height: 302px;
}
.unit_eventmap li .metabox .ttl_eventmap{
  margin-bottom: 24px;
}
.unit_eventmap li .metabox .ttl_eventmap img{
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0181f;
}
.unit_eventmap li:first-child .metabox .detail_eventmap img{
  max-width: 438px;
  width: 99%;
}
.unit_eventmap li:nth-child(2) .metabox .detail_eventmap img{
  max-width: 354px;
  width: 80%;
}
.unit_eventmap li:last-child .metabox .detail_eventmap img{
  max-width: 329px;
  width: 75%;
}
.unit_eventmap li .metabox .link_map{
  position: absolute;
  right: 20px;
  bottom: 18px;
  border-bottom: 1px solid transparent;
}
.ua-desktop .unit_eventmap li .metabox .link_map:hover{
  border-bottom: 1px solid #000;
}
.unit_eventmap li .mapbox{
  width:346px;
}
.unit_eventmap li .mapbox iframe{
  max-width: 346px;
  width:100%;
  max-height: 302px;
}
.unit_eventmap li .mapbox .map-body{
  height: 302px;
}
.sec_event .figure_present{
  margin-bottom: 104px;
}
@media screen and (min-width:769px){
  .sec_event .figure_present{
    padding-left:20px;
    padding-right: 20px;
  }
}
.sec_event .figure_present figcaption{
  margin-top: -3px;
}


/* GALLERY---------------------------------------- */
.sec_gallery .block_gallery .inner{
  max-width: 1050px;
  padding-left: 12px;
  padding-right: 12px;
  margin:0 auto;
}
.sec_gallery .block_gallery .ttl_block{
  margin-bottom: 46px;
}
.sec_gallery .block_gallery.block_cm{
  padding-top:116px;
  margin-bottom: 163px;
}
.sec_gallery .block_gallery.block_graphic{
  margin-bottom: 158px;
}

.unit_cm{
  justify-content: flex-start;
  align-items: center;
}
.unit_cm li{
  position: relative;
}
.unit_cm li figure{
  position: relative;
}
.unit_cm li .cm-productname{
  margin-bottom: 22px;
}
.unit_cm li{
  display: block;
  position: relative;
}
.unit_cm li a{
  display: block;
  position: relative;
}
.unit_cm li a::before{
  content:'';
  display: block;
  width:75px;
  height: 75px;
  position: absolute;
  z-index: 2;
  top:50%;
  left:50%;
  margin-top:-37px;
  margin-left:-37px;
  background-image: url(../img/cm/btn-play.png);
  background-size: 75px 75px;
  background-position: center;
  background-repeat: no-repeat;

}
.ua-desktop .unit_cm li a:hover{
  opacity:0.6;
  transition: opacity 0.2s ease-out;
}
.unit_cm li .cm-ttl{
  margin-top:16px;
}

.unit_graphic{
  justify-content: flex-start;
  align-items: center;
}
.unit_graphic li a{
  display: block;
  opacity:1;
  transition: opacity 0.4s ease-out;
}

.ua-desktop .unit_graphic li a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.unit_graphic li .graphic-ttl{
  margin-top:16px;
}

@media screen and (min-width:769px){
  .unit_cm li:first-child{
    max-width:632px;
    margin:0 auto 100px;
  }
  .unit_cm li:first-child .cm-ttl{
    margin-top: 16px;
  }
  .unit_cm li:nth-child(2),
  .unit_cm li:nth-child(3){
    max-width:480px;
    width:calc(50% - 33px);
    float:left;
  }
  .unit_cm li:nth-child(2) .cm-brandname,
  .unit_cm li:nth-child(3) .cm-brandname{
    margin-bottom: 8px;
  }
  .unit_cm li:nth-child(2){
    margin-right: 65px;
  }
  .unit_graphic li{
    margin-right: 32px;
  }
  .unit_graphic li:last-child{
    margin-right:0;
  }
}


/**/
/* ARTICLE---------------------------------------- */
body.page-article{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec_article{
  font-feature-settings: 'palt';

}
.sec_article p{
  text-align: justify;
  text-justify: inter-ideograph;
}
.sec_article p.align-c{
  text-align: center;
}
.sec_article .caption {
  text-align: right;
  font-size: 80%;
}

.carehybrid-container .sec_article article .inner{
    max-width: 850px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.sec_article .ornament-article{
  margin-bottom: 24px;
}
.sec_article .ttl-article{
  margin-bottom: 20px;
  color: #b0181f;
  font-size:187.5%;
  line-height: 1.5;
}
.visual-article{
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.profile-article {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 88px;
}
.profile-article dt{
  width: 249px;
  text-align: center;
  color: #b0181f;
  font-weight: bold;
  font-size:165%;
  line-height: 1.6;
  padding-bottom: 10px;
}
.profile-article dt span{
  font-size: 62%;
}
.ua-windows_nt .profile-article dt span{
  font-size: 58%; 
}
.profile-article dd{
  flex:1;
  width: 100%;
  padding-left: 24px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width:769px){
  .profile-article dd::before{
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #b0181f;
  }
    .hide-pc{
  display: none;
}
}

.preface{
  margin-bottom: 73px;
  color:#595757;
  font-size:112.5%;
}
.block_topics{
  margin-bottom: 60px;
}
.block_topics .ttl-topics{
  margin-bottom: 13px;
  text-align: left!important;
  margin-left: 82px;
}
.unit_topics{
  max-width:664px;
  margin:0 auto;
  padding-left:16px;
  padding-right: 16px;
  font-size:115%;
}
.unit_topics li{
  border-bottom: 1px solid #b0181f;
/*  background-image:url(../img/article/check_topics.png);
  background-size:63px 20px;
  background-position: center right;
  background-repeat: no-repeat;*/
}
.unit_topics li a{
  color: #595757;
  display: block;
  padding: 12px 0px 12px 0;
}
.unit_topics li:last-child{
  border-bottom: none;
}
.unit_topics li a:hover{
  text-decoration: underline;
}
.unit_topics li.current a{
  color: #b0181f;
}
.sec_article .base-content{
  margin-bottom: 70px;
  font-size:112.5%;
  color: #303030;
}
.sec_article .base-content figure{
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width:769px) {
  .sec_article .base-content figure + .caption {
    margin-top: -36px;
  }
}
@media screen and (max-width:768px) {
  .sec_article .base-content figure + .caption {
    margin-top: -30px;
  }
}

.sec_article .base-content h2:first-child{
  margin-top:0;
}
.sec_article .base-content h2{
  margin-top: 56px;
  padding-top: 30px;
  color:#b1181f;
  font-size: 155.55%;
  letter-spacing: 0.05em;
  line-height: 1.52;
}
.sec_article .base-content p{
  margin: 0em 0 1em;
  line-height: 1.72;
  letter-spacing: 0.1em;
}
.sec_article .base-content p span{
  padding: 4px;
  font-weight: bold;
  background: linear-gradient(transparent 0%, rgba(176, 24, 31, 0.3) 0%);
}
.ua-windows_nt .sec_article .base-content p span{
  padding: 0px 4px;
}
.sec_article .base-content p.q{
  margin-top: 4em;
  font-size:94.44%;
  color:#777777;
}
.sec_article .link-product{
  text-align:center;
}
.sec_article .link-product a{
  position: relative;
  display: block;
  max-width:464px;
  width:100%;
  margin:0 auto;
}
.sec_article .link-product.link-haku a{
  max-width: 432px;
}
.sec_article .link-product a::before{
  content:'';
  display: block;
  position: absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height: 1px;
  background-color: #b1181f;
}
.sec_article .link-product a:hover::before{
  background-color:transparent;
}
.area_anotherstory{
  padding-top: 100px;
}
.area_anotherstory .item-kawata{
  max-width:510px;
  margin:0 auto 80px;
}
.area_anotherstory .item-kawata a{
  display: block;

}
.carehybrid-container .area_anotherstory .inner{
  max-width:1060px;
  margin:0 auto;
  padding-left:20px;
  padding-right: 20px;
}
.area_anotherstory .ttl-movie{
  margin:40px auto 30px;
}

.area_anotherstory .item-kawata .as-img{
  margin-bottom: 30px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .area_anotherstory .item-kawata a:hover .as-img{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.area_anotherstory .ttl-interview{
  margin-bottom: 30px;
}
.area_anotherstory .unit_as{
  margin-bottom:104px
}
.area_anotherstory .unit_as .as-img{
  margin-bottom: 18px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.area_anotherstory .unit_as li a{
  display: block;
}
@media screen and (min-width:769px){
  .area_anotherstory .unit_as li{
    margin-right:62px;
    width:calc(33.3% - 42px);
  }
  .area_anotherstory .unit_as li:last-child{
    margin-right: 0;
  }
  .area_anotherstory .unit_as li.item-watanabe .as-ttl img{
    max-width: 302px;
    margin-left: -0.5%;
  }
  @media screen and (max-width:1060px){
    .area_anotherstory .unit_as li.item-watanabe .as-ttl img{
      max-width: 100%;
      margin-left:0;
    }
  }
}
.sec_article .unit_as .as-link{
  margin-top:36px;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .sec_article .unit_as a:hover .as-img,
.ua-desktop .sec_article .unit_as a:hover .as-link{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.ua-desktop .unit_as-home li .as-link a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.block_modal-share{
  padding-top:40px;
}
.block_modal-share .block-ttl{
  margin-bottom: 20px;
}
.sec_article .link-product_use {
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: top;
}

@media screen and (min-width:769px) {
  .link-product_use {
    height: 48px;

  }
  .link-product_useInuki {
    background: url(../img/article/use_inuki.png) no-repeat center top/contain;
  }
  .link-product_useNakata {
    background: url(../img/article/use_nakata.png) no-repeat center top/contain;
  }
  .link-product_useTejima {
    background: url(../img/article/use_tejima.png) no-repeat center top/contain;
  }
  .link-product_useWatanabe {
    background: url(../img/article/use_watanabe.png) no-repeat center top/contain;
  }
}
@media screen and (max-width:768px) {

}


/* MODAL---------------------------------------- */
.modal-container{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  overflow-y:scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index:10;
}
.modal-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content{
  position: relative;
  margin:0 auto;
  max-width:978px;
  max-height: 570px;
  top:50%;
  margin-top:-225px;
  opacity:0;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width:769px) and (max-height: 800px){
  .modal-content{
    top:0;
    margin-top: 60px!important;
    margin-bottom:30px;
  }
}

.modal-content.show{
  opacity: 1;
}
.modal-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  top: -6px;
  right: -70px;
  text-indent: -9999px;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width:1160px){
  .modal-close{
    top: -50px;
    right: -7px;
  }
}
@media screen and (max-width:1020px){
  .modal-content{
    padding:0 20px;
  }
  .modal-close{
    right: 13px;
  }
}
.ua-desktop .modal-close:hover{
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
}
.modal-close::before {
  width: 100%;
  height: 1px;
  top: 22px;
  left: 0;
}
.modal-close::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 22px;
}
.modal-container.modal-home .modal-content{
 padding-bottom: 30px;
  max-height: auto;
  max-height: initial;
}
.modal-content .box-graphic{
  margin-bottom: 60px;
  max-height: 630px;
  background-color: #000;
  text-align: center;
}
.modal-content .box-graphic img{
  max-height: 630px;
  width:auto;
}

/* BANNER---------------------------------------- */
.banner-fixed{
  position: fixed;
  bottom:15px;
  right:15px;
  max-width:100%;
  z-index: 10;
  opacity:0;
  pointer-events: auto;
  transition: opacity 0.4s ease-out;
}
.banner-fixed.fadeout{
  opacity:0!important;
  pointer-events: none!important;
}
.banner-fixed img{
  max-width: 100%;
}
.banner-fixed a{
  display: none;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.banner-fixed a.visible{
  display: block;
}
.banner-fixed .close-banner{
  position: absolute;
  z-index:2;
  bottom: 52px;
  right: 0;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  background-image:url(../img/img-assets/icon-close-banner-black.png);
  background-size:15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity:1;
  transition: opacity 0.4s ease-out;
}
.ua-desktop .banner-fixed .close-banner:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
.ua-desktop .banner-fixed a:hover{
  opacity:0.5;
  transition: opacity 0.2s ease-out;
}
body.is-scrolled .banner-fixed{
  opacity:1;
}
body.loaded.has-footer-visible-once .banner-fixed{
  opacity:0;
  pointer-events: none;
}
.fadein{
  opacity:0;
  transform:translateY(8px);
  will-change:opacity;
}
.fadein.fadein-done{
  opacity:1;
  transform:translateY(0px);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body.page-home{
  opacity:0;
  transition: opacity 0.4s ease-out;
}
body.page-home.ready{
  opacity:1;
}
 .unit_relatedsites li.disabled{
  pointer-events: none;
}

.page-article {
  position: relative;
}
.aside_header {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.aside_headerLogoAnchor,
.aside_fixHeaderLogoAnchor {
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: top;
}

.head-article {
  position: relative;
  z-index: 2;
}
@media screen and (min-width:769px) {
  .aside_header,
  .aside_fixHeader {
    box-shadow: 3.5px 6.062px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .aside_headerCont,
  .aside_fixHeaderCont {
    max-width: 1280px;
    padding: 6px 20px;
  }
  .aside_headerLogo,
  .aside_fixHeaderLogo {
    height: 50px;
    width: 51px;
  }
  .aside_headerLogoAnchor,
  .aside_fixHeaderLogoAnchor {
    background: url(../img/article/aside_header_logo_ico.png) no-repeat center top/contain;
    height: 50px;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
  }
  .aside_headerLogoAnchor:hover,
  .aside_fixHeaderLogoAnchor:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:768px) {
  .aside_header,
  .aside_fixHeader {
    box-shadow: 1.75px 3.031px 7.5px 0px rgba(0, 0, 0, 0.3);
  }
  .aside_headerCont,
  .aside_fixHeaderCont {
    padding: 8px 20px;
  }
  .aside_headerLogo,
  .aside_fixHeaderLogo {
    height: 37.5px;
    width: 36.5px;
  }
  .aside_headerLogoAnchor,
  .aside_fixHeaderLogoAnchor {
    background: url(../img/article/aside_header_logo_ico.png) no-repeat center top/contain;
    padding-top: 37.5px;
    width: 100%;
  }

  /* .aside_fixHeaderCont {
    padding: 13px 0;
  }
  .aside_fixHeaderLogo {
    height: 28px;
    width: 156.5px;
  }
  .aside_fixHeaderLogoAnchor {
    background: url(../img/article/aside_header_logo_sp.png) no-repeat center top/contain;
    padding-top: 28px;
    width: 100%;
  } */
}

.aside_fixHeader {
  background: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.7s ease-in;
  width: 100%;
  z-index: 0;
  -webkit-transition: opacity 0.7s ease-in;
  -moz-transition: opacity 0.7s ease-in;
  -ms-transition: opacity 0.7s ease-in;
  -o-transition: opacity 0.7s ease-in;
}
.is-scrolled .aside_fixHeader {
  opacity: 1;
  z-index: 9999999;
}
.aside_fixHeaderLogo {
  /* margin: 0 auto; */
}
img {
  -webkit-backface-visibility: hidden;
}

.dp-space{
  margin-right:5px;
  background: none!important;
  font-weight: normal!important;
  padding: 0!important;
}
.dp-space-b{
  margin-right:5px;
  background: none!important;
  padding: 0!important;
}