@charset "UTF-8";
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
@font-face {
  font-family: 'verticalYuMin';
  src: url("/assets/fonts/yu_minMidvertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'verticalhiraMin';
  src: url("/assets/fonts/hiraminW3vertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ==========  Standard Buttons  ========== */
/* LAYOUT */
/* ANIMATION */
/* GRID */
/* LETTER_SPACING */
/* COLORS */
/* Z-INDEX */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: 'verticalYuMin';
  src: url("/assets/fonts/yu_minMidvertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'verticalhiraMin';
  src: url("/assets/fonts/hiraminW3vertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ==========  Standard Buttons  ========== */
/* LAYOUT */
/* ANIMATION */
/* GRID */
/* LETTER_SPACING */
/* COLORS */
/*
 * 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;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.justify {
  text-align: justify;
  text-justify: inter-ideograph; }

.w100per {
  width: 100%; }

.fleft {
  float: left; }

.fright {
  float: right; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*==========  GENERIC  ==========*/
.centered {
  text-align: center; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

@media screen and (min-width: 769px) {
  /* setting of margin */
  .mtAuto {
    margin-top: auto !important; }
  .mrAuto {
    margin-right: auto !important; }
  .mbAuto {
    margin-bottom: auto !important; }
  .mlAuto {
    margin-left: auto !important; }
  .mt05 {
    margin-top: 5px !important; }
  .mr05 {
    margin-right: 5px !important; }
  .mb05 {
    margin-bottom: 5px !important; }
  .ml05 {
    margin-left: 5px !important; }
  .mt10 {
    margin-top: 10px !important; }
  .mr10 {
    margin-right: 10px !important; }
  .mb10 {
    margin-bottom: 10px !important; }
  .ml10 {
    margin-left: 10px !important; }
  .mt15 {
    margin-top: 15px !important; }
  .mr15 {
    margin-right: 15px !important; }
  .mb15 {
    margin-bottom: 15px !important; }
  .ml15 {
    margin-left: 15px !important; }
  .mt20 {
    margin-top: 20px !important; }
  .mr20 {
    margin-right: 20px !important; }
  .mb20 {
    margin-bottom: 20px !important; }
  .ml20 {
    margin-left: 20px !important; }
  .mt25 {
    margin-top: 25px !important; }
  .mr25 {
    margin-right: 25px !important; }
  .mb25 {
    margin-bottom: 25px !important; }
  .ml25 {
    margin-left: 25px !important; }
  .mt30 {
    margin-top: 30px !important; }
  .mr30 {
    margin-right: 30px !important; }
  .mb30 {
    margin-bottom: 30px !important; }
  .ml30 {
    margin-left: 30px !important; }
  .mt35 {
    margin-top: 35px !important; }
  .mr35 {
    margin-right: 35px !important; }
  .mb35 {
    margin-bottom: 35px !important; }
  .ml35 {
    margin-left: 35px !important; }
  .mt38 {
    margin-top: 38px !important; }
  .mr38 {
    margin-right: 38px !important; }
  .mb38 {
    margin-bottom: 38px !important; }
  .ml38 {
    margin-left: 38px !important; }
  .mt40 {
    margin-top: 40px !important; }
  .mr40 {
    margin-right: 40px !important; }
  .mb40 {
    margin-bottom: 40px !important; }
  .ml40 {
    margin-left: 40px !important; }
  .mt45 {
    margin-top: 45px !important; }
  .mr45 {
    margin-right: 45px !important; }
  .mb45 {
    margin-bottom: 45px !important; }
  .ml45 {
    margin-left: 45px !important; }
  .mt48 {
    margin-top: 48px !important; }
  .mr48 {
    margin-right: 48px !important; }
  .mb48 {
    margin-bottom: 48px !important; }
  .ml48 {
    margin-left: 48px !important; }
  .mt50 {
    margin-top: 50px !important; }
  .mr50 {
    margin-right: 50px !important; }
  .mb50 {
    margin-bottom: 50px !important; }
  .ml50 {
    margin-left: 50px !important; }
  .mt55 {
    margin-top: 55px !important; }
  .mr55 {
    margin-right: 55px !important; }
  .mb55 {
    margin-bottom: 55px !important; }
  .ml55 {
    margin-left: 55px !important; }
  .mt60 {
    margin-top: 60px !important; }
  .mr60 {
    margin-right: 60px !important; }
  .mb60 {
    margin-bottom: 60px !important; }
  .ml60 {
    margin-left: 60px !important; }
  .mt62 {
    margin-top: 62px !important; }
  .mr62 {
    margin-right: 62px !important; }
  .mb62 {
    margin-bottom: 62px !important; }
  .ml62 {
    margin-left: 62px !important; }
  .mt65 {
    margin-top: 65px !important; }
  .mr65 {
    margin-right: 65px !important; }
  .mb65 {
    margin-bottom: 65px !important; }
  .ml65 {
    margin-left: 65px !important; }
  .mt68 {
    margin-top: 68px !important; }
  .mr68 {
    margin-right: 68px !important; }
  .mb68 {
    margin-bottom: 68px !important; }
  .ml68 {
    margin-left: 68px !important; }
  .mt70 {
    margin-top: 70px !important; }
  .mr70 {
    margin-right: 70px !important; }
  .mb70 {
    margin-bottom: 70px !important; }
  .ml70 {
    margin-left: 70px !important; }
  .mt75 {
    margin-top: 75px !important; }
  .mr75 {
    margin-right: 75px !important; }
  .mb75 {
    margin-bottom: 75px !important; }
  .ml75 {
    margin-left: 75px !important; }
  .mt80 {
    margin-top: 80px !important; }
  .mr80 {
    margin-right: 80px !important; }
  .mb80 {
    margin-bottom: 80px !important; }
  .ml80 {
    margin-left: 80px !important; }
  .mt85 {
    margin-top: 85px !important; }
  .mr85 {
    margin-right: 85px !important; }
  .mb85 {
    margin-bottom: 85px !important; }
  .ml85 {
    margin-left: 85px !important; }
  .mt90 {
    margin-top: 90px !important; }
  .mr90 {
    margin-right: 90px !important; }
  .mb90 {
    margin-bottom: 90px !important; }
  .ml90 {
    margin-left: 90px !important; }
  .mt95 {
    margin-top: 95px !important; }
  .mr95 {
    margin-right: 95px !important; }
  .mb95 {
    margin-bottom: 95px !important; }
  .ml95 {
    margin-left: 95px !important; }
  .mt100 {
    margin-top: 100px !important; }
  .mr100 {
    margin-right: 100px !important; }
  .mb100 {
    margin-bottom: 100px !important; }
  .ml100 {
    margin-left: 100px !important; }
  .mt155 {
    margin-top: 155px !important; }
  .mr155 {
    margin-right: 155px !important; }
  .mb155 {
    margin-bottom: 155px !important; }
  .ml155 {
    margin-left: 155px !important; }
  /* setting of padding */
  .pt05 {
    padding-top: 5px !important; }
  .pr05 {
    padding-right: 5px !important; }
  .pb05 {
    padding-bottom: 5px !important; }
  .pl05 {
    padding-left: 5px !important; }
  .pt10 {
    padding-top: 10px !important; }
  .pr10 {
    padding-right: 10px !important; }
  .pb10 {
    padding-bottom: 10px !important; }
  .pl10 {
    padding-left: 10px !important; }
  .pt15 {
    padding-top: 15px !important; }
  .pr15 {
    padding-right: 15px !important; }
  .pb15 {
    padding-bottom: 15px !important; }
  .pl15 {
    padding-left: 15px !important; }
  .pt20 {
    padding-top: 20px !important; }
  .pr20 {
    padding-right: 20px !important; }
  .pb20 {
    padding-bottom: 20px !important; }
  .pl20 {
    padding-left: 20px !important; }
  .pt25 {
    padding-top: 25px !important; }
  .pr25 {
    padding-right: 25px !important; }
  .pb25 {
    padding-bottom: 25px !important; }
  .pl25 {
    padding-left: 25px !important; }
  .pt30 {
    padding-top: 30px !important; }
  .pr30 {
    padding-right: 30px !important; }
  .pb30 {
    padding-bottom: 30px !important; }
  .pl30 {
    padding-left: 30px !important; }
  .pt35 {
    padding-top: 35px !important; }
  .pr35 {
    padding-right: 35px !important; }
  .pb35 {
    padding-bottom: 35px !important; }
  .pl35 {
    padding-left: 35px !important; }
  .pt40 {
    padding-top: 40px !important; }
  .pr40 {
    padding-right: 40px !important; }
  .pb40 {
    padding-bottom: 40px !important; }
  .pl40 {
    padding-left: 40px !important; }
  .pt45 {
    padding-top: 45px !important; }
  .pt45 {
    padding-right: 45px !important; }
  .pb45 {
    padding-bottom: 45px !important; }
  .pl45 {
    padding-left: 45px !important; }
  .pt50 {
    padding-top: 50px !important; }
  .pr50 {
    padding-right: 50px !important; }
  .pb50 {
    padding-bottom: 50px !important; }
  .pl50 {
    padding-left: 50px !important; }
  .pt55 {
    padding-top: 55px !important; }
  .pr55 {
    padding-right: 55px !important; }
  .pb55 {
    padding-bottom: 55px !important; }
  .pl55 {
    padding-left: 55px !important; }
  .pt60 {
    padding-top: 60px !important; }
  .pr60 {
    padding-right: 60px !important; }
  .pb60 {
    padding-bottom: 60px !important; }
  .pl60 {
    padding-left: 60px !important; }
  .pt65 {
    padding-top: 65px !important; }
  .pr65 {
    padding-right: 65px !important; }
  .pb65 {
    padding-bottom: 65px !important; }
  .pl65 {
    padding-left: 65px !important; }
  .pt70 {
    padding-top: 70px !important; }
  .pr70 {
    padding-right: 70px !important; }
  .pb70 {
    padding-bottom: 70px !important; }
  .pl70 {
    padding-left: 70px !important; }
  .pt80 {
    padding-top: 80px !important; }
  .pr80 {
    padding-right: 80px !important; }
  .pb80 {
    padding-bottom: 80px !important; }
  .pl80 {
    padding-left: 80px !important; }
  .pt85 {
    padding-top: 85px !important; }
  .pr85 {
    padding-right: 85px !important; }
  .pb85 {
    padding-bottom: 85px !important; }
  .pl85 {
    padding-left: 85px !important; }
  .pt90 {
    padding-top: 90px !important; }
  .pr90 {
    padding-right: 90px !important; }
  .pb90 {
    padding-bottom: 90px !important; }
  .pl90 {
    padding-left: 90px !important; }
  .w280 {
    width: 280px !important; } }

/*
 * 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,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  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, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important; }
  a,
  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,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
 * Make html take up the entire screen
 * Then set touch-action to avoid touch delay on mobile IE
 */
html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html,
body,
button {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body,
  button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna"; } }

/*
* Make body take up the entire screen
* Remove body margin so layout containers don't cause extra overflow.
*/
body {
  width: 100%;
  min-height: 100%;
  margin: 0; }

/*
 * Main display reset for IE support.
 * Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
 */
main {
  display: block; }

li ul, li ol {
  margin: 0; }

ul, ol {
  margin: 0; }

dl {
  margin: 0; }

dd {
  margin: 0; }

li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*
* Apply no display to elements with the hidden attribute.
* IE 9 and 10 support.
*/
*[hidden] {
  display: none !important; }

@font-face {
  font-family: 'verticalYuMin';
  src: url("/assets/fonts/yu_minMidvertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'verticalhiraMin';
  src: url("/assets/fonts/hiraminW3vertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ==========  Standard Buttons  ========== */
/* LAYOUT */
/* ANIMATION */
/* GRID */
/* LETTER_SPACING */
/* COLORS */
/* Z-INDEX */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
html, body {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-weight: normal !important; }

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

/**
  * Styles for HTML elements
  */
h1, h2, h3 {
  font-family:  }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: 0.6em; }

h1 {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.1em !important; }

h2 {
  font-family: ;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em !important; }

h3 {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em !important; }

h4 {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.1em !important; }

h5 {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.1em !important; }

h6 {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em !important;
  letter-spacing: 0.1em !important; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.12em !important; }

a {
  letter-spacing: 0.12em !important;
  font-weight: normal; }

span {
  letter-spacing: 0.1em !important; }

blockquote {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.08em !important; }
  blockquote::before {
    position: absolute;
    left: -0.5em;
    content: '“'; }
  blockquote::after {
    content: '”';
    margin-left: -0.05em; }

mark {
  background-color: #f4ff81; }

dt {
  font-weight: normal; }

dd {
  font-weight: normal;
  letter-spacing: 1px; }

address {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal; }

ul, ol {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75; }

.app-bar {
  display: block;
  width: 100%;
  overflow: hidden; }
  .app-bar img {
    width: 100%; }

.app-bar-container {
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0 auto; }

.app-bar .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 148px;
  display: block; }

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }

#footer {
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif; }
  #footer .section__inner {
    height: 360px;
    text-align: center;
    position: relative;
    padding-top: 70px; }
    #footer .section__inner .contents__container {
      margin: 0 auto; }
    #footer .section__inner .address__container {
      margin-top: 37px; }
      #footer .section__inner .address__container p:nth-child(1) {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: normal; }
      #footer .section__inner .address__container p:nth-child(2) {
        font-size: 14px;
        margin-top: 3px; }
    #footer .section__inner .address-en__container {
      margin-top: 20px; }
      #footer .section__inner .address-en__container p {
        line-height: normal;
        font-size: 12px;
        letter-spacing: 0.08em !important; }

@media screen and (max-width: 768px) {
header#mainnav {
    width: 100%;
    min-width: auto;
}
  #footer {
    font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif !important; }
    #footer .section__inner {
      height: 82vw;
      text-align: center;
      position: relative;
      padding-top: 6.67vw; }
      #footer .section__inner .contents__container {
        margin: 0 auto; }
        #footer .section__inner .contents__container .logo__container {
          margin: 0 auto; }
          #footer .section__inner .contents__container .logo__container svg {
            width: 13.34vw; }
      #footer .section__inner .address__container {
        margin-top: 3.34vw; }
        #footer .section__inner .address__container p {
          font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif !important; }
          #footer .section__inner .address__container p:nth-child(1) {
            font-size: 3.2vw;
            letter-spacing: 0.08em !important;
            line-height: normal; }
          #footer .section__inner .address__container p:nth-child(2) {
            font-family: "CrimsonText", serif !important;
            font-size: 3.2vw;
            letter-spacing: 0.08em !important;
            margin-top: 0.27vw; }
      #footer .section__inner .address-en__container {
        margin-top: 4vw; }
        #footer .section__inner .address-en__container p {
          line-height: normal;
          font-size: 2.67vw;
          letter-spacing: 0.08em !important; }
      #footer .section__inner .to-page-top_container {
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 100; }
        #footer .section__inner .to-page-top_container p {
          font-family: "CrimsonText", serif !important;
          font-size: 3.2vw;
          letter-spacing: 0.1vw; }
        #footer .section__inner .to-page-top_container::after {
          content: '';
          display: block;
          width: 1px;
          height: 8vw;
          border-left: 1px solid #5d6666;
          z-index: 100;
          margin: 0 auto;
          margin-top: 1.34vw; } }

