@charset "utf-8";

/* CSS Document */
/*====================
property
====================*/
:root {
  --blue01: #318dff;
  --gold01: #bb9c48;
  --gray01: #d2d2d2;
  --winterblue: #6398af;
  --orange01: #ec9339;
  --springpink:#e5a1ac;
  --mv-bg-path: url("../img/mv_bg_sp.png");
  --mv-bg-spHeight: 616vw;
  --mv-bg-spWidth: 375;
}
.l-main,
.l-modal-wrap {
  margin-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m-image .prouct-image {
  width: 190px;
}
li:last-child .m-image .prouct-image {
  width: 134px;
}
.w-auto {
  width: auto!important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none!important;
  }
}

/*====================
mv
====================*/
.l-mv-wrapper {
  position: relative;
  margin-bottom: 91px;
  padding-top: 36.6%;
  background: url("../img/mv_bg.png") center center / cover no-repeat;
}
.l-mv {
  max-width: 1096px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-wrapper {
    position: relative;
    height: calc(var(--mv-bg-spHeight) / var(--mv-bg-spWidth) * 100);
    margin-bottom: 67px;
    padding: 0;
    background: var(--mv-bg-path) center center / cover no-repeat;
  }
  .m-image .prouct-image {
    width: auto;
  }
}

/*====================
Pick Up Items
====================*/
.l-products {
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 120px;
}
.l-products::before {
  content: "" ;
  position: absolute;
  top: 55px;
  left: -128px;
  width: 280px;
  height: 153px;
  background-image: url("../img/products_bg.png");
  background-repeat: no-repeat;
}
.index .l-products::before {
  left: -83px;
  width: 230px;
  height: 153px;
}
.l-products h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 66px;
  margin-left: 30px;
}
.l-products ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}
.index .l-products ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
/*edit of 10 28 23 || edit of 11 24 24 - make 4 columns PC */ 
.index .l-products ul.mod {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* end of edit*/
.l-products ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  position: relative;
  height: 380px;
  background-size: cover;
  cursor: pointer;
}
.l-products ul li a {
  color: inherit;
  text-decoration: none;
}
.l-products ul li::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  transition: all .3s ease;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* hover effects?? */
.l-products ul li:not(:last-child):hover::before {
  opacity: .2;
}
.index .l-products ul li:hover::before,
.is-matcha .l-products ul li:hover::before {
  opacity: .2;
}

/* edit 10-26-23 pc || edit 11 24 2023 - add grid columns*/

.item-01{
  grid-column: 1;
}

.item-02{
  grid-column: 2;
}

.item-03{
  grid-column: 3;
}

.item-04{
  grid-column: 4;
}

.item-05 {
  grid-column: 1;
}

.item-06 {
  grid-column: 2;
}

.item-07 {
  grid-column: 3;
}

.item-01 a, .item-02 a,
.item-03 a, .item-04 a{
  width: 100% !important;
  height: 100% !important;
}

.index .l-products .mod li:nth-child(1),
.index .l-products .mod li:nth-child(3),
.index .l-products .mod li:nth-child(6), 
.index .l-products .mod li:nth-child(8) {
  background-image: url(/products/brand/global/choco/assets/img/products_bg_02.png);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--gold01);
  color: #fff;
}

.index .l-products .mod li:nth-child(5) {
  background-image: none;
  background-color: #fff;
  color: #000;
}
/*end of edit*/

.l-products ul li:nth-child(1),
.l-products ul li:nth-child(3),
.l-products ul li:nth-child(6),
.l-products ul li:nth-child(8) {
  background-color: var(--gold01);
  color: #fff;
}
.index .l-products ul li:nth-child(1),
.index .l-products ul li:nth-child(3),
.index .l-products ul li:nth-child(5),
.index .l-products ul li:nth-child(8) {
  background-image: url(/products/brand/global/choco/assets/img/products_bg_02.png);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--gold01);
  color: #fff;
}
.index .l-products ul li:nth-child(2),
.index .l-products ul li:nth-child(4),
.index .l-products ul li:nth-child(6),
.index .l-products ul li:nth-child(7) {
  background-image: none;
  background-color: #fff;
  color: #000;
}
.l-products ul li:nth-child(8) {
  position: relative;
  overflow: hidden;
  cursor: inherit;
}
.l-products ul li:last-child::after {
  background-image: none;
}
.l-products ul li:last-child::after {
  content: "" ;
  position: absolute;
  right: -49px;
  bottom: -29px;
  width: 261px;
  height: 153px;
  background-image: url("../img/products_08.png");
}
.l-products ul li p {
  height: fit-content;
  min-height: calc(1em * 1.5 * 3);
  margin-top: 39px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.l-products ul li .m-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 165px;
  margin: auto;
}
.l-products ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url("../img/products_icon.png");
}
.index .l-products ul li:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url("../img/products_icon.png");
}
/*
  edit nov 6 2023
*/
.index .l-products ul.mod li:after {
  content: none;
}

.index .l-products ul.mod li a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url("../img/products_icon.png");
}
/* additional - meltykiss discontinuation */
.warning {
  text-align: center;
  font-size: 22px;
}

.is-meltykiss .l-products-wrapper ul li .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center ;
}

.is-meltykiss .l-products-wrapper ul li .title .notice {
  display: inline-block;
  margin: 10px auto 0;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #D3D3D3;
  text-align: center;
}
/*
  end of edit
*/

