@charset "utf-8";
/* main */
main{
  overflow: hidden;
}
.slick-slider .prev-arrow {
  position: absolute;
  left: 15%;
  top: calc(50% - 26px);
  z-index: 1;
  cursor: pointer;
}
.slick-slider .next-arrow {
  position: absolute;
  right: 15%;
  top: calc(50% - 26px);
  z-index: 1;
  cursor: pointer;
}
main .mvcontent {
  transition: 0.5s;
  position: relative;
}
main .mvcontent::before{
  background: #042f4f;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  transition: 0.5s;
  z-index: 10;
}
main .mvcontent.slick-active{
  opacity: 1;
}
main .mvcontent.slick-active::before{
  display: none;
}
main .mvcontent .mvcontentInner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
}
main .mvcontent .mvcontentInner h1{
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  line-height: 220%;
}
main .mvcontent .mvcontentInner h1 span{
  background: rgba(255,255,255,0.8);
  padding: 8px 15px;
}
.mvlinkBtn{
  width: 100%;
}
.mvlinkBtn a{
  color: #FFF;
  background: #cf0027;
  display: block;
  width: 100%;
  max-width: 410px;
  text-align: center;
  text-decoration: none;
  padding: 15px;  
}
.mvlinkBtn a:hover{
  opacity: 0.8;
}

/*news*/
#news{
  background: #cf0027;
  padding: 40px;
}
#news .newscontents{
  display: flex;
  justify-content: space-between;
}
.newshead {
  width: 26%;
  max-width: 306px;
}
.newshead h2{
  color: #FFF;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 36px;
  margin-left: 20px;
  padding-right: 60px;
}
.newshead h2::before{
  background: url("../common/img/ico_news.svg") no-repeat;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
}
.newslist{
  width: 73.5%;
  color: #FFF;
}
.newslist li{
  margin-bottom: 20px;
  font-size: 18px;
}
.newslist li:nth-child(3){
  margin-bottom: 0;
}
.newslist div{
  display: inline-block;
  margin-right: 20px;
}
.newslist div.newscat{
  background: #3e3a39;
  border-radius: 3px;
  width: 120px;
  text-align: center;
}
.newslist a{
  color: #FFF;
  text-decoration: none;
}
.newslist a:hover{
  text-decoration: underline;
}

/* product */
.productList{
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
}
.products{
  width: 49%;
  max-width: 566px;
}
.products a{
  text-decoration: none;
}
.products h3{
  background: #3e3a39;
  color: #FFF;
  font-size: 26px;
  padding: 18px 20px;
}
.products .pimg{
  margin-bottom: 25px;
}
.products a .pttl{
  color: #cf0027;
  /* Arialの代替フォント */
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.products a .pttl span{
  color: #3e3a39;
  font-size: 24px;
  font-weight: bold;
}

/* example */
#example{
  background: #F2F6F8;
}
#example .slick-slider .prev-arrow {
  left: -40px;
}
#example .slick-slider .next-arrow {
  right: -40px;
}
#example .slick-slide{
  margin: 0 25px;
  max-width: 340px;
}
.exampleimg{
  position: relative;
}
.exampleLabel{
  background: #3e3a39;
  color: #FFF;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.exampleBox h3{
  font-size: 20px;
  margin-top: 10px;
}
.exampleBox p{
  font-size: 18px;
}

