@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');

/*-------------------------------------------
リセットCSS
-------------------------------------------*/

.body * {
  margin: 0;
  padding: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  text-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.body ul,
.body li {
  list-style: none;
}

.body a {
  text-decoration: none;
  color: inherit;
}

/*-------------------------------------------
共通部分
-------------------------------------------*/
.body {
  color: #1D1D1F;
  line-height: 1;
  background-color: #fff;
}

.body img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrap01 {
  max-width: 1300px;
  width: calc(100% - 30px);
  margin: auto;
  padding-top: 60px;
}

.wrap02 {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: auto;
  padding: 60px 0;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.body a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.body p {
  font-size: 16px;
  transform: rotate(0.05deg);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width:768px) {
  .center {
    max-width: 500px;
  }

  .flex {
    flex-direction: column;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

:root {
  --black01: #1D1D1F;
  --brown01: #413830;
  --green01: #009A45;
  --green02: #CCED83;
  --green03: #9AE661;
  --beige01: #FDFCDB;
  --orange01: #EE8401;
  --gray01: #A1A1A1;
  --gray02: #EFEFEF;
  --yellow01: #FDFCDB;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.headerGrp {
  background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250828/bg_maintitle.png);
  background-size: cover;
  padding: 80px 0 60px 0;
  margin-top: 40px;
}

.headerGrp .wrap01 {
  padding-top: 0;
  position: relative;
}

.main-title {
  margin-bottom: 35px
}

.headerGrp p {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.illust-nendo1 {
  position: absolute;
  top: -125px;
}

.illust-kids1 {
  position: absolute;
  top: -140px;
  right: 0;
}

.illust-kids2 {
  position: absolute;
  top: 290px;
}

.illust-nendo2 {
  position: absolute;
  top: 290px;
  right: 0;

}

@media screen and (max-width: 768px) {

  .headerGrp {
    margin-top: 50px;
  }

  .headerGrp p {
    font-size: 20px;
  }

  .main-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .illust-nendo1 {
    width: 35%;
    top: -110px;
  }

  .illust-kids1 {
    width: 45%;
    top: -110px;
  }

  .illust-kids2 {
    width: 45%;
    top: 360px;
    left: -50px;
  }

  .illust-nendo2 {
    width: 30%;
    top: 360px;
    right: -15px;
  }

}

/*-------------------------------------------
商品の見かた
-------------------------------------------*/
.mikataGrp {
  background-color: var(--beige01);
}

.mikataGrp h2 {
  color: var(--green01);
  font-weight: 900;
  font-size: 36px;
}

.mikata {
  display: flex;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 8px var(--orange01);
  text-align: left;
  padding: 30px;
  position: relative
}

.mikata .textBox {
  width: 45%;
  margin-right: 30px;
}

.mikata .title {
  color: var(--orange01);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.1;
}

.mikata .mikata-text {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.mikata .chushaku {
  color: red;
  font-weight: 600;
  font-size: 14px;
}

.check {
  position: absolute;
  right: -80px;
  top: 20%;
}

@media screen and (max-width: 768px) {
  .mikata {
    padding: 20px;
  }

  .mikata .textBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .mikata .title {
    text-align: center;
  }

  .mikata .mikata-text {
    line-height: 1.4;
  }

  .mikata img {
    width: 100%;
  }

  .check {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0 auto;
    width: 70%;
  }
}

/*-------------------------------------------
タブ共通
-------------------------------------------*/
.tabGrp {
  background-color: var(--beige01);
}

.tabGrp .wrap02 {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.tabGrp li {
  width: 49%;
}

.tabGrp a {
  background-color: var(--gray01);
  padding: 18px;
  color: #ffffff;
  font-weight: 800;
  font-size: 30px;
  display: block;
  text-align: center;
  border-radius: 20px 20px 0 0;
  line-height: 1.2;

}

.tabGrp a:hover {
  opacity: 0.8;
}

.tabGrp a.current {
  background-color: var(--green01);
}

#contents {
  background-color: var(--green02);
  background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250828/bg.png);
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: fixed;
}

#contents .flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .tabGrp a {
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 15px 15px 0 0;
  }

  #contents {
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20250828/bg_sp1.png);
    background-size: 100%;
    background-repeat: repeat;
  }
}

