/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1;
}

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

/***************************************************
  home.css
***************************************************/
.l_gHeader .logo {
  width: 236px;
}

.l_gNav .l_gNav_nav01 .menu01 > li:nth-child(1) > a {
  background: url(/assets/img/common/gnav_bg01.png) 50% 50% no-repeat;
}

.l_mainContent.drawer-contents {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .l_gHeader {
    padding-bottom: 25%;
  }
  .l_gHeader .logo {
    width: 50%;
  }
  .l_gNav .l_gNav_nav01 .menu01 > li:nth-child(1) > a {
    background-image: none;
  }
}

/* #home.home
------------------------------------------------------------ */
#home.home .topmenu {
  margin-top: -150px;
  background: url(/assets/img/home/topmenu_bg01.png) 50% 100% no-repeat;
  background-size: 100% 515px;
}

#home.home .topmenu .menu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 350px;
  background: url(/assets/img/home/main01.png) 75% 0 no-repeat;
}

#home.home .topmenu .menu01 > li {
  width: 200px;
}

#home.home .topmenu .menu01 > li a:hover {
  opacity: .7;
}

#home.home .topmenu .menu02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 0 0 0 60px;
  border-bottom: 3px solid #edf0e3;
  border-radius: 20px;
  background: #fff url(/assets/img/home/topmenu_bg02.png) 0 50% no-repeat;
}

#home.home .topmenu .menu02 dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#home.home .topmenu .menu02 dd {
  padding: 20px 35px 40px 55px;
}

#home.home .topmenu .menu02 dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#home.home .topmenu .menu02 dd ul li {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin: 20px 5px 0;
}

#home.home .topmenu .menu02 dd ul li a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  #home.home .topmenu {
    margin-top: -170px;
    background: url(/assets/img/home/topmenu_bg01_sp.png) 50% 90% no-repeat;
    background-size: 100% auto;
  }
  #home.home .topmenu .menu01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90% 10px 60px;
    background: url(/assets/img/home/main01_sp.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  #home.home .topmenu .menu01 > li {
    width: 33.3333%;
  }
  #home.home .topmenu .menu02 {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 20px 0;
    padding: 40px 5px 20px;
    border-bottom: 3px solid #edf0e3;
    border-radius: 15px;
    background: #fff url(/assets/img/home/topmenu_bg02_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #home.home .topmenu .menu02 dt {
    text-align: center;
  }
  #home.home .topmenu .menu02 dt img {
    width: 70%;
  }
  #home.home .topmenu .menu02 dd {
    padding: 0;
    /*          ul {
            display: flex;
            flex-wrap: wrap;
            li {
              flex-basis: calc(50% - 10px);
              margin: 20px 5px 0;
              a:hover {
                opacity: .7;
              }
            }
          }*/
  }
}

#home.home #message {
  margin-top: 60px;
}

#home.home #message .title01 {
  margin-bottom: 20px;
  text-align: center;
}

#home.home #message .title01 img {
  height: 170px;
}

@media only screen and (max-width: 767px) {
  #home.home #message .title01 img {
    height: 13rem;
  }
  #home.home #message .c_card01 {
    padding: 0 20px;
  }
}

#home.home #news {
  margin-top: 15px;
  padding: 80px 0 35px;
  background: #fffeef url(/assets/img/home/news_bg.png) 50% 0 no-repeat;
  background-size: 100% 80px;
}

#home.home #news .title01 {
  margin-bottom: 20px;
  text-align: center;
}

#home.home #news .title01 img {
  height: 170px;
}

@media only screen and (max-width: 767px) {
  #home.home #news {
    margin-top: 25px;
    padding: 33px 0 0;
    background: #fffeef url(/assets/img/home/news_bg_sp.png) 50% 0 no-repeat;
    background-size: 100% 33px;
  }
  #home.home #news .title01 img {
    height: 13rem;
  }
}
