@charset "UTF-8";
/* ---------------------------------------------
@mixin
--------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ---------------------------------------------
@mixin
--------------------------------------------- */
/* --------------------------------
 * base
 * -------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, nav, section, article {
  margin: 0px;
  padding: 0px; }

html {
  font-size: 62.5%; }

body {
  margin: 0 auto;
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Hannari", serif; }

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

a {
  color: #333;
  text-decoration: none;
  word-break: break-all; }

/* --------------------------------
 * header
 * -------------------------------- */
.is-fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8) !important; }

.is-show {
  transform: translateY(0); }

.header {
  display: block;
  position: fixed;
  font-size: 0;
  /*ul,liが親のfont-sizeを継承して隙間が空くのをリセット*/
  line-height: 0;
  width: 100%;
  height: 85px;
  background-color: rgba(83, 67, 67, 0.9);
  z-index: 9999;
  transition: 1s ease-out; }
  .header:before, .header:after {
    content: "";
    display: block;
    overflow: hidden; }
  .header:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 74px; } }
  .header .header-inner {
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .header .header-inner {
        width: 100%; } }
  .header h1 {
    display: block;
    float: left;
    padding: 15px 0;
    margin-left: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .header h1 {
        margin-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .header h1 {
        margin-left: 0;
        padding: 20px 13px; } }
    .header h1 img {
      max-width: 188px; }
      @media only screen and (max-width: 767px) {
        .header h1 img {
          max-width: 90px; } }
    .header h1 a:hover {
      -moz-opacity: 0.80;
      opacity: 0.80; }
  .header .global-nav {
    display: block;
    float: right;
    padding: 24px 20px 0 10px;
    text-align: center;
    min-width: 848px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .header .global-nav {
        position: absolute;
        /*bodyに対しての絶対位置*/
        right: 0;
        top: -604px;
        /*通常時はビュー外*/
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        /*transitionで動きを*/
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        text-align: left;
        min-width: inherit; } }
    @media only screen and (max-width: 767px) {
      .header .global-nav {
        position: absolute;
        /*bodyに対しての絶対位置*/
        right: 0;
        top: -615px;
        /*通常時はビュー外*/
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        /*transitionで動きを*/
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        text-align: left;
        min-width: inherit; } }
    .header .global-nav .global-nav-list {
      display: flex;
      flex-flow: row;
      justify-content: center;
      margin: 0;
      list-style-type: none;
      height: 61px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .header .global-nav .global-nav-list {
          flex-flow: column;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .header .global-nav .global-nav-list {
          flex-flow: column;
          height: auto; } }
    .header .global-nav .global-nav-item {
      font-size: 2rem;
      font-color: #fff;
      position: relative;
      font-family: 'Kristi';
      line-height: 1.8;
      letter-spacing: 0.2em; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .header .global-nav .global-nav-item {
          display: block;
          margin: 0;
          border-bottom: dotted 1px #fff; } }
      @media only screen and (max-width: 767px) {
        .header .global-nav .global-nav-item {
          display: block;
          margin: 0;
          border-bottom: dotted 1px #fff; } }
      .header .global-nav .global-nav-item a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        line-height: 1.8; }
        .header .global-nav .global-nav-item a:hover {
          -moz-opacity: 0.80;
          opacity: 0.80; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .header .global-nav .global-nav-item a {
            display: block; } }
        @media only screen and (max-width: 767px) {
          .header .global-nav .global-nav-item a {
            display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .header .global-nav .global-nav-item::after {
          content: ""; } }
      @media only screen and (max-width: 767px) {
        .header .global-nav .global-nav-item::after {
          content: ""; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .header .global-nav .global-nav-item:last-child {
          border-bottom: none; } }
      @media only screen and (max-width: 767px) {
        .header .global-nav .global-nav-item:last-child {
          border-bottom: none; } }

/* --------------------------------
 * ハンバーガー
 * -------------------------------- */
#navToggle {
  display: none;
  /*通常時は非表示にしておきます*/
  position: absolute;
  /*bodyに対しての絶対位置指定です*/
  right: 13px;
  top: 30px;
  width: 40px;
  height: 15px;
  cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #navToggle {
      display: block; } }
  @media only screen and (max-width: 767px) {
    #navToggle {
      display: block; } }

#navToggle div {
  position: relative; }

/*spanの絶対位置指定の親にします*/
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: 0.35s ease-in-out; }

#navToggle span:nth-child(1) {
  top: 0; }

#navToggle span:nth-child(2) {
  top: 11px; }

#navToggle span:nth-child(3) {
  top: 22px; }

/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.openNav #navToggle span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

/*header menu*/
.openNav .global-nav {
  -moz-transform: translateY(689px) !important;
  -webkit-transform: translateY(689px) !important;
  transform: translateY(689px) !important; }

/* --------------------------------
 * アコーディオン
 * -------------------------------- */
/*ボックス全体*/
.global-nav-item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px; }

.global-nav-item__link, .global-nav-item__link:link, .global-nav-item__link:hover, .global-nav-item__link:visited, .global-nav-item__link:active, .global-nav-item__link:focus {
  color: inherit;
  text-decoration: none; }

.offcanvasListExpandable > ul {
  display: none; }

.offcanvasListExpandable > ul > li {
  background-color: rgba(88, 88, 88, 0.6);
  display: block !important; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .offcanvasListExpandable > ul > li > a.global-nav-item__link {
    padding: 0 10px 0 40px; } }
@media only screen and (max-width: 767px) {
  .offcanvasListExpandable > ul > li > a.global-nav-item__link {
    padding: 0 10px 0 40px; } }

.offcanvasListExpandable > a::after {
  content: "▼";
  position: absolute;
  top: calc(50% - 7px);
  right: 36px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .offcanvasListExpandable > a::after {
      right: inherit;
      left: 12rem;
      top: calc(50% - 2px); } }

.offcanvasListExpandable.active > a::after {
  content: "▲"; }

/* --------------------------------
 * common
 * -------------------------------- */
.text-large {
  font-size: 2rem; }

.text-small {
  font-size: 1.2rem; }