.icon {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-left--link {
  width: 30px;
  height: 30px;
  position: relative;
  border: none !important;
  background-color: #000;
  box-sizing: border-box !important; }
  .icon-chevron-left--link svg {
    top: 0;
    left: 0;
    fill: #FFF;
    transform: scaleX(-1); }

.icon-chevron-right--link {
  width: 30px;
  height: 30px;
  position: relative;
  border: none !important;
  background-color: #000;
  box-sizing: border-box !important; }
  .icon-chevron-right--link svg {
    position: absolute;
    right: 0;
    top: 0px;
    fill: #FFF; }

.icon-chevron-right--link__small {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #000; }
  .icon-chevron-right--link__small svg {
    position: absolute;
    right: 0;
    top: 0px; }

.icon-chevron-right--link--secondary, .icon-chevron-left--link--secondary {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #555555; }
  .icon-chevron-right--link--secondary img, .icon-chevron-left--link--secondary img {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 36px; }

.icon-chevron-right--link--tertiary, .icon-chevron-left--link--tertiary {
  width: 34px;
  height: 35px;
  position: relative;
  margin-left: 2px; }
  .icon-chevron-right--link--tertiary svg, .icon-chevron-left--link--tertiary svg {
    position: absolute;
    right: 0;
    top: 0; }

.icon-chevron-left--link--secondary img {
  left: auto;
  right: 0; }

.icon-chevron-left--link--tertiary img {
  left: auto;
  right: 0; }

.icon-more {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #fff; }
  .icon-more img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px; }

/**
*
* List
*
**/
ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 0; }

ul li {
    position: relative;
    padding-left: 0;
    list-style: none;
}

ol {
  counter-reset: list; }
  ol > li {
    position: relative;
    padding-left: 0; }

ul ol,
ol ul {
  padding-top: 0; }

/**
*
* Grid
*
**/
.g--full {
  margin-right: 0;
  width: 100%; }

.g--third {
  width: 33.3%; }

.g--half {
  width: 50%; }

.g-medium--last {
  margin-right: 0; }

.g-medium--last + .g-medium--half {
  clear: left; }

.g--pull-half {
  margin-right: 50%; }

.g--last {
  margin-right: 0; }

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.grid-overlay {
  font-size: 0; }
  .grid-overlay li {
    display: inline-block; }

.line {
  /*background-color: #000;*/
  /*box-sizing: border-box;*/
  /*border-top: 1px solid #FFF;*/
  border-top: 1px solid #111;
  position: absolute;
  display: inline-block;
  /*transform-origin: right bottom;*/
  transform-origin: center; }

.row {
  /*background-color: #000;*/
  /*box-sizing: border-box;*/
  /*border-top: 1px solid #FFF;*/
  border-left: 1px solid #111;
  position: absolute;
  display: inline-block;
  /*transform-origin: right bottom;*/
  transform-origin: center; }

/**
*
* Button
*
**/
/*
* PC
------------------------------- */
@media screen and (min-width: 769px) {
  .button {
    position: relative;
    cursor: pointer;
    display: inline-block; 
background: transparent !important;    
    }
    .button a, .button span, .button button {
      display: inline-block;
      width: 246px;
      border: 1px solid #5d6666;
      border-radius: 6px;
      font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.06em !important;
      text-align: center;
      padding: 18px;
      margin-bottom: 5px;
      position: relative;
      transition: transform .24s ease-out;
      cursor: pointer; }
      .button a::after, .button span::after, .button button::after {
        content: '';
        display: block;
        width: 98%;
        margin: 0 1%;
        box-sizing: border-box;
        height: 1px;
        position: absolute;
        left: 0;
        transition: transform 0.2s ease-out;
        bottom: -5px;
        border-bottom: 0px dotted #5d6666; }
    .button:hover a, .button:hover span, .button:hover button {
      transform: translate3d(0, 5px, 0); color: #e8380d; font-weight: 900;}
      .button:hover a::after, .button:hover span::after, .button:hover button::after {
        transform: scale3d(0, 1, 1); }
    .button--full a, .button--full span, .button--full button {
      width: 100%; }
    .button--half a, .button--half span, .button--half button {
      width: 50%; }
    .button--large a, .button--large span, .button--large button {
      width: 260px; }
    .button--small a, .button--small span, .button--small button {
      width: 242px; }
    .button--en a, .button--en span, .button--en button {
      font-family: "CrimsonText", serif;
      font-size: 16px; }
    .button--blank a, .button--blank span, .button--blank button {
      padding-right: 40px;
      padding-left: 40px; }
      .button--blank a svg, .button--blank span svg, .button--blank button svg {
        width: 15px;
        height: 12px;
        fill: #5d6666;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%); }
    .button--extend a, .button--extend span, .button--extend button {
      display: inline-block;
      width: auto;
      min-width: 220px; } }

/*
* SP (common)
------------------------------- */
@media screen and (max-width: 768px) {
  .button {
    width: 100%; }
    .button::after {
      content: '';
      display: block;
      clear: both; }
    .button a, .button span, .button button {
      display: inline-block;
      width: 100%;
      border: 1px solid #5d6666;
      border-radius: 1.6vw;
      font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
      font-size: 3.74vw;
      line-height: 6.4vw;
      text-align: center;
      margin-bottom: 1.34vw;
      padding: 4.54vw 2.4vw;
      position: relative; }
      .button a::after, .button span::after, .button button::after {
        content: '';
        display: block;
        width: 98%;
        margin: 0 1%;
        box-sizing: border-box;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -1.33vw;
        background: url(/assets/img/shared/border-dot_sp.png) left top repeat-x;
        background-size: 3px 1px; }
    .button--en a, .button--en span, .button--en button {
      font-family: "CrimsonText", serif;
      font-size: 4.54vw; }
    .button--blank a svg, .button--blank span svg, .button--blank button svg {
      width: 4vw;
      height: 3.2vw;
      fill: #5d6666;
      position: absolute;
      top: 50%;
      right: 5.34vw;
      transform: translateY(-50%); } }

@media screen and (min-width: 769px) {
  .section {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .section .section__inner {
      pointer-events: auto;
      position: relative;
      width: calc( 100vw - 60px); }
.page-template-other-page .section .section__inner {
    width: 100%;
}
    .section .paragraph {
      margin-left: auto;
      margin-right: auto; } }

@media screen and (max-width: 768px) {
  .section {
    position: relative;
    width: 100%;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .section::after {
      content: '';
      position: fixed;
      backface-visibility: hidden;
      transform: translateZ(0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 9999;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out; }
    .section.fadeout::after {
      opacity: 1; }
    .section .section__inner {
      width: 100%; } }

@media screen and (min-width: 769px) {
  #section--tashinamu_link {
    padding-bottom: 155px; }
    #section--tashinamu_link ul {
      display: flex;
      justify-content: space-between; }
      #section--tashinamu_link ul li {
        border: 1px solid #dedede;
        border-radius: 10px;
        width: 22%;
        text-align: center;
        transition: transform .24s ease-out; }
        #section--tashinamu_link ul li a {
          display: block;
          padding-top: 18px;
          padding-bottom: 20px;
          position: relative; }
        #section--tashinamu_link ul li::after {
          content: '';
          display: block;
          width: 93%;
          margin: 0 auto;
          text-align: center;
          box-sizing: border-box;
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -5px;
          border-top: 1px dotted #5d6666;
          transition: transform 0.2s ease-out; }
        #section--tashinamu_link ul li .img__container {
          width: 80%;
          margin: 0 auto;
          position: relative; }
          #section--tashinamu_link ul li .img__container img {
            width: 100%; }
        #section--tashinamu_link ul li .txt__container {
          margin-top: 12px; }
          #section--tashinamu_link ul li .txt__container p {
            font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
            color: #5d6666;
            font-size: 11px;
            letter-spacing: 0.2em !important; }
          #section--tashinamu_link ul li .txt__container h8 {
            font-size: 17px;
            font-weight: 600; }
        #section--tashinamu_link ul li:hover {
          transform: translate3d(0, 5px, 0); }
          #section--tashinamu_link ul li:hover::after {
            transform: scale3d(0, 1, 1); } }

@media screen and (max-width: 768px) {
  #section--tashinamu_link {
    padding-bottom: 19.34vw; }
    #section--tashinamu_link ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #section--tashinamu_link ul li {
        border: 1px solid #dedede;
        border-radius: 1.34vw;
        width: 40vw;
        text-align: center;
        margin-bottom: 8vw; }
        #section--tashinamu_link ul li a {
          display: block;
          padding-top: 4vw;
          padding-bottom: 4vw; }
        #section--tashinamu_link ul li::after {
          content: '';
          display: block;
          width: 93%;
          margin: 0 auto;
          text-align: center;
          box-sizing: border-box;
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1.33vw;
          background-image: linear-gradient(to right, #dedede, #dedede 1px, transparent 1px, transparent 0.4vw);
          background-size: 0.54vw 1px;
          background-position: top;
          background-repeat: repeat-x; }
        #section--tashinamu_link ul li .img__container {
          width: 80%;
          height: 36vw;
          position: relative;
          margin: 0 auto; }
          #section--tashinamu_link ul li .img__container img {
            width: 100%; }
        #section--tashinamu_link ul li .txt__container p {
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
          color: #5d6666;
          font-size: 2.67vw;
          line-height: 2.67vw; }
        #section--tashinamu_link ul li .txt__container h8 {
          font-size: 4vw; } }

@media screen and (min-width: 769px) {
  .box__tag {
    width: auto;
    background-color: #63af8c;
    border-radius: 3px;
    padding: 0 6px 0 6px;
    height: 20px;
    position: relative;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.15, 0.58, 0.15, 1); }
    .box__tag p {
      color: #FFF;
      font-size: 10px !important;
      font-weight: bolder !important;
      line-height: 20px; }
      .box__tag p::after {
        content: '';
        color: #FFF;
        font-size: 10px !important;
        font-weight: bolder !important;
        letter-spacing: 0;
        line-height: 0px; } }

