@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
    width: 1400px;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #1c2952;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.17rem;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.27rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md {
    display: none !important;
  }
}
header {
  pointer-events: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.26s ease;
}
header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header-logo {
  display: inline-block;
  pointer-events: auto;
}
.header-logo img {
  width: 100%;
}

.header-navigation {
  z-index: 101;
}

.navigation-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.navigation-menu a {
  display: inline-block;
  pointer-events: auto;
  font-family: "futura-pt", sans-serif;
}

.header-button {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #1c2952;
  pointer-events: auto;
}

@media print, (min-width: 768px) {
  .header-wrapper {
    padding: 22px 30px 0;
  }
  .header-logo {
    width: 175px;
  }
  .header-navigation {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -35px;
  }
  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.05em;
    margin-right: 25px;
  }
  .navigation-menu > li {
    margin-left: 16px;
  }
  .navigation-menu a {
    color: #1c2952;
    transition: all 0.26s;
  }
  .header-button {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    padding: 8px 15px 7px;
    color: #1c2952;
  }
}
@media print, (min-width: 768px) and (max-width: 950px) {
  .header-navigation {
    margin-top: -23px;
  }
  .navigation-menu {
    font-size: 0.15rem;
    margin-right: 16px;
  }
  .navigation-menu > li {
    margin-left: 13px;
  }
  .header-button {
    font-size: 0.13rem;
    padding: 8px 10px 7px;
  }
  .header-logo {
    width: 155px;
  }
}
@media print, (min-width: 768px) and (max-width: 824px) {
  .header-logo {
    width: 130px;
  }
  .navigation-menu {
    font-size: 0.14rem;
  }
  .navigation-menu > li {
    margin-left: 10px;
  }
  .header-button {
    padding: 7px 7px 6px;
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-wrapper {
    padding: 0.2rem 0.2rem 0;
  }
  .header-logo {
    width: 1.86rem;
  }
  .header-navigation {
    padding: 4.6rem 0.4rem 4rem;
    text-align: center;
    background: #1c2952;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    display: none;
    pointer-events: auto;
  }
  .navigation-menu {
    font-size: 0.49rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0.3rem;
  }
  .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .navigation-menu a {
    color: #fff;
  }
  .header-button {
    font-size: 0.42rem;
    padding: 0.05rem 0.2rem;
    color: #fff;
    border-color: #fff;
    border-width: 0.02rem;
  }
  .button-menu {
    pointer-events: auto;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    top: -0.12rem;
    z-index: 102;
  }
  .button-menu span {
    display: block;
    width: 100%;
    position: absolute;
    height: 0.08rem;
    background: #1c2952;
    left: 0;
    transition: all 0.4s;
  }
  .button-menu span:nth-child(1) {
    top: 0.2rem;
  }
  .button-menu span:nth-child(2) {
    top: 0.38rem;
  }
  .button-menu span:nth-child(3) {
    top: 0.56rem;
  }
  .button-menu.is-active {
    top: 0.04rem;
  }
  .button-menu.is-active span {
    background: #fff;
  }
  .button-menu.is-active span:nth-of-type(1) {
    -ms-transform: translateY(0.18rem) rotate(-45deg);
        transform: translateY(0.18rem) rotate(-45deg);
  }
  .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .button-menu.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-0.18rem) rotate(45deg);
        transform: translateY(-0.18rem) rotate(45deg);
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  header .header-navigation {
    padding-top: 1.4rem;
  }
}
footer {
  background-color: #0e1735;
  text-align: center;
}

.copyright {
  color: #fff;
}
.copyright span {
  display: inline-block;
  color: transparent;
  text-shadow: 0 0 #fff;
}

@media print, (min-width: 768px) {
  footer {
    padding: 47px 0 43px;
  }
  .copyright {
    font-size: 0.13rem;
    letter-spacing: 0.06em;
  }
  .copyright span {
    font-size: 0.1rem;
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    -ms-transform-origin: left center;
        transform-origin: left center;
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.61rem 0 0.57rem;
  }
  .copyright {
    font-size: 0.2rem;
  }
  .copyright span {
    font-size: 0.12rem;
    position: relative;
    top: -0.03rem;
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.list-animation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -50px 100px;
}
.list-animation li {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin: 0 50px 100px;
}

.list-text {
  font-size: 0.18rem;
}
.list-text li {
  margin-bottom: 50px;
}

.is-animate-photo {
  position: relative;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .is-animate-photo {
    padding-right: 1px;
  }
}
.animation-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.animation-box .content {
  animation-duration: 1s;
  display: inline-block;
}
.animation-box .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  transition: all 0.3s ease 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  background-color: #caa234;
}

