@charset "UTF-8";
.productdetail .text, .productlist .text, .flowset .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media (max-width: 767px) {
  .productdetail .text, .productlist .text, .flowset .text, .badgeflow .text, .titletext .text, .calloutset .text, .mediaset .text {
    font-size: 14px;
  }
}

.ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset:not(.img-small) .btn a, .mediaset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border: 1px solid #bd272d;
  background: #bd272d;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 100px;
  transition: all 0.5s ease-out;
  background-image: url(../images/arrow.webp);
  background-position: center right 30px;
  background-repeat: no-repeat;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:hover, .linkbtn a:hover, .linkset a:hover, .mediaset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit], .linkbtn a, .linkset a, .mediaset:not(.img-small) .btn a, .mediaset .btn a {
    font-size: 14px;
    height: 60px;
  }
}

/* 
//img border-radius--------------------
.mediaset .imgbox img,
.calloutset.col4 .image img,
.flowset .image img,
.badgeflow .imgbox img {
  border-radius: 6px;
}
.calloutset.col3 .image img,
.calloutset.col2 .image img,
.fullimg img {
  border-radius: 8px;
}
 */
.mediaset .text iframe, .calloutset .text iframe, .flowset .text iframe, .badgeflow .text iframe, .listset li iframe, .txtset iframe {
  width: 100%;
}

/* ----------------------------------------------
heading1~4 見出し1~4 マージン調整
------------------------------------------------- */
.heading1.notLast, .heading2.notLast, .heading3.notLast, .heading4.notLast {
  margin-bottom: 20px;
}

.mediaset table,
.calloutset table,
.flowset table,
.badgeflow table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td,
.flowset table th,
.flowset table td,
.badgeflow table th,
.badgeflow table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #f8f8f8;
}
.mediaset table th,
.calloutset table th,
.flowset table th,
.badgeflow table th {
  min-width: 120px;
  background: #eeeeee;
  font-weight: bold;
}
.mediaset .linkbtn,
.calloutset .linkbtn,
.flowset .linkbtn,
.badgeflow .linkbtn {
  width: 100%;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child),
.calloutset .linkbtn:not(:last-child),
.flowset .linkbtn:not(:last-child),
.badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a,
.calloutset .linkbtn a,
.flowset .linkbtn a,
.badgeflow .linkbtn a {
  height: 50px;
  min-height: 50px;
}
.mediaset .listset,
.calloutset .listset,
.flowset .listset,
.badgeflow .listset {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td,
  .flowset table th,
  .flowset table td,
  .badgeflow table th,
  .badgeflow table td {
    padding: 3px 7px;
  }
}

.mediaset .linkbtn, .badgeflow .linkbtn {
  width: 100%;
  max-width: 270px;
  margin-right: 0;
  margin-bottom: 0;
}
.mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
  margin-bottom: 10px;
}
.mediaset .linkbtn a, .badgeflow .linkbtn a {
  height: 70px;
}
.mediaset table th, .badgeflow table th {
  width: 250px;
}
@media (max-width: 767px) {
  .mediaset .linkbtn, .badgeflow .linkbtn {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .mediaset .linkbtn:not(:last-child), .badgeflow .linkbtn:not(:last-child) {
    margin-bottom: 10px;
  }
  .mediaset .linkbtn a, .badgeflow .linkbtn a {
    height: 50px;
  }
  .mediaset table th, .badgeflow table th {
    width: auto;
  }
}

.calloutset.col2 .linkbtn,
.flowset.col2 .linkbtn {
  max-width: 350px;
}
.calloutset.col3 .linkbtn,
.flowset.col3 .linkbtn {
  max-width: 300px;
}
.calloutset.col4 .linkbtn,
.flowset.col4 .linkbtn {
  max-width: 240px;
}
.calloutset .listset,
.flowset .listset {
  width: 100%;
  padding: 10px 0;
}
.calloutset .listset li,
.flowset .listset li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.calloutset .listset li:nth-child(n+2),
.flowset .listset li:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .calloutset.col4 table th,
  .calloutset.col4 table td,
  .flowset.col4 table th,
  .flowset.col4 table td {
    min-width: 100%;
    display: block;
  }
  .calloutset.col4 .linkbtn a,
  .flowset.col4 .linkbtn a {
    font-size: 12px;
  }
}

