@charset "UTF-8";
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Marcellus&display=swap");
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.is-news {
  display: none !important;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.5rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #6e6964;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

a,
a:visited {
  text-decoration: none;
  color: #6e6964;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}

a.link {
  color: #fef7f7;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

p {
  line-height: 2.25;
}
@media screen and (max-width: 767.98px) {
  p {
    line-height: 1.75;
  }
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

ol,
ul {
  padding-left: 0;
  margin: 0;
}
ol li,
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* layout
-------------------------------------------------------*/
/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
  /* header
    -------------------------------------------------------*/
  .toggle_menu,
  .ac-label,
  .gNav__dropdown {
    display: none;
  }
  /* footer
    -------------------------------------------------------*/
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.u-link.--underline {
  text-decoration: underline;
}
@media screen and (min-width: 1001px), print {
  .u-link.--underline:hover {
    text-decoration: none !important;
  }
}

.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.googlemap {
  position: relative;
}

.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.googlemap iframe,
.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none;
  }
  /**/
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.c-main {
  color: #6e6964;
}

.c-main2 {
  color: #f4adb0;
}

.c-sub {
  color: #fef7f7;
}

.c-sub2 {
  color: #f5eded;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 48.15%;
}

.col3 {
  width: 31%;
}

.col4 {
  width: 22.5%;
}

/* flex_col
-------------------------------------------------------*/
.flex_col1 li {
  width: 100%;
}

.flex_col2 li {
  width: 50%;
}

.flex_col3 li, .flex_col3::before, .flex_col3::after {
  width: 33.3333333333%;
}
.flex_col3::before, .flex_col3::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
.flex_col3::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex_col4 li, .flex_col4::before, .flex_col4::after {
  width: 25%;
}
.flex_col4::before, .flex_col4::after {
  content: "";
  height: 0;
}
.flex_col4::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 40px;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 28px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 56px;
  }
}

.section--pt_lg2 {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg2 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg2 {
    padding-top: 80px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 40px;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 28px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 56px;
  }
}

.section--pb_lg2 {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg2 {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg2 {
    padding-bottom: 80px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 40px;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 28px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 56px;
  }
}

.section--mt_lg2 {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg2 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg2 {
    margin-top: 80px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 40px;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 28px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 56px;
  }
}

.section--mb_lg2 {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg2 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg2 {
    margin-bottom: 80px;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.u-zoomLink {
  background-color: #fff;
}
.u-zoomLink a {
  display: block;
  overflow: hidden;
}
.u-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .u-zoomLink a > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .u-zoomLink a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.breadcrumb__list {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__list {
    padding-top: 3px;
    padding-bottom: 6px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item {
    font-size: 11px;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #6e6964;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* 背景
-------------------------------------------------------*/
.bg-main {
  background-color: #faf6f6;
}

.bg-sub {
  background-color: #f7f7f7;
}

/* 背景
-------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #6e6964;
}

.border--b {
  border-bottom: 4px solid #6e6964;
}

/* グラデ
-------------------------------------------------------*/
.bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
}

.font-eng2 {
  font-family: "Allura", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-gothic {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.78rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 28px;
    font-size: 7.6712328767vw;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 26px;
    font-size: 7.1232876712vw;
  }
}

.txt__xl {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 24px;
    font-size: 6.5753424658vw;
  }
}

.txt__lg2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.52rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 22px;
    font-size: 6.0273972603vw;
  }
}

.txt__lg {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 2.43rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 20px;
    font-size: 5.4794520548vw;
  }
}

.txt__md2 {
  font-size: 2.05rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.845rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 14.5px;
    font-size: 3.9726027397vw;
  }
}

.txt__base {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 14px;
    font-size: 3.8356164384vw;
  }
}

.txt__sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 13px;
    font-size: 3.5616438356vw;
  }
}

