#B-Choco {
  /* background-image: linear-gradient(0deg, #fff8f9, #0c0000);*/
  background-image: linear-gradient(0deg, #fff8f9 0%, #0c0000 50%);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho",
    serif;
}
#header.active, #header.close {
    background: #0c0000;
}
#CHOCOLATIER_MEGU {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: xx-large;
  letter-spacing: 0.8rem;
  margin-bottom: 40px;
  color: #fff6a7;
  text-shadow: 5px 5px 10px #3a0d02;
  -webkit-box-reflect: below -40px linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
#KAZO_B {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  text-align: center;
  color: #e4e3e3;
  text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333,
    -1px -1px 0 #333;
}
.main-container {
  padding-top: initial !important;
}
.section__inner {
  padding-top: initial !important;
  padding-bottom: initial !important;
}
.concept_area {
  background: rgba(0, 0, 0, 0.2);
  padding: 2em;
}

.concept_area,
.flyer1 {
  margin: 0 auto;
  text-align: center;
}
.flyer1 img {
  transform: rotate(-5deg);
  box-shadow: 5px 5px 50px #000;
}
/*メディアクエリーPC*/
@media (min-width: 768px) {
  .concept_area {
    width: 80%;
    margin-top: 1em;
  }
  .flyer1 img {
    width: 400px;
	display: block;
        margin: 0 auto;
  }
}
/*メディアクエリーモバイル*/
@media (max-width: 767px) {
  #B-Choco {
    width: 100%;
  }
  .concept_area {
    width: 90%;
  }
  .flyer1 img {
    width: 80%;
	display: block;
     margin: 0 auto;
  }
}

body #FirstView::before {
	content: "";
	position: absolute;
	right: 0;
	width: 480px;
	height: 546px;
	background-image: url("https://megu-group.com/wp-content/themes/megu-group-2023/common/images/servieces/chocolatier-megu/587613559798890786.jpg") !important;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(15deg) translate(10px, -10px);
	z-index:0;
	opacity: 0.7;
	pointer-events: none;
}
body #CpArea02:before {
	content: "";
	position: absolute;
	left: 0;
	width: 480px;
	height: 546px;
	background-image: url("https://megu-group.com/wp-content/themes/megu-group-2023/common/images/servieces/chocolatier-megu/587613579965104440.jpg") !important;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-15deg) translate(10px, -10px);
	z-index: 0;
	opacity: 0.7;
	pointer-events: none;
}

.concept-text {
  background: linear-gradient(
    45deg,
    #fee9a0 0%,
    #daaf08 45%,
    #b67b03 70%,
    #daaf08 85%,
    #fee9a0 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(3px 3px 5px #000);
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho",
    serif;
  font-weight: 900;
  letter-spacing: 0.3em;
}
.concept-text2 {
  position: relative; /* これを追加！背景画像より手前に持ってくる */
  z-index: 1;
  background: linear-gradient(
    45deg,
    #ffffff 0%,
    #e5e5e5 45%,
    #b0b0b0 70%,
    #e5e5e5 85%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho",
    serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
.concept-text,
.concept-text2 {
  /* 0.5pxだけ文字と同じ色の縁取りをつけて太らせる */
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
  paint-order: stroke fill;
}

/*メディアクエリーPC*/
@media (min-width: 768px) {
  .concept-text {
    line-height: 6rem;
  }
  .concept-text2 {
    line-height: 5rem;
  }
}
/*メディアクエリーモバイル*/
@media (max-width: 767px) {
  .concept-text {
    line-height: 1.8;
  }
  .concept-text2 {
    line-height: 1.6;
  }
}

.explantext {
  font-size: 16px;
}
.explantext img{
  max-width: initial;
	display: initial;
}
    

#ProductArea {
  display: block;
  margin: 20vh 0;
}
#B-Choco h3 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 1em;
  color: #ffffe6;
  text-shadow: 5px 5px 10px #3a0d02;
  -webkit-box-reflect: below -10px linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  margin-bottom: 10vh;
}
#B-Choco h4 {
  font-size: 26px;
  letter-spacing: 0.5em;
  color: #ffffe6;
  text-shadow: 5px 5px 10px #410000;
}
#B-Choco h5 {
  letter-spacing: 0.5em;
  color: #ffffe6;
  text-shadow: 5px 5px 10px #410000;
  padding: 1rem;
}

