@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #fff;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: Arial, sans-serif;
  word-break: break-word;
}
body::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/common/bg-pc.png) no-repeat center center/cover;
  content: "";
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

a {
  color: #000;
  cursor: pointer;
}

.inner {
  margin: 0 auto;
}

.modal-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}
.modal-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: url(/img/common/icon-modal.png) no-repeat center center/contain;
  content: "";
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  body#lower::before {
    display: none;
  }
}
/* ------------------------------------- */
/*デバイス切り替えここから*/
/* ------------------------------------- */
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
/* ------------------------------------- */
/* 共通スタイル
/* ------------------------------------- */
.section-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-head .section-title {
  padding-left: 12px;
  border-left: solid 10px #c11b33;
}

.button {
  text-align: center;
}
.button > a {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 22px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  letter-spacing: 0.75px;
}
.button > a::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
}

.section-button {
  width: 100%;
  max-width: 150px;
}
.section-button a {
  position: relative;
  padding: 13px 0;
  border: solid 2px #c11b33;
  background-color: #fff;
  color: #c11b33;
  transition: all 0.3s;
}
.section-button a::after {
  right: 15px;
  transform: translateY(-40%) rotate(-45deg);
  border-right: solid 2px #c11b33;
  border-bottom: solid 2px #c11b33;
  transition: all 0.3s;
}
.isPc .section-button a:hover {
  background-color: #c11b33;
  color: #fff;
  transition: all 0.3s;
}
.isPc .section-button a:hover::after {
  right: 15px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  width: 100%;
  height: 100%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  transform: rotate(-45deg);
  border-right: solid 3px rgba(0, 0, 0, 0.1);
  border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  transform: rotate(-45deg);
  border-top: solid 3px rgba(0, 0, 0, 0.1);
  border-left: solid 3px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
}

.lower-mv {
  position: relative;
  width: 100%;
  height: 230px;
  padding: 100px 0;
}

.lower-section-title {
  margin-left: 15vw;
  padding-left: 20px;
  border-left: solid 14px #c11b33;
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .section-title {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
  }
  .lower-mv {
    height: 90px;
    padding: 35px 0;
  }
  .lower-section-title {
    margin-left: 15px;
    padding-left: 10px;
    border-left: solid 10px #c11b33;
    font-size: 2rem;
  }
}
/* ------------------------------------- */
/* 球体の使用例 共通スタイル
/* ------------------------------------- */
.article-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 860px) {
  .article-wrapper {
    flex-direction: column;
  }
}
#archive .article,
#detail .article {
  width: 75%;
  padding: 80px 0 100px 54px;
  background-color: #fff;
}
#archive .article .inner,
#detail .article .inner {
  max-width: 1085px;
  margin: 0;
  padding-right: 15px;
}
#archive .article-title,
#detail .article-title {
  position: relative;
  padding-bottom: 5px;
  padding-left: 70px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 1.4px;
}
#archive .article-title::before,
#detail .article-title::before {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 50px;
  height: 50px;
  content: "";
}

/* ------------------------------------- */
/* 規格・技術ページ 共通スタイル
/* ------------------------------------- */
#technical .article-wrapper {
  margin-top: 80px;
  padding-bottom: 80px;
}
#technical .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}
#technical .article {
  width: calc(96% - 350px);
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}
#technical .article-title {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
}
#technical .article-title span {
  display: block;
  padding-left: 14px;
  border-left: solid 10px #c11b33;
  font-weight: 700;
}
#technical .article-head {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
#technical .article-head .icon {
  max-width: 62px;
}
#technical .article-head .text {
  position: relative;
  width: 100%;
  margin-left: 28px;
  padding: 15px 24px;
  border-radius: 4px;
  background-color: #fff5d4;
  line-height: 2;
}
#technical .article-head .text::before {
  position: absolute;
  bottom: 10px;
  left: -15px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #fff5d4 transparent transparent transparent;
  content: "";
}
#technical .article-head .text span {
  display: block;
  font-weight: 700;
}
#technical .article-head .text a {
  color: #007cdc;
  text-decoration: underline;
}
#technical .article-image {
  margin-top: 30px;
}
#technical .article-table-area {
  margin-top: 23px;
}
#technical .article-table-area p.memo {
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.6px;
  text-align: right;
}
#technical .article-table-area table {
  width: 722px;
  margin-top: 13px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-collapse: collapse;
}
#technical .article-table-area table th,
#technical .article-table-area table td {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}
#technical .aside {
  min-width: 350px;
  margin-left: 4%;
}
#technical .aside-head {
  padding: 30px 0;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  color: #c11b33;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 1.1px;
  text-align: center;
}
#technical .aside-lower-list {
  padding: 20px;
  background-color: #fff;
}
#technical .aside-lower-item > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 25px;
  border-radius: 4px;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  transition: all 0.3s;
}
#technical .aside-lower-item > a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #c11b33;
  border-bottom: solid 2px #c11b33;
  content: "";
}
.isPc #technical .aside-lower-item > a:hover {
  background-color: #ffe8c7;
  transition: all 0.3s;
}