/*ハンバーガーメニュー-----------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 25%;
  height: 100dvh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 25%;
  height: calc(100vh - 15.625vw);
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: grid;
  grid-template-columns: 1fr;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  max-width: fit-content;
  padding-left: 0;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  padding-bottom: 40px;
}

#g-nav li:last-child {
  padding-bottom: 0;
}


#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 0.65em 1.25em;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: var(--green01);
  border-radius: 50px;
}

#g-nav li.menu_offerBtn,
#g-nav li.menu_LW-Btn,
#g-nav li.menu_LWR-Btn {
  padding-top: 10px;
}

#g-nav li.menu_offerBtn a {
  background: var(--blue03);
  color: #fff !important;
  border-radius: 100px;
}

#g-nav li.menu_LW-Btn a {
  background: var(--green01);
  color: #fff !important;
  border-radius: 100px;
}

#g-nav li a i {
  vertical-align: baseline;
  color: #fff !important;
  margin-right: 7px;
}

#g-nav li a:hover {
  opacity: 0.75;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  bottom: 90px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: var(--green01);
  border: 3px solid #fff;
  border-radius: 3px 0 0 3px;
}

.openbtn.active {
  background: var(--green02);
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

@media (max-width: 768px) {
  #g-nav li a {
    font-size: 20px;
  }

  .openbtn {
    width: 60px;
    height: 55px;
    bottom: 80px;
  }

  .openbtn span {
    left: 15px;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 17px;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 17px;
  }

  #g-nav {
    width: 100%;
  }

  #g-nav h2 {
    width: 60%;
    margin: 50px auto;
  }

  #g-nav .box {
    margin-bottom: 20px;
  }

  #g-nav .link-btn p {
    padding: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }

}

/*ハンバーガーメニューここまで---------------*/




/*-------------------------------------------
種類で選ぶタブ
-------------------------------------------*/
#tab1 h2,
#tab2 h2 {
  color: var(--brown01);
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.tab1-intro p,
.tab2-intro p {
  color: var(--brown01);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}

.card_btn {
  width: calc(100%/3);
  text-align: center;
  padding: 30px 30px 10px 30px;
  margin-bottom: 30px;
  display: flex;
  transition: transform 0.5s ease;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}

.card_btn:hover {
  transform: translateY(10px);
}

#tab2 .card_btn#btn_06 img {
  width: 72%;
  margin-right: 30px;
}

#tab2 .card_btn#btn_10 img {
  width: 87%;
}

#tab2 .card_btn#btn_11 img,
#tab2 .card_btn#btn_12 img {
  width: 93%;
}

.card_btn img {
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

#tab2 .card_btn {
  padding: 35px 30px 10px 30px;
  margin-bottom: 50px;
  align-items: center;
}

.card_btn.is-active {
  transform: scale(1.2) translateY(-15px);
}

.shuruiGrp {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #ffffff;
  padding: 50px;
  display: none;
  margin-top: 20px;
  /* .closeBtnのスペースを確保 */
  position: relative;
}

.closeBtn {
  position: absolute;
  top: -30px;
  right: 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--brown01);
  cursor: pointer;
  z-index: 10;
}

.closeBtn span {
  margin-left: 5px;
  font-weight: 600;
}

.shuruiGrp .wrap02 {
  width: 100%;
  padding: 0;
}

.shuruiGrp p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.description {
  background-color: var(--gray02);
  max-width: 1100px;
  margin: 0 auto 50px auto;
  border-radius: 20px;
  padding: 30px 50px;
  text-align: left;
}

.description .subhead {
  color: var(--green01);
  font-weight: 900;
  font-size: 25px;
  display: block;
  border-bottom: dotted 3px var(--gray01);
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: none;
}