.productItem .ganache,
.productItem .productItem_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.ganache .ImageArea01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 540px;
  padding: 20px;
  margin: 5px;
  background-color: #000;
  box-shadow: 0 0 20px #434343;
}

.ganache h5,
.ganache h6,
.ganache p,
.ImageArea02 p,
.ImageArea03 p {
  width: 100%;
  margin-top: 1px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ganache h5 {
  font-size: 24px;
}
.ganache h6 {
  font-size: 16px;
}
.ganache_name_en {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5rem;
  padding-left: 20px;
  font-weight: 200;
  font-size: 16px;
}

.productItem_cat .ImageArea02,
.productItem_cat .ImageArea03 {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin: 5px;
  background-color: #000;
  box-shadow: 0 0 20px #434343;
}

.productItem_cat .ImageArea03 {
  width: 400px;
  height: 300px;
  display: inline-table;
}

.productItem2 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap; /* これを追加：入りきらない時に下へ送る */
  justify-content: center;
}

/* 2. 商品カテゴリーの幅を柔軟にする */
.productItem_cat .ImageArea02 {
    width: 100%;
    max-width: 500px;
    height: 400px;
    min-height: 400px;
    padding: 25px;
    margin: 10px 20px;
    background-color: #000;
    box-shadow: 0 0 20px #434343;
    box-sizing: border-box;
}

.ImageArea02 img {
  max-width: 100%; /* 親の幅より大きくならないようにする */
  height: auto;
}
.ImageArea02 img,
.ImageArea03 img {
  display: block;
  margin: 0 auto;
}

.staffP01 {
  font-size: 2em;
  font-weight: 600;
  text-shadow: 2px 2px 10px #fff;
}
.img_flex-01 {
  display: flex;
}

#StaffArea .img_flex-01-mg {
  margin: 2em;
}

.overview {
  margin-top: 10em;
}



/* overview */
.overview__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.overview__left,
.overview__right {
  flex: 0 1 calc((100% - 100px) / 2);
}
.overview__left-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
.overview-table + .overview-table {
  margin-top: 48px;
}
.overview-table__inner ,.price__table__inner{
  border-collapse: collapse;
  width: 100%;
}
.overview-table__header,.price__table__header {
  background-color: var(--bg-tertiary);
  border: 1px solid #bababa;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px;
  vertical-align: middle;
  width: 160px;
}
.blue_bg .price__table__header{
  background-color: var(--color-quaternary-01);

}