.text-red {
  color: #c00; }

.flt-left {
  float: left; }

.flt-right {
  float: right; }

.mt-0 {
  margin-top: 0 !important; }

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

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.ti-1 {
  text-indent: 1rem; }

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      width: 100%;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      overflow: hidden; } }

.container-gutter {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container-gutter {
      width: 98%;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .container-gutter {
      width: 98%;
      overflow: hidden; } }

h2.top {
  font-family: "Hannari", serif;
  font-size: 3.2rem;
  text-align: center;
  font-weight: normal; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h2.top {
      display: block; } }
  @media only screen and (max-width: 767px) {
    h2.top {
      display: block;
      font-size: 2.4rem;
      letter-spacing: normal; } }

h3.top {
  letter-spacing: 2px;
  font-size: 7rem;
  font-family: Kristi;
  font-weight: normal;
  line-height: 1.4; }
  h3.top:before, h3.top:after {
    content: "";
    display: block;
    overflow: hidden; }
  h3.top:after {
    clear: both; }
  h3.top img {
    display: none; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      h3.top img {
        display: inline-block;
        margin-left: 1rem;
        width: 10px; } }
    @media only screen and (max-width: 767px) {
      h3.top img {
        display: inline-block;
        margin-left: 1rem;
        width: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h3.top {
      display: block; } }
  @media only screen and (max-width: 767px) {
    h3.top {
      display: block;
      font-size: 2rem; } }

section {
  padding: 80px 0 0;
  margin: 0 auto; }
  section:before, section:after {
    content: "";
    display: block;
    overflow: hidden; }
  section:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    section {
      width: 100%;
      padding: 54px 0 0; } }

/* --------------------------------
 * atfirst
 * -------------------------------- */
.atfirst {
  display: block; }
  .atfirst:before, .atfirst:after {
    content: "";
    display: block;
    overflow: hidden; }
  .atfirst:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .atfirst {
      display: none; } }

.content-wrap {
  position: relative;
  width: 100%;
  height: 990px;
  margin: 100px auto; }
  .content-wrap:before, .content-wrap:after {
    content: "";
    display: block;
    overflow: hidden; }
  .content-wrap:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .content-wrap {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .content-wrap {
      position: static;
      width: 100%;
      height: 100%; } }

