@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

p {
  margin: 0; }

@font-face {
  font-family: 'Noto Serif JP', serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap"); }

.sans {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  src: url(fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }

html body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px; } }

body .bold {
  font-weight: bold; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  font-weight: normal; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.container {
  max-width: 1200px;
  padding: 2em;
  margin: 0 auto;
  overflow: hidden; }

.max-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.contact_button {
  margin: 80px auto;
  background-color: #120201;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 30px;
  text-decoration: none; }

#top {
  margin-top: 159px !important; }

@media screen and (max-width: 1024px) {
  #top {
    margin-top: 57px !important; } }

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .effect-fade.effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.scrollBtn01 {
  padding-bottom: 70px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 25px);
  color: #fff;
  z-index: 2;
  display: inline-block;
  text-decoration: none; }
  .scrollBtn01 span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
    transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg) translate(-30px, 30px);
    transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0; } }

#pageHeader {
  position: relative;
  z-index: 500;
  background-color: #fff;
  padding: 16px 10px 11px; }
  #pageHeader a {
    color: #000;
    text-decoration: none;
    font-family: 'sans-serif'; }
  #pageHeader .logo {
    text-align: center;
    display: table;
    margin: 0 auto; }
    #pageHeader .logo img {
      height: auto;
      width: 230px; }
  #pageHeader .rightSideNav {
    position: absolute;
    right: 0;
    top: 1.25rem; }
    #pageHeader .rightSideNav p {
      font-size: 0.8rem;
      display: inline-block;
      margin: 0 30px 0 0; }
      #pageHeader .rightSideNav p i {
        display: inline-block;
        line-height: 1;
        margin-right: 5px;
        vertical-align: -1px; }
        #pageHeader .rightSideNav p i img {
          height: 16px; }
    #pageHeader .rightSideNav .searchBoxInner {
      display: none;
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #pageHeader .rightSideNav .searchBoxInner table td {
        border: none;
        padding: 0;
        vertical-align: middle; }
        #pageHeader .rightSideNav .searchBoxInner table td .gsc-input-box {
          padding: 0;
          border: none !important;
          border-radius: 0 !important; }
          #pageHeader .rightSideNav .searchBoxInner table td .gsc-input-box input {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 8px 0 0 8px !important;
            border: 1px solid #ccc !important;
            padding: 10px !important; }
          #pageHeader .rightSideNav .searchBoxInner table td .gsc-input-box .gsst_b {
            padding: 0 !important; }
          #pageHeader .rightSideNav .searchBoxInner table td .gsc-input-box .gsst_a {
            padding: 0 6px; }
        #pageHeader .rightSideNav .searchBoxInner table td .gsc-search-button {
          padding: 13px; }
      #pageHeader .rightSideNav .searchBoxInner .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgba(30, 30, 30, 0.9); }
      #pageHeader .rightSideNav .searchBoxInner .modalWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 60px 30px 30px;
        background-color: #fff; }
      #pageHeader .rightSideNav .searchBoxInner .closeModal {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        font-size: 2.5rem;
        line-height: 1;
        font-weight: bold;
        cursor: pointer; }
  #pageHeader .leftSideNav {
    position: absolute;
    left: 0;
    top: 1.25rem; }
    #pageHeader .leftSideNav p {
      display: inline-block;
      margin: 0 0 0 30px;
      font-size: 0.8rem; }
  #pageHeader .spBtn01 * {
    line-height: 1; }
  #pageHeader .spBtn01 p {
    display: none; }
    #pageHeader .spBtn01 p a {
      display: block;
      height: 18px;
      line-height: 18px; }
  #pageHeader .spBtn02 {
    position: absolute;
    left: 50px;
    top: 15px; }
    #pageHeader .spBtn02 img, #pageHeader .spBtn02 p {
      line-height: 1; }
    #pageHeader .spBtn02 img {
      height: 18px;
      width: auto;
      vertical-align: middle; }