@media screen and (min-width: 1161px) {
  /* edit nov 12 2024 comment-out*/
  /* .index .l-products ul li:nth-child(2) .m-image {
    height: 230px;
    margin-top: -20px;
  } */
  /* end of edit */
  .item-02 .m-image{
    height: 165px !important;
    margin-top: unset !important;
  }
  
}
@media screen and (max-width: 1160px) {
  .l-products ul li p {
    font-size: 18px;
  }
  .l-products ul li .m-image {
    width: 200px;
    height: 132px;
  }
  /* .index .l-products ul li:nth-child(2) .m-image {
    height: 170px;
    margin-top: -18px;
  } */
  .item-02 .m-image{
    height: 132px !important;
    margin-top: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .l-products h2 {
    margin-left: 20px;
  }
  .l-products h2 img {
    width: 50%;
    max-width: 300px;
  }
  .l-products ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .index .l-products::before {
    top: 32px;
    left: 0;
    width: 121px;
    height: 90px;
    background: url(../img/products_bg_sp.png) no-repeat;
    background-size: contain;
  }

  /* edit 11 24 2023 */
  .index .l-products ul {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .l-products ul li {
    height: 210px;
  }
  /* edit 10 26 2023 sp*/
  .item-01, .item-02, .item-03, .item-04{
    /* grid-column: 1/2; */
  }
  .item-04{
    /* background-image: none !important;
    background-color: #fff !important;
    color: #000 !important; */
  }
  
  
  .item-03{
    /* background-image: url(/products/brand/global/choco/assets/img/products_bg_02.png) !important;
    background-position: left bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: var(--gold01) !important;
    color: #fff !important; */
  }

  .index .l-products .mod {
    grid-template-columns: 1fr 1fr !important;
  }

  /* .l-products ul.mod {
    grid-template-columns: 1fr 1fr !important;
  } */

  .index .l-products .mod li:nth-child(even) {
    grid-column: 2;
    /* background-image: none !important;
    background-color: #fff !important;
    color: #000 !important; */
  }
  .index .l-products .mod li:nth-child(odd) {
    grid-column: 1;
  }

  .index .l-products .mod li:nth-child(2), 
  .index .l-products .mod li:nth-child(3),
  .index .l-products .mod li:nth-child(6),
  .index .l-products .mod li:nth-child(7){
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
  }
  

  .index .l-products .mod li:nth-child(1), 
  .index .l-products .mod li:nth-child(4), 
  .index .l-products .mod li:nth-child(5) {
    background-image: url(/products/brand/global/choco/assets/img/products_bg_02.png) !important;
    background-position: left bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: var(--gold01) !important;
    color: #fff !important;
  }


  .item-02 .m-image{
    height: 100px !important;
    margin-top: unset !important;
  }
  /*end of edit*/
  .l-products ul li p {
    margin-top: 20px;
    font-size: 12px;
  }
  .l-products ul li .m-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    height: 100px;
  }
  /* .index .l-products ul li:nth-child(1) .m-image,
  .index .l-products ul li:nth-child(2) .m-image {
    height: 130px;
    margin-top: -12px;
  } */
  .l-products ul li:nth-child(1),
  .l-products ul li:nth-child(4),
  .l-products ul li:nth-child(5),
  .l-products ul li:nth-child(8) {
    background-color: var(--gold01);
    color: #fff;
  }
  .l-products ul li:nth-child(2),
  .l-products ul li:nth-child(3),
  .l-products ul li:nth-child(6),
  .l-products ul li:nth-child(7) {
    background-image: none;
    background-color: #fff;
    color: #000;
  }
  .index .l-products ul li:nth-child(1),
  .index .l-products ul li:nth-child(3),
  .index .l-products ul li:nth-child(5),
  .index .l-products ul li:nth-child(7) {
    background-image: url(/products/brand/global/choco/assets/img/products_bg_02.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--gold01);
    color: #fff;
  }
  .index .l-products ul li:nth-child(2),
  .index .l-products ul li:nth-child(4),
  .index .l-products ul li:nth-child(6),
  .index .l-products ul li:nth-child(8) {
    background-image: none;
    background-color: #fff;
    color: #000;
  }
}

/*====================
Lineup
====================*/
.l-lineup {
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 150px;
}
.l-lineup::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -128px;
  width: 280px;
  height: 153px;
  background-image: url(../img/products_bg.png);
  background-repeat: no-repeat;
}
.index .l-lineup::before {
  left: -83px;
  width: 230px;
  height: 153px;
}
.l-lineup h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
  margin-left: 30px;
}
.l-lineup ul {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
.l-lineup .recommend {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.l-lineup ul.kinotake {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.l-lineup ul li {
  list-style: none;
  max-height: 550px;
}
.l-lineup ul li a.is-disable {
  pointer-events: none;
}
.l-lineup ul li a .m-image {
  position: relative;
  width: fit-content;
}
.l-lineup ul li a:not(.is-disable) .m-image:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .3s ease;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-lineup ul li a:not(.is-disable):hover .m-image::before {
  opacity: .2;
}

@media screen and (max-width: 767px) {
  .l-lineup {
    margin-bottom: 113px;
  }
  .index .l-lineup::before {
    top: 50px;
    left: 0;
    width: 111px;
    height: 125px;
    background: url(../img/products_bg_sp.png) no-repeat;
    background-size: contain; 
  }
  .l-lineup h2 {
    margin-left: 20px;
  }
  .l-lineup h2 img {
    width: 50%;
    max-width: 300px;
  }
  .l-lineup + .l-lineup h2 img {
    width: 80%;
    max-width: 550px;
  }
  .l-lineup ul {
    display: block;
    margin: 0 20px 0;
  }
  .l-lineup ul li {
    width: 100%;
    height: auto;
  }
  .l-lineup ul li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/*====================
About Meiji
====================*/
.l-about {
  position: relative;
  height: 415px;
  padding-top: 115px;
  box-sizing: border-box;
  background-color: var(--blue01);
}
.l-about .m-text {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-right: 40px;
  padding-left: 170px;
  box-sizing: border-box;
  color: #fff;
  line-height: 2rem;
}
.l-about .m-text::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 75px;
  height: 150px;
  background-image: url("../img/about_bg_01.png");
  background-repeat: no-repeat;
}
.l-about .m-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 339px;
  height: 225px;
  background-image: url("../img/about_bg_02.png");
  background-repeat: no-repeat;
}
.l-about .m-text h2 {
  margin: 0 0 30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 50px;
}
.l-about .m-text p {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .l-about {
    height: fit-content;
    padding-top: 107px;
    padding-bottom: 72px;
  }
  .l-about .m-text {
    padding: 0 40px 0;
  }
  .l-about .m-text::before {
    top: -100px;
    left: 8px;
    width: 60px;
    height: 114px;
    background-size: contain;
  }
  .l-about .m-text p {
    width: 100%;
    font-size: 14px;
  }
  .l-about .m-text h2 {
    font-size: 30px;
    text-align: center;
  }
  .l-about .m-text::after {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 249px;
    height: 165px;
    margin: auto;
    background-size: contain;
  }
}

/*====================
modal
====================*/
.l-modal-wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  transition: opacity .5s ease 0s;
}
.l-modal-wrap.is-able {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.l-modal-overlay {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, .8);
  cursor: pointer;
}
.l-modal {
  position: relative;
  top: -50%;
  z-index: 11;
  transform: translateY(-50%);
  height: 520px;
  max-width: 1080px;
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
}
.l-modal::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 11;
  width: 39px;
  height: 39px;
  background-image: url("../img/modal_icon.png");
  pointer-events: none;
}
.l-modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--gold01);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.l-modal-title::after {
  content: "";
  position: absolute;
  top: -24px;
  right: 36px;
  width: 119px;
  height: 131px;
  background-image: url("../img/modal_bg_01.png");
}
.l-modal-box {
  position: relative;
  overflow: hidden;
}
.l-modal-product {
  display: grid;
  grid-template-columns: 1fr 56.6%;
  height: 306px;
  padding: 45px 70px 43px;
  box-sizing: border-box;
}
.l-modal-product::after {
  content: "";
  position: absolute;
  top: 19px;
  left: -19px;
  width: 83px;
  height: 94px;
  background-image: url("../img/modal_bg_02.png");
}
.l-modal-product .m-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.l-modal-product .m-text .l-copy {
  margin-top: 15px;
  color: var(--gold01);
  font-size: 24px;
}
.l-modal-product .m-text p:not(:first-child) {
  font-size: 16px;
  line-height: 1.75rem;
}
.l-modal-allergy {
  display: flex;
  align-items: center;
  height: 95px;
  margin: 0 70px 0;
  background-color: var(--gray01);
}
.l-modal-allergy p:first-child {
  padding-right: 49px;
  padding-left: 38px;
  font-weight: bold;
  font-size: 14px;
}
.l-modal-allergy p:last-child {
  padding-left: 49px;
  border-left: rgb(0, 0, 0, .3) 1px solid;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .l-modal-product .m-text .l-copy {
    font-size: 20px;
  }
  .l-modal-product .m-text p:not(:first-child) {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .l-modal-allergy p:first-child {
    padding-right: 20px;
  }
  .l-modal-allergy p:last-child {
    padding-left: 15px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-modal {
    width: calc(100% - 40px);
    height: fit-content;
    margin: 0 20px 0;
    padding-bottom: 20px;
  }
  .l-modal::before {
    top: -45px;
    right: 5px;
  }
  .l-modal-title {
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .l-modal-title::after {
    display: none;
  }
  .l-modal-product {
    display: block;
    height: inherit;
    padding: 24px 0 24px;
  }
  .l-modal-product::after {
    top: -75px;
    left: -67px;
  }
  .l-modal-product .m-image {
    height: 120px;
  }
  .l-modal-product .m-text .l-copy {
    margin: auto;
    padding: 24px 24px 0;
    font-size: 18px;
  }
  .l-modal-product .m-text p:not(:first-child) {
    margin: 13px 20px 0;
    font-size: 12px;
    line-height: 1.1rem;
  }
  .l-modal-allergy {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin: 0 20px 0;
    padding: 20px;
  }
  .l-modal-allergy p:first-child {
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
  }
  .l-modal-allergy p:last-child {
    margin: 0;
    padding: 0;
    border-left: none;
    font-size: 10px;
  }
}

/*====================
slick
====================*/
.l-carousel {
  overflow: hidden;
}
.slick-loading .slick-list {
  background: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.l-slide-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0;
  padding: 0;
}
.l-slide-dots li {
  display: flex;
  margin: 0 10px;
}
.l-slide-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  outline: none;
}
.l-slide-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: transparent;
  background-color: #666;
  cursor: pointer;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-slide-dots li.slick-active button::before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #bb9c48;
  pointer-events: none;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-next,
.slick-next:hover,
.slick-next:active
.slick-next:focus {
  z-index: 1;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: var(--gold01)!important;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
.slick-prev {
  left: -37px;
}
.slick-next {
  right: -37px;
}
.slick-prev::before {
  right: 10px;
  transform: rotate(225deg);
}
.slick-next::before {
  left: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus,
  .slick-next,
  .slick-next:hover,
  .slick-next:active
  .slick-next:focus {
    width: 50px;
    height: 50px;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .slick-prev::before {
    right: 7px;
  }
  .slick-next::before {
    left: 7px;
  }
}

/*====================
下層ページ用style
====================*/
.l-topNav {
  height: 220px;
}
.l-topNav a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/products/brand/global/choco/assets/img/top_btn_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gold01);
}
.l-topNav a:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .3s ease;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-topNav a:hover:before {
  opacity: .2;
}
@media screen and (max-width: 767px) {
  .l-topNav {
    height: 170px;
  }
  .l-topNav a {
    background-image: url("/products/brand/global/choco/assets/img/top_btn_bg_sp.png");
  }
}

/* .is-matcha .l-lineup ul,
.is-limited .l-lineup ul,
.is-kokutoh .l-lineup ul {
  grid-template-columns: 1fr 1fr 1fr;
} */

/* 抹茶味 */
.is-matcha .l-products {
  margin-top: 100px;
}
.is-matcha .l-products::before {
  background-image: url("../img/matcha/products_bg.png");
  background-repeat: no-repeat;
}
.is-matcha .l-products ul li {
  overflow: hidden;
  background-image: url("/products/brand/global/choco/assets/img/matcha/products_bg_01.png");
  color: #fff;
}

.is-matcha .l-products ul li a {
  height: 100%;
  width: 100%;
}

.is-matcha .l-products ul li:after {
  content: none !important;
}

.is-matcha .l-products ul li a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url(../img/products_icon.png);
}

/* .is-matcha .l-products ul li:last-child {
  position: relative;
  cursor: inherit;
} */
/* .is-matcha .l-products ul li:last-child::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 98px;
  height: 95px;
  background-image: url("/products/brand/global/choco/assets/img/matcha/products_bg_02.png");
  background-repeat: no-repeat;
} */
.is-matcha .l-products ul li:last-child::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url(../img/products_icon.png);
}
/* edit 10/28/2024 */
.is-matcha .l-products ul li:nth-child(1),
.is-matcha .l-products ul li:nth-child(3),
.is-matcha .l-products ul li:nth-child(6),
.is-matcha .l-products ul li:nth-child(8),
.is-matcha .l-products ul li:nth-child(9),
.is-matcha .l-products ul li:nth-child(11) {
  background-image: none;
  background-color: #fff;
  color: #000;
}
.is-matcha .l-lineup::before {
  content: none;
}
.l-about-uji-matcha {
  width: 100%;
  max-width: 1366px;
  min-height: 415px;
  margin: 0 auto 120px;
  background: url("/products/brand/global/choco/assets/img/matcha/about-uji-matcha_bg.png") no-repeat;
}
.l-about-uji-matcha h2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  margin-left: 128px;
  padding-top: 42px;
  font-size: 45px;
  line-height: 1.333;
}
.l-about-uji-matcha h2::before {
  content: "";
  display: inline-block;
  width: 207px;
  height: 118px;
  margin-right: 26px;
  background-image: url("/products/brand/global/choco/assets/img/matcha/about-uji-matcha_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-about-uji-matcha h2::after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 108px;
  margin-left: 24px;
  background-image: url("/products/brand/global/choco/assets/img/matcha/about-uji-matcha_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-about-uji-matcha h2 span {
  display: inline-block;
  margin-top: 18px;
}
.l-about-uji-matcha .text {
  width: 100%;
  max-width: 638px;
  margin-left: 214px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 1366px) {
  .l-about-uji-matcha {
    max-width: 100%;
    min-height: auto;
    aspect-ratio: 76.698/23.302;
    background-size: cover;
  }
  .l-about-uji-matcha h2 {
    margin-left: 9.371%;
    padding-top: 3.075%;
  }
  .l-about-uji-matcha .text {
    margin-left: 15.667%;
  }
}
@media screen and (min-width: 1920px) {
  .l-about-uji-matcha {
    height: 584px;
  }
}
@media screen and (max-width: 767px) {
  .is-matcha .l-products ul li:nth-child(1),
  .is-matcha .l-products ul li:nth-child(4),
  .is-matcha .l-products ul li:nth-child(5),
  .is-matcha .l-products ul li:nth-child(8),
  .is-matcha .l-products ul li:nth-child(9) {
    background-image: url("/products/brand/global/choco/assets/img/matcha/products_bg_01.png");
    color: #fff;
  }
  .is-matcha .l-products ul li:nth-child(2),
  .is-matcha .l-products ul li:nth-child(3),
  .is-matcha .l-products ul li:nth-child(6),
  .is-matcha .l-products ul li:nth-child(7),
  .is-matcha .l-products ul li:nth-child(10) {
    background: none;
    background-color: #fff;
    color: #000;
  }
  .l-about-uji-matcha {
    width: 100vw;
    height: 194.133vw;
    background: url("/products/brand/global/choco/assets/img/matcha/about-uji-matcha_bg_sp.png") no-repeat;
    background-size: cover;
  }
  .l-about-uji-matcha h2 {
    display: block;
    margin: 0 auto 0;
    padding: 10.133vw 5.333vw 0;
    font-size: 7.467vw;
    text-align: center;
  }
  .l-about-uji-matcha h2::before {
    content: "";
    display: block;
    width: 77.067vw;
    height: 31.733vw;
    margin: 0 auto;
    background-image: url("/products/brand/global/choco/assets/img/matcha/about-uji-matcha_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-about-uji-matcha h2::after {
    content: none;
  }
  .l-about-uji-matcha h2 span {
    margin-top: 4.267vw;
  }
  .l-about-uji-matcha .text {
    width: calc(100% - 25.6vw);
    margin: 8vw auto 0;
    font-size: 3.733vw;
    line-height: 2;
  }
}

/* 黒糖味 */
.is-kokuto .l-products {
  margin-top: 100px;
}
.is-kokuto .l-products h2 {
  margin-bottom: 68px;
}
.is-kokuto .l-products::before {
  top: 55px;
  left: -48px;
  width: 218px;
  height: 147px;
  background-image: url("../img/kokuto/products_bg.png");
  background-size: contain;
  background-repeat: no-repeat;

}

/* additional CSS kokuto pages 12 11 23 */
.is-kokuto .l-products ul li .title .notice {
  padding: 5px 15px;
  font-size: 16px;
  color: #000;
  background-color: #D3D3D3;
  text-align: left;
}

.is-kokuto .l-products ul li .title  {
    height: fit-content;
    min-height: calc(1em * 1.5 * 3);
    margin: 39px auto 20px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
}

.is-kokuto .l-products ul li p  {
  margin-bottom: 5px;
  padding: 0;
  min-height: auto;
  text-align: center;
}



.is-kokuto .l-products ul li:not(:last-child):after {
  background-image: url("../img/kokuto/products_icon.png");
  background-repeat: no-repeat;
}
.is-kokuto .l-products ul li {
  overflow: hidden;
  color: #fff;
}
/* additional kokuto pages PC 10102024 */
.is-kokuto .l-products ul li:last-child {
  background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_03.png")!important;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: inherit;
  color: #fff !important;
}

.is-kokuto .l-products ul li:last-child::after {
  content: none;
}

.is-kokuto .l-products ul li a {
  height: 100%;
  width: 100%;
}

.is-kokuto .l-products ul li:after {
  content: none !important;
}

.is-kokuto .l-products ul li a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 27px;
  height: 27px;
  background-image: url("../img/kokuto/products_icon.png");
}
/* .is-kokuto .l-products ul li:nth-child(2),
.is-kokuto .l-products ul li:nth-child(4),
.is-kokuto .l-products ul li:nth-child(5),
.is-kokuto .l-products ul li:nth-child(7) {
  background-color: #fff;
  color: #000;
}
.is-kokuto .l-products ul li:nth-child(1),
.is-kokuto .l-products ul li:nth-child(3),
.is-kokuto .l-products ul li:nth-child(6),
.is-kokuto .l-products ul li:nth-child(8) {
  background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_02.png");
  background-color: #fff;
  color: #fff;
} */
.is-kokuto .l-products ul li:nth-child(1),
.is-kokuto .l-products ul li:nth-child(3),
.is-kokuto .l-products ul li:nth-child(6),
.is-kokuto .l-products ul li:nth-child(8) {
  background-color: #fff;
  color: #000;
}
.is-kokuto .l-products ul li:nth-child(2),
.is-kokuto .l-products ul li:nth-child(4),
.is-kokuto .l-products ul li:nth-child(5),
.is-kokuto .l-products ul li:nth-child(7) {
  background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_02.png");
  background-color: #fff;
  color: #fff;
}
.is-kokuto .l-lineup::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .is-kokuto .l-products h2 {
    margin-bottom: 47px;
  }
  .is-kokuto .l-products::before {
    top: 62px;
    left: 5px;
    width: 122px;
    height: 133px;
    background-image: url("../img/kokuto/products_bg_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  /*.is-kokuto .l-products ul li:nth-child(1),
  .is-kokuto .l-products ul li:nth-child(4),
  .is-kokuto .l-products ul li:nth-child(5),
  .is-kokuto .l-products ul li:nth-child(8) {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_02.png");
    background-size: cover;
    color: #fff;
  }
  .is-kokuto .l-products ul li:nth-child(2),
  .is-kokuto .l-products ul li:nth-child(3),
  .is-kokuto .l-products ul li:nth-child(6),
  .is-kokuto .l-products ul li:nth-child(7) {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_01.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
  }*/
  .is-kokuto .l-products ul li:nth-child(1),
  .is-kokuto .l-products ul li:nth-child(4),
  .is-kokuto .l-products ul li:nth-child(5),
  .is-kokuto .l-products ul li:nth-child(8) {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_01.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
  }
  .is-kokuto .l-products ul li:nth-child(2),
  .is-kokuto .l-products ul li:nth-child(3),
  .is-kokuto .l-products ul li:nth-child(6),
  .is-kokuto .l-products ul li:nth-child(7) {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_02.png");
    background-size: cover;
    color: #fff;
  }
  .is-kokuto .l-products ul li:last-child {
    background-image: url(/products/brand/global/choco/assets/img/kokuto/products_bg_01.png)!important;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-kokuto .l-products ul li:nth-child(3) {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_03.png")!important;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: inherit;
  }
   /* additional kokuto pages SP 10102024 */
  .is-kokuto .l-products ul li:last-child {
    background-image: url("/products/brand/global/choco/assets/img/kokuto/products_bg_03.png")!important;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: inherit;
    color: #fff;
  }
  /* additional kokuto pages SP 12 11 2023 */
  .is-kokuto .l-products ul li .title {
    margin: 20px auto 12px;
    font-size: 12px;
  }

  .is-kokuto .l-products ul li .title p {
    margin: 0;
    padding: 0;
  }

  /* additional 02-13-24 */

  .warning {
    font-size: 13px;
  }

  .is-kokuto .l-products ul li .title .notice {
    padding: 3px 10px;
    font-size: 11px;
    color: #000;
    background-color: #D3D3D3;
    text-align: left;
  }

  .is-meltykiss .l-products-wrapper ul li .title .notice {
    padding: 3px 10px;
    margin: auto;
    font-size: 11px;
    color: #000;
    background-color: #D3D3D3;
    text-align: center;
  }

}

.is-kokuto .l-about {
  position: relative;
  height: 415px;
  margin-bottom: 100px;
  padding-top: 77px;
  box-sizing: border-box;
  background-image: url("/products/brand/global/choco/assets/img/kokuto/about_bg.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #9d6721;
}
.is-kokuto .l-about.adjust {
  background-image: url("/products/brand/global/choco/assets/img/kokuto/about_bg_03.png");
}
.is-kokuto .l-about .m-text {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
  padding-right: 40px;
  padding-left: 190px;
  box-sizing: border-box;
  color: #fff;
  line-height: 2rem;
}
.is-kokuto .l-about .m-text::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 180px;
  z-index: 1;
  width: 428px;
  height: 80px;
  background-image: url("../img/kokuto/about_bg_01.png");
  background-repeat: no-repeat;
}
.is-kokuto .l-about .m-text::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -92px;
  width: 400px;
  height: 337px;
  background-image: url("../img/kokuto/about_bg_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.is-kokuto .l-about .m-text h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
  padding-left: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 45px;

  font-feature-settings: "palt";
}
.is-kokuto .l-about.adjust .m-text h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  width: 56px;
  height: 57px;
  margin-left: 20px;
  background-image: url("/products/brand/global/choco/assets/img/kokuto/about_01.png");
}
.is-kokuto .l-about .m-text p {
  width: 72%;
}
@media screen and (max-width: 1160px) {
  .is-kokuto .l-about {
    padding-top: 40px;
  }
  .is-kokuto .l-about .m-text {
    line-height: 1.8rem;
  }
  .is-kokuto .l-about .m-text::after {
    top: 70px;
    right: -45px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .is-kokuto .l-about.adjust .m-text h2::after {
    content: none;
  }

  .is-kokuto .l-about,
  .is-kokuto .l-about.adjust {
    height: fit-content;
    margin-bottom: 80px;
    padding-top: 247px;
    padding-bottom: 33.4%;
    background-image: url("/products/brand/global/choco/assets/img/kokuto/about_bg_sp.png");
    background-position: bottom;
  }
  .is-kokuto .l-about .m-text {
    padding: 0 40px 0;
  }
  .is-kokuto .l-about .m-text::before {
    top: 0;
    left: calc(50% + 10px);
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    width: 290px;
    height: 50px;
    background-size: contain;
  }
  .is-kokuto .l-about .m-text p {
    width: 100%;
    font-size: 14px;
  }
  .is-kokuto .l-about .m-text h2 {
    font-size: 30px;
    text-align: center;
  }
  .is-kokuto .l-about .m-text::after {
    display: block;
    position: absolute;
    top: -275px;
    right: inherit;
    left: calc(50% + 10px);
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    width: 80%;
    margin: auto;
    background-image: url("../img/kokuto/about_bg_02.png");
    background-position: center;
    background-size: contain;
  }
}

/* 限定品 */
.is-limited .l-mv-wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: calc((400% / 1366) * 100);
  background: url("/products/brand/global/choco/assets/img/limited/mv_bg.png") center center / cover no-repeat;
}
.is-limited .l-kvbg01 {
  height: 1430px;
  padding-top: 100px;
  background-image: url("/products/brand/global/choco/assets/img/limited/kv_bg_01.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.is-limited .l-kvbg01 .m-heading,
.is-limited .l-kvbg02 .m-heading {
  display: block;
  width: fit-content;
  margin: 0 auto 70px;
  padding: 0 16px 0;
  background-color: var(--gold01);
  color: #fff;
  font-size: 50px;
  text-align: center;
}
.is-limited .l-kvbg01 .l-shop .m-heading + .m-text {
  font-size: 14px;
  text-align: center;
}
.is-limited .l-kvbg01 .l-shop .m-text + .m-image {
  margin: 40px auto 80px;
  text-align: center;
}
.is-limited .l-kvbg01 .l-products,
.is-limited .l-kvbg02 .l-products {
  margin-bottom: 0;
}
.is-limited .l-kvbg01 .l-products::before,
.is-limited .l-kvbg02 .l-products::before {
  content: none;
}
.is-limited .l-kvbg01 .l-products .m-heading {
  margin-top: 80px ;
}
.is-limited .l-kvbg01 .l-products ul {
  grid-template-columns: 1fr 1fr 1fr;
}
.is-limited .l-kvbg01 .l-products ul li {
  height: 436px;
  background-color: rgb(255, 255, 255, .75);
  color: #000;
}
.is-limited .l-kvbg01 .l-products ul li:nth-child(1),
.is-limited .l-kvbg01 .l-products ul li:nth-child(2) {
  margin-right: 10px;
}
.is-limited .l-kvbg01 .l-products ul li:nth-child(2),
.is-limited .l-kvbg01 .l-products ul li:nth-child(3) {
  margin-left: 10px;
}
.is-limited .l-kvbg01 .l-products ul li:hover:before {
  opacity: .2;
}
.is-limited .l-kvbg01 .l-products ul li p {
  height: auto;
  min-height: calc(1em * 1.5 * 2);
}
.is-limited .l-kvbg01 .l-products ul li .m-image {
  width: auto;
  height: 260px;
}
.is-limited .l-kvbg01 .l-products ul li a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url(../img/products_icon.png);
}
.is-limited .l-kvbg01 .l-products ul.centerList,
.l-products ul.centerList {
  display: flex;
  justify-content: center;
}
.is-limited .l-kvbg01 .l-products ul li.doubleItem,
.is-limited .l-kvbg02 .l-products ul li.doubleItem {
  width: 390px;
  margin-right: 0;
}
/* .is-limited .l-kvbg02 .l-products ul li.doubleItem {
  width: 300px;
} */
.is-limited .l-kvbg02 {
  margin-top: -72px;
  padding-bottom: 100px;
  background-image: url("/products/brand/global/choco/assets/img/limited/kv_bg_02.png");
  background-size: cover;
}
.is-limited .l-kvbg02 .l-products {
  padding-top: 171px;
}
.is-limited .l-kvbg02 .m-heading {
  margin-top: 0;
}
.is-limited .l-kvbg02 .l-products ul li {
  background-image: none;
  background-color: #fff;
  color: #000;
}
.is-limited .l-kvbg02 .l-products ul li:nth-child(1),
.is-limited .l-kvbg02 .l-products ul li:nth-child(3),
.is-limited .l-kvbg02 .l-products ul li:nth-child(6),
.is-limited .l-kvbg02 .l-products ul li:nth-child(8) {
  background-color: transparent;
}
.is-limited .l-kvbg02 .l-products ul li a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url("../img/products_icon.png");
}
.is-limited .l-lineup {
  margin-top: 100px;
}
.is-limited .l-lineup::before {
  content: none;
}
.is-limited .l-products ul li:after {
  content: none;
}
.is-limited .l-products ul li a {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .is-limited .l-mv-wrapper {
    width: 100%;
    height: auto;
    padding-top: calc((300% / 375) * 100);
    background: url("/products/brand/global/choco/assets/img/limited/mv_bg_sp.png") center center / cover no-repeat;
  }
  .is-limited .l-kvbg01 {
    height: 1040px;
    padding-top: 60px;
    padding-bottom: 100px;
    background-image: url("/products/brand/global/choco/assets/img/limited/kv_bg_01_sp.png");
    background-position: bottom;
    background-size: cover;
  }
  .is-limited .l-kvbg01 .m-heading,
  .is-limited .l-kvbg02 .m-heading {
    display: block;
    width: fit-content;
    margin: 0 auto 25px;
    padding: 0 16px 0;
    background-color: var(--gold01);
    color: #fff;
    font-size: 30px;
  }
  .is-limited .l-kvbg01 .l-shop .m-text + .m-image {
    margin: 30px 15px 40px;
    text-align: center;
  }
  .is-limited .l-kvbg01 .l-products .m-heading {
    margin-top: 40px;
  }
  .is-limited .l-kvbg01 .l-products ul li {
    width: 250px;
    height: 224px;
    margin: auto;
  }
  .is-limited .l-kvbg01 .l-products ul {
    grid-template-columns: 1fr 1fr;
  }
  .is-limited .l-kvbg01 .l-products ul li {
    height: 241px;
  }
  .is-limited .l-kvbg01 .l-products ul li:nth-child(1) {
    margin: 0 5px 5px 0;
  }
  .is-limited .l-kvbg01 .l-products ul li:nth-child(2) {
    margin: 0 0 5px 5px;
  }
  .is-limited .l-kvbg01 .l-products ul li:nth-child(3) {
    margin: 5px 5px 0 0;
  }
  .is-limited .l-kvbg01 .l-products ul li .m-image {
    width: 100%;
    height: 149px;
  }
  .is-limited .l-kvbg02 {
    margin-top: -75px;
    padding-bottom: 90px;
    background-image: url("/products/brand/global/choco/assets/img/limited/kv_bg_02_sp.png");
    background-size: cover;
  }
  .is-limited .l-kvbg02 .l-products {
    padding-top: 83px;
  }
  .is-limited .l-kvbg02 .l-products ul li:nth-child(1),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(4),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(5),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(8) {
    background-color: transparent;
  }
  .is-limited .l-kvbg02 .l-products ul li:nth-child(2),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(3),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(6),
  .is-limited .l-kvbg02 .l-products ul li:nth-child(7) {
    background: none;
    background-color: #fff;
  }
  .is-limited .l-lineup {
    margin-top: 80px;
  }
}
@media screen and (max-width: 489px) {
  .is-limited .l-kvbg01 {
    padding-bottom: 0;
  }
}

/* アーモンド */
.l-main.is-almond {
  background: linear-gradient(#c80717, #b30615);
}
.is-almond .l-mv-wrapper {
  margin-bottom: 92px;
  padding-top: 21%;
  background: url(../img/almond/mv_bg.png) top center / 100% no-repeat;
}
.is-almond .l-introduction {
  position: relative;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 139px;
  background: url(../img/almond/bg_01.png) bottom left / 100% no-repeat;
}
.is-almond .l-introduction::before {
  content: none;
}
.l-introduction_inner {
  position: relative;
  max-width: 1366px;
  margin: auto;
}
.is-almond .l-introduction_inner::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 228px;
  height: 189px;
  background-image: url(../img/almond/products_bg.png);
  background-repeat: no-repeat;
}

.is-almond .l-products ul li:hover::before {
  opacity: .2;
}

.is-almond .l-introduction:nth-of-type(2) .l-introduction_inner::before {
  content: none;
}
.is-almond .l-introduction h2 {
  margin-bottom: 36px;
  margin-left: 84px;
}
.is-almond .l-introduction_products {
  position: relative;
  z-index: 1;
  width: 483px;
  height: 400px;
  margin: 0 auto 72px;
  background: url(../img/almond/almond_01.png);
}
.is-almond .l-introduction_products img {
  width: 100%;
  height: auto;
}
.is-almond .l-introductionList {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1200px;
  margin: 69px auto 0;
  padding: 0;
}
.is-almond .l-introductionList li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3);
  max-width: 400px;
  margin: 0 18px;
  text-align: center;
}
.is-almond .l-introductionList_title img {
  height: auto;
  max-width: 100%;
}
.is-almond .l-introductionList_text {
  max-width: 320px;
  margin: 19px auto 0;
  color: #fff;
  line-height: 32px;
}
.is-almond .l-introductionList_img img {
  height: auto;
  max-width: 100%;
  margin-top: 30px;
}
.is-almond .l-introduction:nth-of-type(2) .l-introductionList_img img {
  margin-top: 8px;
}
.is-almond .l-introduction:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  max-width: 100%;
  margin: 0 0 100px;
  padding-top: 92px;
  padding-bottom: 87px;
  background: url(../img/almond/bg_02.png) top left / 100% repeat;
}
.is-almond .l-introduction:nth-of-type(2)::before {
  content: none;
}
.is-almond .l-introduction:nth-of-type(2) .l-introduction_products {
  background: url(../img/almond/macadamia_01.png);
}
.is-almond .l-introduction:nth-of-type(2) h2 {
  margin-top: 0;
}
.is-almond .l-introduction:nth-of-type(2) .l-introductionList_text {
  margin: 9px auto 0;
  text-align: left;
}
.is-almond .l-products {
  margin-bottom: 100px;
  padding-bottom: 84px;
}
.is-almond .l-products::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -83px;
  width: 228px;
  height: 189px;
  background-image: url(../img/almond/products_bg.png);
  background-repeat: no-repeat;
}
.is-almond .l-products h2 {
  margin-bottom: 55px;
  margin-left: 0;
}
.is-almond .l-products ul li {
  height: 322px;
  color: #fff;
}
.is-almond .l-products ul li:nth-child(1),
.is-almond .l-products ul li:nth-child(3),
.is-almond .l-products ul li:nth-child(6),
.is-almond .l-products ul li:nth-child(8) {
  background-color: #7b0d10;
}