.is-mask-left {
  content: "";
  background: #c5fff6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.3s ease 0s;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

@keyframes fade-visible {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.fade-visible {
  animation-name: fade-visible;
}

@keyframes fade-overlay-left {
  0% {
    transform-origin: left top;
    transform: translateX(-100%);
  }
  49% {
    transform-origin: left top;
    transform: translateX(0);
  }
  50% {
    transform-origin: right top;
    transform: translateX(0);
  }
  100% {
    transform-origin: right top;
    transform: translateX(100%);
  }
}
.fade-overlay-left {
  animation-name: fade-overlay-left;
}

.animate-mask {
  background: #0a0e24;
  left: -10px;
  position: absolute;
  top: -30px;
  width: calc(100% + 20px);
  height: calc(100% + 60px);
  transition: all 0.3s ease 0s;
  -ms-transform-origin: top right;
  transform-origin: top right;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: forwards;
  z-index: 4;
  visibility: visible !important;
}

@keyframes fade-mask-left {
  0% {
    transform-origin: top right;
    transform: translateX(0);
  }
  100% {
    transform-origin: top right;
    transform: translateX(110%);
  }
}
.fade-mask-left {
  animation-name: fade-mask-left;
}

@keyframes fade-zoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.fade-zoom {
  animation-name: fade-zoom;
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  box-sizing: border-box;
  overflow-x: hidden;
}
.lightbox .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lightbox .popup-light-box {
  width: 100%;
  height: 100%;
}
.lightbox .popup-light-box-cell {
  width: 100%;
}
.lightbox .lightbox-window {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.lightbox .popup-icon-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.lightbox .popup-icon-close::before, .lightbox .popup-icon-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #1c2952;
}
.lightbox .popup-icon-close::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.lightbox .popup-icon-close::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.lightbox .plan-content {
  background: #fff;
  overflow: auto;
}

@media print, (min-width: 768px) {
  .lightbox .wrapper {
    max-width: 1200px;
  }
  .lightbox .plan-content {
    max-height: 70vmin;
    padding: 48px 57px;
    box-shadow: 0 0 10px #9b9a9a;
  }
  .lightbox .popup-icon-close {
    width: 49px;
    height: 49px;
    top: -5px;
    right: 20px;
  }
  .lightbox .popup-icon-close::before, .lightbox .popup-icon-close::after {
    height: 2px;
    top: 22px;
  }
  .lightbox-window {
    padding: 62px;
    width: 100%;
    max-width: 1124px;
  }
  .plan-image {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .lightbox .plan-content {
    max-height: 80vh;
    padding: 0.48rem 0.3rem;
    box-shadow: 0 0 0.1rem #9b9a9a;
  }
  .is-iphone .lightbox .plan-content {
    max-height: 70vh;
  }
  .lightbox .popup-icon-close {
    width: 0.98rem;
    height: 0.98rem;
    top: -0.09rem;
    right: -0.06rem;
  }
  .lightbox .popup-icon-close::before, .lightbox .popup-icon-close::after {
    height: 0.04rem;
    top: 0.52rem;
  }
  .lightbox .plan-image img {
    width: 100%;
  }
  .lightbox-window {
    padding: 0.92rem 0.35rem;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .lightbox .plan-content {
    max-height: 55vh;
  }
}
.section-title {
  font-family: "futura-pt", sans-serif;
  color: #ff5c35;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.077em;
}

@media print, (min-width: 768px) {
  .section-title {
    font-size: 0.49rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-title {
    letter-spacing: 0.108em;
    font-size: 0.64rem;
  }
}
@keyframes animation-arrow {
  0% {
    margin-top: 10px;
  }
  60% {
    margin-top: 0;
  }
  80% {
    margin-top: 10px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes animation-arrow-sp {
  0% {
    margin-top: 0.2rem;
  }
  60% {
    margin-top: 0;
  }
  80% {
    margin-top: 0.2rem;
  }
  100% {
    margin-top: 0.2rem;
  }
}
@keyframes animation-first-view {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animation-scale-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-fade-text {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  background-color: #f3f4f5;
  min-height: 100vh;
  animation: animation-first-view 3s forwards;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.loading img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
}

@media only screen and (max-width: 767.98px) {
  .loading img {
    top: 43%;
  }
}
.loading-image {
  animation: animation-scale-image 1s forwards;
}

.section-slogan {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100vh;
  pointer-events: auto;
  z-index: -1;
  background: top center/cover no-repeat #eeeced;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0;
}

@media print, (min-width: 768px) {
  .section-slogan {
    background-image: url(../img/top/keyvisual_img_02.png);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-slogan {
    background-image: url(../img/top/sp/keyvisual_img_02.png);
    background-size: cover;
  }
}
.section-top-keyvisual {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s ease;
}
.section-top-keyvisual .keyvisual-content {
  color: #ff5c35;
  margin-left: auto;
  text-align: right;
  opacity: 0;
  animation: animation-fade-text 0.5s forwards;
  animation-delay: 2s;
}
.section-top-keyvisual .keyvisual-sub-title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section-top-keyvisual .keyvisual-text {
  font-weight: 600;
  letter-spacing: 0.06em;
}
.section-top-keyvisual .keyvisual-title {
  text-align: center;
  animation: fade-in-logo 1s forwards;
  animation-delay: 2.5s;
  opacity: 0;
}
.section-top-keyvisual .content-arrow {
  display: block;
  position: absolute;
  left: 49.8%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  animation: fade-in-logo 1s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.section-top-keyvisual .content-arrow a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.section-top-keyvisual .content-arrow a:before {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/top/keyvisual_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  z-index: 99;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 800px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-top-keyvisual .wrapper {
    width: 100%;
    max-width: 1200px;
  }
  .section-top-keyvisual .keyvisual-content {
    max-width: 50%;
    margin-bottom: 301px;
  }
  .section-top-keyvisual .keyvisual-sub-title {
    font-size: 0.27rem;
    margin-bottom: 7px;
  }
  .section-top-keyvisual .keyvisual-text {
    line-height: 2.125;
    font-size: 0.16rem;
    padding-right: 9px;
  }
  .section-top-keyvisual .keyvisual-title {
    position: absolute;
    bottom: 33px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .section-top-keyvisual .content-arrow {
    bottom: 27px;
    width: 40px;
    height: 40px;
  }
  .section-top-keyvisual .content-arrow a:before {
    left: 10px;
    width: 29px;
    height: 15px;
    animation: animation-arrow 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  }
}
@media print, (min-width: 768px) and (max-width: 1210px) {
  .section-top-keyvisual .keyvisual-content {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 9rem;
  }
  .section-top-keyvisual .wrapper {
    width: 7.5rem;
    padding-bottom: 1.12rem;
  }
  .section-top-keyvisual .keyvisual-content {
    margin-bottom: 0.9rem;
  }
  .section-top-keyvisual .keyvisual-sub-title {
    font-size: 0.32rem;
    margin-bottom: 0.06rem;
  }
  .is-android .section-top-keyvisual .keyvisual-sub-title {
    font-weight: 700;
  }
  .section-top-keyvisual .keyvisual-text {
    line-height: 2.1052631579;
    font-size: 0.19rem;
    padding-right: 0.12rem;
  }
  .is-android .section-top-keyvisual .keyvisual-text {
    font-weight: 700;
  }
  .section-top-keyvisual .keyvisual-title {
    width: 6.28rem;
    margin: 0 auto;
  }
  .section-top-keyvisual .content-arrow {
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    left: 50%;
  }
  .section-top-keyvisual .content-arrow a:before {
    width: 0.58rem;
    height: 0.3rem;
    animation: animation-arrow-sp 1.25s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  }
}
.section-top-performance {
  background: center/cover no-repeat;
}
.section-top-performance .content-title span {
  color: #fff;
}
.section-top-performance .performance-title {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #ff5c35;
}
.section-top-performance .performance-sub-title {
  text-align: center;
  font-weight: 600;
  color: #1c2952;
  position: relative;
}
.section-top-performance .performance-sub-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 55, 121) 0%, rgb(0, 55, 121) 13%, rgb(125, 174, 213) 66%, rgb(0, 55, 121) 100%);
}
.section-top-performance .content-title {
  color: #fff;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1;
  background: linear-gradient(90deg, rgba(15, 53, 87, 0.1) 0%, rgb(15, 53, 87) 26%, rgb(15, 53, 87) 73%, rgba(15, 53, 87, 0.1) 100%);
}
.section-top-performance .displacement-content .content-title {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) -2%, rgb(15, 53, 87) 17%, rgb(15, 53, 87) 86%, rgba(255, 255, 255, 0.1) 103%);
}
.section-top-performance .text-note {
  color: #231815;
  font-weight: 300;
}
.section-top-performance .image-top {
  text-align: center;
}
.section-top-performance .text-big {
  color: #d73a17;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
.section-top-performance .text-price {
  color: #d73a17;
}
.section-top-performance .content-sale {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-top-performance .text-price {
  font-weight: 700;
  color: #d73a17;
  font-family: "Arial", sans-serif;
}
.section-top-performance .block-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  position: relative;
}
.section-top-performance .block-chart:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: linear-gradient(90deg, rgb(237, 141, 114) 0%, rgb(238, 141, 62) 25%, rgb(232, 114, 28) 49%, rgb(228, 66, 26) 74%, rgb(227, 35, 28) 100%);
}

@media print, (min-width: 768px) {
  .section-top-performance {
    background-image: url(../img/top/performance_img_03.jpg);
  }
  .section-top-performance .wrapper {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 82px;
    padding-bottom: 23px;
  }
  .section-top-performance .performance-title {
    font-size: 0.49rem;
    margin-bottom: 44px;
  }
  .section-top-performance .performance-sub-title {
    font-size: 0.42rem;
    letter-spacing: 0.057em;
    margin: 0 5px 75px;
    padding-bottom: 11px;
  }
  .section-top-performance .performance-sub-title:after {
    height: 3px;
  }
  .section-top-performance .content-title {
    font-size: 0.25rem;
    max-width: 800px;
    margin: 0 auto 57px;
    padding: 11px 5px 7px;
  }
  .section-top-performance .content-title .text-note {
    letter-spacing: -0.03em;
    margin-left: -20px;
  }
  .section-top-performance .text-note {
    font-size: 0.13rem;
  }
  .section-top-performance .image-top {
    margin-bottom: 22px;
  }
  .section-top-performance .text-big {
    font-size: 0.34rem;
    margin-bottom: -10px;
  }
  .section-top-performance .content-sale {
    margin-left: 35px;
  }
  .section-top-performance .content-sale .text-note {
    margin-top: 39px;
    margin-left: 10px;
  }
  .section-top-performance .text-highlight {
    margin-right: 6px;
    margin-top: -1px;
  }
  .section-top-performance .text-price {
    font-size: 0.67rem;
    letter-spacing: -0.06em;
  }
  .section-top-performance .text-price span {
    font-size: 0.33rem;
    margin-left: 3px;
    margin-top: 31px;
    letter-spacing: 0.02em;
  }
  .section-top-performance .performance-content {
    max-width: 800px;
    margin: 0 auto 51px;
  }
  .section-top-performance .displacement-content .content-title {
    font-size: 0.2rem;
    padding-top: 6px;
    margin-bottom: 44px;
    letter-spacing: 0.016em;
  }
  .section-top-performance .displacement-content .content-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 48px;
  }
  .section-top-performance .displacement-content .image-top {
    max-width: 462px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
  }
  .section-top-performance .displacement-content .text-big {
    line-height: 1.2727272727;
    text-align: left;
    padding-left: 18px;
    margin-bottom: -6px;
    letter-spacing: -0.02em;
  }
  .section-top-performance .displacement-content .content-right {
    margin-top: 50px;
    max-width: 297px;
  }
  .section-top-performance .displacement-content .text-price {
    letter-spacing: -0.08em;
  }
  .section-top-performance .displacement-content .text-price span {
    margin-left: 10px;
    letter-spacing: 0.09em;
  }
  .section-top-performance .displacement-content .text-note {
    display: block;
    width: 100%;
    text-align: right;
    margin: -19px 23px 0 0;
  }
  .section-top-performance .displacement-content .text-highlight {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 37px;
    margin-left: 15px;
    margin-right: 3px;
  }
  .section-top-performance .displacement-content .content-sale {
    margin-right: -27px;
    margin-bottom: 15px;
    margin-left: 0;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: unset;
        justify-content: unset;
  }
  .section-top-performance .block-chart {
    max-width: 190px;
    margin-left: 25px;
    padding-bottom: 17px;
  }
  .section-top-performance .block-chart:after {
    width: 100%;
    height: 18px;
  }
  .section-top-performance .block-chart span {
    font-size: 0.13rem;
  }
}
@media print, (min-width: 768px) and (max-width: 900px) {
  .section-top-performance .displacement-content .content-detail {
    padding-left: 20px;
  }
  .section-top-performance .displacement-content .image-top {
    max-width: 383px;
  }
  .section-top-performance .displacement-content .content-right {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-performance {
    background-image: url(../img/top/sp/performance_img_03.jpg);
  }
  .section-top-performance .wrapper {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 1.4rem;
    padding-bottom: 0.82rem;
  }
  .section-top-performance .performance-title {
    font-size: 0.64rem;
    margin-bottom: 0.8rem;
  }
  .section-top-performance .performance-sub-title {
    font-size: 0.42rem;
    padding-bottom: 0.18rem;
    margin: 0 0.34rem 0.72rem;
  }
  .section-top-performance .performance-sub-title:after {
    height: 0.06rem;
  }
  .is-android .section-top-performance .performance-sub-title {
    font-weight: 700;
  }
  .section-top-performance .text-note {
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    margin-top: 0.52rem;
  }
  .section-top-performance .image-top {
    margin: 0 -0.01rem 0.38rem;
  }
  .section-top-performance .image-top img {
    width: 100%;
  }
  .section-top-performance .text-big {
    font-size: 0.4rem;
    margin-bottom: -0.12rem;
  }
  .is-android .section-top-performance .text-big {
    font-weight: 700;
  }
  .section-top-performance .text-price {
    font-size: 0.8rem;
    letter-spacing: -0.07em;
    margin: 0 0.08rem;
  }
  .section-top-performance .text-price span {
    font-size: 0.4rem;
    margin-left: 0.12rem;
    margin-top: 0.62rem;
    letter-spacing: 0;
  }
  .section-top-performance .text-highlight {
    width: 1.37rem;
  }
  .section-top-performance .text-highlight img {
    width: 100%;
  }
  .section-top-performance .content-title {
    letter-spacing: 0;
    font-size: 0.25rem;
    margin-bottom: 0.56rem;
    padding: 0.12rem 0.06rem 0.08rem;
  }
  .section-top-performance .performance-content {
    padding: 0 0.36rem;
    margin-bottom: 0.44rem;
    position: relative;
  }
  .section-top-performance .displacement-content .content-title {
    letter-spacing: 0.075em;
    font-size: 0.19rem;
    padding-top: 0.08rem;
    margin-bottom: 0.38rem;
  }
  .section-top-performance .displacement-content .text-big {
    letter-spacing: 0.05em;
    margin: 0 -0.1rem 0.12rem;
  }
  .section-top-performance .displacement-content .image-top {
    width: 4.46rem;
    margin: 0 auto 0.39rem;
  }
  .section-top-performance .block-chart {
    max-width: 1.57rem;
    margin-left: 0.5rem;
    padding-bottom: 0.34rem;
    position: absolute;
    right: -0.08rem;
    top: 3.12rem;
  }
  .section-top-performance .block-chart:after {
    background: linear-gradient(0deg, rgb(237, 141, 114) 0%, rgb(238, 141, 62) 25%, rgb(232, 114, 28) 49%, rgb(228, 66, 26) 74%, rgb(227, 35, 28) 100%);
    width: 0.13rem;
    height: 1.18rem;
  }
  .section-top-performance .block-chart span {
    font-size: 0.13rem;
    position: absolute;
    right: 0.64rem;
  }
  .section-top-performance .block-chart .text-minimum {
    top: -1.04rem;
  }
  .section-top-performance .block-chart .text-maximum {
    top: 0.38rem;
  }
}
.section-top-voice {
  background: rgba(255, 255, 255, 0.9);
}
.section-top-voice .voice-image {
  text-align: center;
}
.section-top-voice .voice-title {
  font-weight: 600;
  color: #ff5c35;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt";
}
.section-top-voice .voice-text {
  color: #1c2952;
  text-align: justify;
}
.section-top-voice .button-common {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
}
.section-top-voice .button-common:after {
  background-color: #ff5c35;
}
.section-top-voice .button-common .is-text:before, .section-top-voice .button-common .is-text:after {
  background-color: #fff;
  transition: transform 0.26s;
}
.section-top-voice .button-common:hover {
  color: #ff5c35;
}
.section-top-voice .button-common:hover:after {
  background-color: #fff;
}
.section-top-voice .button-common:hover .is-text:before, .section-top-voice .button-common:hover .is-text:after {
  background-color: #ff5c35;
}
.section-top-voice .block-accordion {
  position: relative;
}
.section-top-voice .block-title {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  position: relative;
}
.section-top-voice .block-title:before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  background-color: #1c2952;
}
.section-top-voice .block-text {
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-align: justify;
}
.section-top-voice .block-accordion {
  display: none;
}

@media print, (min-width: 768px) {
  .section-top-voice {
    padding: 84px 0 90px;
  }
  .section-top-voice .section-title {
    margin-bottom: 54px;
  }
  .section-top-voice .voice-image {
    margin-bottom: 57px;
  }
  .section-top-voice .voice-title {
    font-size: 0.29rem;
    margin-bottom: 22px;
  }
  .section-top-voice .voice-text {
    line-height: 1.8235294118;
    font-size: 0.17rem;
    max-width: 706px;
    margin: 0 auto 62px;
    letter-spacing: -0.06em;
  }
  .section-top-voice .button-common {
    width: 343px;
    margin: 0 auto;
  }
  .section-top-voice .button-common.item-circle {
    font-size: 0.3rem;
  }
  .section-top-voice .button-common .is-text:before {
    height: 25px;
    right: 39px;
  }
  .section-top-voice .button-common .is-text:after {
    width: 25px;
    right: 27px;
  }
  .section-top-voice .button-common.is-active .is-text:before {
    -ms-transform: translate(50%, -12px) rotate(45deg);
        transform: translate(50%, -12px) rotate(45deg);
  }
  .section-top-voice .button-common.is-active .is-text:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .section-top-voice .block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
  }
  .section-top-voice .block-title {
    font-size: 0.16rem;
    line-height: 1.8235294118;
    text-indent: 35px;
  }
  .section-top-voice .block-title:before {
    top: 14px;
    width: 33px;
  }
  .section-top-voice .block-text {
    font-size: 0.17rem;
    line-height: 1.8235294118;
  }
  .section-top-voice .block-detail:not(:last-child) {
    margin-bottom: 32px;
  }
  .section-top-voice .block-detail.is-top {
    margin-top: 28px;
  }
  .section-top-voice .block-accordion .block-accordion-detail {
    max-width: 848px;
    margin: 0 auto 72px;
  }
  .section-top-voice .image-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 5px;
    margin-right: -296px;
    width: 640px;
    margin-left: 80px;
  }
  .section-top-voice .block-retired .block-left {
    -ms-flex-order: 2;
        order: 2;
  }
  .section-top-voice .block-retired .block-left {
    margin-left: auto;
    margin-right: 0;
  }
  .section-top-voice .block-retired .image-right {
    margin-top: 64px;
    margin-left: -296px;
    margin-right: 80px;
  }
}
@media print, (min-width: 901px) and (max-width: 1236px) {
  .section-top-voice .image-right {
    width: 500px;
    margin-right: -93px;
  }
  .section-top-voice .block-retired .image-right {
    margin-left: -93px;
  }
}
@media print, (min-width: 768px) and (max-width: 900px) {
  .section-top-voice .block-accordion-detail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-top-voice .block-content {
    display: block;
  }
  .section-top-voice .block-left {
    width: unset;
    margin-right: 0;
  }
  .section-top-voice .block-content,
.section-top-voice .block-left {
    margin-bottom: 32px;
  }
  .section-top-voice .image-right {
    text-align: center;
  }
  .section-top-voice .block-retired .image-right {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-voice {
    padding: 1.38rem 0;
  }
  .section-top-voice .wrapper {
    padding-right: 0.45rem;
  }
  .section-top-voice .section-title {
    margin-bottom: 0.96rem;
  }
  .section-top-voice .voice-image {
    width: 6.6rem;
    margin: 0 auto 0.6rem;
  }
  .section-top-voice .voice-image img {
    width: 100%;
  }
  .section-top-voice .voice-title {
    font-size: 0.35rem;
    margin-bottom: 0.16rem;
  }
  .is-android .section-top-voice .voice-title {
    font-weight: 700;
  }
  .section-top-voice .voice-text {
    line-height: 1.8518518519;
    font-size: 0.27rem;
    margin-bottom: 0.8rem;
    letter-spacing: -0.05em;
    padding: 0 0.3rem;
  }
  .section-top-voice .block-accordion {
    margin-bottom: 0.8rem;
  }
  .section-top-voice .button-common {
    width: 73.2%;
    margin: 0 auto;
    padding-top: 0.1rem;
    padding-bottom: 0.07rem;
  }
  .section-top-voice .button-common.item-circle {
    font-size: 0.43rem;
  }
  .section-top-voice .button-common .is-text:before {
    height: 0.35rem;
    right: 0.6rem;
  }
  .section-top-voice .button-common .is-text:after {
    width: 0.35rem;
    right: 0.44rem;
  }
  .section-top-voice .button-common.is-active .is-text:before {
    -ms-transform: translate(50%, -0.16rem) rotate(45deg);
        transform: translate(50%, -0.16rem) rotate(45deg);
  }
  .section-top-voice .button-common.is-active .is-text:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .section-top-voice .block-content {
    padding: 0 0.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-top-voice .block-left {
    -ms-flex-order: 1;
        order: 1;
    padding: 0 0.3rem;
  }
  .section-top-voice .block-title {
    font-size: 0.29rem;
    line-height: 1.7586206897;
    margin-bottom: 0.1rem;
    font-weight: 600;
    text-indent: 0.59rem;
  }
  .section-top-voice .block-title:before {
    top: 0.24rem;
    width: 0.56rem;
  }
  .is-android .section-top-voice .block-title {
    font-weight: 700;
  }
  .section-top-voice .block-text {
    font-size: 0.27rem;
    line-height: 1.8518518519;
    text-align: justify;
  }
  .section-top-voice .block-detail {
    margin-bottom: 0.4rem;
  }
  .section-top-voice .image-right {
    margin: 0 auto 0.88rem;
    width: 6.6rem;
  }
  .section-top-voice .image-right img {
    width: 100%;
  }
}
.section-top-technology {
  position: relative;
  background: center/cover no-repeat;
  z-index: 0;
}
.section-top-technology .button-common {
  position: relative;
}
.section-top-technology .button-common .text-image {
  position: absolute;
  transition: opacity 0.26s ease;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.section-top-technology .button-common .is-hover {
  opacity: 0;
}
.section-top-technology .button-common:hover .is-hover {
  opacity: 1;
}
.section-top-technology .button-common:hover .is-normal {
  opacity: 0;
}
.section-top-technology .button-common:hover .text-normal {
  opacity: 0;
}
.section-top-technology .button-common:hover .is-circle::after {
  background: #fff;
}
.section-top-technology .button-common:hover .is-circle::before {
  border-color: #fff;
}

.technology-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.technology-inner.is-animation .technology-point {
  -ms-transform: scale(1);
      transform: scale(1);
}
.technology-inner.is-animation .point-first, .technology-inner.is-animation .point-second {
  transition: transform 0.9s 0.4s, filter 0.26s ease, opacity 0.26s ease;
}
.technology-inner.is-animation .point-third, .technology-inner.is-animation .point-sixth {
  transition: transform 0.9s 0.9s, filter 0.26s ease, opacity 0.26s ease;
}
.technology-inner.is-animation .point-fourth {
  transition: transform 0.9s 1.4s, filter 0.26s ease, opacity 0.26s ease;
}
.technology-inner.is-animation .point-fifth {
  transition: transform 0.9s 1.9s, filter 0.26s ease, opacity 0.26s ease;
}
.technology-inner.is-animation [data-modal=modal-03] .is-circle::before {
  animation: outside-circle 2s 0.6s forwards;
}
.technology-inner.is-animation [data-modal=modal-03] .is-circle::after {
  animation: inside-circle 2s 0.4s forwards;
}
.technology-inner.is-animation [data-modal=modal-06] .is-circle::before {
  animation: outside-circle 2s 1.1s forwards;
}
.technology-inner.is-animation [data-modal=modal-06] .is-circle::after {
  animation: inside-circle 2s 0.9s forwards;
}
.technology-inner.is-animation [data-modal=modal-02] .is-circle::before {
  animation: outside-circle 2s 1.6s forwards;
}
.technology-inner.is-animation [data-modal=modal-02] .is-circle::after {
  animation: inside-circle 2s 1.4s forwards;
}
.technology-inner.is-animation [data-modal=modal-01] .is-circle::before {
  animation: outside-circle 2s 2.1s forwards;
}
.technology-inner.is-animation [data-modal=modal-01] .is-circle::after {
  animation: inside-circle 2s 1.9s forwards;
}

.technology-image-block {
  position: relative;
}

.technology-image img {
  width: 100%;
}

.technology-point {
  position: absolute;
  background-color: #ff5c35;
  opacity: 0.5;
  border-radius: 50%;
  -ms-transform: scale(0);
      transform: scale(0);
}
.technology-point:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border: solid 1px #ff5c35;
  border-radius: 50%;
  transition: border 0.26s ease;
}
.technology-point.is-select {
  transition: transform 0.26s, filter 0.26s ease, opacity 0.26s ease !important;
  opacity: 0.7;
}
.technology-point.is-select:after {
  border-color: transparent;
}
.technology-point.is-selected {
  transition: transform 0.26s, filter 0.26s ease, opacity 0.26s ease !important;
}

.technology-title {
  text-align: center;
  position: relative;
  z-index: 0;
}
.technology-title span {
  line-height: 1.2;
  display: block;
}
.technology-title::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0e3151;
  width: 100%;
  height: 100%;
  -ms-transform: skew(-15deg);
      transform: skew(-15deg);
}

.technology-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.technology-name {
  text-align: center;
}

.button-common {
  color: #ff5c35;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  font-weight: 600;
  z-index: 0;
  text-decoration: none;
  transition: color 0.26s ease;
}
.button-common::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: skew(-15deg);
      transform: skew(-15deg);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fe5e39;
  transition: background 0.26s ease;
}
.button-common:hover:after {
  background-color: #ff5c35;
}
.button-common:hover {
  color: #fff;
}
.button-common:hover .is-text:before, .button-common:hover .is-text:after {
  background: #fff;
}
.button-common .is-text {
  display: block;
}
.button-common .is-text::before, .button-common .is-text::after {
  content: "";
  position: absolute;
  background: #ff5c35;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: background 0.26s ease;
}
.button-common .is-circle::before, .button-common .is-circle::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0);
}
.button-common .is-circle::before {
  border: 1px solid #ff5c35;
  transition: border 0.26s ease;
}
.button-common .is-circle::after {
  background: #ff5c35;
  transition: background 0.26s ease;
}

@keyframes inside-circle {
  0% {
    transform: translateY(-50%) scale(0.7);
  }
  70% {
    transform: translateY(-50%) scale(1.3);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes outside-circle {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  70% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.technology-sub-menu {
  list-style: none;
  padding: 0;
}

@media print, (min-width: 768px) {
  .section-top-technology {
    padding: 80px 0 82px;
    background-image: url("../img/top/technology_bg.jpg");
  }
  .is-tablet .section-top-technology {
    margin: -2px 0;
  }
  .section-top-technology .section-title {
    margin-bottom: 17px;
  }
  .technology-inner {
    padding-left: 21px;
    padding-right: 54px;
  }
  .technology-image-block {
    width: 405px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .technology-point {
    width: 40px;
    height: 40px;
  }
  .technology-point:after {
    width: 66px;
    height: 66px;
  }
  .technology-point.point-first {
    top: 43px;
    left: 185px;
  }
  .technology-point.point-second {
    top: 240px;
    right: 37px;
  }
  .technology-point.point-third {
    width: 32px;
    height: 32px;
    top: 516px;
    right: 181px;
  }
  .technology-point.point-third:after {
    width: 53px;
    height: 53px;
  }
  .technology-point.point-fourth {
    width: 32px;
    height: 32px;
    top: 535px;
    left: 192px;
  }
  .technology-point.point-fourth:after {
    width: 53px;
    height: 53px;
  }
  .technology-point.point-fifth {
    width: 66px;
    height: 66px;
    bottom: 393px;
    left: 176px;
  }
  .technology-point.point-fifth:after {
    width: 153px;
    height: 153px;
  }
  .technology-point.point-sixth {
    bottom: 159px;
    left: 193px;
  }
  .technology-point.is-select {
    -ms-transform: scale(1.65) !important;
        transform: scale(1.65) !important;
  }
  .technology-content {
    width: 390px;
    padding-top: 85px;
  }
  .technology-block:not(:last-child) {
    margin-bottom: 48px;
  }
  .technology-title {
    padding: 1px 20px 4px;
    margin-bottom: 20px;
  }
  .technology-list {
    padding-left: 2px;
    padding-right: 1px;
  }
  .technology-list > li:not(:last-child) {
    margin-bottom: 21px;
  }
  .technology-name {
    margin-bottom: 2px;
  }
  .button-common {
    padding: 6px 50px 8px;
  }
  .button-common .is-text::before {
    width: 1px;
    height: 16px;
    right: 24px;
  }
  .button-common .is-text::after {
    width: 16px;
    height: 1px;
    right: 17px;
  }
  .button-common.item-circle {
    font-size: 0.21rem;
    min-height: 55px;
  }
  .button-common .is-circle::before {
    left: 14px;
    width: 21px;
    height: 21px;
  }
  .button-common .is-circle::after {
    left: 18px;
    width: 13px;
    height: 13px;
  }
  .technology-sub-menu {
    margin: 38px 0 0;
  }
  .technology-sub-menu .button-common {
    min-height: 41px;
    font-size: 0.16rem;
  }
  .technology-sub-menu li:not(:last-child) {
    margin-bottom: 31px;
  }
}
@media print, (min-width: 768px) and (max-width: 1000px) {
  .technology-inner {
    padding: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .technology-image-block {
    margin-right: 15px;
  }
}
@media print, (min-width: 768px) and (max-width: 870px) {
  .technology-image-block {
    margin-left: -60px;
    margin-right: 10px;
  }
  .technology-inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-technology {
    padding: 1.3rem 0 1.36rem;
    background-image: url("../img/top/sp/technology_bg.jpg");
  }
  .section-top-technology .wrapper {
    padding-left: 0;
    padding-right: 0.14rem;
  }
  .section-top-technology .section-title {
    margin-bottom: 0.72rem;
  }
  .technology-image-block {
    width: 4.05rem;
    margin-left: -1rem;
  }
  .technology-point {
    width: 0.4rem;
    height: 0.4rem;
  }
  .technology-point:after {
    width: 0.66rem;
    height: 0.66rem;
  }
  .technology-point.point-first {
    top: 0.46rem;
    left: 1.84rem;
  }
  .technology-point.point-second {
    top: 2.41rem;
    right: 0.38rem;
  }
  .technology-point.point-third {
    top: 5.18rem;
    right: 1.81rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  .technology-point.point-third:after {
    width: 0.53rem;
    height: 0.53rem;
  }
  .technology-point.point-fourth {
    width: 0.32rem;
    height: 0.32rem;
    top: 5.37rem;
    left: 1.92rem;
  }
  .technology-point.point-fourth:after {
    width: 0.53rem;
    height: 0.53rem;
  }
  .technology-point.point-fourth.is-select {
    -ms-transform: scale(2.4) !important;
        transform: scale(2.4) !important;
  }
  .technology-point.point-fifth {
    width: 0.66rem;
    height: 0.66rem;
    bottom: 3.9rem;
    left: 1.75rem;
  }
  .technology-point.point-fifth:after {
    width: 1.53rem;
    height: 1.53rem;
  }
  .technology-point.point-sixth {
    bottom: 1.58rem;
    left: 1.88rem;
  }
  .technology-point.is-select {
    -ms-transform: scale(1.65) !important;
        transform: scale(1.65) !important;
  }
  .technology-content {
    width: 58%;
    padding-top: 0.6rem;
    padding-right: 0.07rem;
  }
  .technology-block:not(:last-child) {
    margin-bottom: 0.52rem;
  }
  .technology-title {
    padding: 0 0.2rem 0.06rem;
    margin-bottom: 0.13rem;
  }
  .technology-title span {
    margin: 0 auto;
    line-height: 0.8;
  }
  .technology-title img {
    width: 100%;
  }
  .technology-title .is-flight,
.technology-title .is-high {
    padding-bottom: 0.03rem;
  }
  .technology-title .is-flight {
    width: 1.27rem;
  }
  .technology-title .is-high {
    width: 1.7rem;
  }
  .technology-list > li:not(:last-child) {
    margin-bottom: 0.12rem;
  }
  .technology-name {
    margin: 0 auto -0.07rem;
    padding-right: 0.04rem;
  }
  .technology-name img {
    width: 100%;
  }
  .technology-name.is-demonstrates {
    width: 3.58rem;
  }
  .technology-name.is-effective {
    width: 4.1rem;
  }
  .technology-name.is-performance {
    width: 3.93rem;
  }
  .technology-name.is-increase {
    width: 3.67rem;
  }
  .technology-list {
    padding-right: 0.01rem;
    padding-left: 0.03rem;
  }
  .button-common {
    padding: 0.05rem 0.44rem;
    letter-spacing: 0.05em;
  }
  .button-common img {
    width: 100%;
  }
  .button-common .is-text::before {
    width: 1px;
    height: 0.16rem;
    right: 0.24rem;
  }
  .button-common .is-text::after {
    width: 0.16rem;
    height: 1px;
    right: 0.17rem;
  }
  .button-common .is-extension img {
    width: 2.6rem;
  }
  .button-common .is-design img {
    width: 1.74rem;
  }
  .button-common .is-grip img {
    width: 1.66rem;
  }
  .button-common .is-grommet img {
    width: 2.56rem;
  }
  .button-common.item-circle {
    font-size: 0.22rem;
    min-height: 0.59rem;
  }
  .button-common .is-circle::before {
    left: 0.17rem;
    width: 0.21rem;
    height: 0.21rem;
  }
  .button-common .is-circle::after {
    left: 0.21rem;
    width: 0.13rem;
    height: 0.13rem;
  }
  .technology-sub-menu {
    margin: 0.42rem 0 0;
  }
  .technology-sub-menu .button-common {
    min-height: 0.44rem;
    font-size: 0.17rem;
  }
  .technology-sub-menu li:not(:last-child) {
    margin-bottom: 0.33rem;
  }
  .technology-speed img {
    width: 3.1rem;
  }
  .technology-isometric img {
    width: 1.53rem;
  }
  .technology-mesh img {
    width: 0.67rem;
  }
  .technology-carbon img {
    width: 2.2rem;
  }
}
.section-top-lineup {
  background: rgba(255, 255, 255, 0.9);
}

.lineup-product {
  list-style: none;
  padding: 0;
}

.lineup-content {
  color: #111;
}

.lineup-new {
  color: #fff;
  background-color: #de1211;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
}

.lineup-name {
  font-weight: 500;
}

.lineup-name-detail,
.lineup-information,
.lineup-price {
  font-weight: 500;
}
.is-mac .lineup-name-detail,
.is-mac .lineup-information,
.is-mac .lineup-price {
  font-weight: 400;
}

.lineup-description {
  font-weight: 700;
}

.lineup-released {
  color: #ff5c35;
  margin-bottom: 0;
  font-weight: 500;
}

.lineup-price {
  margin-bottom: 0;
}
.lineup-price .is-tax {
  display: inline-block;
}

.lineup-link {
  color: #fff;
  display: block;
  background: #ff5c35;
  font-weight: 500;
  text-align: center;
}

.product-racket .lineup-content {
  position: relative;
}
.product-racket .lineup-content::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat;
}
.product-racket .lineup-new {
  margin-bottom: 0;
  position: relative;
}

.product-feel .lineup-new {
  position: relative;
}

.lineup-sub-title {
  text-align: center;
}

.lineup-brand {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-lineup {
    padding: 82px 0 106px;
  }
  .section-top-lineup .section-title {
    margin-bottom: 43px;
  }
  .lineup-product {
    margin: 0 -13px 93px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lineup-product li {
    width: 25.88%;
    margin: 0 3.72%;
  }
  .lineup-product li:nth-child(1) .lineup-description {
    margin-right: -16px;
  }
  .lineup-image {
    margin-bottom: 17px;
    text-align: center;
  }
  .lineup-new {
    padding: 0 7px 2px;
    line-height: 1;
  }
  .lineup-name {
    font-size: 0.36rem;
    margin-bottom: -6px;
  }
  .lineup-name-detail {
    font-size: 0.14rem;
    margin-bottom: 19px;
  }
  .lineup-description {
    font-size: 0.15rem;
    line-height: 1.2088235294;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
  .lineup-information {
    font-size: 0.12rem;
    line-height: 1.9;
    margin-bottom: 18px;
  }
  .lineup-released {
    font-size: 0.14rem;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
  .match-height-content {
    margin-bottom: 15px;
  }
  .lineup-price {
    font-size: 0.2rem;
    letter-spacing: 0.11em;
    padding-left: 2px;
  }
  .lineup-price .is-tax {
    margin-left: -2px;
    font-size: 0.12rem;
    letter-spacing: -0.01em;
  }
  .lineup-link {
    padding: 14px 10px;
    font-size: 0.15rem;
    letter-spacing: 0.1em;
  }
  .product-racket .lineup-content::before {
    bottom: 66px;
    right: -1px;
    background-image: url("../img/top/lineup_icn.png");
    width: 69px;
    height: 38px;
  }
  .product-racket .lineup-new {
    top: -24px;
    left: -2px;
  }
  .product-racket .lineup-new + .lineup-heading {
    margin-top: -26px;
  }
  .product-racket .lineup-released,
.product-racket .lineup-price {
    padding-right: 68px;
  }
  .product-feel .lineup-name {
    margin-right: 16px;
  }
  .product-feel .lineup-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .product-feel .lineup-image {
    margin-bottom: 30px;
  }
  .product-feel .lineup-new {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lineup-sub-title {
    margin-bottom: 20px;
  }
  .lineup-brand {
    margin-bottom: 74px;
  }
}
@media print, (min-width: 768px) and (max-width: 850px) {
  .lineup-product li {
    width: 29%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-lineup {
    padding: 1.35rem 0 1.6rem;
  }
  .section-top-lineup .section-title {
    margin-bottom: 0.69rem;
  }
  .lineup-new {
    padding: 0 0.09rem 0.02rem;
    line-height: 0.9;
  }
  .lineup-new img {
    width: 100%;
  }
  .lineup-name {
    font-weight: 500;
    font-size: 0.54rem;
    margin-bottom: -0.06rem;
  }
  .lineup-name-detail {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .lineup-description {
    line-height: 1.2811538462;
    letter-spacing: 0.1em;
    margin-bottom: 0.29rem;
    font-size: 0.26rem;
  }
  .lineup-description + .lineup-price {
    margin-top: -0.08rem;
  }
  .lineup-information {
    font-size: 0.22rem;
    line-height: 1.45;
    margin-bottom: 0.16rem;
  }
  .lineup-released {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.09em;
  }
  .match-height-content {
    margin-bottom: 0.24rem;
  }
  .lineup-price {
    letter-spacing: 0.15em;
    font-size: 0.28rem;
  }
  .lineup-price .is-tax {
    font-size: 0.22rem;
    letter-spacing: -0.01em;
    margin-left: -0.02rem;
  }
  .lineup-link {
    padding: 0.19rem 0.1rem;
    max-width: 3.48rem;
    letter-spacing: 0.1em;
    font-size: 0.21rem;
  }
  .lineup-link span {
    display: block;
    width: 1.3rem;
    margin: 0 auto;
  }
  .lineup-link img {
    width: 100%;
  }
  .lineup-image img {
    width: 100%;
  }
  .product-racket {
    margin-bottom: 1.18rem;
  }
  .product-racket .lineup-content {
    margin-right: -0.07rem;
  }
  .product-racket li {
    padding-left: 0.07rem;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .product-racket li:not(:last-child) {
    margin-bottom: 0.87rem;
  }
  .product-racket .lineup-content::before {
    bottom: 0.94rem;
    right: 0.41rem;
    background-image: url("../img/top/sp/lineup_icn.png");
    width: 0.92rem;
    height: 0.49rem;
  }
  .product-racket .lineup-image {
    width: 2.4rem;
    margin-left: -0.06rem;
  }
  .product-racket .lineup-content {
    width: 3.91rem;
    padding-top: 0.53rem;
  }
  .product-racket .lineup-new {
    top: -0.45rem;
    width: 1.57rem;
    margin-left: 0.01rem;
  }
  .product-racket .lineup-new + .lineup-heading {
    margin-top: -0.43rem;
  }
  .product-racket .lineup-price {
    padding-right: 1.4rem;
    padding-left: 0.04rem;
  }
  .product-feel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .product-feel .lineup-new {
    width: 0.6rem;
  }
  .product-feel li {
    width: 45%;
    margin-bottom: 1.18rem;
  }
  .product-feel li:nth-child(2n) {
    margin-right: 0.63rem;
  }
  .product-feel li:first-child {
    width: 3.55rem;
  }
  .product-feel .lineup-heading {
    text-align: center;
    margin-bottom: 0.05rem;
  }
  .product-feel .lineup-image {
    width: 1.79rem;
    margin: 0 auto 0.2rem;
  }
  .product-feel .lineup-description {
    font-size: 0.24rem;
    letter-spacing: 0.04em;
    line-height: 1.3879166667;
  }
  .lineup-sub-title {
    width: 5.36rem;
    margin: 0 auto 0.21rem;
  }
  .lineup-sub-title img {
    width: 100%;
  }
  .lineup-brand {
    margin: 0 auto 1.24rem;
    max-width: 6.25rem;
  }
  .lineup-brand img {
    width: 100%;
  }
}
/*# sourceMappingURL=top.css.map */