#item_list .c_btnArea01.is-top {
  margin-bottom: 60px;
}
#item_list .c_btnArea01.is-bottom {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #item_list .c_btnArea01.is-top {
    margin-bottom: 100px;
  }
  #item_list .c_btnArea01.is-bottom {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  #item #item_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#item #item_detail .imgArea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #item #item_detail .imgArea {
    width: 300px;
  }
}
@media screen and (min-width: 1080px) {
  #item #item_detail .imgArea {
    width: 450px;
  }
}
@media screen and (min-width: 1334px) {
  #item #item_detail .imgArea {
    width: 600px;
  }
}
#item #item_detail .imgArea .main {
  margin-bottom: 20px;
}
#item #item_detail .imgArea .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
#item #item_detail .imgArea .thumb .item_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6.5px;
}
#item #item_detail .imgArea .thumb li {
  width: 20%;
  padding: 6.5px;
  cursor: pointer;
}
#item #item_detail .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#item #item_detail .textArea {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #item #item_detail .textArea {
    padding-top: 40px;
    padding-left: 80px;
  }
}
#item #item_detail .textArea .name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .name {
    font-size: 2.5rem;
  }
}
#item #item_detail .textArea .price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .price {
    font-size: 2rem;
  }
}
#item #item_detail .textArea .detailArea {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .detailArea {
    padding: 30px 0;
  }
}
#item #item_detail .textArea .detailArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
#item #item_detail .textArea .detailArea .btn_frozen {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  border-radius: 4px;
  background-color: #F5E6D2;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#item #item_detail .textArea .detailArea .btn_frozen * {
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#item #item_detail .textArea .detailArea .btn_frozen .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#item #item_detail .textArea .detailArea .btn_frozen:hover {
  background-color: #faf2e7;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .detailArea .btn_frozen {
    width: 220px;
  }
}
#item #item_detail .textArea .cautionArea {
  display: block;
  margin-bottom: 30px;
  padding: 20px 5vw;
  background-color: #FAF5F0;
  border-radius: 6px;
}
#item #item_detail .textArea .cautionArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
#item #item_detail .textArea .cautionArea .text:first-child {
  margin-bottom: 20px;
}
#item #item_detail .textArea .cautionArea .is-color {
  color: #8C1E28;
  font-weight: 500;
}
#item #item_detail .textArea .cautionArea .is-border {
  display: inline;
  border-bottom: 1px solid #8C1E28;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .cautionArea {
    padding: 30px;
  }
}
#item #item_detail .textArea .checkArea .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
#item #item_detail .textArea .checkArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
#item #item_detail .textArea .checkArea .is-color {
  color: #8C1E28;
  font-weight: 500;
}
#item #item_detail .textArea .checkArea .check_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#item #item_detail .textArea .checkArea .check_point + .check_point {
  margin-top: 10px;
}
#item #item_detail .textArea .checkArea .check_point .num {
  margin-top: 4px;
}
#item #item_detail .textArea .checkArea .check_point .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
#item #item_detail .textArea .checkArea .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 0;
}
#item #item_detail .textArea .checkArea .checkbox .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#item #item_detail .textArea .checkArea .checkbox .icon {
  display: block;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1px solid #333333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#item #item_detail .textArea .checkArea .checkbox .icon img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  width: 16px;
}
#item #item_detail .textArea .checkArea .checkbox .num + .num {
  margin: 0 5px;
}
#item #item_detail .textArea .checkArea .checkbox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
#item #item_detail .textArea .checkArea .checkbox.is-checked .icon {
  border-color: #8C1E28;
  background-color: #8C1E28;
}
#item #item_detail .textArea .selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
#item #item_detail .textArea .selectArea .text {
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .selectArea .text {
    font-size: 2rem;
  }
}
#item #item_detail .textArea .selectArea .select {
  display: block;
  position: relative;
  z-index: 1;
  width: 120px;
}
#item #item_detail .textArea .selectArea select {
  width: 100%;
  max-width: 120px;
  padding: 5px 20px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
}
#item #item_detail .textArea .selectArea select:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  #item #item_detail .textArea .selectArea select {
    height: 50px;
  }
}
#item #item_detail .textArea .btnArea .btn_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  border: none;
  background: #8C1E28;
  border-radius: 6px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#item #item_detail .textArea .btnArea .btn_cart .icon {
  width: 22px;
  margin-right: 20px;
}
#item #item_detail .textArea .btnArea .btn_cart:hover {
  background: #a1232e;
}
#item #item_detail .textArea .btnArea .btn_cart.is-cart-in {
  cursor: pointer;
}
#item #item_detail .textArea .btnArea .btn_cart.is-disabled {
  background-color: #ccc;
}
#item #item_detail .textArea .btnArea .btn_cart.is-disabled:hover {
  background: #d9d9d9;
}
#item #item_detail .textArea .btnArea .btn_cart.is-soldout {
  pointer-events: none;
  background-color: #ccc;
}
#item #item_detail .textArea .btnArea .btn_cart.is-menber {
  pointer-events: none;
  background-color: #ccc;
}
#item #item_detail .textArea .linkArea {
  margin-top: 40px;
}
#item #item_detail .textArea .linkArea .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#item #item_detail .textArea .linkArea .link + .link {
  margin-top: 10px;
}
#item #item_detail .textArea .linkArea .link .icon {
  margin-right: 10px;
}
#item #item_detail .textArea .linkArea .link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1080px) {
  #item #item_detail .textArea .linkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #item #item_detail .textArea .linkArea .link + .link {
    margin-top: 0;
    margin-left: 40px;
  }
}

