@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 20px;
  height: 15px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 100%;
  height: 1.5px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 100%;
  left: 0; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 1px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

/*+++ Default Button Color +++*/
.zdo_drawer_button .zdo_drawer_bar {
  background-color: #999999; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 20px;
  top: calc(50% - 7.5px);
  position: absolute; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5); }

.remodal-wrapper {
  background: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

body {
  color: #000;
  font-family: a-otf-ryumin-pr6n, "游明朝", "YuMincho", serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  line-height: 2;
  animation: fadeIn 0.8s ease-in 0s 1 normal; }
  @media screen and (min-width: 800px) {
    body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: 0px;
      padding-top: 0px; } }

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

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

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

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* inner */
.inner {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0; } }

.ttl {
  text-align: center;
  margin: 0 0 20px; }
  @media screen and (min-width: 800px) {
    .ttl {
      margin: 0 0 40px; } }

.ttl_en {
  font-family: adobe-caslon-pro;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 2px;
  width: 100%;
  display: block;
  line-height: 30px;
  margin: 0 0 -5px; }

.subttl {
  font-size: 18px;
  line-height: 1.6; }
  @media screen and (min-width: 800px) {
    .subttl {
      font-size: 24px; } }

.btn {
  width: 160px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border: 0.5px solid #000;
  margin: 20px auto 0;
  font-size: 14px;
  justify-content: center;
  cursor: pointer; }
  @media screen and (min-width: 800px) {
    .btn {
      margin: 40px 0 0; } }

/* wrapper */
.wrapper {
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .wrapper {
      min-width: 100%; } }

/* header */
.header {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8); }
  .header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #EEEEEE; }
  .header__logo {
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: 14px; }
  .header__cart {
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: scale(-1, 1);
    top: calc(50% - 10px); }

/* footer */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: url("../img/bg_copy.png") center no-repeat;
  background-size: cover;
  border-top: 1px solid #999999;
  padding: 10px 0; }
  .footer .copy {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 10px;
    letter-spacing: 0.5px;
    position: relative;
    width: 100%; }
    .footer .copy:before {
      content: "";
      width: 70px;
      left: calc(50% - 35px);
      height: 3px;
      background: #000;
      border-radius: 100px;
      position: absolute;
      bottom: -2px; }

.mv {
  width: 100%;
  height: 100vh;
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 800px) {
    .mv {
      height: auto;
      background: none;
      margin-top: 50px; } }

.concept {
  padding: 80px 0 0 0; }
  @media screen and (min-width: 800px) {
    .concept {
      padding: 150px 0 0 0; } }
  @media screen and (min-width: 800px) {
    .concept__wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between;
      align-content: center;
      align-items: center; } }
  @media screen and (min-width: 800px) {
    .concept__img {
      width: 50%; } }
  .concept__detail {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 20px; }
    @media screen and (min-width: 800px) {
      .concept__detail {
        width: 50%;
        text-align: left;
        padding: 0 20px 0 60px; } }
  .concept__txt:first-of-type {
    margin: 0 0 20px; }

.choose {
  padding: 80px 0 0 0; }
  @media screen and (min-width: 800px) {
    .choose {
      padding: 150px 0 0 0; } }
  .choose__slide {
    margin: 0 0 20px; }
    @media screen and (max-width: 800px) {
      .choose__slide {
        margin: 0 0 -20px; } }
  @media screen and (min-width: 800px) {
    .choose__item {
      width: 320px; } }
  @media screen and (max-width: 800px) {
    .choose .inner {
      padding: 0 20px; } }
  .choose__txt {
    margin-top: 20px; }
  .choose__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto 20px; }
  .choose__card {
    display: block;
    width: calc(100% / 4); }
  .choose__number {
    font-family: adobe-caslon-pro;
    font-size: 16px;
    margin: 0 0 -3px; }
  .choose__ttl {
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin: 5px 0; }
  .choose__sttl {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 5px; }
  .choose__subttl {
    font-size: 16px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .choose__subttl {
        font-size: 14px; } }
  .choose__stxt {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    margin: 10px 0 20px; }
    @media screen and (max-width: 800px) {
      .choose__stxt {
        font-size: 10px; } }
  .choose__btn {
    background: #000;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    max-width: 140px;
    margin: auto;
    font-size: 12px;
    justify-content: center;
    align-items: center; }
  .choose__spSlide1 a, .choose__spSlide2 a {
    display: block;
    width: 300px; }
  .choose__spSlide2 {
    margin: 30px 0; }
    @media screen and (max-width: 800px) {
      .choose__spSlide2 {
        margin: 15px 0; } }
  .choose__spcard {
    border: 0.4px solid #000;
    border-radius: 5px;
    margin: 0 15px; }
    @media screen and (max-width: 800px) {
      .choose__spcard {
        margin: 0 7px; } }

.remodal {
  max-width: 400px;
  padding: 25px;
  border-radius: 10px; }
  @media screen and (max-width: 800px) {
    .remodal {
      padding: 15px; } }
  .remodal__inner {
    border: 0.5px solid #000;
    padding: 5px; }
  .remodal__box {
    border: 0.5px solid #000;
    padding: 20px; }

