@charset "UTF-8";

/* 下層ページ共通部分 */
.container.under_page {
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 118px;
}

ul.att {
  margin: 0 auto;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
}

.ttl_txt {
  font-size: 18px;
  text-align: center;
}

.txt {
  font-size: 18px;
  text-align: center;
}

.normal_txt {
  font-size: 16px;
  text-align: center;
}

.page_txt {
  font-size: 14px;
  text-align: center;
}

.page_ttl {
  /* background-image: url(../img/copy_img.jpg); */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
}
.page_ttl h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #eae4d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_ttl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

figure {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container.under_page {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .container.under_page {
    padding-top: 0;
  }

  .page_ttl {
    background-position: center right;
    padding: 18% 0;
  }

  .page_ttl h2 {
    font-size: 24px;
  }

  .page_ttl h2 span {
    font-size: 13px;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .txt {
    font-size: 14px;
  }

  .ttl_txt {
    font-size: 16px;
  }
}

/* 下層ページ共通部分ここまで */
.w_100 {
  width: 100%;
}

#design .txt {
  line-height: 2;
}

.item_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.en_txt {
  display: block;
  font-size: 24px;
  text-align: left;
}

.copy_area {
  text-align: center;
}

.design_copy {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 70px;
}
.design_copy p {
  text-align: left;
}
.landscape {
  background: #f6f5f0;
  padding: 70px 0 140px 0;
}
.design02 {
  margin-top: 40px;
}

.design_Box01 {
  margin-top: 100px;
}

.design_Box02 {
  margin-top: 100px;
}

.design_2column {
  flex-wrap: wrap;
  margin-top: 30px;
}

.design_2column li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}

.design_2column li:nth-of-type(2n) {
  margin-right: 0;
}

/* .design_4column {
  flex-wrap: wrap;
  margin-top: 30px;
}

.design_4column li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.design_4column li:nth-of-type(4n) {
  margin-right: 0;
} */

.entrance01 .en_txt,
.entrance02 .en_txt {
  text-align: center;
}

.txt_Area {
  color: #fff;
  background: #37302e;
  padding: 60px 0;
}

.line {
  width: 100px;
  height: 5px;
  /* background-image: -moz-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%); */
  background-image: -webkit-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%);
  /* background-image: -ms-linear-gradient(0deg, rgb(84, 193, 224) 0%, rgb(0, 103, 164) 100%); */
  margin: 20px auto;
}

.view_over {
  padding: 100px 0;
}

.design14 {
  margin-top: 30px;
}

.other_2column {
  flex-wrap: wrap;
  margin-top: 60px;
}

.other_2column .normal_txt,
.other_2column .item_txt {
  text-align: left;
}

.other_2column .normal_txt {
  margin-top: 10px;
}

.other_2column li {
  width: calc((100% - 60px) / 2);
  max-width: 470px;
  margin-right: 60px;
}

.other_2column li:nth-of-type(2) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .en_txt {
    font-size: 18px;
  }
  .design_copy {
    padding: 40px 0;
  }
  .landscape {
    padding: 40px 0 100px 0;
  }
  .design02 {
    margin-top: 20px;
  }
  .design_Box01 {
    margin-top: 60px;
  }
  .design_2column {
    margin-top: 15px;
  }
  .design_2column li {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
  }
  .design_2column li:nth-of-type(2n) {
    margin: 0 auto;
  }
  .design_2column li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .design_Box02 {
    top: 60px;
  }
  /* .design_4column {
    margin-top: 15px;
  }
  .design_4column li {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
  }
  .design_4column li:nth-of-type(2) {
    margin-right: 0;
  }
  .design_4column li:nth-of-type(n + 3) {
    margin-top: 30px;
  } */
  .txt_Area {
    padding: 30px 0;
  }
  .view_over {
    padding: 30px 0;
  }
  .other_2column li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .other_2column li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .js-scrollable {
    overflow-y: hidden!important;
  }
  .js-scrollable img {
    width: 1000px;
    height: auto;
  }
}

