@charset "utf-8";
/* CSS Document */ :root {
  font-family: "uddigikyokasho-pro", sans-serif;
  /*  font-weight: 400;*/
  font-style: normal;
}
body {
  /*  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  letter-spacing: 1px;
  color: #5b6c5d;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  background-color: #f6f1e6;
  font-weight: 800;
}
main {
  line-height: 1.5em;
  letter-spacing: -0.04em;
}
.text-img-modal {
  overflow-y: scroll;
}
header, main, footer {
  padding: 1.5rem;
  font-size: 1.2rem;
}
/* ----- header内要素 ----- */
.coop-logo {
  display: block;
  width: 60px;
}
.mottainai-logo {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.mottainai-logo picture {
  margin: 0;
}
/* ----- End of header内要素 ----- */
#intro h2 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.h-line-pc {
  padding: 0;
  margin: 0;
}
.img-center {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}
h3 {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.2;
}
picture {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.example-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.example-item {
  text-align: center;
  flex: 3;
}
.example-item:nth-child(2) {
  flex: 0.5;
}
.example-item__image {
  width: 100%;
  margin-bottom: 10px;
  max-height: 240px;
  object-fit: contain;
}
.example-item__text {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.3;
}
.example-item:nth-child(2) picture img {
  height: 60px;
  object-fit: contain;
}
#description h4 {
  font-size: 1.7rem;
  margin: 1rem 0;
}
.info-list a {
  text-align: center;
  display: block;
}
#intro, #description, #icon-marker {
  padding: 1em 0;
}
.img-r p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 1rem 1rem;
  max-width: 400px;
}
.flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.package-box {
  padding: 1rem;
}
.box-border {
  border: 4px solid #5b6c5d;
  margin: 1rem;
}
.package-box h4 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}
.small-text {
  font-size: 0.9rem;
  padding: 0;
  margin: 0
}
.prod-name {
  line-height: 1.2;
  font-size: 1.1rem;
}
.prod-name span {
  display: block;
  margin-top: 0.5em;
  letter-spacing: normal;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
}
.product-list a {
  color: #5b6c5d
}
.product-item {
  flex-direction: column;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-weight: bold;
}
.copyright {
  font-size: 12px;
  color: #666;
}
.info-list {
  margin: 2rem 0;
}
.hide-area {
  display: none;
}
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
.modaal-content-container h2 {
  padding: 0;
  margin: 0 0 1rem;
}
.modaal-content-container .text-img {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  gap: 20px;
}
.text-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 1em auto 2em;
}
.modaal-content-container {
  background-color: #f6f1e6;
  color: #5b6c5d;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
}
.sp-only {
  display: inline;
}
.link-btn {
  margin: 1rem auto;
}
.footer {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Yu Gothic', '游ゴシック', 'Meiryo', sans-serif;
  font-weight: 800;
}
.footer-links {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 0 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
/* 2つ目以降に縦線を追加 
.footer-links a:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #ccc;
  margin-right: 10px;
  vertical-align: middle;
}*/
.no-break {
  white-space: nowrap;
  display: inline-block;
}
@media (min-width: 600px) {
  header, main, footer {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .coop-logo {
    width: 90px;
  }
  #intro h2 {
    font-size: 3rem;
  }
  .example-container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .example-item:nth-child(2) {
    min-width: 110px;
    display: flex;
    align-items: center;
    transform: translateY(-30px);
  }
  .example-item:nth-child(2) picture img {
    height: auto;
    max-height: 120px;
  }
  h3 {
    font-size: 2.3rem;
  }
  #description h4 {
    font-size: 2rem;
  }
  .flex-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  .package-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 1rem;
    border-radius: 6px;
    min-width: 0;
  }
  .package-box h4 {
    font-size: 1.8rem;
  }
  .package-box img {
    margin-top: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }
  p.small-text {
    font-size: 0.9rem;
    text-align: center;
  }
  .product-item {
    width: calc(33.333% - 30px);
  }
  .footer-links {
    flex-direction: row;
    justify-content: center;
  }
  .text-img {
    flex-direction: row;
    align-items: flex-start;
  }
  .text-l {
    flex: 2;
  }
  .img-r {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
  }
  #mottainai-lineup p.small-text {
    text-align: left;
    padding-bottom: 1em;
  }
  .modaal-content-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-height: 90vh;
    padding: 30px;
  }
  .sp-only {
    display: none;
  }
}
@media (min-width: 1024px) {}