@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;
}

/* 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
 * ==========================================================================*/
.c-raw-html {
  /* カスタムプロパティでrem基準値を定義 */
  --rem-base: 16px;

  color: #133181;
  line-height: 2;
  font-size: var(--rem-base);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media (max-width: 767px) {
  .c-raw-html {
    --rem-base: 4.2666666667vw;
    font-size: var(--rem-base);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .c-raw-html {
    --rem-base: 1.1713030747vw;
    font-size: var(--rem-base);
  }
}

.c-raw-html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: url("../img/bg.jpg") no-repeat center top;
  background-size: cover;
}

@media (max-width: 767px) {
  .c-raw-html {
    background: url("../img/bg-sp.jpg") no-repeat center top;
    background-size: 100%;
  }
}

.c-raw-html * {
  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 .c-raw-html,
::selection .c-raw-html {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
.c-raw-html 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*/
.c-raw-html audio,
.c-raw-html canvas,
.c-raw-html iframe,
.c-raw-html img,
.c-raw-html svg,
.c-raw-html video {
  vertical-align: middle;
}

.c-raw-html iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
.c-raw-html fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
.c-raw-html textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.c-raw-html .hidden,
.c-raw-html [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*/
.c-raw-html .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*/
}

.c-raw-html .sr-only.focusable:active,
.c-raw-html .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*/
.c-raw-html .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.*/
.c-raw-html .clearfix::before {
  content: " ";
  display: table;
}

.c-raw-html .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 {
  .c-raw-html * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .c-raw-html *::before,
  .c-raw-html *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .c-raw-html a {
    text-decoration: underline;
  }

  .c-raw-html a:visited {
    text-decoration: underline;
  }

  .c-raw-html a[href]::after {
    content: " (" attr(href) ")";
  }

  .c-raw-html abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  .c-raw-html a[href^="#"]::after,
  .c-raw-html a[href^="javascript:"]::after {
    content: "";
  }

  .c-raw-html pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .c-raw-html 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*/
  .c-raw-html thead {
    display: table-header-group;
  }

  .c-raw-html tr,
  .c-raw-html img {
    page-break-inside: avoid;
  }

  .c-raw-html p,
  .c-raw-html h2,
  .c-raw-html h3 {
    orphans: 3;
    widows: 3;
    padding: 0;
    margin: 0;
  }

  .c-raw-html h2,
  .c-raw-html h3 {
    page-break-after: avoid;
  }
}

.c-raw-html h1,
.c-raw-html h2,
.c-raw-html h3,
.c-raw-html h4,
.c-raw-html h5,
.c-raw-html h6,
.c-raw-html p,
.c-raw-html span {
  padding: 0;
  margin: 0;
}

.c-raw-html ul,
.c-raw-html li,
.c-raw-html ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-raw-html a {
  text-decoration: none;
  color: inherit;
}

.c-raw-html a:visited {
  color: inherit;
}

.c-raw-html img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .c-raw-html .onlyPc {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-raw-html .onlySp {
    display: none;
  }
}

.c-raw-html .main {
  padding-top: calc(3.75 * var(--rem-base));
  /* 3.75rem相当 = 37.5px */
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-raw-html .main {
    padding-top: calc(4 * var(--rem-base));
    /* 4rem相当 = 40px */
  }
}

.c-raw-html .main.is-zindex {
  z-index: 9999;
}

.c-raw-html .wrapper {
  margin: 0 auto;
  padding-left: calc(2.5 * var(--rem-base));
  /* 2.5rem相当 = 25px */
  padding-right: calc(2.5 * var(--rem-base));
  /* 2.5rem相当 = 25px */
  max-width: calc(73.75 * var(--rem-base));
  /* 73.75rem相当 = 737.5px */
  width: 100%;
}

@media (max-width: 767px) {
  .c-raw-html .wrapper {
    padding-left: calc(1.875 * var(--rem-base));
    /* 1.875rem相当 = 18.75px */
    padding-right: calc(1.875 * var(--rem-base));
    /* 1.875rem相当 = 18.75px */
  }
}

.c-raw-html .onlineShopFixPc,
.c-raw-html .onlineShopFooter,
.c-raw-html .onlineShopFixSp {
  display: none !important;
}

.c-raw-html .btn {
  border: none;
}

.c-raw-html .btn:disabled {
  cursor: default !important;
}

.c-raw-html .btn:not(:disabled) {
  cursor: pointer !important;
}

.c-raw-html .hamburger {
  padding-top: calc(1.25 * var(--rem-base));
  /* 1.25rem相当 = 12.5px */
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .c-raw-html .hamburger {
    padding-top: calc(1.125 * var(--rem-base));
    /* 1.125rem相当 = 11.25px */
  }
}

.c-raw-html .hamburger .line {
  width: calc(2.4375 * var(--rem-base));
  /* 2.4375rem相当 = 24.375px */
  height: calc(0.25 * var(--rem-base));
  /* 0.25rem相当 = 2.5px */
  border-radius: calc(0.625 * var(--rem-base));
  /* 0.625rem相当 = 6.25px */
  background-color: #fff;
  display: block;
  margin: calc(0.1875 * var(--rem-base)) auto;
  /* 0.1875rem相当 = 1.875px */
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .c-raw-html .hamburger .line {
    width: calc(1.25 * var(--rem-base));
    /* 1.25rem相当 = 12.5px */
    height: calc(0.1875 * var(--rem-base));
    /* 0.1875rem相当 = 1.875px */
    border-radius: calc(2.5 * var(--rem-base));
    /* 2.5rem相当 = 25px */
    margin: calc(0.3125 * var(--rem-base)) auto;
    /* 0.3125rem相当 = 3.125px */
  }
}

.c-raw-html .hamburger.isActive .line:nth-child(2) {
  opacity: 0;
}

.c-raw-html .hamburger.isActive .line:nth-child(1) {
  transform: translateY(calc(0.4375 * var(--rem-base))) rotate(45deg);
  /* 0.4375rem相当 */
}

.c-raw-html .hamburger.isActive .line:nth-child(3) {
  transform: translateY(calc(-0.5625 * var(--rem-base))) rotate(-45deg);
  /* -0.5625rem相当 */
}

.c-raw-html .btnMenu {
  width: calc(4 * var(--rem-base));
  /* 4rem相当 */
  height: calc(4 * var(--rem-base));
  /* 4rem相当 */
  position: fixed;
  top: 0;
  right: calc(0.4375 * var(--rem-base));
  /* 0.4375rem相当 */
  z-index: 999;
}

@media (max-width: 767px) {
  .c-raw-html .btnMenu {
    right: 0;
  }
}

.c-raw-html .header {
  padding: 0 calc(0.8125 * var(--rem-base)) 0 calc(2.5 * var(--rem-base));
  /* 0.8125rem, 2.5rem相当 */
  width: 100%;
  height: calc(3.75 * var(--rem-base));
  /* 3.75rem相当 */
  background-color: #191465;
  background-image: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px calc(1.0625 * var(--rem-base)) rgba(0, 0, 0, 0.16);
  /* 1.0625rem相当 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9991;
}

@media (max-width: 767px) {
  .c-raw-html .header {
    height: calc(4 * var(--rem-base));
    /* 4rem相当 */
    padding: 0;
    padding-left: calc(1.25 * var(--rem-base));
    /* 1.25rem相当 */
  }
}

.c-raw-html .header .headerLogo {
  margin-top: calc(-0.875 * var(--rem-base));
  /* -0.875rem相当 */
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .c-raw-html .header .headerLogo {
    width: calc(3.75 * var(--rem-base));
    /* 3.75rem相当 */
    height: auto;
  }

  .c-raw-html .header .headerLogo a {
    display: block;
    width: 100%;
  }

  .c-raw-html .header .headerLogo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-raw-html .header .headerMenu {
    display: none;
  }
}

.c-raw-html .header .headerMenu ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .c-raw-html .header .headerMenu ul {
    margin-top: calc(2.9375 * var(--rem-base));
    /* 2.9375rem相当 */
    padding: 0 calc(1.875 * var(--rem-base));
    /* 1.875rem相当 */
    display: block;
  }
}

@media (min-width: 768px) {
  .c-raw-html .header .headerMenu ul li {
    border-left: 1px solid #CECECE;
    line-height: calc(1 * var(--rem-base));
    /* 1rem相当 */
  }

  .c-raw-html .header .headerMenu ul li:first-child {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .c-raw-html .header .headerMenu ul li {
    border-bottom: 1px solid #191465;
    width: 100%;
  }
}

.c-raw-html .header .headerMenu ul a {
  padding: 0 calc(1.65625 * var(--rem-base));
  /* 1.65625rem相当 */
  font-size: calc(1 * var(--rem-base));
  /* 1rem相当 */
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: calc(1.5 * var(--rem-base));
  /* 1.5rem相当 */
  color: #fff;
}

@media (max-width: 767px) {
  .c-raw-html .header .headerMenu ul a {
    padding: calc(2.1875 * var(--rem-base)) 0 calc(1.03125 * var(--rem-base));
    /* 2.1875rem, 1.03125rem相当 */
    font-size: calc(1.75 * var(--rem-base));
    /* 1.75rem相当 */
    line-height: 1;
    display: block;
    color: #191465;
  }
}

.c-raw-html .header.isOpen .headerMenu {
  display: block;
  width: 100%;
  height: calc(100dvh - calc(4 * var(--rem-base)));
  /* 4rem相当 */
  position: fixed;
  top: calc(4 * var(--rem-base));
  /* 4rem相当 */
  left: 0;
  background-color: #fff;
}

.c-raw-html .pageBeliEVE .onlineShopFixPc .onlineShopClose .onlineShopTtl .ttl {
  font-size: calc(1 * var(--rem-base));
  /* 1rem相当 */
}

.c-raw-html .pageBeliEVE .onlineShopFooter {
  position: relative;
  z-index: 33;
}

.c-raw-html .pageBeliEVE .fnav dt>.text-menu,
.c-raw-html .pageBeliEVE .fnav a {
  color: #fff;
}

.c-raw-html .pageBeliEVE .fnav a {
  font-size: calc(0.875 * var(--rem-base));
  /* 0.875rem相当 */
}

.c-raw-html .pageBeliEVE .fnav dt {
  font-size: calc(0.875 * var(--rem-base));
  /* 0.875rem相当 */
}

.c-raw-html .pageBeliEVE footer+footer {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .c-raw-html .pageBeliEVE .onlineShopFooter .onlineShopTtl>p {
    font-size: calc(0.875 * var(--rem-base));
    /* 0.875rem相当 */
  }

  .c-raw-html .pageBeliEVE .footerLanguageWrap .langList li a {
    font-size: calc(0.8125 * var(--rem-base));
    /* 0.8125rem相当 */
  }

  .c-raw-html .pageBeliEVE .footerCopyright {
    font-size: calc(0.625 * var(--rem-base));
    /* 0.625rem相当 */
  }

  .c-raw-html .pageBeliEVE .onlineShopBlk.onlineShopClose.jsBnrOpen {
    width: 420px !important;
    height: 67.2px !important;
  }

  .c-raw-html .pageBeliEVE .onlineShopFixSp .onlineShopTtl .ttl {
    font-size: calc(0.75 * var(--rem-base));
    /* 0.75rem相当 */
  }

  .c-raw-html .pageBeliEVE footer+footer {
    margin-top: calc(-2.5 * var(--rem-base));
    /* -2.5rem相当 */
    padding-top: calc(2.5 * var(--rem-base));
    /* 2.5rem相当 */
  }
}