@charset "UTF-8";
/* =======================================================

TOPページ　共通

======================================================= */
#top-page__slide {
  display: block;
  width: 100vw;
  height: 100%;
  padding: 0;
  position: relative;
}
#top-page__slide .fv_catch {
  position: absolute;
  bottom: 18%;
  right: 8%;
  height: 55vh;
  width: auto;
  z-index: 1;
}
@media (max-width: 1230px) {
  #top-page__slide .fv_catch {
    bottom: 12%;
    height: 50vh;
  }
}
@media (max-width: 768px) {
  #top-page__slide .fv_catch {
    top: 20%;
    height: 50%;
  }
}
#top-page__slide ul.slick01 li img {
  width: 100%;
  height: auto;
}
#top-page__slide .fv_btm_front {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -20%;
  z-index: 2;
}
@media (max-width: 1230px) {
  #top-page__slide .fv_btm_front {
    bottom: -12%;
  }
}
@media (max-width: 768px) {
  #top-page__slide .fv_btm_front {
    bottom: -3%;
  }
}

/* =======================================================

TOPページ

======================================================= */
/*----- FV下おしらせ -----*/
#fv_first {
  background: #f2ede6 url(../img/top/bg_ranking.png) no-repeat bottom center;
  background-size: 100% auto;
  display: block;
  overflow: visible;
  padding-top: 5%;
  padding-bottom: 5%;
}
#fv_first .inner {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  /*----- おすすめ商品 -----*/
}
#fv_first .inner .fv_btminfo {
  position: relative;
  width: 768px;
  max-width: 55%;
  margin: -5% auto 2%;
  z-index: 3;
  font-size: 15px;
}
@media (max-width: 768px) {
  #fv_first .inner .fv_btminfo {
    width: 85%;
    max-width: 90%;
    margin: -8% auto 5%;
  }
}
@media (max-width: 428px) {
  #fv_first .inner .fv_btminfo {
    width: 90%;
  }
}
#fv_first .inner .fv_btminfo h3 {
  font-weight: bold;
  color: #BE3F3F;
  font-size: 18px;
  margin-bottom: 10px;
}
#fv_first .inner .fv_btminfo h3 span {
  background: #BE3F3F;
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  margin-right: 5px;
  border-radius: 30px;
}
@media (max-width: 428px) {
  #fv_first .inner .fv_btminfo h3 {
    font-size: 4.5vw;
  }
}
#fv_first .inner hr.leaf {
  border: none;
  min-height: 35px;
  background: url(../img/top/hr_leaf_w.png) no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  #fv_first .inner hr.leaf {
    width: 96%;
    margin: 0 auto;
    background: url(../img/top/hr_leaf_w_sp.png) no-repeat center top;
    background-size: 96% auto;
    min-height: 70px;
  }
}
@media (max-width: 428px) {
  #fv_first .inner hr.leaf {
    min-height: 35px;
  }
}
#fv_first .inner #reccomend {
  display: block;
  padding: 5% 0;
}
#fv_first .inner #reccomend h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#fv_first .inner #reccomend h2 img {
  max-height: 100px;
  max-width: 60%;
}
@media (max-width: 428px) {
  #fv_first .inner #reccomend h2 img {
    max-width: 80%;
    max-height: initial;
  }
}
#fv_first .inner #reccomend .top_reccomend_wrap {
  display: flex;
  width: 85%;
  margin: 5% auto 0;
  justify-content: space-evenly;
  align-items: flex-start;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 0 2% 2%;
  box-sizing: border-box;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum {
  position: relative;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum a.item_link {
  transition: 0.2s;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum a.item_link img.thumimg {
  margin-bottom: 4%;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  #fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum a.item_link img.thumimg {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum a.item_link:hover {
  opacity: 0.7;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum img.fav_icon {
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  #fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_thum {
    width: 45%;
    flex-shrink: 1;
    margin-right: 3%;
  }
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text {
  flex: 1;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text .item_title a {
  color: #6E5041;
  font-weight: bold;
  font-size: 20px;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text .item_title a {
    font-size: 18px;
  }
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text .item_title a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text .item_price {
  font-weight: bold;
  font-size: 16px;
}
#fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in .item_text .item_detail {
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  #fv_first .inner #reccomend .top_reccomend_wrap .top_reccomend_in {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #fv_first .inner #reccomend .top_reccomend_wrap {
    width: 94%;
    margin: 5% auto;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #fv_first {
    background-size: 768px auto;
  }
}

/*----- 人気商品 -----*/
.top_bg_W {
  background: #fff;
  display: block;
}

#top_ranking {
  padding: 0;
  /*----- 商品カテゴリ -----*/
}
#top_ranking .inner {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  /*----- タグクラウド -----*/
}
#top_ranking .inner .top_ranking {
  display: block;
  padding: 0 0 5%;
}
#top_ranking .inner .top_ranking h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#top_ranking .inner .top_ranking h2 img {
  max-height: 100px;
  max-width: 60%;
}
@media (max-width: 428px) {
  #top_ranking .inner .top_ranking h2 img {
    max-width: 65%;
    max-height: initial;
  }
}
#top_ranking .inner .top_ranking .top_ranking_wrap {
  display: flex;
  width: 100%;
  margin: 5% auto 0;
  justify-content: space-evenly;
  align-items: flex-start;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in {
  display: flex;
  flex-direction: column;
  width: 23%;
  padding: 0 1% 2%;
  box-sizing: border-box;
  align-items: flex-start;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum {
  position: relative;
  display: block;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum a.item_link {
  transition: 0.2s;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum a.item_link img.thumimg {
  margin-bottom: 4%;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  #top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum a.item_link img.thumimg {
    border-radius: 15px;
  }
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum a.item_link:hover {
  opacity: 0.7;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_thum img.fav_icon {
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 1;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_title a {
  color: #6E5041;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 428px) {
  #top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_title a {
    font-size: 18px;
  }
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_title a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_price {
  font-weight: bold;
  font-size: 16px;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .item_detail {
  font-size: 14px;
  line-height: 1.5em;
}
#top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .sold {
  background: #D05A5A;
  padding: 1px 7px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 768px) {
  #top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in .sold {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #top_ranking .inner .top_ranking .top_ranking_wrap .top_ranking_in {
    width: 48%;
    padding: 0 1% 5%;
  }
}
@media (max-width: 768px) {
  #top_ranking .inner .top_ranking .top_ranking_wrap {
    width: 96%;
    margin: 5% auto;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #top_ranking .inner .top_ranking {
    padding: 7% 0 5%;
    margin-top: -1px;
  }
}
#top_ranking .inner .ctr_btn {
  display: flex;
  width: 320px;
  max-width: 80%;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #462C1F;
  border-radius: 50px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 0 auto 3%;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #top_ranking .inner .ctr_btn {
    width: 90%;
    max-width: 90%;
    font-size: 5vw;
    padding: 18px 30px;
  }
}
#top_ranking .inner .ctr_btn:hover {
  background: #BA6816;
}
#top_ranking .inner #top_tagcloud {
  background: #F2EDE6;
  border-radius: 30px;
  display: block;
  width: 98%;
  height: auto;
  box-sizing: border-box;
  padding: 5%;
  margin: 0 auto 10%;
}
#top_ranking .inner #top_tagcloud h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 428px) {
  #top_ranking .inner #top_tagcloud h2 {
    margin-bottom: 5%;
    font-size: 20px;
  }
}
#top_ranking .inner #top_tagcloud h2 br {
  display: none;
}
@media (max-width: 428px) {
  #top_ranking .inner #top_tagcloud h2 br {
    display: block;
  }
}
#top_ranking .inner #top_tagcloud .tag_cloud_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top_ranking .inner #top_tagcloud .tag_cloud_box a {
  background: #6E5041;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-radius: 10px;
  padding: 10px 30px;
  margin: 0 10px 10px 0;
  line-height: 1;
}
#top_ranking .inner #top_tagcloud .tag_cloud_box a:hover {
  text-decoration: none;
  background: #9f7b69;
}
@media (max-width: 768px) {
  #top_ranking .inner #top_tagcloud .tag_cloud_box a {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  #top_ranking .inner #top_tagcloud .tag_cloud_box {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #top_ranking .inner #top_tagcloud {
    width: 92%;
  }
}
#top_ranking .inner hr.leaf {
  border: none;
  min-height: 35px;
  background: url(../img/top/hr_leaf_b.png) no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  #top_ranking .inner hr.leaf {
    width: 96%;
    margin: 0 auto;
    background: url(../img/top/hr_leaf_b_sp.png) no-repeat center top;
    background-size: 96% auto;
    min-height: 70px;
  }
}
@media (max-width: 428px) {
  #top_ranking .inner hr.leaf {
    min-height: 35px;
  }
}
#top_ranking #top_category {
  display: block;
}
#top_ranking #top_category h2 {
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "Zen Old Mincho", serif;
  font-size: 40px;
  color: #462C1F;
  font-weight: bold;
  text-align: center;
  margin: 5% auto 3%;
}
@media (max-width: 768px) {
  #top_ranking #top_category h2 {
    margin: 5% auto 10%;
  }
}
@media (max-width: 428px) {
  #top_ranking #top_category h2 {
    font-size: 8.5vw;
  }
}
#top_ranking #top_category .top_category_wrap {
  display: flex;
  width: 85%;
  margin: 5% auto 0;
  justify-content: space-evenly;
  align-items: flex-start;
}
#top_ranking #top_category .top_category_wrap .top_category_in {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 21%;
  padding: 0 2% 2%;
  box-sizing: border-box;
}
#top_ranking #top_category .top_category_wrap .top_category_in h3 a {
  transition: 0.2s;
}
#top_ranking #top_category .top_category_wrap .top_category_in h3 a img {
  display: block;
  margin: 0 auto 15px;
}
#top_ranking #top_category .top_category_wrap .top_category_in h3 a:hover {
  opacity: 0.7;
}
#top_ranking #top_category .top_category_wrap .top_category_in .category_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
#top_ranking #top_category .top_category_wrap .top_category_in .category_text .item_detail {
  font-size: 14px;
  line-height: 1.5em;
  flex-grow: 1;
}
#top_ranking #top_category .top_category_wrap .top_category_in .category_text a.category_link {
  color: #6E5041;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
