@charset "UTF-8";
/*! Writen  by SCSS */
.gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en, .content .top_cont .items li figure .mark i, .content .top_cont .news_list li figure .date {
  font-family: 'Noto Sans JP', monospace;
}

.main .main_slide {
  position: relative;
}

.main .main_slide .slick-slide {
  display: block;
  max-width: 600px;
  width: 90vw;
  line-height: 0;
  outline: none;
}

@media screen and (max-width: 767px) {
  .main .main_slide .slick-slide {
    width: 100vw;
  }
}

.main .main_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main .main_slide .slick-dots {
  bottom: 0;
  line-height: 0;
}

.main .main_slide .slick-dots li {
  display: inline-block;
  margin: 0;
}

.main .main_slide .slick-next, .main .main_slide .slick-prev {
  width: auto;
  height: auto;
  color: #000;
  z-index: 2;
  opacity: 0.25;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main .main_slide .slick-next:before, .main .main_slide .slick-prev:before {
  font-size: 0;
}

body:not(.mobile) .main .main_slide .slick-next:hover, body:not(.mobile) .main .main_slide .slick-prev:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .main .main_slide .slick-next, .main .main_slide .slick-prev {
    display: none !important;
  }
}

.main .main_slide .slick-next i, .main .main_slide .slick-prev i {
  font-size: 50px;
}

.main .main_slide .slick-next {
  right: 10px;
}

.main .main_slide .slick-prev {
  left: 10px;
}

.main .main_slide li {
  display: none;
  background: center center / cover no-repeat;
  position: relative;
}

.main .main_slide li a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  outline: none;
}

.main .main_slide li p {
  font-size: 20px;
  color: white;
  text-shadow: 0px 0px 3px #fba4a5, 0px 0px 5px #fba4a5, 0px 0px 7px #fba4a5, 0px 0px 9px #fba4a5, 0px 0px 10px #fba4a5;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  letter-spacing: 0.15em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .main .main_slide li p {
    font-size: 18px;
    left: 15px;
    right: 15px;
    bottom: 25px;
  }
}

.main .main_slide li:before {
  content: "";
  padding-bottom: 66.6666%;
  display: block;
}

.content {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1275px) {
  .content {
    display: block;
    padding-top: 0;
  }
}

.content aside {
  width: 14.29%;
  max-width: 220px;
}

@media screen and (max-width: 1275px) {
  .content aside {
    width: 100%;
    max-width: 1540px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
}

.content aside .nav_search {
  margin-bottom: 20px;
}

@media screen and (max-width: 1275px) {
  .content aside .nav_search form .search {
    width: auto;
  }
}

.content aside ul {
  margin-bottom: 30px;
  color: #606060;
}

@media screen and (max-width: 1275px) {
  .content aside ul {
    display: none;
  }
}

.content aside ul h5 {
  font-size: 14px;
}

.content aside ul h5:first-child {
  margin-top: 0px;
}

.content aside ul h5 i {
  background: center center / cover no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 10px;
}

.content aside ul h5 a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
}

body:not(.mobile) .content aside ul h5 a:hover {
  opacity: 0.7;
}

.content aside ul li {
  line-height: 40px;
  font-size: 12px;
  vertical-align: middle;
  color: #000;
}

.content aside ul li i {
  background: center center / cover no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 10px;
}

.content aside ul li span {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #000;
  color: #000000;
}

body:not(.mobile) .content aside ul li span:hover {
  color: #000000;
  font-weight: bold;
}

.content aside ul li span.ac {
  color: #000000;
  font-weight: bold;
}

.content aside ul li span:after {
  content: "＋";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.content aside ul li span:hover:after, .content aside ul li span.ac:after {
  opacity: 0;
}

.content aside ul li span:before {
  content: "－";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}

.content aside ul li span:hover:before, .content aside ul li span.ac:before {
  opacity: 1;
}

.content aside ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #000;
  color: #000000;
}

body:not(.mobile) .content aside ul li a:hover {
  color: #000000;
  font-weight: bold;
}

.content aside ul li a.ac {
  color: #000000;
  font-weight: bold;
}

.content aside ul li a:after {
  content: "＋";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.content aside ul li a:hover:after, .content aside ul li a.ac:after {
  opacity: 0;
}

.content aside ul li a:before {
  content: "－";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}

.content aside ul li a:hover:before, .content aside ul li a.ac:before {
  opacity: 1;
}

.content aside ul li dl {
  display: none;
  background: #eee;
}

.content aside ul li dl dd a {
  padding: 0 0 0 20px;
}

.content aside ul li dl dd a:after {
  content: "";
  right: auto;
  left: 5px;
}

.content aside ul li dl dd a:hover:after, .content aside ul li dl dd a.ac:after {
  opacity: 1;
}

.content aside ul li dl dd a:before {
  opacity: 0;
}

.content aside ul li dl dd a:hover:before, .content aside ul li dl dd a.ac:before {
  opacity: 0;
}

.content aside ul.shop_list li a {
  background: #999;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.content aside ul.shop_list li a:after {
  display: none;
}

.content aside ul.shop_list li a:before {
  display: none;
}

body:not(.mobile) .content aside ul.shop_list li a:hover {
  color: #fff;
}

.content aside ul.shop_list li a.ac {
  color: #fff;
}

.content aside h3 {
  line-height: 1.25;
  padding-bottom: 0.25em;
}

@media screen and (max-width: 1275px) {
  .content aside h3 {
    display: none;
  }
}

.content aside h3 span {
  padding-left: 0;
  display: block;
}

.content .top_cont {
  width: 84.42%;
  max-width: 1300px;
}

@media screen and (max-width: 1275px) {
  .content .top_cont {
    width: auto;
    margin: 0 auto;
  }
}

.content .top_cont section {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .content .top_cont section {
    margin-bottom: 10px;
  }
}

.content .top_cont .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 900px) {
  .content .top_cont .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
  }
}