.overview-table__text,.price__table__text {
  background-color: var(--bg-primary);
  border: 1px solid #bababa;
  line-height: 1.6;
  text-align: center;
  padding: 16px;
}
.overview__map {
  margin-bottom: 20px;
  height: 300px;
  width: 100%;
}
.overview__right-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-align: center;
}
.overview__right-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
.overview__right-img {
  margin: 8px auto;
  width: 100%;
  max-width: 210px;
}
.overview__right-img2 {
    margin: 8px auto;
    width: 100%;
    max-width: 430px;
}
.overview__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  background-color: var(--color-secondary-01);
  border-radius: 5px;
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 auto;
  padding: 8px 12px;
  width: 100%;
  max-width: 372px;
}
.overview__btn-text {
  flex: 1;
}
.overview__btn-icon {
  width: 14px;
}
.overview-price{
  background-color: var(--bg-secondary);
  border-radius: 30px;
  padding: 80px 40px;
}
.price{
  border-radius: 30px;
  padding: 80px 40px;
}
.overview-price__title {
  color: var(--color-secondary-01);
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
.overview-price__lead {
  line-height: 1.6;
  margin-top: -32px;
  margin-bottom: 32px;
  text-align: center;
}
.group-home .overview-price__lead {
  margin-bottom: 80px;
}
.overview-price__body ,.price__body{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
.overview-price__item ,.price__item{
  flex: 0 1 calc((100% - 20px) / 2);
}
.overview-price__item--col1 {
  flex: 0 1 100%;
  max-width: 850px;
}
.overview-price__item-title,.price__item-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  text-align: center;
  min-height: 64px;
}
.overview-price__item-text,.price__item-text {
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 16px;
}
.overview-price-table .overview-table__header,.price-table .price__table__header {
  padding: 12px;
}
.overview-price-table--wide .overview-table__header {
  letter-spacing: 0;
  width: 200px;
}
.overview-price__item--col1 .overview-table__header {
  width: 200px;
}
.overview-price-table .overview-table__text,.price-table .price__table__text {
  padding: 12px;
}
.overview-table__text.text-left {
  text-align: left;
}
.overview-table__text .text-sm {
  font-size: 1.4rem;
}
.instagram__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  background: linear-gradient(
    90deg,
    #4c64d3 0%,
    #cf2e92 36.98%,
    #f26939 65.63%,
    #ffdd83 100%
  );
  border-radius: 40px;
  margin: 40px auto 0;
  height: clamp(60px, 60 / 375 * 100vw, 70px);
  width: 85%;
  max-width: 330px;
}
.instagram__btn-icon {
  width: 24px;
}
.instagram__btn-text {
  color: var(--color-white);
  font-size: clamp(1.6rem, 16 / 375 * 100vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .overview__left,
  .overview__right {
    flex: 0 1 calc((100% - min(20 / 769 * 100vw, 100px)) / 2);
  }
  .overview__right-title {
    font-size: min(20 / 769 * 100vw, 2.4rem);
  }
  .overview-price {
    padding: 80px 20px;
  }
  .overview-price__body {
    column-gap: min(20 / 769 * 100vw, 40px);
  }
  .overview-price__item {
    flex: 0 1 calc((100% - min(20 / 769 * 100vw, 40px)) / 2);
  }
  .overview-price__item--col1 {
    flex: 0 1 100%;
    max-width: 850px;
  }
  .overview-price__item-title {
    font-size: clamp(1.6rem, 16 / 769 * 100vw, 2rem);
    min-height: min(52 / 769 * 100vw, 64px);
  }
}
@media screen and (max-width: 768px) {
  .overview__inner {
    max-width: 580px;
  }
  .overview__body {
    row-gap: 32px;
    margin-bottom: 32px;
  }
  .overview__left,
  .overview__right {
    flex: 0 1 100%;
  }
  .overview__left-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .overview__right-title {
    font-size: 2rem;
  }
  .overview-price {
    border-radius: 20px;
    padding: 20px;
  }
  .overview-price__body {
    row-gap: 32px;
  }
  .overview-price__title {
    font-size: clamp(1.8rem, 20 / 375 * 100vw, 2.6rem);
    margin-bottom: 32px;
  }
  .group-home .overview-price__lead {
    margin-bottom: 32px;
  }
  .overview-price__item {
    flex: 0 1 100%;
  }
  .overview-price__item-title {
    margin-bottom: 16px;
    min-height: auto;
  }
}
@media screen and (max-width: 540px) {
  .overview-table__header {
    display: block;
    border-bottom: none;
    padding: 8px;
    width: 100%;
  }
  .overview-table__text {
    display: block;
    padding: 12px;
  }
  .overview-price-table--wide .overview-table__header {
    width: 100%;
  }
  .overview-price__item--col1 .overview-table__header {
    width: 100%;
  }
  .overview-price-table--scroll .overview-table__header {
    display: table-cell;
    border: 1px solid #bababa;
    width: auto;
  }
  .overview-table__row:not(:first-child) .overview-table__header {
    border-top: none;
  }
  .price__table__row:not(:first-child) .price__table__header {
    border-top: none;
  }
  .overview-price-table--scroll .overview-table__text {
    display: table-cell;
  }
  .overview-price-table .overview-table__header {
    padding: 8px;
  }
}