/* CG非表示によるレイアウト調整20230623追加 */
.view_over {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .landscape {
    padding: 40px 0 50px 0;
  }
  .view_over {
    padding: 0 0 50px 0;
  }
}

/* ご購入様の声 */
.abs_on {
  position: absolute;
  top: 118px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .abs_on {
    position: absolute;
    top: 158px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ranking_bg {
    background-image: url(../img/20250124_BG_ranking_sp.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; /* デフォルトでカバー */
  height: auto; /* 必要に応じて高さを調整 */
  height: auto; /* 必要に応じて高さを調整 */
      background-clip: content-box;
  }
}

/* 1921px以上の場合 */
@media screen and (min-width: 1921px) {
  .ranking_bg {
    background-image: url(../img/20250124_BG_ranking_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; /* デフォルトでカバー */
  height: auto; /* 必要に応じて高さを調整 */
      background-size: 100% auto; /* 横幅をブラウザー幅にフィット */
  }
}

/* 1920px以下の場合 */
@media only screen and (min-width: 768px) {
  .max_img {
max-width: 700px;
width: 90%;
  }
  .ranking_bg {
    background-image: url(../img/20250124_BG_ranking_pc.jpg);
  background-position:  center;
  background-repeat: no-repeat;
  background-size: cover; /* デフォルトでカバー */
  height: auto; /* 必要に応じて高さを調整 */
      background-size: auto 100vh; /* 縦幅を固定 */
      background-clip: content-box;
  }
}


a:hover  img{
  opacity: 0.7;
}

section.img_green {
  background: #C3CC80;
}

.abs_tab {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100%;
  min-height: 500px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列を均等に配置 */景色 */
  margin-left: auto;
  margin-right: auto;
  
}
.grid-item {
  border-radius: 8px;
  padding: 20px;
  font-size: 18px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.grid-item:hover {
  transform: translateY(-5px);
}

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

 

  .grid-item {
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    transition: transform 0.2s, box-shadow 0.2s;
  }
}

.tab-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.2s;
}

.tab-button img {
  width: 250px;
  height: auto;
  transition: opacity 0.2s;
}

.tab-button.active img {
  opacity: 1;
}



.tab-button img:hover {
  transform: translateY(-5px);
}

.tab-content {
  display: none;
  background-color: #fff;
  padding: 20px;
}

.tab-content.active {
  display: block;
}

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

  .abs_tab {
    position: absolute;
    top: -65px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }


  .tab-button img {
    max-width: 200px;
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
  }

  .tab-button {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    transition: transform 0.2s;
  }

  .tab-content {
    display: none;
    background-color: #fff;
    padding: 10px;
  }

}

/* 吹き出しの基本スタイル */
.speech-bubble {
  position: relative;
  background-color: #fff; /* 吹き出しの背景色 */
  border: 1px solid #ccc; /* 枠線 */
  border-radius: 10px; /* 枠の角を丸くする */
  padding: 20px;
  width: 300px; /* 幅を適宜調整 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 矢印のスタイル */
.speech-bubble::before {
  content: "";
  position: absolute;
  top: -10px; /* 吹き出しの上部に配置 */
  left: 20px; /* 矢印の位置を調整 */
  border-width: 0 10px 10px 10px; /* 矢印の三角形を作る */
  border-style: solid;
  border-color: transparent transparent #fff transparent; /* 下側だけ色を付ける */
  display: block;
  width: 0;
  height: 0;
  z-index: 1; /* 矢印を枠線の内側に表示 */
}

/* 親要素でラップのスタイルを設定 */
.bubble-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  background-color: #f9e3e4; /* 背景色 */
  padding: 20px;
  border-radius: 10px;
}

.small_img {
  width: 30%!important;
  height: auto;
}