@charset "UTF-8";

.contents-wrapper {
  color: #000;
}
.contents-wrapper img {
  width: 100%;
}
.contents-wrapper h2 {
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.2;
  background: #2A6CDA;
  background: linear-gradient(0deg,rgba(42, 108, 218, 1) 25%, rgba(16, 83, 184, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.contents-wrapper p {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  margin: 0;
}
.contents-wrapper p sup {
  font-size: 0.7em;
}

@media screen and (max-width: 768px) {
  .contents-wrapper h2 {
    font-size: clamp(22px, 6.2vw, 32px);
  }
  .contents-wrapper p  {
    font-size: clamp(14px, 3.6vw, 18px);
  }
}

/* kv */
.key-view {
  background: url(../images/01_header-1-pc.webp);
  padding-top: 54vw;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.key-view-inner {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 34vw;
  text-align: center;
}
.key-view-h1 {
  font-size: clamp(42px, 5vw, 60px);
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, rgba(130, 58, 0, 1) 25%, rgba(89, 17, 48, 1) 75%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.key-view-btn {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: bold;
  text-align: center;
}
.key-view-btn::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
  content: '';
}
.key-view-h1 .pc-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .key-view {
    background: url(../images/01_header-1-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 92vw;
  }
  .key-view-inner {
    top: 54vw;
  }
  .key-view-h1 {
    font-size: clamp(22px, 6.2vw, 32px);
  }
  .key-view-btn {
    font-size: clamp(14px, 3.8vw, 19px);
  }
  .key-view-btn::after {
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 548px) {
  .key-view-h1 .pc-hide {
    display:block;
  }
}

/* mod-gaming */
.mod-gaming {
  position: relative;
}
.mod-gaming-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.mod-gaming-image,
.mod-gaming-text {
  flex: 1 1 50%;
  position: relative;
}
.mod-gaming-image picture,
.mod-gaming-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-gaming-text {
  background: url(../images/03-mod-gaming-text-pc.webp) center / cover no-repeat;
}
.mod-gaming-text-wrapper {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  width: min(90%, 720px);
}

@media screen and (max-width: 768px) {
  .mod-gaming-wrapper {
    flex-direction: column;
  }
  .mod-gaming-text {
    background: url(../images/03-mod-gaming-text-sp.webp) center / cover no-repeat;
    min-height: 280px;
  }
  .mod-gaming-text-wrapper {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    align-items: flex-start;
    width: 50%;
    padding: 0 1.2rem;
    gap: 0.6rem;
  }
}

/* blade-battery */
.blade-battery {
  position: relative;
  background: url(../images/04-blade-battery-pc.webp) center / cover no-repeat;
  min-height: 90vh;
}
.blade-battery-wrapper {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: min(92%, 1140px);
  padding: 0 1rem;
}
.blade-battery-wrapper h2,
.blade-battery-wrapper p {
  color: #fff;
  margin: 0;
}
.blade-battery-wrapper h2 {
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.blade-battery-wrapper p {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.5;
  max-width: 46%;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

@media screen and (max-width: 768px) {
  .blade-battery {
    background: url(../images/04-blade-battery-sp.webp) center / cover no-repeat;
    min-height: 64vh;
  }
  .blade-battery-wrapper {
    width: 90%;
    bottom: 12%;
    gap: 1rem;
    padding: 0 0.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
}
@media screen and (max-width: 498px) {
  .blade-battery-wrapper {
    bottom: 2%;
  }
  
}

/* mod-performance */
.mod-performance {
  position: relative;
}

.mod-performance-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0;
}
.mod-performance-text,
.mod-performance-image {
  position: relative;
  flex: 1 1 50%;
  padding: 4em 2em;
}
.mod-performance-image picture,
.mod-performance-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mod-performance-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  width: min(90%, 720px);
}

@media screen and (max-width: 768px) {
  .mod-performance-wrapper {
    flex-direction: column;
    padding: 3em 1em;
    gap: 1em;
  }
  .mod-performance-image { order: 1; }
  .mod-performance-text  { order: 2; }

  .mod-performance-text,
  .mod-performance-image {
    padding: 0;
  }
  .mod-performance-image picture,
  .mod-performance-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .mod-performance-text-wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    align-items: flex-start;
    width: 90%;
    padding: 1rem 0;
    gap: 1rem;
    margin: 0 auto;
  }
}

/* mod-clicktodo */
.mod-clicktodo {
  position: relative;
  background: url(../images/06-mod-clicktodo-pc.webp) center / cover no-repeat;
  min-height: 78vh;
}
.mod-clicktodo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 4em;
  box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mod-clicktodo {
    background: url(../images/06-mod-clicktodo-sp.webp) center / cover no-repeat;
    min-height: 58vh;
  }
  .mod-clicktodo-text {
    left: auto;
    left: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.2rem;
    gap: 0.6rem;
    text-align: left;
  }
}

/* mod-recall */
.mod-recall {
  position: relative;
}
.mod-recall-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background-color: #e3eeff;
  background-image: url(../images/07-mod-recall-IWS-pc.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: clamp(800px, 100vw, 1920px) auto;
}
.mod-recall-text-01,
.mod-recall-text-02 {
  position: relative;
  flex: 1 1 50%;
  min-height: clamp(420px, 7.5vw + 480px, 720px);
  overflow: hidden;
}
.mod-recall-text-wrapper {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  box-sizing: border-box;
}
.mod-recall-text-01 .mod-recall-text-wrapper {
  left: 28%;
}
.mod-recall-text-wrapper h3 {
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.25;
  background: #2A6CDA;
  background: linear-gradient(0deg,rgba(42, 108, 218, 1) 25%, rgba(16, 83, 184, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .mod-recall-wrapper {
    flex-direction: column;
    background: none;
    min-height: auto;
  }
  .mod-recall-text-01 {
    background: url(../images/07-mod-recall-IWS-1-sp.webp) center / cover no-repeat;
  }
  .mod-recall-text-02 {
    background: url(../images/07-mod-recall-IWS-2-sp.webp) center / cover no-repeat;
  }
  .mod-recall-text-01 .mod-recall-text-wrapper {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    transform: translate(50%, -50%);
    width: 50%;
    align-items: flex-start;
    padding: 0 1.2rem;
    gap: 0.6rem;
  }
  .mod-recall-text-02 .mod-recall-text-wrapper {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 50%;
    align-items: flex-start;
    padding: 0 1.2rem;
    gap: 0.6rem;
  }
}

/* mod-security */
.mod-security {
  position: relative;
}
.mod-security-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0;
}
.mod-security-text,
.mod-security-image {
  position: relative;
  flex: 1 1 50%;
  padding: 4em 2em;
}
.mod-security-image picture,
.mod-security-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mod-security-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  width: min(90%, 720px);
}

@media screen and (max-width: 768px) {
  .mod-security-wrapper {
    flex-direction: column;
    padding: 3em 1em;
    gap: 1em;
  }
  .mod-security-image { order: 1; }
  .mod-security-text  { order: 2; }

  .mod-security-text,
  .mod-security-image {
    padding: 0;
  }
  .mod-security-image picture,
  .mod-security-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .mod-security-text-wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    align-items: flex-start;
    width: 90%;
    padding: 1rem 0;
    gap: 1rem;
    margin: 0 auto;
  }
}

/* models */
.models {
  max-width: 75rem;
  margin: 100px auto;
  padding: 0 1rem;
}
.copilot-models {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  width: 30%;
}
#copilot .card {
  max-width: 33.33%;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
#copilot .cards {
  flex-wrap: wrap;
}
span.mb16 {
  margin-bottom: 16px;
}
#copilot .card_name_02 {
  margin-top: 15px;
  margin-top: 0.1rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #484848;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #copilot .recommendCopilot_cards {
    padding: 0 5%;
  }
  .copilot-models {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
  #copilot .card {
    max-width: 100%;
  }
}

/* footer-text */
.footer-text {
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 50px;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-text span {
  display: inline-block;
}
.footer-text ul {
  max-width: 75rem;
  margin: 0 auto;
}
.footer-text ul li {
  text-indent: -10px;
  margin-left: 19px;
  margin-bottom: 10px;
  font-size: 12px;
}
.footer-text a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer-text {
    padding: 30px 5%;
  }
}