/*ordermade*/
@media only screen and (max-width: 767px) {
  .ordermade-wrap {
    position: static; }
    .ordermade-wrap:before, .ordermade-wrap:after {
      content: "";
      display: block;
      overflow: hidden; }
    .ordermade-wrap:after {
      clear: both; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ordermade-inner {
    position: relative;
    width: 100%;
    height: 450px; } }

.ordermade-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .ordermade-box:before, .ordermade-box:after {
    content: "";
    display: block;
    overflow: hidden; }
  .ordermade-box:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .ordermade-box {
      position: relative;
      width: 100%; }
      .ordermade-box:before, .ordermade-box:after {
        content: "";
        display: block;
        overflow: hidden; }
      .ordermade-box:after {
        clear: both; } }
  .ordermade-box .ordermade-box_lv1 {
    position: absolute;
    top: 7%;
    left: 8%;
    z-index: 3; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv1 {
        left: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv1 img {
        width: 80%; } }
  .ordermade-box .ordermade-box_lv2 {
    position: absolute;
    top: 12%;
    left: 10%;
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv2 {
        left: 2%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv2 img {
        width: 80%; } }
  .ordermade-box .ordermade-box_lv3 {
    position: absolute;
    top: 0;
    left: 31%;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv3 {
        left: 28%; } }
    @media only screen and (max-width: 767px) {
      .ordermade-box .ordermade-box_lv3 {
        top: 40%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .ordermade-box .ordermade-box_lv3 img {
        width: 80%; } }

.ordermade-txt {
  position: absolute;
  top: 4%;
  left: 51%;
  z-index: 2; }
  .ordermade-txt:before, .ordermade-txt:after {
    content: "";
    display: block;
    overflow: hidden; }
  .ordermade-txt:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .ordermade-txt {
      left: 53%;
      width: 43%; } }
  @media only screen and (max-width: 767px) {
    .ordermade-txt {
      position: static; }
      .ordermade-txt:before, .ordermade-txt:after {
        content: "";
        display: block;
        overflow: hidden; }
      .ordermade-txt:after {
        clear: both; } }

/*collection*/
@media only screen and (max-width: 767px) {
  .collection-wrap:before, .collection-wrap:after {
    content: "";
    display: block;
    overflow: hidden; }
  .collection-wrap:after {
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .collection-inner {
    position: relative;
    width: 100%;
    height: 450px; } }

.collection-box {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0; }
  @media only screen and (max-width: 767px) {
    .collection-box {
      position: relative;
      width: 80%; }
      .collection-box:before, .collection-box:after {
        content: "";
        display: block;
        overflow: hidden; }
      .collection-box:after {
        clear: both; } }
  .collection-box .collection-box_lv1 {
    position: absolute;
    bottom: 16%;
    right: 8%;
    z-index: 3; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .collection-box .collection-box_lv1 {
        right: -10%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .collection-box .collection-box_lv1 img {
        width: 80%; } }
  .collection-box .collection-box_lv2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .collection-box .collection-box_lv2 {
        right: -12%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .collection-box .collection-box_lv2 img {
        width: 80%; } }
  .collection-box .collection-box_lv3 {
    position: absolute;
    bottom: 0;
    right: 34%;
    z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .collection-box img {
      width: 80%; } }

.collection-txt {
  position: absolute;
  bottom: 11%;
  left: 6%;
  width: 41%;
  text-align: right;
  z-index: 2; }
  .collection-txt:before, .collection-txt:after {
    content: "";
    display: block;
    overflow: hidden; }
  .collection-txt:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .collection-txt {
      left: 2%;
      width: 46%; } }
  @media only screen and (max-width: 767px) {
    .collection-txt {
      position: static; } }

/* --------------------------------
 * atfirst-sp
 * -------------------------------- */
.atfirst-sp {
  display: none; }
  .atfirst-sp:before, .atfirst-sp:after {
    content: "";
    display: block;
    overflow: hidden; }
  .atfirst-sp:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .atfirst-sp {
      display: block;
      width: 100%;
      height: 1100px;
      overflow: hidden; } }
  .atfirst-sp .ordermade-box-sp {
    position: relative;
    width: 100%;
    height: 100vw;
    margin-top: 60px; }
    .atfirst-sp .ordermade-box-sp:before, .atfirst-sp .ordermade-box-sp:after {
      content: "";
      display: block;
      overflow: hidden; }
    .atfirst-sp .ordermade-box-sp:after {
      clear: both; }
    .atfirst-sp .ordermade-box-sp .ordermade-box_lv1 {
      position: absolute;
      top: 0;
      left: 0%;
      z-index: 3; }
      .atfirst-sp .ordermade-box-sp .ordermade-box_lv1 img {
        display: block;
        width: 60%; }
    .atfirst-sp .ordermade-box-sp .ordermade-box_lv2 {
      position: absolute;
      top: 10%;
      left: 4%;
      z-index: 2; }
      .atfirst-sp .ordermade-box-sp .ordermade-box_lv2 img {
        display: block;
        width: 60%; }
    .atfirst-sp .ordermade-box-sp .ordermade-box_lv3 {
      position: absolute;
      top: 61%;
      left: 39%;
      z-index: 1; }
      .atfirst-sp .ordermade-box-sp .ordermade-box_lv3 img {
        display: block;
        width: 60%; }
    .atfirst-sp .ordermade-box-sp .ordermade-txt-sp {
      position: absolute;
      top: 66%;
      left: 5%;
      width: 90%;
      z-index: 2; }
      .atfirst-sp .ordermade-box-sp .ordermade-txt-sp h3 {
        font-size: 6.2rem;
        text-align: right;
        line-height: 1; }
      .atfirst-sp .ordermade-box-sp .ordermade-txt-sp p {
        font-size: 1.2rem;
        line-height: 1.5; }
  .atfirst-sp .collection-box-sp {
    position: relative;
    width: 100%;
    height: 100vw;
    margin-top: 60px; }
    .atfirst-sp .collection-box-sp:before, .atfirst-sp .collection-box-sp:after {
      content: "";
      display: block;
      overflow: hidden; }
    .atfirst-sp .collection-box-sp:after {
      clear: both; }
    .atfirst-sp .collection-box-sp .collection-box_lv1 {
      position: absolute;
      top: 0;
      left: 30%;
      z-index: 3; }
      .atfirst-sp .collection-box-sp .collection-box_lv1 img {
        display: block;
        width: 88%; }
    .atfirst-sp .collection-box-sp .collection-box_lv2 {
      position: absolute;
      top: 6%;
      left: 26%;
      z-index: 2; }
      .atfirst-sp .collection-box-sp .collection-box_lv2 img {
        display: block;
        width: 88%; }
    .atfirst-sp .collection-box-sp .collection-box_lv3 {
      position: absolute;
      top: 15%;
      left: 9%;
      z-index: 1; }
      .atfirst-sp .collection-box-sp .collection-box_lv3 img {
        display: block;
        width: 60%; }
    .atfirst-sp .collection-box-sp .collection-txt-sp {
      position: absolute;
      top: 64%;
      left: 5%;
      width: 90%;
      z-index: 2; }
      .atfirst-sp .collection-box-sp .collection-txt-sp h3 {
        font-size: 6.2rem; }
      .atfirst-sp .collection-box-sp .collection-txt-sp p {
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: right; }

/* --------------------------------
 * concept
 * -------------------------------- */
.concept-wrap {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    .concept-wrap {
      padding-top: 108px; } }
  .concept-wrap .h2-concept {
    margin-bottom: 68px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .concept-wrap .h2-concept {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .concept-wrap .h2-concept {
        display: block;
        font-size: 5rem;
        margin-bottom: 30px; } }

section.concept {
  padding: 0; }

#concept {
  position: relative;
  background: no-repeat center #000 url(../images/concept.jpg);
  width: 100%;
  height: 1271px;
  color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #concept {
      background-position: 25% 0;
      background-size: cover; } }
  @media only screen and (max-width: 767px) {
    #concept {
      background: no-repeat center url(../images/concept_sp.jpg);
      background-size: cover;
      height: 1000px; } }
  #concept br.sp {
    display: none; }
    @media only screen and (max-width: 767px) {
      #concept br.sp {
        display: block; } }
  #concept .concept_inner {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%; }

.concept-title_01 {
  position: absolute;
  top: 5%;
  left: 35%;
  width: 50%;
  font-size: 2.7rem;
  line-height: 1.56; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .concept-title_01 {
      font-size: 2rem;
      width: 60%;
      left: 34%; } }
  @media only screen and (max-width: 767px) {
    .concept-title_01 {
      top: 5%;
      left: 3%;
      width: 76%;
      font-size: 2rem; } }
  .concept-title_01-inner {
    position: relative;
    padding: 40px; }
    @media only screen and (max-width: 767px) {
      .concept-title_01-inner {
        padding: 20px; } }
  .concept-title_01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2em;
    height: 2em;
    background: url(../images/brackets02.png) no-repeat;
    background-size: contain; }
  .concept-title_01::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2em;
    height: 2em;
    background: url(../images/brackets01.png) no-repeat;
    background-size: contain; }

.concept-txt_01 {
  position: absolute;
  top: 23%;
  left: 39%;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.34; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .concept-txt_01 {
      top: 25%;
      width: 55%; } }
  @media only screen and (max-width: 767px) {
    .concept-txt_01 {
      font-size: 1.4rem;
      top: 21%;
      left: 8%;
      width: 86%;
      text-align: right; } }
  .concept-txt_01 p {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .concept-txt_01 p {
        margin-bottom: 2rem; } }

