@charset "UTF-8";
/*!
 * 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%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  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;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  border: none;
}

[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: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -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 {
  max-width: 100%;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[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;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}
@media screen and (max-width: 767.999px) {
  html {
    scroll-padding-top: 5.5rem;
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  color: #1A1A1A;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
a:hover {
  color: #000;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767.999px) {
  .pc { display: none; }
}

@media screen and (min-width: 768px) {
  .sp { display: none; }
}

.container {
  margin: 0 16rem;
}
@media screen and (max-width: 767.999px) {
  .container { margin: 0 2rem; }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #0B318F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header { border-bottom: none; }
}
header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container { margin: 0 2rem; }
}
header .header-container .header-content {
  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;
  width: 100%;
  height: 8.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content { height: 5.5rem; }
  header .header-container .header-content .header-logo {
    position: relative;
    z-index: 1;
  }
}
header .header-container .header-content .header-logo #logo {
  width: 15.7rem;
  line-height: 1em;
 height: auto;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content .header-logo #logo { width: 10rem;
  
 }
}
header .header-container .header-content .header-logo #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-container .header-content .header-logo #logo img { width: 100%; }
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    min-height: 100dvh;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.95);
  }
}
header .header-container .header-content #header-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    height: calc(100svh - 6rem);
    min-height: calc(100dvh - 6rem);
    margin-top: 8rem;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 4rem);
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li {
  margin-right: 4rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.4rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li a {
    font-size: 1.6rem;
    height: auto;
    padding: 2rem 0.5rem;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a:before {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  border-radius: 100vmax;
  bottom: -1px;
  left: 0;
  background: rgba(173, 196, 212, 0.86);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li a:before {
    content: none;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

header #nav-btn { display: none; }
@media screen and (max-width: 767.999px) {
  header #nav-btn {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

header .btn-open {
  position: relative;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0.8rem;
  height: 0.2rem;
  border-radius: 100vmax;
  background: #004098;
  width: 2rem;
}
header .btn-open span:nth-of-type(1) { top: 1.3rem; }
header .btn-open span:nth-of-type(2) { top: 1.8rem; }
header .btn-open span:nth-of-type(3) { top: 2.3rem; }

header.active .btn-open span:nth-of-type(1) {
  top: -0.2rem;
  left: 3.5rem;
  -webkit-transform: translateY(2rem) rotate(-45deg);
          transform: translateY(2rem) rotate(-45deg);
  width: 2rem;
}
header.active .btn-open span:nth-of-type(2) { opacity: 0; }
header.active .btn-open span:nth-of-type(3) {
  top: 3.8rem;
  left: 3.5rem;
  -webkit-transform: translateY(-2rem) rotate(45deg);
          transform: translateY(-2rem) rotate(45deg);
  width: 2rem;
}
@media screen and (max-width: 767.999px) {
  header.active .header-container .header-content #header-nav {
    visibility: visible;
    opacity: 1;
  }
}

body#top .loading {
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  background: #E2E8EC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  -webkit-animation: loading 0.5s ease-in-out forwards;
          animation: loading 0.5s ease-in-out forwards;
}
@-webkit-keyframes loading {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

body#top #aboutus {
  background: #f2f2f0;
  padding: 15rem 0 19.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus {
    padding: 8rem 0;
    overflow: hidden;
  }
}
body#top #aboutus .aboutus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #aboutus .aboutus-content .aboutus-inner { width: 35%; }
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-inner { width: 100%; }
}
body#top #aboutus .aboutus-content .aboutus-inner .title {
  color: #fff !important;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-inner .title { font-size: 1.6rem; }
}
body#top #aboutus .aboutus-content .aboutus-inner .title-en {
  font-size: 8rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  color: #fff !important;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-inner .title-en {
    font-size: 5rem;
    line-height: 1.2em;
  }
}
body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text {
  font-size: 1.6rem;
  line-height: 2.2em;
  letter-spacing: 0.04em;
  margin-top: 4.5rem;
  color: #fff !important;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text {
    font-size: 1.5rem;
    line-height: 2em;
    margin-top: 3rem;
  }
}
body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text p + p {
  margin-top: 2em;
}
body#top #aboutus .aboutus-content .aboutus-photo {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-photo {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
body#top #aboutus .aboutus-content .aboutus-photo img { width: 70%; }
@media screen and (max-width: 767.999px) {
  body#top #aboutus .aboutus-content .aboutus-photo img { width: 90%; }
}

body#top #aboutus {
  background: url(../img/main_bg.jpg) no-repeat center center / cover;
  padding: 0;
  margin-top: 79px;
}
.title {
  font-size: 30px !important;
  color: #000 !important;
}
.title-en {
  font-family: "din-2014", sans-serif;
  font-size: 20px !important;
  color: #004098 !important;
  font-weight: 600;
}
.aboutus-text {
  font-size: 16px !important;
  color: #000 !important;
}
.aboutus-text span {
  color: #fff;
  background: #004098 !important;
 display: inline-block;
 padding: 0 2px 1px 9px;
 margin-bottom: 2px;
}
body#top #aboutus .aboutus-content .aboutus-inner {
  width: 50%;
  flex: 0 0 50%;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  background: color(srgb 0 0 0 / 0.25);
}
#product {
  background: #EDF4FA;
  padding: 80px 0 80px;
}
#product .title {
  text-align: center;
}
#product .title-en {
  text-align: center;
}
#product .product-lead {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}
#product .product-lead small {
  margin-bottom: 30px;
  display: block;
  color: #666;
 font-size: 10px;
}
.detail-item {
  background: #fff;
  border-radius: 14px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}
.detail-item h4 {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background: #004098;
  color: #fff;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 1.5em;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.detail-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.detail-item h3 span {
  background: #0b318f;
  padding: 0 0.3em;
  margin-right: 0.5em;
  color: #fff;
}
.detail-item p {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.detail-item figure {
  text-align: center;
}
.detail-item figure img {
  width: 700px;
}
.line-bg {
  position: relative;
  margin: 0;
}
.line-bg .container {
  position: relative;
  height: 25vw;
  z-index: 2;
}
.line-bg .overlay {
  position: absolute;
  width: 500px;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.line-bgsp {
  display: none;
}
.line-bgsp .bg-img {
  position: relative;
  top: -20vw;
}
.bg-img {
  position: absolute;
  top: -300px;
}
.bg-img img {
  width: 100%;
}
#history {
  padding: 0 0 60px;
}
.history-scroll {
  overflow: hidden;
  cursor: grab;
  position: relative;
  margin-left: 100px;
}
.history-scroll::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
  z-index: 5;
}

@media screen and (max-width: 767.999px) {
  .history-scroll { margin-left: 20px; }
  .history-scroll::after { width: 80px; }
}

.history-scroll:active {
  cursor: grabbing;
}

.history-list {
  display: flex;
  gap: 60px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 40px 0;
}

.history-list::-webkit-scrollbar {
  display: none;
}
.history-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.history-item {
  flex: 0 0 auto;
}
.history-item-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.history-item-open.active {
  display: flex;
}
.history-sub {
  text-align: left;
}

.modal-close {
  position: absolute;
  right: 4%;
  top: 4%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10000;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.modal-close::before {
  transform: translateY(-50%) rotate(45deg);
}

.modal-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
  opacity: 0.7;
}

.item-inner {
  background: #fff;
  width: 90%;
  max-width: 1100px;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.item-txt {
  flex: 0 0 49%;
}
.item-img {
  flex: 0 0 50%;
}
.item-img img {
  width: 100%;
  border: 1px solid #CED7DF;
  border-radius: 7px;
}

#lineup {
  background: #004098;
}
#lineup .title {
  color: #fff !important;
}
#lineup .title-en {
  color: #97A1AA !important;
}
.lineup-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup-inner {
  flex: 0 0 30%;
  padding: 0 50px;
}
.lineup-links {
  flex: 0 0 70%;
  background: #fff;
}
.link-item {
  position: relative;
}
.link-item a {
  border: 2px solid #c7d1db;
  display: block;
}
.link-item a:hover {
  opacity: 0.8;
  border: 2px solid #0b318f;
  box-sizing: revert;
}
.link-item a h4 {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 30px;
  color: #fff;
}
.aboutus-inner {
  display: flex;
  justify-content: center;
}
.aboutus-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aboutus-photo figure {
  max-width: 90vw;
  text-align: center;
}
.aboutus-photo p {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}
#campaign {
  background: #EDF4FA;
  padding: 80px 0;
}
#campaign h2 {
  text-align: center;
}
#campaign p {
  text-align: center;
  margin-bottom: 40px;
}
#campaign .campaign-bnr figure {
  text-align: center;
}
.sns-content {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  padding: 80px 0;
}
.sns-item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sns-item img {
  width: 80px;
}
.history-item {
  position: relative;
  flex: 0 0 auto;
}

.history-item a {
  display: block;
  position: relative;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.history-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.history-item figure {
  margin: 0;
  position: relative;
}

.history-item img {
  display: block;
  width: 128px;
  height: auto;
}
.history-list {
  position: relative;
}
.history-scroll {
  overflow: hidden;
  cursor: grab;
  position: relative;
}

.history-scroll::before {
  content: "";
  position: absolute;
  left: 0;
  top: 56.5%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #CED7DF;
  z-index: 0;
}

.history-list {
  display: flex;
  gap: 60px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 40px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
  padding-right: 100px;
}

.history-item {
  position: relative;
  z-index: 1;
}
.history-sub {
  text-align: center;
  font-size: 14px;
}
.item-txt h4 {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #004099;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.item-txt .year {
  background: #004098;
  color: #fff;
  font-size: 25px;
  padding: 0 5px;
  white-space: nowrap;
  line-height: 1.5em;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.item-txt h3 {
  color: #004098;
  font-weight: bold;
  font-size: 70px;
  margin-bottom: 10px;
  line-height: 1.5em;
  white-space: nowrap;
}
.item-txt p {
  font-size: 16px;
}

.pc { display: block; }
.sp { display: none; }

body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text p {
  font-size: 1.3vw;
  line-height: 2.5vw;
}

@media screen and (max-width: 767.999px) { 
  body#top #aboutus .aboutus-content {
    flex-wrap: wrap;
  }
  .aboutus-inner {
    width: 100%;
    flex: 0 0 100%;
  }
  body#top #aboutus .aboutus-content .aboutus-inner {
    width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
    background: none;
  }
  body#top #aboutus .aboutus-content .aboutus-inner .title,
  body#top #aboutus .aboutus-content .aboutus-inner .title-en {
    text-align: center;
  }
  .line-bg { display: none; }
  .line-bgsp { display: block; }
  .item-inner {
    flex-wrap: wrap;
    padding: 20px 10px 10px;
    justify-content: center;
  }
  .item-txt {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .item-txt .year { white-space: nowrap; }
  .item-txt h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .item-txt p {
    text-align: center;
    font-size: 14px;
  }
  .item-img { flex: 0 0 100%; }
  #history { padding: 0 0 60px; }
  #history .title,
  #history .title-en {
    text-align: center;
  }
  .lineup-content {
    flex-wrap: wrap;
    padding: 60px 0 0;
  }
  .lineup-inner {
    flex: 0 0 100%;
    text-align: center;
  }
  .lineup-links { flex: 0 0 100%; }
  #campaign { padding: 60px 0; }
  .sns-content {
    flex-wrap: wrap;
    padding: 60px 0;
    gap: 40px;
  }
  .detail-item h3 { font-size: 15px; }
  .detail-item p {
    text-align: left;
    font-size: 14px;
  }
  #product .product-lead { font-size: 15px; }
  body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text p strong {
    text-align: center;
    display: block;
  }
  .pc { display: none; }
  .sp { display: block; }
  #product { padding: 80px 0 100px; }
  #lineup .title-en { margin-bottom: 40px; }
  .title { font-size: 25px !important; }
  .title-en {
    font-size: 15px !important;
    font-family: "din-2014", sans-serif;
    font-weight: 600 !important;
  }
  .link-item { border-bottom: 2px solid #004098; }
  .sns-item { gap: 20px; }
  .link-item a { border: none; }
}

@media screen and (max-width: 767.999px) {
  header #nav-btn {
    top: 0;
    right: 0;
    height: 100%;
  }
  header .btn-open {
    background: #111;
    border-radius: 0;
    width: 7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .btn-open span {
    background: #fff;
    width: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  header .btn-open span:nth-of-type(1) { top: 1.4rem; }
  header .btn-open span:nth-of-type(2) { top: 2.1rem; }
  header .btn-open span:nth-of-type(3) { top: 2.8rem; }
  header .btn-open::after {
    content: "MENU";
    color: #fff;
    font-size: 1.1rem;
    font-family: "din-2014", sans-serif;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  header.active .btn-open span:nth-of-type(1) {
    top: 2.1rem;
    transform: translateX(-50%) rotate(-45deg);
  }
  header.active .btn-open span:nth-of-type(2) { opacity: 0; }
  header.active .btn-open span:nth-of-type(3) {
    top: 2.1rem;
    transform: translateX(-50%) rotate(45deg);
  }
  header.active .btn-open::after {
    content: "CLOSE";
  }
  header .header-container .header-content #header-nav {
    background: #0B318F;
  }
  header .header-container .header-content #header-nav nav {
    padding: 0 5%;
    margin-top: 6rem;
  }
  header .header-container .header-content #header-nav nav ul.nav-list {
    width: 100%;
  }
  header .header-container .header-content #header-nav nav ul.nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  header .header-container .header-content #header-nav nav ul.nav-list li a {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2.5rem 0.5rem;
    justify-content: flex-start;
  }
  body#top #aboutus .aboutus-content .aboutus-inner .aboutus-text p {
    font-size: 15px;
    line-height: 2em;
  }
  .history-scroll { margin-left: 20px; }
  body#top #aboutus {
    margin-top: 50px;
    padding: 0 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url(../img/main_bgsp.jpg) no-repeat center center / cover;
  }
  .aboutus-photo p { font-size: 5vw; }
}

.FadeIn, .FadeIn1, .FadeIn2, .FadeIn3, .FadeIn4 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-show {
  opacity: 1;
  transform: translateY(0);
}

.FadeIn1.is-show { transition-delay: 0s; }
.FadeIn2.is-show { transition-delay: 0.2s; }
.FadeIn3.is-show { transition-delay: 0.4s; }
.FadeIn4.is-show { transition-delay: 0.6s; }

@media screen and (min-width: 1300px) {
  #history { padding: 60px 0 60px; }
}
@media screen and (min-width: 1700px) {
  .line-bg .container { height: 30vw; }
}

.scroll-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 60px;
  background: url("../img/indicator.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  animation: sway 1.5s ease-in-out infinite alternate;
}

.scroll-indicator.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes sway {
  0% { transform: translate(-65%, -50%); }
  100% { transform: translate(-35%, -50%); }
}

.modal-prev, .modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgb(255 255 255 / 100%);
  color: #0b318f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10000;
  user-select: none;
  transition: 0.2s;
}

.modal-prev:hover, .modal-next:hover {
  background: #0b318f;
  color: #fff;
}

.modal-prev { left: 3%; }
.modal-next { right: 3%; }

@media screen and (max-width: 767.999px) {
  .modal-prev { top: 90%; width: 40px; height: 40px; font-size: 20px;}
  .modal-next { top: 90%; width: 40px; height: 40px; font-size: 20px;}
  .scroll-indicator { font-size: 12px; padding: 8px 16px; gap: 10px; }
  .item-txt h4 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.history-scroll-wrap {
  position: relative;
}

.history-nav-btn {
  position: absolute;
  top: 52.5%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgb(255 255 255 / 100%);
  color: #0b318f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  z-index: 15;
  user-select: none;
  transition: 0.2s;
  border: 1px solid #ced7df;
}

.history-nav-btn:hover {
  background: #0b318f;
  color: #fff;
}

.history-nav-btn.prev { left: 4%; }
.history-nav-btn.next { right: 3%; }

@media screen and (max-width: 767.999px) {
  .history-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 17px;
    top: 52.5%;
  }
  .history-nav-btn.prev { left: 10px; }
  .history-nav-btn.next { right: 10px; }
}

@media screen and (max-width: 767.999px) {
  .history-item-open {
    align-items: flex-start;
    overflow-y: auto;
    padding: 60px 0 80px;
    -webkit-overflow-scrolling: touch;
  }

  .item-inner { margin: auto; }

  .modal-close {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }

  .modal-prev, .modal-next {
    position: fixed;
    top: auto;
    bottom: 20px;
    transform: none;
    z-index: 10001;
  }
  
  .modal-prev { left: 20px; }
  .modal-next { right: 20px; }
}

.history-nav-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

footer {
  background: #0b318f;
  padding: 40px 0 0;
}
.footer-bottom {
  text-align: center;
  color: #fff;
 padding: 20px 0 40px;
 font-size: max(12px, 1vw);
 color: rgba(213,233,234,0.90);
}
#footer-inner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  width: 400px;
 max-width: 92%;
  margin: 0 auto;
}
#footer-inner .container li {
  text-align: center;
  padding: 10px;
 font-size: 14px;
}
#footer-inner .container li a {
  color: #fff;
 color: rgba(213,233,234,0.90);
}
#footer-inner .container li a:hover {
  opacity: 0.5;
}
#footer-inner .container .footer-logo {
  flex: 0 0 100%;
  margin-top: 20px;
}
#footer-inner .container .footer-logo img {
  width: 144px;
}



/*ADD 2020603*/
.product-detail-list{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.detail-item{
 flex: 0 0 49%;
 margin-bottom: 2%;
}
.detail-item.pc{
 padding: 0;
 overflow: hidden;
}
 .detail-item.pc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-ttl{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.history-ttl-h2{
 flex: 0;
 white-space: nowrap;
}
.history-ttl-h2 {}
.history-ttl-h4{
 flex: 1;
 padding-left: 3em;
 font-size: 12px;
}
.history-ttl-h4 h4{
 font-weight: 500;
}
.history-ttl-h4 p{
 font-size: 10px
}


@media screen and (max-width: 640px) {
 .detail-item{
 flex: 0 0 100%;
 margin-bottom: 2%;
  padding: 8vw 4vw;
}
}