@media screen and (max-width: 1024px) {
  #pageHeader {
    padding: 15px 10px; }
    #pageHeader .logo {
      margin: 0 auto; }
      #pageHeader .logo img {
        width: 100px;
        height: 1.25rem; }
    #pageHeader .leftSideNav, #pageHeader .rightSideNav {
      display: none; }
    #pageHeader .spBtn01 {
      position: absolute;
      top: 14px;
      line-height: 18px;
      right: 15px;
      text-align: center; }
      #pageHeader .spBtn01 img {
        height: 18px;
        width: auto;
        vertical-align: middle; }
      #pageHeader .spBtn01 p {
        letter-spacing: -0.4rem;
        display: inline-block; }
        #pageHeader .spBtn01 p.spAct {
          margin-right: 2.5vw; } }

@media screen and (min-width: 1025px) {
  #pageHeader .spBtn02 {
    display: none; } }

#pageNav .childNav {
  display: none; }

#pageNav a {
  text-decoration: none;
  font-family: 'sans-serif'; }

@media screen and (max-width: 1024px) {
  #pageNav .cateHeadding {
    display: none; }
  #pageNav i.open {
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
    text-align: center;
    z-index: 600; }
    #pageNav i.open span {
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background-color: #222;
      margin: 0 auto; }
      #pageNav i.open span:after, #pageNav i.open span:before {
        content: "";
        position: absolute;
        top: -9px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #222;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      #pageNav i.open span:after {
        top: 9px; }
    #pageNav i.open.openActive span {
      height: 0; }
      #pageNav i.open.openActive span:after {
        left: 0px;
        top: 0px; }
      #pageNav i.open.openActive span:before {
        left: 0px;
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #pageNav i.open.openActive span:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  #pageNav .pageNavInner {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 300;
    padding: 50px 0 0; }
    #pageNav .pageNavInner ul {
      letter-spacing: 0.4rem; }
      #pageNav .pageNavInner ul:after {
        content: "";
        display: table;
        clear: both; }
      #pageNav .pageNavInner ul li {
        border-top: 1px solid #f2f2f2;
        letter-spacing: normal; }
        #pageNav .pageNavInner ul li a {
          display: block;
          font-size: 20px;
          color: inherit;
          margin: 0 auto;
          padding: 10px 1rem;
          position: relative; }
          #pageNav .pageNavInner ul li a span {
            margin-left: 8px; }
        #pageNav .pageNavInner ul li#nav11 {
          background-color: #231815;
          padding: 1rem; }
          #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table {
            background-color: transparent; }
            #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td {
              display: table-cell !important;
              border: none;
              padding: 0;
              vertical-align: middle; }
              #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td .gsc-input-box {
                background-color: transparent;
                padding: 0;
                border: none !important;
                border-radius: 0 !important; }
                #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td .gsc-input-box input {
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  border-radius: 8px 0 0 8px !important;
                  border: 1px solid #ccc !important;
                  padding: 10px !important; }
                #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td .gsc-input-box .gsst_b {
                  padding: 0 !important; }
                #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td .gsc-input-box .gsst_a {
                  padding: 0 6px; }
              #pageNav .pageNavInner ul li#nav11 .gsc-control-searchbox-only table td .gsc-search-button {
                padding: 15px;
                border: none; }
          #pageNav .pageNavInner ul li#nav11 p {
            text-align: center; }
            #pageNav .pageNavInner ul li#nav11 p a {
              display: inline-block;
              margin: 10px 5px 0;
              padding: 5px;
              font-size: 14px;
              color: #fff; }
              #pageNav .pageNavInner ul li#nav11 p a i {
                display: inline-block;
                margin-right: 3px;
                line-height: 1;
                vertical-align: middle; }
                #pageNav .pageNavInner ul li#nav11 p a i img {
                  height: 14px; }
            #pageNav .pageNavInner ul li#nav11 p input {
              display: inline-block;
              margin-right: 10px; }
            #pageNav .pageNavInner ul li#nav11 p a:after {
              display: none; }
          #pageNav .pageNavInner ul li#nav11 ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 1.5rem 0; }
            #pageNav .pageNavInner ul li#nav11 ul li {
              margin: 0 12px; }
              #pageNav .pageNavInner ul li#nav11 ul li a {
                padding: 0; }
              #pageNav .pageNavInner ul li#nav11 ul li img {
                display: block; }
        #pageNav .pageNavInner ul li .childNav {
          padding: 0 0 15px; }
        #pageNav .pageNavInner ul li ul li {
          border: none; }
          #pageNav .pageNavInner ul li ul li a {
            display: block;
            color: #666;
            padding: 6px 1rem 6px 1.5rem;
            font-size: 14px;
            font-weight: normal; }
            #pageNav .pageNavInner ul li ul li a:after {
              right: 3rem; }
            #pageNav .pageNavInner ul li ul li a img {
              display: none; }
    #pageNav .pageNavInner i.close {
      background-color: #fff;
      display: block;
      padding: 10px 0;
      text-align: center;
      width: 100%;
      font-family: 'sans-serif';
      font-style: normal; } }