#top_ranking #top_category .top_category_wrap .top_category_in .category_text a.category_link img {
  width: 22px;
  height: auto;
  margin-left: 5px;
}
#top_ranking #top_category .top_category_wrap .top_category_in .category_text a.category_link:hover {
  color: #BA6816;
}
@media (max-width: 768px) {
  #top_ranking #top_category .top_category_wrap .top_category_in {
    width: 46%;
    padding: 0 2% 8%;
  }
}
@media (max-width: 768px) {
  #top_ranking #top_category .top_category_wrap {
    flex-wrap: wrap;
    width: 96%;
    justify-content: center;
    margin: 5% auto;
  }
}

/*----- ニュース・メディア -----*/
#news {
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  margin: 5% 0 10%;
}
#news .news_wrap {
  width: 50%;
  margin: 0;
  background: #F2EDE6;
  display: flex;
  justify-content: flex-end;
}
#news .news_wrap .news_box {
  width: 600px;
  max-width: 90%;
  padding: 12% 12% 12% 0;
  box-sizing: border-box;
}
#news .news_wrap .news_box h2 {
  display: block;
  margin: 0 auto;
}
#news .news_wrap .news_box h2 img {
  display: block;
  max-height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #news .news_wrap .news_box h2 img {
    margin: 0 auto 8%;
  }
}
@media (max-width: 428px) {
  #news .news_wrap .news_box h2 img {
    max-width: 70%;
    max-height: initial;
  }
}
#news .news_wrap .news_box a.news_box_in {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-start;
  transition: 0.2s;
}
#news .news_wrap .news_box a.news_box_in div.news_img {
  width: auto;
  margin: 0 30px 30px 0;
}
#news .news_wrap .news_box a.news_box_in div.news_img img {
  width: 150px;
  height: auto;
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #news .news_wrap .news_box a.news_box_in div.news_img img {
    margin: 0 15px 0 0;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  #news .news_wrap .news_box a.news_box_in div.news_img {
    margin: 0 0 15px;
  }
}
#news .news_wrap .news_box a.news_box_in div.news_text {
  flex: 1;
}
#news .news_wrap .news_box a.news_box_in div.news_text span.newsdate {
  color: #BA6816;
  font-size: 15px;
  letter-spacing: 0.3em;
}
#news .news_wrap .news_box a.news_box_in div.news_text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #news .news_wrap .news_box a.news_box_in {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 0;
  }
}
#news .news_wrap .news_box a.news_box_in:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #news .news_wrap .news_box {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    padding: 10% 0;
  }
}
#news .news_wrap a.news_btnlink {
  display: flex;
  width: 320px;
  max-width: 80%;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #462C1F;
  border-radius: 50px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 3% auto;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #news .news_wrap a.news_btnlink {
    width: 100%;
    max-width: 100%;
    font-size: 5vw;
    padding: 18px 30px;
  }
}
#news .news_wrap a.news_btnlink:hover {
  background: #BA6816;
}
@media (max-width: 768px) {
  #news .news_wrap {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}
#news .media_wrap {
  width: 50%;
  margin: 0;
  background: #EAE2DB;
  display: flex;
  justify-content: flex-start;
}
#news .media_wrap .media_box {
  width: 600px;
  max-width: 90%;
  padding: 12% 0 12% 12%;
  box-sizing: border-box;
}
#news .media_wrap .media_box h2 {
  display: block;
  margin: 0 auto;
}
#news .media_wrap .media_box h2 img {
  display: block;
  max-height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #news .media_wrap .media_box h2 img {
    margin: 0 auto 8%;
  }
}
@media (max-width: 428px) {
  #news .media_wrap .media_box h2 img {
    max-width: 85%;
    max-height: initial;
  }
}
#news .media_wrap .media_box a.media_box_in {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-start;
  transition: 0.2s;
}
#news .media_wrap .media_box a.media_box_in div.media_img {
  width: auto;
  margin: 0 30px 30px 0;
}
#news .media_wrap .media_box a.media_box_in div.media_img img {
  width: 150px;
  height: auto;
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #news .media_wrap .media_box a.media_box_in div.media_img img {
    margin: 0 15px 0 0;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  #news .media_wrap .media_box a.media_box_in div.media_img {
    margin: 0 0 15px;
  }
}
#news .media_wrap .media_box a.media_box_in div.media_text {
  flex: 1;
}
#news .media_wrap .media_box a.media_box_in div.media_text span.newsdate {
  color: #BA6816;
  font-size: 15px;
  letter-spacing: 0.3em;
}
#news .media_wrap .media_box a.media_box_in div.media_text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #news .media_wrap .media_box a.media_box_in {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 0;
  }
}
#news .media_wrap .media_box a.media_box_in:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #news .media_wrap .media_box {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    padding: 10% 0;
  }
}
#news .media_wrap a.news_btnlink {
  display: flex;
  width: 320px;
  max-width: 80%;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #462C1F;
  border-radius: 50px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 3% auto;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #news .media_wrap a.news_btnlink {
    width: 100%;
    max-width: 100%;
    font-size: 5vw;
    padding: 18px 30px;
  }
}
#news .media_wrap a.news_btnlink:hover {
  background: #BA6816;
}
@media (max-width: 768px) {
  #news .media_wrap {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #news {
    flex-direction: column;
  }
}

