@charset "UTF-8";
/*                下層共通
======================================================= */
.lower #main_kv {
  position: relative;
}
.lower #main_kv #main_logo {
  padding: 0 20px;
  max-width: 792px;
}
.lower #main_kv #main_logo .logo_text {
  padding: 0 80px;
  top: 39%;
}
.lower #main_kv #main_logo .logo.kani {
  top: 52.2%;
  left: 5%;
  width: 22%;
}
.lower #main_kv #main_logo .logo.tsubaki {
  top: 53%;
  right: 39%;
  width: 10%;
}
.lower #main_kv #main_logo .logo.buri {
  top: 12.1%;
  right: 0.5%;
  width: 34%;
}
.lower #main_kv #main_logo .logo.kaki {
  right: 0;
  top: 55%;
  width: 15%;
}
.lower #main_kv .slick {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.lower #main_kv .img a {
  height: 100%;
}
.lower .goods_info {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .lower .goods_info {
    padding: 60px 0;
  }
}
.lower .goods_info .cont_head h2 {
  background-image: url("/asset_sadooshina/media/images/gift/goods_info_head.png");
}
.lower .select_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower .select_wrap .search {
  position: relative;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#gift #main_kv .img01 a {
  background-image: url("/asset_sadooshina/media/images/gift/main_kv.jpg");
}
#gift .gift_item {
  background-color: #f4f4f4;
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  #gift .gift_item {
    padding: 45px 0;
  }
}
#gift .gift_item .cont_head h2 {
  background-image: url("/asset_sadooshina/media/images/gift/gift_item_head.png");
}
#gift .use {
  color: #707373;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #gift .use {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gift .use p {
  font-size: 20px;
  width: 70px;
}
#gift .use ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}
@media only screen and (max-width: 768px) {
  #gift .use ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gift .use li {
  padding: 0 3px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #gift .use li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  #gift .use li {
    width: 50%;
  }
}
#gift .use span {
  padding: 12px 0 10px;
  border-radius: 10px;
  border: 2px #d9d9d9 solid;
  width: 92px;
  display: block;
}
@media only screen and (max-width: 500px) {
  #gift .use span {
    width: 100%;
  }
}
#gift .use .active span {
  background-color: #70eae2;
  border: 2px #70eae2 solid;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #gift .select_wrap {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #gift .select_wrap .search {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #gift .select_wrap .search {
    margin-top: 20px;
  }
}

#kinzan #main_kv .img01 a {
  background-image: url("/asset_sadooshina/media/images/kinzan/main_kv.jpg");
}
#kinzan .gift_item {
  background-color: #f4f4f4;
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  #kinzan .gift_item {
    padding: 45px 0;
  }
}
#kinzan .gift_item .cont_head h2 {
  background-image: url("/asset_sadooshina/media/images/kinzan/kinzan_goods_info_head.png");
}
#kinzan .select_wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 400px) {
  #kinzan .select_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  #kinzan .select_wrap .search .select {
    width: 180px;
  }
}
@media only screen and (max-width: 400px) {
  #kinzan .select_wrap .search .select span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  #kinzan .select_wrap .search .search_btn .btn {
    width: 40px;
    height: 40px;
  }
}
#kinzan #main_area {
  padding: 0 30px;
  position: relative;
}
#kinzan #main_area::before, #kinzan #main_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url("/asset_sadooshina/media/images/kinzan/side_bg.jpg");
  background-repeat: repeat-y;
}
#kinzan #main_area::before {
  left: 0;
}
#kinzan #main_area::after {
  right: 0;
}