@media screen and (min-width: 1025px) {
  #pageNav i {
    display: none; }
  #pageNav .cateHeadding {
    margin-top: 0.5rem; }
    #pageNav .cateHeadding ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #pageNav .cateHeadding ul li {
        text-align: center; }
        #pageNav .cateHeadding ul li:nth-child(2) {
          width: 40rem; }
  #pageNav .pageNavInner {
    background-color: #12020170; }
    #pageNav .pageNavInner ul {
      padding: 5px 10px 5px;
      text-align: center;
      letter-spacing: -0.4rem;
      position: relative; }
    #pageNav .pageNavInner li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top; }
      #pageNav .pageNavInner li#nav11, #pageNav .pageNavInner li#nav12, #pageNav .pageNavInner li#nav13 {
        display: none; }
      #pageNav .pageNavInner li a {
        font-size: 18px;
        line-height: 1.35;
        padding: 12px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        color: white; }
        #pageNav .pageNavInner li a span {
          display: block;
          font-size: 13px; }
        #pageNav .pageNavInner li a.active {
          -webkit-transition: 0s;
          transition: 0s; }
      #pageNav .pageNavInner li .childNav {
        border-top: 2px solid #f2f2f2;
        position: absolute;
        top: 38px;
        padding: 15px 10px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000; }
        #pageNav .pageNavInner li .childNav ul {
          padding: 0; }
          #pageNav .pageNavInner li .childNav ul.imgSubBox {
            padding: 15px 0 0;
            margin-bottom: 15px; }
            #pageNav .pageNavInner li .childNav ul.imgSubBox li {
              width: 142px;
              opacity: 0;
              margin: 0;
              -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:first-child {
                -webkit-transition: 0.3s linear 0.5s;
                transition: 0.3s linear 0.5s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(2) {
                -webkit-transition: 0.3s linear 0.6s;
                transition: 0.3s linear 0.6s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(3) {
                -webkit-transition: 0.3s linear 0.7s;
                transition: 0.3s linear 0.7s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(4) {
                -webkit-transition: 0.3s linear 0.8s;
                transition: 0.3s linear 0.8s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(5) {
                -webkit-transition: 0.3s linear 0.9s;
                transition: 0.3s linear 0.9s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(6) {
                -webkit-transition: 0.3s linear 1s;
                transition: 0.3s linear 1s; }
              #pageNav .pageNavInner li .childNav ul.imgSubBox li:nth-child(7) {
                -webkit-transition: 0.3s linear 1.1s;
                transition: 0.3s linear 1.1s; }
          #pageNav .pageNavInner li .childNav ul li {
            display: inline-block;
            margin: 0 10px;
            text-align: center; }
            #pageNav .pageNavInner li .childNav ul li a {
              display: block; }
            #pageNav .pageNavInner li .childNav ul li img {
              display: block;
              margin: 0 auto 3px;
              max-width: 180px;
              width: 100%; }
      #pageNav .pageNavInner li a.active + .childNav ul.imgSubBox li {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px); }
  #pageNav .searchBoxSp {
    display: none; } }

