/* product */
#product-page .container main .main-inner {
  width: 100%;
  height: 800px;
  background-image: url(../img/product/product.png);
  background-size: cover;
  position: relative;
}

#product-page .container main .main-inner p {
  font-family: "Noto Serif JP", serif;
  border-radius: 10px;
  text-align: center;
  color: #080b1d;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 0 0 5px #fff;
}

#product-page .container main .main-inner button {
  background-color: #fff;
  color: inherit;
  font-size: 1rem;
}

#product-page .container main .main-inner a::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: -0.5rem;
  position: relative;
  top: 0.5rem;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

#product-page .container main .main-inner .ride {
  position: absolute;
  top: 190px;
  right: 130px;
}

#product-page .container main .main-inner .stage {
  position: absolute;
  top: 160px;
  left: 160px;
}

#product-page .container main .main-inner .ev {
  position: absolute;
  top: 540px;
  left: 100px;
}

#product-page .container main .main-inner .specif {
  position: absolute;
  bottom: 200px;
  right: 100px;
}

#product-page .container main .main-inner button:hover {
  -webkit-animation: anime1 0.8s ease alternate;
  animation: anime1 0.8s ease alternate;
}

@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes anime1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  30% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* stage */

#stage-page .contents-page main .main-inner .img {
  background-image: url(../product/img/27104461_m.jpg);
}

#stage-page .contents-page main .main-inner .container .menu-list {
  width: 110px;
  padding-top: 1rem;
  text-align: center;
  border: solid #dcdcdd;
  border-width: 3px 1px 1px 1px;
}

#stage-page .contents-page main .main-inner .container .menu-list i {
  margin: 0 0 1rem 0;
}

#stage-page .contents-page main .main-inner .container .flexd-c {
  margin-left: auto;
}

#stage-page .contents-page main .main-inner .container span {
  writing-mode: vertical-lr;
}

/* maint */

#maint-page .contents-page main .main-inner .img {
  background-image: url(../img/maint/charanjeet-dhiman-mHusyBu4bxM-unsplash.jpg);
}

#maint-page.sub-page
  .contents-page
  .contents
  .main-inner
  .box-container
  a
  .name-box::before {
  top: 4rem;
}

/* about us */

#about-page .contents-page main .main-inner .img {
  background-image: url(../img/about/about.jpg);
}

#about-page .contents-page .contents .topicpath {
  position: relative;
}

#about-page .contents-page .contents .btn {
  height: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: unset;
}

#about-page .contents-page .contents .btn i {
  color: #fdc217;
}

/* IR info */

#IR-page .contents-page main .main-inner .img {
  background-image: url(../img/IR/data-4570804_1280.jpg);
  background-position: bottom;
}

#IR-page .contents-page main .main-inner > .container {
  display: block;
}

#IR-page #news .news-inner {
  position: relative;
}

#IR-page #news .news-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

#news .news-inner .btn {
  font-size: 0.8rem;
  background-color: #06156e;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

#news .news-inner .btn:hover {
  text-decoration: underline;
}

#news .news-inner .news-list {
  border-top: 1px solid #06156e;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

#news .news-inner .news-list dt,
#news .news-inner .news-list dd {
  padding: 1.2rem 0;
  margin: 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
}

#news .news-inner .news-list dt {
  width: 17%;
}

#news .news-inner .news-list dd {
  width: 83%;
}

#news .news-inner .news-list a {
  padding: 0;
  border: none;
  color: var(--bs-link-color);
  text-decoration: underline;
}

#news .news-inner .news-list a:hover {
  text-decoration: none;
}

#news .news-inner .box-container {
  border-top: none;
}

/* recruit */
/* rule */

#recruit-page .contents-page main .main-inner .img {
  background-image: url(../img/recruit/recruit.jpg);
  background-position: bottom;
}

#recruit-page main h3,
#rule-page main h3 {
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #dcdcdd;
  border-radius: 10px;
  padding: 0.5rem 1rem 0.5rem 0;
}

#recruit-page main h3::before,
#rule-page main h3::before {
  display: block;
  content: "";
  float: left;
  width: 3px;
  height: 1.4rem;
  background-color: #06156e;
  margin-right: 1rem;
}

#recruit-page .contents-page main p a {
  margin: 0 0.5rem;
}

#recruit-page .contents-page main table .lg-width {
  width: 550px;
}

#recruit-page .contents-page main table .work-location {
  font-weight: normal;
}

#recruit-page .contents-page main table th,
#recruit-page .contents-page main table td {
  padding: 12px;
  border: 1px solid #dcdcdd;
}

#recruit-page .contents-page main table td {
  font-size: 0.9rem;
  letter-spacing: 1.2px;
  min-width: 100px;
}

#recruit-page .contents-page main .btn {
  font-size: 1.2rem;
  padding: 10px 50px;
  letter-spacing: 3px;
}

#rule-page p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

#rule-page .main-inner a.link:hover {
  text-decoration: none;
}

/* contact */
/* main */

#contact-page .contents-page main .main-inner .container {
  padding: 30px 0 30px 30px;
}

#contact-page .contents-page main .main-inner .form-nav {
  border: 1px solid #dcdcdd;
  border-radius: 2px;
}

#contact-page .contents-page main .main-inner .form-nav p:hover .link {
  text-decoration: none;
}

#contact-page .contents-page main .main-inner .form-nav .form-btn {
  justify-content: start;
  background: #f3f3f3;
  padding: 8px;
}

#contact-page .contents-page main .main-inner .form-nav .form-btn:hover {
  text-decoration: underline;
}

#contact-page .contents-page main .main-inner .form-nav .form-btn i {
  color: #fff;
  width: 14px;
  height: 14px;
}