.is-almond .l-products ul li p {
  min-height: calc(1em * 3);
  margin-top: 32px;
}

/* edit 12 06 2023 */
.is-almond .l-products ul li:after, .is-almond .l-products ul li a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background-image: url(../img/products_icon.png);
  background-repeat: no-repeat !important;
}
/* added 12 12 2023 */
.is-almond .l-products ul li:last-child:after {
  content: none;
}

.is-almond .l-products ul li a{
  height: 100%;
  width: 100%;
}
/* end of edit */

.is-almond .l-movie {
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.is-almond .l-movie p {
  margin-bottom: 9px;
}
.is-almond .l-movie a {
  display: inline-block;
  width: 440px;
  cursor: pointer;
}
.is-almond .l-movie a figure {
  margin: 0;
}
.is-almond .l-movie a figure img {
  width: 100%;
  height: auto;
}
.is-almond.remodal {
  padding: 0;
}
.embed-container {
  position: relative;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-modal-wrap.reverse .l-modal-product {
  grid-template-columns: 2fr 60%;
}
.l-modal-wrap.reverse .l-modal-product::after {
  top: 20px;
  left: -10px;
}
.is-almond .l-modal-product.paddingAdjust {
  padding-top: 10px;
}
.l-modal-wrap.reverse .m-text {
  margin-right: 20px;
}
.l-modal-wrap.reverse .m-text .l-copy {
  margin-top: 24px;
  margin-bottom: 19px;
}
.is-almond .l-lineup_wrap {
  padding-top: 90px;
  background-color: #fff;
}
.is-almond .l-lineup::before {
  content: none;
}
.l-modal-allergy {
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .is-almond .l-mv-wrapper {
    height: 72.6%;
    margin-bottom: 0;
    padding-top: 72.6%;
    background: url(../img/almond/mv_bg_sp.png) top center / 100% no-repeat;
  }
  .is-almond .l-introduction {
    left: auto;
    transform: none;
    padding-bottom: 96px;
    background: url(../img/almond/bg_01_sp.png) bottom left / 100% no-repeat;
  }
  .is-almond .l-introduction:nth-of-type(2) {
    left: auto;
    transform: none;
    margin-bottom: 79px;
    padding-top: 78px;
    background: url(../img/almond/bg_02_sp.png) top left / 100% repeat;
  }
  .is-almond .l-introduction h2 {
    position: relative;
    z-index: 1;
    margin-top: 82px;
    margin-bottom: 18px;
    margin-left: 21px;
  }
  .is-almond .l-introduction::before {
    top: 65px;
    width: 122px;
    height: 108px;
    background-image: url(../img/almond/products_bg_sp.png);
  }
  .is-almond .l-introduction:nth-of-type(2) {
    margin: 0 0 79px;
  }
  .is-almond .l-introductionList {
    flex-direction: column;
  }
  .is-almond .l-introductionList li {
    width: auto;
    max-width: inherit;
  }
  .is-almond .l-introductionList li:nth-of-type(n+2) {
    margin-top: 41px;
  }
  .is-almond .l-products {
    padding-bottom: 0;
  }
  .is-almond .l-products::before {
    top: 28px;
    left: 0;
    width: 122px;
    height: 108px;
    background-image: url(../img/almond/products_bg_sp.png);
  }
  .is-almond .l-products h2 {
    margin-bottom: 34px;
    margin-left: 22px;
  }
  .is-almond .l-products h2 img {
    width: auto;
  }
  .is-almond .l-products ul li {
    height: 210px;
  }
  .is-almond .l-products ul li:nth-child(2),
  .is-almond .l-products ul li:nth-child(3),
  .is-almond .l-products ul li:nth-child(6),
  .is-almond .l-products ul li:nth-child(7) {
    background-color: transparent;
  }
  .is-almond .l-products ul li:nth-child(4),
  .is-almond .l-products ul li:nth-child(5) {
    background-color: #7b0d10;
  }
  /* .is-almond .l-products ul li:nth-child(7),
  .is-almond .l-products ul li:nth-child(8) {
    display: none;
  } */
  .is-almond .l-products ul li p {
    margin-top: 29px;
    margin-bottom: 4px;
  }
  .is-almond .l-products ul li .m-image {
    width: 75%;
  }
  .is-almond .l-products ul li:nth-child(3) .m-image {
    width: 61%;
  }
  .is-almond .l-products ul li:nth-child(4) .m-image {
    width: 57%;
  }
  .is-almond .l-products ul li:not(:last-child):after {
    right: 11px;
    bottom: 13px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
  .is-almond .l-introduction:nth-of-type(2) .l-introductionList_img img {
    margin-top: 20px;
  }
  .is-almond .l-movie {
    margin: 0 12px;
  }
  .l-modal-wrap.reverse .l-modal-product::after {
    top: -16px;
    right: -6px;
    left: auto;
    width: 83px;
    height: 94px;
    background-image: url(../img/modal_bg_03.png);
  }
}

@media screen and (max-width: 489px) {
  .is-almond .l-introduction_products {
    position: relative;
    z-index: 1;
    width: 311px;
    height: 280px;
    margin: 0 auto 52px;
    background: url(../img/almond/almond_01_sp.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .is-almond .l-introduction_products img {
    width: 100%;
    height: auto;
  }
  .is-almond .l-introductionList li {
    width: auto;
    max-width: initial;
    margin: 0 17px;
  }
  .is-almond .l-introductionList_title {
    margin: 0 auto;
  }
  .is-almond .l-introductionList_text {
    width: 277px;
    max-width: inherit;
    margin: 21px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }
  .is-almond .l-introductionList_img img {
    margin-top: 20px;
  }
  .is-almond .l-introduction:nth-of-type(2) .l-introduction_products {
    position: relative;
    z-index: 1;
    width: 311px;
    height: 280px;
    margin: 0 auto 52px;
    background: url(../img/almond/macadamia_01_sp.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .is-almond .l-movie a img {
    width: 100%;
    height: auto;
  }
  .is-almond .l-movie a {
    width: auto;
  }
  .is-almond .l-modal-product {
    padding-bottom: 16px;
  }
  .is-almond .l-modal-product.paddingAdjust {
    padding-top: 25px;
  }
  .l-modal-wrap.reverse .m-text {
    max-width: 100%;
    margin-right: 0;
  }
  .l-modal-wrap.reverse .m-text .l-copy {
    margin: auto;
    padding: 0 24px;
    line-height: 26px;
  }
  .l-modal-wrap.reverse .m-image {
    height: auto;
    margin: 16px 20px 0;
  }
  .l-modal-wrap.reverse .l-modal-title {
    height: 54px;
  }
  .l-modal-wrap.reverse .l-modal::before {
    top: -40px;
    right: 8px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .l-modal-allergy {
    align-items: start;
    padding: 16px 20px;
  }
}

/* メルティーキッス */
.is-meltykiss .l-bg-wrapper {
  padding-bottom: 75px;
  background-image: url("/products/brand/global/choco/assets/img/meltykiss/bg.png");
  background-position: center;
  background-repeat: revert;
}
.is-meltykiss .l-mv-wrapper {
  position: relative;
  height: 821px;
  margin: 0;
  padding-top: 67px;
  box-sizing: border-box;
  background-image: none;
}
.is-meltykiss .l-mv-wrapper h1 {
  margin: 50px 0 0;
  text-align: center;
}
/* updated 250131 */
.is-meltykiss .l-mv-wrapper p.copy {
  position: absolute;
  right: calc(50% - 112px);
  bottom: -270px;
  margin: 0;
  text-align: center;
}
.is-meltykiss .l-mv-wrapper .l-mv-wrapper-content {
  position: relative;
}
.is-meltykiss .l-mv-wrapper p.l-mv-txt {
  font-size: 22px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.is-meltykiss .l-mv-wrapper p.description {
  position: absolute;
  right: 50%;
  bottom: -430px;
  margin: 0;
  font-size: 22px;
  text-align: left;
  text-shadow: 0 0 10px #fff;
}
/* end of update 250131 */
.is-meltykiss .l-mv-wrapper::after {
  content: "";
  position: absolute;
  bottom: 93px;
  left: calc(50% + 193px);
  width: 278px;
  height: 357px;
  background-image: url("/products/brand/global/choco/assets/img/meltykiss/concept_choco.png");
}
.is-meltykiss .l-about-wrapper {
  position: relative;
  height: 960px;
  margin: 0;
  padding-top: 95px;
  box-sizing: border-box;
  background-image: url("/products/brand/global/choco/assets/img/meltykiss/bg_about.png");
  background-position: center;
  background-repeat: no-repeat;
}
.is-meltykiss .l-about-wrapper h2 {
  margin: 0;
  text-align: center;
}
.is-meltykiss .l-about-wrapper p.description {
  margin-top: 49px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.is-meltykiss .l-about-wrapper .l-about-link {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 33px;
  padding: 0;
}
.is-meltykiss .l-about-wrapper .l-about-link li {
  position: relative;
  height: fit-content;
  cursor: pointer;
}
.is-meltykiss .l-about-wrapper .l-about-link li p {
  display: none;
}
.is-meltykiss .l-about-wrapper .l-about-link li:first-child {
}
.is-meltykiss .l-about-wrapper .l-about-link li:nth-child(2) {
  margin-top: 216px;
}
.is-meltykiss .l-about-wrapper .l-about-link li:last-child {
  margin-top: 82px;
}
.is-meltykiss .l-about-wrapper .l-about-link li:last-child::before {
  content: "";
  position: absolute;
  top: -21px;
  left: -62px;
  width: 134px;
  height: 137px;
  background-image: url("/products/brand/global/choco/assets/img/meltykiss/about_choco.png");
}
.is-meltykiss .l-products-wrapper {
  width: calc(100% - 168px);
  max-width: 1200px;
  margin: auto;
}
/* edit 11 24 2023 ~ 10 28 2024*/
.is-meltykiss .l-products-wrapper .l-products-link {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  /* height: 345px; */
  padding: 0;
}

/*edit 10 26 2023 ~ 11 24 2023*/
.is-meltykiss .l-products-wrapper .l-products-link {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.m-image.mod{
  max-width: 170px;
}

.is-meltykiss .l-products-wrapper .l-products-link li {
  border: 1px solid #9d6721;
}

/*edit 11 12 2024*/
.is-meltykiss .l-products-wrapper .l-products-link li {
  border-left: none;
}

.is-meltykiss .l-products-wrapper .l-products-link li:nth-child(4n+1) {
  border-left: 1px solid #9d6721;
}
/*end of edit*/

.is-meltykiss .l-products-wrapper .l-products-link li:nth-child(4) {
  border-right: 1px solid #9d6721;
}

/* .is-meltykiss .l-products-wrapper .l-products-link li:nth-child(-n+3){
  border-bottom: none;
} */

/*end of edit*/

.is-meltykiss .l-products-wrapper .l-products-link li {
  position: relative;
  background-color: #fff;
}
.is-meltykiss .l-products-wrapper .l-products-link li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.is-meltykiss .l-products-wrapper .l-products-link li p {
  height: fit-content;
  min-height: calc(1em* 1.5* 3);
  margin: 0;
  padding-top: 41px;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.is-meltykiss .l-products-wrapper .l-products-link li .m-image {
  margin: 25px auto 23px;
  text-align: center;
}
.is-meltykiss .l-products-wrapper .l-products-link li .m-image-mt {
  margin: 56px auto 23px;
}
.is-meltykiss .l-products-wrapper .l-products-link li:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 27px;
  height: 27px;
  background-image: url("../img/meltykiss/products_icon.png");
  pointer-events: none;
}
.is-meltykiss .l-lineup {
  margin-top: 150px;
}
.is-meltykiss .l-lineup::before {
  content: none;
}

.l-modal-wrap.is-meltykiss .l-modal {
  height: auto;
  max-width: 870px;
  border-radius: 16px;
}
.l-modal-wrap.is-meltykiss .l-modal-title {
  height: 82px;
  background-color: #273b77;
}
.l-modal-wrap.is-meltykiss .l-modal-title::after {
  content: none;
}
.l-modal-wrap.is-meltykiss .l-modal-product {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 39px 42px 50px;
}

.l-modal-wrap.is-meltykiss .l-modal-product::after {
  content: none;
}
.l-modal-wrap.is-meltykiss .js-modal-title {
  margin: 0;
  color: #18285b;
  font-family: TBUD明朝 Std , serif;
  font-size: 32px;
  text-align: center;
}
.l-modal-wrap.is-meltykiss .m-text {
  margin-top: 25px;
  margin-bottom: 22px;
}
.l-modal-wrap.is-meltykiss .m-text p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 1177px) {
  
  .is-meltykiss .l-products-wrapper .l-products-link.mod li p {
    font-size: 16px;
  }
}


@media screen and (max-width: 1023px) {
  .is-meltykiss .l-mv-wrapper p.copy {
    right: auto;
    left: 15px;
    z-index: 1;
  }
  .is-meltykiss .l-mv-wrapper p.description {
    right: auto;
    left: 20%;
  }
  .is-meltykiss .l-mv-wrapper::after {
    right: 0;
    left: auto;
    width: 217px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-meltykiss .l-about-wrapper p.description {
    max-width: calc(100% - 20px);
    margin: 49px auto 0;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li {
    width: 33.3%;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li:nth-child(2) {
    margin-top: 180px;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li:last-child {
    margin-top: 60px;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li img {
    width: 100%;
  }
  .is-meltykiss .l-products-wrapper {
    width: calc(100% - 20px);
  }
  /* edit 11 13 2024 */
  /* .is-meltykiss .l-products-wrapper .l-products-link {
    height: 322px;
  } */
  /* end of edit */
  .is-meltykiss .l-products-wrapper .l-products-link li p {
    font-size: 18px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li .m-image {
    width: 200px;
    height: 132px;
  }
}

@media screen and (max-width: 810px) {
  
  .is-meltykiss .l-products-wrapper .l-products-link.mod li p {
    font-size: 15px;
  }
}

/* edit 10 26 23 */
@media screen and (max-width: 830px) {
  .is-meltykiss .l-products-wrapper{
    width: 100%;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li p{
    font-size: 14px;
  }
}

/* end of edit*/
@media screen and (max-width: 767px) {
  .is-meltykiss .l-mv-wrapper {
    height: auto;
    padding-top: 41px;
  }
  .is-meltykiss .l-mv-wrapper h1 img {
    width: calc((374% / 750) * 100);
    vertical-align: bottom;
  }
  .is-meltykiss .l-bg-wrapper {
    background-image: url("/products/brand/global/choco/assets/img/meltykiss/bg_sp.png");
    background-position: top;
    background-size: cover;
    padding-bottom: 60px;
  }
  /* update of 250131 */
  .is-meltykiss .l-mv-wrapper p.l-mv-txt {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 13px;
  }
  .is-meltykiss .l-mv-wrapper p.copy {
    position: relative;
    bottom: inherit;
    left: 0;
  }
  .is-meltykiss .l-mv-wrapper p.copy img {
    width: calc((451% / 750) * 100);
    margin-top: 20px;
  }
  /* end of update 250131 */
  .is-meltykiss .l-mv-wrapper p.description {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 27px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .05em;
    text-align: center;
  }
  .is-meltykiss .l-mv-wrapper::after {
    display: block;
    position: relative;
    right: 5px;
    bottom: inherit;
    width: 50%;
    height: 41vw;
    margin-top: -16px;
    margin-left: auto;
    background-image: url("/products/brand/global/choco/assets/img/meltykiss/concept_choco_sp.png");
    background-position: right;
  }
  .is-meltykiss .l-about-wrapper {
    height: auto;
    margin-top: 56px;
    padding-top: 0;
    padding-bottom: 24px;
    background-image: url("/products/brand/global/choco/assets/img/meltykiss/bg_about_sp.png");
    background-position: top center;
    background-size: contain;
    ;
  }
  .is-meltykiss .l-about-wrapper h2 {
    padding-top: 75px;
  }
  .is-meltykiss .l-about-wrapper h2 img {
    width: calc((405% / 750) * 100);
    vertical-align: bottom;
  }
  .is-meltykiss .l-about-wrapper p.description {
    max-width: calc(100% - 36px);
    margin-top: 22px;
    font-size: 12px;
    line-height: 26px;
  }
  .is-meltykiss .l-about-wrapper .l-about-link {
    flex-direction: column;
    margin-top: 10px;
    padding: 0 10px;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li {
    width: calc((403vw /750) * 100);
  }
  .is-meltykiss .l-about-wrapper .l-about-link li:nth-child(2) {
    margin: -68px 0 0 auto ;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li:nth-child(3) {
    margin: -68px auto 0 0  ;
  }
  .is-meltykiss .l-about-wrapper .l-about-link li:last-child::before {
    top: 34px;
    right: 12px;
    left: inherit;
    width: 34px;
    height: 29px;
    background-image: url("/products/brand/global/choco/assets/img/meltykiss/about_choco_sp.png");
    background-size: contain;
  }
  .is-meltykiss .l-products-wrapper {
    width: 100%;
    margin-top: 145px;
  }
  .is-meltykiss .l-products-wrapper h2 {
    margin-left: 20px;
  }
  .is-meltykiss .l-products-wrapper h2 img {
    width: 55%;
    max-width: 300px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 24px;
    border: none;
  }

  /* edit 11 24 2023 */

  .is-meltykiss .l-products-wrapper .l-products-link li:nth-child(odd) {
    border-left: 1px solid #9d6721;
  }

  .is-meltykiss .l-products-wrapper .l-products-link li:nth-child(even) {
    border-right: 1px solid #9d6721;
  }

  .is-meltykiss .l-products-wrapper .l-products-link li:nth-child(-n+2) {
    border-bottom: none;
  }
  
  /*edit 10 26 23*/
  
  /*end of edit*/
  /*edit 11 14 24*/
  /*edit 02 17 25*/
  .is-meltykiss .l-products-wrapper .l-products-link li {
    height: 210px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link.l-product-th li.h-240 {
    height: 240px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link.l-product-ko li.h-220 {
    height: 220px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li .product-name {
    display: block;
  }
  /*end of edit*/
  .is-meltykiss .l-products-wrapper .l-products-link li p {
    padding-top: 21px;
    font-size: 12px;
    line-height: 18px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li .m-image {
    width: 50%;
    height: auto;
    max-width: 100px;
    margin-top: 10px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li .m-image.m-two-liner {
    margin-top: 5px;
  }
  /*end of edit*/
  .l-modal-product .m-image {
    height: auto;
  }
  .l-modal-wrap.is-meltykiss .l-modal-product {
    height: 70vh;
    padding: 30px;
    overflow-y: scroll;
  }
  .l-modal-wrap.is-meltykiss .js-modal-title {
    font-size: 21px;
  }
  .l-modal-wrap.is-meltykiss .m-text p {
    font-size: 12px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link.mod li p {
    font-size: 13px;
  }
}

/*====================
th
====================*/
/* add 02/17/25 */
@media screen and (max-width: 420px) {
  .is-meltykiss .l-products-wrapper .l-products-link.l-product-th li {
    height: 220px;
  }
  .is-meltykiss .l-products-wrapper .l-products-link li .product-name.product-name-lg {
    height: 60px;
  }
}
/* end of addtl */

/*====================
ko
====================*/
/* add 02/18/25 */
@media only screen and (min-width: 452px) and (max-width: 767px) {
  .is-pc-2 {
    display: none;
  }
}
/* end of addtl */

/*====================
en
====================*/
@media screen and (max-width: 1023px) {
  .l-modal-product .m-text.en p:not(:first-child) {
    font-size: 14px;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-modal-product .m-text.en p:not(:first-child) {
    font-size: 12px;
    line-height: 1.1rem;
  }
}