@media screen and (max-width: 1024px) {
  #pageNav .searchBoxSp {
    display: block; }
    #pageNav .searchBoxSp .headerSearchSp {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 15px;
      left: 50px;
      z-index: 500; }
    #pageNav .searchBoxSp #modalAreaSp.searchBoxInner {
      display: none;
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td {
        border: none;
        padding: 0;
        vertical-align: middle; }
        #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td .gsc-input-box {
          padding: 0;
          border: none !important;
          border-radius: 0 !important; }
          #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td .gsc-input-box input {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 8px 0 0 8px !important;
            border: 1px solid #ccc !important;
            padding: 10px !important; }
          #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td .gsc-input-box .gsst_b {
            padding: 0 !important; }
          #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td .gsc-input-box .gsst_a {
            padding: 0 6px; }
        #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td .gsc-search-button {
          padding: 13px; }
      #pageNav .searchBoxSp #modalAreaSp.searchBoxInner .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgba(30, 30, 30, 0.9); }
      #pageNav .searchBoxSp #modalAreaSp.searchBoxInner .modalWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 60px 30px 30px;
        background-color: #fff; }
      #pageNav .searchBoxSp #modalAreaSp.searchBoxInner .closeModal {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        font-size: 2.5rem;
        line-height: 1;
        font-weight: bold;
        cursor: pointer; } }

@media screen and (max-width: 600px) {
  #pageNav .searchBoxSp #modalAreaSp.searchBoxInner table td {
    display: table-cell; }
  #pageNav .searchBoxSp #modalAreaSp.searchBoxInner .modalWrapper {
    padding: 60px 10px 10px; } }

.toTop {
  max-width: 1040px;
  margin: 0 auto; }
  .toTop p {
    text-align: right; }
    .toTop p span {
      font-family: Merriweather;
      font-weight: 400;
      cursor: pointer;
      display: inline-block;
      padding: 15px; }

body.activeFixed .worksNav.fixed {
  top: 0px; }

body.activeFixed .worksLeftMenu.fixed.active .inner {
  top: 100px; }

@media screen and (max-width: 1024px) {
  .worksLeftMenu {
    position: absolute;
    padding: 15px 10px;
    margin-left: -100%;
    border-right: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%; }
    .worksLeftMenu.fixed.active .inner {
      width: 100%;
      left: 0;
      top: 92px;
      padding: 15px 10px;
      background-color: #fff; }
  body.activeFixed .worksLeftMenu.fixed.active .inner {
    top: 42px; }
  .worksLeftMenu .cate02 ul li {
    display: inline-block; }
  .worksLeftMenu .rightNavBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .worksLeftMenu .rightNavBtn button {
      margin: 0 5px; } }

#fixedNav {
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 100%;
  z-index: 999; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  word-break: break-all; }

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

.whtBg {
  background-color: #fff !important; }
  .whtBg * {
    color: #000 !important; }
  .whtBg .footerLogo img {
    fill: #000;
    color: #000; }
  .whtBg#copyright p.small {
    color: #777 !important; }

section#top {
  width: 100%;
  height: 100vh;
  background-image: url(../img/shop-info-top.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  margin-top: 0px !important; }
  section#top h1 {
    word-break: keep-all;
    white-space: nowrap;
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 660px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 40px; }

@media screen and (max-width: 768px){
  section#top {
    height: 50vh;
    margin-top: 50px!important;
 }
    section#top h1 {
      white-space: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%;
      -webkit-transform: translate(-50%);
      transform: translateX(-50%)translateY(-50%);
      font-size: 32px;
      word-break: break-word;
     }
}

section#contents {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 2em;
  padding-right: 2em;
}
  section#contents a {
    color: #000;
    text-decoration: none; }
  section#contents h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 28px;
  }