/*----- インスタグラム -----*/
#top_feed {
  display: block;
  margin-top: -15%;
  background: url(../img/top/bg_ranking.png) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  padding: 7% 0 5%;
}
#top_feed .inner {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#top_feed .inner h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#top_feed .inner h2 img {
  max-height: 100px;
  max-width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  #top_feed .inner h2 img {
    max-width: 80%;
    max-height: initial;
  }
}
#top_feed .inner p {
  text-align: center;
  padding: 5% 0;
}
#top_feed .inner a.sns_btn {
  display: flex;
  width: 320px;
  max-width: 80%;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #462C1F;
  border-radius: 50px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 3% auto;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #top_feed .inner a.sns_btn {
    width: 90%;
    max-width: 90%;
    font-size: 5vw;
    padding: 18px 30px;
  }
}
#top_feed .inner a.sns_btn:hover {
  background: #BA6816;
}
@media (max-width: 768px) {
  #top_feed {
    margin-top: -15%;
    background-size: 768px auto;
    padding: 15% 0 5%;
  }
}

/*----- kunugiについて -----*/
#top_company {
  display: block;
  background: url(../img/top/bg_shopinfo.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  padding: 11% 0 5%;
}
#top_company .inner {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#top_company .inner .top_company_box {
  display: flex;
  align-items: flex-end;
}
#top_company .inner .top_company_box div {
  width: 45%;
  overflow: visible;
  text-align: left;
}
#top_company .inner .top_company_box div img {
  width: 666px;
  height: auto;
  max-width: 120%;
}
@media (max-width: 768px) {
  #top_company .inner .top_company_box div img {
    width: 75%;
    max-width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
}
#top_company .inner .top_company_box div h2 {
  font-family: "Hiragino Mincho", "Hiragino Mincho ProN", "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
