@charset "UTF-8";
body {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
  background-color: #000000;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

a:link, a:visited, a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 0.7;
  transition: all ease-in-out 0.3s;
}

#main {
  overflow: hidden;
  padding-top: 137px;
}

.wrapper, .inner01, .inner02 {
  margin: auto;
}

.wrapper {
  width: 1024px;
}

.inner01 {
  width: 940px;
}

.inner02 {
  width: 870px;
}

.nowrap {
  white-space: nowrap;
}

table.tableArea {
  width: 100%;
  background-color: #fff;
}
table.tableArea .left {
  text-align: left;
  padding-left: 16px;
}
table.tableArea thead {
  background-color: #dbdbdb;
}
table.tableArea .head {
  text-align: left;
  padding-left: 16px;
}
table.tableArea .shaft {
  line-height: 20px;
}
table.tableArea .shaft span {
  font-size: 12px;
}
table.tableArea tbody, table.tableArea th, table.tableArea td {
  font-size: 22px;
  padding: 8.5px 0;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #777;
}

.header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.header div.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 25px 0;
  transition: all ease-in-out 0.3s;
}
.header div.wrapper.animation {
  padding: 10px 0;
}
.header div.wrapper.animation h1.title {
  width: 349px;
}
.header .inner {
  display: flex;
  align-items: center;
}
.header .inner .eng-page {
  display: flex;
  margin-left: 20px;
  width: 190px;
}
.header .inner .eng-page img {
  width: inherit;
}
.header h1.title {
  width: 435px;
  transition: all ease-in-out 0.3s;
}
.header .link {
  display: flex;
  align-items: center;
}
.header .logo {
  position: relative;
  width: 106px;
}
.header .logo img {
  vertical-align: middle;
}
.header .online {
  width: 113px;
}
.header .online img {
  vertical-align: middle;
}
.header .nav {
  background-image: url("../img/nav_bg.png");
  background-size: cover;
  height: 50px;
}
.header .list {
  display: flex;
}
.header .item {
  position: relative;
  height: 50px;
  width: 50%;
}
.header .item:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 20px;
  width: 1px;
}
.header .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 20px;
  width: 1px;
}
.header .item.accordion {
  position: relative;
  cursor: pointer;
}
.header .item.accordion.active .sub {
  opacity: 1;
  transform: translateY(0%);
}
.header .item.accordion.active .btn::before {
  opacity: 0;
  transform: rotate(-90deg);
}
.header .item.accordion.active .btn::after {
  transform: rotate(-180deg);
}
.header .item.accordion .btn {
  position: relative;
  width: 100%;
}
.header .item.accordion .btn::before, .header .item.accordion .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 150px;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 20px;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.header .item.accordion .btn::after {
  transform: rotate(-90deg);
}
.header .item.accordion .sub {
  opacity: 0;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(79, 50, 0, 0.85);
  padding: 10px 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
  transform: translateY(-100%);
}
.header .item.accordion .sub a {
  display: block;
  padding: 15px 0;
}
.header .item.accordion .sub img {
  width: auto;
  height: 18px;
}
.header .item a {
  display: flex;
  align-items: center;
  height: inherit;
}
.header .item img {
  display: block;
  margin: auto;
}
.header .item:first-of-type img {
  width: 101px;
}
.header .item:nth-of-type(2) img {
  width: 217px;
}

.footer-brand {
  padding: 0;
}
.footer-brand__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #074097;
  color: #fff;
  padding: 0 5rem;
  height: 7rem;
}
.footer-brand__logo {
  width: 9rem;
}
.footer-brand__logo img {
  vertical-align: middle;
}
.footer-brand__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
}
.footer-brand__link a {
  color: #fff;
}
.footer-brand__copy {
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
}

.mv .img {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.movie, .func, .spec, .price {
  padding: 100px 0;
}
.movie .title, .func .title, .spec .title, .price .title {
  margin: auto;
}

.movie {
  padding: 80px 0 120px;
}
.movie .wrapper {
  position: relative;
  width: 740px;
}
.movie .title01 {
  width: 200px;
  margin: 0 auto 30px;
}
.movie .deco01 {
  position: absolute;
  width: 180px;
  bottom: 150px;
  left: -220px;
}
.movie .deco02 {
  position: absolute;
  width: 180px;
  bottom: 330px;
  right: -220px;
}
.movie__container {
  position: relative;
}
.movie__container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 740/460;
  max-width: 74rem;
  display: block;
  margin: auto;
}

.title_red {
  height: 40px;
  margin-bottom: 40px;
}
.title_red.line02 {
  height: 92px;
}
.title_red.line03 {
  height: 127px;
}
.title_red img {
  width: auto;
  height: 100%;
}

.title_gold {
  margin-bottom: 40px;
  width: auto;
  height: 52px;
}
.title_gold.line02 {
  height: 100px;
}
.title_gold img {
  width: auto;
  height: inherit;
}

