@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=EB+Garamond); */
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

body {
  background: #18d4de;
  color: #fff;
  font: 400 14px/1.5 '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

::-moz-selection {
  background: #6a422a;
  color: #fff;
}

::selection {
  background: #6a422a;
  color: #fff;
}

@font-face {
  font-family: 'icons';
  src: url("../images/common/icons.eot");
  src: url("../images/common/icons.eot#iefix") format("embedded-opentype"), url("../images/common/icons.ttf") format("truetype"), url("../images/common/icons.woff") format("woff"), url("../images/common/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon_arrow-side::before {
  content: '\e901';
}

.icon_arrow-up::before {
  content: '\e902';
}

.icon_freedial::before {
  content: '\e900';
}

.icon_map-pin::before {
  content: '\e047';
}

.icon_facebook::before {
  content: '\f09a';
}

.icon_instagram::before {
  content: '\f16d';
}

.spbr {
  display: inline;
}

.pcbr {
  display: none;
}

.column-block::after {
  display: block;
  clear: both;
  content: '';
}

.left-area {
  float: left;
}

.right-area {
  float: right;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.logo {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 94px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.logo img {
  max-width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.logo a:hover img {
  opacity: .5;
}

.nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav-trigger.is-open .nav-trigger-line span {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: .14s;
          transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-trigger.is-open .nav-trigger-line span::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
}

.nav-trigger.is-open .nav-trigger-line span::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-trigger-line {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
}

.nav-trigger-line span {
  display: block;
  top: 50%;
  margin-top: -3px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-trigger-line span, .nav-trigger-line span::before, .nav-trigger-line span::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.nav-trigger-line span::before, .nav-trigger-line span::after {
  display: block;
  content: '';
}

.nav-trigger-line span::before {
  top: -7px;
}

.nav-trigger-line span::after {
  bottom: -7px;
}

.nav-trigger-line span::before {
  -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.nav-trigger-line span::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-trigger-label {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-align: center;
}

.nav-ev-button {
  display: block;
  position: absolute;
  top: 0;
  right: 70px;
  width: 72px;
  height: 70px;
  padding-top: 22px;
  border-left: 1px solid #6b8487;
  border-right: 1px solid #6b8487;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  -webkit-transition: .3s ease-in-out .35s;
  transition: .3s ease-in-out .35s;
  opacity: 0;
  visibility: hidden;
}

body.nav-open .global-nav {
  opacity: 1;
  visibility: visible;
}

.global-nav-inner {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: scroll;
}

body.nav-open .global-nav-inner {
  -webkit-overflow-scrolling: touch;
}

.nav li {
  border-bottom: 1px solid #fff;
}

.nav li:first-child {
  border-top: 1px solid #fff;
}

.nav li a {
  position: relative;
  display: block;
  padding: 19px 30px 19px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.nav li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-product-contents,
.nav-shop-contents {
  display: none;
}

.nav-product-link,
.nav-shop-link {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.nav-product-link a,
.nav-shop-link a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.nav-product-link a::after,
.nav-shop-link a::after {
  content: none !important;
}

.nav-product-link span,
.nav-shop-link span {
  display: table-cell;
  width: 54px;
  padding-right: 3px;
  font-size: 19px;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
}

.nav-product-contents,
.nav-shop-contents {
  padding: 10px 0;
  border-top: 1px solid #fff;
}

.nav-product-list li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: none;
}

.nav-product-list li:first-child {
  border-top: none;
}

.nav-product-list li a {
  padding: 10px 30px;
}

.nav-product-list li div {
  display: table-cell;
  width: 100px;
  text-align: left;
  vertical-align: middle;
}

.nav-product-list li div img {
  width: 100%;
  pointer-events: none;
}

.nav-product-list li figcaption {
  display: table-cell;
  padding: 0 0 0 15px;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.nav-shop-list dt {
  padding: 12px 30px;
}

.nav-shop-list dd {
  padding: 0 15px;
}

.nav-shop-list li {
  border-bottom: none;
}

.nav-shop-list li:first-child {
  border-top: none;
}

.nav-shop-list li a {
  padding: 12px 30px;
}

.nav-ec {
  display: none;
}

.mobile-nav-product-list {
  margin: 0 10px;
}

.mobile-nav-product-item {
  margin-top: 20px;
}

.mobile-nav-product-item a {
  display: block;
}

.mobile-nav-product-item figure {
  display: table;
  width: 100%;
}

.mobile-nav-product-item figure div {
  display: table-cell;
  width: 150px;
  text-align: left;
  vertical-align: middle;
}

.mobile-nav-product-item figure div img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.mobile-nav-product-item figure figcaption {
  display: table-cell;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.05em;
  text-align: left;
  vertical-align: middle;
}

.mobile-nav-ec {
  margin: 20px 10px 0;
}

.mobile-nav-ec a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mobile-nav-ec a span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.mobile-nav-ec a span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\e901';
  margin-top: -6px;
  font-family: 'icons';
  font-size: 12px;
}

.lang-nav {
  padding: 40px 0 20px;
  font-size: 0;
  text-align: center;
}

.lang-nav li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}

.lang-nav li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 1.2;
}

.lang-nav li:nth-child(1) a::before, .lang-nav li:nth-child(2) a::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  font-size: 21px;
}

.lang-nav li:nth-child(1) a:before {
  content: 'JP';
}

.lang-nav li:nth-child(2) a:before {
  content: 'EN';
}

.lang-nav li:nth-child(3) a, .lang-nav li:nth-child(4) a {
  padding: 8px 10px 0;
  font-size: 14px;
}

.global-footer {
  padding: 40px 0;
}

.footer-info-header {
  line-height: 1;
  text-align: center;
}

.footer-info-title {
  font-size: 18px;
  font-weight: 400;
}

.footer-tel-number {
  margin: 10px 0 8px;
  font-size: 35px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.footer-tel-number a,
.footer-tel-number span {
  position: relative;
  display: inline-block;
  margin-left: -5px;
  -webkit-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

.footer-tel-number a::before,
.footer-tel-number span::before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: '\e900';
  margin-right: 10px;
  color: #fff;
  font-size: 30px;
  font-family: 'icons';
  -webkit-transform: scaleX(1.15);
          transform: scaleX(1.15);
}

.footer-tel-hour {
  margin-left: 0;
  font-size: 15px;
}

.footer-ec-link {
  margin-top: 12px;
}

.footer-ec-link a {
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
  color: #05b0b9;
  font-size: 16px;
}

.footer-info-contents {
  padding: 15px 25px 20px 15px;
}

.footer-info-contents ul li {
  position: relative;
  margin-top: 12px;
  padding-left: 1em;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.footer-info-contents ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.fnav {
  position: relative;
}

.fnav ul {
  list-style: none;
}

.footer-nav01 {
  margin-top: 35px;
  font-size: 0;
}

.footer-nav01 li {
  border-top: 1px solid #18d4de;
}

.footer-nav01 li a {
  position: relative;
  display: block;
  padding: 19px 45px 19px 20px;
  background: #fff;
  color: #02728a;
  font-size: 15px;
  line-height: 1;
}

.footer-nav01 li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-right: 1px solid #02728a;
  border-bottom: 1px solid #02728a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-nav02 {
  font-size: 0;
}

.footer-nav02 li {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #fff;
}

.footer-nav02 li a {
  position: relative;
  display: block;
  padding: 19px 5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

.footer-nav02 li:first-child a {
  border-right: 1px solid #fff;
}

.footer-sns {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

.footer-sns li {
  display: inline-block;
  margin: 0 7px;
  font-size: 28px;
  line-height: 1;
}

.copyright {
  display: block;
  margin-top: 40px;
  font-size: 11px;
  font-family: "EB Garamond", serif;
  text-align: center;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 24px solid #27e9e9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loading .75s linear infinite;
          animation: loading .75s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    border-color: #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75);
  }
  25% {
    border-color: rgba(39, 233, 233, 0.75) #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5);
  }
  50% {
    border-color: rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75) #27e9e9 rgba(39, 233, 233, 0.25);
  }
  75% {
    border-color: rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75) rgba(39, 233, 233, 0.75);
  }
  100% {
    border-color: #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75);
  }
}

@keyframes loading {
  0% {
    border-color: #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75);
  }
  25% {
    border-color: rgba(39, 233, 233, 0.75) #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5);
  }
  50% {
    border-color: rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75) #27e9e9 rgba(39, 233, 233, 0.25);
  }
  75% {
    border-color: rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75) rgba(39, 233, 233, 0.75);
  }
  100% {
    border-color: #27e9e9 rgba(39, 233, 233, 0.25) rgba(39, 233, 233, 0.5) rgba(39, 233, 233, 0.75);
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pagetop a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pagetop a::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  content: '\e902';
  font-family: 'icons';
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.pagetop a span {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pagetop.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-header {
  padding-top: 70px;
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
}

.page-title {
  padding-top: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 325px;
  padding: 15px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.button span {
  position: relative;
  display: inline-block;
}

.button-white {
  border: 1px solid #fff;
  color: #fff;
}

.button-white:hover {
  color: #18d4de;
  background: #fff;
}

.button-blue {
  border: 1px solid #01728a;
  color: #01728a;
}

.button-blue:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.button-arrow-right span {
  padding-right: 28px;
}

.button-arrow-right span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\e901';
  margin-top: -8px;
  font-family: 'icons';
  font-size: 14px;
}

.button-arrow-left span {
  padding-left: 28px;
}

.button-arrow-left span:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '\e901';
  margin-top: -8px;
  font-family: 'icons';
  font-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home .hero-slide-wrap {
  position: relative;
}

.home .hero-slide, .home .hero-item, .home .bx-wrapper, .home .bx-viewport {
  height: 100% !important;
}

.home .hero-item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.home .hero-item01 {
  background-image: url(../images/home/img_hero_01.jpg);
}

.home .hero-item02 {
  background-image: url(../images/home/img_hero_02.jpg);
}

.home .hero-item03 {
  background-image: url(../images/home/img_hero_03.jpg);
}

.home .hero-item04 {
  background-image: url(../images/home/img_hero_04.jpg);
}

.home .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.home .bx-wrapper img {
  display: block;
  max-width: 100%;
}

.home .bxslider {
  margin: 0;
  padding: 0;
}

.home .bx-viewport {
  webkit-transform: translatez(0);
}

.home .bx-wrapper .bx-pager,
.home .bx-wrapper .bx-controls-auto {
  display: none;
}

.home .scroll-down {
  position: absolute;
  bottom: 7px;
  left: 50%;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  cursor: pointer;
}

.home .scroll-down span::before, .home .scroll-down span::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}

.home .scroll-down span:nth-child(1)::before, .home .scroll-down span:nth-child(2)::before {
  left: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: sdb-left 2.5s infinite;
          animation: sdb-left 2.5s infinite;
}

.home .scroll-down span:nth-child(1)::after, .home .scroll-down span:nth-child(2)::after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: sdb-right 2.5s infinite;
          animation: sdb-right 2.5s infinite;
}

.home .scroll-down span:nth-child(1)::before, .home .scroll-down span:nth-child(1)::after {
  top: 13px;
}

.home .scroll-down span:nth-child(2)::before, .home .scroll-down span:nth-child(2)::after {
  top: 27px;
}

@-webkit-keyframes sdb-left {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes sdb-left {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes sdb-right {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes sdb-right {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) rotate(-45deg);
            transform: translateY(20px) rotate(-45deg);
    opacity: 0;
  }
}

.home .box a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  -webkit-tap-highlight-color: rgba(39, 223, 233, 0.6);
}

.home .box img {
  display: none;
}

.home .box-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 10px black, 0 0 5px rgba(0, 0, 0, 0.75);
}

.home .box01 a {
  padding-top: 62%;
  background: url(../images/home/img_chocolat.jpg) 50% 50%/cover no-repeat;
}

.home .box02 a {
  padding-top: 62%;
  background: url(../images/home/img_matcha.jpg) 50% 50%/cover no-repeat;
}

.home .box03 {
  float: left;
  width: 50%;
}

.home .box03 a {
  padding-top: 100%;
  background: url(../images/home/img_white.jpg) 50% 50%/cover no-repeat;
}

.home .box04 {
  float: right;
  width: 50%;
}

.home .box04 a {
  padding-top: 100%;
  background: url(../images/home/img_tarte.jpg) 50% 50%/cover no-repeat;
}

.home .block02 .left-col {
  display: none;
}

.home .box05-pc {
  overflow: hidden;
}

.home .box06 a {
  padding-top: 62%;
  background: url(../images/home/img_baumbar.jpg) 50% 50%/cover no-repeat;
}

.home .box05-sp a {
  padding-top: 120%;
  background: url(../images/home/img_story.jpg) 50% 50%/cover no-repeat;
}

.home .news-topics {
  padding: 40px 25px;
  font-weight: 700;
}

.home .news-topics-title {
  margin-bottom: 15px;
  font: 400 28px/1 "EB Garamond", serif;
  text-align: center;
}

.home .news-topics-item {
  padding: 28px 0;
  border-bottom: 1px dotted #fff;
}

.home .news-topics-item a {
  display: block;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.home .news-topics-item a:hover {
  opacity: .7;
}

.home .nt-item-cat {
  display: inline-block;
  margin-bottom: 15px;
  min-width: 130px;
  padding: 7px 0 6px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 1;
}

.home .nt-item-text {
  font-weight:bold;
  line-height: 1.5;
  overflow: hidden;
}

.home .news-topics-more {
  margin-top: 40px;
  text-align: center;
}

.home .news-topics-more a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight:bold;
  line-height: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.home .news-topics-more a span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.home .news-topics-more a span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '\e901';
  margin-top: -7px;
  font-family: 'icons';
  font-size: 14px;
}

.home .news-topics-more a:hover {
  color: #18d4de;
  background: #fff;
}

.campanella main {
  padding: 126px 15px 140px 30px;
  background: url(../images/campanella/img_hero.jpg) 50% 50%/cover no-repeat;
  color: #000;
  font-weight: 700;
}

.campanella main h2 {
  margin-bottom: 30px;
  font-size: 22px;
}

.campanella main h3 {
  margin-top: 30px;
  font-size: 16px;
}

.campanella main p {
  margin-top: 25px;
  font-size: 12px;
  line-height: 2.2;
}

.heart main .prologue {
  margin: 30px 25px;
  font-weight: 700;
  line-height: 2.0;
}

.heart main section {
  background: #fff;
}

.heart main section img {
  width: 100%;
}

.heart main section .inner {
  padding: 50px 30px;
  color: #000;
}

.heart main section p {
  margin-top: 22px;
  line-height: 2.0;
}

.heart main section p br {
  display: none;
}

.heart main .section-title {
  font-size: 22px;
  font-weight: 700;
}

.heart main .section04 .image {
  width: 200px;
  margin: 40px auto 0;
}

.heart main .section05 .image {
  width: 200px;
  margin: 40px auto 0;
}

.post-type-archive-products main .page-title {
  padding-bottom: 50px;
}

.post-type-archive-products main .products-item {
  float: left;
  width: 50%;
}

.post-type-archive-products main .products-item a {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: rgba(39, 223, 233, 0.6);
}

.post-type-archive-products main .products-item-image {
  background: #000;
}

.post-type-archive-products main .products-item-image img {
  width: 100%;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.post-type-archive-products main .products-item-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 10px black, 0 0 5px rgba(0, 0, 0, 0.75);
}

.single-products main {
  background: #fff;
}

.single-products main .page-header {
  padding: 70px 0 50px;
  background: #18d4de;
}

.single-products main .hero-slide {
  position: relative;
}

.single-products main .hero-slide img {
  width: 100%;
}

.single-products main .page-title {
  padding: 50px 0 30px;
}

.single-products main .page-description {
  padding: 0 30px;
  font-weight: 700;
  line-height:2.0;
  letter-spacing: 1px;
}

.single-products main .page-description p + p {
  margin-top: 15px;
}

.single-products main .page-description .note {
  margin-top: 15px;
  font-size: 11px;
}

.single-products main .inner {
  padding: 50px 25px;
  color: #000;
}

.single-products main .section + .section {
  margin-top: 60px;
}

.single-products main .section-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.single-products main .products-list {
  border-top: 1px solid #000;
}

.single-products main .products-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #000;
}

.single-products main .products-item-image {
  position: relative;
  display: table-cell;
  width: 125px;
  padding: 8px 0;
  text-align: left;
  vertical-align: middle;
}

.single-products main .products-item-image img {
  width: 100%;
}

.single-products main .products-item-image .season-label {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  padding: 5px 5px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.single-products main .products-item-detail {
  display: table-cell;
  padding: 8px 5px 8px 15px;
  text-align: left;
  vertical-align: middle;
}

.single-products main .products-item-detail .products-item-detail-pc {
  display: none;
}

.single-products main .products-item-detail p {
  font-size: 12px;
  line-height: 1.4;
}

.single-products main .products-item-detail p + p {
  margin-top: 5px;
}

.single-products main .products-item-detail .small {
  font-size: 10px;
}

.single-products main .products-item-detail .price {
  padding-left: .5em;
}

.single-products main .products-item-detail .btn-eclink {
  margin-top: 5px;
}

.single-products main .products-item-detail .btn-eclink a {
  display: block;
  padding: 3px 10px;
  background: #18d4de;
  font-size: 11px;
  text-align: center;
}

.single-products main .products-item-detail .btn-eclink a i {
  margin-right: 10px;
  font-size: 14px;
}

.single-products main .price-note {
  margin-top: 14px;
  font-size: 10px;
}

.single-products main .products-detail-list {
  margin-top: 24px;
  font-size: 12px;
}

.single-products main .products-detail-list + .products-detail-list {
  margin-top: 15px;
}

.single-products main .btn-area {
  margin-top: 40px;
  text-align: center;
}

.single-products main .btn-area a {
  display: block;
  margin: 0 auto;
}

.single-products main .btn-area a:hover {
  border: 1px solid #18d4de;
  background: #18d4de;
}

.single-products main .btn-area a + a {
  margin-top: 15px;
}

.single-products main .other-products-title {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.single-products main .other-products-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
}

.single-products main .other-products-item a {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.single-products main .other-products-item a:hover {
  opacity: .5;
}

.single-products main .other-products-item-image {
  display: table-cell;
  width: 125px;
  text-align: left;
  vertical-align: middle;
}

.single-products main .other-products-item-image img {
  width: 100%;
  pointer-events: none;
}

.single-products main .other-products-item-title {
  display: table-cell;
  padding: 0 5px 0 15px;
  text-align: left;
  vertical-align: middle;
}

.post-type-archive-shop main .prologue {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}

.post-type-archive-shop main .shop-list,
.post-type-archive-shop main .cafe-list {
  max-width: 375px;
  margin: 20px auto 0;
  padding: 0 25px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}

.post-type-archive-shop main .shop-list li,
.post-type-archive-shop main .cafe-list li {
  margin-top: 20px;
}

.post-type-archive-shop main .shop-list li a,
.post-type-archive-shop main .cafe-list li a {
  display: block;
  background: #fff;
}

.post-type-archive-shop main .shop-list li a span,
.post-type-archive-shop main .cafe-list li a span {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px 15px 15px;
  background: #fff;
  border: 1px solid #fff;
  color: #01728a;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.post-type-archive-shop main .shop-list li a span:after,
.post-type-archive-shop main .cafe-list li a span:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '\e901';
  margin-top: -8px;
  font-family: 'icons';
  font-size: 14px;
}

.post-type-archive-shop main .shop-list li a:hover span,
.post-type-archive-shop main .cafe-list li a:hover span {
  border: 1px solid #01728a;
  background: #01728a;
  color: #fff;
}

.post-type-archive-shop main .cafe-list li .image-pc,
.post-type-archive-shop main .cafe-list li .image-sp {
  width: 100%;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.post-type-archive-shop main .cafe-list li .image-pc {
  display: none;
}

.post-type-archive-shop main .cafe-list li a:hover img {
  opacity: .5;
}

.post-type-archive-shop main .shop-list + .page-header{
  padding-top: 0;
}

.post-type-archive-shop main .shop-list + .page-header .page-title{
  padding-top: 50px;
}

.single-shop main .section {
  margin: 50px 25px 0;
  padding-top: 50px;
  border-top: 1px solid #fff;
}

.single-shop main .page-header + .section {
  margin-top: 0;
  border-top: none;
}

.single-shop main .back-btn {
  margin: 50px 25px 40px;
  text-align: center;
}

.single-shop main .block + .block {
  margin-top: 60px;
}

.single-shop main .shop-name {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.single-shop main .shop-name .shop-name-pc{
  display: none;
}

.single-shop main .shop-detail {
  margin-top: 15px;
  overflow: hidden;
  font-weight: 700;
}

.single-shop main .shop-detail-label {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.single-shop main .shop-detail-contents {
  overflow: hidden;
}

.single-shop main .shop-detail-contents .shop-detail-contents-pc {
  display: none;
}

.single-shop main .shop-detail-contents .link-map {
  margin-top: 10px;
  font-weight: normal;
  text-align: left;
}

.single-shop main .map-area {
  margin-top: 50px;
}

.single-shop main .map-area .image img {
  max-width: 100%;
}

.single-shop main .map {
  height: 240px;
  background: #ddd;
}

.single-shop main .map .gm-style-iw {
  top: 13px !important;
  color: #000;
}

.single-shop main .map div {
  border-style: none;
}

.single-shop main .map.map-cn {
  height: auto;
}

.single-shop main .map.map-cn img {
  max-width: 100%;
}

.single-shop main .link-map {
  margin-top: 10px;
  text-align: center;
}

.single-shop main .link-map a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  font-size: 16px;
  font-family: "EB Garamond", serif;
}

.single-shop main .link-map a::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '\e047';
  font-size: 20px;
  font-family: 'icons';
}

.post-type-archive-info main .page-title {
  font-size: 22px;
}

.post-type-archive-info main .info-list {
  margin: 50px 25px 0;
  border-top: 1px dotted #fff;
  font-weight: 700;
}

.post-type-archive-info main .info-item {
  padding: 25px 0;
  border-bottom: 1px dotted #fff;
}

.post-type-archive-info main .info-item a {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.post-type-archive-info main .info-item a:hover {
  opacity: .7;
}

.post-type-archive-info main .info-item-cat {
  display: inline-block;
  margin-bottom: 10px;
  width: 130px;
  padding: 7px 0 6px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 1;
}

.post-type-archive-info main .info-item-text {
  overflow: hidden;
}

.post-type-archive-info main .btn-area {
  margin: 50px 25px 0;
  font-size: 0;
}

.post-type-archive-info main .btn-area .button {
  display: block;
  margin: 0 auto;
}

.post-type-archive-info main .btn-area .button + .button {
  margin-top: 15px;
}

.post-type-archive-info main .btn-area .is-active {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: default;
}

.single-info main .page-title2 {
  font-size: 22px;
}

.single-info main .article-title {
  font-size: 18px;
}

.single-info main .article-contents p {
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.8;
}

.single-info main .article-meta {
  margin-top: 40px;
}

.single-info main .article-date {
  display: inline-block;
  margin-right: 25px;
}

.single-info main .article-cat {
  display: inline-block;
}

.single-info main .article-thumb {
  margin-top: 40px;
}

.single-info main .article-thumb img {
  max-width: 100%;
}

.single-info main .btn-area {
  margin: 30px 25px 40px;
  text-align: center;
}

.single-info main .column-news {
  padding: 40px 25px 0;
}

.single-info main .single-news {
  padding: 40px 25px;
}

.contact main .prologue {
  margin: 30px 30px 0;
  line-height: 2.0;
  font-weight: 700;
}

.contact main .contact-flow {
  margin: 50px 25px 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.contact main .contact-flow li {
  position: relative;
  display: inline-block;
  width: 33.3334%;
  padding: 10px 0;
  background: #d4f9fb;
  color: #03dfea;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.contact main .contact-flow li::after {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 2;
  content: '';
  width: 35px;
  height: 35px;
  background: #d4f9fb;
  border-right: 3px solid #18d4de;
  border-bottom: 3px solid #18d4de;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact main .contact-flow li:first-child::after {
  content: none;
}

.contact main .contact-flow li span {
  position: relative;
  right: -5px;
  z-index: 3;
}

.contact main .contact-flow li.is-current {
  background: #fff;
  color: #01728a;
}

.contact main .contact-flow li.is-current + li::after {
  background: #fff;
}

.contact main .input-form {
  margin: 0 25px;
  padding-top: 40px;
}

.contact main .input-form .form-row + .form-row {
  margin-top: 20px;
}

.contact main .input-form .form-label {
  margin-bottom: 5px;
}

.contact main .input-form .form-label .required {
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 10px;
}

.contact main .input-form .form-field input[type="text"],
.contact main .input-form .form-field textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.contact main .input-form .form-field textarea {
  height: 100px;
  min-height: 100px;
  resize: vertical;
}

.contact main .input-form ::-webkit-input-placeholder {
  padding-top: 2px;
  color: #cdf9fb;
  font-size: 14px;
  opacity: 1;
}

.contact main .input-form ::-moz-placeholder {
  padding-top: 2px;
  color: #cdf9fb;
  font-size: 14px;
  opacity: 1;
}

.contact main .input-form :-ms-input-placeholder {
  padding-top: 2px;
  color: #cdf9fb;
  font-size: 14px;
  opacity: 1;
}

.contact main .confirm-form {
  padding-top: 40px;
}

.contact main .confirm-form .form-row {
  border: 1px solid #fff;
}

.contact main .confirm-form .form-row + .form-row {
  border-top: none;
}

.contact main .confirm-form .form-label,
.contact main .confirm-form .form-field {
  padding: 15px;
}

.contact main .confirm-form .form-label {
  border-bottom: 1px solid #fff;
}

.contact main .confirm-form .form-field {
  word-break: break-all;
}

.contact main .confirm-form .error {
  color: #f00;
}

.contact main .contact-tel {
  margin: 40px -25px 0;
  text-align: center;
}

.contact main .contact-tel-number {
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
}

.contact main .contact-tel-number a,
.contact main .contact-tel-number span {
  position: relative;
  display: inline-block;
  margin-left: -5px;
  -webkit-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

.contact main .contact-tel-number a::before,
.contact main .contact-tel-number span::before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: '\e900';
  margin-right: 10px;
  color: #fff;
  font-size: 30px;
  font-family: 'icons';
  -webkit-transform: scaleX(1.15);
          transform: scaleX(1.15);
}

.contact main .contact-tel-hour {
  margin: 5px 0 0 40px;
  font-size: 15px;
}

.contact main .btn-area {
  margin-top: 40px;
  text-align: center;
}

.contact main .btn-area .error {
  margin-bottom: 20px;
}

.contact main .form-btn {
  display: inline-block;
  width: 100%;
  max-width: 325px;
  padding: 15px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  color: #01728a;
}

.contact main .form-btn:hover {
  border: 1px solid #01728a;
  background: #01728a;
  color: #fff;
}

.contact main .btn-back + .btn-submit {
  margin-top: 20px;
}

.company main .message {
  margin: 35px 25px 0;
}

.company main .message p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.company main .message p + p {
  margin-top: 20px;
}

.company main .company-info {
  margin: 50px 25px 0;
  border-top: 1px solid #fff;
}

.company main .company-info .company-info-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 13px;
}

.company main .company-info .company-info-label {
  padding: 16px 0 6px;
}

.company main .company-info .company-info-text {
  padding-bottom: 16px;
}

.company main .company-map {
  height: 200px;
  margin-top: 50px;
}

.company main .company-map-cn {
  background: url(../images/company/img_company_map.jpg) 50% 50% no-repeat;
  background-size: cover;

}

.privacy main h3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.privacy main section {
  margin: 0 25px 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #fff;
}

.privacy main .section01 {
  margin-top: 40px;
}

.privacy main .section01 ol {
  margin: 15px 0 0 20px;

}

.privacy main .section01 ol li {
  margin-top: 14px;
}

.privacy main .section02 p {
  margin-top: 3px;
}

.privacy main .section02 ol {
  margin: 0 0 0 20px;
}

.privacy main .section02 ol li + li {
  margin-top: 25px;
}

.privacy main .section02 ol li ol {
  margin: 10px 0 0 22px;
}

.privacy main .section02 ol li ol li + li {
  margin-top: 14px;
}

.privacy main .privacy-info {
  margin: 0 25px;
}

.privacy main .company-address {
  font-size: 14px;
  font-style: normal;
}

.privacy main .signature {
  margin-top: 20px;
  padding-bottom: 40px;
}

.privacy main .signature dt {
  padding-bottom: 10px;
}

.privacy main .signature dd img {
  width: 162px;
  height: 30px;
}

.error404 main {
  padding: 120px 25px 0;
}

.error404 main h2 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.error404 main h2 span {
  font-family: "EB Garamond", serif;
}

.error404 main .prologue {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.error404 main .nf-text {
  margin-top: 15px;
}

.error404 main .nf-text br:nth-child(1),
.error404 main .nf-text br:nth-child(3) {
  display: none;
}

.error404 main .back-top {
  margin-top: 45px;
  text-align: center;
}

@media only screen and (min-width: 767px){
  body{
    content: '';
  }
  .global-header{
    height: 90px;
  }
  .logo{
    top: 20px;
    left: 15px;
    width: 120px;
  }
  .nav-trigger{
    width: 90px;
    height: 90px;
  }
  .global-nav{
    padding-top: 90px;
  }
  .nav-trigger-label{
    font-size: 13px;
  }
  .nav-ev-button{
    right: 90px;
    width: 92px;
    height: 90px;
    padding-top: 28px;
    font-size: 13px;
  }
  .global-footer{
    padding: 120px 20px 100px;
  }
  .footer-info{
    display: table;
    width: 100%;
    border: 1px solid #fff;
  }
  .footer-info-header{
    display: table-cell;
    width: 300px;
    vertical-align: middle;
  }
  .footer-info-title{
    font-size: 26px;
  }
  .footer-tel-number{
    font-size: 32px;
  }
  .footer-tel-number a,
  .footer-tel-number span{
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
  .footer-tel-number a::before,
  .footer-tel-number span::before{
    top: -4px;
    font-size: 20px;
    -webkit-transform: none;
    transform: none;
  }
  .footer-tel-hour{
    margin: 0;
    font-size: 14px;
  }
  .footer-ec-link {
    margin-top: 12px;
  }
  .footer-ec-link a {
    padding: 11px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .footer-ec-link a span{
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }
  .footer-ec-link a span::after{
    position: absolute;
    top: 1px;
    right: 0;
    content: '\e901';
    font-family: 'icons';
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .footer-ec-link a:hover {
    background: transparent;
    color: #fff;
  }
  .footer-ec-link a:hover::after {
    color: #fff;
  }
  .footer-info-contents{
    display: table-cell;
    padding: 30px 30px 30px 0;
    vertical-align: middle;
  }
  .footer-info-contents ul li{
    margin-top: 6px;
  }
  .footer-info-contents ul li:first-child{
    margin-top: 0;
  }
  .footer-nav01{
    margin-top: 100px;
    text-align: center;
  }
  .footer-nav01 li{
    display: inline-block;
    border: none;
  }
  .footer-nav01 li:nth-child(2){
    margin: 0 30px;
  }
  .footer-nav01 li a{
    width: 220px;
    padding: 14px 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .footer-nav01 li:nth-child(3) a{
    width: 320px;
  }
  .footer-nav01 li a span{
    position: relative;
    display: inline-block;
    padding-right: 30px;
  }
  .footer-nav01 li a span::after{
    position: absolute;
    top: 3px;
    right: 0;
    content: '\e901';
    font-family: 'icons';
    font-size: 14px;
    font-weight: 700;
  }
  .footer-nav01 li a:hover{
    background: #fff;
    color: #18d4de;
  }
  .footer-nav01 li a::after{
    content: none;
  }
  .footer-nav02{
    margin-top: 40px;
    text-align: center;
  }
  .footer-nav02 li{
    width: auto;
    border-bottom: none;
    font-weight: 700;
  }
  .footer-nav02 li:last-child{
    margin-left: 50px;
  }
  .footer-nav02 li a{
    display: inline-block;
    padding: 0;
    font-size: 14px;
  }
  .footer-nav02 li a::after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer-nav02 li a:hover::after{
    width: 100%;
  }
  .footer-nav02 li:first-child a{
    border-right: none;
  }
  .footer-sns{
    margin-top: 60px;
  }
  .footer-sns li{
    margin: 0 10px;
    font-size: 29px;
  }
  .footer-sns li a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .footer-sns li a:hover{
    opacity: .7;
  }
  .copyright{
    margin-top: 60px;
    font-size: 14px;
  }
  .loading-spinner{
    border: 32px solid #27e9e9;
  }
  .pagetop{
    right: 40px;
    bottom: 40px;
  }
  .pagetop a{
    width: 60px;
    height: 60px;
  }
  .pagetop a::after{
    top: 10px;
    font-size: 40px;
  }
  .pagetop a:hover{
    background: #fff;
    color: #18d4de;
  }
  .page-header{
    padding-top: 90px;
  }
  .page-title{
    padding-top: 75px;
    font-size: 35px;
  }
  .button{
    width: 350px;
    max-width: inherit;
    padding: 18px;
    font-size: 20px;
  }
  .button-arrow-right span:after{
    margin-top: -7px;
    font-size: 15px;
  }
  .button-arrow-left span:after{
    margin-top: -7px;
    font-size: 15px;
  }
  .home .scroll-down span::before, .home .scroll-down span::after{
    width: 30px;
  }
  .home .scroll-down span:nth-child(1)::before, .home .scroll-down span:nth-child(2)::before{
    left: 5px;
  }
  .home .scroll-down span:nth-child(1)::after, .home .scroll-down span:nth-child(2)::after{
    right: 6px;
  }
  .home .box-title{
    font-size: 28px;
    line-height: 1.2;
  }
  .home .news-topics{
    padding: 65px 100px 80px;
  }
  .home .news-topics-title{
    margin-bottom: 10px;
    font-size: 36px;
    text-align: left;
  }
  .home .news-topics-item{
    padding: 30px 0 0;
    border-bottom: none;
  }
  .home .nt-item-cat{
    float: left;
    margin-top: 5px;
    margin-right: 30px;
  }
  .home .news-topics-more{
    margin-top: 25px;
    text-align: right;
  }
  .home .news-topics-more a{
    display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
  }
  .home .news-topics-more a span:after{
    margin-top: -6px;
    font-size: 12px;
  }
  .campanella main{
    padding: 160px 40px 250px 130px;
  }
  .campanella main h2{
    font-size: 36px;
  }
  .campanella main h3{
    font-size: 28px;
  }
  .campanella main p{
    font-size: 16px;
  }
  .heart main .page-title{
    padding-top: 120px;
  }
  .heart main .prologue{
    margin: 20px 25px 100px;
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
  }
  .heart main section .inner{
    padding: 80px 25px;
  }
  .heart main section p{
    font-size: 16px;
    line-height: 2;
  }
  .heart main .section-hero{
    width: 100%;
    height: 0;
    padding-top: 28.8%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .heart main .section-hero img{
    display: none;
  }
  .heart main .section01 .section-hero{
    background-image: url(../images/heart/bg_01_large.jpg);
  }
  .heart main .section02 .section-hero{
    background-image: url(../images/heart/bg_02_large.jpg);
  }
  .heart main .section03 .section-hero{
    background-image: url(../images/heart/bg_03_large.jpg);
  }
  .heart main .section04 .section-hero{
    background-image: url(../images/heart/bg_04_large.jpg);
  }
  .heart main .section05 .section-hero{
    background-image: url(../images/heart/bg_05_large.jpg);
  }
  .heart main .section-title{
    font-size: 25px;
  }
  .heart main .section-title br{
    display: none;
  }
  .post-type-archive-products main .page-title{
    padding-bottom: 75px;
  }
  .post-type-archive-products main .products-item-title{
    font-size: 36px;
    line-height: 1.2;
  }
  .single-products main .page-header{
    padding-top: 90px;
  }
  .single-products main .page-title{
    padding: 75px 0 50px;
    font-size: 30px;
  }
  .single-products main .page-description{
    font-size: 16px;
    line-height: 2.2;
  }
  .single-products main .page-description p + p{
    margin-top: 25px;
  }
  .single-products main .page-description .note{
    font-size: 12px;
  }
  .single-products main .inner{
    padding: 75px 25px;
  }
  .single-products main .section + .section{
    margin-top: 75px;
  }
  .single-products main .section-title{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }
  .single-products main .products-list{
    margin-top: -25px;
    border-top: none;
  }
  .single-products main .products-item{
    display: block;
    width: 47.1%;
    margin-top: 25px;
    border-bottom: none;
  }
  .single-products main .products-item:nth-of-type(odd){
    clear: both;
    float: left;
  }
  .single-products main .products-item:nth-of-type(even){
    float: right;
  }
  .single-products main .products-item-image{
    display: block;
    width: 100%;
    padding: 0;
  }
  .single-products main .products-item-image .season-label{
    padding: 5px 17px 4px;
    font-size: 20px;
  }
  .single-products main .products-item-detail{
    display: block;
    padding: 15px 0 0;
  }
  .single-products main .products-item-detail .products-item-detail-sp {
    display: none;
  }
  .single-products main .products-item-detail .products-item-detail-pc {
    display: block;
  }
  .single-products main .products-item-detail p{
    font-size: 15px;
    line-height: 1.5;
  }
  .single-products main .products-item-detail p + p{
    margin-top: 0;
  }
  .single-products main .products-item-detail .small{
    font-size: 13px;
  }
  .single-products main .products-item-detail .price{
    display: block;
    padding: 0;
  }
  .single-products main .products-item-detail .btn-eclink{
    margin-top: 13px;
  }
  .single-products main .products-item-detail .btn-eclink a{
    display: block;
    min-width: inherit;
    padding: 6px 10px;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .single-products main .products-item-detail .btn-eclink a:hover{
    opacity: .7;
  }
  .single-products main .products-item-detail .btn-eclink a i{
    margin-right: 18px;
    font-size: 19px;
  }
  .single-products main .price-note{
    margin-top: 50px;
    font-size: 12px;
    text-align: right;
  }
  .single-products main .products-detail-list{
    margin-top: 15px;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 15px;
    overflow: hidden;
  }
  .single-products main .products-detail-list dt{
    float: left;
    margin-right: 35px;
  }
  .single-products main .products-detail-list dd{
    overflow: hidden;
  }
  .single-products main .products-detail-list dd p + p{
    margin-top: 10px;
  }
  .single-products main .products-detail-list + .products-detail-list{
    margin-top: 0;
    border-top: none;
  }
  .single-products main .btn-area{
    margin-top: 75px;
  }
  .single-products main .other-products-title{
    margin: 60px 0 10px;
    font-size: 22px;
  }
  .single-products main .other-products-list{
    overflow: hidden;
  }
  .single-products main .other-products-item{
    display: block;
    float: left;
    width: 31.5%;
    margin: 2.75% 0 0 2.75%;
  }
  .single-products main .other-products-item:nth-child(3n+1){
    clear: left;
    margin-left: 0;
  }
  .single-products main .other-products-item-image{
    display: block;
    width: 100%;
  }
  .single-products main .other-products-item-title{
    display: block;
    padding: 10px 0 0;
    font-size: 15px;
    text-align: center;
  }
  .post-type-archive-shop main .prologue{
    margin-top: 15px;
    font-size: 15px;
  }
  .post-type-archive-shop main .prologue{
    margin-top: 20px;
    font-size: 18px;
  }
  .post-type-archive-shop main .shop-list{
    max-width: inherit;
    margin-top: 50px;
  }
  .post-type-archive-shop main .shop-list li{
    margin-top: 35px;
    width: 48%;
  }
  .post-type-archive-shop main .shop-list li:nth-of-type(odd){
    clear: left;
    float: left;
  }
  .post-type-archive-shop main .shop-list li:nth-of-type(even){
    float: right;
  }
  .post-type-archive-shop main .shop-list li a span,
  .post-type-archive-shop main .cafe-list li a span{
    display: block;
    max-width: inherit;
    padding: 20px 40px 20px 20px;
    font-size: 20px;
  }
  .post-type-archive-shop main .shop-list li a span:after,
  .post-type-archive-shop main .cafe-list li a span:after{
    right: 15px;
    margin-top: -8px;
    font-size: 14px;
  }
  .post-type-archive-shop main .cafe-list{
    max-width: inherit;
    margin-top: 50px;
  }
  .post-type-archive-shop main .cafe-list li{
    margin-top: 35px;
  }
  .post-type-archive-shop main .cafe-list li .image-pc{
    display: block;
  }
  .post-type-archive-shop main .cafe-list li .image-sp{
    display: none;
  }
  .post-type-archive-shop main .shop-list + .page-header{
    padding-top: 0;
  }
  .post-type-archive-shop main .shop-list + .page-header .page-title{
    padding-top: 75px;
  }
  .single-shop main .section{
    margin: 75px 25px 0;
    padding-top: 75px;
  }
  .single-shop main .back-btn{
    margin: 75px 25px 0;
  }
  .single-shop main .block + .block{
    margin-top: 70px;
  }
  .single-shop main .shop-name{
    padding-bottom: 20px;
    font-size: 22px;
  }
  .single-shop main .shop-name .shop-name-sp{
    display: none;
  }
  .single-shop main .shop-name .shop-name-pc{
    display: block;
  }
  .single-shop main .shop-detail{
    font-size: 15px;
  }
  .single-shop main .shop-detail-label{
    width: 110px;
  }
  .single-shop main .shop-detail-contents .shop-detail-contents-sp{
    display: none;
  }
  .single-shop main .shop-detail-contents .shop-detail-contents-pc{
    display: block;
  }
  .single-shop main .shop-detail-contents .link-map{
    margin-top: 15px;
  }
  .single-shop main .map-area{
    width: 500px;
    margin: 50px auto 0;
  }
  .single-shop main .map{
    width: 500px;
    height: 400px;
  }
  .single-shop main .link-map{
    margin-top: 12px;
  }
  .single-shop main .link-map a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .single-shop main .link-map a:hover{
    opacity: .7;
  }
  .post-type-archive-info main .page-title{
    font-size: 35px;
  }
  .post-type-archive-info main .info-list{
    margin: 75px 25px 0;
    border-top: none;
  }
  .post-type-archive-info main .info-item{
    margin-top: 30px;
    padding: 0;
    border-bottom: none;
  }
  .post-type-archive-info main .info-item:first-child{
    margin-top: 0;
  }
  .post-type-archive-info main .info-item a{
    padding: 0;
    overflow: hidden;
  }
  .post-type-archive-info main .info-item-cat{
    float: left;
    width: 170px;
    margin-right: 30px;
    padding: 10px 0 9px;
  }
  .post-type-archive-info main .info-item-title{
    margin-top: 3px;
    font-size: 18px;
  }
  .post-type-archive-info main .btn-area{
    margin-top: 75px;
  }
  .single-info main .page-title2{
    font-size: 35px;
  }
  .single-info main .article-title{
    font-size: 26px;
  }
  .single-info main .article-contents p{
    font-size: 16px;
    line-height: 1.8;
  }
  .single-info main .article-contents a{
    position: relative;
    display: inline-block;
  }
  .single-info main .article-contents a::after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .single-info main .article-contents a:hover::after{
    width: 100%;
  }
  .single-info main .article-meta{
    margin-top: 55px;
  }
  .single-info main .article-meta a{
    position: relative;
    display: inline-block;
  }
  .single-info main .article-meta a::after{
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .single-info main .article-meta a:hover::after{
    width: 100%;
  }
  .single-info main .article-thumb{
    margin-top: 55px;
  }
  .single-info main .btn-area{
    margin-top: 75px;
  }
  .single-info main .column-news{
    padding: 75px 25px 0;
  }
  .single-info main .single-news{
    padding: 75px 25px;
  }
  .contact main .prologue{
    margin-top: 60px;
    line-height: 1.8;
  }
  .contact main .contact-flow{
    max-width: 760px;
    margin: 75px auto 0;
  }
  .contact main .contact-flow li{
    padding: 15px 0;
    font-size: 18px;
  }
  .contact main .contact-flow li::after{
    left: -35px;
    width: 48px;
    height: 48px;
  }
  .contact main .input-form{
    max-width: 760px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .contact main .input-form .form-row{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 30px;
  }
  .contact main .input-form .form-label{
    display: table-cell;
    width: 220px;
    margin: 0;
    padding-right: 30px;
    font-size: 16px;
    vertical-align: middle;
    text-align: right;
  }
  .contact main .input-form .form-label .required{
    font-size: 11px;
  }
  .contact main .input-form .form-field{
    display: table-cell;
    vertical-align: middle;
  }
  .contact main .input-form .form-field input[type="text"],
  .contact main .input-form .form-field textarea{
    padding: 10px 13px;
    border: 2px solid #fff;
  }
  .contact main .input-form .form-field textarea{
    height: 180px;
    min-height: 180px;
  }
  .contact main .input-form ::-webkit-input-placeholder{
    font-size: 16px;
  }
  .contact main .input-form ::-moz-placeholder{
    font-size: 16px;
  }
  .contact main .input-form :-ms-input-placeholder{
    font-size: 16px;
  }
  .contact main .confirm-form{
    max-width: 760px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .contact main .confirm-form .form-row{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .contact main .confirm-form .form-label,
  .contact main .confirm-form .form-field{
    padding: 20px;
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
  }
  .contact main .confirm-form .form-label{
    width: 230px;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .contact main .contact-tel{
    margin: 60px 0 0;
  }
  .contact main .contact-tel-number a,
  .contact main .contact-tel-number span{
    margin: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 48px;
    letter-spacing: .025em;
  }
  .contact main .contact-tel-number a::before,
  .contact main .contact-tel-number span::before{
    top: -4px;
    font-size: 32px;
    -webkit-transform: none;
    transform: none;
  }
  .contact main .contact-tel-hour{
    margin: 5px 0 0;
    font-size: 20px;
  }
  .contact main .btn-area{
    margin-top: 60px;
  }
  .contact main .btn-area .error{
    font-size: 16px;
  }
  .contact main .form-btn{
    width: 350px;
    max-width: inherit;
    padding: 18px;
    font-size: 20px;
  }
  .contact main .btn-back{
    max-width: 180px;
  }
  .contact main .btn-back + .btn-submit{
    margin: 0 0 0 40px;
  }
  .company main .message{
    margin: 75px 25px 0;
  }
  .company main .message p{
    font-size: 18px;
  }
  .company main .message p + p{
    margin-top: 30px;
  }
  .company main .company-info{
    margin: 65px 25px 0;
  }
  .company main .company-info .company-info-row{
    font-size: 16px;
  }
  .company main .company-info .company-info-label{
    display: table-cell;
    width: 180px;
    padding: 20px 10px 20px 20px;
    vertical-align: top;
  }
  .company main .company-info .company-info-text{
    display: table-cell;
    padding: 20px 5px 20px 20px;
    vertical-align: top;
  }
  .company main .company-map{
    height: 400px;
    margin-top: 75px;
  }
  .privacy main h3{
    margin-bottom: 45px;
    font-size: 20px;
  }
  .privacy main section{
    margin: 0 25px 70px;
    padding-bottom: 70px;
  }
  .privacy main .section01{
    margin-top: 70px;
  }
  .privacy main .company-address{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .privacy main .company-address br:nth-child(1), .privacy main .company-address br:nth-child(3), .privacy main .company-address br:nth-child(5){
    display: none;
  }
  .privacy main .signature{
    margin-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }
  .privacy main .signature dt{
    display: inline-block;
    padding: 8px 35px 0 0;
  }
  .privacy main .signature dd{
    display: inline-block;
    vertical-align: top;
  }
  .error404 main{
    padding: 170px 25px 0;
    text-align: center;
  }
  .error404 main h2{
    font-size: 35px;
  }
  .error404 main .prologue{
    margin-top: 70px;
    font-size: 20px;
  }
  .error404 main .nf-text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .error404 main .nf-text br:nth-child(1),
  .error404 main .nf-text br:nth-child(3){
    display: inline;
  }
  .error404 main .back-top{
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1280px){
  body{
    min-width: 1200px;
  }
  .spbr{
    display: none;
  }
  .pcbr{
    display: inline;
  }
  .global-header{
    height: 110px;
  }
  .global-header.is-fixed{
    height: 80px;
  }
  .global-header.is-fixed .logo{
    top: 15px;
    width: 119px;
  }
  .global-header.is-fixed .nav{
    top: 46px;
  }
  .global-header.is-fixed .nav-product-contents,
  .global-header.is-fixed .nav-shop-contents{
    top: 80px;
  }
  .global-header.is-fixed .lang-nav{
    top: 15px;
  }
  .logo{
    top: 26px;
    left: 40px;
    width: 150px;
    margin-left: 0;
  }
  .nav-trigger, .nav-ev-button{
    display: none;
  }
  .global-nav{
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .global-nav-inner{
    height: auto;
    background: transparent;
    overflow: visible;
  }
  .nav{
    position: absolute;
    top: 70px;
    right: 40px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .nav li{
    display: inline-block;
    margin-left: 66px;
    border-bottom: none;
  }
  .nav li:first-child{
    left: 0;
    border-top: none;
  }
  .nav li a{
    display: inline-block;
    padding: 0;
  }
  .nav li a::after{
    top: auto;
    bottom: -5px;
    right: 50%;
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    border: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .nav li a.is-current::after, .nav li a:hover::after{
    width: 100%;
  }
  body.campanella .nav > li:nth-of-type(3) > a::after,
  body.heart .nav > li:nth-of-type(4) > a::after,
  body.post-type-archive-products .nav > li:nth-of-type(1) .nav-product-link > a::after,
  body.single-products .nav > li:nth-of-type(1) .nav-product-link > a::after,
  body.post-type-archive-shop .nav > li:nth-of-type(2) .nav-shop-link > a::after,
  body.single-shop .nav > li:nth-of-type(2) .nav-shop-link > a::after,
  body.contact .nav > li:nth-of-type(5) > a::after{
    width: 100%;
  }
  .nav-product-contents,
  .nav-shop-contents{
    display: block !important;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: none;
    -webkit-transition: all .4s ease-in-out, top .3s ease-in-out;
    transition: all .4s ease-in-out, top .3s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-product:hover,
  .nav-shop:hover{
    padding-bottom: 30px;
  }
  .nav-product:hover > a::after,
  .nav-shop:hover > a::after{
    width: 100%;
  }
  .nav-product:hover .nav-product-contents,
  .nav-shop:hover .nav-shop-contents{
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-product-link,
  .nav-shop-link {
    display: inline;
    width: auto;
  }
  .nav-product-link a,
  .nav-shop-link a {
    display: inline-block;
  }
  .nav-product-link a::after,
  .nav-shop-link a::after {
    content: '' !important;
  }
  .nav-product-link span,
  .nav-shop-link span {
    display: none;
  }
  .nav-product-contents-inner,
  .nav-shop-contents-inner {
    background: rgba(0, 0, 0, 0.7);
  }
  .nav-product-list,
  .nav-shop-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .nav-product-list li {
    float: left;
    display: block;
    width: 200px;
    margin: 0 0 30px 50px;
  }
  .nav-product-list li:nth-child(5n+1) {
    margin-left: 0;
  }
  .nav-product-list li a {
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .nav-product-list li a:hover {
    opacity: .5;
  }
  .nav-product-list li a::after {
    content: none;
  }
  .nav-product-list li div {
    display: block;
    width: 100%;
  }
  .nav-product-list li figcaption {
    display: block;
    padding: 10px 0 0;
    text-align: center;
  }
  .nav-shop-list {
    padding-top: 14px;
  }
  .nav-shop-list:last-child {
    padding-bottom: 30px;
  }
  .nav-shop-list dd {
    position: relative;
    min-height: 110px;
  }
  .nav-shop-list dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 340px;
    height: 110px;
    background: url(../images/common/nav_shop.jpg) no-repeat;
  }
  .nav-shop-list + .nav-shop-list dd::after {
    background: url(../images/common/nav_cafe.jpg) no-repeat;
  }
  .nav-shop-list dt {
    padding: 0 0 6px;
  }
  .nav-shop-list dd {
    padding: 0 0 0 375px;
  }
  .nav-shop-list li {
    float: left;
    display: block;
    width: 275px;
    margin: 25px 0 0 0;
  }
  .nav-shop-list li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .nav-shop-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .nav-shop-list li span{
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  .nav-shop-list li span::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '\e901';
    font-family: 'icons';
    font-size: 12px;
    font-weight: 700;
  }
  .nav .nav-ec {
    letter-spacing: -.05em;
  }
  .nav .nav-ec a {
    padding: 5px 10px;
    background: #fff;
    color: #234247;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .nav .nav-ec a::after {
    content: none;
  }
  .nav .nav-ec a:hover {
    opacity: .7;
  }
  .mobile-nav-product-list,
  .mobile-nav-ec{
    display: none;
  }
  .lang-nav{
    position: absolute;
    top: 28px;
    right: 40px;
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .lang-nav li{
    margin: 0 0 0 15px;
  }
  .lang-nav li a{
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .lang-nav li a.is-current, .lang-nav li a:hover{
    color: #258684;
  }
  .lang-nav li:nth-child(1) a::before,
  .lang-nav li:nth-child(2) a::before{
    content: none;
  }
  .lang-nav li:nth-child(1) a, .lang-nav li:nth-child(2) a, .lang-nav li:nth-child(3) a, .lang-nav li:nth-child(4) a{
    padding: 0;
    font-size: 11px;
  }
  .footer-contents{
    width: 1200px;
    margin: 0 auto;
  }
  .footer-info-header{
    width: 400px;
  }
  .footer-info-contents{
    padding: 55px 75px 55px 0;
  }
  .footer-nav01{
    text-align: left;
  }
  .footer-nav01 li a{
    width: 230px;
    text-align: center;
  }
  .footer-nav02{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 18px;
  }
  .page-header{
    padding-top: 0;
  }
  .hero-image{
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .hero-image img{
    display: none;
  }
  .page-title{
    padding-top: 220px;
    font-size: 38px;
  }
  .hero-image + .page-title{
    padding-top: 100px;
  }
  /*
  .home .hero-slide-wrap::after{
  }
  */
  .home .hero-item01{
    background-image: url(../images/home/img_hero_01_large.jpg);
  }
  .home .hero-item02{
    background-image: url(../images/home/img_hero_02_large.jpg);
  }
  .home .hero-item03{
    background-image: url(../images/home/img_hero_03_large.jpg);
  }
  .home .hero-item04{
    background-image: url(../images/home/img_hero_04_large.jpg);
  }
  .home .box-title{
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .home .box a{
    height: auto;
    padding: 0 !important;
    background: #000 !important;
  }
  .home .box a:hover img{
    opacity: .5;
  }
  .home .box a:hover .box-title{
    opacity: 1;
  }
  .home .box figure{
    overflow: hidden;
  }
  .home .box img{
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  /*
  .home .box01 a::after, .home .box05-pc a::after, .home .box06 a::after{
  }
  .home .box02 a::after, .home .box03 a::after, .home .box04 a::after{
  }
  */
  .home .box05-sp{
    display: none;
  }
  .home .block01 .left-col{
    float: left;
    width: 60%;
  }
  .home .block01 .right-col{
    float: right;
    width: 40%;
  }
  .home .block02{
    position: relative;
  }
  .home .block02 .left-col{
    display: table-cell;
    width: 40%;
    vertical-align: top;
    text-align: left;
  }
  .home .block02 .right-col{
    display: table-cell;
    width: 60%;
    padding-top: 5%;
    vertical-align: top;
    text-align: left;
  }
  .home .block02-inner{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .home .box06{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
  }
  .home .news-topics{
    position: relative;
    padding: 0;
  }
  .home .news-topics .news-topics-inner{
    width: 680px;
    margin: 0 auto;
  }
  .home.home-gl .block02 .right-col{
    padding-top: 0;
  }
  .home.home-gl .box06{
    position: static;
    width: 100%;
  }
  .campanella main{
    padding: 280px 0 500px;
  }
  .campanella main .inner{
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .campanella main h2{
    margin-bottom: 40px;
    font-size: 40px;
  }
  .campanella main h3{
    margin-top: 60px;
    font-size: 32px;
  }
  .campanella main p{
    margin-top: 40px;
    font-size: 22px;
  }
  .heart main .page-title{
    padding-top: 240px;
    font-size: 40px;
  }
  .heart main .prologue{
    margin: 40px 0 140px;
  }
  .heart main section .inner{
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0;
    text-align: center;
  }
  .heart main section p{
    margin-top: 30px;
  }
  .heart main section p br{
    display: inline;
  }
  .heart main .section-title{
    font-size: 32px;
    font-weight: 700;
  }
  .heart main .section04 .image-text{
    display: table;
    table-layout: fixed;
    width: 900px;
    margin: 0 auto;
  }
  .heart main .section04 .text{
    display: table-cell;
    width: 560px;
    vertical-align: top;
    text-align: left;
  }
  .heart main .section04 .image{
    display: table-cell;
    width: auto;
    margin: 0;
    padding-left: 75px;
    vertical-align: middle;
    text-align: right;
  }
  .heart main .section04 .image div{
    width: 265px;
  }
  .heart main .section05 .image-text{
    display: table;
    table-layout: fixed;
    width: 900px;
    margin: 0 auto;
  }
  .heart main .section05 .text{
    display: table-cell;
    width: 560px;
    padding-top: 20px;
    vertical-align: top;
    text-align: left;
  }
  .heart main .section05 .image{
    display: table-cell;
    width: auto;
    margin: 0;
    padding-left: 54px;
    vertical-align: top;
    text-align: right;
  }
  .heart main .section05 .image div{
    width: 285px;
    height: 365px;
    background: url(../images/heart/img_02_large.jpg) 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .post-type-archive-products main .hero-image{
    height: 700px;
    background: url(../images/products/img_hero_large.jpg) 50% 100%/cover no-repeat;
  }
  /*
  .post-type-archive-products main .hero-image::after{
  }
  */
  .post-type-archive-products main .page-title{
    padding-bottom: 100px;
  }
  .post-type-archive-products main .products-item{
    width: 340px;
    margin: 90px 0 0 90px;
  }
  .post-type-archive-products main .products-item:nth-of-type(3n+1){
    clear: left;
    margin-left: 90px;
  }
  .post-type-archive-products main .products-item a:hover .products-item-image img{
    opacity: .5;
  }
  .post-type-archive-products main .products-item a:hover .products-item-title > span::after{
    width: 100%;
  }
  .post-type-archive-products main .products-item-title{
    position: static;
    width: auto;
    padding-top: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 22px;
    text-align: left;
    text-shadow: none;
  }
  .post-type-archive-products main .products-item-title br{
    display: none;
  }
  .post-type-archive-products main .products-item-title > span{
    position: relative;
    display: inline-block;
  }
  .post-type-archive-products main .products-item-title > span::after{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    border: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .post-type-archive-products main .products-item-title > span span{
    padding-left: .5em;
  }
  .post-type-archive-products main .inner{
    width: 1200px;
    margin: 0 auto;
  }
  .post-type-archive-products main .products-list{
    margin: -90px 0 0 -90px;
  }
  .single-products main .page-header{
    padding: 0 0 90px;
  }
  .single-products main .hero-slide{
    height: 700px;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .single-products main .hero-slide img{
    display: none;
  }
  /*
  .single-products main .hero-slide::after{
  }
  */
  .single-products main .hero-item{
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
  .single-products main .page-title{
    padding: 90px 0 50px;
    font-size: 38px;
  }
  .single-products main .page-description{
    text-align: center;
  }
  .single-products main .inner{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .single-products main .section + .section{
    margin-top: 100px;
  }
  .single-products main .section-title{
    margin-bottom: 60px;
  }
  .single-products main .products-list{
    margin: -45px 0 0 -45px;
  }
  .single-products main .products-item{
    width: 370px;
    margin: 45px 0 0 45px;
  }
  .single-products main .products-item:nth-of-type(odd), .single-products main .products-item:nth-of-type(even){
    clear: none;
    float: left;
  }
  .single-products main .products-item:nth-of-type(3n+1){
    clear: left;
  }
  .single-products main .products-item-detail p{
    font-size: 16px;
  }
  .single-products main .products-item-detail .small{
    font-size: 14px;
  }
  .single-products main .price-note{
    margin-top: 85px;
    font-size: 12px;
  }
  .single-products main .products-detail-list{
    padding: 15px 10px 12px;
    font-size: 16px;
  }
  .single-products main .btn-area{
    margin-top: 85px;
  }
  .single-products main .btn-area a{
    display: inline-block;
  }
  .single-products main .btn-area a + a{
    margin-left: 35px;
  }
  .single-products main .other-products-title{
    margin: 80px 0 40px;
    font-size: 26px;
  }
  .single-products main .other-products-item,
  .single-products main .other-products-item:nth-child(3n+1){
    clear: none;
    width: 17%;
    margin: 2% 0 0 3.75%;
  }
  .single-products main .other-products-item:nth-child(5n+1){
    clear: left;
    margin-left: 0;
  }
  .single-products main .other-products-item-title{
    padding-top: 20px;
    font-size: 16px;
  }
  .post-type-archive-shop main .hero-image{
    height: 700px;
    background: url(../images/shop/img_hero_large.jpg) 50% 100%/cover no-repeat;
  }
  /*
  .post-type-archive-shop main .hero-image::after{
  }
  */
  .post-type-archive-shop main .shop-list,
  .post-type-archive-shop main .cafe-list{
    width: 1200px;
    margin: 40px auto 0;
    padding: 0;
  }
  .post-type-archive-shop main .shop-list li,
  .post-type-archive-shop main .cafe-list li{
    margin-top: 50px;
  }
  .post-type-archive-shop main .shop-list li a span,
  .post-type-archive-shop main .cafe-list li a span{
    padding: 25px 75px 25px 30px;
    font-size: 24px;
  }
  .post-type-archive-shop main .shop-list li a span:after,
  .post-type-archive-shop main .cafe-list li a span:after{
    right: 30px;
    margin-top: -12px;
    font-size: 26px;
  }
  .post-type-archive-shop main .shop-list + .page-header{
    padding-top: 0;
  }
  .post-type-archive-shop main .shop-list + .page-header .page-title{
    padding-top: 100px;
  }
  .single-shop main .section{
    width: 1200px;
    margin: 100px auto 0;
    padding-top: 100px;
  }
  .single-shop main .back-btn{
    margin: 100px 25px 0;
  }
  .single-shop main .block + .block{
    margin-top: 120px;
  }
  .single-shop main .info-area{
    float: left;
    width: 780px;
  }
  .single-shop main .shop-name{
    padding-bottom: 30px;
    font-size: 26px;
  }
  .single-shop main .shop-detail{
    font-size: 16px;
  }
  .single-shop main .map-area{
    float: right;
    margin: 0;
  }
  .single-shop main .link-map{
    text-align: right;
  }
  .post-type-archive-info main .page-title{
    font-size: 38px;
  }
  .post-type-archive-info main .info-list{
    width: 1200px;
    margin: 100px auto 0;
  }
  .post-type-archive-info main .info-item{
    margin-top: 50px;
  }
  .post-type-archive-info main .info-item-cat{
    width: 200px;
    margin-right: 35px;
    padding: 14px 0 13px;
    font-size: 16px;
  }
  .post-type-archive-info main .info-item-date{
    font-size: 14px;
  }
  .post-type-archive-info main .info-item-title{
    font-size: 20px;
  }
  .post-type-archive-info main .btn-area{
    margin-top: 90px;
    text-align: center;
  }
  .post-type-archive-info main .btn-area .button{
    display: inline-block;
  }
  .post-type-archive-info main .btn-area .button + .button{
    margin: 0 0 0 75px;
  }
  .single-info main .page-title2{
    font-size: 50px;
  }
  .single-info main .article-meta{
    margin-top: 65px;
  }
  .single-info main .btn-area{
    margin-top: 100px;
  }
  .single-info main .column-news{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .single-info main .column-news .article-text{
    float: left;
    width: 700px;
  }
  .single-info main .column-news .article-thumb{
    float: right;
    width: 420px;
    margin-top: 0;
  }
  .single-info main .single-news{
    width: 880px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .single-info main .single-news .article-title{
    text-align: center;
  }
  .contact main .prologue{
    margin-top: 80px;
    font-size: 16px;
    text-align: center;
  }
  .contact main .contact-flow{
    margin: 100px auto 0;
  }
  .contact main .contact-flow li{
    padding: 22px 0 18px;
    font-size: 20px;
  }
  .contact main .contact-flow li::after{
    left: -45px;
    width: 60px;
    height: 60px;
    border-right: 5px solid #18d4de;
    border-bottom: 5px solid #18d4de;
  }
  .contact main .input-form{
    padding-top: 80px;
  }
  .contact main .input-form .form-row{
    margin-top: 40px;
  }
  .contact main .input-form .form-label{
    padding-right: 40px;
    font-size: 18px;
  }
  .contact main .input-form .form-label .required{
    top: -2px;
    font-size: 12px;
  }
  .contact main .confirm-form{
    padding-top: 80px;
  }
  .contact main .confirm-form .form-label,
  .contact main .confirm-form .form-field{
    padding: 30px;
  }
  .contact main .confirm-form .form-label{
    font-size: 18px;
  }
  .contact main .contact-tel{
    margin: 80px 0 0;
  }
  .contact main .btn-area{
    margin-top: 80px;
  }
  .company main .hero-image{
    height: 700px;
    background: url(../images/company/img_hero_large.jpg) 50% 100%/cover no-repeat;
  }
  /*
  .company main .hero-image::after{
  }
  */
  .company main .message{
    margin: 66px 0 0;
    text-align: center;
  }
  .company main .company-info{
    width: 1200px;
    margin: 80px auto 0;
  }
  .company main .company-info .company-info-row{
    font-size: 18px;
  }
  .company main .company-info .company-info-label{
    width: 205px;
    padding: 35px 10px 35px 35px;
  }
  .company main .company-info .company-info-text{
    padding: 35px 10px 35px 35px;
  }
  .company main .company-map{
    height: 500px;
    margin-top: 100px;
  }
  .privacy main h3{
    margin-bottom: 50px;
    font-size: 26px;
  }
  .privacy main section{
    width: 1200px;
    margin: 0 auto 100px;
    padding-bottom: 80px;
    font-size: 16px;
  }
  .privacy main .section01{
    margin-top: 90px;
  }
  .privacy main .section01 ol{
    margin: 25px 0 0 20px;
  }
  .privacy main .section01 ol li{
    margin-top: 5px;
    line-height: 2.0;
  }
  .privacy main .section02 p{
    margin-top: 0;
    line-height: 1.8;
  }
  .privacy main .section02 ol li{
    line-height: 1.8;
  }
  .privacy main .section02 ol li + li{
    margin-top: 40px;
  }
  .privacy main .section02 ol li ol{
    margin: 15px 0 0 22px;
  }
  .privacy main .section02 ol li ol li + li{
    margin-top: 0;
  }
  .privacy main .company-address{
    font-size: 18px;
  }
  .privacy main .signature dt{
    padding: 7px 35px 0 0;
    font-size: 16px;
  }
  .error404 main{
    padding: 220px 0 0;
  }
  .error404 main h2{
    font-size: 40px;
  }
  .error404 main .prologue{
    margin-top: 60px;
    font-size: 24px;
  }
  .error404 main .nf-text{
    font-size: 16px;
  }
  .error404 main .back-top{
    margin-top: 90px;
  }
}