@media screen and (max-width: 830px) {
  #technical .article-wrapper {
    margin-top: 37px;
  }
  #technical .inner {
    flex-direction: column;
  }
  #technical .article {
    width: 100%;
    padding: 30px 20px 35px;
  }
  #technical .article-head {
    padding-top: 18px;
  }
  #technical .article-head .icon {
    max-width: 42px;
  }
  #technical .article-head .text {
    margin-left: 17px;
    padding: 13px 11px 14px 15px;
  }
  #technical .article-head .text::before {
    top: 46px;
  }
  #technical .article-table-area table {
    width: 750px;
  }
  #technical .aside {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #technical .aside-advisor {
    text-align: center;
  }
  #technical .aside-advisor a {
    width: max-content;
  }
}
/* ------------------------------------- */
/* パンくずリスト
/* ------------------------------------- */
.bread_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90%;
  padding: 14px 20px;
  border-radius: 10px 0 0 0;
  background-color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
.bread_wrap a, .bread_wrap a:visited {
  display: inline;
  color: #000;
}
.bread_wrap ol {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.bread_wrap ol li {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  letter-spacing: 1.2px;
  list-style-type: none;
}
.bread_wrap ol li:not(:last-of-type) a {
  color: #bababa;
}
.bread_wrap ol li:last-child {
  padding-right: 0;
  overflow: hidden;
}
.bread_wrap ol li:last-child a {
  pointer-events: none;
}
.bread_wrap ol li:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread_wrap ol li::after {
  display: inline-block;
  margin-left: 10px;
  transform-origin: left top;
  content: "●";
  color: #c11b33;
  font-weight: 900;
  font-size: 1rem;
  vertical-align: middle;
}
.bread_wrap ol li:last-child::after {
  display: none;
}
.bread_wrap ol li span {
  padding: 2px 0;
}

@media screen and (max-width: 600px) {
  .bread_wrap {
    top: 100%;
    width: 100%;
    padding: 10px 10px;
  }
  .bread_wrap ol {
    justify-content: flex-end;
    font-size: 1rem;
  }
  .bread_wrap ol li {
    padding-right: 0px;
  }
  .bread_wrap ol li:not(:last-child) {
    margin-right: 5px;
  }
  .bread_wrap ol li::after {
    margin-left: 3px;
    transform: scale(0.8);
    transform-origin: left top;
  }
}
/* ------------------------------------- */
/* ローディング
/* ------------------------------------- */
#loading {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c11b33;
  color: #fff;
  text-align: center;
}

#loading_logo {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
}
#loading_logo img {
  width: 65%;
  height: 65%;
}