#top_company .inner .top_company_box div h2 span {
  position: relative;
  color: #BA6816;
  text-emphasis: dot #DCB289;
  -webkit-text-emphasis: dot #DCB289;
}
@media (max-width: 428px) {
  #top_company .inner .top_company_box div h2 span {
    font-size: 10vw;
  }
}
@media (max-width: 428px) {
  #top_company .inner .top_company_box div h2 {
    font-size: 10vw;
  }
}
#top_company .inner .top_company_box div h2 br.last {
  display: none;
}
@media (max-width: 428px) {
  #top_company .inner .top_company_box div h2 br.last {
    display: inline;
  }
}
#top_company .inner .top_company_box div p {
  margin: -3% 0 3%;
  font-size: 18px;
  font-weight: bold;
}
#top_company .inner .top_company_box div a.top_company_btn {
  display: flex;
  width: 320px;
  max-width: 80%;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #BA6816;
  border-radius: 50px;
  padding: 20px 50px;
  box-sizing: border-box;
  margin: 20px 0 0;
  transition: 0.2s;
}
@media (max-width: 428px) {
  #top_company .inner .top_company_box div a.top_company_btn {
    width: 100%;
    max-width: 100%;
    font-size: 5vw;
    padding: 18px 30px;
    margin: 5% auto;
  }
}
#top_company .inner .top_company_box div a.top_company_btn:hover {
  background: #f18920;
}
@media (max-width: 768px) {
  #top_company .inner .top_company_box div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #top_company .inner .top_company_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #top_company {
    background-size: 880px auto;
  }
}
@media (max-width: 428px) {
  #top_company {
    padding: 30% 0 5%;
  }
}

/* -------------------- */
#top-page {
  overflow: hidden;
}

/* =======================================================

アニメーション

======================================================= */
.fade {
  opacity: 0;
}
.fade.is-active {
  transition: 0.6s;
  opacity: 1;
}

.fadeup {
  transform: translateY(30px);
  opacity: 0;
}
.fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.fadeinLeft {
  transform: translateX(50px);
  opacity: 0;
}
@media (max-width: 768px) {
  .fadeinLeft {
    transform: translateX(30px);
  }
}
.fadeinLeft.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.fadeinRight {
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 768px) {
  .fadeinRight {
    transform: translateX(-30px);
  }
}
.fadeinRight.is-active {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}/*# sourceMappingURL=top.css.map */