@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
/* ==============================
  base配下のscssを読み込み
================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  変数を定義
================================= */
/* color */
/* btn */
/* media query */
/* ==============================
  base/mixin
================================= */
@font-face {
  font-family: "DIN 2014 Light";
  src: url("../ttf/din%202014%20light.ttf") format("truetype");
}
/* ==============================
  base/base
================================= */
html {
  font-size: 62.5%;
  color: #0D2535;
  -webkit-text-size-adjust: 100%;
}

body {
  position: static;
  word-break: break-all;
  font-size: 160%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 140%;
  }
}
body.hidden {
  height: 100vh;
  overflow: hidden;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #094DA4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div {
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  div {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

p {
  font-size: inherit;
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

label {
  font-size: inherit;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

/* ==============================
  base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* ==============================
  PC、SP出しわけ
================================= */
.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* =========================================================
 Layout
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/footer
================================= */
.footer-container {
  background-color: #E6E6E6;
  position: relative;
}
.footer-wrapper {
  padding: 50px 13px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer-wrapper {
    padding: 33px 13px 69px;
  }
}
.footer-heading {
  height: 19.6px;
  line-height: 1;
}
.footer-heading img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .footer-heading {
    font-size: 24px;
  }
}
.footer-sns-area {
  margin-top: 24px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-sns-area {
    margin-top: 22px;
    width: 170px;
  }
}
.footer-sns-icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .footer-sns-icon {
    width: 70px;
    height: 70px;
  }
}
.footer-sns-icon img {
  width: 100%;
  height: auto;
}
.footer-copyright-area {
  margin-top: 62px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-copyright-area {
    margin-top: 44px;
  }
}
.footer-logo {
  height: 36px;
  width: auto;
}
@media (max-width: 768px) {
  .footer-logo {
    height: 26px;
  }
}
.footer-logo img {
  height: 100%;
  width: auto;
}

.copyright {
  display: inline-block;
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
  color: #094DA4;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .copyright {
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.page-top-anchor {
  position: absolute;
  top: 53px;
  right: 74px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-top-anchor {
    top: auto;
    bottom: 24px;
    right: 23px;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/header
================================= */
.header-container {
  background-color: #094DA4;
  height: 110px;
  width: 100%;
}
@media (max-width: 768px) {
  .header-container {
    position: relative;
    height: 50px;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 45px 0 40px;
}
@media (max-width: 768px) {
  .header-wrapper {
    padding: 0 15px;
  }
}
.header-logo {
  width: auto;
  height: 25px;
  line-height: 0;
}
@media (max-width: 768px) {
  .header-logo {
    height: 21px;
  }
}
.header-logo img {
  width: auto;
  height: 100%;
}
.header-list + .header-list {
  margin-left: 45px;
}
.header-list a {
  position: relative;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.header-list a img {
  height: 100%;
  width: auto;
}
.header-list a::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url(../svg/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}
.header-list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-list a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.global-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .global-nav-list {
    display: none;
  }
}

.hum-line {
  display: none;
}
@media (max-width: 768px) {
  .hum-line {
    display: block;
    position: relative;
    width: 26px;
    height: 21px;
    cursor: pointer;
  }
  .hum-line span {
    position: absolute;
    display: block;
    width: 26px;
    height: 1px;
    background-color: #fff;
  }
  .hum-line.close span:nth-of-type(1) {
    top: 0;
    left: 0;
    right: auto;
  }
  .hum-line.close span:nth-of-type(2) {
    top: 50%;
    left: 0;
  }
  .hum-line.close span:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  .hum-line.open {
    width: 30px;
    height: 30px;
  }
  .hum-line.open span {
    width: 40px;
  }
  .hum-line.open span:nth-of-type(1) {
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .hum-line.open span:nth-of-type(2) {
    display: none;
  }
  .hum-line.open span:nth-of-type(3) {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.hum-container {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #094DA4;
  height: calc(100vh - 50px);
  width: 100%;
  overflow: scroll;
  z-index: 5;
}
.hum-container.close {
  visibility: hidden;
  display: none;
}
.hum-container.open {
  visibility: visible;
  display: block;
}
.hum-wrapper {
  padding: 54px 38px 61px;
}
.hum-link-inner + .hum-link-inner {
  margin-top: 37px;
}
.hum-link-ttl {
  font-size: 28px;
  color: #fff;
  font-family: "DIN 2014 Light", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
}
.hum-link-txt {
  font-size: 14px;
  color: #fff;
}
.hum-sns-area {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hum-sns-area .twiter-icon {
  width: 22px;
  height: 22px;
}
.hum-sns-area .twiter-icon img {
  width: 100%;
  height: auto;
}
.hum-sns-area .insta-icon {
  width: 22px;
  height: 22px;
  margin-left: 33px;
}
.hum-sns-area .insta-icon img {
  width: 100%;
  height: auto;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/layout
================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
@media (max-width: 1060px) {
  .l-header {
    height: 60px;
  }
}
.l-main {
  margin-top: 80px;
}
@media (max-width: 1060px) {
  .l-main {
    margin-top: 60px;
  }
}
.l-main-inner {
  padding-top: 68px;
}
@media (max-width: 768px) {
  .l-main-inner {
    padding-top: 50px;
  }
}

/* =========================================================
 Module 使い回しできるパーツのスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
@-webkit-keyframes kv-img {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv-img {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kv-txt {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes kv-txt {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes about-txt-anime {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@keyframes about-txt-anime {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@-webkit-keyframes feature-anime {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes feature-anime {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes products-anime {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes products-anime {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* =========================================================
 Base
========================================================= */
/* ==============================
  module/btn
================================= */
.btn {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  width: 100%;
}

/* =========================================================
 Base
========================================================= */
.kv-container {
  background-color: #094DA4;
}
.kv-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 29px;
}
@media (max-width: 768px) {
  .kv-wrapper {
    padding-right: 15px;
  }
}
.kv-img-area {
  width: 75%;
  opacity: 0;
  -webkit-animation: kv-img 0.6s 0.5s linear forwards;
          animation: kv-img 0.6s 0.5s linear forwards;
}
@media (max-width: 768px) {
  .kv-img-area {
    width: 70%;
  }
}
.kv-ttl {
  width: 55%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .kv-ttl {
    width: 100%;
  }
}
.kv-ttl-area {
  width: 23%;
  -webkit-animation: kv-txt 0.6s 1.4s linear forwards;
          animation: kv-txt 0.6s 1.4s linear forwards;
  opacity: 0;
}
@media (max-width: 768px) {
  .kv-ttl-area {
    width: calc(30% - 30px);
  }
}
.kv-lead {
  width: 100%;
  height: auto;
  margin-top: 65px;
}
.kv-lead img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .kv-lead {
    padding: 26px 30px;
    margin-top: 0;
    width: 70%;
  }
}

/* =========================================================
 Base
========================================================= */
.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #012C80;
  padding: 135px 28px 450px 100px;
  max-width: 1260px;
  width: 84%;
  position: relative;
}
@media (max-width: 768px) {
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 39px 27px 185px;
  }
}
.about-decoration-1 {
  max-width: 240px;
  width: 16%;
  height: auto;
}
@media (max-width: 768px) {
  .about-decoration-1 {
    display: none;
  }
}
.about-decoration-1 img {
  width: 100%;
  height: auto;
}
.about-decoration-2 {
  width: 130px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 768px) {
  .about-decoration-2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 70px;
  }
}
.about-decoration-2 img {
  width: 100%;
  height: auto;
}
.about-decoration-3 {
  width: 18.7vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .about-decoration-3 {
    width: 134px;
  }
}
.about-decoration-3 img {
  width: 100%;
  height: auto;
}
.about-ttl {
  height: 350px;
  max-width: 87px;
}
@media (max-width: 768px) {
  .about-ttl {
    height: 210px;
    max-width: 52px;
  }
}
.about-ttl-area {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .about-ttl-area {
    text-align: center;
  }
}
.about-ttl-deco {
  position: absolute;
  top: 10%;
  left: 0;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  width: 120px;
  height: 549px;
  z-index: -1;
}
@media (max-width: 768px) {
  .about-ttl-deco {
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    width: 39px;
    height: 176px;
  }
}
.about-lead {
  position: relative;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-lead {
    font-size: 28px;
  }
}
.about-lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #012C80;
  z-index: 2;
}
.about-lead.is-anime::after {
  -webkit-animation: about-txt-anime 1s cubic-bezier(0.07, 0.11, 0.44, 1.07) forwards;
          animation: about-txt-anime 1s cubic-bezier(0.07, 0.11, 0.44, 1.07) forwards;
}
.about-txt {
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 63px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-txt {
    font-size: 16px;
    margin-top: 36px;
  }
}
.about-txt + .about-txt {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about-txt + .about-txt {
    margin-top: 40px;
  }
}
.about-txt-area {
  margin-left: 87px;
}
@media (max-width: 768px) {
  .about-txt-area {
    margin-top: 70px;
    margin-left: 0;
  }
}
.about-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #012C80;
}
.about-txt.is-anime::after {
  -webkit-animation: about-txt-anime 1s cubic-bezier(0.07, 0.11, 0.44, 1.07) forwards;
          animation: about-txt-anime 1s cubic-bezier(0.07, 0.11, 0.44, 1.07) forwards;
}

.feature-container {
  position: relative;
  padding: 160px 15px 146px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-container {
    padding: 110px 15px 60px;
  }
}
.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 860px;
  margin: 0 auto;
}
.feature-ttl-area {
  padding: 0 12px;
}
.feature-subttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #094DA4;
  opacity: 0;
}
@media (max-width: 768px) {
  .feature-subttl {
    font-size: 18px;
  }
}
.feature-subttl.is-anime {
  -webkit-animation: feature-anime 1s linear forwards;
          animation: feature-anime 1s linear forwards;
}
.feature-ttl {
  font-size: 96px;
  letter-spacing: 0.09em;
  color: #094DA4;
  line-height: 0.9;
  margin-top: 20px;
  font-family: "DIN 2014 Light", sans-serif;
  opacity: 0;
}
.feature-ttl.is-anime {
  -webkit-animation: feature-anime 1s linear forwards;
          animation: feature-anime 1s linear forwards;
}
@media (max-width: 768px) {
  .feature-ttl {
    font-size: 48px;
  }
}
.feature-lead {
  margin-top: 75px;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #094DA4;
  opacity: 0;
}
.feature-lead.is-anime {
  -webkit-animation: feature-anime 1s linear forwards;
          animation: feature-anime 1s linear forwards;
}
@media (max-width: 768px) {
  .feature-lead {
    font-size: 22px;
    margin-top: 40px;
    line-height: 1.45;
  }
}
.feature-list {
  margin-top: 25px;
  opacity: 0;
}
@media (max-width: 768px) {
  .feature-list {
    margin-top: 20px;
  }
}
.feature-list.is-anime {
  -webkit-animation: feature-anime 1s linear forwards;
          animation: feature-anime 1s linear forwards;
}
.feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.375;
  font-weight: 400;
  color: #094DA4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .feature-list li {
    font-size: 16px;
  }
}
.feature-list li + li {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .feature-list li + li {
    margin-top: 8px;
  }
}
.feature-list li span {
  font-size: 30px;
  letter-spacing: 0;
  font-family: "DIN 2014 Light", sans-serif;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .feature-list li span {
    margin-right: 12px;
  }
}
.feature-content-area {
  position: relative;
  width: 100%;
  margin-top: 111px;
  opacity: 0;
}
.feature-content-area.is-anime {
  -webkit-animation: feature-anime 1s linear forwards;
          animation: feature-anime 1s linear forwards;
}
@media (max-width: 768px) {
  .feature-content-area {
    margin-top: 125px;
  }
}
.feature-info {
  position: relative;
  background-color: #094DA4;
  padding: 76px 0 80px;
}
@media (max-width: 768px) {
  .feature-info {
    display: block;
    padding: 160px 18px 35px;
  }
}
.feature-info-img {
  position: absolute;
  top: -15px;
  left: 15%;
  height: 300px;
}
@media (max-width: 768px) {
  .feature-info-img {
    height: 160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.feature-info-img img {
  height: 100%;
  width: auto;
}
.feature-info-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 35%;
}
@media (max-width: 768px) {
  .feature-info-detail dl {
    margin-left: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.feature-info-detail dl + dl {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .feature-info-detail dl + dl {
    margin-top: 5px;
  }
}
.feature-info-detail dl:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .feature-info-detail dl:nth-of-type(2) {
    margin-top: 5px;
  }
}
.feature-info-detail dl:nth-of-type(4) dt {
  letter-spacing: 0.52em;
}
.feature-info-detail dl:nth-of-type(4) dt::after {
  margin-left: 2px;
  margin-right: 3px;
}
.feature-info-detail dt {
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.feature-info-detail dt::after {
  content: "|";
  margin: 0 10px;
}
.feature-info-detail dd {
  letter-spacing: 0.02em;
}
.feature-info-detail dd span {
  font-size: 30px;
}
@media (max-width: 768px) {
  .feature-info-detail dd span {
    font-size: 16px;
  }
}
.feature-decoration-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
}
@media (max-width: 768px) {
  .feature-decoration-1 {
    width: 70px;
  }
}
.feature-decoration-2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  width: 230px;
}
@media (max-width: 768px) {
  .feature-decoration-2 {
    width: 90px;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.feature-decoration-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  width: 146px;
}
@media (max-width: 768px) {
  .feature-decoration-3 {
    width: 60px;
    -webkit-transform: translate(-15px, 100%);
            transform: translate(-15px, 100%);
  }
}

.products-container {
  background-color: #094DA4;
}
.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 80px;
}
@media (max-width: 768px) {
  .products-wrapper {
    padding: 48px 27px 30px;
  }
}
.products-subttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .products-subttl {
    font-size: 18px;
  }
}
.products-ttl {
  width: 533px;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .products-ttl {
    width: 250px;
  }
}
.products-slide-area {
  max-width: 1328px;
  width: 100%;
  margin-top: 65px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products-slide-area {
    margin-top: 40px;
  }
}