.description .subhead~.subhead {
  margin-top: 20px;
}

.description p {
  color: var(--black01);
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}

.description div p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}

.shuruiGrp ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px;
  justify-content: center;
  margin-top: 50px;
}

.movie {
  display: block;
  position: relative;
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);

  /* 正円のスタイルは疑似要素に移したので削除 */
  background-color: transparent;
  border-radius: 0;
  width: 165px;
  height: 165px;
  padding: 0;

}

.movie img:not(.play-icon) {
  /* 修正点：親要素のサイズに合わせ、アスペクト比を維持して表示する */
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.play-icon {
  position: absolute;
  top: 5px;
  left: 0;
}

/* 正円の背景を::beforeで生成 */
.movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--yellow01);
  /* 正円の背景色 */
  border-radius: 50%;
  /* 正円にする */
  z-index: 0;
  /* 他の画像の下に配置 */

  /* ホバー時のオーバーレイ効果も同時に設定 */
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
  /* 初期状態では背景を表示 */
}

/* ホバー時の黒いオーバーレイを::afterで実装 */
.movie::after {
  content: "動画でチェック！";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 黒い半透明の背景色 */
  border-radius: 50%;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* 初期状態では非表示 */
  transition: .6s cubic-bezier(0.33, 1, 0.68, 1);
}

.movie:hover::after {
  opacity: 1;
  /* ホバー時に表示 */
}


/* 動画を出現させるモーダルウィンドウ ここから*/
/* モーダルの背景を暗くするオーバーレイ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  /* 中央寄せのプロパティを確実に適用 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  /* クリックできないようにする */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* モーダルウィンドウ本体 */
.modal-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  max-width: 1100px;
  width: 80%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* 中央配置のためにtransformを使用 */
  transform: scale(0.9);
  /* 初期状態では少し小さくしておく */
  transition: transform 0.3s ease;
}

/* モーダル表示時のスタイル */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* モーダル表示時にモーダルコンテンツを拡大 */
.modal-overlay.active .modal-content {
  transform: scale(1);
}

/* 動画のコンテナ */
#modal-video-container {
  position: relative;
  width: 100%;
  /* 動画のアスペクト比を16:9に保つ */
  padding-top: 56.25%;
  /* 9 / 16 = 0.5625 */
}

/* 埋め込まれた動画をコンテナにフィットさせる */
#modal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: -5px;
  right: -40px;
  font-size: 35px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

/* 動画を出現させるモーダルウィンドウ ここまで*/

.modal-close:hover {
  color: #333;
}

.detailBtn {
  background-color: var(--green01);
  border-radius: 7px;
  padding: 7px 5px 7px 20px;
  margin-top: 15px;
  display: block;
  transition-duration: 0.5s;
}

.detailBtn:hover {
  background-color: var(--green03);
}

.detailBtn:hover i {
  transform: translateX(15px);
  transition-duration: 0.5s;
}

.detailBtn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline;
  margin-right: 10px;
}


