.product__main-image img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}
.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}
.product__name {
  text-align: left;
}
.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
}
.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}
.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}
.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}
.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}
.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}
.btn--addcart {
  padding: .7em 0;
}
.btn--quick-order {
  padding: .4em 0;
}
.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}
.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}
.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}
.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}
.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}
@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .product__name {
    text-align: center;
  }
  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }
  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}
/*  クイックカートイン CSS  */
.cart_in_modal, .cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal, .cart_in_error_modal {
    align-items: center;
  }
}
.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}
.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button:hover, .cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before, .cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
/*----ADD 19.06.11----*/
.product__images-wrap {
  max-width: 606px;
  margin: auto;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 30px;
  height: 30px;
  margin-top: -16px;
  border: 2px solid #fff;
  background-size: 60px 60px;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
.intro p.tl {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
.intro ul {
  margin: 0 0 20px;
}
.intro ul li {
  font-size: 16px;
  list-style: none;
}
.intro dl {
  margin-top: 60px;
}
.intro dl dt {
  font-size: 22px;
  color: #3c1f02;
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.intro dl dd {
  font-size: 16px;
  line-height: 26px;
  margin-left: 0;
}
section {
  margin: 0 0 52px;
}
section h3 {
  position: relative;
  color: #fff;
  background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/bg_pattern_blue.jpg?cmsp_timestamp=20190610103629);
  background-position: top 120px left 370px;
  padding: 8px 9px;
  border: 1px solid #4d8dc3;
  outline: 2px solid #0a5594;
  font-size: 18px;
  line-height: 22px;
}

.seagrapes section h3 {
  background-image: url(https://img07.shop-pro.jp/PA01432/587/etc_base64/YmdfcGF0dGVybl9ncmVlbg.jpg?cmsp_timestamp=20241119110333);
  border: 1px solid #c8fac8;
  outline: 2px solid #1f801f;
}

.alcohol section h3 {
  background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/bg_pattern_red.jpg?cmsp_timestamp=20190625180736);
  border: 1px solid #a44b5d;
  outline: 2px solid #891029;
}
.meet section h3 {
  background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/meet_tit_bg.jpg?cmsp_timestamp=20190723161850);
  border: 1px solid #604529;
  outline: 2px solid #3c1f02;
}
.cheese section h3 {
  background-image: url(https://img07.shop-pro.jp/PA01432/587/etc/bg_pattern_orenji.jpg?cmsp_timestamp=20221013170310);
  border: 1px solid #ffffff;
  outline: 2px solid #ff8400;
}
.seasoning section h3 {
  background-image: url(https://img07.shop-pro.jp/PA01432/587/etc_base64/YmdfcGF0dGVybl9ncmF5.jpg?cmsp_timestamp=20241108101633);
  border: 1px solid #d3d3d3;
  outline: 2px solid #808080;
}
section p {
  font-size: 16px;
  line-height: 25px !important;
}
section p strong {
  color: #035aa4;
  font-size: 18px;
}
section .sub_info p {
  font-size: 14px;
  line-height: 20px !important;
}
.salmon section.sec02 .sub_info {
  display: flex;
}
.salmon section.sec02 .sub_info p.t {
  margin: 0 0 0 10px;
  font-size: 16px;
}
.salmon section.sec02 .sub_info .logo {
  max-width: none;
  margin-right: 10px;
}
.salmon section.sec02 .sub_info .logo img {
  max-width: none;
}
@media screen and (max-width: 700px) {
  .salmon section.sec02 .sub_info .logo {
    width: 70%;
    min-width: 80px;
  }
  .salmon section.sec02 .sub_info .logo img {
    width: 100%;
  }
}
section .ph {
  display: flex;
  margin: 0 0 20px
}
section .ph span {
  width: calc((100% - 28px) / 3);
  max-width: 258px;
  margin: 0 14px 0 0;
}
section .ph span.w2 {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 528px;
}
section .ph span:last-child {
  margin: 0;
}
section .ph span img {
  width: 100%;
}
section.movie p {
  width: 70%;
  margin: 0 auto 5px;
}
section.movie .movie_wrap {
  width: 70%;
  max-width: 800px;
  height: 27.86vw;
  max-height: 370px;
  margin: auto;
}
section.movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
/*----// ADD 19.06.11----*/
.alcohol .ph_box .ph_l {
  width: 30%;
  float: left;
}
.alcohol .ph_box .txt_r {
  width: 65%;
  float: right;
}
@media (max-width: 600px) {
  .alcohol .ph_box .ph_l {
    width: 50%;
    float: none;
  }
  .alcohol .ph_box .txt_r {
    width: auto;
    float: none;
  }
}
.salmon .mar {
  margin-bottom: 14px;
}
.intro .intro_ph {
  margin-bottom: 40px;
}
.meet .point {
  margin: 10px 0 0 0;
}
.meet .point ul {
  margin: 0;
}
.meet .point li {
  list-style: none;
  padding: 12px 0 12px 0;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.meet .point li:before {
  content: '';
  width: 42px;
  height: 30px;
  display: block;
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/number.png?cmsp_timestamp=20190723165301) no-repeat 0 0;
  background-size: 34px auto;
  margin: 5px 0px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.meet .point li.n02:before {
  background-position: 0 -30px;
}
.meet .point li.n03:before {
  background-position: 0 -66px;
}
.meet .point li.n04:before {
  background-position: 0 -100px;
}
.meet .point li.n05:before {
  background-position: 0 -134px;
}
.meet .point li.n06:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 0;
}
.meet .point li.n07:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -36px;
}
.meet .point li.n08:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -66px;
}
.meet .point li.n09:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -100px;
}
.meet .point li {
  padding: 5px 0 5px 40px;
  position: relative;
}
@media screen and (min-width: 540px) {
  .meet .point {
    display: flex;
  }
  .meet .point ul:first-child {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 540px) {
  .meet .point li::before {
    width: 20px;
    height: 19px;
    margin-top: 11px;
    background-size: 20px auto;
  }
  .meet .point li {
    padding: 5px 0 5px 25px;
  }
  .meet .point li.n02:before {
    background-position: 0 -20px;
  }
  .meet .point li.n03:before {
    background-position: 0 -39px;
  }
  .meet .point li.n04:before {
    background-position: 0 -59px;
  }
  .meet .point li.n05:before {
    background-position: 0 -78px;
  }
  .meet .point li.n06:before {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 0;
    background-size: 20px auto;
  }
  .meet .point li.n07:before {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -20px;
    background-size: 20px auto;
  }
  .meet .point li.n08:before {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -38px;
    background-size: 20px auto;
  }
  .meet .point li.n09:before {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/number02.png?cmsp_timestamp=20190723172018) no-repeat 0 -59px;
    background-size: 20px auto;
  }
}
.meet .how_box {
  display: flex;
  align-items: center;
}
.meet .how_box figure {
  width: 30%;
  margin: 0;
  text-align: center;
}
.meet .how_box dl dt:before {
  content: '';
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/icon01.png?cmsp_timestamp=20190723184713) no-repeat 0 50%;
  background-size: 24px auto;
  width: 24px;
  height: 25px;
  display: block;
  padding-right: 5px;
}
.meet .how_box dl dt.n02:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/icon02.png?cmsp_timestamp=20190723184728) no-repeat 0 50%;
  background-size: 24px auto;
}
.meet .how_box dl dt.n03:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/icon03.png?cmsp_timestamp=20190723184813) no-repeat 0 50%;
  background-size: 24px auto;
}
.meet .how_box dl dt.n04:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/icon04.png?cmsp_timestamp=20190723184746) no-repeat 0 50%;
  background-size: 24px auto;
}
.meet .how_box dl dt.n05:before {
  background: url(https://img21.shop-pro.jp/PA01432/587/etc/icon05.png?cmsp_timestamp=20190723184820) no-repeat 0 50%;
  background-size: 24px auto;
}
.meet .how_box dl dt {
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
}
.meet .how_box dl dd {
  font-size: 16px;
  line-height: 26px;
}
.meet .how_box dl .mar {
  margin-bottom: 30px;
}
.meet .how_box dl {
  width: 65%;
  padding-left: 40px;
}
.meet .sec01 .ph .w2 {
  max-width: 530px;
}
.meet .sec01 .ph span:last-child {
  max-width: 257px;
}
.meet .sec02 .ph .w2 {
  max-width: 393px;
}
@media screen and (max-width: 766px) {
  .meet .how_box {
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .meet .how_box figure {
    padding-top: 20px;
  }
  .meet .how_box dl {
    width: 66%;
    padding-left: 20px;
  }
  .meet .how_box dl dt {
    font-size: 18px;
    line-height: 22px;
  }
}
/*   ↓↓  1218追加   ↓↓    */
@media screen and (min-width: 768px) {
  .ram_img {
    display: flex;
  }
  .ram_img figure {
    margin: 0 10px 0 0;
  }
  .ram_img_sp {
    display: none;
  }
  .ram_box {
    margin-top: 80px;
  }
  .ram_box p {
    margin-bottom: 18px;
  }
  .tokuchou_box {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px lightgray;
    max-width: 840px;
    padding: 10px 0;
  }
  .tokuchou_box:last-of-type {
    border-bottom: none;
  }
  .tokuchou_box dl {
    max-width: 460px;
  }
  .tokuchou_box dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 2px 0 0 40px;
    margin-bottom: 10px;
  }
  .tokuchou_box:first-of-type dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch1.gif?cmsp_timestamp=20191219185714) no-repeat;
  }
  .tokuchou_box:nth-of-type(2) dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch2.gif?cmsp_timestamp=20191219185729) no-repeat;
  }
  .tokuchou_box:nth-of-type(3) dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch3.gif?cmsp_timestamp=20191219185734) no-repeat;
  }
  .tokuchou_box dl dd {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0px;
  }
  .tokuchou_box figure {
    margin: 22px 0;
  }
  .rack_box {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    background: #f0f0f0;
  }
  .rack_box p {
    margin: 90px auto 0;
  }
  .rack_box figure {
    margin-left: 0;
  }
  .meet .osusume .how_box {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .ram_img figure:first-of-type {
    text-align: center;
  }
  .ram_img figure.pc {
    display: none;
  }
  .ram_img_sp {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
  }
  .ram_img_sp figure {
    margin: 0 5px;
  }
  .ram_box {
    margin-bottom: 70px;
  }
  .ram_box p {
    margin-bottom: 20px;
  }
  .tokuchou_box {
    margin: 50px 0 80px;
  }
  .tokuchou_box figure {
    width: 70%;
    margin: 0 auto;
  }
  .tokuchou_box figure img {
    width: 100%;
  }
  .tokuchou_box dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 40px;
  }
  .tokuchou_box:first-of-type dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch1.gif?cmsp_timestamp=20191219185714) no-repeat;
  }
  .tokuchou_box:nth-of-type(2) dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch2.gif?cmsp_timestamp=20191219185729) no-repeat;
  }
  .tokuchou_box:nth-of-type(3) dl dt {
    background: url(https://img21.shop-pro.jp/PA01432/587/etc/ch3.gif?cmsp_timestamp=20191219185734) no-repeat;
  }
  .tokuchou_box dl dd {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  .rack_box {
    display: block;
    padding: 20px 0;
    background: #f0f0f0;
  }
  .rack_box p {
    width: 250px;
    margin: 0 auto;
  }
  .rack_box figure {
    text-align: center;
  }
}
/*----------------1.20更新-------------------*/
.product_photo {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
.product_photo figure {
  margin: 0 15px 0 0;
}
.product_photo figure:nth-child(2) {
  margin-right: 0;
}
/*----// ADD 21.05.19 Gindara----*/
.gindara section h3 {
  background-image: url(https://img07.shop-pro.jp/PA01432/587/etc_base64/YmdfcGF0dGVybl9ncmVlbg.jpg?cmsp_timestamp=20241119110333);
  border: 1px solid #c8fac8;
  outline: 2px solid #1f801f;
}
.gindara .intro_ph {
  display: flex;
  margin: 60px 0;
}
.gindara .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.gindara .intro_ph span:last-child {
  margin: 0;
}
.gindara .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.gindara .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.gindara .sec03 .sec03_wrap ul {
  margin: 0;
}
.gindara .sec03 .sec03_wrap ul li {
  list-style: none;
  margin: 0 0 30px;
}
.gindara .sec03 .sec03_wrap ul li:last-child {
  margin: 0;
}
.gindara .sec03 .sec03_wrap ul li strong {
  position: relative;
  display: block;
  padding: 2px 0 10px 40px;
  font-size: 20px;
}
.gindara .sec03 .sec03_wrap ul li strong::before {
  position: absolute;
  left: 0;
  content: "1";
  color: #fff;
  background: #1f801f;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.gindara .sec03 .sec03_wrap ul li:nth-child(2) strong::before {
  content: "2";
}
.gindara .sec03 .sec03_wrap ul li:nth-child(3) strong::before {
  content: "3";
}
.gindara .sec03 .sec03_wrap .ph_right {
  max-width: 258px;
}
@media screen and (max-width: 766px) {
  .gindara .sec03 .sec03_wrap {
    display: block;
  }
  .gindara .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .gindara .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .gindara .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .gindara .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .gindara .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .gindara .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
.gindara .intro_ph {
  display: flex;
  margin: 60px 0;
}
.gindara .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.gindara .intro_ph span:last-child {
  margin: 0;
}
.gindara .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.gindara .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.gindara .sec03 .sec03_wrap ul {
  margin: 0;
}
.gindara .sec03 .sec03_wrap ul li {
  list-style: none;
  margin: 0 0 30px;
}
.gindara .sec03 .sec03_wrap ul li:last-child {
  margin: 0;
}
.gindara .sec03 .sec03_wrap ul li strong {
  position: relative;
  display: block;
  padding: 2px 0 10px 40px;
  font-size: 20px;
}
.gindara .sec03 .sec03_wrap ul li strong::before {
  position: absolute;
  left: 0;
  content: "1";
  color: #fff;
  background: #1f801f;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.gindara .sec03 .sec03_wrap ul li:nth-child(2) strong::before {
  content: "2";
}
.gindara .sec03 .sec03_wrap ul li:nth-child(3) strong::before {
  content: "3";
}
.gindara .sec03 .sec03_wrap ul li:nth-child(4) strong::before {
  content: "4";
}
.gindara .sec03 .sec03_wrap ul li:nth-child(5) strong::before {
  content: "5";
}
.gindara .sec03 .sec03_wrap .ph_right {
  max-width: 258px;
}
.gindara .sec04 .info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.gindara .sec04 .info > div {
  width: 32%;
  text-align: center;
}
.gindara .sec04 .info p {
  position: relative;
  padding: 0 0 0 22px;
  text-align: left;
}
.gindara .sec04 .info p::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "1";
  color: #fff;
  background: #1f801f;
  width: 17px;
  height: 17px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.gindara .sec04 .info > div.step2 p::before {
  content: "2";
}
.gindara .sec04 .info > div.step3 p::before {
  content: "3";
}
.gindara .sec04 .attention {
  position: relative;
  background: #f8f8f8;
  padding: 26px 26px 21px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.gindara .sec04 .attention strong {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  background-color: #f8f8f8;
}
.gindara .sec04 .attention ul {
  margin: 0;
}
.gindara .sec04 .attention ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.gindara .sec04 .attention ul li::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media screen and (max-width: 766px) {
  .gindara .sec03 .sec03_wrap {
    display: block;
  }
  .gindara .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .gindara .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .gindara .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .gindara .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .gindara .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .gindara .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
/*----// ADD 21.05.19 Mussels----*/
.mussels section h3 {
    background-image: url(https://img07.shop-pro.jp/PA01432/587/etc_base64/YmdfcGF0dGVybl9ncmVlbg.jpg?cmsp_timestamp=20241119110333);
  border: 1px solid #c8fac8;
  outline: 2px solid #1f801f;
}

.mussels .intro_ph {
  display: flex;
}
.mussels .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.mussels .intro_ph span:last-child {
  margin: 0;
}
.mussels .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.mussels .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.mussels .sec03 .sec03_wrap ul {
  margin: 0;
}
.mussels .sec03 .sec03_wrap ul li {
  list-style: none;
  margin: 0 0 30px;
}
.mussels .sec03 .sec03_wrap ul li:last-child {
  margin: 0;
}
.mussels .sec03 .sec03_wrap ul li strong {
  position: relative;
  display: block;
  padding: 2px 0 10px 40px;
  font-size: 20px;
}
.mussels .sec03 .sec03_wrap ul li strong::before {
  position: absolute;
  left: 0;
  content: "1";
  color: #fff;
  background: #1f801f;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.mussels .sec03 .sec03_wrap ul li:nth-child(2) strong::before {
  content: "2";
}
.mussels .sec03 .sec03_wrap ul li:nth-child(3) strong::before {
  content: "3";
}
.mussels .sec03 .sec03_wrap .ph_right {
  max-width: 258px;
}
@media screen and (max-width: 766px) {
  .mussels .sec03 .sec03_wrap {
    display: block;
  }
  .mussels .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .mussels .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .mussels .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .mussels .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .mussels .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .mussels .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
.mussels .intro_ph {
  display: flex;
}
.mussels .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.mussels .intro_ph span:last-child {
  margin: 0;
}
.mussels .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.mussels .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.mussels .sec03 .sec03_wrap ul {
  margin: 0;
}
.mussels .sec03 .sec03_wrap ul li {
  list-style: none;
  margin: 0 0 30px;
}
.mussels .sec03 .sec03_wrap ul li:last-child {
  margin: 0;
}
.mussels .sec03 .sec03_wrap ul li strong {
  position: relative;
  display: block;
  padding: 2px 0 10px 40px;
  font-size: 20px;
}

.mussels .sec03 .sec03_wrap ul li:nth-child(2) strong::before {
  content: "2";
}
.mussels .sec03 .sec03_wrap ul li:nth-child(3) strong::before {
  content: "3";
}
.mussels .sec03 .sec03_wrap ul li:nth-child(4) strong::before {
  content: "4";
}
.mussels .sec03 .sec03_wrap ul li:nth-child(5) strong::before {
  content: "5";
}
.mussels .sec03 .sec03_wrap .ph_right {
  max-width: 258px;
}
.mussels .sec04 .info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.mussels .sec04 .info > div {
  width: 32%;
  text-align: center;
}
.mussels .sec04 .info p {
  position: relative;
  padding: 0 0 0 22px;
  text-align: left;
}
.mussels .sec04 .info p::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "1";
  color: #fff;
  background: #88b221;
  width: 17px;
  height: 17px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.mussels .sec04 .info > div.step2 p::before {
  content: "2";
}
.mussels .sec04 .info > div.step3 p::before {
  content: "3";
}
.mussels .sec04 .attention {
  position: relative;
  background: #f8f8f8;
  padding: 26px 26px 21px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.mussels .sec04 .attention strong {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  background-color: #f8f8f8;
}
.mussels .sec04 .attention ul {
  margin: 0;
}
.mussels .sec04 .attention ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.mussels .sec04 .attention ul li::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media screen and (max-width: 766px) {
  .mussels .sec03 .sec03_wrap {
    display: block;
  }
  .mussels .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .mussels .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .mussels .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .mussels .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .mussels .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .mussels .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
  section.movie p {
    width: 70%;
    margin: 0 auto 5px;
  }
  section.movie .movie_wrap {
    width: 70%;
    max-width: 800px;
    height: 27.86vw;
    max-height: 370px;
    margin: auto;
  }
  section.movie .movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
	  margin: 1em 0 0;
  }
}
/*----// ADD 21.06.23 Beer----*/
.beer section h3 {
    background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/bg_pattern_red.jpg?cmsp_timestamp=20190625180736);
    border: 1px solid #a44b5d;
    outline: 2px solid #891029;
  }
  .beer .intro_ph {
    display: flex;
  }
  .beer .intro_ph span {
    width: calc((100% - 14px) * 2 / 3);
    max-width: 393px;
    margin: 0 14px 0 0;
  }
  .beer .intro_ph span:last-child {
    margin: 0;
  }
  .beer .sec03 table td {/*table内のtdに対して*/
    padding: 10px 10px;/*上下3pxで左右10px*/
    background-color: #fff;
  }
  .beer .sec03 .sec03_wrap {
    display: flex;
    justify-content: space-between;
  }
  .beer .sec03 .sec03_wrap .text_left {
    max-width: 500px;
    margin: 0 15px 0 0;
  }
  .beer .sec03 .sec03_wrap ul {
    margin: 0;
  }
  .beer .sec03 .sec03_wrap ul li {
    list-style: none;
    margin: 0 0 30px;
  }
  .beer .sec03 .sec03_wrap ul li:last-child {
    margin: 0;
  }
  .beer .sec03 .sec03_wrap ul li strong {
    position: relative;
    display: block;
    padding: 2px 0 10px 40px;
    font-size: 20px;
  }
  .beer .sec03 .sec03_wrap ul li strong::before {
    position: absolute;
    left: 0;
    content: "1";
    color: #fff;
    background: #F2C24A;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
  }
  .beer .sec03 .sec03_wrap ul li:nth-child(2) strong::before {
    content: "2";
  }
  .beer .sec03 .sec03_wrap ul li:nth-child(3) strong::before {
    content: "3";
  }
  .beer .sec03 .sec03_wrap .ph_right {
    max-width: 258px;
  }


/*----// ADD 22.10.14 Cheese----*/
.cheese .intro_ph {
  display: flex;
  margin: 60px 0;
}
.cheese .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.cheese .intro_ph span:last-child {
  margin: 0;
}
.cheese .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.cheese .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.cheese .sec04 .ph {
  	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 766px) {
  .cheese .sec03 .sec03_wrap {
    display: block;
  }
  .cheese .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .cheese .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .cheese .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .cheese .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .cheese .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .cheese .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }

@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
.cheese .intro_ph {
  display: flex;
  margin: 60px 0;
}
.cheese .intro_ph span {
  width: calc((100% - 14px) * 2 / 3);
  max-width: 393px;
  margin: 0 14px 0 0;
}
.cheese .intro_ph span:last-child {
  margin: 0;
}
.cheese .sec03 .sec03_wrap {
  display: flex;
  justify-content: space-between;
}
.cheese .sec03 .sec03_wrap .text_left {
  max-width: 500px;
  margin: 0 15px 0 0;
}
.cheese .sec03 .sec03_wrap ul {
  margin: 0;
}
.cheese .sec03 .sec03_wrap ul li {
  list-style: none;
  margin: 0 0 30px;
}
.cheese .sec03 .sec03_wrap ul li:last-child {
  margin: 0;
}
.cheese .sec03 .sec03_wrap ul li strong {
  position: relative;
  display: block;
  padding: 2px 0 10px 40px;
  font-size: 20px;
}
.cheese .sec03 .sec03_wrap .ph_right {
  max-width: 258px;
}
.cheese .sec04 .info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.cheese .sec04 .info > div {
  width: 32%;
  text-align: center;
}
.cheese .sec04 .info p {
  position: relative;
  padding: 0 0 0 22px;
  text-align: left;
}
.cheese .sec04 .attention {
  position: relative;
  background: #f8f8f8;
  padding: 26px 26px 21px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.cheese .sec04 .attention strong {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: block;
  width: 60px;
  margin: auto;
  font-size: 18px;
  text-align: center;
  background-color: #f8f8f8;
}
.cheese .sec04 .attention ul {
  margin: 0;
}
.cheese .sec04 .attention ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.cheese .sec04 .attention ul li::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media screen and (max-width: 766px) {
  .cheese .sec03 .sec03_wrap {
    display: block;
  }
  .cheese .sec03 .sec03_wrap .text_left {
    max-width: none;
    margin: 0;
  }
  .cheese .sec03 .sec03_wrap ul li:last-child {
    margin: 0 0 30px;
  }
  .cheese .sec03 .sec03_wrap ul li strong {
    padding: 0px 0 10px 26px;
    font-size: 19px;
    line-height: 25px;
  }
  .cheese .sec03 .sec03_wrap ul li strong::before {
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 23px;
  }
  .cheese .sec03 .sec03_wrap .ph_right {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .cheese .sec03 .sec03_wrap .ph_right .ph {
    display: block;
    width: 32%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.movie iframe {
    height: 52vw;
  }
  .pc {
    display: none;
  }
  .section__block.product__images {
    margin-bottom: 0;
  }
  .section__block.product__images + .section__block {
    margin: 1em 0 0;
  }
}