/* =========================================================
 Base
========================================================= */
.product-main {
  overflow: hidden;
}

.product-heading {
  height: 16px;
  line-height: 1;
  padding-top: 20px;
  border-top: 1px solid #094DA4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.product-heading img {
  height: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .products-decoration-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.products-decoration-1 {
  width: 140px;
  position: absolute;
  top: 120px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .products-decoration-1 {
    position: static;
    width: 20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.products-decoration-2 {
  width: 100px;
  position: absolute;
  top: 260px;
  left: -140px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .products-decoration-2 {
    position: static;
    width: 20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.products-decoration-3 {
  width: 240px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 768px) {
  .products-decoration-3 {
    position: static;
    width: 20%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.products-decoration-4 {
  width: 100px;
  position: absolute;
  bottom: 0px;
  right: calc(-5% - 100px);
  -webkit-transform: translate(100%, 200%);
          transform: translate(100%, 200%);
  z-index: -1;
}
@media (max-width: 768px) {
  .products-decoration-4 {
    position: static;
    width: 20%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.products-decoration-5 {
  width: 100px;
  position: absolute;
  bottom: 0;
  right: -5%;
  -webkit-transform: translate(100%, 300%);
          transform: translate(100%, 300%);
  z-index: -1;
}
@media (max-width: 768px) {
  .products-decoration-5 {
    position: static;
    width: 20%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.products-decoration-6 {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 768px) {
  .products-decoration-6 {
    width: 60px;
  }
}
.products-decoration-7 {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .products-decoration-7 {
    width: 60px;
  }
}

.mv-wrapper {
  background-color: #094DA4;
  height: auto;
}
@media (max-width: 768px) {
  .mv-wrapper {
    height: auto;
  }
}
.mv-ttl {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 21px;
  line-height: 1;
}
@media (max-width: 768px) {
  .mv-ttl {
    font-size: 26px;
    margin-top: 18px;
  }
}
.mv-ttl-area {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 212px;
}
@media (max-width: 768px) {
  .mv-ttl-area {
    padding: 20px 0 30px;
  }
}
.mv-ttl-inner {
  padding: 0 24px;
}
.mv-num {
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "DIN 2014 Light", sans-serif;
  line-height: 1;
}
.mv-lead {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .mv-lead {
    font-size: 16px;
    margin-top: 16px;
  }
}
.mv-img {
  max-width: 1020px;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: products-anime 0.6s linear forwards;
          animation: products-anime 0.6s linear forwards;
}
@media (max-width: 768px) {
  .mv-img img {
    margin-top: 0;
  }
}
.mv-img-area {
  background-color: #fff;
}
.mv-img-inner {
  position: relative;
  z-index: 0;
  max-width: 1020px;
  margin: 0 auto;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
@media (max-width: 768px) {
  .mv-img-inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.concept-container {
  padding: 90px 27px 0;
  margin-top: -120px;
}
@media (max-width: 768px) {
  .concept-container {
    padding: 45px 27px 0;
    margin-top: 0px;
  }
}
.concept-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.concept-disc {
  padding-top: 63px;
}
@media (max-width: 768px) {
  .concept-disc {
    padding-top: 33px;
  }
}
.concept-disc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .concept-disc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.concept-disc-inner + .concept-disc-inner {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .concept-disc-inner + .concept-disc-inner {
    margin-top: 30px;
  }
}
.concept-disc-lead {
  width: 160px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #094DA4;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .concept-disc-lead {
    width: 100%;
    font-size: 18px;
    line-height: 1;
  }
}
.concept-disc-txt {
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.88;
  color: #094DA4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .concept-disc-txt {
    width: 100%;
    margin-top: 20px;
    line-height: 1.75;
  }
}

.item-detail-container {
  padding: 70px 27px 0;
}
@media (max-width: 768px) {
  .item-detail-container {
    padding: 51px 27px 0;
  }
}
.item-detail-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.item-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .item-detail-inner {
    display: block;
  }
}
.item-detail-img {
  width: calc(50% - 20px);
  opacity: 0;
}
.item-detail-img.is-anime {
  -webkit-animation: products-anime 0.6s linear forwards;
          animation: products-anime 0.6s linear forwards;
}
@media (max-width: 768px) {
  .item-detail-img {
    width: 100%;
  }
  .item-detail-img + .item-detail-img {
    margin-top: 20px;
  }
}

.spec-container {
  padding: 77px 27px 0;
}
@media (max-width: 768px) {
  .spec-container {
    padding: 60px 27px 0;
  }
}
.spec-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.spec-inner {
  margin-top: 62px;
}
@media (max-width: 768px) {
  .spec-inner {
    margin-top: 40px;
  }
}
.spec-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #094DA4;
}
.spec-detail dt::after {
  content: "：";
}
.author-container {
  padding: 77px 27px 0;
}
@media (max-width: 768px) {
  .author-container {
    padding: 57px 27px 0;
  }
}
.author-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .author-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 39px;
  }
}
.author-img-area {
  width: 180px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .author-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
  }
  .author-img-area img {
    width: 45%;
  }
}
.author-txt-area {
  width: calc(100% - 240px);
  color: #094DA4;
}
@media (max-width: 768px) {
  .author-txt-area {
    width: 100%;
  }
}
.author-name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #094DA4;
}
@media (max-width: 768px) {
  .author-name {
    width: 45%;
    text-align: center;
    margin-left: 20px;
  }
}
.author-profile {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 34px;
  line-height: 1.88;
}
@media (max-width: 768px) {
  .author-profile {
    line-height: 1.75;
  }
}
.author-note {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.57;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .author-note {
    margin-top: 24px;
  }
}

.product-list-container {
  position: relative;
  margin-top: 148px;
}
.product-list-wrapper {
  background-color: #094DA4;
  padding: 72px 27px 114px;
}
@media (max-width: 768px) {
  .product-list-wrapper {
    padding: 30px 15px 40px;
  }
}
.product-list-heading {
  height: 49px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-list-heading {
    font-size: 30px;
    height: 21px;
    line-height: 1;
  }
}
.product-list-heading img {
  height: 100%;
  width: auto;
}
.product-list-inner {
  margin-top: 50px;
  max-width: 1020px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 45px;
}
@media (max-width: 768px) {
  .product-list-inner {
    margin-top: 29px;
    gap: 20px;
  }
}
.product-list-card {
  width: calc(33.3333333333% - 30px);
  background-color: #fff;
}
@media (max-width: 768px) {
  .product-list-card {
    width: calc(50% - 10px);
  }
}
.product-list-txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 26px 28px 30px;
}
@media (max-width: 768px) {
  .product-list-txt-area {
    padding: 12px 16px 18px;
  }
}
.product-list-txt-area span {
  font-size: 16px;
  color: #094DA4;
  line-height: 1;
}
@media (max-width: 768px) {
  .product-list-txt-area span {
    font-size: 14px;
  }
}
.product-list-txt-area span:nth-of-type(1) {
  letter-spacing: 0.04em;
  font-family: "DIN 2014 Light", sans-serif;
}
.product-list-txt-area span:nth-of-type(2) {
  letter-spacing: 0.06em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .product-list-txt-area span:nth-of-type(2) {
    line-height: 1.5;
    margin-top: 7px;
  }
}

.transition-container {
  padding: 65px 0;
}
@media (max-width: 768px) {
  .transition-container {
    padding: 40px 0;
  }
}
.transition-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.transition-prev, .transition-next {
  width: 320px;
  height: 120px;
  border: 1px solid #84A6D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #094DA4;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "DIN 2014 Light", sans-serif;
}
@media (max-width: 768px) {
  .transition-prev, .transition-next {
    width: 150px;
    height: 60px;
    font-size: 16px;
  }
}
.transition-prev img, .transition-next img {
  height: 16px;
  width: auto;
}
@media (max-width: 768px) {
  .transition-prev img, .transition-next img {
    height: 11px;
  }
}
.transition-prev {
  border-radius: 0 999px 999px 0;
  border-left: none;
}
.transition-prev::before {
  content: "";
  width: 63px;
  height: 14px;
  background-image: url(../svg/prev-icon.svg);
  margin-right: 18px;
}
@media (max-width: 768px) {
  .transition-prev::before {
    width: 42px;
    height: 9px;
    margin-right: 12px;
  }
}
.transition-next {
  border-radius: 999px 0 0 999px;
  border-right: none;
}
.transition-next::after {
  content: "";
  width: 63px;
  height: 14px;
  background-image: url(../svg/next-icon.svg);
  margin-left: 18px;
}
@media (max-width: 768px) {
  .transition-next::after {
    width: 42px;
    height: 9px;
    margin-right: 12px;
  }
}

/* =========================================================
 Base
========================================================= */
.product-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.product-swiper .swiper-slide {
  min-height: 246px;
  background-color: #fff;
}
.product-swiper .swiper-slider {
  width: 33.3333333333%;
}
.product-swiper .swiper-slider-img {
  width: 100%;
  height: 196px;
}
.product-swiper .swiper-slider-img img {
  height: 100%;
  width: 100%;
}
.product-swiper .swiper-slider-txt-area {
  background-color: #fff;
  color: #094DA4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 40px 38px;
}
@media (max-width: 768px) {
  .product-swiper .swiper-slider-txt-area {
    padding: 27px 30px 32px;
  }
}
.product-swiper .swiper-slider-txt-area .num {
  font-family: "DIN 2014 Light", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.product-swiper .swiper-slider-txt-area .name {
  font-size: 18px;
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
}
.product-swiper .swiper-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
  height: 32px;
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .product-swiper .swiper-pagination-area {
    margin-top: 30px;
  }
}
.product-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}
.product-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.product-swiper .swiper-button-prev.product, .product-swiper .swiper-button-next.product {
  width: 32px;
  height: 28px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url(../svg/slider-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  top: 0;
  margin-top: 0;
}
.product-swiper .swiper-button-prev.product:hover, .product-swiper .swiper-button-next.product:hover {
  background-image: url(../svg/slider-btn-hover.svg);
}
@media (max-width: 768px) {
  .product-swiper .swiper-button-prev.product:hover, .product-swiper .swiper-button-next.product:hover {
    background-image: url(../svg/slider-btn.svg);
  }
}
.product-swiper .swiper-button-prev.product:hover::after, .product-swiper .swiper-button-next.product:hover::after {
  color: #094DA4;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
@media (max-width: 768px) {
  .product-swiper .swiper-button-prev.product:hover::after, .product-swiper .swiper-button-next.product:hover::after {
    color: #fff;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.product-swiper .swiper-button-prev.product {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-swiper .swiper-button-prev.product::after, .product-swiper .swiper-button-next.product::after {
  content: "→";
  font-family: none;
  font-size: 12px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.product-swiper .swiper-button-prev.product::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.product-swiper .swiper-button-next.product::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.mv-swiper .swiper-button-prev,
.mv-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .mv-swiper .swiper-button-prev,
  .mv-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.mv-swiper .swiper-button-prev::after,
.mv-swiper .swiper-button-next::after {
  content: "";
  width: 40px;
  height: 40px;
  border-right: 2px solid #094DA4;
  border-bottom: 2px solid #094DA4;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mv-swiper .swiper-button-prev::after,
  .mv-swiper .swiper-button-next::after {
    width: 24px;
    height: 24px;
  }
}
.mv-swiper .swiper-button-prev.swiper-button-disabled,
.mv-swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.mv-swiper .swiper-button-prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 40px;
}
@media (max-width: 768px) {
  .mv-swiper .swiper-button-prev {
    left: 20px;
  }
}
.mv-swiper .swiper-button-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 40px;
}
@media (max-width: 768px) {
  .mv-swiper .swiper-button-next {
    right: 20px;
  }
}

/* =========================================================
 Project ページ固有のスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  project/top
================================= */
/* =========================================================
 State
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  state/state
================================= */
/*# sourceMappingURL=style.css.map */