@media screen and (max-width: 768px) {
  .box__tag {
    width: auto;
    border-radius: 0.67vw;
    height: 8vw;
    margin: 0 auto;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.15, 0.58, 0.15, 1); }
    .box__tag p {
      color: #FFF;
      font-weight: 600 !important;
      letter-spacing: 0.27vw;
      line-height: 8vw;
      padding-left: 0.67vw;
      padding-right: 0.67vw; } }

.box__tag.tag_populer p::after {
  content: '人気'; }

.box__tag.tag_gift p::after {
  content: 'ギフト'; }

.box__tag.tag_hukamushi-cha p::after {
  content: '深蒸し茶'; }

.box__tag.tag_sen-cha p::after {
  content: '抹茶入'; }

.box__tag.tag_kona-cha p::after {
  content: '粉末茶'; }

.box__tag.tag_mizudashi p::after {
  content: '水出し可'; }

.box__tag.tag_tea-bag p::after {
  content: 'ティーバッグ'; }

.box__tag.tag_populer.selected {
  background-color: #ffd900 !important;
  border: 1px solid #ffd900 !important; }

.box__tag.tag_gift.selected {
  background-color: #dddd6e !important;
  border: 1px solid #dddd6e !important; }

.box__tag.tag_hukamushi-cha.selected {
  background-color: #c1cb81 !important;
  border: 1px solid #c1cb81 !important; }

.box__tag.tag_sen-cha.selected {
  background-color: #a7d2b3 !important;
  border: 1px solid #a7d2b3 !important; }

.box__tag.tag_kona-cha.selected {
  background-color: #c0c3da !important;
  border: 1px solid #c0c3da !important; }

.box__tag.tag_mizudashi.selected {
  background-color: #b6dde3 !important;
  border: 1px solid #b6dde3 !important; }

.box__tag.tag_tea-bag.selected {
  background-color: #e1caa2 !important;
  border: 1px solid #e1caa2 !important; }

@media screen and (min-width: 769px) {
  #bread {
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    background-color: #FFF;
    margin-top: -1px; }
    #bread .section__inner {
      position: relative;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 50px;
      color: #5d6666; }
      #bread .section__inner ul {
        position: relative; }
        #bread .section__inner ul li {
          font-size: 12px;
          display: inline-block;
          vertical-align: middle; }
          #bread .section__inner ul li::before {
            content: '';
            background-image: url("/assets/img/shared/arrow_bread.svg");
            background-repeat: no-repeat;
            background-position: center;
            font-size: 15px;
            width: 6px;
            height: 10px;
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block; }
        #bread .section__inner ul .bread--home::before {
          content: '';
          background-image: url("");
          width: 0;
          height: 0;
          margin-left: 0px;
          margin-right: 10px; } }

@media screen and (max-width: 768px) {
  #bread {
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    background-color: #FFF;
    margin-top: -1px; }
    #bread .section__inner {
      position: relative;
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      padding-top: 1.74vw;
      padding-bottom: 2.14vw;
      color: #5d6666; }
      #bread .section__inner ul {
        position: relative;
        padding: 0;
        width: 88.67vw;
        margin: 0 auto !important; }
        #bread .section__inner ul li {
          font-size: 2.67vw;
          display: inline-block;
          vertical-align: middle;
          padding: 0; }
          #bread .section__inner ul li a {
            line-height: normal; }
          #bread .section__inner ul li::before {
            content: '';
            background-image: url("/assets/img/shared/arrow_bread.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 2.67vw;
            height: 2.67vw;
            margin-left: 1.34vw;
            margin-right: 1.34vw;
            display: inline-block;
            transform: translateY(0.34vw); }
        #bread .section__inner ul .bread--home::before {
          content: '';
          display: none;
          background-image: url("");
          width: 0;
          height: 0;
          margin-right: 0px;
          margin-right: 0px; } }

@media screen and (min-width: 769px) {
  .block--relish-title {
    visibility: hidden; }
  .sign--tashinamu {
    position: absolute;
    top: 0;
    right: 0; }
    .sign--tashinamu p {
      font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
      font-size: 12px;
      padding-top: 48px;
      padding-right: 20px;
      line-height: normal; }
    .sign--tashinamu span {
      position: absolute;
      height: 100%;
      width: 1px;
      top: 0;
      right: 0;
      border-right: 1px solid #5d6666;
      transform-origin: top; }
  #block--relish-title__wrapper {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 495px;
    position: relative; }
    #block--relish-title__wrapper .illust_wrapper {
      width: 50%;
      max-width: 400px;
      min-width: 300px;
      position: relative; }
      #block--relish-title__wrapper .illust_wrapper .illust_container {
        padding-top: 100px; }
        #block--relish-title__wrapper .illust_wrapper .illust_container img {
          width: 100%;
          vertical-align: bottom;
          mask-position: center;
          mask-origin: center;
          mask-mode: alpha;
          mask-repeat: no-repeat;
          mask-size: 220%; }
    #block--relish-title__wrapper .txt_wrapper {
      flex: 1; }
      #block--relish-title__wrapper .txt_wrapper .txt_container {
        margin-left: auto;
        padding-left: 10%;
        padding-top: 100px;
        text-align: left; }
        #block--relish-title__wrapper .txt_wrapper .txt_container small {
          color: #c1cb81;
          font-weight: bold; }
        #block--relish-title__wrapper .txt_wrapper .txt_container h6 {
		font-weight: 600;
          font-size: 36px;
          margin-left: -3px;
          line-height: 1.5em;
          color:#6f4332;
          white-space: nowrap; }
        #block--relish-title__wrapper .txt_wrapper .txt_container p {
          margin-top: 32px;
          line-height: 30px;
          letter-spacing: 0.18em !important; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #block--relish-title__wrapper .illust_wrapper {
      position: relative; }
      #block--relish-title__wrapper .illust_wrapper .illust_container {
        padding-top: 150px; } }
.main_slider .scroll {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  -webkit-animation: scroll_down 2s ease-in-out infinite;
  -moz-animation: scroll_down 2s ease-in-out infinite;
  animation: scroll_down 2s ease-in-out infinite;
}

.main_slider .scroll:hover {
  opacity: 0.7;
}

.main_slider .scroll img {
  width: 40px;
}
.ScrollTop {
  position: fixed;

  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
}
.ScrollTop.isActive {
  opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*animated scroll arrow animation*/

@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@-moz-keyframes scroll_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes scroll_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
.overlay h1 {
    margin: 0 0 0 0;
    font-size: 19px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 10px #000;
}
.news-title {
    text-align: center;
}
.footerNav li:nth-of-type(n+3) {
    margin-top: 22px;
}
.u-gutter {
    padding-right: 6.67vw !important;
    padding-left: 6.67vw !important;
}
  .block--relish-title {
    padding-top: 17.34vw; }
    .block--relish-title .section__inner .inner_contents:first-of-type {
    padding-left: 6.67vw;
    padding-right: 6.67vw;  }
    .block--relish-title .sign--tashinamu {
      position: relative;
      box-sizing: border-box;
      padding-top: 5.34vw;
      display: inline-block; }
      .block--relish-title .sign--tashinamu p {
        font-family: "CrimsonText", serif;
        font-size: 3.2vw;
        letter-spacing: 0.08em !important;
        line-height: normal;
        padding-left: 6.67vw;
        padding-bottom: 0.67vw;
        display: inline-block; }
      .block--relish-title .sign--tashinamu span {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #000;
        transform-origin: left; }
  #block--relish-title__wrapper {
    position: relative;
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    #block--relish-title__wrapper .illust_container {
      width: 100%;
      text-align: center;
      margin-top: 6.67vw; }
      #block--relish-title__wrapper .illust_container img {
        width: 99%;
        margin: 0 auto; }
    #block--relish-title__wrapper .txt_wrapper {
      width: 100%;
      text-align: center;
      margin-top: 6vw; }
      #block--relish-title__wrapper .txt_wrapper .txt_container {
        width: 100%; }
        #block--relish-title__wrapper .txt_wrapper .txt_container small {
          color: #c1cb81;
          font-size: 2.67vw;
          font-weight: bold; }
        #block--relish-title__wrapper .txt_wrapper .txt_container h6 {
          font-size: 7.74vw;
          line-height: 1.2em;
          letter-spacing: 0.08em !important; }
        #block--relish-title__wrapper .txt_wrapper .txt_container p {
          margin-top: 7.74vw;
          line-height: 6.94vw;
          font-size: 3.74vw;
          letter-spacing: 0.15em;
          text-align: left; } }

/*
* PC
------------------------------- */
@media screen and (min-width: 769px) {
  .section__inner {
    pointer-events: auto;
    position: relative;
    width: calc( 100vw - 60px); }
  body#page--blend #block--title__wrapper .title__container {
    min-width: 300px; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    body#page--blend #block--title__wrapper .title__container {
      min-width: 0px; } }

@media screen and (min-width: 769px) {
  #block--title__wrapper {
    width: 75%;
    min-width: 680px;
    height: 266px;
    font-size: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
    #block--title__wrapper .title__container {
      display: inline-block;
      width: 35.5%;
      height: 100%;
      vertical-align: top;
      position: relative;
      transform-origin: top; }
      #block--title__wrapper .title__container #block--title__border {
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        box-sizing: border-box;
        border-right: 1px solid #5d6666;
        transform-origin: top;
        transform: scaleY(0); }
      #block--title__wrapper .title__container .txt__container {
        position: absolute;
        top: 140px;
        width: 250px;
        left: -1%;
        margin: 0 auto;
        visibility: hidden; }
        #block--title__wrapper .title__container .txt__container h2 {
          font-size: 34px;
          letter-spacing: 5px;
          line-height: normal;
          white-space: nowrap; } }
        @media screen and (min-width: 769px) and (max-width: 1025px) {
          #block--title__wrapper .title__container .txt__container h2 {
            font-size: 24px; } }

@media screen and (min-width: 769px) {
        #block--title__wrapper .title__container .txt__container h3 {
          font-size: 16px;
          letter-spacing: 0.04em !important;
          line-height: normal;
          margin-top: 5px;
          margin-left: 3px;
          white-space: nowrap;
          font-family: "CrimsonText", serif; }
    #block--title__wrapper .title_contents__container {
      display: inline-block;
      flex: 1;
      height: 100%;
      vertical-align: top;
      position: relative;
      opacity: 0; }
  #section--box01 #block--title__wrapper {
    height: 232px; }
    #section--box01 #block--title__wrapper .txt__container {
      width: 290px; }
  #section--box01 .title_contents__container {
    margin: 0 auto;
    width: 64%;
    padding-left: 6.5%;
    padding-top: 142px; }
    #section--box01 .title_contents__container p {
      font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
      line-height: 30px;
      letter-spacing: 0.14em; } }

/*
* SP
------------------------------- */
@media screen and (max-width: 768px) {
  #block--title__wrapper {
    width: 100%;
    font-size: 0;
    position: relative; }
    #block--title__wrapper .title__container {
      width: 100%;
      height: 100%;
      position: relative;
      padding-top: 36.67vw; }
      #block--title__wrapper .title__container .txt__container {
        position: relative;
        text-align: center;
        visibility: hidden; }
        #block--title__wrapper .title__container .txt__container h2 {
          font-size: 7.47vw;
          line-height: 0;
          margin: 0 auto;
          text-align: center !important; }
          #block--title__wrapper .title__container .txt__container h2 div {
            text-align: center !important; }
        #block--title__wrapper .title__container .txt__container h3 {
          font-size: 3.34vw;
          margin-top: 6.4vw;
          line-height: normal;
          letter-spacing: 0.06em !important;
          text-align: center !important;
          font-family: "CrimsonText", serif; }
          #block--title__wrapper .title__container .txt__container h3 div {
            text-align: center !important; }
    #block--title__wrapper .title_contents__container {
      width: 100%;
      position: relative;
      opacity: 0; }
  #section--box01 p {
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    font-size: 3.74vw;
    letter-spacing: 0.18em;
    line-height: 1.9em; }
  #section--box01 .title_contents__container {
    margin: 0 auto;
    margin-top: 9.6vw; } }