/*    section#contents h2 span {*/
/*      display: block; }*/
  @media screen and (max-width: 768px){
    section#contents h2{
      margin-bottom: 32px;
      margin-top: 32px;
      font-size: 22px;
    }
    section#contents .flex .left_text p {
      padding-right: 32px;
      font-size: 12px;
    }
    section#contents .flex .right_text p {
      font-size: 12px;
    }
  }
  section#contents .flex .text_container {
    width: 50%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section#contents .flex .text_container h3 {
      padding-bottom: 8px;
      border-bottom: 2px solid #000;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 28px;
    }
    section#contents .flex .text_container h3 .mini {
      font-size: 16px;
    }
      section#contents .flex .text_container h3 span {
        margin-left: 16px; }
    section#contents .flex .text_container p {
      margin-top: 32px; }
    section#contents .flex .text_container a {
      background-color: #909090;
      display: inline-block;
      padding: 8px 32px;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      margin: 64px auto 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  section#contents .flex .left_text {
    padding-left: 32px; }
    section#contents .flex .left_text p {
      padding-right: 32px; }
  section#contents .flex .right_text {
    padding-right: 32px; }
    section#contents .flex .right_text p, section#contents .flex .right_text h3 {
      padding-left: 32px; }
  section#contents .flex .img {
    width: 50%; }
    section#contents .flex .img img {
      width: 100%;
      display: block; }

@media screen and (max-width: 768px) {
  section#contents .flex .right_text {
    padding-right: 0px;
  }
  section#contents .right_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    section#contents .right_img .img {
      width: 100%; }
    section#contents .right_img .text_container {
      width: 100%; }
  section#contents .left_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section#contents .left_img .img {
      width: 100%; }
    section#contents .left_img .text_container {
      width: 100%; } }



#kochouran .titleText,
#kannyou .titleText {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  padding: 8px;
  text-align: center;
  width: 300px;
  background-color: #555;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
}

#gift_footer ._header {
  height: 30px;
  border-bottom: solid black 1px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#gift_footer ._header .__wrp {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  height: 30px;
}

#gift_footer ._header span {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  text-align: center;
  border-left: solid black 1px;
  border-top: solid black 1px;
  border-right: solid black 1px;
  width: 280px;
  background-color: #fff;
  font-weight: bold;
}

#gift_footer .container {
  max-width: 1200px;
  padding: 40px;
}

#gift_footer h5 {
  padding-top: 20px;
  font-weight: bold;
}

#gift_footer .pl {
  padding-left: 1em;
}

@media screen and (max-width: 1200px) {
  #gift_footer ._header .__wrp {
    margin: 0 30px;
  }
  #gift_footer ._header span {
    left: 00px;
  }
}

#kochouran_contents {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#kochouran_contents > div {
  flex-basis: 384px;
  text-align: center;
  margin-bottom: 30px;
}

#kochouran_contents > div > img {
  display: block;
  margin: auto;
}

#kochouran_contents ._title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#kochouran_contents .bold {
/*  font-weight: bold;*/
}

@media screen and (max-width: 899px) {
  #kochouran_contents {
    justify-content: center;
  }
  #kochouran_contents > div {
    flex-basis: 100%;
  }
}

.toForm {
  padding: 20px;
  background-color: #222;
  color: #fff !important;
  display: block;
  text-align: center;
  margin: 30px auto;
  font-size: 20px;
  max-width: 450px;
  font-weight: bold;
}

#kannyou .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
	margin: 0 auto 20px;
}

#kannyou .kankyouItem {
  margin-bottom: 50px;
}


#kannyou .bg ._description {
  font-size: 14px;
}

@media screen and (min-width: 499px) {
  #kannyou .kankyouItem {
    display: inline-block;
/*     min-width: 500px; */
    margin-bottom: 50px;
  }

  #kannyou .bg {
    position: relative;
  }

  #kannyou .bg img{
    width: 420px;
  }

  #kannyou .bg ._description {
    position: absolute;
    top: 150px;
/*     width: 220px; */
    left: 255px;
    font-size: 14px;
  }
}

#kannyou .kankyouItem .info {
  text-align: center;
}

#kannyou .kankyouItem h3 {
  font-weight: bold;
  display: block;
  margin: 10px auto 30px auto;
  font-size: 16px;
}

#kannyou .kankyouItem .info p {
  font-weight: bold;
}

#rapping .rappingWrp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#rapping .rappingWrp > div {
  justify-content: center;
  flex-basis: 33%;
  text-align: center;
}