#item #item_other {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #item #item_other {
    margin-top: 80px;
  }
}
#item #item_other .c_btnArea01 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #item #item_other .c_btnArea01 {
    margin-top: 120px;
  }
}
#item #item_other .contents .ttlArea {
  margin-bottom: 40px;
}
#item #item_other .contents .ttl {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #item #item_other .contents .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  #item #item_other .contents .ttl {
    font-size: 2.5rem;
  }
}
#item #item_other .contents .caution {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
@media screen and (min-width: 1080px) {
  #item #item_other .is-fruits .fruits_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -40px;
  }
}
@media screen and (min-width: 1334px) {
  #item #item_other .is-fruits .fruits_list {
    margin: -40px -80px;
  }
}
#item #item_other .is-fruits li + li {
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  #item #item_other .is-fruits li {
    width: 50%;
    padding: 40px;
  }
  #item #item_other .is-fruits li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 1334px) {
  #item #item_other .is-fruits li {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 768px) {
  #item #item_other .is-fruits .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #item #item_other .is-fruits .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}
#item #item_other .is-fruits .textArea .name {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
#item #item_other .is-fruits .textArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
#item #item_other .is-fruits .textArea .season dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #888;
}
#item #item_other .is-fruits .textArea .season dt {
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
#item #item_other .is-fruits .textArea .season dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
#item #item_other .is-fruits .img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-fruits .img {
    margin-top: 0;
    width: 200px;
  }
}
@media screen and (min-width: 1334px) {
  #item #item_other .is-fruits .img {
    width: 240px;
  }
}
#item #item_other .is-fruits + .is-item-list {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-fruits + .is-item-list {
    margin-top: 140px;
  }
}
#item #item_other .is-item-list + .is-item-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-item-list + .is-item-list {
    margin-top: 80px;
  }
}
#item #item_other .is-option {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 150px;
  }
}
#item #item_other .is-option .box + .box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-option .box {
    width: calc(50% - 40px);
  }
  #item #item_other .is-option .box + .box {
    margin-top: 0;
  }
}
@media screen and (min-width: 1334px) {
  #item #item_other .is-option .box {
    width: calc(50% - 80px);
  }
}
#item #item_other .is-option .ttlArea {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-option .ttlArea {
    margin-bottom: 30px;
  }
}
#item #item_other .is-option .text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.785;
}
#item #item_other .is-option .text .is-color {
  color: #8C1E28;
}
#item #item_other .is-option .text.is-indent {
  padding-left: 1.04em;
  text-indent: -1.04em;
}
#item #item_other .is-option .img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #item #item_other .is-option .img {
    margin-top: 40px;
  }
}