@media screen and (min-width: 769px) {
  .grid__container ul {
    font-size: 0; }
    .grid__container ul li {
      display: inline-block;
      width: 29%;
      margin-right: 6.5%;
      margin-bottom: 5.95vw;
      vertical-align: top;
      outline: none !important;
      position: relative;
      transition: 0s; }
      .grid__container ul li .hover__ripple {
        position: relative;
        background-color: transparent;
        display: block; }
      .grid__container ul li .icon--like {
        position: absolute;
        bottom: 7%;
        right: 7%;
        width: 5%;
        height: 5%;
        z-index: 99;
        max-width: 30px;
        max-height: 30px;
        cursor: pointer; } }
      @media screen and (min-width: 769px) and (max-width: 1025px) {
        .grid__container ul li .icon--like {
          top: 170px;
          right: 15px;
          min-width: 15px;
          min-height: 15px; } }

@media screen and (min-width: 769px) {
        .grid__container ul li .icon--like span {
          position: absolute;
          left: 0;
          top: 0; }
        .grid__container ul li .icon--like svg {
          width: 1.33vw;
          height: 1.33vw; }
        .grid__container ul li .icon--like:hover span.icon--like__blank {
          animation: iconLikeHover 0.8s linear 0s 1; }
        .grid__container ul li .icon--like__active {
          opacity: 0;
          transition: opacity 0.5s ease; }
          .grid__container ul li .icon--like__active svg {
            fill: #dddd6e;
            fill-rule: evenodd; }
        .grid__container ul li .icon--like__blank {
          opacity: 1;
          transition: opacity 0.5s ease; }
          .grid__container ul li .icon--like__blank svg {
            fill: #dedede;
            fill-rule: evenodd; }
        .grid__container ul li .icon--like.active span.icon--like__active {
          opacity: 1; }
        .grid__container ul li .icon--like.active span.icon--like__blank {
          opacity: 0; }
      .grid__container ul li:nth-of-type(3n) {
        margin-right: 0; }
      .grid__container ul li .img__container {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .grid__container ul li .img__container img {
          width: 100%; }
      .grid__container ul li .title__container {
        padding-top: 26px;
        pointer-events: none; }
        .grid__container ul li .title__container h5 {
          font-size: 19px;
          line-height: 1.2em; }
          .grid__container ul li .title__container h5 span {
            font-size: 10px; }
        .grid__container ul li .title__container p {
          font-size: 10px;
          line-height: 14px;
          letter-spacing: 0.2em !important; }
      .grid__container ul li .info__container {
        font-family: sans-serif;
        margin-top: 16px;
        margin-bottom: 18px;
        position: relative;
        pointer-events: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .grid__container ul li .info__container .tags__wrapper {
          width: 60%;
          display: inline-block;
          vertical-align: top; }
          .grid__container ul li .info__container .tags__wrapper ul {
            font-size: 0;
            text-align: left;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            vertical-align: top;
            width: 100%; }
            .grid__container ul li .info__container .tags__wrapper ul li {
              display: inline-block;
              margin-top: 0;
              margin-bottom: 5px;
              margin-left: 0;
              margin-right: 7px;
              width: auto;
              border: none !important; }
        .grid__container ul li .info__container .price {
          display: inline-block;
          width: auto;
          vertical-align: baseline;
          padding-right: 8px;
          transform: translateY(-5px);
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif; }
          .grid__container ul li .info__container .price p {
            font-size: 13px;
            letter-spacing: 1px;
            font-weight: normal;
            line-height: 29px; } }
      @media screen and (min-width: 769px) and (max-width: 1025px) {
        .grid__container ul li .info__container .tags__wrapper {
          width: 100%;
          display: block; } }

@media screen and (min-width: 769px) {
      .grid__container ul li .description__container {
        margin-top: -10px;
        pointer-events: none; }
        .grid__container ul li .description__container p {
          font-size: 13px;
          line-height: 1.9em;
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif; }
    .grid__container ul li.selected {
      display: inline-block;
      opacity: 1;
      animation-duration: 0.3s;
      animation-name: fade-in;
      animation-fill-mode: forwards; } }

@media screen and (max-width: 768px) {
  .grid__container {
    margin: 0 auto;
    padding-top: 7.34vw;
    padding-bottom: 6.67vw; }
    .grid__container ul {
      font-size: 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .grid__container ul li {
        display: inline-block !important;
        vertical-align: top;
        width: 40vw;
        margin-bottom: 9.34vw;
        outline: none;
        box-sizing: border-box; }
        .grid__container ul li .icon--like {
          position: absolute;
          z-index: 99;
          right: 2.27vw;
          top: 33.6vw;
          width: 4.41vw;
          height: 4.41vw;
          z-index: 99;
          display: block;
          cursor: pointer; }
          .grid__container ul li .icon--like__active {
            position: absolute;
            opacity: 0;
            transition: opacity 0.5s ease; }
            .grid__container ul li .icon--like__active svg {
              fill: #c1cb81;
              fill-rule: evenodd; }
          .grid__container ul li .icon--like__blank {
            position: absolute;
            opacity: 1;
            transition: opacity 0.5s ease; }
            .grid__container ul li .icon--like__blank svg {
              fill: #dedede;
              fill-rule: evenodd; }
          .grid__container ul li .icon--like.active span.icon--like__active {
            opacity: 1; }
          .grid__container ul li .icon--like.active span.icon--like__blank {
            opacity: 0; }
        .grid__container ul li:nth-of-type(2n) {
          margin-right: 0; }
        .grid__container ul li .img__container {
          width: 100%;
          position: relative;
          overflow: hidden; }
          .grid__container ul li .img__container img {
            width: 100%; }
        .grid__container ul li .title__container {
          padding-top: 2.94vw; }
          .grid__container ul li .title__container h5 {
            font-size: 4.27vw;
            line-height: normal; }
            .grid__container ul li .title__container h5 span {
              font-size: 2.67vw; }
          .grid__container ul li .title__container p {
            font-size: 1.6vw; }
        .grid__container ul li .info__container {
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
          padding-top: 2.67vw; }
          .grid__container ul li .info__container ul {
            display: block;
            font-size: 0; }
            .grid__container ul li .info__container ul li {
              display: inline-block;
              width: auto;
              height: 4.8vw;
              padding: 0 0.67vw 0 0.67vw;
              margin-right: 1.07vw !important;
              margin-left: 0vw !important;
              margin-bottom: 1.07vw !important; }
              .grid__container ul li .info__container ul li p {
                line-height: 4.67vw;
                font-size: 2.67vw;
                letter-spacing: normal; }
          .grid__container ul li .info__container .price {
            width: auto;
            padding-top: 1.34vw; }
            .grid__container ul li .info__container .price p {
              font-size: 3.2vw;
              letter-spacing: 1px;
              font-weight: 600; }
        .grid__container ul li .description__container {
          padding-top: 1.34vw;
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif; }
          .grid__container ul li .description__container p {
            font-size: 3.2vw;
            letter-spacing: 0.27vw; } }

@font-face {
  font-family: 'verticalYuMin';
  src: url("/assets/fonts/yu_minMidvertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'verticalhiraMin';
  src: url("/assets/fonts/hiraminW3vertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ==========  Standard Buttons  ========== */
/* LAYOUT */
/* ANIMATION */
/* GRID */
/* LETTER_SPACING */
/* COLORS */
/* Z-INDEX */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
.loading-wp {
  position: fixed;
  backface-visibility: hidden;
  transform: translateZ(0);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }
  .loading-wp.loading {
    background-color: #000; }

.ieEdge .loading-wp {
  background-color: #000 !important; }

.tile {
  background-color: #000;
  /*微妙にできる隙間埋め*/
  border: 1px solid black;
  position: absolute;
  display: block;
  transform-origin: center;
  z-index: -1; }

/*発火用ボタン*/
.click {
  position: absolute;
  left: 0;
  right: 0;
  top: 90vh;
  width: 50vw;
  margin: 0 auto;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  height: 55px;
  cursor: pointer;
  z-index: 0; }

#square--container {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: 0 auto; }

.border-square--wrapper {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50vh;
  left: 0;
  right: 0;
  width: 100px;
  z-index: 10; }

.border-square {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.border-square svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dot-square--wrapper {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50vh;
  left: 0;
  right: 0;
  width: 11px;
  z-index: 10; }

.dot-square {
  position: relative;
  top: 0;
  width: 100%;
  padding-top: 100%; }

.dot-square svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#loading-rect path {
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.8, 0, 0.2, 1); }

#loading-rect.loading-rect--animated path {
  stroke-dashoffset: 0 !important; }

#loading-rect.loading-rect--animatedEnd path {
  stroke-dashoffset: 0 !important; }

.blinking {
  animation: blink 0.09s linear 0s infinite normal; }

@keyframes blink {
  0% {
    opacity: 0; }
  24% {
    opacity: 0; }
  25% {
    opacity: 1; }
  74% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*正方形SVGEND用*/
.transform {
  transform: scaleX(-1) rotate(90deg); }

@media screen and (min-width: 769px) {
  #menu {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 9998;
    font-family: "verticalYuMin", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
    backface-visibility: hidden;
    transform: translateZ(0); }
    #menu.fadeout {
      opacity: 0 !important; }
    #menu .block--inner {
      font-size: 0;
      position: relative; }
      #menu .block--inner #box__bar.fadeout {
        opacity: 0;
        transition: 0.3s ease; }
      #menu .block--inner .box__bar {
        box-sizing: border-box;
        height: 100vh;
        width: 60px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        z-index: 0; }
        #menu .block--inner .box__bar .box__inner {
          position: relative;
          width: 100%;
          height: 100%; }
          #menu .block--inner .box__bar .box__inner .box__bg_white {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background-color: #FFF;
            transition: transform 1s cubic-bezier(0.23, 0.1, 0.08, 1), opacity 1s;
            cursor: pointer;
            transform-origin: right;
            transform: scale3d(1, 1, 1); }
            #menu .block--inner .box__bar .box__inner .box__bg_white .left-border {
              width: 100%;
              height: 100%;
              position: relative; }
              #menu .block--inner .box__bar .box__inner .box__bg_white .left-border span {
                position: absolute;
                width: 1px;
                height: 100%;
                border-left: 1px solid #dedede;
                top: 0;
                left: 0;
                transform: scaleY(0);
                transform-origin: bottom;
                transition: transform 1s cubic-bezier(0.23, 0.1, 0.08, 1), opacity 1s; }
              #menu .block--inner .box__bar .box__inner .box__bg_white .left-border span.in {
                transform: scaleY(1); }
              #menu .block--inner .box__bar .box__inner .box__bg_white .left-border span.out {
                transform-origin: top;
                transform: scaleY(0); }
            #menu .block--inner .box__bar .box__inner .box__bg_white.notTouch {
              pointer-events: none !important; }
          #menu .block--inner .box__bar .box__inner .box__bg {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #101820;
            z-index: 11;
            transform-origin: bottom right;
            visibility: hidden; }
          #menu .block--inner .box__bar .box__inner .box__bg--sp {
            display: none; }
          #menu .block--inner .box__bar .box__inner .container__logo {
            display: none; }
          #menu .block--inner .box__bar .box__inner .icon__cart {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0;
            margin: 0 auto;
            width: 100%;
            height: 40px;
            z-index: 9999;
            cursor: pointer; }
            #menu .block--inner .box__bar .box__inner .icon__cart svg {
              fill: transparent;
              stroke: #000;
              stroke-width: 1px;
              transition: transform 0.5s cubic-bezier(0.12, 0.04, 0.06, 1), opacity 0.3s, stroke-dashoffset 0.5s cubic-bezier(0.12, 0.04, 0.06, 1);
              transition-delay: 0s;
              stroke-dasharray: 100;
              width: 26px;
              height: 26px;
              stroke-dashoffset: 100px;
              opacity: 0; }
              #menu .block--inner .box__bar .box__inner .icon__cart svg.in {
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1), opacity 0.3s, stroke-dashoffset 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.6s;
                stroke-dashoffset: 0px;
                opacity: 1; }
              #menu .block--inner .box__bar .box__inner .icon__cart svg.out {
                transition-delay: 0.2s;
                stroke-dasharray: 100;
                stroke-dashoffset: 100px;
                opacity: 0; }
            #menu .block--inner .box__bar .box__inner .icon__cart a {
              display: block;
              width: 100%;
              padding-top: 23px;
              padding-left: 18px;
              padding-right: 16px;
              padding-bottom: 23px; }
            #menu .block--inner .box__bar .box__inner .icon__cart:hover svg {
              animation: hoverShop 0.55s cubic-bezier(0.23, 0.1, 0.08, 1) forwards; }
          #menu .block--inner .box__bar .box__inner .icon__hamburg.sp {
            display: none; }
          #menu .block--inner .box__bar .box__inner .icon__hamburg.pc {
            position: absolute;
            top: 48.5%;
            right: 0;
            left: 0;
            margin: 0 auto;
            display: inline-block;
            pointer-events: none; }
            #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container {
              position: relative;
              width: 18px;
              height: 20px;
              box-sizing: border-box;
              display: inline-block;
              transition: all 0.6s cubic-bezier(0.12, 0.04, 0.06, 1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span {
                display: inline-block;
                box-sizing: border-box;
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #101820;
                box-sizing: border-box;
                border-radius: 2px;
                transition: 0.4s ease; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span::after {
                  content: '';
                  position: absolute;
                  top: -1px;
                  right: -2px;
                  width: calc(100% + 4px);
                  height: 4px;
                  background-color: #FFF;
                  box-sizing: content-box;
                  transform-origin: right;
                  transform: scaleX(1);
                  transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span:nth-of-type(1) {
                  top: 0; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span:nth-of-type(2) {
                  top: 9px; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span:nth-of-type(3) {
                  bottom: 0; }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.in:nth-of-type(1)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.in:nth-of-type(2)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1.1s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.in:nth-of-type(3)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1.2s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.out:nth-of-type(1)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.6s;
                transform: scaleX(1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.out:nth-of-type(2)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: .65s;
                transform: scaleX(1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.pc .icon__hamburg__container span.out:nth-of-type(3)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.7s;
                transform: scaleX(1); }
          #menu .block--inner .box__bar .box__inner .to-page-top_container {
            position: absolute;
            bottom: 0px;
            right: 0;
            left: 0;
            margin: 0 auto;
            display: inline-block; }
            #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner {
              cursor: pointer;
              opacity: 0;
              transition: transform 0.4s, opacity 0.4s;
              transform: translateY(10px);
              transform-origin: bottom;
              pointer-events: none;
              padding-top: 50px; }
              #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner p {
                font-family: "CrimsonText", serif;
                letter-spacing: 0.06em  !important;
                transform: rotate(90deg) translateY(-2px);
                transition: transform 0.4s, opacity 0.4s; }
              #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner span {
                display: inline-block;
                margin-top: 16px;
                width: 1px;
                height: 30px;
                background-color: #101820;
                transition: opacity 0.6s, transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transform-origin: bottom;
                transform: scale(1, 1); }
              #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner.visiblePageTop {
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto; }
                #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner.visiblePageTop span {
                  margin-top: 22px; }
              #menu .block--inner .box__bar .box__inner .to-page-top_container .to-page-top_inner:hover span {
                animation: hoverPagetop 0.8s ease 0s 1 normal none running; }
      #menu .block--inner #box__modal {
        position: absolute;
        top: 0;
        right: 60px;
        width: calc( 100vw - 60px);
        height: 100vh;
        box-sizing: border-box;
        z-index: 2;
        opacity: 1;
        overflow: visible;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        pointer-events: none;
        animation: display 1s linear 0s normal forwards; }
        #menu .block--inner #box__modal.fadeout {
          opacity: 0 !important; }
        #menu .block--inner #box__modal .box__inner {
          position: relative;
          width: 100%;
          height: 100%;
          opacity: 1;
          pointer-events: none; }
        #menu .block--inner #box__modal .box__bg {
          position: absolute;
          top: 0;
          right: 0;
          background-color: #FFF;
          height: 100%;
          width: 0;
          opacity: 1 !important;
          visibility: visible !important; }
        #menu .block--inner #box__modal .box__inner__container {
          width: 100%;
          height: 100%;
          display: inline-block;
          pointer-events: none; }
        #menu .block--inner #box__modal .visible {
          opacity: 1 !important;
          visibility: visible !important; }
        #menu .block--inner #box__modal .modalOpen {
          width: 100%; }
        #menu .block--inner #box__modal .container__modal-logo {
          position: absolute;
          text-align: center;
          top: 40px;
          left: 40px;
          margin: 0 auto;
          width: 190px;
          opacity: 0;
          transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
        #menu .block--inner #box__modal .container__online_shop {
          position: absolute;
          top: 22px;
          right: -9px;
          opacity: 0;
          transition: 0.8s;
          transform: translate3d(10px, 0, 0); }
          #menu .block--inner #box__modal .container__online_shop p {
            font-size: 14px;
            letter-spacing: 0.5px; }
        #menu .block--inner #box__modal .container__lang {
          position: absolute;
          text-align: center;
          top: 89vh;
          left: 40px;
          opacity: 0;
          transform: translateY(5px);
          transition: transform 0.6s ease, opacity 0.6s ease;
          display: flex; }
          #menu .block--inner #box__modal .container__lang p {
            font-size: 15px;
            letter-spacing: 1px; }
          #menu .block--inner #box__modal .container__lang .lang--slash {
            margin: 0 5px;
            pointer-events: none; }
          #menu .block--inner #box__modal .container__lang .lang-button {
            position: relative;
            cursor: pointer !important;
            transition: opacity 0.6s ease; }
            #menu .block--inner #box__modal .container__lang .lang-button span {
              position: absolute;
              bottom: 5px;
              left: -1px;
              margin: 0 auto;
              width: 100%;
              display: inline-block;
              border-top: 1px solid #5d6666;
              transform-origin: right;
              pointer-events: none; }
            #menu .block--inner #box__modal .container__lang .lang-button.is-active {
              opacity: 0.6;
              pointer-events: none; }
              #menu .block--inner #box__modal .container__lang .lang-button.is-active span {
                display: none; }
            #menu .block--inner #box__modal .container__lang .lang-button:hover span {
              animation: hoverMenu 0.5s ease 0s 1 normal none running; }
        #menu .block--inner #box__modal .container__copy-right {
          position: absolute;
          text-align: center;
          top: 90vh;
          right: 0;
          left: 60px;
          margin: 0 auto;
          opacity: 0;
          transform: translateY(5px);
          transition: transform 0.6s ease, opacity 0.6s ease; }
          #menu .block--inner #box__modal .container__copy-right p {
            font-size: 12px;
            letter-spacing: 1px; }
        #menu .block--inner #box__modal .container__menu {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          position: absolute;
          top: 36.8%;
          right: 0;
          left: 60px;
          margin: 0 auto;
          display: block;
          pointer-events: none;
          width: 600px; }
          #menu .block--inner #box__modal .container__menu ul {
            padding: 0;
            display: block;
            height: 180px;
            margin: 0 auto;
            width: 100%;
            vertical-align: middle; }
            #menu .block--inner #box__modal .container__menu ul li {
              display: inline-block;
              vertical-align: middle;
              position: relative;
              z-index: 0;
              font-size: 16px;
              transform-origin: center;
              overflow: hidden;
              visibility: hidden;
              height: 100%; }
              #menu .block--inner #box__modal .container__menu ul li a {
                position: relative;
                padding: 0 30px 16px 30px;
                z-index: 1;
                display: inline-block;
                height: 100%;
                transition: opacity 0.6s; }
                #menu .block--inner #box__modal .container__menu ul li a span {
                  position: absolute;
                  top: 1px;
                  left: 0;
                  right: 0;
                  margin: 0 auto;
                  width: 20%;
                  display: inline-block;
                  border-top: 1px solid #5d6666;
                  transform-origin: right; }
                #menu .block--inner #box__modal .container__menu ul li a img {
                  display: block;
                  margin: 0 auto;
                  margin-top: 30px; }
                #menu .block--inner #box__modal .container__menu ul li a p {
                  margin-top: 18px; }
                #menu .block--inner #box__modal .container__menu ul li a.-not-selected {
                  opacity: 0.3 !important; }
              #menu .block--inner #box__modal .container__menu ul li:hover span {
                animation: hoverMenu 0.5s ease 0s 1 normal none running; }
  #menu.open .box__bar .box__inner .icon__cart a:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 70px;
    display: block;
    top: 0;
    left: -100px;
    cursor: pointer; }
  #menu.open .box__bar .box__inner .box__bg_white {
    transition: transform 2s cubic-bezier(0.15, 0.04, 0.1, 1), opacity 1s;
    opacity: 0;
    transform: scale3d(20, 1, 1); }
    #menu.open .box__bar .box__inner .box__bg_white span.in {
      opacity: 0; }
  #menu.open .box__bar .box__inner .box__bg_white:hover ~ .icon__hamburg.pc span:nth-of-type(1)::after {
    animation: hoverHamberg 0.4s ease 0s 1 normal none running; }
  #menu.open .box__bar .box__inner .box__bg_white:hover ~ .icon__hamburg.pc span:nth-of-type(2)::after {
    animation: hoverHamberg 0.4s ease 0.1s 1 normal none running; }
  #menu.open .box__bar .box__inner .box__bg_white:hover ~ .icon__hamburg.pc span:nth-of-type(3)::after {
    animation: hoverHamberg 0.4s ease 0.2s 1 normal none running; }
  #menu.open #box__modal {
    pointer-events: auto;
    display: block; }
  #menu.open #box__modal .container__online_shop {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  #menu.open .icon__hamburg__container {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.6s cubic-bezier(0.12, 0.04, 0.06, 1); }
    #menu.open .icon__hamburg__container span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate3d(0, 0, 1, 45deg);
      transform: translateY(9px) rotate3d(0, 0, 1, 45deg);
      animation: none; }
    #menu.open .icon__hamburg__container span:nth-of-type(2) {
      -webkit-transform: translateY(0) rotate(0, 0, 1, -45deg);
      transform: translateY(0) rotate3d(0, 0, 1, -45deg);
      animation: none; }
    #menu.open .icon__hamburg__container span:nth-of-type(3) {
      opacity: 0;
      transform: translateY(-9px); }
  #menu.open #box__modal .container__copy-right {
    transform: translateY(0);
    opacity: 1; }
  #menu.open #box__modal .container__lang {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1; }
  #menu.open #box__modal .container__menu {
    pointer-events: auto !important; }
  #menu.open + #page--absolute_logo svg > g > g:nth-of-type(1) {
    opacity: 1;
    pointer-events: auto; } }