.concept-title_02 {
  position: absolute;
  top: 46%;
  left: 45%;
  width: 51%;
  font-size: 2.7rem;
  line-height: 1.56; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .concept-title_02 {
      left: 38%;
      width: 54%;
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    .concept-title_02 {
      top: 40%;
      left: 3%;
      width: 65%;
      font-size: 2rem; } }
  .concept-title_02-inner {
    position: relative;
    padding: 40px; }
    @media only screen and (max-width: 767px) {
      .concept-title_02-inner {
        padding: 20px; } }
  .concept-title_02::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2em;
    height: 2em;
    background: url(../images/brackets02.png) no-repeat;
    background-size: contain; }
  .concept-title_02::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2em;
    height: 2em;
    background: url(../images/brackets01.png) no-repeat;
    background-size: contain; }

.concept-txt_02 {
  position: absolute;
  top: 61%;
  left: 49%;
  font-size: 1.8rem;
  line-height: 1.34; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .concept-txt_02 {
      left: 43%;
      width: 54%; } }
  @media only screen and (max-width: 767px) {
    .concept-txt_02 {
      font-size: 1.4rem;
      top: 57%;
      left: 8%;
      width: 86%;
      text-align: right; } }
  .concept-txt_02 p {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .concept-txt_02 p {
        margin-bottom: 2rem; } }

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 4rem 0 4.8rem;
  width: 100%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background-color: #f9f5f4; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 2rem 0 2.4rem; } }
  .footer .footer-menu li {
    display: inline-block; }
    .footer .footer-menu li a.contract {
      font-size: 1.4rem; }
  .footer .footer-menu li + li {
    margin-left: 3rem; }
  .footer .mail {
    margin-top: 4rem; }
    @media only screen and (max-width: 767px) {
      .footer .mail {
        margin-top: 2rem; } }
  .footer .copy {
    font-size: 1.3rem;
    margin-top: 4rem; }
    @media only screen and (max-width: 767px) {
      .footer .copy {
        margin-top: 2rem; } }
  .footer a {
    color: #93844e;
    text-decoration: none;
    word-break: break-all; }
    .footer a:hover {
      -moz-opacity: 0.80;
      opacity: 0.80; }
  .footer_bg {
    background-color: #e8e3e2; }

/* --------------------------------
 * 予約メニュー
 * -------------------------------- */
#btn-reserve {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 9999; }

#btn-reserve a {
  display: block;
  background: #666;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: bold; }

#btn-reserve a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #333; }

/* --------------------------------
 * instagram
 * -------------------------------- */
#btn-instagram {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999; }

#btn-instagram a {
  display: block;
  background: #666;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 2rem; }

#btn-instagram a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #333; }

/* --------------------------------
 * page_top
 * -------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6; }

#page-top a {
  display: block;
  background: #666;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  font-size: 2rem; }

#page-top a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
  border: 1px solid #333; }

/* --------------------------------
 * fadein
 * -------------------------------- */
.fadein {
  opacity: 0;
  transition: all 3s; }
  @media only screen and (max-width: 767px) {
    .fadein {
      transition: all 1s; } }

.fadein.scrollin {
  opacity: 1; }

/* --------------------------------
 * ordermade fadein
 * -------------------------------- */
.Ofadein {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s;
  transition-delay: .5s; }

.Ofadein.scrollin {
  opacity: 1;
  transform: translateX(0); }

/* --------------------------------
 * collection fadein
 * -------------------------------- */
.Cfadein {
  opacity: 0;
  transform: translateX(20px);
  transition: 1s;
  transition-delay: .5s; }

.Cfadein.scrollin {
  opacity: 1;
  transform: translateX(0); }

/* --------------------------------
 * ロゴをフェード
 * -------------------------------- */
.start-box {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  text-align: center; }
  .start-box .start_logo {
    position: absolute;
    top: 26%;
    width: 100%;
    display: none;
    z-index: 9999; }
    @media only screen and (max-width: 767px) {
      .start-box .start_logo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; } }

/* --------------------------------
 * parallax
 * -------------------------------- */
.parallax-bg {
  height: 100vh;
  background-image: url("../images/eyecatch4.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  z-index: 9002; }

.message-box {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  z-index: 9003;
  font-size: 4.4rem;
  letter-spacing: .5em;
  line-height: 1.6;
  display: none;
  text-align: center;
  text-shadow: 0 0 20px #FFF, 0 0 20px #FFF, 0 0 20px #FFF; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .message-box {
      font-size: 3rem; } }
  @media only screen and (max-width: 767px) {
    .message-box {
      top: 45%;
      width: 100%;
      font-size: 3.2rem;
      text-shadow: none; } }
  .message-box .sub {
    font-size: 2rem;
    letter-spacing: normal;
    margin-top: 50px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .message-box .sub {
        font-size: 1.4rem;
        margin-top: 70px; } }
  .message-box br.sp {
    display: none; }
    @media only screen and (max-width: 767px) {
      .message-box br.sp {
        display: block; } }

@media screen and (max-width: 768px) {
  .parallax-bg {
    background-image: none; }

  .parallax-bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    background-image: url("../images/eyecatch4_sp.jpg");
    background-position: 75% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; } }
.eye-sp-bg {
  display: none;
  z-index: 9001; }
  @media only screen and (max-width: 767px) {
    .eye-sp-bg {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.2);
      width: 100vw;
      height: 100vh; } }

/* ---------------------------------------------
@mixin
--------------------------------------------- */
br.sp {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    br.sp {
      display: block; } }
  @media only screen and (max-width: 767px) {
    br.sp {
      display: block; } }

br.sp-none {
  display: block; }
  @media only screen and (max-width: 767px) {
    br.sp-none {
      display: none; } }

h2 {
  letter-spacing: 2px;
  font-size: 7rem;
  font-family: Kristi;
  font-weight: normal;
  line-height: 1;
  text-align: center; }
  h2:before, h2:after {
    content: "";
    display: block;
    overflow: hidden; }
  h2:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h2 {
      display: none; } }
  @media only screen and (max-width: 767px) {
    h2 {
      display: none; } }

h3 {
  font-size: 1.8rem;
  font-family: "Hannari", serif;
  text-align: center;
  font-weight: normal;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h3 {
      display: none; } }
  @media only screen and (max-width: 767px) {
    h3 {
      display: none; } }

h2.sp-view {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h2.sp-view {
      display: block;
      font-size: 7rem; } }
  @media only screen and (max-width: 767px) {
    h2.sp-view {
      display: block;
      font-size: 5rem; } }

