@charset "UTF-8";
/*--------------------------------------------
  TOP
--------------------------------------------*/
.ofi_wrap {
  position: relative;
}
.ofi_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* TOP MV */
.slick-prev:before, .slick-next:before {
display: none!important;
content: ""!important;
}

.slick-arrow:after{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .slick-next:after{
    content: ''!important;
        width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    background: url(../common/images/arw_main.png) no-repeat center / contain!important;
    background-size: contain!important;
    transform: rotate(180deg)!important;
  }

  .slick-prev:after{
   content: ''!important;
        width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    background: url(../common/images/arw_main.png) no-repeat center / contain!important;
    background-size: contain!important;
  }

.slick-prev:after, .slick-next:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/arw_main.png) no-repeat center / contain;
}

.slick-next{
  right: 2.5%!important;
}
.slick-prev{
  left: 2.5%!important;
}
.slick-next,.slick-prev {
  z-index: 1!important;
  top: 45%!important;
    width: 23px!important;
    height: 44px!important;
}

#top .top_key .top_slider{
  opacity: 0;
  transition: opacity .3s linear;
  padding-bottom: 44px;
}
#top .top_key .top_slider.slick-initialized{
  opacity: 1;
}
#top .top_key .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#top .top_key .slick-dotted.slick-slider .slick-slide img {
  width: 100%;
}
#top .top_key .slick-dots {
  bottom: 17px;
  line-height: 1;
}
#top .top_key .slick-dots li {
  width: 8px;
  height: 8px;
  position: relative;
  margin: 0 8px;
}
#top .top_key .slick-dots li:before {
  display: none;
}
#top .top_key .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #BBBCBC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  padding: 0;
}
#top .top_key .slick-dots li.slick-active button {
  background: #595757;
}
#top .top_key .slick-dots li button:before{
  display: none;
}
@media only screen and (max-width:1024px) {
  #top .top_key .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
}
@media only screen and (max-width:480px) {
  #top .top_key .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 4px;
  }
}
#top .product {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#top .product .product_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 0;
}
#top .product .product_list:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
}
#top .product .product_list .product_list_item {
  width: 48%;
}
#top .product .product_list .product_list_item:nth-child(odd) {
  padding-right: 2%;
}
#top .product .product_list .product_list_item:nth-child(even) {
  padding-left: 2%;
  position: relative;
}
#top .product .product_list .product_list_item .img_box {
  overflow: hidden;
}
#top .product .product_list .product_list_item img {
  transition: 0.4s ease-in-out;
}

#top .product .product_ttl {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  #top .product .product_list .product_list_item .inner:hover img {
    transform: scale(1.1);
  }
}
/*お知らせ*/
#top .sec_info {
  
}
#top .info_box {
  max-width: 1000px;
  margin: 0 auto;
}
#top .info_list .inner {
  display: flex;
  align-items: baseline;
  padding: 1.5rem 0;
}
#top .info_list .item {
  border-bottom: 1px solid #eee;
}
#top .info_list .item:first-child {
  border-top: 1px solid #eee;
}
#top .info_list .icon {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
#top .info_list .icon img {
  display: block;
  height: 16px;
}
#top .info_list .info_top {
  display: flex;
  align-items: baseline;
  width: 100%;
  max-width: calc(9rem + 8em);
}
#top .info_list .info_cat {
  min-width: 8rem;
  border: 1px solid #242B2F;
  margin-left: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
#top .info_list .info_date {
  max-width: 16rem;
  width: 100%;
}
#top .info_list .info_ttl {
  margin-left: 1rem;
  width: 100%;
  max-width: calc(100% - 17rem);
}
#top .sec_info .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  #top .info_list .inner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width : 1399px ) {
  
}
@media screen and (max-width : 1199px ) {
  #top .product .product_info .info {
    font-size: 1.6rem;
  }
}
@media screen and (max-width : 991px ) {
  
}
@media screen and (max-width : 767px ) {
  #top .product .product_list .product_list_item {
    width: 100%;
  }
  #top .product .product_list .product_list_item:not(:first-child) {
    margin-top: 5rem;
  }
  #top .product .product_list:before {
    display: none
  }
  #top .product .product_ttl {
    font-size: 2.2rem;
  }
  /*お知らせ追加20220127*/
  #top .info_list .inner {
    display: block
  }
  #top .info_list .info_top {
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
  #top .info_list .info_date {
    max-width: 100%;
    width: auto;
  }
  #top .info_list .info_cat {
    font-size: 1.3rem;
  }
  #top .info_list .info_ttl {
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (min-width : 576px ) and (max-width : 767px ) {
  
}
@media screen and (max-width : 575px ) {
/*  #top .top_key .slick-dots li {
    width: 10px;
    height: 10px;
  }
  #top .top_key .slick-dots {
    bottom: 5px;
  }
  #top .top_key .slick-dots li button {
    width: 4px;
    height: 4px;
  }*/
}