.flowset .linkbtn {
  max-width: 300px;
}
@media (max-width: 767px) {
  .flowset table th,
  .flowset table td {
    min-width: 100%;
    display: block;
  }
  .flowset .linkbtn a {
    font-size: 12px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#pagetitle.pagetitle--beef h2 {
  padding-left: 170px;
}
#pagetitle.pagetitle--beef h2::before {
  content: "";
  background-image: url(../images/pagetitle-icon.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 146px;
  height: 106px;
}
@media (max-width: 1199px) {
  #pagetitle.pagetitle--beef h2 {
    padding-left: 140px;
  }
  #pagetitle.pagetitle--beef h2::before {
    width: 110px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  #pagetitle.pagetitle--beef h2 {
    padding-left: 82px;
  }
  #pagetitle.pagetitle--beef h2::before {
    width: 65px;
    height: 48px;
  }
}
#pagetitle.pagetitle--pork h2 {
  padding-left: 160px;
}
#pagetitle.pagetitle--pork h2::before {
  content: "";
  background-image: url(../images/product-icon2-2.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 90px;
}
@media (max-width: 1199px) {
  #pagetitle.pagetitle--pork h2 {
    padding-left: 130px;
  }
  #pagetitle.pagetitle--pork h2::before {
    width: 105px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #pagetitle.pagetitle--pork h2 {
    padding-left: 72px;
  }
  #pagetitle.pagetitle--pork h2::before {
    width: 65px;
    height: 40px;
  }
}
#pagetitle.pagetitle--bbq h2 {
  padding-left: 125px;
}
#pagetitle.pagetitle--bbq h2::before {
  content: "";
  background-image: url(../images/product-icon3-2.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 105px;
  height: 140px;
}
@media (max-width: 1199px) {
  #pagetitle.pagetitle--bbq h2 {
    padding-left: 95px;
  }
  #pagetitle.pagetitle--bbq h2::before {
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #pagetitle.pagetitle--bbq h2 {
    padding-left: 60px;
  }
  #pagetitle.pagetitle--bbq h2::before {
    width: 45px;
    height: 70px;
  }
}
#pagetitle.pagetitle--deli h2 {
  padding-left: 105px;
}
#pagetitle.pagetitle--deli h2::before {
  content: "";
  background-image: url(../images/product-icon4-2.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 95px;
}
@media (max-width: 1199px) {
  #pagetitle.pagetitle--deli h2 {
    padding-left: 85px;
  }
  #pagetitle.pagetitle--deli h2::before {
    width: 60px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #pagetitle.pagetitle--deli h2 {
    padding-left: 58px;
  }
  #pagetitle.pagetitle--deli h2::before {
    width: 40px;
    height: 47px;
  }
}
#pagetitle .side-text {
  position: absolute;
  right: -100px;
  top: 0;
  width: 100px;
  height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetitle .side-text img {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
#pagetitle::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FBF2E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: -5px;
  top: -5px;
  z-index: 2;
}
#pagetitle::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FBF2E3;
  clip-path: polygon(0% 100%, 0 0%, 100% 100%);
  left: -5px;
  bottom: -5px;
  z-index: 2;
}
#pagetitle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 64px;
  line-height: 1.1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  text-shadow: 0.01em 0.01em 0.2em rgba(12, 12, 12, 0.15), -0.01em -0.01em 0.2em rgba(12, 12, 12, 0.15), 0.01em -0.01em 0.2em rgba(12, 12, 12, 0.15), -0.01em 0.01em 0.2em rgba(12, 12, 12, 0.15);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  position: relative;
}
#pagetitle h2 small {
  font-size: 37px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  letter-spacing: 0.05em;
  color: #FBF2E3;
  text-shadow: 0.01em 0.01em 0.2em rgba(12, 12, 12, 0);
}
#pagetitle small {
  display: block;
}
@media (max-width: 1199px) {
  #pagetitle {
    width: calc(100% - 100px);
    height: 350px;
  }
  #pagetitle::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #FBF2E3;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: 0;
    top: 0;
    z-index: 2;
  }
  #pagetitle::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #FBF2E3;
    clip-path: polygon(0% 100%, 0 0%, 100% 100%);
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  #pagetitle .side-text {
    width: 50px;
    right: -50px;
    height: 42vw;
  }
  #pagetitle h2 {
    font-size: 49px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  #pagetitle {
    height: 210px;
    width: calc(100% - 20px);
  }
  #pagetitle::before {
    width: 35px;
    height: 35px;
  }
  #pagetitle::after {
    width: 35px;
    height: 35px;
  }
  #pagetitle .side-text {
    display: none;
  }
  #pagetitle h2 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 0;
  }
  #pagetitle h2 small {
    font-size: 22px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
  font-size: 13px;
}
#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading1.prok h2::before {
  content: "";
  width: 103px;
  height: 66px;
  background-image: url(../images/title-icon2.png);
}
.heading1.bbq h2::before {
  content: "";
  width: 79px;
  height: 114px;
  background-image: url(../images/title-icon3.png);
}
.heading1.deli h2::before {
  content: "";
  width: 69px;
  height: 81px;
  background-image: url(../images/title-icon4.png);
}
.heading1 h2 {
  font-size: 30px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 64px;
  color: #000;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.heading1 h2::before {
  content: "";
  width: 110px;
  height: 82px;
  left: 0;
  background-image: url(../images/title-icon1.png);
  background-position: center;
  background-size: cover;
  margin-right: 30px;
}
.heading1 h2::after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/title-border.png);
  background-position: center;
  background-size: cover;
}
.heading1 h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding-top: 0.6em;
  color: #bd272d;
  margin-left: 20px;
}
.heading1 .image {
  display: flex;
  align-items: center;
}
.heading1 .image img {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .heading1 h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .heading1.prok h2::before {
    content: "";
    width: 60px;
    height: 40px;
    background-image: url(../images/title-icon2.png);
  }
  .heading1.bbq h2::before {
    content: "";
    width: 46px;
    height: 70px;
    background-image: url(../images/title-icon3.png);
  }
  .heading1.deli h2::before {
    content: "";
    width: 46px;
    height: 55px;
    background-image: url(../images/title-icon4.png);
  }
  .heading1 h2 {
    font-size: 28px;
  }
  .heading1 h2 small {
    font-size: 18px;
    margin-left: 10px;
    padding-top: 0.4em;
  }
  .heading1 h2::before {
    width: 60px;
    height: 43px;
    margin-right: 15px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading2 p {
  font-size: 24px;
  line-height: 1.2;
  font-size: 60px;
  color: #603813;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.heading2 p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.heading2 p small {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1199px) {
  .heading2 p {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .heading2 p {
    font-size: 27px;
  }
  .heading2 p small {
    font-size: 17px;
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.heading3 p {
  font-size: 20px;
  line-height: 1.6;
  background-color: #418d43;
  position: relative;
  padding: 11px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
  border-radius: 5px;
}
.heading3 p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .heading3 p {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .heading3 p {
    padding: 5px 18px;
    padding-left: 25px;
    font-size: 17px;
  }
  .heading3 p::before {
    left: 0px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.heading4 p {
  font-size: 22px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 700;
  color: #603813;
  border-left: 6px solid #603813;
  padding: 0 20px;
}
.heading4 p::before {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #c8c8c8;
  left: -5px;
  bottom: -10px;
}
@media (max-width: 1199px) {
  .heading4 p {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .heading4 p {
    padding: 0 10px;
    border-left-width: 4px;
    font-size: 17px;
  }
  .heading4 p::before {
    bottom: -8px;
  }
  .heading4.type-collar2 p {
    border-left-width: 4px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  line-height: 2;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.mediaset table th {
  width: 250px;
}
.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 17px;
  border-left: #886239 4px solid;
  color: #886239;
  margin-top: 10px;
}
.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 30px;
}
.mediaset.notLast {
  margin-bottom: 50px;
}
.mediaset:not(.img-small) .imgbox {
  width: 47.4576271186%;
}
.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset:not(.img-small) .txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mediaset:not(.img-small) .title {
  font-size: 20px;
  font-size: 20px;
  color: #000;
  padding-left: unset;
  border-left: unset;
}
.mediaset:not(.img-small) .text {
  line-height: 2;
  margin-bottom: auto;
}
.mediaset:not(.img-small) .btn {
  width: 100%;
  max-width: 270px;
  margin-top: 30px;
}
.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.2372881356%;
}
.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4.2372881356%;
}
.mediaset.img-small {
  /* 
     .btn {
       width: 100%;
       max-width: $btnWidth;
       margin-top: $MD-btn-mt;
       a {
         @extend %btn;
       }
  } 
   */
}
.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}
.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}
.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}
.mediaset.img-small .txtbox {
  flex: 1;
}
@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset table th {
    width: auto;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
    	margin-bottom: $MD-sp-tit-mb;
    	font-size: $MD-sp-tit-fz;
    }
    .btn{
    	@include mx-auto();
    } */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small) .title {
    font-size: 18px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .title {
    padding-left: 12px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.mediaset table,
.calloutset table {
  width: 100%;
}
.mediaset table th,
.mediaset table td,
.calloutset table th,
.calloutset table td {
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #dac1a8;
}
.mediaset table th,
.calloutset table th {
  min-width: 120px;
  background: #dac1a8;
  font-weight: bold;
  color: #ffffff;
}
.mediaset table td,
.calloutset table td {
  background-color: rgba(255, 255, 255, 0.5);
}
.mediaset table tr:not(:last-child) th,
.calloutset table tr:not(:last-child) th {
  border-bottom: 1px #ffffff solid;
}
@media (max-width: 767px) {
  .mediaset table th,
  .mediaset table td,
  .calloutset table th,
  .calloutset table td {
    padding: 3px 7px;
  }
  .mediaset table tr:not(:last-child) th,
  .calloutset table tr:not(:last-child) th {
    border-bottom: unset;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.calloutset .price {
  display: none;
}
.calloutset.productlist .block .title::before {
  content: "";
  width: 47px;
  height: 35px;
  background-size: 100%;
  background-image: url(../images/product-icon1-2.png);
  margin-right: 20px;
}
.calloutset.productlist .block:nth-child(2) .title::before {
  content: "";
  width: 54px;
  height: 35px;
  background-size: 100%;
  background-image: url(../images/product-icon2-2.png);
}
.calloutset.productlist .block:nth-child(3) .title::before {
  content: "";
  width: 30px;
  height: 44px;
  background-size: 100%;
  background-image: url(../images/product-icon3-2.png);
}
.calloutset.productlist .block:nth-child(4) .title::before {
  content: "";
  width: 39px;
  height: 44px;
  background-size: 100%;
  background-image: url(../images/product-icon4-2.png);
}
.calloutset.productlist .image {
  margin-bottom: unset;
}
.calloutset.productdetail .price {
  display: block;
}
.calloutset.productdetail .block {
  width: 31.0169491525%;
  display: flex;
  flex-direction: column;
}
.calloutset.productdetail .block:not(:nth-child(3n+1)) {
  margin-left: 3.4745762712%;
}
.calloutset.productdetail .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.notLast {
  margin-bottom: 50px;
}
.calloutset .image {
  margin-bottom: 10px;
}
.calloutset .image img {
  width: 100%;
  height: auto;
}
.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.calloutset.col4 {
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.calloutset.col4 .block {
  width: 22.9661016949%;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 2.7118644068%;
}
.calloutset.col4 .block:nth-child(n+5) {
  margin-top: 50px;
}
.calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-top: unset;
}
.calloutset.col3 {
  /* 
  text-align: center;
  	*/
}
.calloutset.col3 .block {
  width: 31.0169491525%;
}
.calloutset.col3 .block:not(:nth-child(3n+1)) {
  margin-left: 3.4745762712%;
}
.calloutset.col3 .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 {
  justify-content: space-between;
}
.calloutset.col2.productdetail .block {
  width: 31.0169491525%;
  display: flex;
  flex-direction: column;
}
.calloutset.col2.productdetail .block:not(:nth-child(3n+1)) {
  margin-left: 3.4745762712%;
}
.calloutset.col2.productdetail .block:nth-child(n+4) {
  margin-top: 50px;
}
.calloutset.col2 .block {
  width: 47.9661016949%;
}
.calloutset.col2 .block:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .calloutset.col4 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.212543554%;
  }
  .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

.calloutset .image a {
  transition: all 0.5s ease-out;
}
.calloutset .image a:hover {
  opacity: 0.6;
}
.calloutset .image a[data-lightbox=calloutpop] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 100/90;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.linkset.notLast {
  margin-bottom: 5px;
}
.linkset ul {
  display: flex;
  flex-wrap: wrap;
}
.linkset.col4 li {
  width: 22.8813559322%;
}
.linkset.col4 li:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
.linkset.col4 li:nth-child(n+5) {
  margin-top: 5px;
}
.linkset.col3 li {
  width: 31.3559322034%;
}
.linkset.col3 li:not(:nth-child(3n+1)) {
  margin-left: 2.9661016949%;
}
.linkset.col3 li:nth-child(n+4) {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n+3) {
    margin-top: 5px;
  }
  .linkset.col3 {
    /* 1並び
    max-width: $LS-col3-block-width;
    li {
      width: 100%;
      &:not(:first-child) {
        margin-left: 0;
      }
      &:nth-child(n + 2) {
        margin-top: $LS-NL-mb;
      }
    }
     */
  }
  .linkset.col3 ul {
    justify-content: center;
  }
  .linkset.col3 a {
    background-image: none;
    padding: 0 15px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  max-width: 370px;
}
.linkbtn a {
  height: 90px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .linkbtn {
    width: 270px;
  }
  .linkbtn a {
    height: 60px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.tableset table {
  width: 100%;
  line-height: 1.8;
}
.tableset th,
.tableset td {
  padding: 23px 25px;
  font-size: 14px;
}
.tableset th,
.tableset thead td,
.tableset thead th {
  background: #886239;
  white-space: nowrap;
  font-weight: bold;
}
.tableset td {
  background: #fff;
}
.tableset.type-normal th,
.tableset.type-normal td {
  border: unset;
  /*   
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
     */
}
.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  border-bottom: #886239 1px solid;
  background-color: unset;
  color: #886239;
}
.tableset.type-normal td {
  border-bottom: #eeeeee solid 1px;
  background-color: unset;
}
.tableset.type-scroll {
  overflow-x: auto;
  min-height: 120px;
}
.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 20px;
}
.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
}
.tableset.type-scroll thead th,
.tableset.type-scroll thead td {
  color: #ffffff;
}
.tableset.type-scroll thead td {
  text-align: center;
}
.tableset.type-scroll tbody tr:not(:last-child) th, .tableset.type-scroll tbody tr:not(:last-child) td {
  border-bottom: #886239 1px solid;
}
.tableset.type-scroll tbody th {
  color: #886239;
}
.tableset.type-scroll tbody th, .tableset.type-scroll tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .tableset.type-normal table {
    border-spacing: 0;
  }
  .tableset.type-normal th,
  .tableset.type-normal td {
    margin-bottom: 2px;
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll th,
  .tableset.type-scroll td {
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 2px;
}
.miniSurveyView table.formBlockSurveyTable .red {
  color: #FBF2E3;
  width: 70px;
  height: 23px;
  background-color: #418d43;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.miniSurveyView table.formBlockSurveyTable .red::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  color: #ffffff;
  padding-right: 4px;
}
.miniSurveyView table.formBlockSurveyTable tr:first-child td {
  border-top: #ffffff 1px solid;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
  padding: 23px 25px;
  border-bottom: #ffffff 1px solid;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=text],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=tel],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td input[type=email],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td textarea, .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td select {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  background-color: #ffffff;
  border: unset;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question {
  flex-wrap: wrap;
  /* 
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
   */
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
  color: #ffffff;
  width: 70px;
  height: 23px;
  background-color: #418d43;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 14px;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
  background-image: unset;
  background-color: #886239;
  border: unset;
}
.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit]:after {
  display: none;
}
.miniSurveyView .form-group.captcha {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .form-group.captcha label.form-label {
  font-size: 14px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.miniSurveyView .form-group.captcha > div:nth-of-type(2) input {
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 5px;
  width: 100%;
  max-width: 190px;
}
.miniSurveyView .alert {
  margin-top: 20px;
  text-align: center;
}
.miniSurveyView .alert.alert-danger strong {
  color: red;
}
@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable {
    border-spacing: 0;
  }
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td {
    padding: 13px 15px 13px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(.captchatr) td.question .required {
    height: 22px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:first-child td.question {
    border-bottom: unset;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:first-child) td.question {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
titletext
------------------------------------------------- */
.titletext {
  margin-bottom: 100px;
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  background-color: #f7f7f5;
}
.titletext .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .titletext {
    padding: 20px 20px;
  }
  .titletext .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  padding: 34px 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  border: solid 2px #fff;
}
.listset ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  /* 
  &:before {
    margin-top: 7px;
    margin-right: 7px;
    flex-shrink: 0;
    display: block;
    content: "";
    width: px;
    height: px;
    background: url(../images/listset-icon.png) no-repeat center/cover;
  }
  */
}
.listset li:before {
  margin-top: 8px;
  margin-right: 7px;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #886239;
  border-radius: 50%;
}
.listset li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  padding-top: 50px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.badgeflow.type-collar2 .title {
  border-left: #E6B1AA 4px solid;
}
.badgeflow.notLast {
  margin-bottom: 40px;
}
.badgeflow .imgbox {
  position: relative;
  width: 30.5084745763%;
  margin-right: 5.0847457627%;
  min-width: 340px;
}
.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}
.badgeflow .txtbox {
  flex: 1;
}
.badgeflow .badge {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #bd272d;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
}
.badgeflow .badge small {
  display: block;
  font-size: 13px;
}
.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 26px;
  padding-left: 17px;
  border-left: #603813 5px solid;
  letter-spacing: 0.1em;
  color: #603813;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    margin: 0 auto 20px;
    min-width: 0px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 17px;
  }
  .badgeflow .badge small {
    font-size: 12px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.flowset.notLast {
  margin-bottom: 40px;
}
.flowset .block {
  position: relative;
}
.flowset .block:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: var(--arrow-display, none);
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .block {
  width: 30.5084745763%;
}
.flowset .block:not(:nth-child(3n+1)) {
  margin-left: 4.2372881356%;
}
.flowset .block:nth-child(3n+1):before {
  display: none;
}
.flowset .block:nth-child(n+4) {
  margin-top: 40px;
}
.flowset .image {
  margin-bottom: 10px;
  position: relative;
}
.flowset .image img {
  width: 100%;
  height: auto;
}
.flowset .image:before {
  position: absolute;
  top: 0;
  left: -13.8888888889%;
  display: block;
  content: "";
  width: 13.8888888889%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .flowset .block:nth-child(3n+1) .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .flowset {
    justify-content: space-between;
  }
  .flowset .block {
    width: 45.515394913%;
  }
  .flowset .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n+2) {
    margin-top: 0;
  }
  .flowset .block:nth-child(n+3) {
    margin-top: 40px;
  }
  .flowset .block:nth-child(2n+1) .image:before {
    display: none;
  }
  .flowset .block:nth-child(2n+1):before {
    display: none;
  }
  .flowset .block:nth-child(2n+1)::before {
    display: none;
  }
  .flowset .block::before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .image:before {
    left: -19.7058823529%;
    width: 19.7058823529%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
/* ----------------------------------------------
product-list
------------------------------------------------- */
.productlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.productlist .image {
  margin-bottom: unset;
}
.productlist .image img {
  width: 100%;
  height: auto;
}
.productlist .image img {
  aspect-ratio: 360/225;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productlist .title {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  background-color: #886239;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 500;
  min-height: 75px;
}
.productlist a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.productlist a:hover {
  opacity: 0.6;
}
.productlist .block {
  width: 31.0169491525%;
  display: flex;
  flex-direction: column;
}
.productlist .block:not(:nth-child(3n+1)) {
  margin-left: 3.4745762712%;
}
.productlist .block:nth-child(n+4) {
  margin-top: 50px;
}
.productlist .block:nth-child(1) .icon, .productlist .block:nth-child(2) .icon {
  height: 35px;
}
.productlist .icon {
  height: 44px;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
}
.productlist .icon img {
  height: 100%;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .productlist .title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .productlist {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .productlist .block {
    width: 100%;
  }
  .productlist .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .productlist .block:nth-child(n+2) {
    margin-top: 50px;
  }
  .productlist .block:nth-child(1) .icon, .productlist .block:nth-child(2) .icon {
    height: 30px;
  }
  .productlist .txtbox {
    min-height: 60px;
    padding: 10px 15px;
  }
  .productlist .title {
    font-size: 20px;
  }
  .productlist .icon {
    height: 40px;
    margin-right: 10px;
  }
}

/* ----------------------------------------------
product-detail
------------------------------------------------- */
.productdetail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  /* 
  .title {
  	letter-spacing: 0.05em;
    }
    .text {
  	font-size: 16px;
  	line-height: 1.5;
  	@include sp {
  	  font-size: 14px;
  	}
    }
     */
}
.productdetail .image {
  margin-bottom: 10px;
  position: relative;
}
.productdetail .image img {
  width: 100%;
  height: auto;
}
.productdetail .image img {
  aspect-ratio: 270/198;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productdetail .image::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-color: #FBF2E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: -3px;
  top: -3px;
  z-index: 2;
}
.productdetail .image::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-color: #FBF2E3;
  clip-path: polygon(0% 100%, 0 0%, 100% 100%);
  left: -3px;
  bottom: -3px;
  z-index: 2;
}
.productdetail .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: bold;
  color: #886239;
}
.productdetail .price {
  text-align: end;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 10px;
}
.productdetail .price::after {
  content: "円";
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding-left: 5px;
}
.productdetail .text {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 10px;
  line-height: 1.625;
}
.productdetail .block {
  width: 22.9661016949%;
}
.productdetail .block:not(:nth-child(4n+1)) {
  margin-left: 2.7118644068%;
}
.productdetail .block:nth-child(n+5) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .productdetail {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .productdetail .block {
    width: 47.212543554%;
  }
  .productdetail .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .productdetail .block:nth-child(n+3) {
    margin-top: 50px;
  }
  .productdetail .title {
    font-size: 18px;
  }
  .productdetail .price {
    font-size: 24px;
  }
  .productdetail .price::after {
    font-size: 13px;
  }
}

/* ----------------------------------------------
qanda
------------------------------------------------- */
.qanda {
  margin-bottom: 100px;
}
.qanda .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.qanda .block:not(:first-child) {
  margin-top: 35px;
}
.qanda .block .q {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.qanda .block .q::before {
  content: "Q";
  font-size: 38px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  font-weight: 600;
  background-color: #886239;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
.qanda .block .a {
  display: flex;
  padding-left: 10px;
}
.qanda .block .a::before {
  content: "A";
  font-size: 28px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  font-weight: 600;
  background-color: #418d43;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 30px;
  border-radius: 50%;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
@media (max-width: 767px) {
  .qanda .block .q {
    font-size: 18px;
  }
  .qanda .block .q::before {
    width: 45px;
    height: 45px;
    font-size: 25px;
    margin-right: 12px;
  }
  .qanda .block .a {
    font-size: 14px;
    padding-left: 5px;
  }
  .qanda .block .a::before {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-right: 17px;
  }
}

/* ----------------------------------------------
news-list
------------------------------------------------- */
.news-list {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
.news-list .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
.news-list .content {
  display: flex;
  align-items: center;
}
.news-list a {
  transition: all 0.5s ease-out;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
.news-list a:hover {
  opacity: 0.6;
}
.news-list article {
  position: relative;
  width: 30.8333333333%;
}
.news-list article:not(:nth-child(3n+1)) {
  margin-left: 3.75%;
}
.news-list article:nth-child(n+4) {
  margin-top: 40px;
}
.news-list article .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-list article time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  padding: 0 7px;
  background-color: #bd272d;
}
.news-list article .text {
  font-size: 22px;
  line-height: 1.875;
  font-weight: 500;
  margin-top: 5px;
}
.news-list article .title {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 5px;
}
.news-list article .image {
  margin-bottom: 15px;
}
.news-list article .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list article .cate {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.news-list article .cate.event a {
  background-color: #886239;
}
.news-list article .cate.column a {
  background-color: #008e45;
}
.news-list article .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list article .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .news-list {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .news-list::before {
    width: 50%;
    height: 350px;
    position: absolute;
    background-image: url(../images/news-shape.webp);
    background-repeat: no-repeat;
    z-index: -1;
    top: -110px;
    left: 15%;
    background-size: contain;
  }
  .news-list .contents {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-list h2 {
    margin-bottom: 35px;
  }
  .news-list article {
    width: 47.5%;
  }
  .news-list article:not(:nth-child(4n+1)) {
    margin-left: unset;
  }
  .news-list article:nth-child(n+3) {
    margin-top: 30px;
  }
  .news-list article time {
    margin-right: 0px;
  }
  .news-list article .text {
    font-size: 14px;
    margin-top: 0;
  }
  .news-list article .image {
    margin-bottom: 10px;
  }
  .news-list article .title {
    font-size: 14px;
  }
  .news-list article .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  .news-list article .cate a {
    font-size: 14px;
  }
  .news-list .btn {
    margin-top: 45px;
  }
}

/* ----------------------------------------------
ページネーション
------------------------------------------------- */
.ccm-pagination-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 90px;
}
.ccm-pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
}
.ccm-pagination-wrapper .prev,
.ccm-pagination-wrapper .next,
.ccm-pagination-wrapper .page-item .visually-hidden {
  display: none;
}
.ccm-pagination-wrapper .page-item {
  padding: 5px;
  width: 60px;
  height: 60px;
  font-size: 15px;
}
.ccm-pagination-wrapper .page-item a,
.ccm-pagination-wrapper .page-item span {
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: #886239 solid 1px;
}
.ccm-pagination-wrapper .page-item a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #886239;
  color: #000000;
}
.ccm-pagination-wrapper .page-item a:hover {
  opacity: 0.6;
}
.ccm-pagination-wrapper .page-item span {
  background-color: #886239;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ccm-pagination-wrapper {
    margin-top: 50px;
  }
  .ccm-pagination-wrapper .pagination {
    flex-wrap: wrap;
  }
  .ccm-pagination-wrapper .page-item {
    padding: 3px;
    width: 46px;
    height: 46px;
    font-size: 14px;
  }
  .ccm-pagination-wrapper .page-item a,
  .ccm-pagination-wrapper .page-item span {
    font-size: 14px;
  }
}

/* ----------------------------------------------
news-detail
------------------------------------------------- */
.news-detail {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
}
.news-detail .head {
  margin-bottom: 50px;
}
.news-detail .content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-detail .contents {
  margin-bottom: 90px;
  display: flex;
}
.news-detail .category {
  flex-shrink: 0;
  width: 130px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.news-detail .category.event a {
  background-color: #886239;
}
.news-detail .category.column a {
  background-color: #008e45;
}
.news-detail .category a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #8dc21f;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail .category a:hover {
  opacity: 0.6;
}
.news-detail time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.7857142857;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 17px;
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
  background-color: #bd272d;
}
.news-detail .title {
  font-size: 35px;
  position: relative;
  line-height: 1.6;
  padding-bottom: 10px;
}
.news-detail .title::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/title-border.png);
  background-position: center;
  background-size: cover;
}
.news-detail .image {
  width: 40%;
  margin-right: 50px;
}
.news-detail .image img {
  width: 100%;
}
.news-detail .text {
  font-size: 18px;
  flex: 1;
  line-height: 1.7;
}
@media (max-width: 1199px) {
  .news-detail .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-detail .head {
    margin-bottom: 40px;
  }
  .news-detail .contents {
    margin-bottom: 50px;
    display: block;
  }
  .news-detail .title {
    font-size: 20px;
  }
  .news-detail .title::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/title-border.png);
    background-position: center;
    background-size: cover;
  }
  .news-detail time {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-detail .text {
    font-size: 14px;
  }
  .news-detail .cate {
    width: 90px;
    height: 20px;
    margin-right: 9px;
  }
  .news-detail .cate a {
    font-size: 14px;
  }
  .news-detail .image {
    width: 100%;
    margin-bottom: 35px;
  }
}

/* ----------------------------------------------
ccm-block-next-previous
------------------------------------------------- */
.ccm-block-next-previous {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 90px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}
.ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 129/13;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link {
  margin-right: auto;
  flex: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a {
  padding-left: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-link a::before {
  background-image: url(../images/prev-arow3.png);
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link {
  margin-left: auto;
  margin-right: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-parent-link a {
  width: 270px;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link {
  margin-left: auto;
  order: 1;
  flex: 1;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a {
  padding-right: 50px;
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.ccm-block-next-previous .ccm-block-next-previous-next-link a::before {
  background-image: url(../images/next-arow3.png);
}
@media (max-width: 1199px) {
  .ccm-block-next-previous {
    margin-bottom: 80px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 16px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a {
    padding-left: 30px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous {
    margin-bottom: 70px;
  }
  .ccm-block-next-previous > :not(.ccm-block-next-previous-parent-link) a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-previous-link a {
    padding-left: 20px;
  }
  .ccm-block-next-previous .ccm-block-next-previous-next-link a {
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .ccm-block-next-previous .ccm-block-next-previous-parent-link a {
    width: 200px;
    background-image: unset;
  }
}/*# sourceMappingURL=contents.css.map */