h3.sp-view {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h3.sp-view {
      display: block; } }
  @media only screen and (max-width: 767px) {
    h3.sp-view {
      display: block;
      font-size: .9rem;
      font-weight: bold; } }

/* --------------------------------
 * policy
 * -------------------------------- */
section.policy {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    section.policy {
      padding-top: 108px; } }
  section.policy h2.policy-headline {
    font-size: 1.8rem;
    margin: 2rem 0 0;
    padding-bottom: 4rem;
    text-align: left; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.policy h2.policy-headline {
        display: block; } }
    @media only screen and (max-width: 767px) {
      section.policy h2.policy-headline {
        display: block;
        padding-bottom: 2rem; } }
  section.policy .policy-whiteBox {
    width: 960px;
    padding: 5%;
    background-color: #fff;
    font-size: 1.4rem;
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.policy .policy-whiteBox {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      section.policy .policy-whiteBox {
        width: 90%;
        font-size: 1.3rem; } }
    section.policy .policy-whiteBox dl {
      margin-bottom: 4rem; }
    section.policy .policy-whiteBox dt {
      font-weight: bold;
      margin: 1.5rem 0 .8rem; }
    section.policy .policy-whiteBox dd {
      margin-inline-start: 4rem; }
    section.policy .policy-whiteBox ol {
      margin-inline-start: 6rem; }
      section.policy .policy-whiteBox ol ol {
        margin-inline-start: 3rem; }
    section.policy .policy-whiteBox a:hover {
      -moz-opacity: 0.80;
      opacity: 0.80; }

/* --------------------------------
 * contract
 * -------------------------------- */
section.contract {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    section.contract {
      padding-top: 108px; } }
  section.contract h2.contract-headline {
    font-size: 1.8rem;
    margin: 2rem 0 0;
    padding-bottom: 4rem;
    text-align: left; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.contract h2.contract-headline {
        display: block; } }
    @media only screen and (max-width: 767px) {
      section.contract h2.contract-headline {
        display: block;
        padding-bottom: 2rem; } }
  section.contract .contract-whiteBox {
    width: 960px;
    padding: 5%;
    background-color: #fff;
    font-size: 1.4rem;
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.contract .contract-whiteBox {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      section.contract .contract-whiteBox {
        width: 90%;
        font-size: 1.3rem; } }
    section.contract .contract-whiteBox dl {
      margin-bottom: 4rem; }
    section.contract .contract-whiteBox dt {
      font-weight: bold;
      margin: 4rem 0 .8rem; }
      section.contract .contract-whiteBox dt:first-child {
        margin-top: 1.5rem; }
    section.contract .contract-whiteBox dd {
      margin-inline-start: 4rem;
      margin-bottom: 1rem; }
    section.contract .contract-whiteBox a:hover {
      text-decoration: underline;
      -moz-opacity: 0.80;
      opacity: 0.80; }

/* --------------------------------
 * profile-pc
 * -------------------------------- */
section.profile {
  padding-top: 180px; }

.profile-wrap {
  width: 100vw;
  height: 688px;
  background-image: url(../images/profile01_bg.png), url(../images/profile02_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 105px, bottom right; }
  .profile-wrap .sp-view {
    display: none; }

.profile-txtBox {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 200px;
  right: 110px; }
  .profile-txtBox span {
    font-size: 1.8rem; }

/* story */
section.story {
  padding-top: 0; }

.story-wrap {
  width: 100vw;
  height: 1540px;
  background-image: url(../images/story01_bg.png), url(../images/story02_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 320px, bottom right; }
  .story-wrap .sp-view {
    display: none; }

.story-txtBox--01 {
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 160px;
  right: 110px;
  width: 532px; }

.story-txtBox--02 {
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 1080px;
  left: 100px;
  width: 476px; }

/* qualification */
section.qualification {
  padding: 0 0 55px; }

.qualification-wrap {
  width: 100vw;
  height: 262px;
  background: url(../images/qualification_bg.png) no-repeat center center;
  position: relative; }

.qualification-txtBox {
  text-align: center;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* --------------------------------
 * collection-pc
 * -------------------------------- */
section.collection {
  padding-top: 180px; }

.cmain-wrap {
  width: 100vw;
  height: 948px;
  background-image: url(../images/collection_left_bg.png), url(../images/collection_right_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 105px, right 0 bottom 50px; }
  .cmain-wrap .sp-view {
    display: none; }

.collection-txtBox {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 68px; }
  .collection-txtBox .main-ttl {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 7rem; }
  .collection-txtBox .sub-ttl {
    font-size: 2rem; }
  .collection-txtBox .sub-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem; }

/* collection 2018 */
section.c2018 {
  padding: 0 0 55px; }

.c2018-wrap img {
  margin: 0 auto;
  display: block; }

.c2018-txtBox {
  text-align: center; }
  .c2018-txtBox span {
    font-size: 3.6rem; }

/* flex_collection box */
.flex_collection-box {
  display: flex;
  /* フレックスボックスにする */
  flex-wrap: wrap;
  /* 折り返し指定 */
  justify-content: center;
  flex-direction: row;
  /* 要素の並び順 */ }

.flex_collection-item {
  color: #948450;
  /* 文字色 */
  margin: 36px;
  font-size: 1.3rem;
  /* 文字サイズ */
  width: 280px;
  /* 幅指定 */
  text-align: center;
  /* 文字中央揃え */ }
  .flex_collection-item a:hover img {
    -moz-opacity: 0.80;
    opacity: 0.80; }
  .flex_collection-item img {
    background-color: #534346;
    height: 280px; }
  .flex_collection-item p {
    margin-top: 1rem; }

/* --------------------------------
 * order made-pc
 * -------------------------------- */
section.ordermade {
  padding-top: 180px; }

.omain-wrap {
  width: 100vw;
  height: 603px;
  background-image: url(../images/ordermade_top_bg.png);
  background-repeat: no-repeat;
  background-position: 0 62px; }
  .omain-wrap .sp-view {
    display: none; }
  .omain-wrap .btn-flow {
    position: absolute;
    top: 67px;
    right: 157px;
    width: 300px;
    height: 220px;
    background: url(../images/flow.png);
    background-repeat: no-repeat;
    background-position: center top; }
    .omain-wrap .btn-flow:hover {
      background: url(../images/flow_hover.png);
      background-repeat: no-repeat;
      background-position: center top; }
  .omain-wrap .btn-price {
    position: absolute;
    top: 250px;
    right: 80px;
    width: 270px;
    height: 249px;
    background: url(../images/price.png);
    background-repeat: no-repeat;
    background-position: center top; }
    .omain-wrap .btn-price:hover {
      background: url(../images/price_hover.png);
      background-repeat: no-repeat;
      background-position: center top; }

/*こだわり*/
section.kodawari {
  padding-top: 180px; }

.kodawari-wrap {
  width: 100vw;
  height: 491px;
  background-image: url(../images/kodawari_lelft_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0; }
  .kodawari-wrap .sp-view {
    display: none; }

.kodawari-bg-wrap {
  width: 100%;
  height: 491px;
  background-image: url(../images/kodawari_bg.png);
  background-repeat: no-repeat;
  background-position: 34% 40px; }
  .kodawari-bg-wrap .sp-view {
    display: none; }

h2.kodawari {
  letter-spacing: 2px;
  font-size: 5rem;
  font-family: "Hannari", serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-top: 4rem; }
  h2.kodawari:before, h2.kodawari:after {
    content: "";
    display: block;
    overflow: hidden; }
  h2.kodawari:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    h2.kodawari {
      display: none; } }

h2.kodawari.sp-view {
  display: none; }

h3.kodawari {
  font-size: 3.6rem;
  font-family: "Hannari", serif;
  text-align: center;
  font-weight: normal;
  margin-top: 6rem; }
  @media only screen and (max-width: 767px) {
    h3.kodawari {
      display: none; } }

h3.kodawari.sp-view {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h3.kodawari.sp-view {
      display: block; } }

h4 {
  font-size: 3rem;
  font-family: "Hannari", serif;
  text-align: center;
  margin-top: 6rem;
  font-weight: normal;
  line-height: 1.2; }

.kodawari-txtBox {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 4rem; }

.sp-kodawari-imgBox {
  display: none; }

.sp-kodawari-img01 {
  display: none; }

.sp-kodawari-img02 {
  display: none; }

/*特徴*/
section.feature {
  padding-top: 180px; }

.feature-wrap {
  width: 100vw;
  height: 884px;
  background-image: url(../images/feature_left_bg.png), url(../images/feature_right_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 536px, right 0 top 0;
  z-index: 10; }
  .feature-wrap .sp-view {
    display: none; }

.feature-bg-wrap {
  width: 100%;
  height: 779px;
  background-image: url(../images/feature_bg.png);
  background-repeat: no-repeat;
  background-position: 49% 37px;
  z-index: 1; }

h2.feature {
  letter-spacing: 2px;
  font-size: 5rem;
  font-family: "Hannari", serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-top: 9rem; }
  h2.feature:before, h2.feature:after {
    content: "";
    display: block;
    overflow: hidden; }
  h2.feature:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    h2.feature {
      display: none; } }

h2.feature.sp-view {
  display: none; }
  @media only screen and (max-width: 767px) {
    h2.feature.sp-view {
      display: block;
      font-size: 5rem; } }

.feature.sub-ttl {
  font-size: 3rem;
  font-family: "Hannari", serif;
  text-align: center;
  margin-top: 6rem;
  font-weight: normal;
  line-height: 1.2; }

.feature.sub-ttl .sp-view {
  display: none; }

.feature-txtBox {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem; }

.sp-feature-imgBox {
  display: none; }

.sp-feature-img {
  display: none; }

/*味わえないこと*/
section.onlyLA {
  padding-top: 180px; }

.onlyLA-wrap .sp-view {
  display: none; }

.onlyLA-bg-wrap {
  width: 100%;
  height: 712px;
  background-image: url(../images/ajiwaenai_bg.png);
  background-repeat: no-repeat;
  background-position: 49% 0;
  z-index: 1; }

h2.onlyLA {
  letter-spacing: 2px;
  font-size: 4rem;
  font-family: "Hannari", serif;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  padding-top: 8rem; }
  h2.onlyLA:before, h2.onlyLA:after {
    content: "";
    display: block;
    overflow: hidden; }
  h2.onlyLA:after {
    clear: both; }

h2.onlyLA.sp-view {
  display: none; }

.onlyLA.sub-ttl {
  font-size: 3rem;
  font-family: "Hannari", serif;
  text-align: center;
  margin-top: 8rem;
  font-weight: normal;
  line-height: 1.2; }

.onlyLA-txtBox {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem; }

.onlyLA-point-left {
  position: absolute;
  top: 480px;
  left: 230px;
  width: 300px;
  text-align: center; }

.onlyLA-point-right {
  position: absolute;
  top: 480px;
  right: 230px;
  width: 300px;
  text-align: center; }

.onlyLA-point-ttl {
  font-size: 3rem; }

.onlyLA-point-txt {
  font-size: 1.7rem;
  line-height: 1.6; }

.flex_btn-box {
  display: flex;
  /* フレックスボックスにする */
  flex-wrap: wrap;
  /* 折り返し指定 */
  justify-content: center;
  flex-direction: row;
  /* 要素の並び順 */ }
  .flex_btn-box a:hover {
    -moz-opacity: 0.80;
    opacity: 0.80; }

.flex_btn-item {
  position: relative;
  margin: 90px;
  font-size: 2.7rem;
  line-height: 1.1;
  width: 400px;
  height: 330px;
  text-align: center; }
  .flex_btn-item p.after {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .flex_btn-item p.cases {
    position: absolute;
    left: 40%;
    top: 65%;
    transform: translate(-50%, -50%); }

.flex_btn-item:nth-child(1) {
  background: url(../images/after_od_bg.png) no-repeat center bottom; }

.flex_btn-item:nth-child(2) {
  background: url(../images/cases_bg.png) no-repeat; }

/* --------------------------------
 * flow-pc
 * -------------------------------- */
.flow.pc-view {
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .flow.pc-view {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .flow.pc-view {
      display: none; } }

.flow.sp-view {
  display: none; }

section.flow {
  padding-top: 180px; }

.flow-wrap {
  width: 100%;
  height: auto; }

.h2-flow {
  font-size: 7rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .h2-flow {
      display: block;
      font-size: 7rem; } }
  @media only screen and (max-width: 767px) {
    .h2-flow {
      display: block;
      font-size: 5rem; } }

/* flex_flow box */
.flex_flow-box {
  display: flex;
  /* フレックスボックスにする */
  flex-wrap: wrap;
  /* 折り返し指定 */
  justify-content: center;
  flex-direction: row;
  /* 要素の並び順 */
  margin-top: 8rem; }

.flex_flow-item {
  position: relative;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  margin-right: 18px;
  text-align: center;
  /* 文字中央揃え */ }
  .flex_flow-item p {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.35; }
    .flex_flow-item p span {
      font-size: 1.2rem;
      line-height: 1.25; }
  .flex_flow-item::after {
    content: url(../images/flow_arrow.png);
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -11px; }
  .flex_flow-item:last-child::after {
    content: ""; }

.flow-list {
  margin-top: 10rem; }

.flow-contentBox {
  list-style: none;
  width: 936px;
  margin: 0 auto 6rem auto;
  text-align: center;
  padding-top: 1.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .flow-contentBox {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .flow-contentBox {
      width: 100%; } }
  .flow-contentBox:nth-child(1) {
    position: relative;
    background: url(../images/flow_bg_01.jpg) no-repeat;
    height: 123px; }
    .flow-contentBox:nth-child(1) .flow-contentBox__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .flow-contentBox:nth-child(1) .title {
      font-size: 3.6rem; }
    .flow-contentBox:nth-child(1) .txt {
      font-size: 1.5rem; }
  .flow-contentBox:nth-child(2) {
    position: relative;
    background: url(../images/flow_bg_02.jpg) no-repeat;
    height: 547px;
    color: #fff; }
    .flow-contentBox:nth-child(2) .title {
      font-size: 2.4rem;
      line-height: 1.2; }
      .flow-contentBox:nth-child(2) .title span {
        font-size: 1.6rem; }
    .flow-contentBox:nth-child(2) .order-wrap {
      display: flex;
      /* フレックスボックスにする */
      flex-wrap: wrap;
      /* 折り返し指定 */
      justify-content: center;
      flex-direction: row;
      /* 要素の並び順 */
      width: 90%;
      margin: 2rem auto;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 2rem 0; }
    .flow-contentBox:nth-child(2) .order {
      position: relative;
      width: 24%;
      height: 90px;
      margin-right: 4rem;
      list-style: none; }
      .flow-contentBox:nth-child(2) .order p {
        display: inline-block; }
      .flow-contentBox:nth-child(2) .order .order-num {
        position: absolute;
        left: 10%;
        font-family: kristi;
        font-size: 6rem;
        line-height: 90px;
        height: 90px; }
      .flow-contentBox:nth-child(2) .order .order-txt {
        position: absolute;
        left: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.4rem;
        line-height: 1.2; }
      .flow-contentBox:nth-child(2) .order::after {
        content: url(../images/flow_arrow_02.png);
        position: absolute;
        top: 50%;
        right: -37px;
        margin-top: -18px; }
      .flow-contentBox:nth-child(2) .order:nth-child(1) {
        flex-basis: 150px;
        /* 幅指定 */ }
      .flow-contentBox:nth-child(2) .order:nth-child(2) {
        flex-basis: 330px;
        /* 幅指定 */ }
      .flow-contentBox:nth-child(2) .order:nth-child(3) {
        flex-basis: 120px;
        /* 幅指定 */ }
      .flow-contentBox:nth-child(2) .order:last-child::after {
        content: ""; }
    .flow-contentBox:nth-child(2) li + li {
      margin-left: 4rem; }
    .flow-contentBox:nth-child(2) .flex_hearing-box {
      display: flex;
      /* フレックスボックスにする */
      flex-wrap: wrap;
      /* 折り返し指定 */
      justify-content: center;
      flex-direction: row;
      /* 要素の並び順 */
      width: 90%;
      margin: 0 auto; }
    .flow-contentBox:nth-child(2) .flex_hearing-item {
      width: 45%;
      background: rgba(250, 244, 243, 0.9);
      color: #000;
      padding: 0 2rem 2rem;
      margin: 0 2%; }
      .flow-contentBox:nth-child(2) .flex_hearing-item .title {
        font-family: kristi;
        font-size: 3rem;
        line-height: 2; }
        .flow-contentBox:nth-child(2) .flex_hearing-item .title span {
          font-family: "Hannari", serif;
          font-size: 1.4rem; }
      .flow-contentBox:nth-child(2) .flex_hearing-item .txt {
        text-align: left;
        font-size: 1.3rem; }
  .flow-contentBox:nth-child(3) {
    position: relative;
    background: url(../images/flow_bg_03.jpg) no-repeat center top;
    height: 453px;
    color: #fff; }
    .flow-contentBox:nth-child(3) .flow-contentBox__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .flow-contentBox:nth-child(3) .title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 2rem; }
    .flow-contentBox:nth-child(3) .txt {
      font-size: 1.5rem;
      margin-bottom: 2rem; }
    .flow-contentBox:nth-child(3) .flow-txtBox {
      width: 82%;
      background: rgba(250, 244, 243, 0.9);
      color: #000;
      padding: 3rem 6rem;
      margin: 0 auto;
      text-align: left;
      font-size: 1.3rem; }
  .flow-contentBox:nth-child(4) {
    position: relative;
    background: url(../images/flow_bg_04.jpg) no-repeat center top;
    height: 217px;
    color: #fff; }
    .flow-contentBox:nth-child(4) .flow-contentBox__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .flow-contentBox:nth-child(4) .title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 2rem; }
    .flow-contentBox:nth-child(4) .txt {
      font-size: 1.4rem; }
  .flow-contentBox:nth-child(5) {
    position: relative;
    background: url(../images/flow_bg_05.jpg) no-repeat center top;
    height: 340px;
    color: #fff; }
    .flow-contentBox:nth-child(5) .flow-contentBox__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .flow-contentBox:nth-child(5) .title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 2rem; }
      .flow-contentBox:nth-child(5) .title span {
        font-size: 1.6rem; }
    .flow-contentBox:nth-child(5) .txt {
      font-size: 1.4rem;
      margin-bottom: 2rem; }
    .flow-contentBox:nth-child(5) .flow-txtBox {
      width: 82%;
      background: rgba(250, 244, 243, 0.9);
      color: #000;
      padding: 3rem 6rem;
      margin: 0 auto;
      text-align: left;
      font-size: 1.3rem; }
  .flow-contentBox:nth-child(6) {
    position: relative;
    background: url(../images/flow_bg_06.jpg) no-repeat center top;
    height: 239px;
    color: #fff; }
    .flow-contentBox:nth-child(6) .flow-contentBox__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .flow-contentBox:nth-child(6) .title {
      font-size: 2.4rem;
      line-height: 1.2;
      margin-bottom: 2rem; }
    .flow-contentBox:nth-child(6) .txt {
      font-size: 1.4rem; }

/* --------------------------------
 * price-pc
 * -------------------------------- */
section.price {
  padding-top: 180px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h2-price {
    display: block; } }
@media only screen and (max-width: 767px) {
  .h2-price {
    display: block;
    font-size: 5rem; } }

.h3-price {
  margin-top: .5rem; }

.price-wrap {
  width: 100%;
  height: auto; }

.price-txtBoxWrap--01 {
  position: relative;
  width: 891px;
  height: 495px;
  background: url(../images/price_bg_01.png) no-repeat center;
  margin: 2rem auto 4rem auto; }
  .price-txtBoxWrap--01 .price-txtBox--01 {
    position: absolute;
    top: 17%;
    left: 38%;
    text-align: center; }
  .price-txtBoxWrap--01 .price-txtBox--02 {
    position: absolute;
    top: 65%;
    left: 30%;
    text-align: center; }
  .price-txtBoxWrap--01 .price-title {
    font-size: 3rem;
    margin-bottom: 2rem; }
  .price-txtBoxWrap--01 .price-tax {
    font-size: 1.8rem;
    margin-bottom: 2rem; }
  .price-txtBoxWrap--01 .price-txt {
    font-size: 1.3rem;
    line-height: 1.6; }

.price-txtBoxWrap--02 {
  position: relative;
  width: 756px;
  height: 346px;
  background: url(../images/price_bg_02.png) no-repeat center;
  margin: 0 auto 4rem auto; }
  .price-txtBoxWrap--02 .price-txtBox--03 {
    position: absolute;
    top: 35%;
    left: 15%;
    text-align: center; }
  .price-txtBoxWrap--02 .price-txt {
    font-size: 1.3rem;
    line-height: 1.6; }

/* --------------------------------
 * contact
 * -------------------------------- */
section.contact {
  padding-top: 180px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section.contact {
      padding-top: 108px; } }
  @media only screen and (max-width: 767px) {
    section.contact {
      padding-top: 108px; } }
  section.contact .contact-txtBox {
    width: 50%;
    margin: 50px auto 0; }
    section.contact .contact-txtBox p.txt {
      margin-top: 5rem; }
  @media only screen and (max-width: 767px) {
    section.contact .contact-txtBox {
      width: 90%; } }

section.contact-thanks {
  padding: 180px 0 0 0;
  width: 100%;
  height: calc(100vh - 179px);
  position: relative;
  min-height: 435px; }
  @media only screen and (max-width: 767px) {
    section.contact-thanks {
      height: calc(100vh - 172px);
      padding-top: 108px; } }
  section.contact-thanks .contact-txtBox {
    width: 50%;
    margin: 50px auto 0; }
    section.contact-thanks .contact-txtBox p.txt {
      text-align: center;
      margin-top: 10rem; }
  @media only screen and (max-width: 767px) {
    section.contact-thanks .contact-txtBox {
      width: 90%; } }

.contact-form {
  width: 50%;
  margin: 50px auto 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .contact-form {
    width: 90%; } }
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=date], .contact-form input[type=email], .contact-form select, .contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: #333; }

.contact-form input[type=text]:focus, .contact-form input[type=tel]:focus, .contact-form input[type=date]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
  border-color: black; }

.contact-form textarea {
  height: 150px; }

.contact-form input[type=submit], .contact input[type=button] {
  display: inline-block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

.contact-form input[type=submit]:hover, .contact input[type=button]:hover {
  background-color: rgba(0, 0, 0, 0.05); }

/* --------------------------------
 * reserve
 * -------------------------------- */
section.reserve {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    section.reserve {
      padding-top: 108px; } }
  section.reserve .reserve-txtBox {
    width: 50%;
    margin: 50px auto 0; }
    section.reserve .reserve-txtBox p.txt {
      margin-top: 5rem; }
  @media only screen and (max-width: 767px) {
    section.reserve .reserve-txtBox {
      width: 90%; } }

.reserve-form {
  width: 50%;
  margin: 50px auto 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .reserve-form {
    width: 90%; } }
.reserve-form input[type=text], .reserve-form input[type=tel], .reserve-form input[type=date], .reserve-form input[type=email], .reserve-form select, .reserve-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: #333; }

.reserve-form input[type=text]:focus, .reserve-form input[type=tel]:focus, .reserve-form input[type=date]:focus, .reserve-form input[type=email]:focus, .reserve-form textarea:focus {
  border-color: black; }

.reserve-form textarea {
  height: 150px; }

.reserve-form input[type=submit], .reserve input[type=button] {
  display: inline-block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

.reserve-form input[type=submit]:hover, .reserve input[type=button]:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.reserve-form {
  /* arrows */ }
  .reserve-form select {
    /* styling */
    border-radius: 0;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-bottom: 10px;
    /* reset */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .reserve-form select.selectstyle {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    color: #333; }
  .reserve-form select.selectstyle:focus {
    background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: black;
    outline: 0; }
  .reserve-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
