@charset "UTF-8";
@import url(font.css);
/* 共通　左右の空白を解除 全幅 */
header {
  margin-bottom: 0 !important;
}

#main .mainInner {
  max-width: none !important;
  font-family: "NotoSansJP", sans-serif;
}

footer {
  margin-top: 0 !important;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

a {
  text-decoration: none;
}

#main article h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  border-bottom: none;
  text-align: center;
}

/* レイバーテインのスタイル*/
.specialContents {
  background-color: #0f0f0f;
  color: #ffffff;
}

#social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.twitter,
.facebook {
  line-height: 1;
}

.title_concept {
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 10px;
}

.link {
  text-decoration: none;
  text-align: center;
  margin-top: 60px;
}

#concept .message-banner {
  font-family: "ZenOldMincho";
  font-weight: 700;
}

.message-banner {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/80;
  background-image: url("../images/title_bg_red.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.message-banner_text {
  position: absolute;
  left: 2.6%;
  top: 50%;
  transform: translateY(-50%);
  width: 84%;
  height: auto;
  display: block;
}

#concept {
  margin-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.concept_cnt_txt {
  padding-top: 20px;
}

#concept_cnt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.concept_ttl,
.title_detail {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

#concept_image {
  width: 100%;
  max-width: 518px;
  margin-top: -73px;
}

.txt {
  width: 100%;
}

.txt p {
  max-width: 500px;
  margin-top: 4rem;
  line-height: 1.7;
  width: 90%;
}

#spec {
  border: 1px solid #fff;
  max-width: 370px;
  padding: 28px;
  line-height: 1.7;
  margin: 30px auto 0;
}

#spec_link {
  text-align: right;
  margin: 30px auto 0;
}

#spec_link a {
  text-decoration: underline;
  color: #fff;
}

.point {
  margin: 0 20px;
  border: 5px solid #936828;
  background-color: #e6e6e6;
  max-width: 1000px;
  margin: 40px auto 0;
}

.point_ttl {
  padding: 2px 0 6px;
  background: url(../images/point_bg.png) no-repeat center top;
  color: #fff;
}

.point_ttl p {
  text-align: center;
  font-size: 137%;
  font-weight: bold;
}

.point_cnt {
  padding: 20px 20px 15px;
  color: #000;
}

.point_cnt ul {
  list-style-type: disc;
}

.point_cnt ul li {
  margin: 0 0 5px 25px;
}

.detail_cnt ul.gallery_item_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

#detail {
  margin-top: 40px;
}

.detail_ttl {
  margin-top: 30px;
}

.detail_txt {
  text-align: center;
  padding: 20px;
  background-image: linear-gradient(0deg, #c98e47, #936828);
  color: #000;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.detail_txt p {
  font-family: "ZenOldMincho";
  font-weight: 700;
}

.detail_cnt {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  margin-top: 40px;
}

.detail_cnt.three_rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.detail_cnt.two_rows {
  margin-top: 20px;
}

.detail_cnt_image_wrap {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
}

.detail_cnt_image_wrap ul.gallery_item_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.detail_cnt_txt {
  padding: 20px;
  text-align: center;
  line-height: 1.7;
}

.detail_cnt_image {
  width: 100%;
  max-width: 1000px;
  order: 0;
}

.detail_cnt_image_wrap p {
  margin-top: 10px;
  line-height: 1.7;
}

#option_parts_cnt {
  margin: 40px auto 0;
  max-width: 1500px;
  text-align: center;
}

.caution {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 60px;
}

.shop {
  text-align: center;
  margin-top: 60px;
}

.option_parts.point_cnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.option_parts.point_cnt ul {
  margin: 0;
  padding: 0;
}

.option_parts.point_cnt li {
  margin-bottom: 10px;
}