#loading_logo::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background: url("/img/common/logo-loading_text.png") no-repeat center/contain;
  content: "";
  animation: rotate-anime 10s linear infinite;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#loading_logo::before {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%, 0);
  content: "LOADING...";
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 2px;
  animation: blink 1.5s infinite linear;
  opacity: 0;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  #loading_logo img {
    width: 45%;
    height: 45%;
  }
}
/* ------------------------------------- */
/* header
/* ------------------------------------- */
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.header::after {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.header-sub {
  height: 86px;
}
.header-sub .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: inherit;
  padding: 0 20px;
}
.header-logo {
  width: 100%;
  max-width: 340px;
}
.header-logo a {
  display: inline-block;
}
.header-logo a img {
  max-width: 340px;
  max-height: 74px;
  object-fit: contain;
  object-position: left;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 20px 0;
}
.header-language-item a {
  position: relative;
  padding-left: 5px;
  color: #9e9e9e;
  font-weight: 700;
  font-size: 1rem;
  font-family: Arial, sans-serif;
}
.header-language-item a::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "-";
  font-weight: 700;
  font-size: 1rem;
}
.isPc .header-language-item a:hover, .header-language-item.is-active a {
  color: #000;
}
.isPc .header-language-item a:hover::before, .header-language-item.is-active a::before {
  display: block;
}
.header-sns-list {
  display: flex;
  margin-left: 23px;
  gap: 5px;
}
.header-sns-item {
  width: 30px;
  height: 30px;
}
.header-sns-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #b2b2b2;
  transition: all 0.3s;
}
.header-sns-item a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-52%, -50%);
  content: "";
}
.isPc .header-sns-item a:hover {
  background-color: #c11b33;
  transition: all 0.3s;
}
.header-sns-item:nth-child(1) a::before {
  background: url(/img/common/icon-facebook_wh.svg) no-repeat center center/50%;
}
.header-sns-item:nth-child(2) a::before {
  background: url(/img/common/icon-instagram_wh.svg) no-repeat center center/50%;
}
.header-search-area {
  width: 100%;
  max-width: 180px;
  margin-left: 20px;
}
.header-search-area form {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-search-area form input#search {
  width: 100%;
  height: 100%;
  padding: 15px 40px 15px 20px;
  border: 0;
  border-radius: 22px;
  outline: 0;
  background: #f5f5f5;
}
.header-search-area form button#submit {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 0;
  background: url(/img/common/icon-search.png) no-repeat center center/contain;
}
.header-contact-button {
  width: 100%;
  max-width: 180px;
  margin-left: 10px;
}
.header-contact-button > a {
  padding: 15px 0;
  background-color: #c11b33;
  color: #fff;
  transition: all 0.3s;
}
.header-contact-button > a::after {
  right: 19px;
  transform: translateY(-65%) rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transition: all 0.3s;
}
.isPc .header-contact-button > a:hover {
  background-color: #c15d1b;
  transition: all 0.3s;
}
.isPc .header-contact-button > a:hover::after {
  transform: translateY(-25%) rotate(-135deg);
  transition: all 0.3s;
}
.header-nav {
  width: 100%;
  border-top: solid 1px #eee;
}
.header-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header-nav-item > a {
  display: inline-block;
  position: relative;
  padding: 22px 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
}
.header-nav-item > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c11b33;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.isPc .header-nav-item > a:hover::before {
  opacity: 1;
}
.header-nav-item.is-active a::before, .isPc .header-nav-item.is-active a:hover::before {
  opacity: 1;
}
.header-nav-item.has-menu > a {
  position: relative;
  padding-right: 15px;
  pointer-events: none;
}
.header-nav-item.has-menu > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  content: "";
  transition: all 0.3s;
}
.header-nav-item.is-open > a::after {
  transform: translateY(-20%) rotate(-135deg);
  transition: all 0.3s;
}

