
@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);

/* root
-------------------------*/
:root {
--hogehoge: hoge;
}
/* カスケードレイヤー */
@layer components {
}
/* Variable Units */

.pc-style {
  display: inline-block;
  @media screen and (max-width: 770px) {
    display: none;
  }
}
.sp-style {
  display: none;
  @media screen and (max-width: 660px) {
    display: inline-block;
  }
}

/*html.sr {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}*/

/* icon-style */
.login-icon {
  display: block;
  max-width: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  width: 100%;
  height: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  background: url('../icon/login_icon.svg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}


/* すりガラスエフェクト　*/
.glass-effect {
  position: sticky;
  top: 0;
  background: rgba(243, 242, 217, 0.45);
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0px 5px 12px -2px rgba(10,10,10,0.1), 0px 5px 0px -20px rgba(10,10,10,0.2);
  z-index: 5;
}


.dote {
  width: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 60%),
                    radial-gradient(rgba(255, 255, 255, 0.2) 15%, transparent 60%);
  background-size: 6px 6px;
  background-position: 0 0, 15px 15px;
  padding: 2rem 2rem 6rem;
  box-sizing: border-box;
}

.grandWrap {
  width: 100%;
  padding: 0 0 1rem;
}

/* お問い合わせ番号
===================================*/

.infomaiton-number-title {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
.infomaiton-number_Bg {
  width: 100%;
  background: #f1f1f1;
  color: #4d4d4d;
  padding: 25px 0 20px;
}
.infomaiton-number-wrap {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.infomaiton-telephon-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.infomaiton-telephon-number p {
  font-size: 1.2rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-right: 20px;
}
figure.telephon-number {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}
.infomaiton-time {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.infomaiton-time span {
  font-size: 0.85rem;
  line-height: 0rem;
  border: solid 1px #4d4d4d;
  margin-left: 10px;
  padding: 2px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
/* お問い合わせ番号 */
.infomaiton-number_Bg {
  padding: 15px 0;
}
.infomaiton-telephon-number {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.infomaiton-number-title {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.infomation-leadtext {
  line-height: 2.2rem;
}
.infomaiton-telephon-number p {
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin:0 0 10px;
}
.infomaiton-number-wrap {
  padding: 0 20px;
}
.infomaiton-time {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.infomaiton-time span {
  line-height: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
}

/*　見出し
-------------------------*/
.h3-section-title {
  color: #44bfdc;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  letter-spacing: 0.1rem;
  margin: 0 0 1.5rem;
  @media screen and (max-width: 768px) {
    margin: 0 0 1rem;
  }
}

/* FooterArea
-------------------------*/
.footerArea {
  width: 100%;
  text-align: center;
  background: #ccc;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.copyright-text {
  font-size: clamp(0.562rem, 0.494rem + 0.34vw, 0.75rem);
}

/* head
-------------------------*/
.head {
  display: flex;
  width: 100%;
  padding: 0.2rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.head__inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  margin: 0 5%;
  & h1 {
    color: #68c3a2;
    width: 50px;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    padding: 0.5rem 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.chojyu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  width: 100%;
  & a {

  }
}
.login-bt {
  max-width: 25px;
  width: 100%;
  border-radius: 0.2rem;
  & a {
    display: inline-block;
    text-decoration: none;
    color: #999;
    line-height: 1rem;
    text-align: center;
    padding: 0.4rem 0.5rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  & i {
    display: block;
    margin: 0 auto;
  }
}

.login-bt a:hover {
  color: #fff;
  background: #333;
  transition: .8s;
}
a .login-bt__text {
  font-size: 0.5rem;
}
.head__inner__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea616d;
  font-size: clamp(0.75rem, 0.552rem + 0.93vw, 1.25rem);
  line-height: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.1rem;
}


/* FLAX BOX
---------------------------*/

.flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  @media screen and (max-width: 700px) {
    flex-flow: column;
  }
}


/* 動き
---------------------------*/

.deco03,.deco04,.deco05 {
  animation: fuwa 3.5s infinite;
  animation-delay: 2.5s;
  animation-timing-function: ease;
}
@keyframes fuwa {
  /*テキストが跳ねる変化を記述*/
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.deco05,.deco06,.date {
  animation: fuwa2 3.5s infinite;
  animation-delay: 2.5s;
  animation-timing-function: ease;
}
@keyframes fuwa2 {
  /*テキストが跳ねる変化を記述*/
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.date {
  animation: fuwa3 3.5s infinite;
  animation-delay: 2.5s;
  animation-timing-function: ease;
}
@keyframes fuwa3 {
  /*テキストが跳ねる変化を記述*/
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.areaTitle {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  max-width: 900px;
  width: 100%;
  @media screen and (max-width: 860px) {
    max-width: 700px;
  }
  @media screen and (max-width: 768px) {
    max-width: 690px;
  }
  @media screen and (max-width: 660px) {
    width: 95%;
    top: 45%;
  }
  @media screen and (max-width: 380px) {
    width: 100%;
    top: 50%;
  }
  & figure {
    display: block;
    max-width: 70%;
    width: 100%;
    margin: 0 auto 2.5rem;
    @media screen and (max-width: 660px) {
      max-width: 80%;
    }
  }
  & span {
    display: block;
    color: #333;
    font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
    text-align: center;
    letter-spacing: 0.15rem;
    @media screen and (max-width: 768px) {
      width: 90%;
      text-align: justify;
      margin: 0 auto;
    }
    @media screen and (max-width: 660px) {
      width: 75%;
    }
  }
  & strong {
    color: #ea616d;
  }
  & samp {
    font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  }
}

.vertical-text {
  color: #ea616d;
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 0.875rem;
  writing-mode: vertical-rl;
  margin: 3rem auto 0;
  @media screen and (max-width: 380px) {
    display: block;
    text-align: center;
    writing-mode: horizontal-tb;
    margin: 0 auto;
  }
  & .scroll-d {
    position: relative;
    top: 3px;
    left: -2.5px;
    @media screen and (max-width: 380px) {
      display: none;
    }
  }
  & .scroll-d2 {
    display: none;
    @media screen and (max-width: 380px) {
      display: block;
      text-align: center;
    }
  }
}

@keyframes scroll {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  80% {
    transform: rotate(0deg) translate(0px, 40px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}




/* ヒーローイメージ
-------------------------*/
.heroImages {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 14/4;
  background: url('../images/2000x570-kansou-veg-bg.jpg') no-repeat;
  background-size: cover;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  & .prefaceArea_title {
    color: #0071bc;
    font-size: clamp(1.8rem, 0.636rem + 5.82vw, 5rem);
    line-height: clamp(3.8rem, 2.273rem + 7.64vw, 8rem);
    text-align: center;
    letter-spacing: clamp(0.3rem, 0.045rem + 1.27vw, 1rem);
    @media screen and (max-width: 700px) {
      text-align: left;
      writing-mode: vertical-rl;
    }
  }
  @media screen and (max-width: 700px) {
    aspect-ratio: 8/10;
    background: url('../images/600x750-kansou-veg-bg-sp.jpg') no-repeat;
    background-size: cover;
    padding: 1rem;
  }
}
.main-title {
  position: absolute;
  top: 38%;
  right: 48%;
  max-width: 542px;
  width: 100%;
  @media screen and (max-width: 1024px) {
    max-width: 330px;
  }
  @media screen and (max-width: 700px) {
    display: block;
    position: relative;
    top: -50%;
    right: 0;
    margin: 0 auto;
  }
  @media screen and (max-width: 420px) {
    top: -65%;
  }
}
.periodArea {
  color: #2a466d;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  letter-spacing: 0.1rem;
  text-align: center;
  background: #9cf4f5;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*序文
-------------------------*/

.prefaceArea {
  width: 100%;
  margin: 4rem 0 0;
  & .prefaceArea_inner {
    max-width: 
    1120px;
    width: 100%;
    margin: 0 auto;
    & .prefaceArea_title {
      color: #0071bc;
      font-size: clamp(1.5rem, 1.023rem + 2.39vw, 2.813rem);
      letter-spacing: 0.2rem;
      text-align: center;
      margin: 3rem 0;
      @media screen and (max-width: 800px) {
        margin: 3rem 0 2rem;
      }
    }
    & .prefaceArea_text {
      color: #000;
      font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
      line-height: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
      letter-spacing: 0.1rem;
      text-align: left;
    }
  }
}

.pointArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  & figure {
    max-width: 150px;
    width: 100%;
  }
  @media screen and (max-width: 700px) {
    flex-flow: column;
  }
}

/* 制作現場
-------------------------*/
.pc-1200 {
  display: block;
  @media screen and (max-width: 1200px) {
    display: none;
  }
}
.pc-1000 {
  display: none;
  @media screen and (max-width: 1200px) {
    display: block;
  }
}
.Production-site {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  @media screen and (max-width: 1200px) {
    width: 100%;
  }
  & figure {
    max-width: 50%;
    width: 100%;
    aspect-ratio: 10/7;
    @media screen and (max-width: 1200px) {
      max-width: 100%;
      aspect-ratio: 10/5;
    }
  }
  @media screen and (max-width: 1200px) {
    max-width: 100%;
    flex-flow: column;
  }
  & .Production-site__text {
    max-width: 50%;
    width: 100%;
    padding: 4rem 0 4rem 4rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    @media screen and (max-width: 1200px) {
      max-width: 90%;
      padding: 4rem 0 0 0;
    }
    & h3 {
      color: #0071bc;
      font-size: clamp(1.563rem, 1.336rem + 1.14vw, 2.188rem);
      letter-spacing: 0.1rem;
      margin: 0 0 2rem;
    }
    & p {
      font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
      line-height: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
      letter-spacing: 0.1rem;
      text-align: justify;
    }
  }
}


/* 生産者・アップサイクル
-------------------------*/

.producer {
  width: 100%;
  margin: 0 0 8rem;
  padding: 6rem 1rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  @media screen and (max-width: 700px) {
    padding: 6rem 0rem 0;
  }
}
.producer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  @media screen and (max-width: 700px) {
    flex-flow: column;
    & div {
      margin: 0 0 3rem;
    }
  }
  & h3 {
    color: #fb8e1d;
    font-size: 1.563rem;
    letter-spacing: 0.1rem;
    margin: 0 0 1rem;
  }
  & p {
    max-width: 400px;
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    text-align: justify;
  }
  & figure {
    max-width: 400px;
    width: 100%;
    @media screen and (max-width: 700px) {
      max-width: 100%;
    }
  }
}
.producer-title {
  color: #0071bc;
  font-size: 2.188rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 0 2rem;
}



/* まとめ
-------------------------*/

.vegesummary {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.vegesummary-title {
  color: #0071bc;
  font-size: 2.188rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 0 2rem;
}
.vegesummary-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
  & div {
    max-width: 400px;
    width: 100%;
    & figure {
      display: block;
      margin: 0 0 2rem;
    }
    & h3 {
      color: #fb8e1d;
      font-size: 1.563rem;
      letter-spacing: 0.1rem;
      margin: 0 0 1rem;
    }
  }
}

/* 販売エリア
-------------------------*/

.saleArea {
  width: 100%;
  margin: 4rem 0 8rem;
}

.saleArea-title {
  color: #0071bc;
  font-size: 2.188rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 0 4rem;
}
.saleArea-BOX {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 8rem;
  max-width: 80%;
  width: 100%;
  margin: 0 auto 3rem;
  @media screen and (max-width: 700px) {
    max-width: 90%;
    flex-flow: column;
  }
}

.saleArea-inner {
  max-width: 45%;
  width: 100%;
  display: flex;
  flex-flow: column;
  @media screen and (max-width: 700px) {
    max-width: 100%;
  }
  & p {
    font-size: 0.875rem;
    line-height: 1.8rem;
    text-align: justify;
    & .notes {
      display: block;
      font-size: 0.75rem;
      line-height: 1.5rem;
      margin: 0.5rem 0 0;
    }
  }
  & .price {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 1rem 0 0;
    & strong {
      position: relative;
      top: 0.1rem;
      font-size: 1.5rem;
    }
  }
}

.saleArea-inner__products {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin: 0 0 1rem;
  @media screen and (max-width: 700px) {
    flex-flow: column;
  }
  & figure {
    max-width: 200px;
    width: 100%;
    @media screen and (max-width: 700px) {
      margin: 0  auto;
    }
  }
  & h2 {
    font-size: 1.563rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    margin: 0 0 2rem;
    & span {
      font-size: 1rem;
    }
  }
  & p {
    font-size: 0.875rem;
    line-height: 1.8rem;
    text-align: justify;
  }
}

.cart_wrap {
  max-width: 100%;
  width: 100%;
  margin: 2rem 0 0;
  & a {
    max-width: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    text-decoration: none;
    text-align: center;
    background: #64bdb5;
    border-radius: 0.3rem;
    margin: 0 auto;
    padding: 0.8rem 1rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  & a:hover {
    transition: .8s;
    background: #058378;
  }
  & .cart-bottan_text {
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}


/* 商品詳細
-------------------------*/
.protectArea01 {
  width: 100%;
  background: url('../images/products-bg-h900px-01.png')no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: #fffefc;
  @media screen and (max-width: 1300px) {
    background: none;
    background-color: #fffefc;
  }
  & img {
    display: none;
    @media screen and (max-width: 1300px) {
      display: block;
    }
  }
}
.protectArea01-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  @media screen and (max-width: 1300px) {
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
  & h2 {
    color: #23bfdb;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    letter-spacing: 0.25rem;
    margin: 0 0 0.5rem;
    & span {
      position: relative;
      top: clamp(-0.25rem, -0.214rem + -0.18vw, -0.35rem);
      font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
      letter-spacing: 0.1rem;
    }
  }
}
.protectArea01-inner_images {
  display: block;
  max-width: 900px;
  width: 100%;
  aspect-ratio: 10/9;
}
.protectArea01-inner_productDetails {
  width: 60%;
  padding: 3rem 5% 3rem 0;
  @media screen and (max-width: 1300px) {
    width: 90%;
    margin: 0 5%;
    padding: 3rem 0;
  }
}
.protectArea01-inner_text {
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  & strong {
    font-size: 1.125rem;
  }
}
.protectArea01-inner_spec {
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  margin: 1.5rem 0;
}
.protectArea01-inner_price {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  & span {
    font-size: 1.5rem;
    & strong {
      color: #e25286;
    }
  }
}

.protectArea02 {
  width: 100%;
  background: url('../images/products-bg-h900px-02.png')no-repeat;
  background-position: 100% 0;
  background-size: contain;
  background-color: #f9e7e7;
  margin: 0 0 5%;
  @media screen and (max-width: 1300px) {
    background: none;
    background-color: #f9e7e7;
  }
  & img {
    display: none;
    @media screen and (max-width: 1300px) {
      display: block;
    }
  }
}
.protectArea02-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  @media screen and (max-width: 1300px) {
    flex-flow: column-reverse;
  }
  & h2 {
    color: #23bfdb;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    letter-spacing: 0.25rem;
    margin: 0 0 0.5rem;
    & span {
      position: relative;
      top: -0.35rem;
      font-size: 1.25rem;
      letter-spacing: 0.1rem;
    }
  }
}

.protectArea02-inner_images {
  display: block;
  max-width: 900px;
  width: 100%;
  aspect-ratio: 10/9;
}
.protectArea02-inner_productDetails {
  width: 60%;
  text-align: right;
  padding: 3rem 0 3rem 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  @media screen and (max-width: 1300px) {
    width: 90%;
    text-align: left;
    margin: 0 5%;
    padding: 3rem 0;
  }
}
.protectArea02-inner_text {
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  text-align: right;
  @media screen and (max-width: 1300px) {
    text-align: left;
  }
  & strong {
    font-size: 1.125rem;
  }
}
.protectArea02-inner_spec {
  color: #000;
  font-size: 0.875rem;
  text-align: right;
  letter-spacing: 0.15rem;
  margin: 1.5rem 0;
  @media screen and (max-width: 1300px) {
    text-align: left;
  }
}
.protectArea02-inner_price {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8rem;
  text-align: right;
  letter-spacing: 0.1rem;
  @media screen and (max-width: 1300px) {
    text-align: left;
  }
  & span {
    font-size: 1.5rem;
    & strong {
      color: #e25286;
    }
  }
}

.cartBT,.cart-close {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  background-color: #23bfdb;
  border-radius: 0.3rem;
  margin: 2rem 0;
  padding: 1rem 3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a.cartBT {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  display: inline-block;
  text-decoration: none;
  background-color: #23bfdb;
  border-radius: 0.3rem;
  margin: 2rem 0;
  padding: 1rem 3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a:hover.cartBT {
  transition: .8s;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 375px) {
}

