@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Kosugi+Maru&display=swap");
/*==========================================================
	RESET
==========================================================*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, object, blockquote, figure, figcaption,
header, footer, main, section, nav, span, div, a, label {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

img {
  border: 0px;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
}

p, div, li {
  word-break: break-all;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body {
  position: relative;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 400;
  font-family: "Kosugi", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", sans-serif;
  background-color: #F7F8F8;
}
body .sp_br {
  display: none;
}
@media (max-width: 499px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  body .sp_br {
    display: block;
  }
  body .pc_br {
    display: none;
  }
}
body a {
  color: #555;
  vertical-align: bottom;
}

.op0 {
  opacity: 0;
}

/*==========================================================
	各コンテンツBOX 共通
==========================================================*/
main {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 30px;
}
@media (max-width: 499px) {
  main {
    padding: 0 10px;
  }
}

section {
  position: relative;
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 50px 50px;
  text-align: center;
  background-color: #FFF;
}
@media (max-width: 499px) {
  section {
    padding: 30px 0px 30px;
  }
}
section .sec_title {
  position: relative;
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 1em;
  color: #000;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 499px) {
  section .sec_title {
    font-size: 24px;
  }
}

.btn_gotop {
  position: fixed;
  right: 0px;
  bottom: 35px;
  display: block;
  width: 55px;
  height: auto;
  z-index: 1;
}

/*==========================================================
	定型mixin
==========================================================*/
/*==========================================================
	ヘッダー全体
==========================================================*/
header {
  display: block;
  top: 0px;
  z-index: 11;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #E4007E;
}
.home header {
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .home header {
    margin-bottom: 0;
  }
}
header .contact_box {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 499px) {
  header .contact_box {
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: unset;
    bottom: 20px;
    width: 100%;
  }
}
header .contact_box .tel, header .contact_box .form {
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px -2px #000;
          box-shadow: 2px 2px 10px -2px #000;
}
header .contact_box .tel a, header .contact_box .form a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
header .contact_box .tel .tel_no {
  width: 250px;
}
header .contact_box .tel a {
  font-size: 15px;
  color: #000;
}
header .search_box {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #E4007E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
header .search_box .h_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #FFF;
}
@media (max-width: 499px) {
  header .search_box .h_title {
    font-size: 16px;
  }
}
header .search_box .h_title .h_logo {
  margin: 0 10px 0;
}
header .search_box .search {
  border: 1px solid #FF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 700px;
  margin: 0 auto;
  z-index: 1;
}
.header__slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

nav {
  margin-top: 10px;
  height: 100px;
}
.home nav {
  margin-top: 50px;
}
@media (max-width: 499px) {
  nav {
    margin-top: 0;
    padding-top: 10px;
    height: 78px;
  }
  .home nav {
    margin-top: 20px;
  }
}
nav ul {
  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;
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #F7F8F8;
}
nav ul li {
  width: 25%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
nav ul li:not(:first-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  background-color: #aaa;
  position: absolute;
  top: 10%;
  left: -2px;
}
@media (max-width: 499px) {
  nav ul li:not(:first-child)::before {
    width: 2px;
  }
}
nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
nav ul li.top::after {
  background-color: #E83828;
}
nav ul li.genre::after {
  background-color: #22AC38;
}
nav ul li.shop::after {
  background-color: #036EB8;
}
nav ul li.machi::after {
  background-color: #E4007E;
}
nav ul li .mbtn {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*==========================================================
	フッター
==========================================================*/
footer {
  width: 100%;
  margin-top: 100px;
  padding: 30px;
  text-align: center;
  color: #FFF;
  background-color: #E4007E;
  position: relative;
  z-index: 11;
}
@media (max-width: 499px) {
  footer {
    padding: 15px;
  }
}
footer .js-go-top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
@media (max-width: 499px) {
  footer .js-go-top {
    width: 60px;
    height: 60px;
    bottom: unset;
    top: 20px;
  }
}
footer .js-go-top .gotop-image {
  width: 100%;
  height: 100%;
  fill: #E4007E;
}
footer .innerbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto 50px auto;
  -ms-grid-columns: 44% 3% 53%;
      grid-template: "fbox1   .....   fbox3" ".....   .....   fbox3" 10px "fbox2   .....   fbox3" ".....   .....   ....." 50px "copy    copy    copy"/44% 3% 53%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 499px) {
  footer .innerbox {
    -ms-grid-rows: auto 10px auto auto 50px auto;
    -ms-grid-columns: 44% 3% 53%;
        grid-template: "fbox3   fbox3   fbox3" ".....   .....   ....." 10px "fbox2   fbox2   fbox2" "fbox1   fbox1   fbox1" ".....   .....   ....." 50px "copy    copy    copy"/44% 3% 53%;
  }
}
footer .innerbox .f_box_1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: fbox1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .innerbox .f_box_1 .f_logo img {
  width: 100%;
}
footer .innerbox .f_box_1 dl {
  margin-left: 1em;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl {
    margin: 20px auto 0;
  }
}
footer .innerbox .f_box_1 dl dt {
  width: 80px;
  margin: 15px auto 0;
  padding: 4px 0;
  color: #E4007E;
  font-weight: bold;
  background-color: #FFF;
}
footer .innerbox .f_box_1 dl dd {
  margin-top: 8px;
  font-weight: normal;
}
footer .innerbox .f_box_1 dl dd span {
  display: inline-block;
}
footer .innerbox .f_box_1 dl dd.addr {
  font-size: 15px;
}
footer .innerbox .f_box_1 dl dd.telno img {
  width: 90%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl dd.telno img {
    width: 70%;
  }
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl dd.telno::after {
    content: "お気軽にお問い合わせください";
    display: block;
    color: #FFF;
    font-size: 14px;
    margin-top: 6px;
  }
}
footer .innerbox .f_box_2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: fbox2;
}
footer .innerbox .f_box_2 img {
  width: 100%;
}
footer .innerbox .f_box_3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: fbox3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .innerbox .f_box_3 .f_pic {
  width: 48%;
  position: relative;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic {
    width: 100%;
  }
}
footer .innerbox .f_box_3 .f_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic img {
    border-radius: 10px;
  }
}
footer .innerbox .f_box_3 .f_pic::after {
  content: "";
  display: block;
  width: 75%;
  height: 42%;
  background: url("../img/footer/f-fukidasi.svg") no-repeat center center/contain;
  position: absolute;
  top: -70px;
  right: -20px;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic::after {
    top: -70px;
    right: 10px;
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
    width: 60%;
    height: 38%;
  }
}
footer .innerbox .f_box_3 .gmap {
  width: 48%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .gmap {
    width: 100%;
    height: 88vw;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}
footer .innerbox .f_box_3 .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
footer .innerbox .copy {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copy;
  margin: 0px;
  padding: 30px 0 30px;
  font-size: 16px;
  border-top: 1px solid #FFF;
}
@media (max-width: 499px){
  footer .innerbox .f_box_1 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .f_box_2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .f_box_3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .copy {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 499px) {
  footer .innerbox .copy {
    font-size: 14px;
  }
}
footer .innerbox a {
  color: #FFFFFF;
}

.f_atari {
  width: 100%;
}

/*==========================================================
	WP上書き用
==========================================================*/
.wp-block-column {
  padding: 0 0.5em;
}

/*==========================================================
	main overwrite
==========================================================*/
/*
main {
	@include sp {
	}
}
*/
/*==========================================================
	街ナビちゃんとはマンガ
==========================================================*/
section.about {
  margin: 50px auto 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}
@media (max-width: 499px) {
  section.about .about_inner {
    margin: 0 10px;
  }
}
section.about .about_inner .about_btn-group .about_btn-sel {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.4;
  background-color: #DDD;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 499px) {
  section.about .about_inner .about_btn-group .about_btn-sel {
    margin: 0 1%;
    width: 44%;
    padding: 15px 10px;
    font-size: 15px;
  }
}
section.about .about_inner .about_btn-group .about_btn-sel:hover {
  opacity: 0.7;
}
section.about .about_inner .about_btn-group .about_btn-sel::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 20px solid #DDD;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.about .about_inner .about_btn-group .about_btn-sel.active {
  color: #FFF;
  font-weight: bold;
  background-color: #E4007E;
}
section.about .about_inner .about_btn-group .about_btn-sel.active::after {
  border-top: 20px solid #E4007E;
  bottom: -20px;
  opacity: 1;
}
section.about .about_inner .about_image-group {
  margin-top: 25px;
}
section.about .about_inner .about_image-group .about_image {
  display: none;
  width: 100%;
  max-width: min(100%, 800px);
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
section.about .about_inner .about_image-group .about_image.active {
  display: block;
  opacity: 1;
}

/*==========================================================
	新着情報
==========================================================*/
section.news {
  margin: 50px auto 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}
@media (max-width: 499px) {
  section.news .sec_title {
    font-size: 26px;
  }
}
section.news .sec_title span {
  display: inline-block;
}
section.news .sec_title span::after {
  content: "";
  display: block;
  width: 80%;
  height: 6px;
  margin: 12px auto 0;
  background-color: #E83828;
}
section.news .list {
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 499px) {
  section.news .list {
    margin-top: 0px;
  }
}
section.news .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px;
  text-align: left;
  border-bottom: 1px solid #666;
}
@media (max-width: 499px) {
  section.news .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
    margin: 0 10px;
  }
}
section.news .list li .date {
  width: 140px;
  font-size: 18px;
  color: #444;
}
@media (max-width: 899px) {
  section.news .list li .date {
    width: 120px;
  }
}
@media (max-width: 499px) {
  section.news .list li .date {
    font-size: 14px;
  }
}
section.news .list li .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 499px) {
  section.news .list li .title {
    margin-top: 0.4em;
    font-size: 16px;
  }
}
section.news .list li .news-popup {
  display: none;
}

.mfp-content .mfp-close {
  color: #FFF;
}

.mfp-content .news-popup {
  max-width: 800px;
  background-color: #FFF;
  padding: 30px 30px;
  margin: 50px auto;
}
.mfp-content .news-popup .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 499px) {
  .mfp-content .news-popup .innerbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mfp-content .news-popup .innerbox .news-thumb-box {
  width: min(300px, 50%);
}
@media (max-width: 499px) {
  .mfp-content .news-popup .innerbox .news-thumb-box {
    width: 100%;
  }
}
.mfp-content .news-popup .innerbox .news-thumb-box .thumb {
  width: 100%;
}
.mfp-content .news-popup .innerbox .news-text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
}
.mfp-content .news-popup .innerbox .news-text-box .news-title {
  padding-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 1px solid #666;
}
@media (max-width: 499px) {
  .mfp-content .news-popup .innerbox .news-text-box .news-title {
    font-size: 18px;
  }
}
.mfp-content .news-popup .innerbox .news-text-box .news-comment {
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 1.6;
}

/*==========================================================
	新着店舗
==========================================================*/
section.join {
  margin: 50px auto 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}
@media (max-width: 499px) {
  section.join .sec_title {
    font-size: 26px;
  }
}
section.join .sec_title span {
  display: inline-block;
}
section.join .sec_title span::after {
  content: "";
  display: block;
  width: 80%;
  height: 6px;
  margin: 12px auto 0;
  background-color: #E83828;
}
section.join .sub {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.2;
}
section.join .list {
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 499px) {
  section.join .list {
    margin-top: 30px;
  }
  section.join .list.half-sp li {
    width: 47%;
    margin: 0 1.5% 20px;
  }
}
section.join .list li {
  width: 32%;
  margin-bottom: 8px;
}
@media (max-width: 499px) {
  section.join .list li {
    width: 100%;
    margin: 0 10px 50px;
  }
}
section.join .list li .name {
  width: auto;
  padding: 5px 1px;
  font-size: 18px;
  color: #FFF;
  background-color: #000;
  text-align: center;
  position: relative;
}
section.join .list li .name::before, section.join .list li .name::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, transparent 0%, transparent 50%, #666 50%, #666 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
}
section.join .list li .name::after {
  left: unset;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
section.join .list li .thumb_box {
  margin: 0 10px 15px;
  -webkit-box-shadow: 2px 2px 6px -1px #000;
          box-shadow: 2px 2px 6px -1px #000;
}
@media (max-width: 499px) {
  section.join .list li .thumb_box {
    margin: 0 10px 10px;
  }
}
section.join .list li .thumb_box .thumb {
  width: 100%;
  border: 10px solid #FFF;
  border-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.join .list li .btn_more {
  width: max(65%, 140px);
  margin: 0 auto;
  font-size: 18px;
  background-color: #E83828;
  text-align: center;
}
section.join .list li .btn_more a {
  display: block;
  padding: 8px 0;
  color: #FFF;
}

/*==========================================================
	お店紹介
==========================================================*/
section.shop {
  margin: 50px auto 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}
@media (max-width: 499px) {
  section.shop .sec_title {
    font-size: 26px;
  }
}
section.shop .sec_title span {
  display: inline-block;
}
section.shop .sec_title span::after {
  content: "";
  display: block;
  width: 80%;
  height: 6px;
  margin: 12px auto 0;
  background-color: #E83828;
}
section.shop .sub {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.2;
}
section.shop > .btn_more {
  width: max(35%, 140px);
  margin: 0 auto;
  font-size: 18px;
  background-color: #E83828;
  text-align: center;
}
@media (max-width: 499px) {
  section.shop > .btn_more {
    width: 65%;
  }
}
section.shop > .btn_more a {
  display: block;
  padding: 12px 0;
  color: #FFF;
}
section.shop .list {
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 499px) {
  section.shop .list {
    margin-top: 30px;
  }
  section.shop .list.half-sp li {
    width: 47%;
    margin: 0 1.5% 20px;
  }
}
section.shop .list li {
  width: 32%;
  margin-bottom: 8px;
}
@media (max-width: 499px) {
  section.shop .list li {
    width: 100%;
    margin: 0 10px 50px;
  }
}
section.shop .list li .name {
  width: auto;
  padding: 5px 1px;
  font-size: 18px;
  color: #FFF;
  background-color: #000;
  text-align: center;
  position: relative;
}
section.shop .list li .name::before, section.shop .list li .name::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, transparent 0%, transparent 50%, #666 50%, #666 100%);
  position: absolute;
  bottom: -10px;
  left: 0;
}
section.shop .list li .name::after {
  left: unset;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
section.shop .list li .thumb_box {
  margin: 0 10px 15px;
  -webkit-box-shadow: 2px 2px 6px -1px #000;
          box-shadow: 2px 2px 6px -1px #000;
}
@media (max-width: 499px) {
  section.shop .list li .thumb_box {
    margin: 0 10px 10px;
  }
}
section.shop .list li .thumb_box .thumb {
  width: 100%;
  border: 10px solid #FFF;
  border-top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.shop .list li .btn_more {
  width: max(65%, 140px);
  margin: 0 auto;
  font-size: 18px;
  background-color: #E83828;
  text-align: center;
}
section.shop .list li .btn_more a {
  display: block;
  padding: 8px 0;
  color: #FFF;
}
/*# sourceMappingURL=home.css.map */