.remodal-wrapper {
  background: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 800px) {
    .remodal-wrapper {
      padding: 0 40px; } }

.products {
  padding: 80px 0 0 0; }
  @media screen and (min-width: 800px) {
    .products {
      padding: 150px 0 0 0; } }
  @media screen and (min-width: 800px) {
    .products__img {
      width: 50%; } }
  @media screen and (min-width: 800px) {
    .products__wrap {
      width: 50%;
      padding: 0 20px 0 60px; } }
  .products__inner {
    padding: 0 20px;
    margin: 0 auto 50px;
    max-width: 1100px; }
    @media screen and (min-width: 800px) {
      .products__inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between;
        align-items: center; } }
    @media screen and (min-width: 800px) {
      .products__inner:nth-child(odd) {
        flex-direction: row-reverse; } }
    @media screen and (min-width: 800px) {
      .products__inner:nth-child(odd) .products__wrap {
        padding: 0 60px 0 20px; } }
  .products__box {
    text-align: center; }
    @media screen and (min-width: 800px) {
      .products__box {
        text-align: left; } }
  .products__number, .products__enttl {
    text-align: center;
    display: block; }
    @media screen and (min-width: 800px) {
      .products__number, .products__enttl {
        text-align: left; } }
  .products__ttl {
    font-size: 14px; }
  .products__number {
    font-size: 16px;
    margin: 0 0 -5px; }
    @media screen and (min-width: 800px) {
      .products__number {
        margin: 0; } }
  .products__enttl {
    font-family: HelveticaNeue;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 -5px; }
  .products .subttl {
    text-align: center;
    margin: 10px 0; }
    @media screen and (min-width: 800px) {
      .products .subttl {
        text-align: left; } }

.bath {
  padding: 30px 0 0 0; }
  @media screen and (min-width: 800px) {
    .bath {
      padding: 100px 0 0 0; } }
  .bath .btn {
    width: 220px;
    margin: 20px auto 0; }
    @media screen and (min-width: 800px) {
      .bath .btn {
        margin: 40px 0 0; } }

.snslist {
  width: 110px;
  margin: 80px auto 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 800px) {
    .snslist {
      margin: 150px auto 80px; } }
  .snslist__item {
    width: 30px; }

.zdo_drawer_nav_wrapper .ttl {
  text-align: left;
  font-size: 14px;
  margin: 0 0 30px; }
.zdo_drawer_nav_wrapper .ttl_en {
  font-size: 20px;
  margin: 0 0 -8px; }

.card {
  position: relative;
  width: 320px;
  height: 511.39px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  @media screen and (max-width: 800px) {
    .card {
      width: 280px;
      height: 480px;
      margin: auto; } }
  .card .front, .card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .card .back {
    color: #FFF;
    transform: rotateY(-180deg);
    box-sizing: border-box;
    border-radius: 15px;
    padding: 22px 25px 28px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .card .back {
        padding: 22px 20px 55px; } }
    .card .back .btn {
      margin: 0;
      color: #FFF;
      border: 0.5px solid #FFF; }
    .card .back__inner {
      width: 100%;
      height: 100%;
      background: #000;
      border-radius: 10px;
      padding: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .card .back__ttl {
      font-size: 12px;
      line-height: 1.4;
      margin: 20px 0; }
    .card .back__enttl {
      font-family: HelveticaNeue;
      display: block;
      font-size: 18px;
      margin: 0 0 5px;
      letter-spacing: 1px; }
      @media screen and (max-width: 800px) {
        .card .back__enttl {
          letter-spacing: 0;
          font-size: 16px; } }
    .card .back__number {
      display: block; }
    .card .back__subttl {
      line-height: 1.6;
      font-size: 18px; }
      @media screen and (max-width: 800px) {
        .card .back__subttl {
          font-size: 16px; } }
    .card .back__img {
      width: 150px;
      margin: auto; }

.flipped .front {
  transform: rotateY(180deg); }
.flipped .back {
  transform: rotateY(0); }

.slick-next {
  right: 15px; }

.slick-prev {
  left: 15px; }

.slick-next,
.slick-prev {
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  top: calc(50% - 15px); }

.slick-next:before,
.slick-next:after,
.slick-prev:before,
.slick-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #000; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #000; }

@media screen and (max-width: 800px) {
  .bath .ttl {
    text-align: left;
    padding-left: 20px; } }
@media screen and (max-width: 800px) {
  .bath {
    background: url("../img/cerneforbath.png") center no-repeat;
    background-size: cover;
    height: 100vw;
    position: relative; }
    .bath .inner {
      position: absolute;
      left: 10px;
      bottom: 30px;
      padding-right: 20px; } }
.bath__img {
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .bath__img {
      display: none; } }
.bath__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center; }
.bath__img, .bath__inner {
  width: 50%; }
  @media screen and (max-width: 800px) {
    .bath__img, .bath__inner {
      width: 100%; } }
.bath__inner {
  padding: 0 20px 0 60px; }
  @media screen and (max-width: 800px) {
    .bath__inner {
      padding: 0 20px; } }
.bath .btn {
  margin: 20px 0 0 0; }