.burger {
  display: none;
  z-index: 40;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #c11b33;
}
.burger.is-open .bar1 {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.is-open .bar2 {
  opacity: 0;
  transition: all 0.3s;
}
.burger.is-open .bar3 {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s;
}
.burger .bar1 {
  margin-top: -4px;
}
.burger .bar3 {
  margin-top: 4px;
}
.burger-content {
  z-index: 30;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 20px 10px 0;
  background-color: #fff;
  transition: all 0.3s;
}
.burger-content.is-open {
  right: 0;
  transition: all 0.3s;
}
.burger-content .header-search-area {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
.burger-wrapper {
  height: 90%;
  padding: 0 10px 80px;
  overflow-y: scroll;
}
.burger-language-list {
  display: flex;
  gap: 10px;
}
.burger-nav-list {
  border-bottom: solid 2px #dddddd;
}
.burger-nav-item {
  border-top: solid 2px #ddd;
}
.burger-nav-item > a {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.burger-nav-item.has-lower > a {
  position: relative;
}
.burger-nav-item.has-lower > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #c11b33;
  border-bottom: solid 2px #c11b33;
  content: "";
  transition: all 0.3s;
}
.burger-nav-item.is-open a::after {
  transform: translateY(-30%) rotate(-135deg);
  transition: all 0.3s;
}
.burger-nav-item .lower-list {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #dddddd;
}
.burger-nav-item .lower-list.-company .lower-item:last-child {
  border-bottom: none;
}
.burger-nav-item .lower-list.-product .lower-item:nth-child(5), .burger-nav-item .lower-list.-product .lower-item:nth-child(6) {
  border-bottom: none;
}
.burger-nav-item .lower-list.-technical .lower-item:last-child, .burger-nav-item .lower-list.-technical .lower-item:nth-last-child(2) {
  border-bottom: none;
}
.burger-nav-item .lower-item {
  width: 50%;
  border-bottom: dotted 2px #dddddd;
  text-align: center;
}
.burger-nav-item .lower-item:nth-child(2n+1) {
  border-right: dotted 2px #dddddd;
}
.burger-nav-item .lower-item a {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
}
.burger-contact {
  margin-top: 30px;
}
.burger-contact-head {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  text-align: center;
}
.burger-contact-list {
  margin-top: 20px;
}
.burger-contact .contact-button:not(:first-child) {
  margin-top: 10px;
}
.burger-contact .contact-button:not(:first-child) a::after {
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.burger-contact .contact-button:first-child a {
  padding: 20px 0;
  font-family: Arial, sans-serif;
}
.burger-contact .contact-button a {
  padding: 21px 0;
  border-radius: 50px;
  background-color: #c11b33;
  color: #fff;
}
.burger-contact .contact-button a span {
  font-weight: 700;
  font-size: 2rem;
}
.burger-sns-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 15px;
}

@media screen and (max-width: 1024px) {
  .header {
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-sub {
    height: 50px;
  }
  .header-sub .inner {
    padding: 0 10px;
  }
  .header-nav {
    display: none;
  }
  .header-logo {
    max-width: 184px;
  }
  .header-logo a img {
    max-width: 184px;
    max-height: 40px;
  }
  .header-right {
    padding: 8px 0;
  }
  .header-right > .header-search-area {
    display: none;
  }
  .header-language-list, .header-sns-list {
    display: none;
  }
  .header-contact-button {
    max-width: 120px;
    margin-right: 7px;
  }
  .header-contact-button a {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .header-contact-button a::after {
    right: 10px;
  }
  .header .burger {
    display: block;
  }
}
body.isMobile .header-contact-button > a {
  pointer-events: none;
}
body.isMobile .header-contact-button.is-open > a {
  background-color: #c15d1b;
  transition: all 0.3s;
}
body.isMobile .header-contact-button.is-open > a::after {
  transform: translateY(-25%) rotate(-135deg);
  transition: all 0.3s;
}

.megamenu {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #c11b33;
}
.megamenu-button {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
}
.megamenu-button a {
  padding: 8px 0;
  border: solid 2px #fff;
  color: #fff;
  transition: all 0.3s;
}
.megamenu-button a::after {
  right: 15px;
  transform: translateY(-40%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.isPc .megamenu-button a:hover {
  background-color: #fff;
  color: #c11b33;
  transition: all 0.3s;
}
.isPc .megamenu-button a:hover::after {
  border-right: solid 2px #c11b33;
  border-bottom: solid 2px #c11b33;
  transition: all 0.3s;
}
.megamenu-link img {
  border-radius: 4px;
}
.megamenu-link p {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.megamenu-link p span {
  font-weight: 700;
}
.megamenu-list {
  display: flex;
  column-gap: 24px;
  row-gap: 25px;
  justify-content: center;
}
.megamenu-item {
  width: calc(16.66% - 20px);
}
.megamenu-item > a figure {
  aspect-ratio: 180/77;
  border-radius: 4px;
}
.megamenu-item > a figure img {
  object-fit: cover;
  border-radius: 4px;
}
.megamenu-item > a figcaption {
  position: relative;
  margin-top: 9px;
  padding-left: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.megamenu-item > a figcaption::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}
.megamenu-item > a figcaption span {
  padding-bottom: 1px;
  border-bottom: solid 1px transparent;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
}
.isPc .megamenu-item > a:hover figcaption span {
  border-bottom: solid 1px #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .megamenu-tab-item {
    font-size: 1vw;
  }
}
#product .megamenu {
  padding: 45px 20px 60px;
}
#product .megamenu .inner {
  max-width: 1200px;
}
#product .megamenu-head {
  display: flex;
  align-items: center;
  padding-top: 45px;
  border-bottom: solid 2px #fff;
}
#product .megamenu-list {
  justify-content: initial;
}
#product .megamenu-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
#product .megamenu-link img {
  max-width: 180px;
}
#product .megamenu-link a {
  display: flex;
  align-items: center;
}
.isPc #product .megamenu-link a:hover p span {
  border-bottom: solid 1px #fff;
  transition: all 0.3s;
}
#product .megamenu-link p {
  position: relative;
  margin-left: 26px;
  padding: 0 0 0 15px;
}
#product .megamenu-link p::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}
#product .megamenu-link p span {
  padding-bottom: 1px;
  border-bottom: solid 1px transparent;
  transition: all 0.3s;
}
#product .megamenu-button {
  margin-top: 35px;
}

