@charset "UTF-8";
/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  html {
    font-size: 1.1851851852vw;
  }
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

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

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  html.is-disabled {
    overflow: hidden;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

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

@media (min-width: 768px) {
  .trans {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.fade-in-kvimg {
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
}
.fade-in-kvimg.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fade-slidein {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}

.fade-slidein.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.fade-slidein.animated-second {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

@-webkit-keyframes BoundIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.232);
            transform: scale(1.232);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.071);
            transform: scale(1.071);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes BoundIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.232);
            transform: scale(1.232);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.071);
            transform: scale(1.071);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
            transform: scale(1.03525);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .l-container {
    padding: 0 0.625rem;
  }
}

.c-title1 {
  font-size: 3.75rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 900;
  text-align: center;
  font-family: sofia-pro, sans-serif;
}
@media (max-width: 767px) {
  .c-title1 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}

.header {
  width: 100%;
  background-color: #FF7227;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header.is-fixed {
  position: fixed;
  background-color: transparent;
  pointer-events: none;
}
.header.is-fixed .header__content {
  display: none;
}
.header.is-fixed .header__fixed {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.875rem 0;
}
@media (max-width: 767px) {
  .header__content {
    padding: 0.75rem 0;
  }
}
.header__fixed {
  opacity: 0;
  -webkit-transition: 0.7s opacity;
  transition: 0.7s opacity;
  pointer-events: none;
  height: 0;
}
.header__fixed__logo {
  width: 5.5625rem;
  line-height: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header__fixed__logo {
    width: 5rem;
  }
}
.header__fixed__logo img {
  width: 100%;
}
.header__fixed .header__icon {
  width: 3.125rem;
  right: 1.25rem;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header__fixed .header__icon {
    width: 2.8125rem;
    right: 0.625rem;
    margin-top: 0;
  }
}
.header__content2 {
  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;
  padding: 0 1.3125rem 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .header__content2 {
    padding: 0 0.625rem 0 0;
  }
}
.header__logo {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.header__logo img {
  width: 3.5625rem;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 3.1875rem;
  }
}
.header__logo2 {
  margin: 0;
  line-height: 1;
}
.header__logo2 img {
  width: 5.625rem;
}
@media (max-width: 767px) {
  .header__logo2 img {
    width: 5.0625rem;
  }
}
.header__icon {
  width: 1.875rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .header__icon {
    width: 2.125rem;
    right: 0.8125rem;
    margin-top: 0.1875rem;
  }
}
.header__icon img {
  width: 100%;
}

.footer {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    bottom: 1.5625rem;
  }
}
.footer__jp {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 700;
  color: #000;
}
.footer__en {
  font-size: 0.625rem;
  line-height: 2.5;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer__en {
    font-size: 0.5625rem;
    line-height: 2.7777777778;
    margin-top: 1.8125rem;
  }
}