@charset "UTF-8";
/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "koburinaW6", sans-serif;
  src: url("/common/fonts/koburina/koburinaW6.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW6.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "koburinaW1", sans-serif;
  src: url("/common/fonts/koburina/koburinaW1.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "koburinaW3", sans-serif;
  src: url("/common/fonts/koburina/koburinaW3.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 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
 * ==========================================================================*/
html {
  color: #133181;
  line-height: 2;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 1.1713030747vw;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * 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;
}

iframe {
  border: none;
}

/*
 * 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;
    padding: 0;
    margin: 0;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1, h2, h3, h4, h5, h6, p, span {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .onlyPc {
    display: none;
  }
}

@media (min-width: 768px) {
  .onlySp {
    display: none;
  }
}

.main {
  padding-top: 3.75rem;
  position: relative;
  z-index: 1;
}
.main.is-zindex {
  z-index: 9999;
}

.wrapper {
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 67.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pageBeliEVE {
  position: static;
  z-index: 3;
}
.pageBeliEVE .canvas-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  z-index: 0;
}
.pageBeliEVE .canvas-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onlineShopFixPc,
.onlineShopFooter,
.onlineShopFixSp {
  display: none !important;
}

.btn {
  border: none;
}
.btn:disabled {
  cursor: default !important;
}
.btn:not(:disabled) {
  cursor: pointer !important;
}

.hamburger {
  padding-top: 1.25rem;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hamburger {
    padding-top: 0.875rem;
  }
}
.hamburger .line {
  width: 2.4375rem;
  height: 0.25rem;
  border-radius: 0.625rem;
  background-color: #162F8A;
  display: block;
  margin: 0.1875rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hamburger .line {
    width: 1.625rem;
    line-height: 0.1875rem;
    border-radius: 2.5rem;
    margin: 0.375rem auto;
  }
}
.hamburger.isActive .line:nth-child(2) {
  opacity: 0;
}
.hamburger.isActive .line:nth-child(1) {
  -webkit-transform: translateY(0.5625rem) rotate(45deg);
          transform: translateY(0.5625rem) rotate(45deg);
}
.hamburger.isActive .line:nth-child(3) {
  -webkit-transform: translateY(-0.6875rem) rotate(-45deg);
          transform: translateY(-0.6875rem) rotate(-45deg);
}

.btnMenu {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 0;
  right: 0.4375rem;
  z-index: 999;
}
@media (max-width: 767px) {
  .btnMenu {
    right: 0;
  }
}

.header {
  padding: 0 1.9375rem 0 2.5rem;
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  background-image: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 1.0625rem rgba(0, 0, 0, 0.31);
          box-shadow: 0 1px 1.0625rem rgba(0, 0, 0, 0.31);
  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;
  z-index: 9991;
}
@media (max-width: 767px) {
  .header {
    height: 4rem;
    padding: 0;
    padding-left: 0.6875rem;
  }
}
.header .headerLogo {
  margin-top: -0.875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header .headerLogo {
    width: 17.0625rem;
  }
  .header .headerLogo a {
    display: block;
    width: 100%;
  }
  .header .headerLogo img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .headerMenu {
    display: none;
  }
}
.header .headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header .headerMenu ul {
    margin-top: 2.9375rem;
    padding: 0 1.875rem;
    display: block;
  }
}
@media (min-width: 768px) {
  .header .headerMenu ul li {
    border-left: 1px solid #D7DAE2;
    line-height: 1rem;
  }
  .header .headerMenu ul li:first-child {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .header .headerMenu ul li {
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
  }
}
.header .headerMenu ul a {
  padding: 0 1.125rem;
  font-size: 0.75rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.125rem;
  color: #133181;
}
@media (max-width: 767px) {
  .header .headerMenu ul a {
    padding: 2.1875rem 0 1rem;
    font-size: 1.75rem;
    line-height: 1;
    display: block;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
.header.isOpen .headerMenu {
  display: block;
  width: 100%;
  height: calc(100dvh - 4rem);
  position: fixed;
  top: 4rem;
  left: 0;
  background-color: #1A1565;
}

.pageBeliEVE .onlineShopFixPc .onlineShopClose .onlineShopTtl .ttl {
  font-size: 1rem;
}
.pageBeliEVE .onlineShopFooter {
  position: relative;
  z-index: 33;
}
.pageBeliEVE .fnav dt > .text-menu, .pageBeliEVE .fnav a {
  color: #fff;
}
.pageBeliEVE .fnav a {
  font-size: 0.875rem;
}
.pageBeliEVE .fnav dt {
  font-size: 0.875rem;
}
.pageBeliEVE footer + footer {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pageBeliEVE .onlineShopFooter .onlineShopTtl > p {
    font-size: 0.875rem;
  }
  .pageBeliEVE .footerLanguageWrap .langList li a {
    font-size: 0.8125rem;
  }
  .pageBeliEVE .footerCopyright {
    font-size: 0.625rem;
  }
  .pageBeliEVE .onlineShopBlk.onlineShopClose.jsBnrOpen {
    width: 420px !important;
    height: 67.2px !important;
  }
  .pageBeliEVE .onlineShopFixSp .onlineShopTtl .ttl {
    font-size: 0.75rem;
  }
  .pageBeliEVE footer + footer {
    margin-top: -2.5rem;
    padding-top: 2.5rem;
  }
}