﻿@charset "UTF-8";

li {
  list-style: none;
}

a {
  display: block;
}

.hdg-l1 {
  font-size: 24px;
  margin: 60px 0 80px;
}

.box-indent{
  width: 1200px;
}

.contents h2 {
  text-align: center;
  font-family: 'Muli', sans-serif;
  letter-spacing: 0.15em;
  margin: 120px 0 60px;
  font-size: 18px;
}

.sp_only {
  display: none;
}

.recommend_wrap{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.recommend_wrap img{
  width: 100%;
}

.pickup_box {
  display: none;
  margin-bottom: 80px;
}

.pickup_box li {
  /* width: 280px; */
  width: calc(100% / 4);
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0 20px;
}

.pickup_box li .catch {
  color: #9f9f9f;
  line-height: 1.8;
}

.banner_view .mask01 p{
  font-size: 13px;
  line-height: 240px;
  text-align: center;
  position: relative;
  z-index: 888;
}

.pick_list .pick_list_img {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 16px;
}

.pickup_box li .product_name {
  margin-bottom: 5px;
  line-height: 1.8;
}

.pick_list_area .pick_list img {
  width: 100%;
}

.pick_list_area .pick_list a {
    text-decoration: none;
}

.pick_list_area .pick_list p {
  text-align: center;
}

.pick_list_area .pick_list p.pick_list_name {
  font-size: 13px;
  font-weight: bold;
    line-height: 1.8;
    height: 52px;
}


.category_list_area {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}

.category_list {
  width: 300px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.category_list a {
  text-decoration: none;
}

.category_list a .mask{
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.pick_list .mask01{
    width: 240px;
    height: 240px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.banner_view .mask,
.pick_list .mask01 {
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    transition: all 0.3s ease;
}

.banner_view:hover .mask,
.banner_view:hover .mask01{
    opacity: 1;
}

.banner_view .mask p{
  font-size: 13px;
  text-align: center;
  position: relative;
  z-index: 888;
}

.banner_view .mask p{
  line-height: 300px;
}
.banner_view .mask01 p{
  line-height: 240px;
}

.category_list_img img {
  width: 100%;
}

.category_list_name {
  text-align: center;
    font-weight: bold;
}

#section_1 {
  border-top: 1px solid #999;
}

#section_1 h2 {
  font-size: 15px;
  margin: 60px auto 60px;
  font-weight: bold;
}
#section_1 h3 {
  font-size: 15px;
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}

.sec_text02 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 80px;
}

.sec02_list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.sec02_list li {
  width: 250px;
  background: #fff;
  padding: 36px 24px 16px;
      line-height: 1.6;
}

.sec02_list li h4 {
  font-weight: bold;
  text-align: center;
    line-height: 1.6;
    height: 60px;
}


.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.btn a {
  text-decoration: none;
}


/* for sp */
@media only screen and (max-width: 768px) {

  .pc_only {
    display: none;
}

.sp_only {
    display: block;
}

  li {
    list-style: none;
  }

  a {
    display: block;
  }

  .contents_inner {
    padding-bottom: 0px;
  }

  .hdg-l1 {
    font-size: 24px;
    margin: 60px 0 80px;
  }

  .box-indent{
    width: 100%;
  }

  .contents h2 {
    text-align: center;
    font-family: 'Muli', sans-serif;
    letter-spacing: 0.15em;
    margin: 60px 0 40px;
    font-size: 18px;
  }

  .pickup_box {
    margin-bottom: 80px;
  }

  .pickup_box li {
    margin-bottom: 30px;
}

.recommend_wrap li{
  width: calc(100% / 2);
  padding: 0 4%;
}

  .pick_list_area {
    width: 90%;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pick_list_area .pick_list {
    width: 46%;
    position: relative;
  }

  .banner_view .mask01 p{
    font-size: 13px;
    line-height: 240px;
    text-align: center;
    position: relative;
    z-index: 888;
  }

  .pick_list .pick_list_img {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 16px;
  }


  .pick_list_area .pick_list img {
    width: 100%;
  }

  .pick_list_area .pick_list a {
      text-decoration: none;
  }

  .pick_list_area .pick_list p {
    text-align: center;
  }

  .pick_list_area .pick_list p.pick_list_name {
    font-size: 13px;
    font-weight: bold;
      line-height: 1.8;
      height: 52px;
  }

  .category_list {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
  }

  .category_list:first-child {
    border-top: 1px solid #f2f2f2;
  }

  .category_list a {
    text-decoration: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
  }

  .category_list a:before{
    content: ">";
    position: absolute;
    right: 0;
    line-height: 2;
    right: 5%;
  }

  .category_list_img {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .category_list a .mask{
    width: inherit;
    height: initial;
}
  .banner_view .mask,
  .pick_list .mask01 {
      opacity: 0;
      background-color: unset;
      color: #fff;
      transition: all 0.3s ease;
  }

  .banner_view:hover .mask,
  .banner_view:hover .mask01{
      opacity: 1;
  }

  .banner_view .mask p{
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 888;
  }

  .banner_view .mask p{
    line-height: 300px;
  }
  .banner_view .mask01 p{
    line-height: 240px;
  }

  .category_list_img img {
    width: 100%;
  }

  .category_list_name {
    text-align: center;
      margin: 0;
    font-size: 13px;
    letter-spacing: 0.3px;
  }

  #section_1 {
    border-top: 1px solid #999;
  }

  #section_1 h2 {
    font-size: 15px;
    margin: 60px auto 60px;
    font-weight: bold;
  }
  #section_1 h3 {
    font-size: 15px;
    margin: 0 auto 20px;
    font-weight: bold;
    text-align: center;
  }

  .sec_text02 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 80px;
  }

  .sec02_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
  }

  .sec02_list li {
    width: 250px;
    background: #fff;
    padding: 36px 24px 16px;
        line-height: 1.6;
  }

  .sec02_list li h4 {
    font-weight: bold;
    text-align: center;
      line-height: 1.6;
      height: 60px;
  }


  .btn-area ul li {
    width: 240px;
    margin: 0 auto;
  }

  .btn-area ul li a{
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 20px;
  }

  .btn {
    display: block;
    width: 80%;
    max-width: 80%;
    margin: 0 auto 60px;
  }

  .btn a {
    text-decoration: none;
  }
}
