/* 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
 * ==========================================================================*/
html {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/*
* 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;
  }
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

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

@media (min-width: 960px) {
  html {
    scrollbar-gutter: stable;
  }
}
@media (max-width: 959px) {
  html.is-disabled {
    overflow: hidden;
  }
}

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

@media (min-width: 960px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 960px) and (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959px) {
  .only-pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-tb {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-tb {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-sp {
    display: none !important;
  }
}

.fade-slideinup {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
}
.fade-slideinup.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fade-slidein {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.fade-slidein.animated {
  opacity: 1;
}

@media (min-width: 960px) {
  .main {
    padding-top: 3.125rem;
  }
}
@media (max-width: 959px) {
  .main {
    padding-top: 3.875rem;
  }
}
@media (max-width: 767.9px) {
  .main {
    padding-top: 3.75rem;
  }
}
.main__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  .main__bg {
    display: none;
  }
}
.main__bg .column {
  position: absolute;
  top: 0;
  width: calc(50vw - 13.125rem);
  height: 100%;
}
@media (max-width: 959px) {
  .main__bg .column {
    width: 50vw;
  }
}
.main__bg .column:before {
  content: "";
  position: absolute;
}
.main__bg .column.--left {
  left: 0;
  background: url("../images/bg_main01.jpg") no-repeat center top/cover;
}
@media (max-width: 959px) {
  .main__bg .column.--left {
    background-image: url("../images/bg_main01_tb.jpg");
  }
}
.main__bg .column.--left:before {
  top: calc(50% + 0.625vw);
  left: -9.921875vw;
  width: 48.828125vw;
  height: 35.546875vw;
  background: url("../images/bg_main_img01.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .main__bg .column.--left:before {
    top: calc(50% - 0.875rem);
    left: -13.125rem;
    width: 34.4375rem;
    height: 25.0625rem;
  }
}
.main__bg .column.--right {
  right: 0;
  background: url("../images/bg_main02.jpg") no-repeat center top/cover;
}
.main__bg .column.--right:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_main02_img.png") no-repeat left -2.34375vw top/35.9375vw;
  mix-blend-mode: lighten;
}
@media (max-width: 959px) {
  .main__bg .column.--right:before {
    background-image: url("../images/bg_main02_img_tb.png");
    background-size: 100% auto;
    background-position: left top;
  }
}
.main__bg .column.--right:after {
  content: "";
  position: absolute;
  top: calc(50% + 1.953125vw);
  right: -11.40625vw;
  width: 38.203125vw;
  height: 31.40625vw;
  background: url("../images/bg_main_img02.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .main__bg .column.--right:after {
    top: calc(50% + 0.125rem);
    right: -15.3125rem;
    width: 27.0625rem;
    height: 22.125rem;
  }
}
.main__banner {
  background-color: #e84720;
  text-align: center;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 960px) {
  .main__banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 12;
  }
}
@media (max-width: 959px) {
  .main__banner {
    height: 2.5rem;
    position: relative;
    max-width: 23.4375rem;
    margin-inline: auto;
  }
}
.main__banner img {
  width: 15.125rem;
}
@media (max-width: 959px) {
  .main__banner img {
    width: 11.625rem;
  }
}
@media (max-width: 767.9px) {
  .main__banner img {
    width: 12.9375rem;
  }
}
.main__inner {
  position: relative;
  width: 26.25rem;
  margin-inline: auto;
  background-color: #fcebc9;
}
@media (max-width: 959px) {
  .main__inner {
    width: 23.4375rem;
  }
}
@media (max-width: 767.9px) {
  .main__inner {
    width: 100vw;
  }
}

.page-top {
  width: 5.625rem;
  bottom: 1.875rem;
  position: fixed;
  z-index: 100;
  display: none;
  cursor: pointer;
}
@media (min-width: 960px) {
  .page-top {
    right: 1.875rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .page-top {
    width: 7.03125vw;
    bottom: 2.34375vw;
    right: 0.78125vw;
  }
}
@media (max-width: 959px) {
  .page-top {
    width: 4.6875rem;
    right: 0.625rem;
  }
}
@media (max-width: 767.9px) {
  .page-top {
    right: auto;
    left: 0.625rem;
    bottom: 3.75rem;
  }
}

.trigger {
  position: absolute;
}

.cart-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cart-fixed {
    display: none !important;
  }
}
.cart-fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 36, 67)), to(rgb(200, 0, 36)));
  background: linear-gradient(to right, rgb(231, 36, 67) 0%, rgb(200, 0, 36) 100%);
  z-index: -1;
}
.cart-fixed a {
  height: 3.125rem;
  display: block;
  background: url("../images/cart_txt.png") no-repeat center/10.8125rem;
}
.cart-fixed.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 959px) {
  .header {
    background-color: #fff;
    text-align: center;
    height: 3.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 23.4375rem;
    margin-inline: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
  }
}
@media (max-width: 767.9px) {
  .header {
    height: 3.75rem;
  }
}
.header__logo {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
@media (min-width: 960px) {
  .header__logo {
    width: 3.25rem;
    position: fixed;
    bottom: 0.8125rem;
    left: 1.125rem;
    z-index: 1;
  }
}
@media (max-width: 959px) {
  .header__logo {
    width: 3.1875rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header__icon {
  width: 2.6875rem;
  top: 0.5rem;
  right: 2.6875rem;
  cursor: pointer;
  position: fixed;
  z-index: 13;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: none;
}
@media (max-width: 959px) {
  .header__icon {
    top: 1rem;
    right: 1rem;
    width: 2.3125rem;
    position: absolute;
  }
}
.header__icon i {
  width: 100%;
  height: round(0.25rem, 1px);
  display: block;
  margin-block: 0.375rem;
  background-color: #fff;
}
@media (max-width: 959px) {
  .header__icon i {
    background-color: #027749;
    height: round(0.1875rem, 1px);
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
}
@media (max-width: 959px) {
  .menu-mobile {
    padding-top: 2.5rem;
  }
}
.menu-mobile__logo {
  position: absolute;
  display: block;
}
@media (min-width: 960px) {
  .menu-mobile__logo {
    width: 4.375rem;
    bottom: 0.8125rem;
    left: 0.875rem;
  }
}
@media (max-width: 959px) {
  .menu-mobile__logo {
    top: 0.875rem;
    left: 0;
    right: 0;
    width: 14.375rem;
    margin-inline: auto;
    background-color: #fff;
    z-index: 1;
  }
  .menu-mobile__logo picture {
    display: block;
    width: 3.1875rem;
    margin-inline: auto;
  }
}
.menu-mobile__wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-block: 1.875rem;
}
@media screen and (min-width: 960px) {
  .mozilla .menu-mobile__wrap {
    scrollbar-width: none;
  }
  .menu-mobile__wrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 960px) and (min-height: 631px) {
  .menu-mobile__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.menu-mobile__close {
  position: absolute;
  top: 4rem;
  right: 2.25rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
}
@media (max-width: 959px) {
  .menu-mobile__close {
    top: 0.5rem;
    right: 0.375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.menu-mobile__close:before, .menu-mobile__close:after {
  position: absolute;
  top: 0;
  left: 1.625rem;
  content: " ";
  height: 100%;
  width: 0.25rem;
  background-color: #007749;
}
@media (max-width: 959px) {
  .menu-mobile__close:before, .menu-mobile__close:after {
    left: 1.4375rem;
  }
}
.menu-mobile__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-mobile__list {
  max-width: 100%;
  width: 14.375rem;
  margin-inline: auto;
}
.menu-mobile__list a {
  display: block;
  text-decoration: none;
}
.menu-mobile__list .menu-anchor__item {
  position: relative;
  border-bottom: 1px solid #754c24;
}
@media (min-width: 960px) and (hover: hover) {
  .menu-mobile__list .menu-anchor__item:hover:after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.menu-mobile__list .menu-anchor__item:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 0.625rem;
  background: url("../images/navi_arr01.png") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-mobile__list .menu-anchor__item picture {
  display: block;
}
.menu-mobile__list .menu-anchor__item--01 {
  padding: 0.5rem 0.4375rem;
}
.menu-mobile__list .menu-anchor__item--01 img {
  width: 12.9375rem;
}
.menu-mobile__list .menu-anchor__item--02 {
  padding: 0.3125rem 0.25rem;
}
.menu-mobile__list .menu-anchor__item--02 img {
  width: 11.25rem;
}
.menu-mobile__list .menu-anchor__item--03 {
  padding: 0.3125rem 0.5625rem;
}
.menu-mobile__list .menu-anchor__item--03 img {
  width: 10.9375rem;
}
.menu-mobile__list .menu-anchor__item--04 {
  padding: 0.5rem 0.375rem;
}
.menu-mobile__list .menu-anchor__item--04 img {
  width: 10.125rem;
}
.menu-mobile__list .menu-anchor__item--05 {
  padding: 0.1875rem 0.875rem;
}
.menu-mobile__list .menu-anchor__item--05 img {
  width: 11.25rem;
}
.menu-mobile__list .menu-anchor__item--06 {
  padding: 0.1875rem 0.5rem 0.1875rem 0.8125rem;
}
.menu-mobile__list .menu-anchor__item--06 img {
  width: 12.875rem;
}
.menu-mobile__list .menu-anchor__item--07 {
  padding: 0.25rem 0.1875rem;
}
.menu-mobile__list .menu-anchor__item--07 img {
  width: 12.625rem;
}
.menu-mobile__list .menu-anchor__item--08 {
  padding: 0.25rem 1px;
}
.menu-mobile__list .menu-anchor__item--08 img {
  width: 12.6875rem;
}
.menu-mobile__list .menu-link {
  margin-top: 0.5rem;
}
@media (min-width: 960px) {
  .menu-mobile__list .menu-link {
    margin-top: 0.56rem;
  }
}
.menu-mobile__list .menu-link__item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
@media (min-width: 960px) {
  .menu-mobile__list .menu-link__item:not(:last-child) {
    margin-bottom: 0.49rem;
  }
}
.menu-mobile__list .menu-link__item--02 {
  margin-bottom: 0.25rem !important;
}
@media (min-width: 960px) {
  .menu-mobile__list .menu-link__item--02 {
    margin-bottom: 0.28rem !important;
  }
}
.menu-mobile__list .menu-link__item--03 {
  position: relative;
}
@media (min-width: 960px) and (hover: hover) {
  .menu-mobile__list .menu-link__item--03:hover:after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.menu-mobile__list .menu-link__item--03:after {
  content: "";
  position: absolute;
  display: block;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.8125rem;
  background: url("../images/navi_arr02.png") no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 960px) {
  .menu-mobile__list .menu-link__item--03:after {
    right: 3.36rem;
    width: 0.56rem;
    height: 0.91rem;
  }
}
.menu-mobile.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding-block: 1.0625rem;
  background-color: #007749;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .footer {
    padding-block: 1.19rem;
  }
}
.footer .copy-right {
  margin: 0;
  text-align: center;
  font-size: 0.6875rem;
  color: #fff;
}
@media (min-width: 960px) {
  .footer .copy-right {
    font-size: 0.77rem;
  }
}