@media screen and (max-width: 899px) {
  #rapping .rappingWrp > div {
    flex-basis: 100%;
  }
}

#rapping .rappingWrp p {
  font-family: 'Noto Sans Japanese';
}

.orderForm {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  font-family: 'Noto Sans Japanese';
}

.orderForm .title {
  font-size: 30px;
  padding-bottom: 50px;
}

.orderForm .btn {
  background-color: #555;
  color: white;
  padding: 5px 30px;
  font-size: 20px;
}

.orderForm .red {
  color: red;
}

.orderForm th {
  background-color: #ccc;
}

.orderForm table {
  border: solid black 1px;
}

#orderTable {
  margin: auto;
  border: solid black 1px;
}

#orderTable th,
#orderTable td {
  border: none;
}

#orderTable thead tr {
  border-bottom: solid black 1px;
}

#orderTable tr {
  border-bottom: solid 1px black;
}

@media screen and (min-width: 601px) {
  #orderTable tr th:first-child {
    width: 70px;
  }
  #orderTable tr th:last-child {
    width: 45px;
  }
}

#orderTable th,
#orderTable td {
  text-align: center;
}

#orderTable tr td:nth-child(2) {
  text-align: left;
}

#orderTable td input {
  width: 4em;
  text-align: center;
}

table.plain {
  border: none;
}
table.plain td,
table.plain th {
  border: none;
  background: none;
}

.checkinfo tr td:first-child {
  min-width: 200px;
}

.p-postal-code {
  width: 2.5em;
}

.basicWrp {
  display: flex;
  flex-wrap: wrap;
}

.basicWrp > .n2 {
  flex-basis: 16.6%;
}
.basicWrp > .n3 {
  flex-basis: 25%;
}
.basicWrp > .n4 {
  flex-basis: 33.3%;
}
.basicWrp > .n5 {
  flex-basis: 41.6%;
}
.basicWrp > .n7 {
  flex-basis: 58.3%;
}
.basicWrp > .n8 {
  flex-basis: 66.6%;
}
.basicWrp > .n9 {
  flex-basis: 75%;
}
.basicWrp > .n10 {
  flex-basis: 83.3%;
}
.kaigyou {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .basicWrp > .s-n12 {
    flex-basis: 100%;
  }

  .kaigyou {
    display: block;
  }
}

input.btn-confilm {
  background-color: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 35px;
  font-size: 16px;
  display: block;
  margin: 80px auto 30px auto;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.errWrp {
  position: relative;
}

.errWrp .wpcf7-not-valid {
  display: inline-block;
  margin-bottom: 25px;
}

.errWrp .wpcf7-not-valid-tip {
  position: absolute;
  top: 25px;
  width: 230px;
}

.paystyle .wpcf7-list-item {
  display: block;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 10px;
}

.description {
  border: 1px solid #000;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.description .bold {
  border-bottom: 1px dotted #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.description .mini {
  font-size: 0.75rem;
}

.aboutMsg {
  display: block;
  margin: 20px auto;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}

.contactBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contactBox > ._head {
  flex-basis: 180px;
}

.contactBox > ._head > div {
  border: solid black 1px;
  background-color: #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.contactBox > ._body {
  padding-left: 10px;
  flex-basis: calc( 100% - 10px );
}

.formItem {
  width: 100%;
}

.formItem > span {
  display: inline-block;
}

.formItem ._title {
  width: 92px;
}

#payInfo {
  margin: 50px auto;
}

@media screen and (max-width: 599px) {
  .formItem > span {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .contactBox > ._head {
    flex-basis: 100%;
  }
  .contactBox > ._body {
    padding-left: 0px;
  }
}

#from_fill_zip,
#dest_fill_zip {
  border: solid black 1px;
  padding: 5px;
}

#formEtcBox {
  max-width: 800px;
  padding: 20px;
}

#mainTitle {
  margin-top: 100px;
}
h2#mainTitle span {
  display: inline;
}

@media screen and (max-width: 600px) {
  #mainTitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h2#mainTitle span {
    display: block;
  }
}