@media screen and (max-width: 768px) {
  #menu {
    position: fixed;
    height: 17.34vw;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    font-family: "verticalYuMin", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
    pointer-events: none; }
    #menu .block--inner {
      font-size: 0;
      position: relative;
      height: 100%; }
      #menu .block--inner .box__bar {
        box-sizing: border-box;
        height: 17.34vw;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 0;
        pointer-events: auto; }
        #menu .block--inner .box__bar .box__inner {
          position: relative;
          width: 100%;
          height: 100%; }
          #menu .block--inner .box__bar .box__inner .box__bg {
            display: none; }
          #menu .block--inner .box__bar .box__inner .box__bg--sp {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #101820;
            z-index: 11;
            transform-origin: left top;
            visibility: hidden; }
          #menu .block--inner .box__bar .box__inner .box__bg_white {
            width: 100%;
            height: 100%;
            background-color: #FFF;
            transition: opacity 0.8s, transform 0.8s cubic-bezier(0.15, 0.04, 0.1, 1), height 0.8s cubic-bezier(0.15, 0.04, 0.1, 1);
            pointer-events: none; }
          #menu .block--inner .box__bar .box__inner .wrapper__loading-logo-sp {
            position: absolute;
            top: 0;
            left: 4.27vw;
            width: 35.39vw;
            height: 100%; }
            #menu .block--inner .box__bar .box__inner .wrapper__loading-logo-sp h1 {
              width: 100%;
              height: 100%;
              padding: 0;
              margin: 0; }
              #menu .block--inner .box__bar .box__inner .wrapper__loading-logo-sp h1 a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 0;
                margin: 0; }
          #menu .block--inner .box__bar .box__inner .icon__cart {
            position: absolute;
            top: 50%;
            right: 16vw;
            left: auto;
            margin: 0 auto;
            width: 6vw;
            transform: translateY(-50%); }
            #menu .block--inner .box__bar .box__inner .icon__cart svg {
              fill: transparent;
              stroke: #000;
              stroke-width: 1px;
              transition: transform 0.5s cubic-bezier(0.12, 0.04, 0.06, 1), opacity 0.3s, stroke-dashoffset 0.5s cubic-bezier(0.12, 0.04, 0.06, 1);
              transition-delay: 0s;
              stroke-dasharray: 100;
              stroke-dashoffset: 100px;
              opacity: 0; }
              #menu .block--inner .box__bar .box__inner .icon__cart svg.in {
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1), opacity 0.3s, stroke-dashoffset 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.6s;
                stroke-dashoffset: 0px;
                opacity: 1; }
              #menu .block--inner .box__bar .box__inner .icon__cart svg.out {
                transition-delay: 0.2s;
                stroke-dasharray: 100;
                stroke-dashoffset: 100px;
                opacity: 0; }
          #menu .block--inner .box__bar .box__inner .icon__hamburg.pc {
            display: none; }
          #menu .block--inner .box__bar .box__inner .icon__hamburg.sp {
            display: block;
            position: absolute;
            top: 50%;
            left: auto;
            right: 5.34vw;
            margin: 0 auto;
            transform: translateY(-50%);
            width: 5.34vw;
            height: 4.8vw; }
            #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container {
              position: relative;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              display: inline-block;
              transition: all 0.6s cubic-bezier(0, 0.8, 0.5, 1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span {
                display: inline-block;
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #000;
                border-radius: 1px;
                transform-origin: center;
                box-sizing: border-box;
                transition: transform 0.6s; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span::after {
                  content: '';
                  position: absolute;
                  top: -1px;
                  right: -1px;
                  width: 105%;
                  height: 4px;
                  background-color: #FFF;
                  box-sizing: content-box;
                  transform-origin: right;
                  transform: scaleX(1);
                  transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span:nth-of-type(1) {
                  top: 0; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span:nth-of-type(2) {
                  top: 2.14vw;
                  opacity: 1; }
                #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span:nth-of-type(3) {
                  top: 4.27vw; }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.in:nth-of-type(1)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.in:nth-of-type(2)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1.1s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.in:nth-of-type(3)::after {
                transform-origin: right;
                transition: transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 1.2s;
                transform: scaleX(0); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.out:nth-of-type(1)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.6s;
                transform: scaleX(1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.out:nth-of-type(2)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.65s;
                transform: scaleX(1); }
              #menu .block--inner .box__bar .box__inner .icon__hamburg.sp .icon__hamburg__container span.out:nth-of-type(3)::after {
                transform-origin: left !important;
                transition: transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
                transition-delay: 0.7s;
                transform: scaleX(1); }
      #menu .block--inner #box__modal {
        position: fixed;
        display: block;
        top: 17.34vw;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 17.34vw);
        box-sizing: border-box;
        z-index: 9999;
        opacity: 1;
        overflow: visible;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s;
        backface-visibility: hidden;
        transform: translateZ(0);
        animation: display 1s linear 0s normal forwards; }
        #menu .block--inner #box__modal.fadeout {
          opacity: 0 !important; }
        #menu .block--inner #box__modal .box__inner {
          position: relative;
          width: 100%;
          height: 100%;
          min-height: 100vw;
          opacity: 1;
          transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1);
          padding: 0 50px 0 50px !important; }
        #menu .block--inner #box__modal .box__bg {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background-color: #FFF;
          height: 0;
          width: 100%; }
        #menu .block--inner #box__modal .visible {
          opacity: 1;
          visibility: visible !important; }
        #menu .block--inner #box__modal .container__online_shop {
          display: none; }
        #menu .block--inner #box__modal .container__lang {
          position: absolute;
          text-align: center;
          bottom: 6vh;
          left: 5.34vw;
          opacity: 0;
          transform: translateY(-3vw);
          transition: transform 0.4s ease-out, opacity 0.4s;
          display: flex; }
          #menu .block--inner #box__modal .container__lang p {
            font-size: 3.2vw;
            letter-spacing: 0.11vw; }
          #menu .block--inner #box__modal .container__lang .lang--slash {
            margin: 0 5px;
            pointer-events: none; }
          #menu .block--inner #box__modal .container__lang .lang-button {
            position: relative;
            cursor: pointer !important;
            transition: opacity 0.4s ease; }
            #menu .block--inner #box__modal .container__lang .lang-button span {
              position: absolute;
              bottom: 2px;
              left: -1px;
              margin: 0 auto;
              width: 100%;
              display: inline-block;
              border-top: 1px solid #5d6666;
              transform-origin: right;
              pointer-events: none; }
            #menu .block--inner #box__modal .container__lang .lang-button.is-active {
              opacity: 0.6;
              pointer-events: none; }
              #menu .block--inner #box__modal .container__lang .lang-button.is-active span {
                display: none; }
        #menu .block--inner #box__modal .container__copy-right {
          position: absolute;
          text-align: center;
          bottom: 6vh;
          right: 5.34vw;
          margin: 0 auto;
          opacity: 0;
          transform: translateY(-3vw);
          transition: transform 0.4s ease-out, opacity 0.4s; }
          #menu .block--inner #box__modal .container__copy-right p {
            font-size: 3.2vw;
            letter-spacing: 0.11vw; }
        #menu .block--inner #box__modal .container__menu {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          position: absolute;
          width: 85.34vw;
          top: 50%;
          vertical-align: middle;
          margin: 0 auto;
          left: 0;
          right: 0;
          transform: translateY(-50%); }
          #menu .block--inner #box__modal .container__menu ul {
            padding: 0;
            margin: 0 auto;
            width: 100%;
            display: flex;
            flex-direction: column-reverse;
            flex-wrap: wrap;
            justify-content: center;
            transform: translateX(-1.33vw);
            height: 93.34vw;
            max-height: 500px; }
            #menu .block--inner #box__modal .container__menu ul li {
              margin: 0 5.34vw;
              line-height: normal;
              font-size: 3.47vw;
              letter-spacing: normal;
              height: 40vw;
              max-height: 200px;
              margin-bottom: 5.34vw;
              backface-visibility: hidden;
              visibility: hidden; }
              #menu .block--inner #box__modal .container__menu ul li a {
                display: inline-block; }
                #menu .block--inner #box__modal .container__menu ul li a span {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  margin: 0 auto;
                  width: 80%;
                  max-width: 18px;
                  display: block;
                  border-top: 1px solid #5d6666;
                  transform-origin: left; }
                #menu .block--inner #box__modal .container__menu ul li a img {
                  display: block;
                  margin-top: 6vw;
                  margin-left: -0.26vw !important;
                  width: 3.47vw;
                  max-width: 18px; }
                #menu .block--inner #box__modal .container__menu ul li a p {
                  margin-top: 6vw;
                  margin-left: -0.66vw !important;
                  letter-spacing: 0.27vw;
                  font-size: 3.47vw;
                  line-height: 0;
                  display: block;
                  display: inline-block;
                  text-align: center; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(1) {
                order: 9; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(2) {
                order: 8; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(3) {
                order: 7; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(4) {
                order: 6; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(5) {
                order: 5; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(6) {
                order: 4; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(7) {
                order: 3; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(8) {
                order: 2; }
              #menu .block--inner #box__modal .container__menu ul li:nth-child(9) {
                order: 1; }
        #menu .block--inner #box__modal .icon__close {
          display: none; }
  #menu.open .block--inner .box__bar .box__bg_white {
    height: 100vh; }
  #menu.open .icon__hamburg__container {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    #menu.open .icon__hamburg__container span:nth-of-type(1) {
      -webkit-transform: translateY(2.27vw) rotate(45deg);
      transform: translateY(2.27vw) rotate(45deg); }
    #menu.open .icon__hamburg__container span:nth-of-type(2) {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }
    #menu.open .icon__hamburg__container span:nth-of-type(3) {
      opacity: 0;
      transform: translateY(-2.13vw); }
  #menu.open #box__modal {
    pointer-events: auto;
    display: block; }
  #menu.open #box__modal .container__copy-right {
    opacity: 1;
    transform: translateY(0); }
  #menu.open #box__modal .container__lang {
    opacity: 1;
    transform: translateY(0); } }