#technical .megamenu,
#company .megamenu,
#contact .megamenu {
  padding-bottom: 25px;
}
#technical .megamenu-list,
#company .megamenu-list,
#contact .megamenu-list {
  margin-top: 25px;
}
#technical .megamenu-item,
#company .megamenu-item,
#contact .megamenu-item {
  width: 100%;
  max-width: 288px;
  text-align: left;
}
#technical .megamenu-item a,
#company .megamenu-item a,
#contact .megamenu-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 20px 15px 30px;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
#technical .megamenu-item a::before,
#company .megamenu-item a::before,
#contact .megamenu-item a::before {
  position: absolute;
  top: 21px;
  left: 13px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}
#technical .megamenu-item a span,
#company .megamenu-item a span,
#contact .megamenu-item a span {
  position: relative;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  font-weight: 700;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  #technical .megamenu-item a:hover,
  #company .megamenu-item a:hover,
  #contact .megamenu-item a:hover {
    background-color: #831222;
    transition: all 0.3s;
  }
  #technical .megamenu-item a:hover span,
  #company .megamenu-item a:hover span,
  #contact .megamenu-item a:hover span {
    border-bottom: solid 1px #fff;
    transition: all 0.3s;
  }
}

#contact .megamenu-item {
  max-width: 190px;
}

#technical .megamenu-item,
#company .megamenu-item {
  max-width: 288px;
}
#technical .megamenu-wrapper,
#company .megamenu-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 25px auto 0;
}
#technical .megamenu-link,
#company .megamenu-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.75px;
  text-align: center;
  transition: all 0.3s;
}
#technical .megamenu-link::before,
#company .megamenu-link::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  transform: translateY(-45%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
}
.isPc #technical .megamenu-link:hover,
.isPc #company .megamenu-link:hover {
  border: solid 1px #831222;
  background-color: #831222;
  transition: all 0.3s;
}
#technical .megamenu-list,
#company .megamenu-list {
  justify-content: initial;
  width: calc(100% - 204px);
  margin-top: 0;
}

#technical .megamenu-link {
  max-width: 270px;
  margin-right: 15px;
}

#company .megamenu-link {
  max-width: 180px;
}

#contact .megamenu {
  top: 85px;
}

@media screen and (max-width: 1024px) {
  #contact .megamenu {
    top: 48px;
    padding: 0 10px 25px;
  }
  #contact .megamenu-list {
    flex-wrap: nowrap;
    gap: 0px;
  }
  #contact .megamenu-item {
    max-width: 160px;
  }
  #contact .megamenu-item a {
    padding: 10px 5px 14px 10px;
  }
  #contact .megamenu-item a::before {
    top: 15px;
    left: -5px;
  }
}
/* ------------------------------------- */
/* footer
/* ------------------------------------- */
.footer {
  background-color: #fff;
}
.footer-link-area {
  background-color: #404040;
}
.footer-link-area > span {
  display: none;
}
.footer-link-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  gap: 24px;
}
.footer-link-list:nth-child(1) {
  width: 120px;
}
.footer-link-list:nth-child(2) {
  width: 270px;
}
.footer-link-list:nth-child(3) {
  width: 300px;
}
.footer-link-item {
  line-height: 2.3;
}
.footer-link-item a {
  color: #fff;
  display: block;
}
.isPc .footer-link-item a:hover {
  text-decoration: underline;
}
.footer-link-lower {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-left: 1em;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-sns-list {
  display: flex;
  margin-top: 17px;
  gap: 5px;
}
.footer-sns-item {
  width: 30px;
  height: 30px;
}
.footer-sns-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #b2b2b2;
  transition: all 0.3s;
}
.footer-sns-item a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-52%, -52%);
  content: "";
}
.isPc .footer-sns-item a:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.footer-sns-item:nth-child(1) a::before {
  background: url(/img/common/icon-facebook.svg) no-repeat center center/50%;
}
.footer-sns-item:nth-child(2) a::before {
  background: url(/img/common/icon-instagram.svg) no-repeat center center/50%;
}
.footer-info-area .inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px 20px 60px;
}
.footer-info-left, .footer-info-right {
  display: flex;
}
.footer-info-wrapper {
  margin-left: 32px;
  line-height: 1.6;
}
.footer-info-wrapper .name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.57;
}
.footer-info-wrapper address {
  font-style: normal;
}
.footer-info-wrapper .copyright {
  color: #999;
  font-size: 1rem;
}
.footer-logo {
  max-width: 270px;
  height: 100%;
  max-height: 60px;
}
.footer-logo img {
  max-height: 60px;
  object-fit: contain;
}
.footer .banner-list {
  display: flex;
  margin-right: 100px;
  gap: 24px;
}
.footer .banner-item {
  min-width: 180px;
}
.footer .banner-item a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 10px 13px;
  border: solid 1px #dddddd;
  border-radius: 5px;
  transition: all 0.3s;
}
.isPc .footer .banner-item a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.footer .banner-icon {
  width: 100%;
  max-width: 36px;
}
.footer .banner-name {
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.2rem;
}