/*jichitai*/
.jichitai{
  background: #FFF;
  border-radius: 10px;
  margin: 70px 0 30px;
  padding: 60px 10px;
}
.jichitaiHead{
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.jichitaiList{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.jichitaiBox{
  text-align: center;
  width: 12.5%;
  margin: 0 0 20px;
}
.jichitaiLogo{
  margin-bottom: 10px;
}
.jichitaiLogo img{
  height: 100px;
  width: auto;
}

/* column */
#column{
  background: url("../img/column_img.jpg") no-repeat left top;
  background-size: 45% auto;
  /* background-size: 38.5% auto; */
  position: relative;
  overflow: hidden;
}
#column::before{
  background: #cf0027;
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  top: -60px;
  left: -60px;
}
.columnContents{
  display: flex;
}
.columnHead{
  width: 30%;
  min-width: 500px;
  max-width: 500px;
  /* width: 25%;
  min-width: 200px;
  max-width: 300px; */
  padding: 35px 15px;
}
.columnHead h2{
  font-size: 30px;
  font-weight: bold;
}
.columnArea{
  background: #FFF;
  width: 55%;
  /* width: 75%; */
  padding: 60px;
}
.columnArea ul li a{
  display: block;
  border-top: 1px solid #dcdddd;
  padding: 15px 0;
  position: relative;
}
.columnArea ul li a::before{
  background: url("../common/img/link_arw_right.svg") no-repeat center right;
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  position: absolute;
  right: 5px;
  top:calc(50% - 9px);
}
.columnArea ul li:first-child a{
  border: none;
}
#column .arwlink {
  margin-top: 60px;
}

@media screen and (max-width: 767px){
  
  /* main */
  main .mvcontent img{
    width: 100%;
  }
  main .mvcontent .mvcontentInner{
    padding: 20px 20px 40px ;
    justify-content:space-between;
    flex-direction:column;
  }
  main .mvcontent .mvcontentInner h1 {
    font-size: 16px;
    line-height: 260%;
  }
  .mvlinkBtn a{
    font-size: 14px;
    padding: 10px;
  }
  
  /* news */
  #news {
    background: #cf0027;
    padding: 20px 15px 40px;
  }
  #news .newscontents {
    display: block;
  }
  .newshead {
    width: 100%;
    max-width: 100%;
  }
  .newshead h2 {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 36px;
    margin-left: 0px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .newshead h2::before {
    background: url("../common/img/ico_news.svg") no-repeat right center;
    width: 22px;
    height: 22px;
    top: 6px;
  }
  .newslist {
    width: 100%;
  }
  .newslist li {
    display: flex;
    font-size: 14px;
  }
  .newslist li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
  }
  .newslist div.newscat {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 65px;
    margin-right: 10px;
  }
  .newslist div {
    display: inline-block;
    margin-right: 10px;
  }
  
  /* example */
  #example .slick-slider .prev-arrow {
  left: 0px;
  }
  #example .slick-slider .next-arrow {
    right: 0px;
  }
  .exampleLabel{
    padding: 5px 10px;
  }
  .exampleBox h3 {
    font-size: 16px;
  }
  .exampleBox p {
    font-size: 14px;
  }
  
  /* jichitai */
  .jichitai {
    margin: 30px 0 30px;
    padding: 20px 15px;
  }
  .sideborderttl {
    font-size: 18px;
    padding: 0 50px;
  }
  .sideborderttl::before, .sideborderttl::after {
    width: 30px;
  }
  .jichitaiHead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .jichitaiList {
    justify-content: space-between;
  }
  .jichitaiBox {
    width: 23%;
    font-size: 12px;
  }
  .jichitaiList::after,.jichitaiList::before{
    content: "";
    display: block;
    width: 23%;
    height: 0;
    order: 1;
  }
  
  /* column */
  #column {
    background: url("../img/column_img_sp.jpg") no-repeat left top;
      background-size: auto;
    background-size: 100% auto;
    position: relative;
    overflow: hidden;
  }
  .columnContents {
    display:block;
  }
  .columnHead{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 120px;
  }
  .columnHead h2 {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .columnArea {
    background: none;
    width: 100%;
    padding: 30px 0;
  }
  #column::before {
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    top: -40px;
    left: -40px;
  }
  .columnArea ul li a{
    font-size: 14px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #column .arwlink {
    margin-top: 20px;
  }

  /* product */
  .productList {
    display: block;
  }
  .products {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .products h3 {
    font-size: 16px;
    padding: 10px;
  }
  .products a .pttl{
    font-size: 20px;
  }
  .products a .pttl span{
    font-size: 14px;
  }
  .products .pimg {
    margin-bottom: 10px;
  }
  
  

}