#header {
  margin: 0 0 153px;
}
#header #key {
  position: relative;
}
#header #key .group-video {
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  bottom: -92px;
}
#header #key .group-video .video video {
  width: 100%;
  height: auto;
}

.banner_common {
  position: relative;
  padding: 32px 0 20px;
  text-align: center;
  background-image: -webkit-linear-gradient(-180deg, rgb(5, 83, 176) 0%, rgb(0, 198, 255) 100%);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17), inset 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
}
.banner_common .sub-title-banner {
  padding: 4px 0 0;
  top: -21px;
  position: absolute;
  left: 3px;
  right: 3px;
  background: url("../img/index/bg_ttl.png") no-repeat center/100% auto;
  color: #d71c1c;
  text-align: center;
  font-size: min(17px, 4.52vw);
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 1px 2px rgba(0, 0, 0, 0.28);
}
.banner_common .sub-title-banner .cl {
  color: #01061b;
}
.banner_common .sub-title-banner .fs {
  font-size: min(24px, 7.5vw);
}
.banner_common .sub-title-banner .fs small {
  font-size: min(18px, 5.7vw);
}
.banner_common .title-banner {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: min(26px, 7vw);
  line-height: 1;
  color: #ffe300;
}
.banner_common .title-banner .db {
  color: #fff;
  display: block;
  font-size: min(18px, 5vw);
  margin: 0 0 5px;
}
.banner_common .title-banner .fs {
  font-size: 80%;
}
.banner_common .btn-link {
  margin: 10px auto 0;
  width: 300px;
}
.banner_common .btn-link a {
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  border-radius: 20px;
  line-height: 1.5;
  padding: 8px 0 0;
  color: #01061b;
  transition: all 0.5s;
}
.banner_common .btn-link a small {
  font-size: 15px;
}
.banner_common .btn-link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  background: url("../img/index/arrow.png") no-repeat center/100% auto;
  width: 16px;
}
.banner_common .btn-link a:hover {
  opacity: 0.8;
}

.advertise_common {
  margin: 40px 0 0;
  background: url("../img/index/img2.png") no-repeat bottom center/100% auto;
  padding: 0 0 85px;
  text-align: center;
}
.advertise_common .title {
  margin: 0 14px 8px;
}
.advertise_common .box {
  position: relative;
  margin: 0 15px 36.5px;
  padding: 35px 10px;
  background: url("../img/index/img1.png") no-repeat center/cover;
}
.advertise_common .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  background: url("../img/index/arrow_down2.png") no-repeat bottom center/auto 100%;
  height: 27.5px;
}
.advertise_common .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  background: url("../img/index/arrow_down3.png") no-repeat bottom center/auto 100%;
  height: 27.5px;
}
.advertise_common .box .inner {
  position: relative;
  padding: 12px 0 15px;
  color: #ffaa00;
}
.advertise_common .box .inner .cl {
  color: #fff;
}
.advertise_common .box .inner .db {
  display: block;
}
.advertise_common .box .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.78;
  mix-blend-mode: multiply;
  background: #735e1f;
}
.advertise_common .box .inner p {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: min(27.5px, 7.3vw);
  letter-spacing: -0.05em;
}
.advertise_common .box .inner p small {
  font-size: min(20px, 5.4vw);
}
.advertise_common .box .inner p + p {
  margin-top: 15px;
}
.advertise_common .title2 {
  margin: 0 auto;
  width: 271px;
  border: 2.5px solid #fff;
  border-radius: 33px;
  color: #d71c1c;
  font-size: 23px;
  line-height: 1;
  padding: 14px 0 5px;
}
.advertise_common .title2 small {
  display: block;
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
}
.advertise_common .price {
  line-height: 1.5;
  font-size: 26.5px;
  margin: 12px 0 0;
  position: relative;
}
.advertise_common .price::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/index/line.png") no-repeat center/auto 100%;
  height: 24px;
  top: 7px;
}
.advertise_common .price small {
  font-size: 18px;
}
.advertise_common .arrow {
  margin: 0 auto 10px;
  width: 37px;
}
.advertise_common .notice {
  line-height: 1.2;
  color: #ffff00;
  font-size: 30px;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.advertise_common .notice .db {
  display: block;
  margin: 0 0 4px;
}
.advertise_common .notice .cl {
  color: #fff;
  font-size: 18px;
}
.advertise_common .notice small {
  font-size: 24px;
}

#gift {
  padding: 0 0 40px;
  background: url("../img/index/img3.jpg") no-repeat center/cover;
}
#gift .inner {
  padding: 0 15px;
}
#gift h2 {
  width: 260px;
  margin: 0 auto 36.5px;
}
#gift .item {
  background: url("../img/index/bg2.png") no-repeat top center/100% 100%;
  position: relative;
  text-align: center;
}
#gift .item + .item {
  margin-top: 38px;
}
#gift .item .item-inner {
  padding: 30px 0 20px;
  line-height: 1;
}
#gift .item .item-inner .stt {
  position: absolute;
  border-radius: 50%;
  color: #fff;
  width: 44.5px;
  height: 44.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
  background: linear-gradient(0deg, rgb(1, 10, 90) 0%, rgb(0, 53, 165) 50%, rgb(1, 10, 90) 100%);
  top: -18px;
  left: 12px;
  box-sizing: border-box;
  padding: 8px 0 0;
}
#gift .item .item-inner .tit {
  color: #0466c8;
  font-size: min(18px, 5vw);
  letter-spacing: -0.05em;
}
#gift .item .item-inner .tit2 {
  margin: 7px 0;
  font-size: min(20px, 5.5vw);
  color: #0b0940;
}
#gift .item .item-inner .title {
  font-size: min(36px, 9.6vw);
  color: #00408f;
}
#gift .item .item-inner .title .fs {
  letter-spacing: -0.05em;
  font-size: min(32.5px, 8.7vw);
}
#gift .item .item-inner .title .fs1 {
  font-size: min(30px, 8vw);
  letter-spacing: -0.05em;
}
#gift .item .item-inner .title .fs2 {
  font-size: min(26px, 7vw);
  letter-spacing: -0.05em;
  display: block;
  line-height: 1.2;
}
#gift .item .item-inner .title .fs3 {
  font-size: min(27.5px, 7.4vw);
  letter-spacing: -0.05em;
}

