@charset "utf-8";

:root {
  --bg: #fff;
  --navy: #17235f;
  --gold: #bd8842;
  --ink: #211a18;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

.monde-feature {
  width: min(100%, 1105px);
  margin-inline: auto;
  padding: 0 10px 24px;
  overflow: hidden;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.award-hero {
  position: relative;
  height: 405px;
}

.award-hero__medal {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 205px;
  object-fit: contain;
}

.award-hero__copy h1 {
  position: absolute;
  top: 26px;
  left: 194px;
  z-index: 2;
  width: 870px;
  margin: 0;
  color: var(--navy);
  font-size: 51px;
  line-height: 1.38;
  letter-spacing: .02em;
}

.award-hero__copy h1 strong {
  font-weight: inherit;
}

.award-hero__copy p {
  position: absolute;
  top: 232px;
  left: 5px;
  margin: 0;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.9;
  white-space: nowrap;
}

.award-hero__photo {
  position: absolute;
  top: 108px;
  left: 645px;
  width: 410px;
  height: 252px;
  object-fit: cover;
}

.product-section {
  position: relative;
  height: 785px;
  padding: 0;
  border-bottom: 2px solid rgb(33 26 24 / 85%);
}

.product-section+.product-section {
  height: 850px;
  padding-top: 94px;
  border-bottom: 0;
}

.section-heading {
  position: relative;
  z-index: 5;
  background: transparent;
  padding: 0;
}

.section-heading p {
  margin: 0 0 34px;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.5;
  white-space: nowrap;
}

.product-grid {
  position: absolute;
  inset: 140px 0 auto;
  height: 570px;
}

.product-grid--reverse {
  top: 245px;
}

.product-copy {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}

.award-name {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 410px;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.award-name img {
  width: 70px;
  height: 110px;
  object-fit: contain;
}

.product-copy h3 {
  width: 380px;
  margin: 8px 0 54px;
  padding: 14px 20px 16px;
  color: #fff;
  background: var(--navy);
  font-size: 36px;
  line-height: 1.15;
      font-family: "Yu Gothic", Meiryo, sans-serif;
}

.product-copy h3 small {
  display: block;
  margin-bottom: 6px;
  font-size: .55em;
  font-weight: 400;
  letter-spacing: .18em;
  text-align: center;
}

.product-copy p {
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85;
}

.product-visual {
  position: absolute;
  top: -85px;
  right: 0;
  width: 650px;
  height: 600px;
}

.product-visual .main-product {
  position: absolute;
  z-index: 1;
  object-fit: contain;
}

.product-visual--cookie .main-product {
  inset: 0 8% auto 0;
  width: 78%;
  height: 420px;
}

.decor,
.package {
  position: absolute;
  z-index: 2;
  object-fit: contain;
}

.decor--crane {
  top: 45px;
  right: -2%;
  width: 30%;
}

.package--cookie {
  right: -1%;
  bottom: 0;
  width: 61%;
}

.product-visual--momiji {
  top: -28px;
  left: 360px;
  width: 610px;
  height: 435px;
  transform: rotate(-3deg);
  background: #fff;
}

.product-visual--momiji .main-product {
  inset: 10% 4% auto 7%;
  width: 76%;
  height: 390px;
}

.decor--chef {
  z-index: 3;
  right: -9%;
  top: 17%;
  width: 28%;
  transform: rotate(3deg);
}

.package--momiji {
  right: -11%;
  bottom: -29%;
  width: 54%;
  transform: rotate(3deg);
}

.product-section--momiji .product-copy {
  top: 88px;
  left: 0;
  width: 525px;
  padding: 0;
}

.product-section--momiji .product-copy h3 {
  margin-bottom: 26px;
}

.order-button {
  position: absolute;
  left: 50%;
  bottom: 56px;
  display: block;
  width: 350px;
  margin: 0;
  padding: 12px 18px;
  color: #fff;
  background: var(--gold);
  border: 2px solid var(--gold);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%);
  transition: .2s ease;
}

.order-button:hover,
.order-button:focus-visible {
  color: var(--gold);
  background: #fff;
  outline: 3px solid var(--navy);
  outline-offset: 2px;
  transform: translate(-50%, -2px);
}

/*
 * Momiji section uses normal document flow. Nothing in this section relies on
 * a fixed page coordinate, so copy, artwork and the CTA cannot overlap.
 */
.product-section.product-section--momiji {
  height: auto;
  min-height: 850px;
  padding: 94px 0 28px;
}

.product-section--momiji .product-grid--reverse {
  position: static;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  grid-template-areas: "copy visual";
  column-gap: 20px;
  align-items: start;
  height: auto;
  min-height: 0;
  margin-top: 28px;
}

.product-section--momiji .product-copy {
  position: static;
  grid-area: copy;
  width: auto;
  padding: 0;
}

.product-section--momiji .product-visual--momiji {
  position: relative;
  inset: auto;
  grid-area: visual;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  transform: none;
}

.momiji-visual-top,
.momiji-visual-bottom {
  display: block;
  height: auto;
  object-fit: contain;
}

.momiji-visual-top {
  width: 84%;
}

.product-section--momiji .order-button {
  position: static;
  transform: none;
  margin: 22px auto 0;
}

.product-section--momiji .product-title-image {
  width: 377px;
  margin: 8px 0 28px;
  padding: 0;
  background: transparent;
}

.product-section--momiji .product-title-image img {
  width: 100%;
}

.momiji-description {
  display: grid;
  grid-template-columns: minmax(0, 690px) 256px;
  gap: 22px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85;
}

.momiji-description p {
  margin: 0 0 18px;
}

.momiji-description .momiji-visual-bottom {
  width: 100%;
}

.product-section--momiji .order-button:hover,
.product-section--momiji .order-button:focus-visible {
  transform: translateY(-2px);
}

@media (max-width: 1105px) {
  .monde-feature {
    padding-inline: 16px;
  }

  .award-hero {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 16px;
    height: auto;
    padding-bottom: 44px;
  }

  .award-hero__copy {
    display: contents;
  }

  .award-hero__medal {
    position: static;
    width: 86px;
    height: 130px;
  }

  .award-hero__copy h1 {
    position: static;
    width: auto;
    margin: 14px 0 18px;
    font-size: clamp(25px, 6vw, 40px);
  }

  .award-hero__copy p {
    position: static;
    grid-column: 1 / -1;
    font-size: clamp(15px, 2.6vw, 21px);
    white-space: normal;
  }

  .award-hero__photo {
    position: static;
    grid-column: 1 / -1;
    width: 82%;
    height: auto;
    margin-top: 0;
    justify-self: end;
  }

  .product-section+.product-section {
    padding-top: 58px;
  }

  .section-heading p {
    margin-bottom: 18px;
    font-size: clamp(25px, 5vw, 41px);
    white-space: normal;
  }

  .section-heading h2 {
    font-size: clamp(20px, 4.2vw, 34px);
    white-space: normal;
  }

  .product-section,
  .product-section+.product-section {
    height: auto;
    padding-bottom: 56px;
  }

  .product-grid,
  .product-grid--reverse {
    position: static;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .product-grid--reverse .product-visual {
    order: 2;
  }

  .product-grid--reverse .product-copy {
    order: 1;
  }

  .product-copy,
  .product-section--momiji .product-copy {
    position: static;
    width: 100%;
    padding-top: 14px;
  }

  .award-name,
  .product-copy h3 {
    width: 100%;
  }

  .product-copy h3 {
    margin-bottom: 22px;
  }

  .product-copy p br {
    display: none;
  }

  .product-visual,
  .product-visual--momiji {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(112vw, 560px);
  }

  .product-visual--momiji {
    margin-top: 18px;
    height: min(98vw, 500px);
  }

  .product-section--momiji .product-copy {
    padding: 18px 0 0;
  }

  .product-visual--momiji .main-product {
    height: 70%;
  }

  .package--momiji {
    bottom: -20%;
  }

  .order-button {
    position: static;
    width: min(76%, 350px);
    margin: 36px auto 0;
    font-size: clamp(22px, 6vw, 35px);
    transform: none;
  }

  .order-button:hover,
  .order-button:focus-visible {
    transform: translateY(-2px);
  }

  .product-section.product-section--momiji {
    min-height: 0;
    padding-top: 58px;
  }

  .product-section--momiji .product-grid--reverse {
    display: flex;
    min-height: 0;
    margin-top: 18px;
  }

  .product-section--momiji .product-copy {
    order: 1;
  }

  .product-section--momiji .product-visual--momiji {
    order: 2;
    height: auto;
  }

  .product-section--momiji .momiji-visual-top {
    width: 100%;
  }

  .momiji-description {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .momiji-description .momiji-visual-bottom {
    width: 58%;
    margin-left: auto;
  }

  .product-section--momiji .product-title-image,
  .momiji-description {
    width: 100%;
  }
}
@media (max-width: 640px) {
    .product-copy h3 {
      font-size: 7vw;
    }
    .award-name span{
      font-size: 5vw;
    }
}
/*-----------------------------------------------------
item_sec
------------------------------------------------------*/
.item_sec {
    position: relative;
    width: min(96%, 1200px);
    margin-inline: auto;
    overflow: hidden;
}
.item_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 5%; 
	row-gap: 0.5rem;
    margin-top: 1rem;
}

.qty_wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.qty_wrap input[type="text"] {
  width: 35px !important;
  text-align: center;
  border: none !important;
  outline: none;
  font-size: 16px;
  height: 18px;
}

.qty_btn {
  width: 26px;
  height: 26px;
  font-size: 16px;
  background: #f5f5f5;
  color: #333;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.qty_btn:hover {
  background: #ddd;
}
.cartjs_box {
    margin-top: 0px !important;
}
.cartjs_product_img {
    float: none;
    width: 100% !important;
    margin-left: -2%;
    margin-right: 5%;
}
.cartjs_cart_in {
    margin-left: 0% !important;
    width: 100% !important;
    text-align: left !important;
}
.cartjs_product_table {
    width: 100% !important;
    margin: 10px auto 0 !important;
    padding: 5px auto !important;
    float: none !important;
}
.cartjs_sales_price th,
.cartjs_product_num th,
.cartjs_option.cartjs_cart_in th{
    display: none;
}
.cartjs_sales_price td,
.cartjs_product_num td,
.cartjs_option.cartjs_cart_in td{
    width:100% !important;
}
.cartjs_product_name,
.cartjs_sales_price td{
    font-weight: normal !important;
    font-size: 1.0rem !important;
}

.cartjs_cart_in input[type="submit"] {
    width: 100%!important;
    height: 38px!important;
    margin-bottom: 0!important;
    background-color: #bd8842!important;
}

@media screen and (max-width: 768px) {


.item_list {
    display: block;
    grid-template-columns: 1fr;
    column-gap: 0%;
    row-gap: 0rem;
}

.cartjs_product_form{
  display:flex !important;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

/* 左：画像 */
.cartjs_product_img{
  flex:0 0 40%;
  margin:0 !important;
  text-align:center !important;
}

/* 右：画像以外をまとめた塊 */
.cartjs_right_group{
  flex:1 1 50%;
  margin:0 !important;
  text-align:left !important;
}

/* 右側内部の体裁 */
.cartjs_right_group .cartjs_cart_in,
.cartjs_right_group .cartjs_product_table{
  width:auto !important;
  margin:0.5rem 0 0!important;
}
.cartjs_right_group .cartjs_product_table table{
  width:100% !important;
  margin:0 !important;
}

.qty_wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.qty_wrap input[type="text"] {
  width: 35px !important;
  text-align: center;
  border: none !important;
  outline: none;
  font-size: 16px;
  height: 18px;

}

.qty_btn {
  width: 26px;
  height: 26px;
  font-size: 16px;

  background: #f5f5f5;
  color: #333;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.qty_btn:hover {
  background: #ddd;
}
.cartjs_box {
    margin-top: 15px !important;
    padding: 0 !important;
}
.cartjs_sales_price th,
.cartjs_product_num th,
.cartjs_option.cartjs_option1 th{
    display: none;
}
.cartjs_cart_in input[type="submit"] {
    width: 100%!important;
    height: 30px!important;
    background-color: #db7a16!important;

}
.cartjs_cart_in{
    text-align: left!important;
}

.cartjs_product_name,
.cartjs_sales_price td{
    font-weight: normal !important;
    font-size: 1.0rem !important;
}
.cartjs_right_group .cartjs_product_table{
    width: 100%!important;
    padding: 0!important;

}
.cartjs_sales_price td,
.cartjs_product_num td,
.cartjs_option.cartjs_cart_in td{
    padding: 2px 0!important;
}
.item_sec .box{
  padding:0 0 1rem;
  margin-bottom:1rem;
  border-bottom:1px solid #ccc;
}
}
