@charset "UTF-8";
.newProducts {
  --primary-color: #73b4b0;
  --secondary-color: #c7b54f;
  --text-color: #3f1f0c;
  --heading-color: #304447;
  --border-color: #304447;
  --background-color: #f3f3f2;
  --box-color: #d4e2e5;
  color: var(--text-color);
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box !important;
}

.newProducts * {
  box-sizing: border-box !important;
}

.serif {
  font-family:
    游明朝, "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.newProducts .newProducts-leadBox {
  max-width: 1024px;
  margin-bottom: 60px;
  padding: 40px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newProducts .newProducts-leadBox {
    padding: 0 16px;
    margin-top: 40px;
  }
}

.newProducts-headingHero {
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: 24px auto 80px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .newProducts-headingHero {
    margin: 16px auto 24px auto;
  }
}

.newProducts .newProducts-leadHeading {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  gap: 24px;
  margin: 0;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .newProducts .newProducts-leadHeading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.newProducts p.newProducts-leadBody {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .newProducts p.newProducts-leadBody {
    font-size: 14px;
    line-height: 1.8;
  }
}

.newProducts-slider {
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newProducts-slider {
    max-width: 300px;
  }
}

.newProducts-sliderImg {
  position: relative;
  max-width: 800px;
  width: 100%;
  color: #fff;
}

.newProducts .newProducts-conceptBox {
  max-width: 960px;
  width: 100%;
  margin-bottom: 60px;
  padding: 64px;
  background-color: var(--box-color);
}
@media screen and (max-width: 768px) {
  .newProducts-conceptBox {
    padding: 24px;
  }
}

.newProducts-menu {
  margin-bottom: 60px;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newProducts-menu {
    padding: 0 16px;
  }
}

.newProducts-menuHeading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .newProducts-menuHeading {
    font-size: 18px;
  }
}

.newProducts-menuList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .newProducts-menuList {
    flex-direction: column;
    gap: 8px;
  }
}

li.newProducts-menuItem {
  width: 100%;
}

a.newProducts-menuBtn {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
}

.newProducts-itemSec {
}

@media screen and (max-width: 768px) {
  .newProducts-itemSec {
    /* padding: 0 16px; */
    /* margin-bottom: 48px; */
  }
}

.newProducts-secHeading {
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  padding: 16px;
  font-weight: 24px;
  margin-bottom: 40px;
}

.newProducts-item {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .newProducts-item {
    margin-bottom: 64px;
  }
}

.newProducts-itemBlockHeading {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newProducts-itemBlockHeading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.newProducts-itemHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .newProducts-itemHeading {
    gap: 32px;
  }
}

.newProducts-itemHeading img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .newProducts-itemHeading img {
    width: 100px;
  }
}

.newProducts-itemName {
  font-size: 40px;
  text-align: center;
}

.newProducts-itemNameEn {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 768px) {
  .newProducts-itemName {
    font-size: 18px;
    text-align: center;
  }

  .newProducts-itemNameEn {
    font-size: 12px;
    display: block;
  }
}

.newProducts-itemBody {
  margin-top: 40px;
  padding: 0 60px;
}

.newProducts-itemLead {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
  width: 100%;
}

.newProducts-itemDesc {
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemLead {
    font-size: 16px;
  }
  .newProducts-itemBody {
    padding: 20px;
  }
}

.newProducts-itemImgList {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemImgList {
    margin-top: 40px;
    gap: 32px;
    flex-direction: column;
    align-items: center;
  }
}

.newProducts-itemImgBlock {
  position: relative;
  width: calc((100% - 36px) / 3);
}

@media screen and (max-width: 768px) {
  .newProducts-itemImgBlock {
    width: 60%;
  }
}

.newProducts-itemImgBlock img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.newProducts-itemImgCap {
  margin-top: 12px;
  font-size: 14px;
}

.newProducts-itemDetailBlock {
  background-color: var(--box-color);
  color: #666;
  padding: 60px 40px;
  gap: 40px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemDetailBlock {
    padding: 24px 16px;
    gap: 20px;
    width: 95%;
  }
}

.newProducts-itemAnchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemAnchorList {
    gap: 24px;
  }
}
.newProducts-itemAnchorList li {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemAnchorList li {
    width: 140px;
  }
}
.newProducts-itemAnchorList li img {
  width: 100%;
}

.newProducts-itemAnchorBlock {
  text-align: center;
  display: block;
}

.newProducts-itemAnchorName {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .newProducts-itemAnchorName {
    font-size: 14px;
  }
}

.newProducts-itemAnchorPrice {
  font-size: 14px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemAnchorPrice {
    font-size: 12px;
  }
}

.newProducts-itemAnchorComing {
  margin-top: 12px;
}

.newProducts-itemDetail {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemDetail {
    padding: 20px 10px;
    gap: 20px;
  }
}

.newProducts-itemDetailData {
  display: grid;
  grid-template-columns: 80px 1fr;
  row-gap: 8px;
  font-size: 12px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemDetailData div {
    font-size: 12px;
  }
}
.newProducts-itemMovieBlock {
  margin-top: 64px;
}

.newProducts-itemInfoBlock {
  background-color: #fbf2e3;
  color: #666;
  padding: 60px 40px;
  margin-top: 48px;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .newProducts-itemInfoBlock {
    padding: 24px 16px;
  }
}

.newProducts-itemInfo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .newProducts-itemInfo {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.newProducts-itemInfoImg {
  width: 200px;
  height: auto;
}

.newProducts-itemInfoImg.kotte {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .newProducts-itemInfoImg {
    width: 140px;
  }
  .newProducts-itemInfoImg.kotte {
    width: 280px;
  }
}

.newProducts-itemInfoBody {
  flex: 1;
}

.newProducts-itemInfoBody h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.newProducts-itemInfoBody p {
  line-height: 2;
  font-size: 14px;
  margin-top: 12px;
}

.newProducts-footerBox {
  max-width: 1024px;
  margin-bottom: 60px;
  padding: 40px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newProducts-footerBox {
    padding: 0 16px;
    margin-top: 40px;
  }
}

.newProducts p.newProducts-footerBody {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newProducts p.newProducts-footerBody {
    font-size: 14px;
    line-height: 1.8;
  }
}

.youtube {
  width: min(80vw, 800px);
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.newProducts-btnBlock {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .newProducts-btnBlock {
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }
}

.newProducts-btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  padding: 0 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  background-color: var(--primary-color);
  text-decoration: none;
  transition:
    background-color 0.15s ease-in-out,
    color 0.15s ease-in-out;
} /*# sourceMappingURL=bon2022.css.map */