@media screen and (max-width: 768px) {
  .tabGrp a {
    padding: 10px 15px 10px 15px;
    font-size: 24px;
    border-radius: 15px 15px 0 0;
  }

  #tab1 h2,
  #tab2 h2 {
    margin-bottom: 30px;
  }

  .tab1-intro p,
  .tab2-intro p {
    margin-bottom: 20px;
  }

  #tab1.wrap02,
  #tab2.wrap02 {
    width: 100%;
  }

  .closeBtn {
    top: -25px;
    right: 20px;
  }

  .card_btn {
    width: 100%;
    padding: 20px 40px 10px 40px;
  }

  #tab2 .card_btn {
    padding: 35px 100px 10px 100px;
    margin-bottom: 15px;
  }

  .card_btn img {
    width: 100%;
    max-width: initial;
  }

  .card_btn.is-active {
    transform: none;
  }

  #tab2 .card_btn#btn_02 img {
    width: 115%;
  }

  #tab2 .card_btn#btn_03 img {
    width: 110%;
  }

  #tab2 .card_btn#btn_04 img,
  #tab2 .card_btn#btn_05 img {
    width: 90%;
  }

  #tab2 .card_btn#btn_06 img {
    width: 110%;
    /* margin-right: 30px; */
  }

  #tab2 .card_btn#btn_03 img {
    width: 105%;
  }

  #tab2 .card_btn#btn_08 img {
    width: 123%;
  }

  #tab2 .card_btn#btn_09 img {
    width: 127%;
  }

  #tab2 .card_btn#btn_10 img {
    width: 127%;
  }

  #tab2 .card_btn#btn_11 img,
  #tab2 .card_btn#btn_12 img {
    width: 138%;
    margin-right: 10px;
  }

  .shuruiGrp {
    /* margin: auto; */
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }

  .description {
    padding: 25px;
  }

  .description p {
    line-height: 1.3;
  }

  .shuruiGrp ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .modal-content {
    width: 100%;
    padding: 0;
  }

  .modal-close {
    top: -45px;
    right: 10px;
  }

  /* 種類で選ぶ内の順番 */
  #ekitai_btn {
    order: 1;
  }

  #ekitaiGrp {
    order: 2;
  }

  #keiryo_btn {
    order: 3;
  }

  #keiryoGrp {
    order: 4;
  }

  #shokuhin_btn {
    order: 5;
  }

  #shokuhinGrp {
    order: 6;
  }

  #tokushu_btn {
    order: 7;
  }

  #tokushuGrp {
    order: 8;
  }

  #tsuchi_btn {
    order: 9;
  }

  #tsuchiGrp {
    order: 10;
  }

  #abura_btn {
    order: 11;
  }

  #aburaGrp {
    order: 12;
  }

  #kami_btn {
    order: 13;
  }

  #kamiGrp {
    order: 14;
  }

  #ishiko_btn {
    order: 15;
  }

  #ishikoGrp {
    order: 16;
  }

  #mokufun_btn {
    order: 17;
  }

  #mokufunGrp {
    order: 18;
  }

  /* 柔らかさで選ぶ内の順番 */
  #btn_01 {
    order: 1;
  }

  #S01Grp {
    order: 2;
  }

  #btn_02 {
    order: 3;
  }

  #S02Grp {
    order: 4;
  }

  #btn_03 {
    order: 5;
  }

  #S03Grp {
    order: 6;
  }

  #btn_04 {
    order: 7;
  }

  #S04Grp {
    order: 8;
  }

  #btn_05 {
    order: 9;
  }

  #S05Grp {
    order: 10;
  }

  #btn_06 {
    order: 11;
  }

  #S06Grp {
    order: 12;
  }

  #btn_07 {
    order: 13;
  }

  #S07Grp {
    order: 14;
  }

  #btn_08 {
    order: 15;
  }

  #S08Grp {
    order: 16;
  }

  #btn_09 {
    order: 17;
  }

  #S09Grp {
    order: 18;
  }

  #btn_10 {
    order: 19;
  }

  #S10Grp {
    order: 20;
  }

  #btn_11 {
    order: 21;
  }

  #S11Grp {
    order: 22;
  }

  #btn_12 {
    order: 23;
  }

  #S12Grp {
    order: 24;
  }

}





/* スマ介_____EC-CUBE対策 */

main.l-container {
  width: 100%;
}

.c-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contentInner {
  width: auto;
  padding-bottom: 0;
}

#wide_main_contents {
  width: 100%;
}

.c-breadcrumb {
  width: 1200px;
  margin: auto;
}

h2 {
  background: none;
}

#fil {
  margin: 0 auto;
}

@media (max-width: 1230px) {
  main.l-container {
    width: 123rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .l-container {
    width: 120rem;
  }

  #contentInner {
    width: 1200px;
    padding-bottom: 0;
  }

  #wide_main_contents {
    width: 1200px
  }
}