@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) {
  .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.blue_bg {
  background: #BCD5DE;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #007995;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
  gap: 5rem; /* 各アイテム間の余白を1remに設定 */
  width: 100%; /* 全体の幅を100%に設定 */
}

@media (max-width: 768px) { /* SP用メディアクエリ */
  .grid-container {
    grid-template-columns: 1fr; /* SPでは1列 */
  }
}

.feature-item {
  display: flex;
  align-items: flex-start; /* ※ アイテムを上端で揃える */
  gap: 1rem; /* 番号とテキスト間の余白 */
  padding: 1rem; /* 全体の内側余白 */
}

.feature-number {
  font-size: 2rem; /* 番号を大きく表示 */
  font-weight: bold; /* 太字にする */
  color: #006b8a; /* 番号の色 */
  font-family: "Garamond", "Times New Roman", serif;
  line-height: 1; /* ※ 行間を詰めることで位置を調整 */
  font-style: italic;
}

.feature-content {
  display: flex;
  flex-direction: column; /* タイトルと説明文を縦に並べる */
}

.feature-title {
  font-size: 1.0rem; /* タイトルの文字サイズ */
  font-weight: bold; /* タイトルを太字にする */
  margin: 0; /* 不要な余白を削除 */
  text-align: left;
  font-family: sans-serif;
}

.feature-description {
  font-size: 0.9rem; /* 説明文の文字サイズ */
  margin: 0.5rem 0 0; /* タイトルとの間に少し余白を入れる */
  text-align: left;
  font-family: sans-serif;
}