.txt__xs {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 12px;
    font-size: 3.2876712329vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.1rem;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.2rem;
  }
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xxl {
  letter-spacing: 0.15em;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.ttl__data {
  position: relative;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (max-width: 767.98px) {
  .ttl__data {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.ttl__data::before {
  display: block;
  content: attr(data-eng);
  position: absolute;
  top: 20%;
  left: 48%;
  font-size: 14rem;
  font-family: "Allura", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  color: #f4adb0;
  opacity: 0.12;
  -webkit-transform: translate(-50%, -50%) rotate(-7deg);
          transform: translate(-50%, -50%) rotate(-7deg);
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .ttl__data::before {
    font-size: 80px;
    font-size: 21.3333333333vw;
  }
}
.ttl__data.ttl__data__white::before {
  color: #fff;
}

.ttl__data__side::before {
  display: inline-block;
  content: attr(data-eng);
  font-size: 7rem;
  font-family: "Allura", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 20px;
  font-style: italic;
}
@media screen and (max-width: 767.98px) {
  .ttl__data__side::before {
    font-size: 6rem;
  }
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  z-index: 5;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data {
    bottom: -20px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::after {
    bottom: 33px;
    width: 40px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #6e6964;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl__line::before, .ttl__line::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #0277b4;
}
.ttl__line::before {
  margin-right: 30px;
}
.ttl__line::after {
  margin-left: 30px;
}

.ttl__line2::before, .ttl__line2::after {
  width: 3px;
  height: 40px;
  background-color: #3fc1c9;
}
.ttl__line2::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ttl__line2::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.ttl__line--stripe {
  white-space: nowrap;
  margin: 0 calc(50% - 50vw) 30px;
}
.ttl__line--stripe::before, .ttl__line--stripe::after {
  width: 100%;
  height: 8px;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, #777 0, #777 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

.ttl__accent__kakko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl__accent__kakko::before, .ttl__accent__kakko::after {
  content: "";
  width: 10px;
  height: 10px;
}
.ttl__accent__kakko::before {
  margin: -30px 20px 0 0;
  border-top: 10px solid #0277b4;
  border-left: 10px solid #00a7ff;
}
.ttl__accent__kakko::after {
  margin: 0 0 -30px 20px;
  border-bottom: 10px solid #0277b4;
  border-right: 10px solid #00a7ff;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 57px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #faf6f6;
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .list__blue ul li {
    width: 48.5%;
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .list__blue ul li {
    width: 100%;
    padding: 15px;
    padding-top: 20px;
  }
  .list__blue ul li + li {
    margin-top: 20px;
  }
}
.list__blue ul li .ttl {
  color: #6e6964;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .list__blue ul li .txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #6e6964;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.c-sankaku {
  position: relative;
}
.c-sankaku::before, .c-sankaku::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-sankaku::before {
  left: 0;
  top: 0;
  border-color: #ffffff transparent transparent transparent;
  border-width: 100px 100px 0 0;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku::before {
    border-width: 15vw 15vw 0 0;
  }
}
.c-sankaku::after {
  right: 0;
  bottom: 0;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 0 100px 100px;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku::after {
    border-width: 0 0 15vw 15vw;
  }
}

.c-sankaku_lg::before {
  border-width: 180px 180px 0 0;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku_lg::before {
    border-width: 15vw 15vw 0 0;
  }
}
.c-sankaku_lg::after {
  border-width: 0 0 180px 180px;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku_lg::after {
    border-width: 0 0 15vw 15vw;
  }
}

.c-sankaku_s::before {
  border-width: 50px 50px 0 0;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku_s::before {
    border-width: 7.5vw 7.5vw 0 0;
  }
}
.c-sankaku_s::after {
  border-width: 0 0 50px 50px;
}
@media screen and (max-width: 767.98px) {
  .c-sankaku_s::after {
    border-width: 0 0 7.5vw 7.5vw;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  margin: auto;
  padding: 3px 10px;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure-photo
-------------------------------------------------------*/
.figure-photo {
  position: relative;
}
.figure-photo::before, .figure-photo::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.figure-photo::before {
  left: 0;
  top: 0;
}
.figure-photo::after {
  right: 0;
  bottom: 0;
}

.figure-photo__sm::before, .figure-photo__sm::after {
  border-width: 50px 50px 0 0;
}

.figure-photo__sm::before, .figure-photo__sm::after {
  border-width: 100px 100px 0 0;
}

.figure-photo__sm::before, .figure-photo__sm::after {
  border-width: 180px 180px 0 0;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.formWrap .flex li {
  margin-bottom: 5px;
}

/* 必須
-------------------------------------------------------*/
.label-required {
  display: inline;
  font-size: 0.7em;
  color: #fff;
  font-weight: 600;
  background-color: #6e6964;
  padding: 2px 6px;
  margin-right: 7px;
  border-radius: 3px;
}

/* input デザイン
-------------------------------------------------------*/
select,
textarea,
input {
  border-radius: 7px;
}

input[type=text],
textarea,
select {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}

input[type=text],
textarea,
select {
  background-color: #f5f5f5;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

input[type=text]:focus,
textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  font-size: 1.2em;
  width: 200px;
  color: #fff;
  background-color: #858585;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #b00;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

/* input サイズ別
-------------------------------------------------------*/
input[type=text],
textarea {
  width: 100%;
}

input.sizeSSS {
  max-width: 60px;
}

input.sizeSS {
  max-width: 90px;
}

input.sizeS {
  max-width: 150px;
}
@media screen and (max-width: 767.98px) {
  input.sizeS {
    max-width: 110px;
  }
}

input.sizeM {
  max-width: 210px;
}

input.sizeL {
  max-width: 590px;
}

input.sizeLL {
  max-width: 820px;
}

@media screen and (max-width: 767.98px) {
  select,
  input.sizeLL,
  select.sizeLL {
    width: 98%;
  }
}
/* radio
-------------------------------------------------------*/
form label.radio,
form label.checkbox {
  display: inline-block;
  width: 45%;
}

/* submit
-------------------------------------------------------*/
input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}

.c-button {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  cursor: pointer;
  min-width: 240px;
  border-radius: 20px;
}
@media screen and (min-width: 1001px), print {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-button.arrow {
  padding-right: 0px;
}
.c-button.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 16px;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 9px;
}

/* リンクボタン more
-------------------------------------------------------*/
.c-button__more {
  position: relative;
  padding-left: 65px;
  min-width: auto;
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 1001px), print {
  .c-button__more:hover {
    text-decoration: underline;
  }
}
.c-button__more::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #6e6964;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: ani-more_border 2s linear none infinite;
          animation: ani-more_border 2s linear none infinite;
  opacity: 0.4;
}

/* リンクボタン reserve
-------------------------------------------------------*/
.c-button__reserve {
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: #fff !important;
  background-color: #333;
  border: 1px solid #333;
  min-height: 40px;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (min-width: 1001px), print {
  .c-button__reserve {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__reserve:hover {
    opacity: 0.5;
  }
}

/* リンクボタン カラーリング
-------------------------------------------------------*/
.c-button--main {
  color: #fff;
  background-color: #6e6964;
}

.c-button--main2 {
  color: #fff;
  background-color: #f4adb0;
}

.c-button--sub {
  color: #fff;
  background-color: #fef7f7;
}

.c-button--sub2 {
  color: #fff;
  background-color: #f5eded;
}

.c-button--black {
  color: #fff;
  background-color: #222;
}

.c-button--white {
  color: #222;
  background-color: #fff;
}
.c-button--white__border_s {
  max-width: 300px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-button--white__border_s {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.c-button--white__border, .c-button--white__border_s {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.c-button--white__border:hover, .c-button--white__border_s:hover {
  color: #6e6964;
  background-color: #fff;
}
.c-button--white__border:hover::after, .c-button--white__border_s:hover::after {
  border-top: solid 2px #6e6964;
  border-right: solid 2px #6e6964;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.logo__sp {
  width: 80px;
  position: absolute;
  top: 10px;
  left: 5px;
  margin: auto;
  z-index: 10;
}

/* ナビゲーション headerの高さ
-------------------------------------------------------*/
.l-header {
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  z-index: 10;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  /* 並び順
  -------------------------------------------------------*/
  /* SNSボタン
  -------------------------------------------------------*/
}
@media screen and (max-width: 767.98px) {
  .l-header {
    z-index: 30;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(3px);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_open .l-header {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header__inner {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .logo {
  width: 90px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .logo {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .logo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .l-header .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header .logo a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-header .logo a {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header .l-header-nav {
  width: 41%;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header-nav {
    width: 100%;
  }
}
.l-header .l-header-nav__left .nav-list {
  margin-left: auto;
  margin-right: 0;
}
.l-header .l-header-nav__right .nav-list {
  margin-left: 0;
  margin-right: auto;
}
.l-header .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767.98px) {
  .l-header .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.l-header .l-header-nav__left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header-nav__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header .l-header-nav__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px), print {
  .l-header .snsList {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .snsList {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
.l-header .snsList .snsList-item {
  width: 24px;
  display: inline-block;
}
.l-header .snsList .snsList-item + .snsList-item {
  margin-left: 10px;
}

/*=======================================================================

 nav

========================================================================*/
.l-header-nav {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header-nav {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header-nav {
    height: auto;
  }
}
.l-header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .l-header-nav .nav-list {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header-nav .nav-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.l-header-nav .nav-item > a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.12em;
  outline: 0px;
}
@media screen and (min-width: 1001px), print {
  .l-header-nav .nav-item > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-nav .nav-item > a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header-nav .nav-item > a {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header-nav .nav-item > a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 0;
  }
}
.l-header-nav .nav-item > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #6e6964;
  opacity: 0;
}
@media screen and (min-width: 1001px), print {
  .l-header-nav .nav-item > a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-header-nav .nav-item > a:hover, .l-header-nav .nav-item > a.active {
  color: #6e6964;
}
.l-header-nav .nav-item > a:hover::before, .l-header-nav .nav-item > a.active::before {
  opacity: 1;
}
@media screen and (min-width: 1001px), print {
  .l-header-nav .nav-item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200.98px) {
  .l-header-nav .nav-item.--reserve {
    display: none;
  }
}
.l-header-nav .menu-item,
.l-header-nav .menu-item a {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header-nav .menu-item,
  .l-header-nav .menu-item a {
    height: auto;
    color: #fff;
  }
}
.l-header-nav .menu-item:hover .menu-item__sub {
  opacity: 1;
  visibility: visible;
}

/*=======================================================================

 ハンバーガーメニュー

========================================================================*/
.spMenu {
  z-index: 100;
  position: fixed;
  top: 11px;
  right: 11px;
  width: 42px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767.98px) {
  .spMenu {
    top: 6px;
    right: 11px;
  }
}

/*ボタン内側*/
.spMenu .spMenu-area {
  position: relative;
  width: 42px;
  height: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; /*アニメーションの設定*/
}

.spMenu span {
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 45%;
  height: 1px;
  background: #6e6964;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}
.spMenu span:nth-of-type(1) {
  top: 11px;
}
.spMenu span:nth-of-type(2) {
  top: 19px;
}
.spMenu span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると .spMenu-areaが360度回転し、その中の線が回転して×に*/
.spMenu.active .spMenu-area {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.spMenu.active .spMenu-area span:nth-of-type(1) {
  top: 14px;
  left: 11px;
  width: 50%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.spMenu.active .spMenu-area span:nth-of-type(2) {
  opacity: 0;
}
.spMenu.active .spMenu-area span:nth-of-type(3) {
  top: 26px;
  left: 11px;
  width: 50%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*=======================================================================

 SPメニューオープン

========================================================================*/
@media screen and (max-width: 1000.98px) {
  .l-header-menu {
    pointer-events: none;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100vw;
    height: calc(100% - 60px);
    margin: auto;
  }
  .l-header-menu .menu-list {
    overflow-y: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100%;
    background-color: #6e6964;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .nav_open .l-header-menu .menu-list {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    pointer-events: all;
  }
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.l-main {
  display: block;
  overflow: hidden;
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-top: 50px;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

 footer

========================================================================*/
.l-footer {
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  z-index: 10;
  position: relative;
  width: 100%;
  background-color: #fff;
  /* 並び順
  -------------------------------------------------------*/
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 40px;
  }
}
.l-footer__inner {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .logo {
  width: 90px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .logo {
    width: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .logo {
    width: 100%;
    padding-bottom: 10px;
  }
  .l-footer .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .logo a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-footer .logo a {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .l-footer-nav {
  width: 41%;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-nav .nav-list {
    width: 100%;
  }
}
.l-footer .l-footer-nav__left .nav-list {
  margin-left: auto;
  margin-right: 0;
}
.l-footer .l-footer-nav__right .nav-list {
  margin-left: 0;
  margin-right: auto;
}
.l-footer .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767.98px) {
  .l-footer .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.l-footer .l-footer-nav__left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-nav__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-footer .l-footer-nav__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/*=======================================================================

 nav

========================================================================*/
.l-footer-nav {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer-nav {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav {
    height: auto;
  }
}
.l-footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav .nav-item {
    width: 33.3333333333%;
  }
  .l-footer-nav .nav-item + .nav-item {
    padding-top: 15px;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .l-footer-nav .nav-item + .nav-item {
    margin-top: 0;
    padding-top: 0;
  }
}
.l-footer-nav .nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1001px), print {
  .l-footer-nav .nav-item > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer-nav .nav-item > a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer-nav .nav-item > a {
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav .nav-item > a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    letter-spacing: 0.07em;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-footer-nav .nav-item > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #6e6964;
  opacity: 0;
}
@media screen and (min-width: 1001px), print {
  .l-footer-nav .nav-item > a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-footer-nav .nav-item > a:hover, .l-footer-nav .nav-item > a.active {
  color: #6e6964;
}
.l-footer-nav .nav-item > a:hover::before, .l-footer-nav .nav-item > a.active::before {
  opacity: 1;
}
@media screen and (min-width: 1001px), print {
  .l-footer-nav .nav-item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200.98px) {
  .l-footer-nav .nav-item.--reserve {
    display: none;
  }
}
.l-footer-nav .menu-item,
.l-footer-nav .menu-item a {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-footer-nav .menu-item,
  .l-footer-nav .menu-item a {
    height: auto;
    color: #fff;
  }
}
.l-footer-nav .menu-item:hover .menu-item__sub {
  opacity: 1;
  visibility: visible;
}

.copyright {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  padding: 7px 15px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    font-size: 10px;
  }
}

/*=======================================================================

 l-footer__info

========================================================================*/
.l-footer__info {
  margin-top: 40px;
  text-align: center;
}
.l-footer__info .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info .txt {
    font-size: 1.4rem;
  }
}
.l-footer__info .txt small {
  font-size: 85%;
  display: block;
}
.l-footer__info .snsList {
  margin-top: 40px;
}
.l-footer__info .snsList .snsList-item {
  width: 24px;
  display: inline-block;
}
.l-footer__info .snsList .snsList-item + .snsList-item {
  margin-left: 10px;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.js-scroll {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* フェード
-------------------------------------------------------*/
.c-fadeIn {
  opacity: 0;
}

.c-fadeIn.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.c-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.c-fadeUp.is-active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.c-fadeDown.is-active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.c-fadeLeft.is-active {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.c-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.c-fadeRight.is-active {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.c-fadeZoomIn {
  opacity: 0;
}

.c-fadeZoomIn.is-active {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-fadeScale {
  opacity: 0;
  scale: 0.9;
}

.c-fadeScale.is-active {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.c-fadeBlur {
  opacity: 0;
}

.c-fadeBlur.is-active {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* スライド
-------------------------------------------------------*/
.c-slideLeft {
  position: relative;
}
.c-slideLeft::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
}

.c-slideLeft.is-active {
  -webkit-animation: slideLeft 1s ease-in-out forwards;
          animation: slideLeft 1s ease-in-out forwards;
}
.c-slideLeft.is-active::after {
  -webkit-animation: slideLeft-after 1s ease-in-out forwards;
          animation: slideLeft-after 1s ease-in-out forwards;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft-after {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
@keyframes slideLeft-after {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
.c-slideRight {
  position: relative;
}
.c-slideRight::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
}

.c-slideRight.is-active {
  -webkit-animation: slideRight 1s ease-in-out forwards;
          animation: slideRight 1s ease-in-out forwards;
}
.c-slideRight.is-active::after {
  -webkit-animation: slideRight-after 1s ease-in-out forwards;
          animation: slideRight-after 1s ease-in-out forwards;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRight-after {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideRight-after {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* cms reset
-------------------------------------------------------*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* cms 固定ページ
-------------------------------------------------------*/
body.home .heading .copy,
body.page .heading .copy {
  letter-spacing: 0.05em;
}
body.home .content,
body.page .content {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  body.home .content,
  body.page .content {
    margin-top: 20px;
  }
}
body.home .content .txt,
body.page .content .txt {
  line-height: 2.5;
  text-align: center;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* cms アーカイブページ
-------------------------------------------------------*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* cms シングルページ
-------------------------------------------------------*/
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.c-hero {
  position: relative;
  margin-bottom: 100px;
}
.c-hero::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 500px;
  width: 31.25vw;
  height: 100%;
  background-color: #faf6f6;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.c-hero .c-hero__img {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 1400px;
  width: 87.5vw;
  height: 600px;
}
.c-hero .c-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* フォトリスト
-------------------------------------------------------*/
.p-photoList {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-photoList .p-photoList-item {
  width: 45%;
}
@media screen and (max-width: 767.98px) {
  .p-photoList .p-photoList-item {
    width: 47%;
  }
}
.p-photoList .p-photoList-item:nth-of-type(2) {
  margin-top: 20px;
}
.p-photoList .p-photoList-item:nth-of-type(3) {
  margin-top: 40px;
}

/* フォトリスト3
-------------------------------------------------------*/
.p-photoList3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-photoList3 .p-photoList3-item {
  width: 28.3333333333%;
}
.p-photoList3 .p-photoList3-item:nth-of-type(2) {
  margin-top: 100px;
  margin-top: 6.25vw;
}
.p-photoList3 .p-photoList3-item:nth-of-type(3) {
  margin-top: 200px;
  margin-top: 12.5vw;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* フォトギャラリー
-------------------------------------------------------*/
.c-photogallery ul li {
  width: calc((100% - 20px) / 2);
  aspect-ratio: 1;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #eee;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-photogallery ul li {
    width: calc((100% - 30px) / 3);
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px), print {
  .c-photogallery ul li {
    width: 22%;
    margin-top: 40px;
  }
}
.c-photogallery ul li a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .c-photogallery .c-fadeUp:nth-of-type(2), .c-photogallery .c-fadeUp:nth-of-type(6), .c-photogallery .c-fadeUp:nth-of-type(10) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .c-photogallery .c-fadeUp:nth-of-type(3), .c-photogallery .c-fadeUp:nth-of-type(7), .c-photogallery .c-fadeUp:nth-of-type(11) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .c-photogallery .c-fadeUp:nth-of-type(4), .c-photogallery .c-fadeUp:nth-of-type(8), .c-photogallery .c-fadeUp:nth-of-type(12) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.c-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-wrap .imgArea,
.c-wrap .txtArea {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-wrap .imgArea,
  .c-wrap .txtArea {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* p-block__content
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .p-block__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-block__content .imgArea {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .imgArea {
    width: 100%;
  }
}
.p-block__content .imgArea .p-photoList-item + * {
  margin-top: 120px;
  margin-top: 7.5vw;
}
.p-block__content .txtArea {
  width: 50%;
  margin-top: 120px;
  margin-top: 7.5vw;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea {
    width: 100%;
    margin-top: 10vw;
  }
}
.p-block__content .txtArea__inner {
  position: relative;
  width: 67%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea__inner {
    width: 100%;
  }
}
.p-block__content .txtArea .ttl {
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea .ttl {
    letter-spacing: 0.05em;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.p-block__content .txtArea .copy {
  font-size: 2rem;
  line-height: 2;
  margin-top: 65px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea .copy {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin-top: 9vw;
    line-height: 1.85;
    letter-spacing: 0.1em;
  }
}
.p-block__content .txtArea .object {
  position: absolute;
  top: -10%;
  right: 0;
  margin: auto;
  width: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea .object {
    top: -16%;
    width: 65px;
  }
}
.p-block__content .txtArea .txt__sm {
  font-size: 1.4rem;
  margin-top: 45px;
  line-height: 2.5;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea .txt__sm {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 7vw;
    letter-spacing: 0.08em;
  }
}
.p-block__content .txtArea .btn {
  line-height: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-block__content .txtArea .btn {
    margin-top: 10vw;
    text-align: right;
  }
}

/* p-block__photo
-------------------------------------------------------*/
.p-block__photo {
  position: relative;
}
.p-block__photo .imgArea {
  position: relative;
  z-index: 2;
  width: 1300px;
  width: 81.25vw;
  height: 550px;
  height: 34.375vw;
}
@media screen and (max-width: 767.98px) {
  .p-block__photo .imgArea {
    width: 95%;
    height: 200px;
  }
}
.p-block__photo .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-block__photo::before {
  content: "";
  display: block;
  background-color: #faf6f6;
  width: 650px;
  height: 100%;
  position: absolute;
  bottom: -100px;
  right: 0px;
}
@media screen and (max-width: 767.98px) {
  .p-block__photo::before {
    bottom: -40px;
    width: 70%;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.heading {
  position: relative;
  text-align: center;
  z-index: 2;
}
.heading .ttl + .copy {
  letter-spacing: 0.1em;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .heading .ttl + .copy {
    margin-top: 30px;
  }
}

.heading + .content {
  margin-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .heading + .content {
    margin-top: 0;
  }
}

/* ヘディング
-------------------------------------------------------*/
.c-heading {
  position: relative;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-heading .-horizontal .eng {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  color: #424242;
}
.c-heading .-horizontal .ja {
  font-weight: 700;
  font-size: 3.2rem;
  color: #2980af;
}
.c-heading .-horizontal .eng,
.c-heading .-horizontal .ja {
  position: relative;
  translate: -100% 0;
  -webkit-transition: all 0.4s 0.7s ease;
  transition: all 0.4s 0.7s ease;
}
.c-heading .-horizontal .eng::after,
.c-heading .-horizontal .ja::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2980af;
}
.c-heading .-horizontal .is-active .en,
.c-heading .-horizontal .is-active .ja {
  translate: 0 0;
}
.c-heading .-horizontal .is-active .en::after,
.c-heading .-horizontal .is-active .ja::after {
  translate: 100% 0;
}
.c-heading .-horizontal .is-active .en::after {
  -webkit-transition: all 0.4s 1.1s ease;
  transition: all 0.4s 1.1s ease;
}
.c-heading .-horizontal .c-heading.is-active .ja::after {
  -webkit-transition: all 0.4s 1.2s ease;
  transition: all 0.4s 1.2s ease;
}
.c-heading .-vertical .eng,
.c-heading .-vertical .ja {
  position: relative;
  translate: -100% 0;
  -webkit-transition: all 0.4s 0.7s ease;
  transition: all 0.4s 0.7s ease;
}
.c-heading .-vertical .eng::after,
.c-heading .-vertical .ja::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2980af;
}
.c-heading .-vertical.is-active .eng,
.c-heading .-vertical.is-active .ja {
  translate: 0 0;
}
.c-heading .-vertical.is-active .eng::after,
.c-heading .-vertical.is-active .ja::after {
  translate: 0 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  translate: 0 -100%;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
.p-fixedbtn {
  z-index: 20;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .p-fixedbtn {
    display: none;
  }
}
.p-fixedbtn .list .list-item {
  width: 33.3333333333%;
}
.p-fixedbtn .list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #6e6964;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-fixedbtn .list .list-item:nth-child(n+2) a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

 common-reserve

========================================================================*/
.common-reserve {
  text-align: center;
  background-image: url(../../images/common/common_reserve_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .common-reserve {
    background-image: url(../../images/common/sp/common_reserve_bg_sp.jpg);
  }
}
.common-reserve > .wrap {
  width: 90%;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
}
.common-reserve .heading .ttl__data::before {
  color: #cda3a3;
  opacity: 0.15;
}
.common-reserve .content .copy {
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .content .txt {
    line-height: 1.7 !important;
  }
}
.common-reserve .content .tel {
  font-size: 4.4rem;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .content .tel {
    font-size: 30px;
    font-size: 8vw;
  }
}
.common-reserve .content .tel small {
  font-size: 50%;
}
.common-reserve .list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.common-reserve .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  height: 300px;
}
.common-reserve .list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.common-reserve .list .list-item .img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}
.common-reserve .list .list-item .txt {
  margin-top: 30px;
}
.common-reserve .list .list-item:nth-child(1) {
  background-color: #f7f1f1;
}
.common-reserve .list .list-item:nth-child(2) {
  background-color: #f2e8e8;
}
.common-reserve .list .list-item:nth-child(3) {
  background-color: #eddfdf;
}
.common-reserve .list-block {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.common-reserve .list-block .list-block__item {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .list-block .list-block__item {
    padding: 10%;
  }
}
.common-reserve .list-block .list-block__item + .list-block__item {
  margin-top: 40px;
}
.common-reserve .list-block .list-block__item .txtArea {
  width: 65.9090909091%;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .list-block .list-block__item .txtArea {
    width: 100%;
  }
}
.common-reserve .list-block .list-block__item .txtArea .txt {
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .list-block .list-block__item .txtArea .txt {
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 20px;
  }
}
.common-reserve .list-block .list-block__item .txtArea .btn {
  margin-top: 40px;
  max-width: 300px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .list-block .list-block__item .txtArea .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.common-reserve .list-block .list-block__item .imgArea {
  width: 29.5454545455%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .common-reserve .list-block .list-block__item .imgArea {
    width: 100%;
  }
}
.common-reserve .list-block .list-block__item .imgArea img {
  max-width: 170px;
}

/*=======================================================================

 common-reserve

========================================================================*/
.common-access {
  background-color: #fcfafa;
}
@media screen and (max-width: 767.98px) {
  .common-access .heading .copy {
    line-height: 2 !important;
  }
}
.common-access .access-info {
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info {
    padding: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info .c-block__content {
    width: 100%;
  }
}
.common-access .access-info .c-block__content .txtArea {
  width: 51.1111111111%;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info .c-block__content .txtArea {
    width: 100%;
    padding: 25px;
    font-size: 90%;
  }
}
.common-access .access-info .c-block__content .txtArea .logo {
  width: 100%;
  max-width: 275px;
}
.common-access .access-info .c-block__content .txtArea .txt {
  text-align: left;
  line-height: 2;
}
.common-access .access-info .c-block__content .txtArea a {
  text-decoration: underline;
}
.common-access .access-info .c-block__content .imgArea {
  width: 44.4444444444%;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info .c-block__content .imgArea {
    width: 100%;
  }
}
.common-access .access-info .c-block__content .imgArea .googlemap {
  padding-bottom: 70%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info .c-block__content .imgArea .googlemap {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.common-access .access-info__root {
  padding: 25px;
  color: #cda3a3;
  border: 1px solid #cda3a3;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info__root {
    margin-top: 0;
    padding: 20px;
  }
}
.common-access .access-info__root p {
  font-weight: 500;
}
.common-access .access-info__root .txt.txt__sm {
  line-height: 1.85;
}
@media screen and (max-width: 767.98px) {
  .common-access .access-info__root .txt.txt__sm {
    font-size: 1.15rem;
  }
}
.common-access .access-info__root .txt.txt__sm span {
  position: relative;
}
.common-access .access-info__root .txt.txt__sm span::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #cda3a3;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/* loading
-------------------------------------------------------*/
.loading {
  width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading-animation .logo {
  width: 240px;
}
@media screen and (max-width: 767.98px) {
  .loading-animation .logo {
    width: 50%;
  }
}

/*=======================================================================

 TOP

========================================================================*/
.page-top .heading .copy {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .page-top .heading .copy {
    line-height: 2.2;
  }
}
.page-top .content {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .page-top .content {
    margin-top: 20px;
  }
}
.page-top .content .txt {
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .page-top .content .txt {
    line-height: 2.2;
    letter-spacing: 0.07em;
  }
}

/* mv
-------------------------------------------------------*/
.top-mv__logo {
  z-index: 10;
  position: absolute;
  top: 13px;
  left: 7px;
  margin: auto;
  width: 64px;
}

@-webkit-keyframes mv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.splide-mv {
  -webkit-transition: 1s;
  transition: 1s;
}
.splide-mv .splide-fade .splide__slide {
  pointer-events: none;
}
.splide-mv .splide__track--fade .splide__slide.is-active {
  pointer-events: auto;
}
.splide-mv .splide__pagination {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.splide-mv .splide__pagination__page {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
.splide-mv .splide__pagination > li:not(:first-child) {
  margin-top: 0.8rem;
}
.splide-mv .splide__pagination__page.is-active {
  background-color: #f4adb0;
}
.splide-mv .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.splide-mv .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  background-color: #fff;
  padding: 0px 15px 5px 15px;
}
@media screen and (max-width: 767.98px) {
  .splide-mv .slide-title {
    font-size: 2rem;
    margin-left: auto;
  }
}
.splide-mv .splide__slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.splide-mv .splide__slide[class*=-active] .slide-title {
  -webkit-animation: mv-fadeIn 2s 0.5s var(--easing) both;
          animation: mv-fadeIn 2s 0.5s var(--easing) both;
}

/* comingsoon
-------------------------------------------------------*/
.top-comingsoon {
  position: relative;
}
.top-comingsoon .banner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* concept
-------------------------------------------------------*/
.top-concept {
  position: relative;
}
.top-concept .banner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* salon-menu
-------------------------------------------------------*/
.top-salon-menu {
  position: relative;
}
.top-salon-menu .capt {
  text-align: center;
}

/* nail-gallery
-------------------------------------------------------*/
.top-nail-gallery {
  position: relative;
  /*
  -------------------------------------------------------*/
}
.top-nail-gallery .js-gallery {
  position: relative;
  background-color: #000;
}
.top-nail-gallery .js-gallery ul li {
  position: relative;
}
.top-nail-gallery .js-gallery ul li figure figcaption {
  z-index: 5;
  position: absolute;
  width: 100%;
  max-width: 400px;
  bottom: 0px;
  right: 0px;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 10px 15px;
  color: #fff;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767.98px) {
  .top-nail-gallery .js-gallery ul li figure figcaption {
    font-size: min(3.6vw, 18px);
    padding: 8px 12px;
  }
}
.top-nail-gallery .gallery {
  margin-bottom: none;
  display: block;
  grid-gap: none;
}
.top-nail-gallery .js-splide a {
  pointer-events: none;
}
.top-nail-gallery .js-splide .slide .slide-title {
  display: none;
}
.top-nail-gallery .js-splide .slide .slide-media {
  -webkit-filter: brightness(1.1), saturate(200%), contrast(85%);
          filter: brightness(1.1), saturate(200%), contrast(85%);
  opacity: 0.9;
}
.top-nail-gallery .splide-down {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .top-nail-gallery .splide-down {
    margin-top: 1rem;
  }
}

/* news
-------------------------------------------------------*/
.top-news .news-block {
  padding: 38px 40px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block {
    padding: 15px 20px;
  }
}
.top-news .news-block__wrap {
  width: calc(100% - 220px);
  max-width: 900px;
  border-bottom: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block__wrap {
    width: 100%;
  }
}
.top-news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-news dl dt {
  font-family: "Marcellus", cursive, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-right: 40px;
}
.top-news dl dd {
  margin: 0;
}

/* instagram
-------------------------------------------------------*/
.top-instagram {
  position: relative;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.top-instagram .txtArea {
  margin: 0;
}

/* salon-info
-------------------------------------------------------*/
.top-salon-info {
  position: relative;
}
.top-salon-info .content .salon-info__img {
  position: relative;
  width: 44%;
}
@media screen and (max-width: 767.98px) {
  .top-salon-info .content .salon-info__img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.top-salon-info .content .salon-info__img > div {
  position: relative;
}
.top-salon-info .content .salon-info__img > div::before, .top-salon-info .content .salon-info__img > div::after {
  width: 50%;
  height: 50%;
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}
.top-salon-info .content .salon-info__img > div::before {
  left: -5%;
  top: -5%;
  background-image: url(../../images/top/salon_frame01.png);
  background-position: left top;
}
.top-salon-info .content .salon-info__img > div::after {
  right: -5%;
  bottom: -5%;
  background-image: url(../../images/top/salon_frame02.png);
  background-position: right bottom;
}
.top-salon-info .content .salon-info__txt {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .top-salon-info .content .salon-info__txt {
    width: 100%;
    margin-top: 20px;
  }
}
.top-salon-info .content .salon-info__txt .txt {
  text-align: left;
  margin-bottom: 20px;
}
.top-salon-info .content .salon-info__txt .salon-info__btn {
  margin-top: auto;
  margin-bottom: 0;
}
.top-salon-info .content .salon-info__txt .salon-info__btn .col2 a {
  display: block;
  text-align: center;
  border: 1px solid #6e6964;
  padding: 10px 10px 13px 10px;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1001px), print {
  .top-salon-info .content .salon-info__txt .salon-info__btn .col2 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.top-salon-info .content .salon-info__txt .salon-info__btn .col2 a:hover {
  color: #fff;
  background-color: #6e6964;
}
.top-salon-info .content dl dt,
.top-salon-info .content dl dd {
  position: relative;
  line-height: 1.5;
  padding-top: 10px;
  padding-left: 15px;
}
.top-salon-info .content dl dt::before,
.top-salon-info .content dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6e6964;
  width: 100%;
  height: 1px;
  opacity: 0.3;
}
.top-salon-info .content dl dt {
  width: 8em;
  white-space: nowrap;
}
.top-salon-info .content dl dd {
  width: calc(100% - 9em);
  margin: 0;
  margin-bottom: 15px;
}
.top-salon-info .content dl dd p {
  line-height: 1.5;
  margin-bottom: 0;
}
.top-salon-info .content dl dd p + p {
  margin-top: 10px;
}

/* map
-------------------------------------------------------*/
.top-map {
  position: relative;
}
.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

サロン情報

========================================================================*/
/* salon-info
-------------------------------------------------------*/
.salon-info .content {
  padding-top: 20px;
}
.salon-info .salon-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(211, 210, 208, 0.7);
}
.salon-info .salon-info__detail dt,
.salon-info .salon-info__detail dd {
  border-bottom: 1px solid rgba(211, 210, 208, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
}
.salon-info .salon-info__detail dt {
  text-align: right;
  width: 110px;
}
.salon-info .salon-info__detail dd {
  width: calc(100% - 110px);
  padding-left: 45px;
}
.salon-info .txtArea {
  width: 60%;
}
@media screen and (max-width: 767.98px) {
  .salon-info .txtArea {
    width: 100%;
  }
}
.salon-info .imgArea {
  width: 35%;
}
@media screen and (max-width: 767.98px) {
  .salon-info .imgArea {
    width: 100%;
  }
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

サロンメニュー

========================================================================*/
/* メニュー
-------------------------------------------------------*/
.menu {
  position: relative;
}
.menu::before {
  bottom: 0;
}
.menu::before,
.menu .menu-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cda3a3;
  position: absolute;
  margin: auto;
  opacity: 0.5;
}
.menu .menu-item {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.menu .menu-item::before {
  top: 0;
}
.menu .menu-item span:nth-of-type(2) {
  font-family: "Marcellus", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 110%;
  line-height: 1.4;
}
.menu .menu-item .imgArea {
  width: 32.6086956522%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .menu .menu-item .imgArea {
    width: 100%;
  }
}
.menu .menu-item .imgArea .icon {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.menu .menu-item .imgArea .ttl {
  position: relative;
  font-size: 2.7rem;
  text-align: center;
  letter-spacing: 0.15em;
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .menu .menu-item .imgArea .ttl {
    font-size: min(6.8vw, 34px);
    padding-top: 0px;
  }
}
.menu .menu-item .imgArea .ttl::after {
  z-index: -2;
  display: block;
  content: attr(data-ja);
  font-size: 1.4rem;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .menu .menu-item .imgArea .ttl::after {
    font-size: 1rem;
  }
}
.menu .menu-item .imgArea .txt {
  letter-spacing: 0.1em;
}
.menu .menu-item .txtArea {
  width: 60.8695652174%;
}
@media screen and (max-width: 767.98px) {
  .menu .menu-item .txtArea {
    width: 100%;
    margin-top: 30px;
  }
}
.menu .menu-item .txtArea .menu-list li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .menu-item .txtArea .menu-list li + li {
  margin-top: 15px;
}
.menu .menu-item .txtArea .menu-list li::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #6e6964;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu .menu-item .txtArea .menu-list li span {
  position: relative;
  background-color: #fff;
}
.menu .menu-item .txtArea .menu-list li span:nth-of-type(1) {
  padding-right: 10px;
}
.menu .menu-item .txtArea .menu-list li span:nth-of-type(2) {
  padding-left: 10px;
}
/*
-------------------------------------------------------*/
.menu__option {
  width: 100%;
  padding: 2px 20px;
  border-radius: 5px;
  background-color: rgba(244, 173, 176, 0.1);
  margin-bottom: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================



========================================================================*/
.page-gallery .c-photogallery ul li img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

 404

========================================================================*/
.page-404 .heading {
  position: relative;
  text-align: center;
  z-index: 2;
}
.page-404 .heading .ttl + .copy {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .page-404 .heading .ttl + .copy {
    margin-top: 30px;
  }
}
.page-404 .content {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .page-404 .content {
    margin-top: 20px;
  }
}
.page-404 .content .txt {
  line-height: 2.5;
  text-align: center;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

 CONTACT

========================================================================*/
.page-contact .c-hero {
  background-image: url(../../images/contact/contact_hero.jpg);
}
/* contact__main
-------------------------------------------------------*/
.contact__main .heading {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contact__main .heading .copy {
    font-size: min(4.2vw, 21px);
  }
}
.contact__main .heading .txt {
  margin-top: 30px;
}
.contact__main .heading .txt + .capt {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .contact__main .heading .txt + .capt {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.contact__flow {
  width: 90%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*=======================================================================

 form

========================================================================*/
.contact__form {
  width: 93%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0em;
  margin-top: 50px;
}
.contact__form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form dd {
  margin-top: 0.7em;
  margin-bottom: 2.5em;
}

/* contact__form_bottom
-------------------------------------------------------*/
.contact__form__bottom {
  text-align: center;
}
.contact__form__bottom a {
  text-decoration: underline;
}
.contact__form__bottom a:hover {
  color: #6e6964;
}
.contact__form__bottom .form__privacy input {
  margin-right: 10px;
}
.contact__form__bottom .form__submit input {
  margin-left: 10px;
  margin-right: 10px;
}

/*=======================================================================

 確認画面

========================================================================*/
.formWrap__confirm dt::before {
  content: "■";
  color: #6e6964;
  margin-right: 5px;
}
.formWrap__confirm dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.4em;
}

/*!
Theme Name: Atelier Clair2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-clair
*/
/*=======================================================================

 privacy

========================================================================*/
.page-privacy .c-hero {
  background-image: url(../../images/privacy/privacy_hero.jpg);
}
.page-privacy .policy__main__inner {
  max-width: 1260px;
}
.page-privacy .policy__main__inner .inner {
  max-width: 1000px;
}
.page-privacy .policy__main .ttl {
  font-size: 3rem;
  font-weight: 600;
  color: #6e6964;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .policy__main .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .policy__main .ttl {
    font-size: 2.2rem;
  }
}
.page-privacy .policy__main .ttl-sub {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #6e6964;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .policy__main .ttl-sub {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .policy__main .ttl-sub {
    font-size: 1.76rem;
    text-align: center;
  }
}
.page-privacy .policy__main p {
  margin-bottom: 1em;
}
.page-privacy .content-block {
  margin-top: 65px;
  border-top: 1px dotted #ccc;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .content-block {
    margin-top: 45.5px;
    padding-top: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .content-block {
    margin-top: 32.5px;
    padding-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */