@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.shop .content-wrap {
  overflow: hidden;
  padding-bottom: 3em;
}
body.shop .shop-index__item {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
body.shop .shop-index__item:last-child {
  border-bottom: none;
}
body.shop .shop-index__info {
  margin-top: 35px;
}
body.shop .shop-index__info h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 0;
}
body.shop .shop-index__info dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #666;
  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;
  margin-top: 25px;
}
body.shop .shop-index__info dl dt {
  font-weight: 400;
  width: 68px;
  margin: 5px 0;
}
body.shop .shop-index__info dl dd {
  width: calc(100% - 70px);
  margin: 5px 0;
}
body.shop .shop-index__info p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-top: 30px;
}
body.shop .shop-index__info .link {
  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;
  margin-top: 30px;
}
body.shop .shop-index__info .link .view-all {
  width: 160px;
  margin-top: 0;
}
body.shop .shop-index__info .link .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
body.shop .shop-index__info .link .sns li {
  margin-left: 30px;
}
body.shop .shop-index__info .link .sns li a {
  display: block;
}
body.shop .shop-index__info .link .sns li a i {
  width: 26px;
}
@media screen and (max-width: 1022px) {
  body.shop .shop-index__item:first-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.shop .shop-index__item {
    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;
  }
  body.shop .shop-index__img {
    width: 570px;
  }
  body.shop .shop-index__img a {
    display: block;
    overflow: hidden;
  }
  body.shop .shop-index__img a img {
    -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  }
  body.shop .shop-index__img a:hover, body.shop .shop-index__img a:focus {
    opacity: 0.6;
  }
  body.shop .shop-index__img a:hover img, body.shop .shop-index__img a:focus img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  body.shop .shop-index__info {
    width: calc(100% - 660px);
    margin-top: 0;
  }
  body.shop .shop-index__info h3 {
    font-size: 29px;
    font-size: 2.9rem;
  }
  body.shop .shop-index__info dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.shop .page-title.shop {
  height: inherit;
}
body.shop .page-title.shop .container {
  padding-top: 65px;
}
body.shop .page-title.shop .container h1 {
  margin: 0;
}
body.shop .page-title.shop .container .introduction {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.7;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  body.shop .page-title.shop .container h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
body.shop .shop-img {
  margin-top: 60px;
}
body.shop .shop-img .slick-list {
  width: 100%;
}
body.shop .shop-img__item {
  width: calc(100vw - 60px);
}
body.shop section.shop-detail {
  margin-top: 20px;
}
body.shop section h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-top: 90px;
}
body.shop .news-list__item {
  margin-top: 40px;
}
body.shop .news-list__item a {
  display: block;
  color: #000;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.shop .news-list__item a:hover {
  opacity: 0.6;
}
body.shop .news-list__item dl {
  margin-top: 15px;
}
body.shop .news-list__item dl dt {
  font-weight: 350;
  margin: 0;
}
body.shop .news-list__item dl dt.date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8D8D8D;
  letter-spacing: 0.08em;
}
body.shop .news-list__item dl dt.date .icon-new {
  margin-left: 20px;
  letter-spacing: 0.05em;
}
body.shop .news-list__item dl dd {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body.shop .news-list__img {
  width: 100%;
  overflow: hidden;
}
body.shop .news-list__img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.shop .news-list__img:hover img, body.shop .news-list__img:focus img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
body.shop .brand-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
body.shop .brand-list ul li {
  width: 50%;
  margin: 35px 0 0 0;
}
body.shop .brand-list ul li dl {
  letter-spacing: 0.02em;
  margin-top: 0;
}
body.shop .brand-list ul li dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 450;
  line-height: 1.4;
}
body.shop .brand-list ul li dl dd {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 350;
  color: #666;
  line-height: 1.4;
  margin: 5px 0 0 0;
}
body.shop .shop-info {
  margin-top: 50px;
}
body.shop .shop-info__img {
  width: 100%;
}
body.shop .shop-info__data {
  margin-top: 24px;
}
body.shop .shop-info__data dl {
  margin-top: 25px;
  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;
  border-top: 1px solid #8D8D8D;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1;
}
body.shop .shop-info__data dl dt, body.shop .shop-info__data dl dd {
  padding: 15px 0;
  border-bottom: 1px solid #8D8D8D;
}
body.shop .shop-info__data dl dt {
  width: 92px;
  font-weight: 350;
}
body.shop .shop-info__data dl dd {
  width: calc(100% - 92px);
}
body.shop .shop-info__name {
  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;
}
body.shop .shop-info__name h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  list-style: 1.3;
  margin-top: 0;
}
body.shop .shop-info__name ul.sns {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.shop .shop-info__name ul.sns li {
  margin-left: 18px;
  line-height: 1;
}
body.shop .shop-info__name ul.sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.shop .shop-info__name ul.sns li i {
  width: 20px;
}
body.shop .sns-instagram h2 {
  text-align: center;
}
body.shop .sns-instagram p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 35px;
}
body.shop .sns-instagram .instagram {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.shop .sns-instagram .instagram__item {
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
}
body.shop .sns-instagram .instagram__item:nth-child(2n) {
  margin-right: 0;
}
body.shop .sns-instagram .instagram__item:last-child {
  margin-bottom: 0;
}
body.shop .sns-instagram .instagram__item p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
body.shop .sns-instagram .instagram__item p.img {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
body.shop .sns-instagram .instagram__item p.img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
body.shop .sns-instagram .instagram__item p img, body.shop .sns-instagram .instagram__item p video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.shop .sns-line {
  width: 310px;
  height: 310px;
  border-radius: 155px;
  margin: 6em auto 0;
  -webkit-box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 99px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-weight: 350;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.shop .sns-line h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 350;
  margin-top: 0;
}
body.shop .sns-line p {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
body.shop .sns-line p.index {
  margin-top: 1.6em;
}
body.shop .sns-line p.index a {
  display: inline-block;
  color: #000;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
body.shop .sns-line p.index a::before, body.shop .sns-line p.index a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
body.shop .sns-line p.index a::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
body.shop .sns-line p.index a:hover::before, body.shop .sns-line p.index a:focus::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
body.shop .sns-line p.index a:hover::after, body.shop .sns-line p.index a:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.shop .sns-line p.img {
  display: none;
}
body.shop .sns-line p.img img {
  width: 120px;
}
body.shop .online {
  margin: 3em 0;
  padding: 6em 0;
  background: #4C4D57;
  color: #fff;
  text-align: center;
}
body.shop .online h2 {
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0;
}
body.shop .online p {
  font-size: 15px;
  font-size: 1.5rem;
}
body.shop .back {
  margin-top: 50px;
}
body.shop .back a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.shop .news-list__item:first-child {
    margin-top: 60px;
  }
  body.shop .news-list__item a {
    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;
  }
  body.shop .news-list__img {
    width: 80px;
  }
  body.shop .news-list dl {
    width: calc(100% - 110px);
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  body.shop .shop-img__item {
    width: 46.875vw;
  }
  body.shop section.shop-detail {
    margin-top: 40px;
  }
  body.shop section h2 {
    margin-top: 75px;
  }
  body.shop section h2.mt-l {
    margin-top: 135px;
  }
  body.shop .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.shop .news-list__item {
    width: calc(33.3333% - 20px);
    margin: 50px 30px 0 0;
  }
  body.shop .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
  body.shop .brand-list ul li {
    width: 25%;
    margin: 55px 0 0 0;
  }
  body.shop .brand-list ul li dl dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
  body.shop .brand-list ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  body.shop .brand-list ul li dl dd.link {
    margin-top: 20px;
  }
  body.shop .sns-instagram p {
    text-align: center;
  }
  body.shop .sns-instagram .instagram {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.shop .sns-instagram .instagram__item {
    width: calc(20% - 24px);
    margin: 25px 30px 0 0;
  }
  body.shop .sns-instagram .instagram__item:nth-child(2n) {
    margin-right: 30px;
  }
  body.shop .sns-instagram .instagram__item:nth-child(5n) {
    margin-right: 0;
  }
  body.shop .sns-line {
    width: 440px;
    height: 440px;
    border-radius: 220px;
    margin: 8em auto 0;
  }
  body.shop .sns-line h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  body.shop .sns-line p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
  body.shop .sns-line p.index {
    display: none;
  }
  body.shop .sns-line p.img {
    display: block;
    margin-top: 35px;
  }
  body.shop .online {
    margin: 5em 0;
    padding: 8em 0;
  }
  body.shop .back {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.shop .shop-img {
    margin-top: 0;
  }
  body.shop .page-title.shop {
    height: 340px;
  }
  body.shop .page-title.shop .container {
    width: 100%;
    padding-top: 150px;
    height: 100%;
  }
  body.shop .page-title.shop .container .inner {
    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;
  }
  body.shop .page-title.shop .container h1 {
    width: calc(100% - 620px);
  }
  body.shop .page-title.shop .container .introduction {
    width: 570px;
    margin-top: 0;
  }
  body.shop .news-list__item {
    width: calc(25% - 35.25px);
    margin: 60px 47px 0 0;
  }
  body.shop .news-list__item:nth-child(3n) {
    margin-right: 47px;
  }
  body.shop .news-list__item:nth-child(4n) {
    margin-right: 0;
  }
  body.shop .shop-info {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.shop .shop-info__img {
    width: 460px;
  }
  body.shop .shop-info__data {
    width: calc(100% - 520px);
    margin-top: 0;
  }
  body.shop .shop-info__data dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  body.shop .shop-info__data dl dt, body.shop .shop-info__data dl dd {
    padding: 22px 0;
  }
  body.shop .shop-info__data dl dt {
    width: 130px;
  }
  body.shop .shop-info__data dl dd {
    width: calc(100% - 130px);
  }
  body.shop .shop-info__name ul.sns li {
    margin-left: 20px;
  }
  body.shop .shop-info__name ul.sns li i {
    width: 24px;
  }
}
body.shop .shop-list {
  margin: 3em -10px 0;
}
body.shop .shop-list__item {
  margin: 0 10px;
}
body.shop .shop-list__item a {
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.shop .shop-list__item a:hover {
  opacity: 0.6;
}
body.shop .shop-list__item dl {
  margin: 0;
}
body.shop .shop-list__item dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin: 10px 0 0 0;
}
body.shop .shop-list__item dl dt.img {
  margin-top: 0;
  overflow: hidden;
}
body.shop .shop-list__item dl dt.img img {
  -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
body.shop .shop-list__item dl dt.img:hover img, body.shop .shop-list__item dl dt.img:focus img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
body.shop .shop-list__item dl dd {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #666666;
}
body.shop .shop-list .slick-prev,
body.shop .shop-list .slick-next {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-top: -80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.shop .shop-list .slick-prev::before,
body.shop .shop-list .slick-next::before {
  content: " ";
  display: block;
  width: 30px;
  height: 4px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.shop .shop-list .slick-prev:hover, body.shop .shop-list .slick-prev:focus,
body.shop .shop-list .slick-next:hover,
body.shop .shop-list .slick-next:focus {
  background: #fff;
}
body.shop .shop-list .slick-prev:hover::before, body.shop .shop-list .slick-prev:focus::before,
body.shop .shop-list .slick-next:hover::before,
body.shop .shop-list .slick-next:focus::before {
  opacity: 1;
}
body.shop .shop-list .slick-prev {
  left: 10px;
  z-index: 9;
}
body.shop .shop-list .slick-prev::before {
  background-image: url(../img/icon_arrow_pre_l.svg);
}
body.shop .shop-list .slick-next {
  right: 10px;
  z-index: 10;
}
body.shop .shop-list .slick-next::before {
  background-image: url(../img/icon_arrow_nex_l.svg);
}
body.shop .shop-list .slick-list {
  margin-bottom: 3em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  body.shop .shop-list {
    margin: 40px -30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  body.shop .shop-list__item dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.shop .shop-list__item dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.shop .shop-list .slick-prev {
    left: -30px;
  }
  body.shop .shop-list .slick-next {
    right: -30px;
  }
}