@charset "UTF-8";
/* CSS Document */
/*----------------------
共通
----------------------*/
html {
  font-size: 62.5%;
  font-family: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: 4.2vw;
  line-height: 1.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
.inner {
  width: 100%;
  max-width: 375px;
  padding: 0 20px;
  margin: 0 auto;
}
.fs-small {
  font-size: 3.7vw;
}
.fc-gray {
  color: #6D6D6D;
}
.fc-red {
  color: #ea3727;
}
.ls-short {
  letter-spacing: -0.02em;
}
.mt-10 {
  margin-top: 10px;
}
.nowrap {
  white-space: nowrap;
}
.table {
  width: 100%;
}
.table dl dt {
  padding: 8px 10px 6px;
}
.table dl dd {
  padding: 8px 10px 6px;
  line-height: 1.4;
}
.table dl dt {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.table-yl dl dt {
  background: #E0C95D;
  border: 1px solid #E0C95D;
}
.table-yl dl dd {
  background: #fff;
  border: 1px solid #E0C95D;
  border-top: none;
}
.table-gr dl dt {
  background: #6FB8A3;
  border: 1px solid #6FB8A3;
}
.table-gr dl dd {
  background: #fff;
  border: 1px solid #6FB8A3;
  border-top: none;
}
.table-or dl dt {
  background: #FBB982;
  border: 1px solid #FBB982;
}
.table-or dl dd {
  background: #fff;
  border: 1px solid #FBB982;
  border-top: none;
}
.notice-list {
  font-size: 1.4rem;
  margin-left: 1em;
  text-indent: -1em;
  text-align: justify;
  letter-spacing: -0.02em;
}
.btn {
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn1 {
  width: calc(100% - 50px);
  max-width: 305px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #FBB982;
  color: #FBB982;
  font-size: 1.8rem;
  line-height: 1;
}
.btn1 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.btn1:hover {
  background: #FBB982;
  color: #fff;
}
.btn2 {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  display: flex;
  background: #FBB982;
  border: 2px solid #FBB982;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  padding-top: 2px;
}
.btn2 img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.btn2:hover {
  background: #EA7C27;
  border: 2px solid #EA7C27;
}
.title-or {
  width: 100%;
  padding: 10px 0 4px;
  margin: 80px auto 40px;
  border-top: 2px solid #EA7C27;
  border-bottom: 2px solid #EA7C27;
  color: #EA7C27;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.fin {
  position: relative;
  transform: translateZ(0);
}
.fin::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  pointer-events: none;
  z-index: 999;
}
/*----------------------
アニメーション
----------------------*/
.slide-up {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s ease-out 0.2s, opacity 0.4s ease-out 0.1s;
}
.slide-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*----------------------
ヘッダー
----------------------*/
.header_contact {
  position: fixed;
  top: 10px;
  right: 10px;
}
.header_contact {
  width: 160px;
  height: 32px;
  padding-top: 2.5px;
  border: 2px solid #EA7C27;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #EA7C27;
  line-height: 1;
  z-index: 999;
}
.header_contact:hover {
  background: #FFE5D0;
}
.header_contact img {
  height: 12px;
  object-fit: cover;
}
.header_logo {
  text-align: center;
  margin-top: 60px;
}
.header_logo img {
  width: 100%;
  object-fit: cover;
}
/*----------------------
メインビジュアル
----------------------*/
.mv img {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
/*----------------------
リード
----------------------*/
.lead {
  padding: 80px 0 0;
}
.lead_title h2 {
  text-align: center;
  font-size: 6.4vw;
  color: #EA7C27;
}
.lead_title_img {
  position: relative;
}
.lead_title_img img {
  width: 100%;
  object-fit: cover;
  margin: 40px auto 0;
}
.curve {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 19.66vw;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  z-index: -1;
}
.lead_discription {
  position: relative;
  background: linear-gradient(to bottom, #fbb982, rgba(251, 185, 130, 0));
  padding-top: calc(19.66vw + 60px);
  margin-top: calc(-19.66vw - 40px);
  z-index: -2;
}
.lead_discription_bg img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  height: 98.3vw;
  max-height: 56%;
  object-fit: cover;
  z-index: -1;
}
.lead_discription h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 5.3vw;
}
.lead_discription p {
  text-align: justify;
}
.lead_box {
  width: 100%;
  background: #fff;
  border: 2px solid #FBB982;
  padding: 10px;
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
}
.lead_box h4 {
  width: 100%;
  height: 24px;
  padding-top: 3.2px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBB982;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.lead_box span {
  font-size: 2.8rem;
  line-height: 1;
}
.lead_arrow {
  text-align: center;
  margin-top: 40px;
}
.lead_arrow img {
  width: 38px;
  object-fit: cover;
}
/*----------------------
商品紹介
----------------------*/
.sec-item h2 img {
  width: 160px;
  object-fit: cover;
  display: block;
  margin: 80px auto 40px;
}
.sec-item h3 {
  margin: 40px auto 20px;
  font-size: 6.4vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.sec-item h3 span {
  font-size: 1.8rem;
}
.sec-item01.sec-item h3 span {
  color: #E0C95D;
}
.sec-item02.sec-item h3 span {
  color: #6FB8A3;
}
.l-photo {
  text-align: center;
}
.l-photo img {
  width: 240px;
  object-fit: cover;
}
.m-photo {
  text-align: center;
}
.m-photo img {
  width: 240px;
  object-fit: cover;
  margin-top: 40px;
}
.sec-item02_content {
  padding: 40px 15px 20px;
  margin: 80px auto 60px;
  background: rgba(148, 207, 187, 0.3);
  border-radius: 20px;
  position: relative;
}
.sec-item02_content h3 {
  line-height: 1.5;
  margin: 0;
}
.sec-item02_content h3 span {
  display: block;
}
.sec-item02_content p {
  letter-spacing: 0.02em;
  text-align: justify;
}
.sec-item02_content_icon {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 80px;
  height: 80px;
}
.sec-item02_content .l-photo img {
  margin: 20px auto;
  border-radius: 10px;
}
.sec-item02_content .table {
  margin-top: 20px;
}
.sec-item02_content .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 20px;
}

.sec-item02_content .overlay span {
  color: #fff;
  font-size: 2.0rem;
  text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
  font-weight: bold;
  text-align: center;
}
.sec-item01_bg {
  background: linear-gradient(to bottom, rgba(248, 239, 157, 0), rgba(248, 239, 157, 1.0));
}
.sec-item02_bg {
  background: linear-gradient(to bottom, rgba(148, 207, 187, 0), rgba(148, 207, 187, 1.0));
}
.sec-item01_photo-bg {
  position: relative;
}
.sec-item01_photo-bg::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  width: 100%;
  height: 280px;
  background: #F8EF9D;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.sec-item02_photo-bg {
  position: relative;
}
.sec-item02_photo-bg::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  width: 100%;
  height: 280px;
  background: #94CFBB;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
/*----------------------
ショッピングバッグ
----------------------*/
.sec-bag img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.table-or {
  margin-bottom: 20px;
}
/*----------------------
コラボグッズ
----------------------*/
.sec-goods_types {
  display: inline-block;
  margin: 20px auto;
  border-bottom: 2px solid #EA7C27;
  color: #EA7C27;
  font-size: 2.0rem;
  font-weight: bold;
}
.sec-goods_types_wrap {
  text-align: center;
}
.sec-goods_types span {
  font-size: 2.4rem;
}
.sec-goods_lead {
  letter-spacing: -0.02em;
  text-align: justify;
}
.goods-list {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 10px;
  text-align: center;
  color: #6D6D6D;
  line-height: 1.25;
}
.goods-list1 {
  background: #E0C95D;
}
.goods-list2 {
  background: #F8EF9D;
}
.goods-list3 {
  background: #6FB8A3;
}
.goods-list4 {
  background: #B8E8D8;
}
.goods-list.goods-list4 {
  margin-bottom: 0;
}
.goods-list li {
  width: calc(50% - 5px);
  height: 220px;
  background: #fff;
}
.goods-list li:first-child {
  background: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.goods-list li:first-child h3 {
  font-size: 2.0rem;
  font-weight: bold;
}
.goods-list1 li:first-child {
  color: #fff;
  border: 1px solid #fff;
  background-image: url("../img/bg_goods-title01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list2 li:first-child {
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  background-image: url("../img/bg_goods-title02.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list3 li:first-child {
  color: #fff;
  border: 1px solid #fff;
  background-image: url("../img/bg_goods-title03.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list4 li:first-child {
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  background-image: url("../img/bg_goods-title04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list li img {
  width: 100%;
  object-fit: cover;
}
.goods-list_size {
  font-size: 1.0rem;
}
.goods-list_price {
  font-size: 1.2rem;
}
.goods-list_price span {
  font-size: 1.6rem;
}
.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  display: block;
  margin: auto;
  width: 80vw;
  max-width: 480px;
  max-height: 80vh;
}
.modal-caption {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  padding: 10px 5px;
  margin: 0 auto;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.modal-nav {
  position: absolute;
  top: calc(40vw + 80px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.modal-nav button {
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  padding: 0 10px;
}
/*----------------------
販売情報
----------------------*/
.sec-shop {
  line-height: 1.5;
}
.sec-shop h3 {
  width: 100%;
  padding: 6px 10px 3px;
  margin: 40px auto 20px;
  display: block;
  background: #FBB982;
  font-size: 2.0rem;
  font-weight: bold;
}
.sec-shop h3 span {
  font-size: 1.2rem;
  display: block;
}
.sec-shop h4 {
  margin: 20px auto 10px;
  font-size: 5.3vw;
  line-height: 1.3;
  color: #EA7C27;
  font-weight: bold;
}
.sec-shop h5 {
  padding: 6px 5px 3px;
  margin-bottom: 5px;
  background: #EA7C27;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.sec-shop li {
  margin-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
.shop_notice {
  margin-top: 10px;
}
.shop_box {
  border: 2px solid #FBB982;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.shop_box.shop_box_hw {
  margin-top: 0;
}
/*----------------------
フッター
----------------------*/
.footer_content a:hover {
  opacity: 0.6;
}
.footer_content {
  margin-top: 40px;
  padding: 40px 0 20px;
  border-top: 1px solid #000000;
}
.footer_menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_menu li {
  font-size: 1.2rem;
}
.footer_sns {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.footer_sns li a {
  display: block;
  width: 30px;
  height: 30px;
}
.footer_sns li a img {
  width: 30px;
  object-fit: cover;
}
.footer_copy {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
}
/*----------------------
固定ボタン
----------------------*/
.float {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.float a {
  display: block;
  width: 64px;
  height: 64px;
}
.float a img {
  width: 64px;
  height: 64px;
  transition: transform 0.3s ease;
  z-index: 999;
}
.float a img:hover {
  transform: translateY(-8px);
}
@media(min-width: 375px) {
  body {
    font-size: 1.6rem;
  }
  .fs-small {
    font-size: 1.4rem;
  }
  .btn1 {
    width: calc(100% - 30px);
  }
  .lead_title h2 {
    font-size: 2.4rem;
  }
  .lead_discription h3 {
    font-size: 2.0rem;
  }
  .sec-item h3 {
    font-size: 2.4rem;
  }
  .l-photo img {
    width: 280px;
  }
  .sec-shop h3 span {
    display: inline-block;
  }
  .sec-shop h4 {
    font-size: 2.0rem;
  }
}
@media(min-width: 767px) {
  /*----------------------
共通
----------------------*/
  body {
    font-size: 2.4rem;
  }
  .inner {
    width: 100%;
    max-width: 576px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .fs-small {
    font-size: 2.1rem;
  }
  .mt-10 {
    margin-top: 15px;
  }
  .table dl dt {
    padding: 12px 15px 9px;
  }
  .table dl dd {
    padding: 12px 15px 9px;
  }
  .table-yl dl dt {
    border: 1.5px solid #E0C95D;
  }
  .table-yl dl dd {
    border: 1.5px solid #E0C95D;
  }
  .table-gr dl dt {
    border: 1.5px solid #6FB8A3;
  }
  .table-gr dl dd {
    border: 1.5px solid #6FB8A3;
    border-top: none;
  }
  .table-or dl dt {
    border: 1.5px solid #FBB982;
  }
  .table-or dl dd {
    border: 1.5px solid #FBB982;
  }
  .notice-list {
    font-size: 2.1rem;
  }
  .btn {
    border-radius: 12px;
  }
  .btn1 {
    width: calc(100% - 45px);
    max-width: 457.5px;
    height: 90px;
    border: 3px solid #FBB982;
    font-size: 2.7rem;
  }
  .btn1 a {
    padding-top: 6px;
  }
  .btn2 {
    height: 90px;
    margin-top: 16px;
    border: 3px solid #FBB982;
    padding-top: 3px;
  }
  .btn2 img {
    width: 18px;
    height: 18px;
    margin-left: 7.5px;
  }
  .btn2:hover {
    border: 3px solid #EA7C27;
  }
  .title-or {
    padding: 15px 0 6px;
    margin: 90px auto 60px;
    border-top: 3px solid #EA7C27;
    border-bottom: 3px solid #EA7C27;
    font-size: 3.6rem;
  }
  /*----------------------
ヘッダー
----------------------*/
  .header_contact {
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .header_contact {
    width: 240px;
    height: 48px;
    padding-top: 3.75px;
    border: 3px solid #EA7C27;
    border-radius: 12px;
    gap: 7.5px;
  }
  .header_contact img {
    height: 18px;
  }
  .header_logo {
    margin-top: 90px;
  }
  /*----------------------
リード
----------------------*/
  .lead {
    padding: 120px 0 0;
  }
  .lead_title h2 {
    font-size: 3.6rem;
  }
  .lead_title_img img {
    margin: 60px auto 0;
  }
  .lead_discription {
    padding-top: calc(19.66vw + 90px);
  }
  .lead_discription_bg img {
    max-width: 562.5px;
    height: 98.3vw;
    max-height: 56%;
  }
  .lead_discription h3 {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
  .lead_discription p {
    padding: 0 15px;
  }
  .lead_box {
    border: 3px solid #FBB982;
    padding: 15px;
    margin: 60px auto;
  }
  .lead_box h4 {
    height: 36px;
    margin-bottom: 15px;
  }
  .lead_box span {
    font-size: 4.2rem;
  }
  .lead_arrow img {
    width: 57px;
    object-fit: cover;
  }
  /*----------------------
商品紹介
----------------------*/
  .sec-item h2 img {
    width: 240px;
    margin: 120px auto 60px;
  }
  .sec-item h3 {
    margin: 60px auto 30px;
    font-size: 3.6rem;
  }
  .sec-item h3 span {
    font-size: 2.7rem;
  }
  .l-photo img {
    width: 360px;
  }
  .m-photo img {
    width: 360px;
    margin-top: 60px;
  }
  .sec-item02_content {
    padding: 60px 22.5px 30px;
    margin: 120px auto 90px;
    border-radius: 30px;
  }
  .sec-item02_content_icon {
    position: absolute;
    top: -30px;
    left: -15px;
    width: 120px;
    height: 120px;
  }
  .sec-item02_content .l-photo img {
    margin: 30px auto;
    border-radius: 15px;
  }
  .sec-item02_content .table {
    margin-top: 30px;
  }
.sec-item02_content .overlay span {
  font-size: 2.4rem;
}
  .sec-item01_photo-bg::before {
    height: 420px;
  }
  .sec-item02_photo-bg::before {
    height: 420px;
  }
  /*----------------------
ショッピングバッグ
----------------------*/
  .sec-bag img {
    margin-bottom: 30px;
  }
  .table-or {
    margin-bottom: 30px;
  }
  .sec-bag .notice-list li span.ls-short {
    letter-spacing: 0;
  }
  /*----------------------
コラボグッズ
----------------------*/
  .sec-goods_types {
    margin: 30px auto;
    border-bottom: 3px solid #EA7C27;
    font-size: 3.0rem;
  }
  .sec-goods_types span {
    font-size: 3.6rem;
  }
  .goods-list {
    padding: 15px;
    margin-bottom: 30px;
    gap: 15px;
    border-radius: 15px;
  }
  .goods-list li {
    width: calc(50% - 7.5px);
    height: 330px;
  }
  .goods-list li:first-child {
    gap: 30px;
  }
  .goods-list li:first-child h3 {
    font-size: 3.0rem;
  }
  .goods-list1 li:first-child {
    border: 1.5px solid #fff;
  }
  .goods-list2 li:first-child {
    border: 1.5px solid #6D6D6D;
  }
  .goods-list3 li:first-child {
    border: 1.5px solid #fff;
  }
  .goods-list4 li:first-child {
    border: 1.5px solid #6D6D6D;
  }
  .goods-list li img {
    height: 228.75px;
  }
  .goods-list_size {
    font-size: 1.5rem;
  }
  .goods-list_price {
    font-size: 1.8rem;
  }
  .goods-list_price span {
    font-size: 2.4rem;
  }
  .modal-close {
    right: calc(50% - 240px);
  }
  .modal-nav {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
  }
  .modal-nav button {
    font-size: 48px;
  }
  /*----------------------
販売情報
----------------------*/
  .sec-shop h3 {
    padding: 9px 15px 4.5px;
    margin: 60px auto 30px;
    font-size: 3.0rem;
  }
  .sec-shop h3 span {
    font-size: 1.8rem;
  }
  .sec-shop h4 {
    margin: 30px auto 15px;
    font-size: 3.0rem;
  }
  .sec-shop h5 {
    padding: 9px 10px 4.5px;
    margin-bottom: 7.5px;
    font-size: 2.4rem;
  }
  .shop_notice {
    margin-top: 15px;
  }
  .shop_box {
    border: 3px solid #FBB982;
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
  }
  .shop_box.shop_box_hw {
    margin-top: 0;
  }
  /*----------------------
フッター
----------------------*/
  .footer_content {
    margin-top: 60px;
    padding: 60px 0 30px;
    border-top: 1.5px solid #000000;
  }
  .footer_menu {
    justify-content: space-around;
  }
  .footer_menu li {
    font-size: 1.8rem;
  }
  .footer_sns {
    margin: 30px auto;
    gap: 60px;
  }
  .footer_sns li a {
    width: 45px;
    height: 45px;
  }
  .footer_sns li a img {
    width: 45px;
  }
  .footer_copy {
    font-size: 1.8rem;
  }
  /*----------------------
固定ボタン
----------------------*/
  .float {
    bottom: 15px;
    right: 15px;
  }
  .float a {
    display: block;
    width: 90px;
    height: 90px;
  }
  .float a img {
    width: 90px;
    height: 90px;
  }
}