.text-small {
  font-size: 25px;
}

.tac {
  text-align: center;
}

.func {
  position: relative;
  padding-top: 70px;
}
.func::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.func .title {
  width: 460px;
  margin-bottom: 50px;
}
.func .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.func .wrapper > section {
  background-color: #fff;
  padding-bottom: 80px;
}
.func .wrapper > section:not(:last-of-type) {
  margin-bottom: 100px;
}
.func .inner01 {
  padding-top: 80px;
}
.func .driver {
  margin-top: 40px;
}
.func .driver [class*=content] {
  margin-top: 80px;
}
.func .driver .content01 {
  margin-top: 0;
}
.func .driver .content01 .detail {
  display: flex;
  justify-content: space-between;
}
.func .driver .content01 .detail .img01 {
  width: 36%;
}
.func .driver .content01 .detail .info {
  width: 57%;
  margin-top: 20px;
}
.func .driver .content01 .detail .text {
  margin: 40px 0;
}
.func .driver .content01 .detail .img02 {
  width: 110%;
  margin-left: -10%;
}
.func .driver .content02 .detail {
  display: flex;
  justify-content: space-between;
}
.func .driver .content02 .detail .text {
  width: 52%;
}
.func .driver .content02 .detail .img {
  width: 43%;
}
.func .driver .content03 .detail {
  display: flex;
  justify-content: space-between;
}
.func .driver .content03 .detail .text {
  width: 65%;
}
.func .driver .content03 .detail .img {
  width: 34%;
}
.func .driver .content04 .detail {
  display: flex;
  justify-content: space-between;
}
.func .driver .content04 .detail .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}
.func .driver .content04 .detail .sub {
  margin-bottom: 25px;
}
.func .driver .content04 .detail .img01 {
  width: 370px;
  margin: 35px auto 0;
}
.func .driver .content04 .detail .img02 {
  width: 340px;
  margin: 35px auto 0;
}
.func .driver .content04 .detail .text-small {
  margin-top: 30px;
}
.func .driver .content06 .img02 {
  margin: 40px 0;
}
.func .driver .content06 .img03, .func .driver .content06 .img04 {
  margin-top: 60px;
}
.func .driver .content06 .text {
  margin-top: 40px;
}
.func .fairway .img01 {
  margin-top: 60px;
}
.func .iron .content01 .detail {
  display: flex;
  justify-content: space-between;
}
.func .iron .content01 .detail .text {
  width: 54%;
}
.func .iron .content01 .detail .img {
  margin-top: -140px;
  margin-right: 20px;
  width: 38%;
}
.func .iron .content02 {
  margin-top: 40px;
}
.func .iron .content03 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.func .iron .content03 .img01, .func .iron .content03 .img02 {
  width: 48%;
}

.spec {
  background: url("../img/spec_bg.png") no-repeat;
  background-size: 100%;
  background-size: cover;
  position: relative;
  padding-top: 70px;
}
.spec::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.spec .title {
  margin-bottom: 55px;
  width: 765px;
}
.spec .subtitle {
  margin-bottom: 40px;
  box-shadow: 0px 5px 15px -5px #000000;
  border-radius: 10px;
}
.spec .table:not(:first-child) {
  margin-top: 100px;
}
.spec .table .tableArea + .tableArea {
  margin-top: 20px;
}
.spec .table .title {
  margin-bottom: 30px;
}
.spec .table .txt01 {
  font-size: 18px;
  text-align: right;
  margin-bottom: 5px;
}
.spec .img01 {
  width: 85%;
  margin: 50px auto 0;
}

.price {
  position: relative;
  margin-top: 100px;
  padding-top: 0;
}
.price::before {
  content: "";
  position: absolute;
  inset: 200px 0 0;
  background-image: url("../img/price_bg.png");
  background-size: cover;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  height: calc(100% - 200px);
  z-index: -1;
}
.price .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  height: 170px;
  background-image: url("../img/price_title_bg.png");
  background-size: cover;
  background-position: center;
}
.price .title::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.price .title img {
  width: 280px;
}
.price .wrapper {
  width: 900px;
}
.price .list {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
  margin-top: 40px;
}
.price .list .term {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-grow: 2;
  font-size: 26px;
}
.price .list .term::after {
  content: "";
  border-bottom: 7px dotted #fff;
  height: 1px;
  flex-grow: 2;
  margin: 0 15px;
}
.price .list .description {
  font-size: 30px;
}
.price .list .description small {
  font-size: 20px;
}
.price p.txt {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
}

.factory {
  background-image: URL("../img/factory-bg.png");
  background-size: cover;
  padding: 80px 0;
}
.factory h2.title {
  margin: 0 auto 50px;
  width: 569px;
}
.factory .txt {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.factory .img01 {
  display: block;
  margin: auto;
  width: 584px;
}
.factory .img01 img {
  width: 100%;
}

.pageTop {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  z-index: 200;
}