.pagetop {
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 60px;
  display: none;
}
.isPc .pagetop:hover .body {
  animation: 3s fuwafuwa infinite;
}
.pagetop .text {
  margin-top: 6px;
  padding: 0 9px;
  font-weight: 700;
  font-size: 1rem;
}
.pagetop .shadow {
  width: 30px;
  margin: 0 auto;
}

/* GLOBEくんアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 1024px) {
  .footer-info-area .inner {
    flex-direction: column;
    padding: 30px 0 0;
  }
  .footer-info-left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-info-wrapper {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }
  .footer-info-wrapper .name {
    font-size: 1.2rem;
  }
  .footer-info-wrapper address {
    font-size: 1.2rem;
  }
  .footer-info-wrapper address span {
    display: block;
  }
  .footer-info-wrapper .copyright {
    margin-top: 15px;
  }
  .footer-info-right {
    margin-top: 26px;
    border-top: solid 1px #dddddd;
  }
  .footer .banner-list {
    width: 100%;
    margin-right: 0;
    gap: 0;
  }
  .footer .banner-item {
    width: calc((100% - 90px) / 2);
    min-width: initial;
  }
  .footer .banner-item:nth-child(2) {
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
  }
  .footer .banner-item a {
    justify-content: center;
    height: 100%;
    padding: 10px 8px;
    border: none;
  }
  .footer .banner-icon {
    max-width: 30px;
  }
  .footer .banner-name {
    margin-left: 5px;
    font-size: 1.4rem;
  }
  .pagetop {
    position: fixed;
    top: initial;
    right: 10px;
    bottom: 0;
    width: 100%;
    max-width: 60px;
  }
  .pagetop .body {
    width: 60px;
    margin: -40px auto 0;
  }
  .pagetop .text {
    width: 60px;
    margin: 6px auto 0;
  }
}
@media screen and (max-width: 860px) {
  .footer-link-area {
    padding: 0 20px;
  }
  .footer-link-area span {
    display: block;
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    font-family: Arial, sans-serif;
    text-align: center;
  }
  .footer-link-area span::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    content: "";
    transition: all 0.3s;
  }
  .footer-link-area span.is-open::after {
    transform: translateY(-20%) rotate(-135deg);
    transition: all 0.3s;
  }
  .footer-link-wrapper {
    display: none;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .footer-link-list {
    width: calc(50% - 10px);
  }
  .footer-link-list:nth-child(1), .footer-link-list:nth-child(2), .footer-link-list:nth-child(3) {
    width: calc(50% - 10px);
  }
  .footer-link-list > .footer-link-item {
    padding: 12px 0;
    padding-left: 7px;
    border-top: solid 1px #fff;
    line-height: 1.3;
  }
  .footer-link-list:nth-child(3) > .footer-link-item:nth-child(2) {
    margin-top: -40px;
  }
  .footer-link-lower {
    margin-bottom: 40px;
    border-left: none;
  }
  .footer-link-lower > .footer-link-item {
    padding: 12px 0;
    padding-left: 10px;
    border-top: dashed 1px #fff;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .footer-logo a img {
    max-height: 60px;
  }
  .footer-sns-list {
    gap: 15px;
  }
  .footer .banner-name {
    margin-left: 10px;
    font-size: 1rem;
  }
}