#contact-page .contents-page main .main-inner .form-nav .form-btn .form-link {
  padding-top: 2px;
}

#contact-page .contents-page main .main-inner .form-nav .form-btn i::before {
  font-size: 10px;
  vertical-align: middle;
  padding-bottom: 8px;
}

#contact-page .contents-page main .main-inner .form-nav span,
#contact-page .contents-page main .main-inner .container p,
#contact-page .contents-page main .main-inner .form-note h2,
#contact-page .contents-page main .main-inner .form-note li {
  font-size: 0.9rem;
}

#contact-page .contents-page main .main-inner .form-note {
  border: 2px solid #dde9f6;
  border-radius: 2px;
  padding: 1rem 1rem 1rem 2rem;
}

#contact-page .contents-page main.request .main-inner .form-note h3 {
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 1rem;
}

#contact-page .contents-page main.request .main-inner .form-note h3::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  top: 3px;
  left: -14px;
}

#contact-page .contents-page main .main-inner .form-note li {
  list-style: disc;
}

#contact-page .contents-page main .main-inner .form-note li:first-child {
  margin-bottom: 1rem;
}

#contact-page .contents-page main .main-inner .form-box table {
  border-collapse: collapse;
}

#contact-page .contents-page main .main-inner .form-box tr {
  border-top: 1px solid #dcdcdd;
}

#contact-page .contents-page main .main-inner .form-box .input-name {
  display: flex;
  gap: 20px;
}

#contact-page .contents-page main .main-inner .form-box #form-trigger {
  border-bottom: 1px solid #dcdcdd;
}

#contact-page .contents-page main .main-inner .form-box #form-trigger td label {
  line-height: 1.8;
}

#contact-page .contents-page main .main-inner .form-box th {
  width: 36%;
  word-break: keep-all;
}

#contact-page .contents-page main .main-inner .hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px;
}

#contact-page .contents-page main .main-inner .hissu img {
  padding-bottom: 3px;
}

#contact-page .contents-page main .main-inner .check-info {
  font-size: 0.9rem;
}

#contact-page .contents-page main .main-inner .agree-box .flexd-r {
  align-items: center;
  justify-content: center;
}

#contact-page .contents-page main .main-inner .agree-box .flexd-r input {
  margin-bottom: 3px;
}

#contact-page .contents-page main .main-inner .agree-box .flexd-r label {
  font-size: 12px;
}

#contact-page .contents-page main .main-inner form .button-box {
  display: flex;
  justify-content: center;
  gap: 60px;
}

#contact-page .contents-page main .main-inner .button-box a {
  background: #06156e;
  position: relative;
  border-radius: 5px;
  padding: 10px;
}

#contact-page .contents-page main .main-inner .button-box a i {
  left: 10px;
  width: 20px;
  height: 20px;
}

#contact-page .contents-page main.request .main-inner .button-box {
  width: 300px;
  margin: 0 auto;
}

#contact-page .contents-page main.request .main-inner .button-box span.btn {
  font-size: 16px;
}

/* news-page */

#news-page .news-list {
  border-top: 1px solid #06156e;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#news-page .news-list dt,
#news-page .news-list dd {
  padding: 1.2rem 0;
  margin: 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
}

#news-page .news-list dt {
  width: 17%;
}

#news-page .news-list dd {
  width: 83%;
}

#news-page .news-list a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

#news-page .news-list a:hover {
  text-decoration: none;
}

.wd-100 {
  width: 100px;
}

.wd-120 {
  width: 120px;
}

.wd-350 {
  width: 350px;
}

#form-comment {
  height: 200px;
}

#contact-page #form-reset,
#contact-page #submit {
  font-size: 16px;
}

#contact-page form i {
  position: relative;
  left: 20px;
}

#contact-page form .button-box span:hover i,
#contact-page .contents-page .agree-box a:hover i {
  color: #fff;
}

#contact-page .contents-page .agree-box {
  border: 1px solid #dcdcdd;
}

#contact-page .contents-page .agree-box a {
  font-size: 1.2rem;
}

#contact-page .contents-page #side .contact-form {
  border: none;
}

#contact-page .contents-page #side ul li .blue {
  color: #63b3e6;
}

/* news */
#news-page .contents-page main .main-inner #news-list div {
  border-top: 1px solid #dcdcdd;
  padding: 1rem 0;
}

#news-page .contents-page main .main-inner #news-list div:last-child {
  border-bottom: 1px solid #dcdcdd;
}

/* site-map */

#site-map-page .contents-page .main-inner .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px 0 30px 30px;
}

#site-map-page .contents-page .main-inner .container .column-1 > div,
#site-map-page .contents-page .main-inner .container .column-2 > div {
  margin-bottom: 30px;
}

#site-map-page .contents-page .main-inner .container h3 {
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 0;
}

#site-map-page .contents-page .main-inner .container h3 a .name-box {
  margin-bottom: 0;
}

#site-map-page .contents-page .main-inner .container h3 a .name-box i {
  color: #fff;
}

#site-map-page .contents-page .main-inner .container h3 a .name-box span {
  font-size: 1.1rem;
}

#site-map-page .contents-page .main-inner .container .navIn {
  padding-top: 1rem;
  padding-left: 3rem;
}

#site-map-page .contents-page .main-inner .container .navIn li {
  margin-bottom: 5px;
}

#site-map-page .contents-page .main-inner .container li::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: -0.5rem;
  position: relative;
  top: 0.5rem;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

#site-map-page .contents-page .main-inner .container .navIn li a {
  font-size: 0.9rem;
}

#site-map-page .contents-page .main-inner .container .navIn li:hover a,
#site-map-page .contents-page .main-inner .container h3:hover span {
  text-decoration: underline;
  color: inherit;
}