.js-visible {
  opacity: 0; }

@keyframes display {
  0% {
    display: block; }
  99% {
    display: block; }
  100% {
    display: none; } }

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg); }
  50% {
    transform: translateY(9px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg); }
  50% {
    transform: translateY(-9px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(9px) rotate(0); }
  100% {
    transform: translateY(9px) rotate(45deg); } }

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-9px) rotate(0); }
  100% {
    transform: translateY(-9px) rotate(-45deg); } }

@keyframes sp_menu-bar01 {
  0% {
    transform: translateY(2.14vw) rotate(45deg); }
  50% {
    transform: translateY(2.14vw) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes sp_menu-bar02 {
  0% {
    transform: translateY(-2.13vw) rotate(-45deg); }
  50% {
    transform: translateY(-2.13vw) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes sp_active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(2.14vw) rotate(0); }
  100% {
    transform: translateY(2.14vw) rotate(45deg); } }

@keyframes sp_active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-2.13vw) rotate(0); }
  100% {
    transform: translateY(-2.13vw) rotate(-45deg); } }

@keyframes hoverMenu {
  0% {
    transform-origin: right;
    transform: scaleX(1); }
  29% {
    transform: scaleX(0);
    transform-origin: right; }
  30% {
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }

@keyframes hoverCartMask {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  29% {
    transform: scaleX(1);
    transform-origin: right; }
  30% {
    transform-origin: left; }
  100% {
    transform: scaleX(0);
    transform-origin: left; } }

@keyframes hoverCart {
  0% {
    transform: translateX(0px);
    opacity: 1; }
  29% {
    transform: translateX(-6px);
    opacity: 0; }
  30% {
    transform: translateX(6px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }

@keyframes hoverHamberg {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  29% {
    transform: scaleX(1);
    transform-origin: right; }
  30% {
    transform-origin: left;
    transform: scaleX(1); }
  100% {
    transform: scaleX(0);
    transform-origin: left; } }

@keyframes hoverPagetop {
  0% {
    transform-origin: top;
    transform: scaleY(1); }
  29% {
    transform: scaleY(0);
    transform-origin: top; }
  30% {
    transform-origin: bottom; }
  100% {
    transform: scaleY(1);
    transform-origin: bottom; } }

@keyframes hoverHam01 {
  0% {
    transform: translateY(9px) rotate(45deg) scaleX(1); }
  49% {
    transform: translateY(9px) rotate(45deg) scaleX(0);
    transform-origin: right; }
  50% {
    transform-origin: left; }
  100% {
    transform: translateY(9px) rotate(45deg) scaleX(1); } }

@keyframes hoverHam02 {
  0% {
    transform: translateY(0) rotate(-45deg) scaleX(1); }
  49% {
    transform: translateY(0) rotate(-45deg) scaleX(0);
    transform-origin: right; }
  50% {
    transform-origin: left; }
  100% {
    transform: translateY(0) rotate(-45deg) scaleX(1); } }

@keyframes hoverShop {
  0% {
    stroke-dasharray: 100 100;
    stroke-dashoffset: 0; }
  29.9% {
    stroke-dasharray: 0 100;
    stroke-dashoffset: 0;
    opacity: 1; }
  30% {
    stroke-dasharray: 0 100;
    stroke-dashoffset: 0;
    opacity: 0; }
  30.1% {
    stroke-dasharray: 100 100;
    opacity: 0;
    stroke-dashoffset: -100; }
  30.2% {
    opacity: 1;
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 0; } }

/*
* PC
------------------------------- */
@media screen and (min-width: 769px) {
  a.link--text {
    display: inline-block;
    margin-bottom: 15px;
    color: #63af8c;
    text-decoration: underline;
    word-break: break-all;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
    a.link--text__blank {
      display: inline-block;
      margin-bottom: 15px;
      color: #63af8c;
      text-decoration: underline;
      word-break: break-all;
      transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
      a.link--text__blank svg {
        position: relative;
        top: -2px;
        width: 15px;
        height: 12px;
        margin-left: 7px;
        fill: #63af8c;
        transition: opacity 0.3s, transform 0.3s cubic-bezier(0.12, 0.04, 0.06, 1); }
    a.link--text:hover {
      color: #c1cb81 !important; }
    a.link--text__blank:hover {
      color: #c1cb81 !important; }
      a.link--text__blank:hover svg {
        fill: #c1cb81 !important; } }

/*
* SP
------------------------------- */
@media screen and (max-width: 768px) {
  a.link--text {
    display: inline-block;
    margin-bottom: 5.34vw;
    color: #63af8c;
    text-decoration: underline;
    word-break: break-all; }
    a.link--text__blank {
      display: inline-block;
      margin-bottom: 5.34vw;
      color: #63af8c;
      text-decoration: underline;
      word-break: break-all; }
      a.link--text__blank svg {
        position: relative;
        top: -0.4vw;
        width: 4vw;
        height: 3.2vw;
        margin-left: 1.34vw;
        fill: #63af8c; } }

/**
 * container
 */
.svg-filters {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden; }

.font_en {
  font-family: "CrimsonText", serif !important; }

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #101820;
  font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
  background-color: #FFF;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  text-orientation: upright; }

body {
  background-position: center; }

section {
  position: relative;
  z-index: 1; }

/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px; }

*,
*::before,
*::after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  align-items: center; }

main {
  margin: 0 auto;
  /* Height of the header */
  min-height: 100%; }

.hide--any {
  display: none !important; }

.media-queries {
  display: none; }

@media screen and (min-width: 769px) {
  html, body {
    font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif; }
  #transition-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9800;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    backface-visibility: hidden;
    transform: translateZ(0); }
    #transition-wrapper.fadeout {
      opacity: 1; }
  .hover__ripple .img__container {
    position: relative;
    overflow: hidden;
    height: auto; }
    .hover__ripple .img__container img {
      position: relative;
      z-index: 2;
      width: 100%; }
    .hover__ripple .img__container canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      z-index: 1; }
.page-id-142 .inner_contents, .page-id-3 .inner_contents,.page-id-145 .inner_contents, .page-id-2 .inner_contents, .post-template-default .inner_contents, .page-id-919 .inner_contents {
    max-width: 960px;
}
  .inner_contents {
    width: 75%;
    min-width: 680px;
    margin: 0 auto;
    position: relative;
    max-width: 1600px; }
  .container {
    position: relative;
    width: 960px;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
  .media-queries {
    font-family: 'pc'; }
  .hide--sp {
    display: none !important; }
  #page--absolute_logo {
    width: 200px;
    height: 100px;
    position: fixed;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin: 0 auto;
    text-align: center;
    top: 15px;
    left: 35px;
    z-index: 9999;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #page--absolute_logo svg > g > g:nth-of-type(1) {
      opacity: 0;
      transition: opacity 0.6s, transform 0.6s cubic-bezier(0.12, 0.04, 0.06, 1);
      pointer-events: none; }
    #page--absolute_logo.fadeout {
      opacity: 0 !important; }
    #page--absolute_logo a {
      display: block;
      width: 100%;
      height: 100%; }

  .hide__loading {
    opacity: 1; }
  .js-paragraph .js-img {
    transition: opacity 1.5s, transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), filter 1s linear;
    overflow: hidden !important;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateZ(0); }
  .js-paragraph .js-txt {
    z-index: 99; }
    .js-paragraph .js-txt small {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
    .js-paragraph .js-txt h6 {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
      .js-paragraph .js-txt h6 .border {
        transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
    .js-paragraph .js-txt h3 {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
      .js-paragraph .js-txt h3 .border {
        transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
    .js-paragraph .js-txt h4 {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
    .js-paragraph .js-txt h5 {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s; }
    .js-paragraph .js-txt p {
      transition: transform 1.5s cubic-bezier(0.15, 0.58, 0.15, 1), opacity 1.5s;
      transition-delay: 0.2s; }
  .js-paragraph.hiddenSec {
    backface-visibility: hidden; }
    .js-paragraph.hiddenSec .js-img {
      opacity: 0;
      transform: scale3d(1.2, 1.2, 1) translateZ(0); }
    .js-paragraph.hiddenSec .js-txt {
      backface-visibility: hidden; }
      .js-paragraph.hiddenSec .js-txt small {
        opacity: 0;
        backface-visibility: hidden; }
      .js-paragraph.hiddenSec .js-txt h6 {
        opacity: 0;
        backface-visibility: hidden; }
        .js-paragraph.hiddenSec .js-txt h6 .border {
          transform: scaleX(0); }
      .js-paragraph.hiddenSec .js-txt h3 {
        opacity: 0;
        backface-visibility: hidden; }
      .js-paragraph.hiddenSec .js-txt h4 {
        opacity: 0;
        backface-visibility: hidden; }
      .js-paragraph.hiddenSec .js-txt h5 {
        opacity: 0;
        backface-visibility: hidden; }
      .js-paragraph.hiddenSec .js-txt p {
        opacity: 0;
        transform: translateX(20px);
        backface-visibility: hidden; } }

@media screen and (max-width: 768px) {
.newsModule .subContent {
    margin: 0 -15px;
    padding: 15px;
    background: url(../img/common/bg.jpg) repeat center;
        background-size: auto;
    background-size: auto;
}
.newsModule .mainContent {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 98 !important;
    height: 65px !important;
    color: #fff !important;
}
header.woocommerce-products-header {
    position: inherit !important;
    height: auto !important;
}
header.active {
    height: 100vh !important; 
    margin-bottom: 100px !important;        
}
#mainContents {
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
main.center {
    display: block;
    position: relative;
    float: right;
    width: 100% !important;
}
header#mainnav {
    position: fixed;
    top: 0;
    right: calc(100% );
    background: #3e603b;
    width: 25%;
    min-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 1001;
    cursor: pointer;
overflow: scroll;
}
.page-template-other-page .entry-content {
	display: block
}

  html, body {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif; }
  .js-paragraph .js-img img {
    transform: translate3d(0, 0, 0) !important; }
  #transition-wrapper {
    position: fixed;
    top: 17.34vw;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9800;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
    backface-visibility: hidden;
    transform: translateZ(0); }
    #transition-wrapper.fadeout {
      opacity: 1;
      transition: opacity 0.3s ease; }
  .hover__ripple .img__container {
    opacity: 1 !important; }
    .hover__ripple .img__container img {
      opacity: 1 !important; }
    .hover__ripple .img__container canvas {
      display: none !important; }
  #page--absolute_logo {
    display: none; }
  .inner_contents {
    padding-left: 6.67vw;
    padding-right: 6.67vw;
    position: relative; }
  .post-type-archive-product .inner_contents {
	margin: 0 auto;
    padding-left: 0vw;
    padding-right: 0vw;
    position: relative; }
  .media-queries {
    font-family: 'sp'; }
  .hide--pc {
    display: none !important; }
  .hide--sp {
    display: block !important; }
  .section {
    opacity: ; }
  .hide__loading {
    opacity: 1; } }

@keyframes iconLikeHover {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 0%); }
  30% {
    transform: scale(1.2, 1.2) translate(0%, 0%); }
  50% {
    transform: scale(0.8, 0.8) translate(0%, 0%); }
  70% {
    transform: scale(1.05, 1.05) translate(0%, 0%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%); }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%); }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  20% {
    transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%); }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%); }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%); }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%); }
  80% {
    transform: scale(1, 1) translate(0%, 0%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }


@charset "UTF-8";
@font-face {
  font-family: 'verticalYuMin';
  src: url("/assets/fonts/yu_minMidvertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'verticalhiraMin';
  src: url("/assets/fonts/hiraminW3vertical.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CrimsonText';
  src: url("/assets/fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ==========  Standard Buttons  ========== */
/* LAYOUT */
/* ANIMATION */
/* GRID */
/* LETTER_SPACING */
/* COLORS */
/* Z-INDEX */
/* Typography */
/* Shadows */
/* Animations */
/* Dialog */
/*
* PC・SP 共通
------------------------------- */
.page-template-other-page {
  background-color: #fff; }

/*
* PC (page--contact only)
------------------------------- */
@media screen and (min-width: 769px) {
  .page-template-other-page #flashMessage {
    padding: 1.5em;
    margin: 0 auto 4em !important;
    color: #ef6137;
    font-weight: normal;
    border: 2px solid #EBB9A6;
    font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 1.7; }
  .page-template-other-page .error-message {
    color: #ef6137;
    background: none;
    margin-top: 0.7em;
    padding-left: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif; }
  .page-template-other-page .grid__container {
    width: 100%;
    margin: 0 auto; }
  .page-template-other-page #section--box02 {
    padding: 80px 0; }
  .page-template-other-page dl.form--group {
    width: 100%;
    display: flex;
    margin-bottom: 40px; }
    .page-template-other-page dl.form--group dt {
      width: 35.5%; }
      .page-template-other-page dl.form--group dt p {
        font-size: 20px;
        letter-spacing: 0.08em !important; }
span.tag--required {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
    top: -3px;
    margin-left: 5px;
    border-radius: 3px;
    background-color: #ffd900;
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    font-weight: 900;
}
.button {
    background-color: transparent !important;
    }
    .page-template-other-page dl.form--group dd {
      width: 64.5%; }
      .page-template-other-page dl.form--group dd input,
      .page-template-other-page dl.form--group dd textarea {
        width: 100%;
        padding: 18px 20px;
        border: 1px solid #dedede;
        background-color: #fafbfb;
        border-radius: 6px;
        font-size: 14px;
        letter-spacing: 0.08em !important; }
        .page-template-other-page dl.form--group dd input.error,
        .page-template-other-page dl.form--group dd textarea.error {
          background-color: #f2dad2; }
      .page-template-other-page dl.form--group dd textarea {
        height: 200px; }
  .page-template-other-page .submit__container {
    padding-left: 35.5%;
    display: table;
    width: 100%;
    box-sizing: border-box; }
    .page-template-other-page .submit__container .submit__text {
      display: table-cell;
      padding-right: 10px;
      width: auto;
      vertical-align: middle; }
      .page-template-other-page .submit__container .submit__text p {
        font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.08em !important; }
    .page-template-other-page .submit__container .button__block {
      display: table-cell;
      width: 226px; }
      .page-template-other-page .submit__container .button__block .button {
        display: block; }
      .page-template-other-page .submit__container .button__block button {
        background-color: #fff; }
  .page-template-other-page #section--box01 {
    padding-bottom: 0px; }
  .page-template-other-page .no-block--title {
    margin-top: 150px; }
    .page-template-other-page .no-block--title--head__ttl {
      text-align: center;
      font-size: 34px;
      line-height: 54px;
      letter-spacing: 0.06em !important; }
    .page-template-other-page .no-block--title--head p.lead__text {
      margin: 40px 0;
      text-align: center;
      font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
      font-size: 14px;
      line-height: 30px;
      font-weight: normal;
      letter-spacing: 0.08em !important; } }
span.js-required-item {
    font-size: 20px;
    letter-spacing: .08em !important;
font-family: "凸版文久明朝 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", serif;
}
.button .button, .button span {
    width: 246px;
    border: 1px solid #5d6666;
    border-radius: 6px;
    font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .06em !important;
    text-align: center;
    padding: 18px;
    margin-bottom: 5px;
    transition: transform .24s ease-out;
}
.button .button:hover {
    transform: translate3d(0, 5px, 0);
}
.button .button::after {
    content: '';
    display: block;
    width: 98%;
    margin: 0 1%;
    box-sizing: border-box;
    height: 1px;
    position: absolute;
    left: 0;
    transition: transform 0.2s ease-out;
    bottom: -5px;
    border-bottom: 1px dotted #5d6666;
}

.other-page-sub-title {
	text-align: center; 
}
/*
* SP (page--contact only)
------------------------------- */
@media screen and (max-width: 768px) {
  .page-template-other-page .grid__container {
    margin: 0;
}
p.other-page-sub-title {
	text-align: left; 
	padding-bottom: 20px !important;
	display: block;
}
  .page-template-other-page #flashMessage {
    padding: 1.5em;
    margin: 0 auto 4em !important;
    color: #ef6137;
    font-weight: normal;
    border: 2px solid #EBB9A6;
    font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 1.7; }
  .page-template-other-page .error-message {
    color: #ef6137;
    background: none;
    margin-top: 0.7em;
    padding-left: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif; }
.page-template-other-page #section--box02 {
    padding-top: 0vw !important;
    padding-bottom: 0vw;
    margin-top: 0 !important;
}
span.js-required-item {
    font-size: 20px;
    letter-spacing: .08em !important;
}
  .page-template-other-page .submit__text p {
    margin-bottom: 30px;
    font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
    font-size: 3.74vw;
    line-height: 6.94vw;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.08em !important; }
  .page-template-other-page #error-anchor {
    margin-top: -100px;
    padding-top: 100px; }
  .page-template-other-page dl.form--group {
    margin-bottom: 30px; }
    .page-template-other-page dl.form--group dt {
      margin-bottom: 10px; }
      .page-template-other-page dl.form--group dt p {
        font-size: 4vw;
        letter-spacing: 0.08em !important; }
        span.tag--required {
          display: inline-block;
          padding: 2px 6px;
          position: relative;
          top: -3px;
          margin-left: 5px;
          border-radius: 3px;
          background-color: #ffd900;
          font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
          font-size: 12px;
          font-weight: 900;
          color: #000; }
    .page-template-other-page dl.form--group dd {
      width: 100%; }
      .page-template-other-page dl.form--group dd input,
      .page-template-other-page dl.form--group dd textarea {
        width: 100%;
        padding: 18px 20px;
        border: 1px solid #dedede;
        background-color: #fafbfb;
        border-radius: 6px;
        font-size: 16px;
        letter-spacing: 0.08em !important;
        -webkit-appearance: none; }
        .page-template-other-page dl.form--group dd input.error,
        .page-template-other-page dl.form--group dd textarea.error {
          background-color: #f2dad2; }
      .page-template-other-page dl.form--group dd textarea {
        height: 100px; }
  .page-template-other-page .gutter {
    width: 100%;
    padding: 0 0vw; }
  .page-template-other-page #section--box01 {
    padding-bottom: 0vw; }
  .page-template-other-page .no-block--title {
    padding-top: 17.34vw;
    margin-top: 14.4vw; }
    .page-template-other-page .no-block--title--head__ttl {
      font-size: 5.87vw;
      line-height: 9.07vw; }
    .page-template-other-page .no-block--title--head .lead__text {
      margin: 9.34vw 0;
      font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, "メイリオ", sans-serif;
      font-size: 3.74vw;
      line-height: 6.94vw;
      font-weight: normal;
      letter-spacing: 0.08em !important; }
  .page-template-other-page .button__block button {
    background-color: #fff; } }
.page-template-other-page .entry-header h1 {
	text-align: center;
}
.blog .entry-header h1, .archive .entry-header h1, .category .entry-header h1 {
	text-align: center;
}
    .newsModule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px auto 0;
        width: 100%;
    }

    .newsModule .subContent {
        padding-top: 40px;
        max-width: 220px;
		width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .newsModule .mainContent {
		width: 100%;        
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .newsModule .categoryArchive .link {
        padding-left: 32px;
        font-size: 13px;
        letter-spacing: 0.05em;
    }

    .newsModule .categoryArchive .link + .link {
        margin-top: 25px;
    }

    .newsModule .categoryArchive .link:before {
        width: 20px;
    }

    .newsModule .categoryArchive .link.current {
        padding-left: 92px;
    }

    .newsModule .categoryArchive .link.current:before {
        width: 80px;
    }

    .newsModule .categoryArchive .link li + li {
        margin-top: 12px;
    }

    .newsModule .yearlyArchive {
        margin-top: 32px;
    }

    .newsModule .yearlyArchive li {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }

    .newsModule .yearlyArchive li:hover {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }

    .newsModule .yearlyArchive li + li {
        margin-top: 10px;
    }

    .newsModule.detail {
        margin-left: 82px;
        width: auto;
    }

    .newsModule.detail .subContent {
        padding-top: 164px;
    }

    .newsModule.detail .mainContent {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0px;
    }
    .archivePagination {
        margin-left: 68px;
        height: 38px;
        width: 810px;
        line-height: 38px;
    }

    .archivePagination .page + .page,
    .archivePagination .page + .current,
    .archivePagination .current + .page {
        margin-left: 45px;
    }

    .articleList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 6%;
		padding-top: 40px;
    }

    .articleList:before {
        top: 80px;
        right: -50vw;
        left: 0;
    }

    .articleList a .archiveThumb {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }

    .articleList a:hover .archiveThumb {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    .articleList li {
        width: 47%;
    }

    .articleList li:nth-of-type(2n) {
        margin-left: 6%;
    }

    .articleList li:nth-of-type(n + 3) {
        margin-top: 62px;
    }

.articleList .time {
    margin-top: 10px;
    display: block;
}

.articleList .title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .articleList .excerpt {
        margin-top: 16px;
    }

    .articleThumb {
        height: 480px;
    }

    .articleThumb:before {
        height: 64px;
        width: 34px;
        background-image: url(../img/news/img_news-girl_pc.png);
        top: auto;
        right: auto;
        left: -34px;
        bottom: 7px;
    }

    .articleModule {
        margin: -110px auto 0;
        padding: 74px 60px 83px;
        width: 840px;
    }

    .articleModule .articleTitle {
        font-size: 24px;
    }

    .articleModule .articleTime {
        display: inline-block;
        margin-top: 13px;
    }

    .articleModule .articleContent {
        margin-top: 44px;
    }

    .articlePagination {
        margin: 60px auto 0;
        width: 840px;
    }

    .articlePagination .prev {
        left: 24px;
    }

.archivePagination {
    margin: 39px 0 50px;
    height: 70px;
    width: 100%;
    font-family: "Vollkorn", serif;
    text-align: center;
    position: relative;
    padding-left: 70px;
}

.archivePagination .page, .archivePagination .current {
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
}

.archivePagination .page:before, .archivePagination .current:before {
    content: "";
    height: 39px;
    width: 39px;
    background: url(../img/bg_current.png) no-repeat center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: -1;
    position: absolute;
    top: -10px;
    left: -14px;
}

.archivePagination .current:before,
.archivePagination .page:hover:before {
    opacity: 1;
}

.archivePagination .page + .page,
.archivePagination .page + .current,
.archivePagination .current + .page {
    margin-left: 36px;
}

.archivePagination .previouspostslink,
.archivePagination .nextpostslink {
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: absolute;
    bottom: 0;
}

.archivePagination .previouspostslink:before,
.archivePagination .nextpostslink:before {
    content: "";
    margin: auto;
    height: 17px;
    width: 7px;
    background: no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
}

.archivePagination .previouspostslink {
    padding-left: 0px;
    left: 15px;
top: 0;
}

.archivePagination .previouspostslink:hover {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

.archivePagination .previouspostslink:before {
    background-image: url(../img/ico_pagination-prev.png);
    left: 0;
top: 0;
}

.archivePagination .nextpostslink {
    padding-right: 0px;
    right: 15px;
    top: 0;
}

.archivePagination .nextpostslink:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.archivePagination .nextpostslink:before {
    background-image: url(../img/news/ico_pagination-next.png);
    right: 0;
top: 0;
}
.archivePagination .current {
    font-weight: bold;
    color: #fff;
}

.wp-pagenavi a, .wp-pagenavi .extend {
    margin: 0 7px;
    padding: 0px;
}
.wp-pagenavi span.pages {
	display: none;
}
@media screen and (max-width: 768px) {
.page-template-other-page .entry-header h1,
.newsModule .subContent {
    margin: 0 -15px;
    padding: 15px;
    background: url(../img/common/bg.jpg) repeat center;
        background-size: auto;
    background-size: auto;
}
.newsModule .mainContent {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
.newsModule, .newsModule .subContent {
    width: 100% !important;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
}
.articleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-top: 40px;
    width: 100% !important;
}
.articleList li:nth-of-type(2n) {
    margin-left: 0px;
}
.articleList li {
    width: 100%;
}
}

ul.slick-dots {
	display: none;
}



.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: green; /* hover時の色を変更 */
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    /* 元のcontentプロパティの値だとfont-sizeを変更した際に位置がずれてしまうので値を変更 */
    /* content: '•'; */
    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: green; /* active時の色を変更 */
}

.widget_search form::before, .widget_product_search form::before {
	top: 0.1em !important;
	left: 0 !important;
}
.woocommerce-tabs ul.tabs li.active a, .onsale, .wc-block-grid__product-onsale, .widget_search form::before, .widget_product_search form::before {
    padding: 0.9em !important;
}
.widget_search form input[type="text"], .widget_search form input[type="search"], .widget_product_search form input[type="text"], .widget_product_search form input[type="search"] {
    padding-left: 3.617924em !important;
}

/* .sec-ingredient
------------------------------------*/
.sec-ingredient {
    position: relative;
    margin-bottom: 50px;
    padding-left: 210px;
    width: 99.8%;
}
.sec-ingredient h2 {
	position: absolute !important;
	top: 0;
	left: 0;
}

.sec-ingredient .box-green {
	box-shadow: 3px 3px 0 #006C3E;
	padding: 24px 32px 26px 32px;
	border-radius: 7px;
}

.sec-ingredient .box-green dl > div {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.sec-ingredient .box-green dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-ingredient .box-green dl > div:after {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	background: url(../img/border-dot-line.svg) repeat-x left top;
	width: 100%;
	height: 2px;
	z-index: 0;
}

.sec-ingredient .box-green dt,
.sec-ingredient .box-green dd {
	position: relative;
	display: inline-block;
	color: #006C3E;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	z-index: 1;
}

.sec-ingredient .box-green dt:after,
.sec-ingredient .box-green dd:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sec-ingredient .box-green dt {
	float: left;
	text-align: left;
	padding-right: 10px;
}

.sec-ingredient .box-green dd {
	float: right;
	text-align: right;
	padding-left: 10px;
}

/* .sec-step
------------------------------------*/
.sec-step {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}

.sec-step h2 {
    position: relative;
    margin-bottom: 50px;
}

.sec-step .time {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #006C3E;
	border-radius: 20px;
	padding: 7px 11px 8px 15px !important;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	margin-top: 0 !important;
}



.step-list {
	margin: 0 0 65px 45px;
  counter-reset: number 0; 
}

.step-list li {
  list-style: none;
	position: relative;
	background: url(../img/border-dot-line.svg) repeat-x left bottom;
	background-size: 6px 2px;
	margin-bottom: 23px;
	padding: 0 0 7px 6px;
	color: #006C3E;
	font-size: 16px;
	margin-left: 0;
	line-height: 1.6;
	width: 100%;
	margin-left: 0 !important;
	margin-top: 0 !important;
	letter-spacing: 0.08em;
}

.step-list li:last-of-type {
	margin-bottom: 0;
}

.step-list li::before {
    background-color: #fff;
    border: 1px dashed #006C3E;
    counter-increment: number 1;
    content: counter(number) " ";
    display: block;
    position: absolute;
    top: -4px;
    left: -50px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    text-align: center;
    border-radius: 39px;
    line-height: 38px;
    font-weight: bold;
    font-size: 23px;
}


/* .point
------------------------------------*/
.point {
	position: relative;
	border-image: url(../img/border-dot-l.svg) 24 round;
  border-style: solid;
  border-width: 24px;
}

.point:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -10px;
	left: -79px;
	background: url(../img/tomato-point@2x.png) no-repeat;
	background-size: 100% auto;
	width: 70px;
	height: 138px;
	z-index: -1;
}

.point h3 {
    position: absolute;
    top: -45px;
    left: -5px;
    background-color: #e8380d;
    border-radius: 20px;
    padding: 0px 21px 1px 25px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 900;
}

.point-list {
	background-color: #FFFFFF;
	padding: 10px 0 5px 10px;
}

.point-list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #006C3E;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    list-style: none;
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
}

.point-list li:last-of-type {
	margin-bottom: 0;
}

.point-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #006C3E;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}
.box-green {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #006C3E;
    background-color: #FFFFFF;
    padding: 18px 25px;
    box-shadow: 6px 5px 0 #006C3E;
    text-align: center;
}
.sec-ingredient .box-green dl > div::after {
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    background: url(../img/border-dot-line.svg) repeat-x left top;
    width: 100%;
    height: 2px;
    z-index: 0;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
    width:100%;
    margin: 36px 0 24px;
    padding:0;
    display: table;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding:30px 10px 10px;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	    font-size:90%;
		line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:90%;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#666;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
    padding:0 10px;
    display: table-cell;
}
#prev_no a {
	position:absolute;
}
#next_no a {
	position:absolute;
	right: 0;
}
#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
    margin:0 auto;
    background-color: #3e603b;
    border: solid 9px #fff;
    width: 100px;
    height:100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #3e603b;
    -webkit-box-shadow: 0 0 0 3px #3e603b;
    -moz-box-shadow: 0 0 0 3px #3e603b;
	text-align:center;	
}

#prev_next_home:hover{
	background-color: #ffd900;
    box-shadow: 0 0 0 3px #ffd900;
    -webkit-box-shadow: 0 0 0 3px #ffd900;
    -moz-box-shadow: 0 0 0 3px #ffd900;
}

 #prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:60px;
}

/*-- ここまで --*/

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*-- ここから --*/
/*--------------------------------------
  768px PREV NEXT
--------------------------------------*/

#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#prev_next #prev_title, #prev_next #next_title{
    padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img{
    float:left;
    margin-right:10px
}


#prev_next #next img{
   float:right;
   margin-left: 10px;
}
/*-- ここまで --*/
}
body.privacy-policy h2 {
    font-size: 1.6em;
    font-weight: 900;
    color: #6f4332;
}
.privacy_part {
	padding-top:  25px;
}