/*  color
----------------------------------------*/
/*  mobile setting
----------------------------------------*/
/*  media size
----------------------------------------*/
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?3oph9e");
  src: url("fonts/icomoon.eot?3oph9e#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?3oph9e") format("truetype"), url("fonts/icomoon.woff?3oph9e") format("woff"), url("fonts/icomoon.svg?3oph9e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sns-facebook:before {
  content: "\e904"; }

.icon-sns-instagram:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e908"; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

li {
  list-style: none; }

img {
  vertical-align: top; }

div, li, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box; }

a {
  outline: none;
  -webkit-tap-highlight-color: transparent; }
  a * {
    outline: none; }

/* font */
.fn {
  font-weight: normal !important; }

.fb {
  font-weight: bold !important; }

/* text */
span.inb {
  display: inline-block; }

.info-name span.inb{
	font-size: 12px;
}

.info-name li{
	line-height: 1;
}

/* list */
.list-1 {
  margin: 0 0 0 1.3em; }

ol.list1 li {
  list-style: decimal outside; }

ul.list1 li {
  list-style: disc outside; }

.link-modal {
  text-align: right; }
  .link-modal a {
    display: inline-block;
    border-radius: 2px;
    font-size: 1.4rem;
    padding: .3em 70px .3em .8em;
    position: relative;
    border: 1px solid #12afce;
    color: #12afce;
    text-decoration: none;
    transition: .2s; }
    .link-modal a::after, .link-modal a::before {
      transition: .2s;
      content: '';
      position: absolute;
      top: 50%;
      right: 15px;
      width: 1px;
      height: 10px;
      background-color: #12afce;
      transform: translateY(-50%); }
    .link-modal a::before {
      right: 10px;
      width: 10px;
      height: 1px; }
    .link-modal a:hover {
      border: 1px solid #73797c;
      color: #73797c; }
      .link-modal a:hover::after, .link-modal a:hover::before {
        background-color: #73797c; }

.link-store {
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .link-store .link-store-item {
    width: calc(50% - 5px); }
  .link-store dl {
    position: relative; }
  .link-store dt, .link-store dd div, .link-store .online, .link-store .close {
    background-color: #c2dfdd;
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiuPjlw////xmAGMgCCDAAT4wLZT7Pn1sAAAAASUVORK5CYII=) repeat;
    text-align: center;
    padding: 1.0em 0;
    line-height: 1; }
  .link-store dt {
    cursor: pointer; }
    .link-store dt:hover {
      background-color: #d2f5f1;
      background: #d2f5f1; }
  .link-store a {
    text-decoration: none;
    color: #73797c; }
  .link-store dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .2s;
    padding-top: 5px;
    transform: scaleY(0); }
    .link-store dd.show {
      transform: scaleY(1);
      opacity: 1; }
    .link-store dd div {
      padding-top: 25px;
      position: relative;
      z-index: 2; }
      .link-store dd div::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: url(../img/mask1.svg) 50% 0 no-repeat; }
    .link-store dd p {
      text-align: center; }
      .link-store dd p:first-child {
        font-size: 1.9rem; }
      .link-store dd p:last-child {
        font-size: 1.3rem; }
  .link-store .online, .link-store .close {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #73797c;
    transition: .2s; }
    .link-store .online:hover, .link-store .close:hover {
      background-color: #d2f5f1;
      background: #d2f5f1; }
  .link-store .close {
    cursor: pointer;
    background-color: #73797c;
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2Nctmz5/6ioSEZGBgYGBhAHAEDMBvUfhWZBAAAAAElFTkSuQmCC) repeat; }
    .link-store .close:hover {
      background-color: #ddd;
      background: #ddd; }

html {
  font-size: 62.5%; }

body {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  color: #73797c;
  background-color: #d2f5f1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }
  body.show {
    overflow: auto; }
  body p, body li, body th, body td, body dt, body dd {
    line-height: 1.9; }
  body a {
    text-decoration: none;
    color: #12afce; }

/*
.global-nav-water,
.follow,
#water{
	display: none;
}
*/
#site-footer {
  padding: 140px 0 70px;
  font-size: 1.1rem;
  text-align: center;
  color: #594e4e; }
  #site-footer a {
    color: #594e4e; }
  #site-footer .cr {
    margin-top: 2em; }

#site-wrapper {
  background-color: white;
  opacity: 0; }
  #site-wrapper.show {
    opacity: 1; }

#site-contents h2, #site-contents h3 {
  color: #12afce;
  line-height: 1.9; }

.sec {
  padding-top: 140px; }
  .sec p {
    text-align: justify; }

.scrollani .aniitem {
  opacity: 0;
  transition: all .7s ease-out; }
  .scrollani .aniitem.delay2 {
    transition-delay: .2s; }
  .scrollani .aniitem.delay4 {
    transition-delay: .4s; }
  .scrollani .aniitem.delay6 {
    transition-delay: .6s; }
  .scrollani .aniitem.delay8 {
    transition-delay: .8s; }
  .scrollani .aniitem.delay10 {
    transition-delay: 1.0s; }

.scrollani.scrollIn .aniitem {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.modal-window {
  opacity: 0;
  z-index: -9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity .3s ease-in; }
  .modal-window.show {
    opacity: 1; }
  .modal-window.zindex {
    z-index: 2000; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100; }
  .modal-close::before, .modal-close::after {
    transition: .2s;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #12afce;
    transform: rotate(45deg);
    margin-left: -15px; }
  .modal-close::before {
    transform: rotate(-45deg); }
  .modal-close:hover::before, .modal-close:hover::after {
    background: #73797c !important; }

.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  z-index: 90; }

.info-wrap {
  z-index: -9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity .3s ease-in;
  background-color: rgba(35, 24, 21, 0.8);
  z-index: 9999;
  opacity: 0; }
  .info-wrap.show {
    opacity: 1; }

.info-box {
  max-width: 500px;
  max-height: 90vh;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; }

.info-ttl {
  display: inline-block;
  color: #12afce;
  font-size: 2.4rem;
  border-bottom: 1px solid ; }

.info-read {
  margin-top: 2.5rem;
  font-size: 1.6rem; 
  line-height: 1.7;}

.info-name {
  margin-top: 2rem;
  color: #12afce; }
  .info-name li + li {
    margin-top: .3em; }

.info-pic {
  margin-top: 1.5rem;
  text-align: center; }
  .info-pic img {
    width: 370px;
    max-width: 100%; }

.cover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: .4s; }
  .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .8s; }
    .cover img.show {
      opacity: 1; }
  .cover .asagi {
    width: 254px;
    height: 45px; }
  .cover .ph {
    width: 120px;
    height: 99px; }
  .cover.hide {
    opacity: 0; }
  .cover.zindex {
    z-index: -9999; }

.first .box {
  background: url(../img/first.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }

.first .asagi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .7s; }
  .first .asagi img {
    width: 164px;
    height: 162px; }
  .first .asagi.show {
    opacity: 1; }

.first .bg,
.first .bg2 {
  background-color: #d2f5f1;
  position: absolute; }

.first .bg2 {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 290px;
  transform: translate(-50%, -50%);
  transition: opacity .6s ease-in;
  opacity: 0; }
  .first .bg2.show {
    opacity: 1; }

.first .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 2.0s ease-in;
  opacity: 1; }
  .first .bg.show {
    opacity: 0; }

.first .ph {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 180px;
  text-align: center;
  opacity: 0;
  transition: .3s; }
  .first .ph.show {
    opacity: 1; }

.gallery img {
  width: 100%; }

.gallery .link-modal {
  margin-top: 20px; }

.gallery .modal-close::before, .gallery .modal-close::after {
  background: white; }

.gallery-modal {
  width: 100%;
  height: 100%;
  background-color: black; }
  .gallery-modal .item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .gallery-modal .slick-counter,
  .gallery-modal .slick-arrow {
    position: absolute;
    color: white; }
  .gallery-modal .slick-arrow {
    cursor: pointer;
    width: 60px;
    height: 100%;
    z-index: 10;
    box-sizing: border-box;
    top: 0; }
    .gallery-modal .slick-arrow::after {
      transition: .2s;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -15px;
      left: 0;
      width: 45px;
      height: 45px; }
    .gallery-modal .slick-arrow.next {
      right: 0px; }
      .gallery-modal .slick-arrow.next::after {
        border-top: 1px solid white;
        border-left: 1px solid white;
        transform: rotate(135deg);
        margin-left: -10px; }
    .gallery-modal .slick-arrow.prev {
      left: 0px; }
      .gallery-modal .slick-arrow.prev::after {
        border-top: 1px solid white;
        border-left: 1px solid white;
        transform: rotate(-45deg);
        margin-left: 25px; }
  .gallery-modal .slick-counter {
    bottom: 20px;
    right: 20px; }
  .gallery-modal .slick-counter-box {
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: -.3em; }

.concept {
  margin-top: 30px;
  padding-top: 0; }
  .concept .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .concept .item {
    width: calc(50% - 25px); }
  .concept h2 {
    min-height: 5em; }
  .concept .link-modal {
    margin-top: 60px; }

.concept-modal {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: white; }
  .concept-modal .box {
    max-width: 625px;
    margin: 0 auto;
    padding: 15px;
    display: block; }
    .concept-modal .box h3 {
      margin-bottom: 40px;
      text-align: center; }

.water .box1,
.skincare .box1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .water .box1 .pic,
  .skincare .box1 .pic {
    width: 450px;
    padding-top: .3em; }
    .water .box1 .pic img,
    .skincare .box1 .pic img {
      width: 100%; }
  .water .box1 .data,
  .skincare .box1 .data {
    width: 450px; }
    .water .box1 .data h2,
    .skincare .box1 .data h2 {
      color: #73797c !important;
      font-size: 1.8rem;
      line-height: 1; }
  .water .box1 h3,
  .skincare .box1 h3 {
    margin-bottom: 1.5em; }

.water .box1 .pic img {
  border: 1px solid #ddd; }

.water .box1 .data .watercopy {
  margin-bottom: 33px; }

.water .box1 .data h2 {
  margin-bottom: 107px; }

.water .box1 .data .link-store {
  margin-top: 6.7em; }

.skincare .box1 .data h2 {
  margin-bottom: 107px; }

.skincare .box2 {
  margin-top: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 2; }
  .skincare .box2 .item {
    width: 450px; }
    .skincare .box2 .item .data h2 {
      white-space: nowrap;
      margin-bottom: 20px; }
      .skincare .box2 .item .data h2 span {
        display: block; }
    .skincare .box2 .item .pic {
      height: 290px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      margin-bottom: 40px;
      position: relative; }
      .skincare .box2 .item .pic .new {
        position: absolute;
        top: -50px;
        left: 0px;
        width: 80px;
        height: 80px;
        background: url(../img/badge-new.svg) center no-repeat;
        background-size: cover;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap; }
    .skincare .box2 .item.loation .pic {
      background-image: url(../img/skincare-lotion.jpg); }
    .skincare .box2 .item.cream .pic {
      background-position: center 90px;
      background-image: url(../img/skincare-cream.jpg); }
    .skincare .box2 .item.wash .pic {
      background-image: url(../img/skincare-wash.jpg);
      height: 400px; }
    .skincare .box2 .item.milk .pic {
      background-image: url(../img/skincare-milk.jpg);
      height: 400px; }
  .skincare .box2 .info {
    min-height: 170px;
    margin-top: 30px;
    font-size: 1.4rem; }
    .skincare .box2 .info dd + dt {
      margin-top: 10px; }
  .skincare .box2.lower .item .info {
    min-height: initial; }

.skincare .box3 {
  margin-top: 120px;
  position: relative;
  z-index: 1; }
  .skincare .box3 .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .skincare .box3 .item .data {
      width: 450px; }
      .skincare .box3 .item .data h2 {
        white-space: nowrap;
        margin-bottom: 20px; }
    .skincare .box3 .item .pic {
      width: 450px;
      min-height: 200px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      background-image: url(../img/skincare-kit.jpg); }

.skincare .box4 {
  margin-top: 80px;
  border: 1px solid #c2dfdd;
  padding: 35px 30px;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .skincare .box4 .item {
    width: calc((100% / 4) - 30px); }
  .skincare .box4 dt {
    color: #12afce; }
  .skincare .box4 dd {
    margin-top: 1em; }

.skincare .box5 {
  margin-top: 120px;
  display: block; }
  .skincare .box5 .box2 {
    margin-top: 100px; }

.skincare .newinfo h2 {
  font-size: 2.4rem;
  margin-bottom: .5em; }

.skincare .newinfo p {
  font-size: 1.8rem; }

.skincare-modal {
  width: 100%;
  height: 100%;
  background: white url(../img/skincare-pic1.jpg) center no-repeat;
  background-size: auto 100%; }

.message h2 {
  margin-bottom: 30px; }

.message .box1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .message .box1 p {
    width: 450px; }

.message .box2 {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .message .box2 .pic, .message .box2 .data {
    width: 450px; }
  .message .box2 .pic {
    text-align: right; }
    .message .box2 .pic img {
      width: 204px; }
  .message .box2 .data {
    font-size: 1.4rem; }
    .message .box2 .data h3 {
      margin-bottom: 20px; }

.follow,
.links {
  text-align: center; }
  .follow h2,
  .links h2 {
    color: #594e4e !important;
    font-size: 1.8rem;
    margin-bottom: 30px; }

.follow {
  margin-top: 210px; }
  .follow .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .follow .box a {
      margin: 0 15px; }
      .follow .box a span {
        color: #594e4e;
        font-size: 32px;
        transition: .2s; }
      .follow .box a:hover span {
        color: #d2f5f1; }

.hotel .matsukura,
.shop .matsukura {
  border: 1px solid #ddd; }

.hotel #spa,
.shop #spa {
  margin-top: 30px; }

.hotel .spabox,
.shop .spabox {
  max-width: 625px;
  margin: 0 auto; }

.hotel h2,
.shop h2 {
  font-size: 1.8rem;
  color: #594e4e !important;
  text-align: center;
  margin-bottom: 30px; }

.hotel .box,
.shop .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hotel .box > a,
  .shop .box > a {
    display: block;
    width: 300px;
    color: #73797c;
    margin-left: 25px; }
    .hotel .box > a:nth-child(3n+1),
    .shop .box > a:nth-child(3n+1) {
      margin-left: 0; }
    .hotel .box > a:nth-child(n + 4),
    .shop .box > a:nth-child(n + 4) {
      margin-top: 30px; }
    .hotel .box > a img,
    .shop .box > a img {
      width: 100%;
      transition: .2s; }
    .hotel .box > a .data,
    .shop .box > a .data {
      font-size: 1.4rem;
      margin-top: 1.5em; }
      .hotel .box > a .data dt,
      .shop .box > a .data dt {
        color: #a6aaac; }
      .hotel .box > a .data dd,
      .shop .box > a .data dd {
        /* 					white-space: nowrap; */ }
    .hotel .box > a:hover img,
    .shop .box > a:hover img {
      opacity: .6; }
  .hotel .box > .hotellist,
  .shop .box > .hotellist {
    display: block;
    width: 300px;
    color: #73797c;
    margin-left: 25px;
    /*
			&:hover{
				img{
					opacity: .6;
				}
			}
*/ }
    .hotel .box > .hotellist:nth-child(3n+1),
    .shop .box > .hotellist:nth-child(3n+1) {
      margin-left: 0; }
    .hotel .box > .hotellist:nth-child(n + 4),
    .shop .box > .hotellist:nth-child(n + 4) {
      margin-top: 30px; }
    .hotel .box > .hotellist img,
    .shop .box > .hotellist img {
      width: 100%;
      transition: .2s; }
    .hotel .box > .hotellist .data,
    .shop .box > .hotellist .data {
      font-size: 1.4rem;
      margin-top: 1.5em; }
      .hotel .box > .hotellist .data dt,
      .shop .box > .hotellist .data dt {
        color: #a6aaac; }
      .hotel .box > .hotellist .data dd,
      .shop .box > .hotellist .data dd {
        /* 					white-space: nowrap; */ }
        .hotel .box > .hotellist .data dd a,
        .shop .box > .hotellist .data dd a {
          color: #73797c; }
          .hotel .box > .hotellist .data dd a:hover,
          .shop .box > .hotellist .data dd a:hover {
            color: #a6aaac; }

.hotel .box2 {
  margin-top: 60px;
  font-size: 1.4rem;
  color: #12afce; }
  .hotel .box2 p {
    text-align: center; }
  .hotel .box2 p + p {
    margin-top: 1em; }

#site-contents .hotel-modal .box h3, h2 {
  color: #73797c; }

#site-contents .hotel-modal .box h2 {
  margin-bottom: 6px; }

#site-contents .hotel-modal .box ul {
  margin-bottom: 32px;
  text-align: center; }

.hotel-modal {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: white; }
  .hotel-modal .box {
    max-width: 620px;
    margin: 0 auto;
    padding: 15px;
    display: block; }
    .hotel-modal .box h3 {
      margin-bottom: 40px;
      text-align: center; }
    .hotel-modal .box li {
      margin-top: 0.4em; }

.shop {
  padding-top: 120px; }
  .shop .box {
    max-width: 625px;
    margin: 0 auto; }
    .shop .box + p {
      color: #a6aaac; }

.links {
  margin-top: 70px; }
  .links div + div {
    margin-top: .3em; }
  .links a {
    transition: .2s; }
    .links a:hover {
      color: #594e4e; }

.banner {
  margin-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .banner a {
    margin-top: 25px;
    display: block;
    width: calc((100% / 3) - 12px); }
    .banner a img {
      width: 100%; }

.forsp {
  display: none; }

@media screen and (max-width: 780px) {
.info-name span.inb{
	font-size: 10px;}
.info-name li + li {
    margin-top: .0em; }
.info-box .link-store{margin-top: 10px;}

  body {
    font-size: 1.6rem; }
  .desktop {
    display: none; }
  .inner {
    margin-left: 15px;
    margin-right: 15px; }
  .link-store .link-store-item {
    width: 100%; }
    .link-store .link-store-item + .link-store-item {
      margin-top: 10px; }
    .link-store .link-store-item dd {
      position: relative;
      height: 0;
      transition: height .2s; }
      .link-store .link-store-item dd::after {
        top: -9px; }
      .link-store .link-store-item dd.show {
        height: 112px; }
  #site-header {
    z-index: 1000;
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    height: 50px;
    transition: .3s;
    padding: 0 15px;
    box-sizing: border-box; }
    #site-header a {
      color: #594e4e;
      text-decoration: none;
      font-size: 1.6rem; }
    #site-header.show {
      bottom: 0; }
    #site-header.sticky {
      position: fixed;
      top: 0;
      bottom: auto; }
      #site-header.sticky .header-logo-wrap {
        opacity: 1; }
  .header-logo-wrap {
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d2f5f1;
    z-index: 9995;
    padding: 0 15px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    opacity: 0; }
    .header-logo-wrap img {
      width: 95px; }
  .header-nav-wrap {
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d2f5f1;
    box-sizing: border-box;
    z-index: 9990;
    padding: 60px 15px 20px;
    transform: translateY(-100%); }
  .header-nav-main a {
    font-size: 1.6rem;
    display: block;
    padding: calc(10px + 2vh) 0; }
  .header-nav-sub {
    margin-top: 60px; }
  .header-navbtn-wrap {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999; }
  .header-navbtn {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 50px;
    width: 50px;
    background: transparent;
    outline: none;
    z-index: 100;
    position: relative; }
    .header-navbtn > * {
      display: block; }
    .header-navbtn .lines {
      display: block;
      height: 2px;
      width: 25px;
      background: black;
      position: relative; }
    .header-navbtn .lines::before,
    .header-navbtn .lines::after {
      transition: ease .3s;
      display: block;
      height: 2px;
      width: 25px;
      background: black;
      content: '';
      position: absolute;
      left: 0; }
    .header-navbtn .lines::before {
      top: 10px; }
    .header-navbtn .lines::after {
      top: -10px; }
    .header-navbtn:hover, .header-navbtn:focus {
      outline: none; }
    .header-navbtn p {
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      font-size: .8rem; }
    .header-navbtn.close .lines {
      height: 0; }
    .header-navbtn.close .lines::before,
    .header-navbtn.close .lines::after {
      top: 0;
      background: black; }
    .header-navbtn.close .lines::before {
      transform: rotate(-45deg); }
    .header-navbtn.close .lines::after {
      transform: rotate(45deg); }
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3em 4em;
    transition: transform .3s ease-in;
    transform: translateX(100%); }
    .header-nav .header-nav-item a {
      display: block;
      text-decoration: none;
      font-style: italic;
      font-weight: 700;
      padding: calc(.7em + .2vh) 0;
      font-size: calc(2rem + .4vw); }
  .navopen .header-nav-wrap {
    transform: translateX(0); }
  .navopen .header-logo-wrap {
    opacity: 1; }
  #site-footer {
    padding: 70px 0 50px; }
  .sec {
    padding-top: 70px; }
  .info-box {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    padding: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
.info-ttl {
    font-size: 2rem; }
  .info-read {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify; }
    .info-read br {
      display: none; }
  .info-name {
    line-height: 1.5; }
  .first .box {
    height: auto !important;
    padding-top: 68.45%; }
  .first .ph {
    display: none; }
  .first .asagi img {
    width: 80px;
    height: auto; }
  .first .bg {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 2.0s ease-in;
    opacity: 1; }
    .first .bg.show {
      opacity: 0; }
    .first .bg.hide {
      transform: scale(0); }
  .first .bg2 {
    width: 100px;
    height: 145px;
    transform: translate(-50%, -50%); }
  .gallery-modal .item {
    background-size: contain; }
  .concept {
    padding-top: 20px; }
    .concept .box {
      display: block; }
    .concept .item {
      width: 100%; }
      .concept .item + .item {
        margin-top: 40px; }
    .concept h2 {
      min-height: initial;
      margin-bottom: 20px; }
    .concept .link-modal {
      margin-top: 20px; }
  .water .box1,
  .skincare .box1 {
    display: block; }
    .water .box1 .pic,
    .skincare .box1 .pic {
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
      padding-top: 0; }
      .water .box1 .pic img,
      .skincare .box1 .pic img {
        width: 100%; }
    .water .box1 .data,
    .skincare .box1 .data {
      margin-top: 1.8em;
      width: 100%; }
      .water .box1 .data h2,
      .skincare .box1 .data h2 {
        margin-bottom: 1em; }
  .water .box1 .data .link-store {
    margin-top: 2.7em; }
  .skincare .box2 {
    margin-top: 40px;
    display: block; }
    .skincare .box2 .item {
      width: auto; }
      .skincare .box2 .item .data h2 {
        white-space: normal; }
      .skincare .box2 .item .pic {
        height: auto !important;
        margin-bottom: 20px; }
        .skincare .box2 .item .pic img {
          width: 100%; }
        .skincare .box2 .item .pic .new {
          top: -20px;
          left: 0;
          width: 70px;
          height: 70px; }
      .skincare .box2 .item .info {
        margin-top: 20px;
        min-height: initial !important; }
      .skincare .box2 .item + .item {
        margin-top: 40px; }
      .skincare .box2 .item.wash .pic .new {
        top: 0px; }
  .skincare .box3 {
    margin-top: 40px; }
    .skincare .box3 .item .data {
      width: auto; }
      .skincare .box3 .item .data h2 {
        white-space: normal; }
    .skincare .box3 .item .pic {
      width: auto;
      min-height: initial;
      height: auto;
      margin-bottom: 20px; }
      .skincare .box3 .item .pic img {
        width: 100%; }
  .skincare .box4 {
    margin-top: 20px;
    border: 1px solid #c2dfdd;
    padding: 10px 15px;
    font-size: 1.3rem;
    display: block; }
    .skincare .box4 .item {
      width: auto; }
    .skincare .box4 dt {
      position: relative; }
      .skincare .box4 dt::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        width: 18px;
        height: 18px;
        border-bottom: 1px solid #12afce;
        border-right: 1px solid #12afce;
        transform: rotate(45deg);
        margin: -10px 0 0 0; }
      .skincare .box4 dt span {
        display: block;
        padding: 10px 20px 10px 0; }
      .skincare .box4 dt.open::after {
        transform: rotate(-135deg);
        margin: -8px 0 0 0; }
    .skincare .box4 dd {
      display: none;
      margin-top: 0; }
      .skincare .box4 dd p {
        padding: 0 0 1.2em; }
  .skincare .box5 {
    margin-top: 40px; }
    .skincare .box5 .box2 {
      margin-top: 30px; }
  .skincare .newinfo h2 {
    font-size: 1.6rem; }
  .skincare .newinfo p {
    font-size: 1.6rem; }
  .message {
    padding-top: 70px; }
    .message h2 {
      margin-bottom: 30px; }
    .message .box1 {
      display: block; }
      .message .box1 p {
        width: auto; }
    .message .box2 {
      margin-top: 30px;
      display: block; }
      .message .box2 .pic, .message .box2 .data {
        width: auto; }
      .message .box2 .pic {
        text-align: center; }
        .message .box2 .pic img {
          width: 180px; }
      .message .box2 .data {
        margin-top: 30px;
        font-size: 1.3rem; }
        .message .box2 .data h3 {
          text-align: center;
          margin-bottom: 10px; }
  .hotel .box > a, .hotel .box .hotellist,
  .shop .box > a,
  .shop .box .hotellist {
    width: 100%;
    margin-left: 0 !important; }
    .hotel .box > a + a, .hotel .box .hotellist + a,
    .shop .box > a + a,
    .shop .box .hotellist + a {
      margin-top: 2em !important; }
    .hotel .box > a .data, .hotel .box .hotellist .data,
    .shop .box > a .data,
    .shop .box .hotellist .data {
      font-size: 1.3rem;
      margin-top: 1em; }
      .hotel .box > a .data dd, .hotel .box .hotellist .data dd,
      .shop .box > a .data dd,
      .shop .box .hotellist .data dd {
        white-space: normal; }
  .hotel .box + p,
  .shop .box + p {
    margin-top: 30px;
    font-size: 1.3rem; }
  .hotel .box + div {
    color: #12afce; }
  .shop {
    padding-top: 70px; }
  .follow h2,
  .links h2 {
    font-size: 1.8rem;
    margin-bottom: 30px; }
  .follow {
    margin-top: 80px; }
    .follow .box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .follow .box a {
        margin: 0 15px; }
        .follow .box a span {
          color: #594e4e;
          font-size: 32px;
          transition: .2s; }
        .follow .box a:hover span {
          color: #d2f5f1; }
  .links {
    margin-top: 40px; }
    .links div + div {
      margin-top: .3em; }
    .links a {
      transition: .2s; }
      .links a:hover {
        color: #594e4e; }
  .banner {
    margin-top: 70px; }
    .banner a {
      margin-top: 10px;
      width: calc((100% / 2) - 5px); }
  .forsp {
    display: block; } }

@media screen and (min-width: 781px) {
  #site-wrapper {
    min-width: 1050px; }
  .inner {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
  .mobile {
    display: none; }
  #site-header {
    z-index: 1000;
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 0;
    background-color: #d2f5f1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1050px;
    -ms-flex-align: center;
        align-items: center;
    height: 70px;
    transition: .3s; }
    #site-header a {
      color: #594e4e;
      text-decoration: none;
      font-size: 1.4rem; }
    #site-header.show {
      bottom: 0; }
    #site-header.sticky {
      position: fixed;
      top: 0;
      bottom: auto; }
  .header-logo-wrap {
    width: 230px;
    text-align: center; }
    .header-logo-wrap img {
      width: 137px;
      height: 24px; }
  .header-nav-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .header-nav-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
  .global-nav-item {
    margin: 0 calc(5px + 1.2vw); }
  .header-nav-sub {
    width: 180px;
    text-align: center; } }

@media screen and (min-width: 781px) and (max-width: 1150px) {
  .global-nav-item {
    margin: 0 10px; } }

@media screen and (min-width: 781px) {
  .first {
    background-attachment: fixed; }
  .gallery-modal .slick-arrow:hover::after {
    border-color: #73797c; }
  .skincare .box3 .item .pic img,
  .skincare .box2 .item .pic img {
    display: none; }
  .skincare .box4 dt {
    pointer-events: none; }
  .hotel .box2 a:hover,
  .hotel-modal a:hover {
    color: #73797c; } }