.txt-gradiant {
  color: #FFD700;
  background-image: url("../img/index/bg_txt.jpg");
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product {
  padding: 0 0 40px;
  color: #fff;
  background: url("../img/index/bg3.jpg") repeat-y top center/100% auto;
}
#product h2 {
  width: 144px;
  margin: 0 auto 35px;
}
#product .group {
  position: relative;
}
#product .group + .group {
  margin-top: 55px;
}
#product .group .title {
  width: 303.5px;
  margin: 0 0 0 auto;
  padding: 13px 0 28px 75px;
  font-size: 20px;
  background: #001d3d;
  box-sizing: border-box;
  max-width: calc(100% - 56.5px);
}
#product .group .img {
  width: 107px;
  position: absolute;
  z-index: 2;
  top: -35px;
  right: calc(50% + 55.5px);
}
@media screen and (max-width: 340px) {
  #product .group .img {
    right: auto;
    left: 10px;
  }
}
#product .group .box {
  margin: -20px auto 0;
  width: 325px;
  position: relative;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  border: 2px solid;
  padding: 43px 0 18px;
}
#product .group .box dl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
}
#product .group .box dl + dl {
  margin-top: 10px;
}
#product .group .box dl dt {
  width: 103px;
  background: #00408f;
  font-size: 15px;
  line-height: 1.6;
  padding: 6px 0 0.5px;
  text-align: center;
}
#product .group .box dl dd {
  font-size: 23.5px;
  line-height: 1;
  min-width: 130px;
}
#product .group .box dl dd small {
  font-size: 15px;
}
#product .group .box .gr-item {
  display: flex;
  justify-content: center;
  gap: 1.5px;
  margin: 33px 8px 0;
}
#product .group .box .gr-item .item {
  width: 73.5px;
  position: relative;
  text-align: center;
  background: #001d3d;
  padding: 15px 0 7px;
  max-width: calc((100% - 4.5px) / 4);
}
#product .group .box .gr-item .item .tit {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 1.5;
  top: -7px;
}
#product .group .box .gr-item .item .price {
  font-size: 18px;
  line-height: 1;
}
#product .group .box .gr-item .item .price small {
  font-size: 12px;
}
#product .group .box .gr-item .item .txt {
  font-size: 12px;
  line-height: 1.5;
}
#product .group .box .list {
  margin: 23px 10px 0;
  display: flex;
  justify-content: center;
  gap: 19px;
}
#product .group .box .list .item {
  width: 140px;
  background: #0466c8;
  text-align: center;
  max-width: calc((100% - 19px) / 2);
  position: relative;
  padding: 15px 0 10px;
}
#product .group .box .list .item .tit {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 1.5;
  top: -10px;
}
#product .group .box .list .item .price {
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: -0.05em;
}
#product .group .box .list .item .price span {
  font-size: min(38.5px, 10.3vw);
  display: inline-block;
}
#product .group .box .list .item .price small {
  font-size: 20px;
}
#product .group .box .list .item .notice {
  font-size: 12px;
  line-height: 1.2;
  margin: -5px 0 0;
}