.content .top_cont .items li {
  width: 15.39%;
  max-width: 200px;
  margin-right: 1.538%;
}

@media screen and (max-width: 900px) {
  .content .top_cont .items li {
    width: 31.12%;
    max-width: 280px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .content .top_cont .items li {
    width: 46.88%;
    max-width: 225px;
  }
}

.content .top_cont .items li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-bottom: 10px;
}

body:not(.mobile) .content .top_cont .items li a:hover {
  background: #ffffff;
}

body:not(.mobile) .content .top_cont .items li a:hover hr {
  opacity: 0.7;
}

.content .top_cont .items li.sale figure .mark i.sale {
  display: block;
}

.content .top_cont .items li.sale .price {
  color: #ff5757;
}

.content .top_cont .items li.new figure .mark i.new {
  display: block;
}

.content .top_cont .items li.best figure .mark i.best {
  display: block;
}

.content .top_cont .items li.faved .title .fav_icon i.nofaved {
  display: none;
}

.content .top_cont .items li.faved .title .fav_icon i.faved {
  display: block;
}

.content .top_cont .items li figure {
  position: relative;
}

.content .top_cont .items li figure hr {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  background: center center / cover no-repeat;
  padding-bottom: 120%;
}

.content .top_cont .items li figure .mark {
  position: absolute;
  bottom: 10px;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .top_cont .items li figure .mark i {
  display: none;
  width: 45px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-style: normal;
  color: #FFF;
}

.content .top_cont .items li figure .mark i.new {
  background: #26f225;
  color: #000;
}

.content .top_cont .items li figure .mark i.sale {
  background: #00ffff;
  color: #000;
}

.content .top_cont .items li figure .mark i.best {
  background: #f320e8;
  color: #fff;
}

.content .top_cont .items li .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: row-reverse;*/
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content .top_cont .items li .title .fav_icon {
  width: 24px;
  margin-left: 5px;
  display: none;
}

.content .top_cont .items li .title .fav_icon i {
  color: #dddddd;
  line-height: 1;
  font-size: 24px;
}

.content .top_cont .items li .title .fav_icon i.faved {
  display: none;
}

.content .top_cont .items li .title .txt {
  line-height: 1.5;
}

.content .top_cont .items li .title .txt h5 {
  font-size: 14px;
  font-weight: bold;
}

.content .top_cont .items li .title .txt h6 {
  font-size: 12px;
}

.content .top_cont .items li .text {
  margin-bottom: 10px;
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}

.content .top_cont .items li .price {
  font-size: 18px;
  line-height: 1.25;
}

.content .top_cont .items li:last-child {
  margin-right: 0;
}

.content .top_cont .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 900px) {
  .content .top_cont .news_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
  }
}

.content .top_cont .news_list li {
  width: 22.32%;
  max-width: 270px;
  margin-right: 3.357%;
}

@media screen and (max-width: 900px) {
  .content .top_cont .news_list li {
    width: 47.78%;
    max-width: 430px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .content .top_cont .news_list li {
    width: 100%;
    max-width: 480px;
  }
}

.content .top_cont .news_list li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-bottom: 10px;
}

body:not(.mobile) .content .top_cont .news_list li a:hover {
  background: #ffffff;
}

body:not(.mobile) .content .top_cont .news_list li a:hover hr {
  opacity: 0.7;
}

.content .top_cont .news_list li figure {
  position: relative;
}

.content .top_cont .news_list li figure hr {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  background: center center / cover no-repeat;
  padding-bottom: 74.0740%;
}

.content .top_cont .news_list li figure .date {
  display: none;
  position: absolute;
  left: -10px;
  top: 20px;
  background: #333333;
  color: #FFF;
  font-size: 14px;
  height: 48px;
  width: 48px;
  line-height: 0.95;
  padding: 5px;
}

.content .top_cont .news_list li figure .date span {
  display: block;
  font-size: 200%;
}

.content .top_cont .news_list li .txt {
  line-height: 1.5;
}

.content .top_cont .news_list li .txt h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.content .top_cont .news_list li .txt h5:after {
  content: "";
  width: 30px;
  margin: 8px auto 0;
  display: block;
  background: #dddddd;
  padding-bottom: 2px;
}

.content .top_cont .news_list li .txt p {
  opacity: 0.7;
}

.content .top_cont .news_list li:last-child {
  margin-right: 0px;
}

.t_ttl {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  position: relative;
  margin: 0 0 15px;
  position: relative;
}

.t_ttl:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .t_ttl:after {
    bottom: 0px;
  }
}

.t_ttl span.s1 {
  background: #000;
  padding: 2px 5px 2px 5px;
  color: #fff;
  margin: 0 5px 0 0;
  line-height: 1;
}

.t_ttl a {
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.t_ttl a:hover {
  opacity: 0.7;
}

.footer_wra {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
}

.footer_wra .footer_inner {
  max-width: 1540px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 640px) {
  .footer_wra .footer_inner {
    display: block;
  }
}

.footer_wra .footer_inner .sns_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
}

@media screen and (max-width: 640px) {
  .footer_wra .footer_inner .sns_col {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_wra .footer_inner .sns_col li {
  margin: 0 20px 0 0;
}

.footer_wra .footer_inner .sns_col li:last-child {
  margin: 0 0 0 0;
}

.footer_wra .footer_inner .site_map {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .footer_wra .footer_inner .site_map {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
}

.footer_wra .footer_inner .site_map a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer_wra .footer_inner .site_map a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .footer_wra .footer_inner .copyright {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
}
/*# sourceMappingURL=top.css.map */