﻿/*----------------------------------------------------------------------------------------------------------------------laoding----------*/
#loader {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#loader img {
  width: 100%;
  height: auto;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f5f3ef;
  z-index: 200;
}

header {
  position: static;
}

.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 23px;
}
.mainimage .slider_logo {
  position: absolute;
   top: 103px;
/*-- top: 103px;-*/
/*--  bottom: 0;-*/
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 80%;
}
.mainimage .slider_logo img {
  width: 90%;
  height: auto;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
}

main {
  display: block;
}
main section {
  padding-bottom: 60px;
}
main section h2 {
  font-weight: normal;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
main section h2.u_line {
  text-align: left;
  padding: 0;
  font-size: 17px;
}
main section h2.u_line span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
main section.about {
  background: url("../images/bg.jpg") repeat;
  padding-top: 60px;
}
main section.about .inner {
  padding: 0 20px;
}
main section.products {
  padding: 60px 20px;
}
main section.products .slider {
  margin-bottom: 20px;
}
main section.products .slider img {
  width: 100%;
  height: auto;
}
main section.news {
  background: #CECECE;
  padding: 60px 20px;
}
main section.news .all {
  text-align: right;
  margin-bottom: 25px;
}
main section.news .all a {
  text-decoration: underline;
  color: #333;
}
main section.news ul {
  padding: 0 30px;
}
main section.news ul li {
  margin-bottom: 35px;
}
main section.news ul li a {
  display: block;
}
main section.news ul li a div {
  position: relative;
  margin-bottom: 15px;
}
main section.news ul li a div span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #FFF;
  font-size: 13px;
  padding: 0 10px;
}
main section.news ul li a div img {
  width: 100%;
  height: auto;
}
main section.news ul li a h3 {
  font-weight: normal;
  font-size: 15px;
}
  main section.news ul li a h4 {
    font-size: 12px;
  }

main section.special {
  padding: 60px 20px 20px 20px;
}
main section.special h2 {
  text-align: center;
}
main section.special .box div {
  margin-bottom: 40px;
}
main section.special .box div a {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
main section.special .box div a:hover {
  opacity: .8;
  z-index: 0;
}
main section.special .box div img {
  width: 100%;
  height: auto;
}
main section.special .box div.senbeibi {
  position: relative;
}
main section.special .box div.senbeibi img.senbei {
  width: 45px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 100;
}
main section.special .box div.senbeibi img.mark {
  width: 45px;
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 100;
}
main div.box_col2 section {
  padding: 0 20px 60px 20px;
}
main div.box_col2 section img {
  width: 100%;
  height: auto;
}
main div.box_col2 section h2 {
  margin: 25px 0 20px 0;
}

.no_br_sp{ display:none; }

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  #loader {
    width: 48px;
    height: 40px;
  }

  header {
    display: flex;
  }

  .mainimage {
    padding: 0;
  }
  .mainimage .slider_logo {
  width: 600px;
  height: 500px;
  }

  main section {
    padding: 110px 0;
  }
  main section h2 {
    font-size: 36px;
  }
  main section h2.tate {
    text-align: left;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
  }
  main section h2.u_line {
    font-size: 24px;
  }
  main section h2.u_line span {
    padding-bottom: 15px;
  }
  main section.about {
    padding-top: 115px;
    background: url("../images/bg.jpg") repeat;
  }
  main section.about .inner {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  main section.about .inner > div {
    width: 835px;
  }
  main section.about .inner h2 {
    width: 110px;
    margin-left: 40px;
    line-height: 1.8;
  }
  main section.products {
    padding: 50px 0;
    margin-top: 70px;
    margin-bottom: 100px;
    position: relative;
  }
  main section.products:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 590px;
    background: #f5f3ef;
  }
  main section.products .inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  main section.products .inner h2 {
    position: absolute;
    right: -70px;
    top: 100px;
  }
  main section.products .inner .box {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main section.products .inner .box .slider {
    max-width: 720px;
    width: 66.7%;
    margin-bottom: 0;
  }
  main section.products .inner .box > div {
    max-width: 305px;
    width: 28.3%;
    padding-top: 100px;
  }
  main section.news {
    padding: 125px 0 140px 0;
  }
  main section.news .inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main section.news .inner h2 {
    width: 30px;
    font-size: 24px;
    text-align: left;
  }
  main section.news .inner h2 span {
    padding-right: 10px;
  }
  main section.news .all {
    position: absolute;
    right: 0;
    top: -45px;
  }
  main section.news .all a:hover {
    text-decoration: none;
    color:#D5D1C7;
  }
  main section.news ul {
    width: 990px;
    padding: 0;
    display: flex;
  }
  main section.news ul li {
    margin-bottom: 0;
    max-width: 310px;
    width: 31.4%;
    margin-right: 2.9%;
  }
  main section.news ul li:last-child {
    margin-right: 0;
  }
  main section.news ul li a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  main section.news ul li a:hover {
    opacity: .8;
  }
  main section.news ul li a div span {
    font-size: 12px;
    padding: 0 20px;
  }
  main section.news ul li a div img {
    width: 100%;
    height: auto;
  }
  main section.news ul li a h3 {
    font-size: 13px;
  }
  main section.news ul li a h4 {
    font-size: 11px;
  }
  main section.special {
    padding: 60px 0;
    max-width: 1080px;
    margin: 0 auto 60px auto;
    position: relative;
  }
  main section.special:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 100%;
    padding: 0 80px;
    height: 215px;
    background: #F5F3EF;
    z-index: 0;
  }
  main section.special h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  main section.special .box {
    z-index: 10;
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main section.special .box div {
    margin-bottom: 25px;
    max-width: 520px;
    width: 48.15%;
  }
  main section.special .box div img {
    width: 100%;
    height: auto;
  }
  main section.special .box div.senbeibi {
    position: relative;
  }
  main section.special .box div.senbeibi img.senbei {
    width: auto;
    position: absolute;
    top: -20px;
    left: 30px;
  }
  main section.special .box div.senbeibi img.mark {
    width: auto;
    position: absolute;
    bottom: -20px;
    right: 30px;
  }
  main div.box_col2 {
    max-width: 1080px;
    margin: 0 auto 100px auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  main div.box_col2 section {
    padding: 0;
    max-width: 520px;
    width: 48.15%;
  }
  main div.box_col2 section img {
    width: 100%;
    height: auto;
  }
  main div.box_col2 section h2 {
    margin: 25px 0 20px 0;
  }
  
  .no_br_sp{ display:inline; }
}