#story {
  padding: 0 0 40px;
  background: url("../img/index/img5.png") no-repeat top center/100% auto;
}
#story h2 {
  width: 140.5px;
  margin: 0 auto 25.5px;
}
#story .group {
  width: 350px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  background: url("../img/index/bg4.jpg");
  position: relative;
  color: #0d0c00;
  padding: 0 0 12px;
}
#story .group + .group {
  margin-top: 41px;
}
#story .group .title {
  font-size: 15px;
  line-height: 1.2;
  padding: 20px 0 10px;
  width: calc(50% + 22px);
  margin: 0 0 0 auto;
}
#story .group .title span {
  font-size: 18px;
}
#story .group .img {
  position: absolute;
  width: 113.5px;
  top: -11.5px;
  right: calc(50% + 40px);
}
#story .group .price {
  background: #2a2010;
}
#story .group .price .txt-gradiant {
  display: block;
  width: calc(50% + 40px);
  margin: 0 0 0 auto;
  padding: 10px 0 0;
  font-size: min(40px, 10.7vw);
  line-height: 1.2;
}
#story .group .price .txt-gradiant span {
  font-size: min(24px, 6.4vw);
}
#story .group .price .txt-gradiant small {
  font-size: min(20px, 5.4vw);
}
#story .group .notice {
  text-align: right;
  margin: 5px 10px 0 0;
}
#story .group .notice + .txt {
  margin-top: 5px;
}
#story .group .txt {
  margin: 12px 15px 0;
}
#story .group .txt span {
  font-weight: 900;
  color: #d70606;
}

#achieve {
  position: relative;
  padding: 40px 0 20px;
  background: url("../img/index/img10.jpg") no-repeat top center/100% auto;
}
#achieve h2 {
  margin: 0 0 27.5px calc(50% - 6px);
  width: 142px;
}
#achieve .img {
  position: absolute;
  width: 152px;
  top: 20px;
  right: calc(50% + 20px);
}
#achieve .box {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  width: 325px;
  background: url("../img/index/bg3.jpg") repeat-y top center/100% auto;
  box-sizing: border-box;
  padding: 30px 0 15px;
}
#achieve .box .img2 {
  width: 299px;
  margin: 0 auto 30px;
  max-width: calc(100% - 20px);
}
#achieve .box .list {
  display: flex;
  justify-content: center;
  gap: 1.5px;
}
#achieve .box .list .item {
  max-width: calc((100% - 3px) / 3);
  width: 97.5px;
  position: relative;
  background: #001d3d;
  padding: 15px 0 4px;
  text-align: center;
  font-size: 15px;
}
#achieve .box .list .item .tit {
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  letter-spacing: 0;
}
#achieve .box .list .item .price {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0;
}
#achieve .box .list .item .price small {
  font-size: 15px;
}
#achieve .box .arrow {
  margin: 15px auto 13px;
  width: 20px;
}
#achieve .box .group {
  width: 295px;
  max-width: calc(100% - 15px);
  margin: 0 auto;
}
#achieve .box .group .item {
  background: #594218;
  text-align: center;
  padding: 7px 0 5px;
}
#achieve .box .group .item .price {
  display: inline-block;
  line-height: 1.5;
}
#achieve .box .group .item .price .fs {
  font-size: 40px;
  display: block;
}
#achieve .box .group .item .price .fs .txt-gradiant {
  display: inline-block;
}
#achieve .box .group .item .price .fs small {
  font-size: 24px;
}
#achieve .box .group .item .price .fs2 {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
  margin: -10px 0 0;
}
#achieve .box .group .item + .item {
  background: #735e1f;
  padding: 12px 0 0;
}

