@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Mincho ProN", serif;
  font: 16px "Hiragino Mincho ProN", serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #F9F9F9;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Mincho ProN", serif;
  font-family: "Hiragino Mincho ProN", serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

html, body {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #020112;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-inlineBlock {
  display: inline-block;
}

.u-sp-inline {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #020112;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 400px;
  height: 400px;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  text-align: center;
}

.dot1 {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 10s infinite ease-in-out;
          animation: sk-bounce 10s infinite ease-in-out;
  background-color: #0a2b5b;
  opacity: 0.5;
}

@-webkit-keyframes sk-bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes sk-bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

/*!
component > btn
------------------------------
*/
.c-btn-sample {
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.2em;
}
.c-btn-sample:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.c-btn-line {
  text-decoration: underline;
}
.c-btn-line:hover {
  text-decoration: none;
}

/*!
component > title
------------------------------
*/
.c-title-top-sell {
  width: 95%;
  margin-left: 5%;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: clamp(30px, 5vw, 58px);
  letter-spacing: 0.16em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.c-title-profile {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 2.4rem;
  letter-spacing: 0.28em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-title-profile {
    font-size: 1.8rem;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1060px;
}

.l-container-m {
  max-width: 1000px;
}

.l-container-s {
  max-width: 860px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 120px 0 95px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 100px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 60px 0 48px;
  }
}

.header-logo {
  max-width: 263px;
  width: 34%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 180px;
  }
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: -30px auto 0;
  padding: 0 0 30px;
  background-color: #0a2b5b;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 20px;
  }
}

.footer-copy {
  text-align: center;
}
.footer-copy aside {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1.2rem;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .footer-copy aside {
    font-size: 1rem;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
  margin: 0 auto;
}

.top-fv-title {
  width: 122px;
  height: 569px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(2, 1, 18, 0.6));
          filter: drop-shadow(0px 0px 3px rgba(2, 1, 18, 0.6));
}
@media screen and (max-width: 768px) {
  .top-fv-title {
    width: 20%;
    max-width: 90px;
    height: auto;
  }
}

.top-fv-image {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  min-height: 590px;
}
.top-fv-image::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 15px 30px #020112;
          box-shadow: inset 0 0 15px 30px #020112;
}
@media screen and (max-width: 768px) {
  .top-fv-image {
    height: calc(100vh - 380px);
  }
  .top-fv-image::after {
    -webkit-box-shadow: inset 0 0 15px 0px #020112;
            box-shadow: inset 0 0 15px 0px #020112;
  }
  .top-fv-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.top-fv-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.16em;
  max-width: 680px;
  width: 86%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .top-fv-text {
    font-size: 1.3rem;
    padding-top: 0.5em;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 399px) {
  .top-fv-text {
    padding-top: 3em;
  }
}

.top-gradation {
  position: relative;
  padding: 0 0 800px;
}
@media screen and (max-width: 1199px) {
  .top-gradation {
    padding: 0 0 50vh;
  }
}
@media screen and (max-width: 768px) {
  .top-gradation {
    padding: 0 0 40vh;
  }
}
@media screen and (max-width: 399px) {
  .top-gradation {
    padding: 0 0 25vh;
  }
}
.top-gradation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 90px);
  background: #0a2b5b;
  background: -webkit-gradient(linear, left top, left bottom, from(#020112), color-stop(25%, #151c3e), color-stop(65%, #0a2b5b), to(#0a2b5b));
  background: linear-gradient(#020112 0%, #151c3e 25%, #0a2b5b 65%, #0a2b5b 100%);
  z-index: -1;
}
.top-gradation::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_footer.jpg") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-service {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-service {
    margin: 0 auto 50px;
  }
}
.top-service .top-service-item {
  margin-bottom: 50px;
}
.top-service .top-service-item:nth-child(2n) {
  padding-left: 13%;
}
@media screen and (max-width: 768px) {
  .top-service .top-service-item:nth-child(2n) {
    padding-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .top-service .top-service-item:nth-child(2n) {
    padding-left: 5%;
  }
}

.top-service-title {
  display: grid;
  grid-template-columns: 65px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (max-width: 768px) {
  .top-service-title {
    grid-template-columns: 35px 1fr;
  }
}
.top-service-title--num {
  text-align: right;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 11.4rem;
  line-height: 0.65;
}
@media screen and (max-width: 768px) {
  .top-service-title--num {
    font-size: 6rem;
  }
}
.top-service-title--en {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 2rem;
  line-height: 0.78;
}
@media screen and (max-width: 768px) {
  .top-service-title--en {
    font-size: 1.4rem;
  }
}
.top-service-title--main {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .top-service-title--main {
    font-size: 2.2rem;
  }
}
.top-service-title--main span {
  color: #020112;
  background-color: #fff;
  padding: 0.1em;
}

.top-service-point {
  width: calc(100% - 70px);
  margin: 0.8em 0 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-service-point {
    font-size: 1.4rem;
    width: calc(100% - 40px);
    margin: 1em 0 0 auto;
  }
}
.top-service-point--big {
  font-size: 175%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-service-point--big {
    font-size: 155%;
  }
}

.top-service-text {
  width: calc(100% - 70px);
  margin: 0.8em 0 0 auto;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top-service-text {
    width: calc(100% - 40px);
    font-size: 1.2rem;
    line-height: 2;
  }
}

.top-sell {
  padding: 30px 0 0;
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .top-sell {
    padding: 15px 0 0;
    margin: 0 auto 40px;
  }
}

.top-sell-image {
  width: 93%;
  margin: 0 0 0 auto;
}

.top-sell-article {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .top-sell-article {
    margin: 30px auto 0;
  }
}
.top-sell-article--title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-sell-article--title {
    font-size: 1.7rem;
  }
}
.top-sell-article--text {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top-sell-article--text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.top-sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto 0;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .top-sdgs {
    display: block;
  }
}

.top-sdgs-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-sdgs-dl {
    margin-bottom: 10px;
  }
  .top-sdgs-dl:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sdgs-dl:nth-child(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.top-sdgs-dl dt {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .top-sdgs-dl dt {
    height: 60px;
  }
}
.top-sdgs-dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-sdgs-dl dt.top-sdgs-ico2 {
  height: 66px;
}
@media screen and (max-width: 768px) {
  .top-sdgs-dl dt.top-sdgs-ico2 {
    height: 56px;
  }
}
.top-sdgs-dl dt.top-sdgs-ico3 {
  height: 58px;
}
@media screen and (max-width: 768px) {
  .top-sdgs-dl dt.top-sdgs-ico3 {
    height: 48px;
  }
}
.top-sdgs-dl dd {
  font-size: 1.8rem;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .top-sdgs-dl dd {
    font-size: 1.4rem;
  }
}

.top-profile {
  background-color: #000;
  padding: 50px 5%;
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .top-profile {
    padding: 30px 7%;
  }
}

.top-profile-item {
  font-size: 1.4rem;
  margin: 2em auto 0;
  max-width: 600px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.8em;
}
@media screen and (max-width: 768px) {
  .top-profile-item {
    font-size: 1.2rem;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}/*# sourceMappingURL=style.css.map */