@charset "UTF-8";
/*-------------------------------------
	Common
-------------------------------------*/
#gHeader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#pagePath {
  margin-bottom: 0;
  background: #a61e32;
  padding-top: 81px;
}
#gFooter .pageTop {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #gHeader h1 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pagePath {
    padding-top: 64px;
  }
  #gFooter .pageTop {
    margin-top: 50px;
  }
}
#main {
  /* font-feature-settings: "palt";
  -moz-font-feature-settings: "palt"; */
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
}
#main img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#main .mainBox {
  margin: 0 auto;
  max-width: 980px !important;
}
.content {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.sec1 {
  height: 537px;
  background: url(../img/index/sec1_bg.jpg) no-repeat center 0;
  background-size: 1400px 537px;
  position: relative;
}
@media all and (max-width: 767px) {
  .sec1 {
    height: 0;
    background-size: 140% auto;
    padding-bottom: 53.5%;
  }
}
.sec1 h1 {
  width: calc(372 / 980 * 100%);
  position: absolute;
  left: calc(28 / 980 * 100%);
  padding-top: calc(161 / 980 * 100%);
}

.sec2 {
  height: 1090px;
  background: url(../img/index/sec2_bg.jpg) no-repeat center 0;
  position: relative;
  text-align: center;
}
.sec2 h3 {
  width: calc(735 / 980 * 100%);
  position: absolute;
  padding-top: calc(44 / 980 * 100%);
  left: calc(122 / 980 * 100%);
}
.sec2 .lead1 {
  width: calc(752 / 980 * 100%);
  position: absolute;
  padding-top: calc(216 / 980 * 100%);
  left: calc(151 / 980 * 100%);
}
@media all and (max-width: 767px) {
  .sec2 {
    height: 0;
    background-size: 140% auto;
    padding-bottom: calc(1090 / 980 * 100%);
  }
}

.sec3 {
  height: 1020px;
  background: url(../img/index/sec3_bg.jpg) no-repeat center top;
  position: relative;
}
.sec3 h3 {
  width: calc(528 / 980 * 100%);
  position: absolute;
  margin-top: calc(-75 / 980 * 100%);
  padding-left: calc(283 / 980 * 100%);
}
.sec3 .ph-img {
  width: calc(691 / 980 * 100%);
  position: absolute;
  margin-top: calc(-100 / 980 * 100%);
  padding-left: calc(59 / 980 * 100%);
}
.sec3 .txt1 {
  width: calc(660 / 980 * 100%);
  padding-top: calc(757 / 980 * 100%);
  padding-left: calc(272 / 980 * 100%);
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.06em;
  line-height: 1.5;
  font-size: 25px;
}
@media all and (max-width: 767px) {
  .sec3 {
    height: 0;
    background-size: 140% auto;
    padding-bottom: calc(1020 / 980 * 100%);
  }
  .sec3 .txt1 {
    font-size: 3vw;
  }
}

.sec4 {
  height: 2073px;
  background: url(../img/index/sec4_bg.jpg) no-repeat center 0;
  position: relative;
  font-size: 25px;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.sec4 h3 {
  width: calc(825 / 980 * 100%);
  padding-left: calc(75 / 980 * 100%);
}
.sec4 .ph1 {
  width: calc(213 / 980 * 100%);
  position: absolute;
  padding: calc(18 / 980 * 100%) 0 0 calc(33 / 980 * 100%);
}
.sec4 .illustration1 {
  width: calc(396 / 980 * 100%);
  position: absolute;
  padding: calc(66 / 980 * 100%) 0 0 calc(534 / 980 * 100%);
}
.sec4 .skin {
  width: calc(358 / 396 * 100%);
  padding-left: calc(19 / 396 * 100%);
  padding-bottom: 4%;
}
.sec4 .ph2 {
  width: calc(508 / 980 * 100%);
  position: absolute;
  padding: calc(608 / 980 * 100%) 0 0 calc(24 / 980 * 100%);
}
.sec4 .ph3 {
  width: calc(266 / 980 * 100%);
  position: absolute;
  padding: calc(1075 / 980 * 100%) 0 0 calc(668 / 980 * 100%);
}
.sec4 .illustration2 {
  width: calc(396 / 980 * 100%);
  position: absolute;
  padding: calc(830 / 980 * 100%) 0 0 calc(50 / 980 * 100%);
}
.sec4 .ph4 {
  width: calc(768 / 980 * 100%);
  position: absolute;
  padding: calc(1402 / 980 * 100%) 0 0 calc(110 / 980 * 100%);
}
@media all and (max-width: 767px) {
  .sec4 {
    height: 0;
    background-size: 142% auto;
    padding-bottom: 220%;
    margin-top: 4%;
    letter-spacing: -0.06em;
    font-size: 3vw;
  }
}

.sec5 {
  height: 1579px;
  background: url(../img/index/sec5_bg.jpg) no-repeat center 220px, url(../img/index/sec5_belt_bg.jpg) repeat-x 0 220px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
  font-size: 25px;
}
.sec5 h3 {
  width: calc(669 / 980 * 100%);
  position: absolute;
  padding-left: calc(155 / 980 * 100%);
  top: calc(-12 / 980 * 100%);
}
.sec5 .component-img {
  width: calc(381 / 980 * 100%);
  position: absolute;
  left: calc(605 / 980 * 100%);
  top: 18%;
}
.sec5 .component1,
.sec5 .component2 {
  display: flex;
  justify-content: space-between;
  width: calc(453 / 980 * 100%);
  padding-left: calc(158 / 980 * 100%);
}
.sec5 .component1 {
  padding-top: 28%;
}
.sec5 .component2 {
  padding-top: 10%;
}
.sec5 .component1 h4,
.sec5 .component2 h4 {
  width: calc(80 / 453 * 100%);
}
.sec5 .comBox {
  width: calc(354 / 453 * 100%);
  color: #fff;
}
.sec5 .comBox p {
  padding-right: 15%;
  padding-top: 4%;
}
.sec5 .supplement01,
.sec5 .supplement02 {
  font-size: 1.6rem;
  padding-top: 16px;
}
.sec5 .component3 {
  padding-top: 10%;
  display: flex;
  justify-content: space-between;
  width: calc(602 / 980 * 100%);
  margin-left: calc(66 / 980 * 100%);
  padding-bottom: 5%;
  border-bottom: #7187c0 solid 1px;
}
.sec5 .component3 h4 {
  width: calc(65 / 602 * 100%);
}
.sec5 .component3 .comBox {
  width: calc(492 / 602 * 100%);
  color: #595153;
}
.sec5 .component3 .comBox p {
  padding-right: 16%;
  padding-top: 4%;
}
.sec5 .component4 {
  padding-top: 5%;
  display: flex;
  justify-content: space-between;
  width: calc(602 / 980 * 100%);
  margin-left: calc(104 / 980 * 100%);
}
.sec5 .component4 h4 {
  width: calc(65 / 602 * 100%);
}
.sec5 .component4 .comBox {
  width: calc(492 / 602 * 100%);
  color: #595153;
}
.sec5 .component4 .comBox p {
  padding-right: 15%;
  padding-top: 4%;
}
@media all and (max-width: 767px) {
  .sec5 {
    height: 0;
    background: url(../img/index/sec5_bg.jpg) no-repeat center 116%;
    background-size: 155% auto;
    padding-bottom: 170%;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-size: 3vw;
  }
  .sec5 .comBox p {
    padding-right: 18%;
  }
  .sec5 .component-img {
    width: calc(381 / 980 * 100%);
    left: 60%;
    top: 20%;
  }
  .sec5 .component1,
  .sec5 .component2 {
    width: 63%;
    padding-left: 6%;
  }
  .sec5 .component3 {
    margin-left: 4%;
  }
  .sec5 .component4 {
    margin-left: 8%;
  }
  .sec5 .component2 {
    padding-top: 14%;
  }
  .sec5 .component1 h4,
  .sec5 .component2 h4 {
    width: 12%;
  }
  .sec5 .comBox {
    width: 84%;
  }
  .sec5 .supplement01,
  .sec5 .supplement02 {
    display: block;
    font-size: 10px;
    padding-top: 6px;
  }
}
@media all and (max-width: 375px) {
  .sec5 .component-img {
    top: 24%;
  }
}
@media all and (max-width: 320px) {
  .sec5 {
    background: url(../img/index/sec5_bg.jpg) no-repeat center 420%;
    background-size: 180% auto;
    padding-bottom: 180%;
    margin-bottom: 10%;
  }
  .sec5 .component-img {
    width: 45%;
    left: 61%;
    top: 21%;
  }
}

.sec6 {
  height: 1941px;
  position: relative;
  background: url(../img/index/sec6_bg.jpg) no-repeat center 0;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.08em;
  font-size: 25px;
}
.sec6 h3 {
  position: absolute;
  top: -160px;
  min-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec6 .innovation1 {
  width: calc(410 / 980 * 100%);
  float: left;
  position: absolute;
  padding-top: calc(179 / 980 * 100%);
  left: calc(52 / 980 * 100%);
}
.sec6 .innovation2 {
  width: calc(410 / 980 * 100%);
  float: right;
  position: absolute;
  padding-top: calc(798 / 980 * 100%);
  left: calc(520 / 980 * 100%);
  letter-spacing: -0.1em;
}
.sec6 .innovation3 {
  width: calc(410 / 980 * 100%);
  float: left;
  position: absolute;
  padding-top: calc(1360 / 980 * 100%);
  left: calc(52 / 980 * 100%);
}
.sec6 h4 {
  padding-bottom: 6%;
}
.sec6 .supplement {
  font-size: 1.2rem;
  vertical-align: top;
}
.sec6 .supplement01,
.sec6 .supplement02 {
  font-size: 1.6rem;
  padding-top: 16px;
}
.sec6 .supplement01 {
  position: absolute;
  right: 0;
}
@media all and (max-width: 767px) {
  .sec6 {
    height: 0;
    background-size: 140% auto;
    padding-bottom: calc(1941 / 980 * 100%);
    font-size: 3vw;
  }
  .sec6 h3 {
    position: absolute;
    margin-top: 5%;
    min-width: 130%;
  }
  .sec6 .innovation2 {
    padding-top: 76%;
  }
  .sec6 .innovation3 {
    padding-top: 132%;
  }
  .sec6 .supplement {
    vertical-align: top;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .sec6 .supplement01,
  .sec6 .supplement02 {
    display: block;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: 100 100;
    padding-top: 6px;
  }
  .sec6 .supplement02 {
    transform-origin: 0 0;
  }
}
@media all and (max-width: 540px) {
  .sec6 h3 {
    position: absolute;
    margin-top: 25%;
    min-width: 560px;
  }
}
@media all and (max-width: 320px) {
  .sec6 {
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
  }
  .sec6 h3 {
    margin-top: 30%;
    min-width: 500px;
  }
  .sec6 .innovation1 {
    padding-top: 12%;
  }
}

.sec7 {
  height: 1217px;
  position: relative;
  background: url(../img/index/sec7_bg.jpg) no-repeat center 0;
  font-size: 25px;
}
.sec7 h3 {
  width: calc(660 / 980 * 100%);
  padding: 8% 0 0 calc(146 / 980 * 100%);
}
.sec7 .plusBox {
  display: flex;
  justify-content: space-between;
  width: calc(677 / 980 * 100%);
  padding-top: 3%;
  margin: 0 auto;
}
.sec7 .plusBox div {
  width: calc(326 / 677 * 100%);
}
.sec7 .txt2 {
  padding-top: 11px;
  padding-left: calc(20 / 677 * 100%);
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.08em;
}
.sec7 h4 {
  width: calc(739 / 980 * 100%);
  padding-top: 8%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .sec7 {
    height: 0;
    background-size: 140% auto;
    padding-bottom: calc(1217 / 980 * 100%);
    font-size: 3vw;
  }
}
@media all and (max-width: 320px) {
  .sec7 {
    padding-bottom: 130%;
  }
  .comBtn a {
    letter-spacing: 0.1em;
  }
}
.comBtn a {
  color: #fff;
}
.comBtn {
  margin-bottom: 100px;
}
.contact-wrap .btn-contact:hover {
  opacity: 1;
  color: #fff;
  background: #b49f61;
}
.pageTop {
  padding-top: 16px;
}
.footer {
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .comBtn {
    margin-bottom: 16%;
  }
}

/*-------------------------------------
	9+αラインナップ
-------------------------------------*/
#main .sec09 {
  position: relative;
  color: #fff;
  background: #BA090F;
}
#main .sec09 .subBox {
  padding-bottom: 134px;
  background: url("../img/index/sec09_bg02.png") no-repeat center top 224px;
  background-size: 2000px auto;
  padding-top: 100px;
}
#main .sec09::before {
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  background: url("../img/index/sec09_bg-top.png") repeat-x center top / 100% 80px;
  content: "";
  z-index: 10;
}
#main .sec09 h2 {
  margin-bottom: 38px;
  text-align: center;
  position: relative;
}
#main .sec09 h2 img {
  width: 768px;
  margin: 0 auto 0;
}
#main .sec09 .pTxt {
  margin-bottom: 60px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  text-align: center;
}
#main .sec09 .textImg {
  margin: 0 auto;
  width: 821px;
  position: relative;
}
#main .sec09 .textImg img {
  transform: translate(-19px, 128px);
}
#main .sec09 .textImg p {
  padding: 15px 25px 15px 30px;
  width: 275px;
  position: absolute;
  top: 0;
  left: 50px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3.08;
  letter-spacing: 0.01em;
  text-align: justify;
  box-sizing: border-box;
  background: url("../img/index/sec09_bg03.png") no-repeat left top / 30px 30px, url("../img/index/sec09_bg04.png") no-repeat right bottom / 30px 30px;
}
#main .sec09 .textImg .comBtn {
  position: absolute;
  left: 110px;
}
#main .sec09 .textImg .comBtn a {
  padding: 9px 10px 7px 20px;
  width: 248px;
  /* font-size: 0.8rem; */
}
#main .sec09 .textImg .comBtn a::after {
  display: none;
}
#main .sec09 .textImg .comBtn a:hover {
  opacity: 0.7;
}
#main .sec09 .textImg .comBtn:nth-of-type(2n-1) {
  left: 415px;
}
#main .sec09 .textImg .comBtn01 {
  top: 2720px;
  left: 30px !important;
}
#main .sec09 .textImg .comBtn02 {
  top: 740px;
}
#main .sec09 .textImg .comBtn03 {
  top: 1064px;
}
#main .sec09 .textImg .comBtn04 {
  top: 1340px;
}
#main .sec09 .textImg .comBtn05 {
  top: 1658px;
}
#main .sec09 .textImg .comBtn06 {
  top: 1967px;
}
#main .sec09 .textImg .comBtn07 {
  top: 2267px;
}
@media all and (max-width: 767px) {
  #main .sec09 {
    background: none;
  }
  #main .sec09 .subBox {
    padding-bottom: 0;
    background: none;
    padding: 0;
  }
  #main .sec09::before {
    display: none;
  }
  #main .sec09 h2 {
    margin-bottom: 0;
	position: relative;
  }
  #main .sec09 h2::before {
  	width: 100%;
  	height: 20px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	box-shadow: inset 0 20px 15px -20px rgba(0, 0, 0, 0.6);
  	content: '';
  	z-index: 1;
  }
  #main .sec09 h2 img {
    margin: 0;
    width: 100%;
  }
  #main .sec09 .pTxt {
    padding: 17px 10px 21px;
    margin-bottom: 0;
    font-size: 1.15rem;
	letter-spacing: 0.18em;
    line-height: 2.3;
    background: #c0090e;
  }
  #main .sec09 .textImg {
    margin: 0 auto;
    width: auto;
  }
  #main .sec09 .textImg img {
    margin-top: -1px;
    width: 100%;
    transform: translate(0, 0);
  }
  #main .sec09 .textImg p {
    padding: 0;
    top: 48vw;
    left: 5vw;
    right: 5vw;
    color: #000;
    font-size: 1.5rem;
    line-height: 2;
    width: auto;
    letter-spacing: -0.7px;
    background: none;
  }
  #main .sec09 .textImg .comBtn a {
    letter-spacing: 0.5em !important;
  }
  #main .sec09 .textImg .comBtn {
    width: 100%;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
  #main .sec09 .textImg .comBtn01 {
    top: 945vw;
  }
  #main .sec09 .textImg .comBtn02 {
    top: 198vw;
  }
  #main .sec09 .textImg .comBtn03 {
    top: 308vw;
  }
  #main .sec09 .textImg .comBtn04 {
    top: 400vw;
  }
  #main .sec09 .textImg .comBtn05 {
    top: 502.5vw;
  }
  #main .sec09 .textImg .comBtn06 {
    top: 602vw;
  }
  #main .sec09 .textImg .comBtn07 {
    top: 705vw;
  }
}
@media screen and (max-width: 374px) {
  #main .sec09 .pTxt {
	font-size: 3.4vw;
  }
  #main .sec09 .textImg p {
    font-size: 3.54vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #main .comBtn a {
    padding: 15px 20px 10px 13px !important;
  }
}