#agent .set1 {
  padding: 0 0 127px;
  position: relative;
  background: url("../img/index/img122.png") no-repeat top center/100% auto, url("../img/index/img12.png") no-repeat bottom center/100% auto;
}
#agent .set1 h2 {
  width: 345px;
  max-width: 100%;
  margin: 0 auto;
}
#agent .set1 .title {
  width: 295px;
  margin: 0 auto;
  background: #735e1f;
  font-size: 24px;
  line-height: 1.2;
  padding: 12px 0 5px;
  text-align: center;
  color: #ffe300;
}
#agent .set1 .txt {
  width: 325px;
  margin: 15px auto 0;
  max-width: calc(100% - 20px);
  font-size: 18px;
  line-height: 1.5;
}
#agent .set1 .txt span {
  color: #d71c1c;
  font-weight: 900;
}
#agent .set1 .txt + .title {
  margin-top: 15px;
}
#agent .set1 .tit {
  z-index: 2;
  position: absolute;
  width: 81.5px;
  bottom: -4px;
  right: calc(50% + 55.5px);
}
#agent .set2 {
  padding: 0 0 30px;
}
#agent .set2 .box {
  margin: 0 auto;
  width: 345px;
  max-width: calc(100% - 20px);
  background: url("../img/index/arrow3.jpg") no-repeat bottom -1px center/100% auto, url("../img/index/bg3.jpg") repeat top left/375px auto;
  position: relative;
  padding: 32.5px 10px 37.5px;
}
#agent .set2 .box .item {
  position: relative;
}
#agent .set2 .box .item + .item {
  margin-top: 28px;
}
#agent .set2 .box .item:last-of-type .img::before, #agent .set2 .box .item:last-of-type .img:after {
  display: none;
}
#agent .set2 .box .item:last-of-type .txt {
  min-height: auto;
}
#agent .set2 .box .item .img {
  position: absolute;
  width: 82.5px;
  top: -14px;
  right: calc(50% + 63px);
  bottom: 0;
}
#agent .set2 .box .item .img img {
  position: relative;
  z-index: 2;
}
#agent .set2 .box .item .img::before {
  content: "";
  position: absolute;
  left: 40.5px;
  top: 50%;
  background: url("../img/index/dot.png") repeat-y top center/100% auto;
  width: 2px;
  bottom: -50px;
}
#agent .set2 .box .item .img:after {
  content: "";
  position: absolute;
  background: url("../img/index/arrow_down6.png") no-repeat bottom center/100% auto;
  width: 25.5px;
  height: 11px;
  left: 29.5px;
  bottom: 0;
}
#agent .set2 .box .item .title {
  background: #001d3d;
  font-size: min(18px, 4.8vw);
  line-height: 1.2;
  padding: 15px 0 6px;
  letter-spacing: -0.05em;
}
#agent .set2 .box .item .title span {
  display: block;
  margin: 0 0 0 auto;
  width: calc(50% + 46px);
}
#agent .set2 .box .item .txt {
  margin: 15px 0 0 auto;
  width: calc(50% + 50px);
  line-height: 1.5;
  font-size: min(12px, 3.2vw);
  min-height: 36px;
  letter-spacing: -0.05em;
}
#agent .set2 .box .tit {
  margin: 17px auto 0;
  width: 107px;
}
#agent .set2 h2 {
  text-align: center;
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.75;
}
#agent .set2 h2 span {
  display: block;
  color: #ffe300;
  font-size: 24px;
}

#design {
  background: url("../img/index/img16.jpg") no-repeat center/cover;
  text-align: center;
  padding: 0 0 32px;
}
#design h2 {
  margin: 0 0 15px;
}
#design h3 {
  line-height: 1.75;
  letter-spacing: -0.05em;
  font-size: 15px;
}
#design h3 .cl {
  color: #ffe300;
}
#design h3 .fs {
  font-size: 18px;
}
#design h3 .fs2 {
  font-size: 20px;
}
#design h3 .dot {
  display: inline-block;
  background: url("../img/index/dot2.png") repeat-x bottom 3px left/auto 5px;
}
#design .title {
  color: #ffaa00;
  font-size: 24px;
  line-height: 1.5;
  padding: 40px 0 0;
  background: url("../img/index/arrow_down3.png") no-repeat top center/64px auto;
  margin: 7px 0 0;
}
#design ul {
  width: 345px;
  max-width: calc(100% - 20px);
  margin: 5px auto 0;
}
#design ul li {
  position: relative;
  background: #ffaa00;
  color: #0d0c00;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 0 3px;
  letter-spacing: -0.05em;
}
#design ul li::before {
  content: "";
  position: absolute;
  background: url("../img/index/icon_check.png") no-repeat top center/100% auto;
  width: 27px;
  height: 27px;
  left: 0;
  top: -7px;
}
#design ul li + li {
  margin-top: 17px;
}
#design h4 {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
#design h4 small {
  font-size: 15px;
}
#design h4 .db {
  display: block;
}
#design h4 .cl2 {
  color: #ffaa00;
}
#design h4 .fs {
  font-size: 24px;
}