@charset "UTF-8";
@import url(font.css);
/* Common */
header {
  margin-bottom: 0 !important;
}

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

footer {
  margin-top: 0 !important;
}

#main article h1 {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

/* godzilla */
/* common */
.sp {
  display: none;
}

.pc {
  display: block;
}

.pc_space {
  display: inline-block;
}

img {
  display: block;
  height: auto;
}

.mv img {
  display: block;
  margin: 0 auto;
  max-height: 90vh;
}

.mv picture {
  max-height: 90vh;
}

.point_title {
  font-family: "SourceHanSerif", serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.product_image img {
  display: block;
  margin: 0 auto;
}

.title03 {
  background-image: url(../images/title01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 34px;
  padding: 1.5em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.title03 p {
  font-family: "SourceHanSerif", serif;
  font-weight: 700;
}

.pointsection {
  background-color: #29061b;
}

.point_title {
  background-image: url(../images/title02_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 34px;
  padding: 1.5em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.point_content {
  padding: 120px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.point img {
  display: block;
  width: 100%;
}

.point p {
  font-family: "NotoSansJP", serif;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  text-align: center;
}

.pkgsection {
  background-image: url(../images/pkg_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.pkg_title p {
  font-family: "SourceHanSerif", serif;
  font-weight: 700;
  font-size: 34px;
  margin-left: 20px;
  text-align: left;
  background: linear-gradient(90deg, #f0a882 0%, #e88787 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infomationsection {
  max-width: 1200px;
  margin: 0 auto;
}

.info_txt {
  max-width: 900px;
  margin: 0 auto;
  font-family: "NotoSansJP", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}

.info_img {
  margin: 40px 0 0;
}

.pointsection_wrap {
  position: relative;
}

.pointsection_wrap::before {
  content: "";
  position: absolute;
  top: -7%;
  left: 0;
  width: 40%;
  height: 40%;
  background-image: url(../images/point_img_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  background-size: contain;
}

.pointsection_wrap::after {
  content: "";
  position: absolute;
  bottom: -8%;
  right: -3%;
  width: 40%;
  height: 40%;
  background-image: url(../images/point_img_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  background-size: contain;
}

.point picture {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.point.decoration01 picture::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -79px;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background: url("../images/point_dec_1.png") no-repeat center/contain;
  z-index: -1;
}

.point.decoration02 picture::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -79px;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background: url("../images/point_dec_2.png") no-repeat center/contain;
  z-index: -1;
}

.point p {
  position: relative;
  z-index: 2;
}

.main_slider {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery_title img {
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
}

.gallerysection a img {
  opacity: 1;
}

.gallery_content {
  max-width: 669px;
  margin: 0 auto;
}

.gallery_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery_item {
  width: calc(21% - 10px);
}

#spec .box,
#online_spec .box {
  max-width: 1000px;
  /* 最大幅だけ制限 */
  width: 100%;
  margin: 0 auto;
  display: block;
  border: aliceblue solid;
  padding: 2%;
  margin-top: 30px;
  font-size: 20px;
}

#online_spec .title04 {
  background-color: #40184a;
}

#online_spec {
  background-color: #1e0e38;
  padding-bottom: 100px;
}

#spec .right,
#online_spec .right {
  text-align: right;
}
#spec .right a,
#online_spec .right a {
  color: #fff;
}

#spec h3,
#online_spec h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.series_num {
  font-size: 20px;
}

.online_spec_txt {
  max-width: 1000px;
  padding: 2%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}

#spec {
  margin-bottom: 100px;
}

.online_spec_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.title04 img {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.3% 2%;
}

#gzl .shop {
  text-align: center;
  margin-top: 50px;
}

.banner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.banner_img {
  max-width: 450px;
}

#gzl .shop a {
  padding: 31px 40px 33px;
  color: #FFFFFF;
  background: linear-gradient(0deg, #dc0a0a 0%, #dc0a0a 49%, #f50000 50%, #f50000 100%);
  text-align: center;
  border-radius: 10px;
  font-size: 186%;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.link {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 3%;
}

.caution {
  max-width: 1000px;
  padding: 2%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */