@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css2?family=family=Noto+Serif+JP:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&display=swap);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Webフォント */
b, strong, .bold {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
  }
}
/* =============================================
- script
================================================ */
/* ======================================================
	respace
========================================================= */
#sub-column {
  display: none;
}

#floating-menu {
  display: none !important;
}

.inner-catch {
  display: none;
}

#itemDetail-cont .cancel {
  display: none;
}
#itemDetail-cont .ico_itemType {
  display: none;
}
#itemDetail-cont .review_txt {
  display: none;
}

.freeArea2 > h2 {
  display: none;
}

.freeArea2 > h2 {
  display: none;
}

.sps-itemList-stockDisp {
  display: none;
}
.sps-itemList-stockDisp + p {
  display: none;
}

#Journal > h1, #JournalList > h1 {
  display: none;
}
#Journal article > h2, #JournalList article > h2 {
  display: none;
}
#Journal .state_r, #JournalList .state_r {
  display: none;
}

#main-column section:nth-child(1) .header_area {
  display: none;
}
#main-column #bread-crumb + section .header_area {
  display: block;
}

#document .stLt {
  display: none;
}
#document .sp1 {
  display: none;
}
#document .sp1 + li {
  margin-left: 0px !important;
}

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

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

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

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

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

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

/*
    Slick-theme.css
========================================================= */
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none;
  }
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 22;
  font-size: 0px;
  background-color: #282828;
  border: 0px;
  border-radius: 50%;
}
.slick-prev:after, .slick-next:after {
  content: "";
  position: absolute;
  z-index: 33;
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: -5px;
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  left: 50%;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  margin-top: 0px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 50%;
}

@media screen and (max-width: 767px) {
  #newitem_slider .slick-prev, #newitem_slider .slick-next {
    top: 6%;
  }
  #newitem_slider .slick-prev {
    left: 5vw;
  }
  #newitem_slider .slick-next {
    right: 5vw;
  }

  #selling_slider .slick-prev, #selling_slider .slick-next {
    top: 24vw;
  }
  #selling_slider .slick-prev {
    left: 5vw;
  }
  #selling_slider .slick-next {
    right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #newitem_slider .slick-prev {
    top: 20%;
  }
  #newitem_slider .slick-next {
    top: 20%;
  }

  #selling_slider .slick-prev, #selling_slider .slick-next {
    top: 40%;
  }
}
@media screen and (min-width: 980px) {
  .slick-prev, .slick-next {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: #000;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-color: #fff;
  }
}
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  padding: 20px;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10vw;
  top: 10vw;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
}

.lightbox {
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
   This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ======================================================
	common
========================================================= */
/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .w1080 {
    display: none;
  }
}
main {
  overflow: hidden;
}

/* =============================================
- TITLE
================================================ */
/* ======================================================
	headline01
========================================================= */
.headline01 {
  margin-bottom: 40px;
}
.headline01 .en, .headline01 .title {
  text-align: center;
  line-height: 1em;
}
.headline01 .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 12vw;
  letter-spacing: 0.1em;
}
.headline01 .title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  margin-top: 0.5em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .headline01 {
    margin-bottom: 50px;
  }
  .headline01 .en {
    font-size: 6rem;
  }
  .headline01 .title {
    font-size: 2.5rem;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1180px) {
  .headline01 {
    margin-bottom: 100px;
  }
  .headline01 .en {
    font-size: 8rem;
  }
  .headline01 .title {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    margin-top: 0.6em;
  }
}
/* ======================================================
	title_style01
========================================================= */
.title_style01 {
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title_style01 .title {
  font-size: 4.2666666667vw;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.title_style01 .title ruby rb, .title_style01 .title ruby rt {
  line-height: 1.5em;
  position: relative;
}
.title_style01 .title ruby rb {
  font-size: 130%;
  color: #C4AB85;
  font-family: "Cormorant Garamond", serif;
}
.title_style01 .title ruby rt {
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  margin-bottom: 0.2em;
}
.title_style01 .title ruby rt + rb {
  padding: 0px 5px;
}
.title_style01 .title ruby rt + rb + rt {
  padding: 0px 5px;
}
.title_style01.center .title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .title_style01 {
    margin-bottom: 30px;
  }
  .title_style01 .title {
    font-size: 2.4rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  .title_style01 .title ruby rb {
    font-size: 2.6rem;
  }
  .title_style01 .title ruby rt {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    margin-bottom: 0.3em;
  }
  .title_style01 .title ruby rt + rb {
    padding: 0px 7px;
  }
  .title_style01 .title ruby rt + rb + rt {
    padding: 0px 7px;
  }
}
@media screen and (min-width: 1280px) {
  .title_style01 {
    margin-bottom: 30px;
  }
  .title_style01 .title {
    font-size: 2.8rem;
    line-height: 2em;
  }
  .title_style01 .title ruby rb {
    font-size: 4rem;
  }
  .title_style01 .title ruby rt {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    margin-bottom: 0.3em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1480px) {
  .title_style01 .title {
    font-size: 3rem;
  }
  .title_style01 .title ruby rb {
    font-size: 4.5rem;
  }
}
/* ======================================================
	title_style02
========================================================= */
.title_style02 {
  margin-bottom: 20px;
}
.title_style02 .sub {
  font-size: 4.2666666667vw;
  line-height: 1.5em;
  text-align: right;
}
.title_style02.center {
  text-align: center;
}
.title_style02.center .sub {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .title_style02 {
    margin-bottom: 20px;
  }
  .title_style02 .title {
    text-align: right;
  }
  .title_style02 .title img {
    max-width: 340px;
  }
  .title_style02 .sub {
    font-size: 1.8rem;
    text-align: right;
  }
}
/* ======================================================
	title_style03
========================================================= */
.title_style03 {
  margin-bottom: 25px;
}
.title_style03 .midashi {
  line-height: 1.8em;
  font-size: 4.8vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}
.title_style03 .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.4666666667vw;
  color: #C4AB85;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  margin-top: 0.2em;
}

@media screen and (min-width: 768px) {
  .title_style03 {
    margin-bottom: 25px;
  }
  .title_style03 .midashi {
    line-height: 1.8em;
    font-size: 2.4rem;
  }
  .title_style03 .en {
    font-size: 4rem;
    line-height: 1.5em;
    margin-top: 0.2em;
  }
  .title_style03.right .midashi, .title_style03.right .en, .title_style03.right .sub {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .title_style03 .midashi {
    font-size: 2.8rem;
  }
  .title_style03 .en {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 1480px) {
  .title_style03 .midashi {
    font-size: 3rem;
  }
  .title_style03 .en {
    font-size: 4.5rem;
  }
}
/* ======================================================
	title_style04
========================================================= */
.title_style04 {
  margin-bottom: 15px;
}
.title_style04 .top {
  line-height: 1.7em;
  font-size: 4vw;
  color: #C4AB85;
  margin-bottom: 3vw;
}
.title_style04 .title {
  font-size: 4.5333333333vw;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .title_style04 {
    margin-bottom: 25px;
  }
  .title_style04 .top {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .title_style04 .top span {
    display: inline-block;
    position: relative;
  }
  .title_style04 .top span:before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #C4AB85;
    position: absolute;
    left: -50px;
    top: 50%;
  }
  .title_style04 .title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .title_style04 .top {
    font-size: 1.6rem;
  }
  .title_style04 .top span:before {
    width: 60px;
    left: -75px;
  }
}
@media screen and (min-width: 1280px) {
  .title_style04 .top {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .title_style04 .top span:before {
    width: 60px;
    left: -100px;
  }
  .title_style04 .title {
    font-size: 3rem;
  }
}
/* ======================================================
	midashi01
========================================================= */
.midashi01 {
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6em;
  font-size: 4.2666666667vw;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .midashi01 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .midashi01 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1180px) {
  .midashi01 {
    font-size: 2.2rem;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1480px) {
  .midashi01 {
    font-size: 2.5rem;
  }
}
/* ======================================================
	midashi02
========================================================= */
.midashi02 {
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.8em;
  font-size: 5.5vw;
}

@media screen and (min-width: 768px) {
  .midashi02 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 980px) {
  .midashi02 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .midashi02 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1480px) {
  .midashi02 {
    font-size: 3.5rem;
  }
}
/* ======================================================
	midashi03
========================================================= */
.midashi03 {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: center;
  font-size: 4.2vw;
}

@media screen and (min-width: 768px) {
  .midashi03 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1180px) {
  .midashi03 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}
/* =============================================
- BUTTON
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/* =============================================
- style01
================================================ */
.btn_style01 {
  position: relative;
  display: inline-block;
  background-color: #C4AB85;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.btn_style01.contact span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.btn_style01.contact span:before {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/icon_mail02.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .btn_style01 {
    padding: 0.9em 10px 0.8em 10px;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .btn_style01 {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style01:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
}
/* =============================================
- style02
================================================ */
.btn_style02 {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #C4AB85;
  border: 1px solid #C4AB85;
  padding: 0.8em 10px 0.8em 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn_style02:after, .btn_style02:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  background-color: #C4AB85;
}
.btn_style02:after {
  width: 20px;
  height: 1px;
}
.btn_style02:before {
  width: 6px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}
.btn_style02.contact span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.btn_style02.contact span:before {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  background-image: url(../img/icon_mail02.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .btn_style02 {
    padding: 1em 10px 1em 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    max-width: 450px;
  }
  .btn_style02:after, .btn_style02:before {
    right: -25px;
  }
  .btn_style02:after {
    width: 50px;
    height: 1px;
  }
  .btn_style02:before {
    width: 12px;
    margin-top: -4px;
    margin-right: -1px;
  }
}
@media screen and (min-width: 1080px) {
  .btn_style02 {
    font-size: 2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style02:after, .btn_style02:before {
    right: -30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn_style02:after {
    width: 60px;
  }
  .btn_style02:before {
    width: 16px;
    margin-top: -6px;
    margin-right: -1px;
  }
  .btn_style02:hover {
    background-color: #C4AB85;
    color: #fff;
  }
  .btn_style02:hover:after, .btn_style02:hover:before {
    right: -40px;
  }
}
/* =============================================
- loading
================================================ */
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#loading .logo {
  text-align: center;
}
#loading .logo img {
  max-width: 472px;
}
@media screen and (max-width: 1079px) {
  #loading .logo img {
    max-width: 236px;
  }
}

#wrap, #wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* =============================================
- gotop
================================================ */
#gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
#gotop a {
  display: block;
  width: 75px;
}

@media screen and (min-width: 768px) {
  #gotop {
    right: 15px;
    bottom: 15px;
  }
  #gotop a {
    width: 98px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #gotop a:hover {
    opacity: 0.7;
  }
}
/* ======================================================
	header / menu
========================================================= */
@media screen and (max-width: 1079px) {
  #header .pc {
    display: none;
  }
  #header .sp {
    display: block;
  }

  /* ======================================================
  	navBtn
  ========================================================= */
  #navBtn {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
  }
  #navBtn span {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after, #navBtn span:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after {
    top: -10px;
  }
  #navBtn span:before {
    bottom: -10px;
  }
  #navBtn.active span {
    background-color: transparent;
  }
  #navBtn.active span:after {
    top: 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #navBtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  /* ======================================================
  	header
  ========================================================= */
  #header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
  #header .head {
    width: 100%;
    height: 70px;
    padding: 10px;
  }
  #header .logo {
    margin-top: 2px;
    width: 226px;
    position: absolute;
    left: 10px;
    top: 0px;
    position: relative;
  }
  #header .logo a {
    display: block;
    width: 226px;
    height: 46px;
    position: relative;
  }
  #header .logo a img, #header .logo a svg {
    display: none;
  }
  #header .logo a:before, #header .logo a:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/head_logo_sp.png);
    background-size: cover;
  }
  #header .logo a:before {
    content: "";
    width: 55px;
    height: 46px;
    background-image: url(../img/common/head_logo_sp_sc.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  /* ======================================================
  	sidebar
  ========================================================= */
  #sidebar .logo {
    display: none;
  }
  #sidebar .sdgs {
    display: none;
  }
  #sidebar .bottom {
    position: fixed;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sidebar .bottom .btn, #sidebar .bottom .phone {
    width: 50%;
  }
  #sidebar .bottom .phone {
    padding: 2vw 4vw 2vw 4vw;
    background-color: #fff;
  }
  #sidebar .bottom .phone .notice {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
  }
  #sidebar .bottom .btn .btn_style01 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4vw;
  }

  /* ======================================================
  	navigation
  ========================================================= */

  /* ======================================================
  	OPEN
  ========================================================= */

  /* ======================================================
  	fixed
  ========================================================= */

  /* ======================================================
  	scroll
  ========================================================= */
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  #sidebar .bottom .phone {
    padding: 6px 20px 3px 20px;
  }
  #sidebar .bottom .phone .number {
    text-align: center;
  }
  #sidebar .bottom .phone .number img {
    max-width: 200px;
  }
  #sidebar .bottom .btn .btn_style01 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1079px) {
  .navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    right: -60px;
    z-index: 111;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 100px 80px 100px 20px;
    overflow-y: scroll;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-width: 500px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  .navigation .logo {
    display: none;
  }
  .navigation > ul > li {
    position: relative;
    text-align: center;
  }
  .navigation > ul > li + li {
    margin-top: 20px;
  }
  .navigation > ul > li a {
    display: inline-block;
    color: #4A3A32;
    letter-spacing: 0.05em;
    text-align: left;
    width: 100%;
    line-height: 1em;
  }
  .navigation > ul > li > a, .navigation > ul > li > span {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    padding: 18px 20px 18px 20px;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .navigation > ul > li > a span, .navigation > ul > li > span span {
    display: block;
    color: #4A3A32;
  }
  .navigation > ul > li:last-child > a, .navigation > ul > li:last-child > span {
    border-bottom: 0px solid #D8D8D8;
  }
}
@media screen and (max-width: 1079px) {
  body.open:before {
    visibility: visible;
    opacity: 1;
  }
  body.open .navigation {
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  body.open .navigation .navBtn span:after, body.open .navigation .navBtn span:before {
    background-color: #333333;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed {
    position: fixed;
    z-index: 999;
    right: 60px;
    top: 8px;
    width: 100%;
    width: 100px;
  }
  #header .fixed .change_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
  }
  #header .fixed .change_lang .btn {
    width: 50%;
    line-height: 1em;
  }
  #header .fixed .change_lang .btn a {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    color: #808080;
    background-color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 0.1em 0px 0.1em 0px;
    letter-spacing: 0.05em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1079px) and (min-width: 980px) {
  #header .fixed .change_lang .btn a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .change_lang .btn + .btn a {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .change_lang .btn.active a {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (max-width: 1079px) {
  #header .fixed .contact {
    margin-top: 5px;
  }
  #header .fixed .contact a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #063B66;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding: 0.3em 10px 0.3em 10px;
    border-radius: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1079px) and (min-width: 980px) {
  #header .fixed .contact a {
    font-weight: bold;
  }
}
@media screen and (max-width: 1079px) {
  body.is_scrool #sidebar .bottom {
    opacity: 1;
  }
  body.is_scrool #header .logo a:after {
    opacity: 0;
  }
}
@media screen and (min-width: 1080px) {
  .navBtn {
    display: none;
  }

  #header .sp, #header .tab {
    display: none !important;
  }
  #header .pc {
    display: block;
  }

  /* ======================================================
  	header
  ========================================================= */
  body {
    position: relative;
  }

  /* ======================================================
  	main_visual
  ========================================================= */
  #page_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page_content #sidebar {
    width: 210px;
  }
  #page_content #content {
    padding-left: 210px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  #sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100vh;
    width: 210px;
    background-color: #fff;
  }
  #sidebar .bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    padding-top: 15px;
  }
  #sidebar .bottom .phone {
    padding: 5px 0px 10px 0px;
  }
  #sidebar .bottom .number {
    text-align: center;
  }
  #sidebar .bottom .number a {
    display: inline-block;
  }
  #sidebar .bottom .number a img {
    max-width: 160px;
  }
  #sidebar .bottom .notice {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
  }

  #sidebar .in {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1080px) and (max-height: 760px) {
  #sidebar .in {
    overflow: scroll;
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .logo {
    text-align: center;
    padding: 30px 0px 40px 0px;
  }
  #sidebar .logo img {
    max-width: 160px;
  }
  #sidebar .bottom .number a {
    cursor: default;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .sdgs {
    text-align: center;
  }
  #sidebar .sdgs a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #sidebar .sdgs a:hover {
    opacity: 0.7;
  }
  #sidebar .sdgs img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1080px) {
  #sidebar .navigation {
    height: 100%;
    padding-bottom: 30px;
  }
  #sidebar .navigation ul li a {
    color: #333333;
    display: inline-block;
    padding: 8px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  #sidebar .navigation ul li a:hover {
    opacity: 0.4;
  }
}
/* ======================================================
	footer
========================================================= */
/* =============================================
- _footer
================================================ */
#footer {
  background-color: #333333;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 70px;
  }
}
#footer .copyright {
  padding: 6px 0px;
  text-align: center;
  color: #777777;
}
#footer .link_area li {
  text-align: center;
}
#footer .link_area li a {
  color: #fff;
  padding: 0px 30px;
  line-height: 1em;
  position: relative;
}
#footer .link_area li a:before, #footer .link_area li a:after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  background-color: #fff;
}
#footer .link_area li a:before {
  left: 0px;
}
#footer .link_area li a:after {
  right: 0px;
}
#footer .link_area li a.blank span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
#footer .link_area li a.blank span:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_blank.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 20px;
  }
  #footer .copyright {
    font-size: 1.4rem;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 1080px) {
  #footer {
    padding-left: 200px;
  }
  #footer .link_area li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #footer .link_area li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1280px) {
  #footer .copyright {
    font-size: 1.4rem;
    margin: 0px auto;
    padding: 10px 0px;
  }
}
/* =============================================
- cta_block
================================================ */
.cta_block {
  padding: 40px 5vw;
  background-color: #333333;
  color: #fff;
  position: relative;
  z-index: 11;
}
.cta_block .top {
  text-align: center;
  font-size: 4vw;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
}
.cta_block .midashi {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.8vw;
  line-height: 1.8em;
}
.cta_block .bottom {
  text-align: center;
  font-size: 4vw;
  line-height: 1.5em;
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .cta_block {
    padding: 60px 25px;
  }
  .cta_block .top {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .cta_block .midashi {
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 1.8em;
  }
  .cta_block .btn_area {
    text-align: center;
  }
  .cta_block .bottom {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block {
    padding: 70px 50px 70px 50px;
  }
  .cta_block .midashi {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1480px) {
  .cta_block {
    padding: 70px 50px 70px 50px;
  }
  .cta_block .midashi {
    margin-bottom: 35px;
    font-size: 3.2rem;
  }
}
/* =============================================
- #cta01,#cta02
================================================ */
#cta01 .bottom + .bottom {
  margin-top: 0px;
  display: none;
}

/* ======================================================
	section
========================================================= */
section {
  padding: 40px 5vw;
}
@media screen and (min-width: 375px) {
  section {
    padding: 45px 5vw;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 140px 40px 140px 40px;
  }
}

/* ======================================================
	main_visual
========================================================= */
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#fv .swiper-slide-active .img,
#fv .swiper-slide-duplicate-active .img,
#fv .swiper-slide-prev .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: zoomOut 10s linear 0s 1 normal both;
          animation: zoomOut 10s linear 0s 1 normal both;
}
#fv .swiper-slide .img img {
  display: block;
}

@media screen and (max-width: 767px) {
  #fv {
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    padding-top: 70px;
  }
  #fv .logo {
    display: none;
  }
  #fv .slider01 {
    width: 80%;
    margin: 0px;
  }
  #fv .slider02 {
    display: none;
  }
  #fv .title {
    position: relative;
    z-index: 111;
    margin-top: -25vw;
  }
  #fv .text {
    width: 60%;
    margin-left: 5vw;
    margin-top: 10px;
  }
  #fv .textarea {
    margin-top: 7vw;
    padding: 3vw 5vw;
    background-color: #333333;
    color: #ccc;
  }
  #fv .textarea p {
    font-size: 4.8vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  #header .logo img {
    display: none;
  }

  #fv {
    position: relative;
    z-index: 11;
    margin-bottom: -1px;
    padding-top: 80px;
    padding-bottom: 10vw;
  }
  #fv .logo {
    display: none;
  }
  #fv .slider01 {
    width: 35%;
    margin: 0px;
  }
  #fv .slider02 {
    width: 25%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #fv .title {
    margin-top: -16vw;
    position: relative;
    z-index: 111;
    width: 85%;
    margin-right: 2%;
    margin-left: auto;
  }
  #fv .text {
    position: absolute;
    top: 4vw;
    right: 30vw;
    width: 30%;
  }
  #fv .textarea {
    margin-top: 0vw;
    padding: 0vw 5vw 5vw 5vw;
  }
  #fv .textarea p {
    text-align: right;
    font-size: 2.5vw;
    line-height: 1.7em;
    color: #ccc;
  }
  #fv:after {
    content: "";
    width: 80%;
    height: 58%;
    background-color: #333;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
  }
}
@media screen and (min-width: 1080px) {
  #fv {
    padding-top: 200px;
    padding-bottom: 15vw;
    min-height: 100vh;
    background-color: #fff;
  }
  #fv .logo {
    display: block;
    width: 140px;
    position: absolute;
    top: 35px;
    left: 35px;
  }
  #fv .slider01 {
    width: 40%;
  }
  #fv .slider02 {
    width: 26%;
  }
  #fv .title {
    margin-top: -30vw;
    width: 78%;
    margin-right: 2%;
  }
  #fv .text {
    top: 100px;
    right: 32.8vw;
    width: 21%;
  }
  #fv .textarea {
    margin-top: -3vw;
    padding: 0vw 5vw 5vw 5vw;
  }
  #fv .textarea p {
    font-size: 1.6vw;
    line-height: 1.8em;
  }
  #fv:after {
    width: 78%;
    height: 54%;
  }
}
@media screen and (min-width: 1520px) {
  #fv {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #fv .visual {
    position: relative;
    max-width: 1520px;
    margin: 0px auto;
    padding-top: 210px;
    padding-bottom: 200px;
    min-height: 100vh;
  }
  #fv .logo {
    display: block;
    width: 160px;
    position: absolute;
    top: 25px;
    left: 25px;
  }
  #fv .slider01 {
    width: 600px;
  }
  #fv .slider02 {
    width: 400px;
  }
  #fv .title {
    margin-top: -380px;
    width: 1172px;
    margin-right: 2%;
  }
  #fv .text {
    top: 120px;
    right: 510px;
    width: 320px;
  }
  #fv .textarea {
    margin-top: -80px;
    padding: 0vw 80px 80px 80px;
  }
  #fv .textarea p {
    font-size: 2.2rem;
    line-height: 1.9em;
  }
  #fv:after {
    width: 78%;
    height: 540px;
  }
}
/* ======================================================
	outline
========================================================= */
#outline .textarea p {
  line-height: 2.2em;
}

@media screen and (min-width: 768px) {
  #outline .textarea p {
    line-height: 2.5em;
  }
}
@media screen and (min-width: 1080px) {
  #outline {
    padding-left: 20%;
  }
  #outline .textarea p {
    line-height: 2.6em;
  }
}
@media screen and (min-width: 1280px) {
  #outline {
    padding-left: 0%;
    padding-bottom: 100px;
  }
  #outline .inner {
    max-width: 720px;
    margin: 0px auto;
  }
  #outline .textarea p {
    line-height: 3em;
  }
}
@media screen and (min-width: 1480px) {
  #outline {
    padding-bottom: 130px;
  }
}
/* ======================================================
	concept
========================================================= */
#concept {
  padding-top: 0px;
  position: relative;
  margin-top: 25px;
  color: #fff;
}
#concept:after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #333333;
}
#concept .inner {
  position: relative;
  z-index: 11;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  #concept .img_area01 {
    margin-left: -10%;
  }
  #concept .img_area01 .img01 {
    position: relative;
    top: -25px;
    max-width: 80%;
    margin-left: auto;
  }
  #concept .img_area01 .img02 {
    max-width: 40%;
  }
}
#concept .text_content {
  margin-top: 20px;
  padding: 0px 10px;
}
#concept .title_style02 {
  color: #ccc;
}
#concept .column_area {
  margin-top: 40px;
}
#concept .column_area .column + .column {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #concept .column_area .column:nth-child(odd) .img_area {
    margin-left: -10vw;
    margin-right: 10vw;
  }
  #concept .column_area .column:nth-child(odd) .textbox {
    margin-right: -5vw;
  }
  #concept .column_area .column:nth-child(even) .img_area {
    margin-right: -5vw;
    margin-left: 5vw;
  }
  #concept .column_area .column:nth-child(even) .textbox {
    margin-left: -5vw;
  }
}
#concept .column_area .column .textbox {
  margin-top: -40px;
  padding: 15px 4vw;
  background-color: #fff;
  color: #333333;
  position: relative;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #concept {
    margin-top: 60px;
  }
  #concept:after {
    width: 90%;
  }
  #concept .inner {
    padding-left: 10%;
  }
  #concept .img_area01 {
    margin-left: -10%;
  }
  #concept .img_area01 .img01 {
    position: relative;
    top: -60px;
    max-width: 60%;
    margin-left: auto;
  }
  #concept .img_area01 .img02 {
    max-width: 32%;
    margin-top: -20vw;
  }
  #concept .text_content {
    margin-top: -10vw;
    padding: 0px 10px;
  }
  #concept .column_area {
    margin-top: 50px;
    margin-left: -10%;
  }
  #concept .column_area .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #concept .column_area .column + .column {
    margin-top: 60px;
  }
  #concept .column_area .column .img_area {
    width: 60%;
  }
  #concept .column_area .column .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #concept .column_area .column:nth-child(odd) .textbox {
    margin-left: -20%;
  }
  #concept .column_area .column:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #concept .column_area .column:nth-child(even) .textbox {
    margin-right: -20%;
  }
  #concept .column_area .column .textbox {
    margin-top: 0px;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1080px) {
  #concept {
    margin-top: 60px;
  }
  #concept:after {
    width: 90%;
  }
  #concept .inner {
    padding-left: 10%;
  }
  #concept .img_area01 {
    margin-left: -10%;
  }
  #concept .img_area01 .img01 {
    top: -60px;
    max-width: 60%;
  }
  #concept .img_area01 .img02 {
    max-width: 32%;
    margin-top: -20vw;
  }
  #concept .text_content {
    margin-top: -5vw;
  }
  #concept .column_area {
    margin-top: 60px;
    margin-left: -10%;
  }
  #concept .column_area .column + .column {
    margin-top: 60px;
  }
  #concept .column_area .column .img_area {
    width: 65%;
  }
  #concept .column_area .column:nth-child(odd) .textbox {
    margin-left: -25%;
  }
  #concept .column_area .column:nth-child(even) .textbox {
    margin-right: -25%;
  }
  #concept .column_area .column .textbox {
    margin-top: 0px;
    padding: 35px 30px;
  }
}
@media screen and (min-width: 1280px) {
  #concept {
    margin-top: 120px;
  }
  #concept:after {
    width: 85%;
  }
  #concept .inner {
    padding-left: 15%;
  }
  #concept .img_area01 {
    margin-left: -15%;
  }
  #concept .img_area01 .img01 {
    top: -120px;
    max-width: 65%;
  }
  #concept .img_area01 .img02 {
    max-width: 25%;
    margin-top: -20vw;
  }
  #concept .text_content {
    margin-top: -3vw;
  }
  #concept .column_area {
    margin-top: 100px;
    margin-left: -15%;
    margin-right: -40px;
  }
  #concept .column_area .column + .column {
    margin-top: 80px;
  }
  #concept .column_area .column .img_area {
    width: 65%;
  }
  #concept .column_area .column:nth-child(odd) .textbox {
    margin-left: -15%;
  }
  #concept .column_area .column:nth-child(even) .textbox {
    margin-right: -15%;
  }
  #concept .column_area .column .textbox {
    padding: 45px 40px;
  }
}
@media screen and (min-width: 1480px) {
  #concept {
    margin-top: 150px;
    padding-bottom: 0px;
  }
  #concept .inner {
    max-width: 1120px;
    margin: 0px auto;
    padding-left: 0%;
    position: relative;
    padding-bottom: 150px;
  }
  #concept .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 180px;
    top: 0px;
    background-color: #333;
    z-index: -1;
  }
  #concept:after {
    display: none;
  }
  #concept .img_area01 {
    margin-left: 0%;
  }
  #concept .img_area01 .img01 {
    top: -150px;
    max-width: 700px;
  }
  #concept .img_area01 .img02 {
    margin-left: -100px;
    max-width: 400px;
    margin-top: -350px;
  }
  #concept .text_content {
    padding: 0px;
    margin-top: -120px;
    padding-right: 100px;
  }
  #concept .column_area {
    margin-top: 100px;
    margin-left: 0%;
    margin-right: 0px;
  }
  #concept .column_area .column + .column {
    margin-top: 120px;
  }
  #concept .column_area .column .img_area {
    width: 700px;
  }
  #concept .column_area .column:nth-child(odd) .textbox {
    margin-left: -180px;
  }
  #concept .column_area .column:nth-child(even) .textbox {
    margin-right: -180px;
  }
  #concept .column_area .column .textbox {
    padding: 55px 50px;
  }
}
/* ======================================================
	places
========================================================= */
#places .title_style02 .title {
  text-align: center;
}
#places .title_style02 .title img {
  max-width: 65%;
}
#places .title_style01 .title {
  line-height: 2.7em;
  text-align: center;
}
#places .column_area {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #places .column_area .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #places .column_area .column + .column {
    margin-top: 20px;
  }
  #places .column_area .column .img_area {
    width: 40%;
  }
  #places .column_area .column .textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5%;
    margin-top: -1vw;
  }
}

@media screen and (min-width: 768px) {
  #places .title_style02 .title img {
    max-width: 280px;
  }
  #places .title_style01 .title {
    line-height: 2.7em;
  }
  #places .column_area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -15px;
  }
  #places .column_area .column {
    width: 50%;
    padding: 0px 15px;
  }
  #places .column_area .column .img_area {
    margin-bottom: 15px;
  }
  #places .column_area .column:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  #places .title_style02 {
    margin-bottom: 40px;
  }
  #places .title_style01 .title {
    line-height: 2.7em;
  }
  #places .column_area {
    margin-top: 50px;
    margin: 0px -25px;
  }
  #places .column_area .column {
    padding: 0px 25px;
  }
  #places .column_area .column .img_area {
    margin-bottom: 15px;
  }
  #places .column_area .column:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #places .inner {
    max-width: 1120px;
    margin: 0px auto;
  }
  #places .title_style02 {
    margin-bottom: 40px;
  }
  #places .column_area {
    margin: 70px -40px 0px -40px;
  }
  #places .column_area .column {
    padding: 0px 40px;
  }
  #places .column_area .column .img_area {
    margin-bottom: 15px;
  }
  #places .column_area .column:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1480px) {
  #places {
    padding-top: 180px;
  }
  #places .inner {
    max-width: 1120px;
    margin: 0px auto;
  }
  #places .title_style02 {
    margin-bottom: 50px;
  }
  #places .column_area {
    margin: 100px -60px 0px -60px;
  }
  #places .column_area .column {
    padding: 0px 60px;
  }
  #places .column_area .column .img_area {
    margin-bottom: 15px;
  }
  #places .column_area .column:nth-child(n+3) {
    margin-top: 80px;
  }
}
/* ======================================================
	floor_section
========================================================= */
.floor_section {
  padding-bottom: 0px;
}
.floor_section .head_img {
  margin: 0px -5vw;
}
.floor_section .textbox {
  position: relative;
  padding: 20px 5vw 0px 5vw;
  background-color: #fff;
  margin-top: -10vw;
  z-index: 11;
}
.floor_section .textbox .label {
  position: absolute;
  right: 20px;
  width: 40%;
}
.floor_section .textbox .in {
  position: relative;
  z-index: 111;
}
.floor_section .notice_area p {
  font-size: 1.3rem;
  line-height: 2em;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.floor_section .column_area .column + .column {
  margin-top: 25px;
}
.floor_section .column_area .column .img {
  margin-bottom: 15px;
}
.floor_section .column_area .column .midashi01.ls {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 767px) {
  .floor_section .column_area .column .scroll {
    width: 100%;
    overflow: scroll;
  }
  .floor_section .column_area .column .scroll .img {
    width: 720px;
  }
  .floor_section .column_area .column .scroll .img a {
    pointer-events: none;
  }
  .floor_section .column_area .column .sc_text {
    margin-bottom: 10px;
  }
  .floor_section .column_area .column .sc_text span {
    display: inline-block;
    background-color: #C4AB85;
    line-height: 1em;
    padding: 0.5em 0.5em;
    color: #fff;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .floor_section .head_img {
    margin: 0px -25px;
  }
  .floor_section .textbox {
    padding: 40px 50px 0px 50px;
    margin-top: -10vw;
  }
  .floor_section .textbox .label {
    position: absolute;
    right: 20px;
    width: 35%;
  }
  .floor_section .column_area {
    margin-top: 40px;
  }
  .floor_section .column_area .column + .column {
    margin-top: 35px;
  }
  .floor_section .column_area .column .img {
    margin-bottom: 15px;
  }
  .floor_section .column_area .column .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .floor_section .column_area .column .flex .img {
    width: 45%;
    margin-bottom: 0px;
  }
  .floor_section .column_area .column .flex .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 1080px) {
  .floor_section .head_img {
    margin: 0px -40px;
  }
  .floor_section .textbox {
    padding: 45px 75px 0px 75px;
    margin-top: -7vw;
  }
  .floor_section .textbox .label {
    right: 25px;
    top: 25px;
    width: 35%;
  }
  .floor_section .notice_area p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .floor_section .column_area {
    margin-top: 50px;
  }
  .floor_section .column_area .column + .column {
    margin-top: 45px;
  }
  .floor_section .column_area .column .img {
    margin-bottom: 15px;
  }
  .floor_section .column_area .column .flex .img {
    width: 45%;
  }
  .floor_section .column_area .column .flex .img a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .floor_section .column_area .column .flex .img a:hover {
    opacity: 0.7;
  }
  .floor_section .column_area .column .flex .text {
    padding-left: 5%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 1280px) {
  .floor_section .inner {
    max-width: 1120px;
    margin: 0px auto;
  }
  .floor_section .head_img {
    margin: 0px -40px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1420px) {
  .floor_section .head_img {
    margin: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .floor_section .textbox {
    max-width: 920px;
    margin: -100px auto 0px auto;
    padding: 45px 100px 0px 100px;
  }
  .floor_section .textbox .label {
    right: 30px;
    top: 30px;
    width: 370px;
  }
}
@media screen and (min-width: 1280px) {
  .floor_section .column_area {
    margin-top: 70px;
  }
  .floor_section .column_area .column + .column {
    margin-top: 80px;
  }
  .floor_section .column_area .column .img {
    margin-bottom: 20px;
  }
  .floor_section .column_area .column .flex .img {
    width: 360px;
  }
  .floor_section .column_area .column .flex .text {
    padding-left: 35px;
    margin-top: -5px;
  }
}
.popup_area {
  display: none;
}

.lity-content:after {
  display: none;
}

.popup {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0px auto;
}
.popup:after {
  display: none;
}
.popup .img {
  text-align: center;
}
.popup .img img {
  max-width: 960px;
}
.popup .swiper-wrapper {
  overflow: hidden;
}
.popup .swiper-slide .img img {
  display: block;
}

/* ======================================================
	head_type01
========================================================= */
.head_type01 {
  margin: 0px -5vw 30px -5vw;
  height: 50vw;
  position: relative;
}
.head_type01 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.head_type01 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 100000px;
}
.head_type01 .label {
  position: absolute;
  left: 5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head_type01 .label img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .head_type01 {
    margin: 0px -25px 50px -25px;
    height: 35vw;
  }
  .head_type01 .img img {
    width: auto;
    height: 100%;
  }
  .head_type01 .label {
    left: 5vw;
  }
  .head_type01 .label img {
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .head_type01 {
    margin: 0px -40px 60px -40px;
    height: 25vw;
  }
  .head_type01 .img img {
    width: auto;
    height: 100%;
  }
  .head_type01 .label {
    left: 5vw;
  }
  .head_type01 .label img {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .head_type01 {
    margin: 0px -40px 90px -40px;
    height: 285px;
  }
  .head_type01 .img img {
    width: auto;
    height: 100%;
  }
  .head_type01 .in {
    position: absolute;
    width: 920px;
    height: 100%;
    left: 50%;
    top: 0px;
    margin-left: -460px;
  }
  .head_type01 .label {
    left: 0px;
  }
  .head_type01 .label img {
    width: 100%;
  }
}
@media screen and (min-width: 1520px) {
  .head_type01 {
    height: 285px;
  }
  .head_type01 .img img {
    width: 100%;
    height: auto;
  }
}
/* ======================================================
	access
========================================================= */
#access {
  padding-bottom: 0px;
}
#access .map_area {
  margin-bottom: 20px;
}
#access .map_area .map {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 75%;
}
#access .map_area .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .title_style01 {
  margin-bottom: 10px;
}
#access .midashi02 {
  margin-bottom: 10px;
}
#access .root .top {
  font-family: "Noto Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  #access {
    padding-bottom: 0px;
  }
  #access .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #access .flex .map_area {
    width: 40%;
  }
  #access .flex .textbox {
    padding-right: 5%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #access .map_area {
    margin-bottom: 0px;
  }
  #access .map_area .map {
    padding-top: 75%;
  }
}
@media screen and (min-width: 1080px) {
  #access .inner {
    max-width: 920px;
    margin: 0px auto;
  }
  #access .flex .map_area {
    width: 45%;
  }
  #access .flex .textbox {
    padding-right: 5%;
  }
  #access .map_area .map {
    padding-top: 75%;
  }
  #access .midashi02 {
    margin-bottom: 30px;
  }
  #access .title_style01 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #access .inner {
    max-width: 920px;
    margin: 0px auto;
  }
  #access .flex {
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #access .flex .map_area {
    width: 500px;
  }
  #access .flex .textbox {
    padding-right: 40px;
  }
  #access .map_area .map {
    padding-top: 60%;
  }
  #access .midashi02 {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  #access .title_style01 {
    margin-bottom: 20px;
  }
  #access .textbox .title {
    font-size: 2.2rem;
  }
  #access .textbox .title ruby rb {
    font-size: 3rem;
  }
  #access .textbox .root {
    margin-top: 40px;
  }
  #access .textbox .root .top {
    font-size: 1.5rem;
  }
}
/* ======================================================
	company
========================================================= */
#company {
  padding-bottom: 0px;
}
#company .info_list dl {
  padding: 15px 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#company .info_list dl dt {
  font-weight: 500;
}
#company .info_list dl:after, #company .info_list dl:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
}
#company .info_list dl:after {
  background-color: #ccc;
  width: 100%;
}
#company .info_list dl:before {
  background-color: #333;
  width: 30%;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #company .info_list {
    max-width: 90%;
    margin: 0px auto;
  }
  #company .info_list dl {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #company .info_list dl dt {
    width: 160px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1080px) {
  #company .info_list {
    margin-top: 10px;
    max-width: 720px;
  }
  #company .info_list dl {
    padding: 20px 0px;
    font-size: 1.6rem;
  }
  #company .info_list dl dt {
    width: 140px;
  }
  #company .info_list dl dd {
    padding-left: 20px;
  }
  #company .info_list dl dd p + p {
    margin-top: 15px;
  }
  #company .info_list dl:before {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  #company .info_list {
    max-width: 720px;
  }
  #company .info_list dl {
    padding: 28px 0px;
    letter-spacing: 0.1em;
  }
  #company .info_list dl:first-child {
    padding-top: 0px;
  }
  #company .info_list dl dd {
    padding-left: 20px;
  }
  #company .info_list dl dd p + p {
    margin-top: 20px;
  }
}
/* ======================================================
	sdgs
========================================================= */
#sdgs .mb0 {
  margin-bottom: 0px;
}
#sdgs .box_area {
  padding: 30px 5vw;
  background-color: #F8F8F8;
}
#sdgs .box_area + .box_area {
  margin-top: 30px;
}
#sdgs .box_area > .top {
  text-align: center;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
#sdgs .box_area .column_area {
  margin-top: 30px;
}
#sdgs .box_area .column_area .column + .column {
  margin-top: 30px;
}
#sdgs .box_area .column_area .column .midashi01 {
  margin-bottom: 10px;
}
#sdgs .box_area .column_area .column .list li {
  position: relative;
  line-height: 1.6em;
  padding-left: 1.2em;
}
#sdgs .box_area .column_area .column .list li + li {
  margin-top: 5px;
}
#sdgs .box_area .column_area .column .list li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.35em;
  background-color: #022222;
  position: absolute;
  left: 0px;
  top: 0.8em;
}
#sdgs .box_area .column_area .column .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#sdgs .box_area .column_area .column .icons .icon {
  width: 25%;
}
#sdgs .topsdgs {
  text-align: center;
  margin-bottom: 30px;
}
#sdgs .topsdgs img {
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  #sdgs .box_area {
    padding: 50px 60px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 60px;
  }
  #sdgs .box_area > .top {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 30px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 40px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 10px;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 8px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 20px -10px 0px -10px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    width: 25%;
    padding: 0px 10px;
  }
  #sdgs .topsdgs {
    margin-bottom: 40px;
  }
  #sdgs .topsdgs img {
    max-width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  #sdgs .box_area {
    padding: 60px 60px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 60px;
  }
  #sdgs .box_area > .top {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 40px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 50px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 15px;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 10px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 25px -15px 0px -15px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    padding: 0px 15px;
  }
  #sdgs .topsdgs {
    margin-bottom: 45px;
  }
  #sdgs .topsdgs img {
    max-width: 492px;
  }
}
@media screen and (min-width: 1280px) {
  #sdgs .box_area {
    max-width: 920px;
    margin: 0px auto;
    padding: 60px 100px;
  }
  #sdgs .box_area + .box_area {
    margin-top: 80px;
  }
  #sdgs .box_area > .top {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
  #sdgs .box_area .column_area {
    margin-top: 50px;
  }
  #sdgs .box_area .column_area .column + .column {
    margin-top: 60px;
  }
  #sdgs .box_area .column_area .column .midashi01 {
    margin-bottom: 15px;
  }
  #sdgs .box_area .column_area .column .list li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #sdgs .box_area .column_area .column .list li + li {
    margin-top: 10px;
  }
  #sdgs .box_area .column_area .column .list li:before {
    margin-top: -0.4em;
  }
  #sdgs .box_area .column_area .column .icons {
    margin: 25px -20px 0px -20px;
  }
  #sdgs .box_area .column_area .column .icons .icon {
    padding: 0px 20px;
  }
}
/* =============================================
- ft_bunner
================================================ */
#ft_bunner {
  padding-top: 0px;
}
#ft_bunner .bunner_area .bunner + .bunner {
  margin-top: 30px;
}
#ft_bunner .bunner_area .bunner a {
  display: block;
  color: #333333;
  text-align: center;
}
#ft_bunner .bunner_area .bunner p {
  margin-top: 5px;
  text-align: center;
}
#ft_bunner .bunner_area .bunner p span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
#ft_bunner .bunner_area .bunner p span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_blank02.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  #ft_bunner .bunner_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1230px;
    margin: 0px auto;
  }
  #ft_bunner .bunner_area .bunner {
    width: 48%;
  }
  #ft_bunner .bunner_area .bunner + .bunner {
    margin-left: 4%;
    margin-top: 0px;
  }
  #ft_bunner .bunner_area .bunner a {
    display: block;
  }
  #ft_bunner .bunner_area .bunner p {
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
  #ft_bunner .bunner_area .bunner p span {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1080px) {
  #ft_bunner {
    padding-bottom: 110px;
  }
  #ft_bunner .bunner_area .bunner a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #ft_bunner .bunner_area .bunner a .img {
    overflow: hidden;
  }
  #ft_bunner .bunner_area .bunner a .img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #ft_bunner .bunner_area .bunner a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1480px) {
  #ft_bunner .bunner_area .bunner {
    width: 600px;
  }
  #ft_bunner .bunner_area .bunner + .bunner {
    margin-left: 30px;
  }
}
/* =============================================
- form
================================================ */
/*
	Slick.css
========================================================= */
.ui-timepicker-wrapper {
  overflow-y: auto;
  max-height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  font-size: 13px;
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #C4AB85;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  display: none;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
  display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #C4AB85;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #C4AB85;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-top: -10px;
}
@media screen and (min-width: 1080px) {
  .datepicker.dropdown-menu {
    margin-top: -10px;
  }
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/* ======================================================
	form
========================================================= */
.form_body {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 15px;
  font-family: "Noto Sans", sans-serif;
}
.form_body select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}
.form_body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_body ::-ms-expand {
  display: none;
}
.form_body .any {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 0.3em 0.5em 0.2em 0.5em;
  margin-left: 0.8em;
  background-color: #707070;
}
.form_body .requre {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 0.3em 0.5em 0.2em 0.5em;
  margin-left: 0.8em;
  background-color: #C4AB85;
}
.form_body dl {
  max-width: 720px;
  margin: 0px auto;
  padding: 15px 0px;
  color: #505050;
}
.form_body dl dt {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.7em;
}
.form_body textarea, .form_body input[type=text], .form_body input[type=email], .form_body select {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border: 0px;
  border: 1px solid #F8F8F8;
  background-color: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #505050;
  border-radius: 0px;
}
.form_body textarea:-moz-placeholder-shown, .form_body input[type=text]:-moz-placeholder-shown, .form_body input[type=email]:-moz-placeholder-shown, .form_body select:-moz-placeholder-shown {
  color: #aaaaaa;
}
.form_body textarea:-ms-input-placeholder, .form_body input[type=text]:-ms-input-placeholder, .form_body input[type=email]:-ms-input-placeholder, .form_body select:-ms-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea:placeholder-shown, .form_body input[type=text]:placeholder-shown, .form_body input[type=email]:placeholder-shown, .form_body select:placeholder-shown {
  color: #aaaaaa;
}
.form_body textarea::-webkit-input-placeholder, .form_body input[type=text]::-webkit-input-placeholder, .form_body input[type=email]::-webkit-input-placeholder, .form_body select::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea:-moz-placeholder, .form_body input[type=text]:-moz-placeholder, .form_body input[type=email]:-moz-placeholder, .form_body select:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form_body textarea::-moz-placeholder, .form_body input[type=text]::-moz-placeholder, .form_body input[type=email]::-moz-placeholder, .form_body select::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form_body textarea:-ms-input-placeholder, .form_body input[type=text]:-ms-input-placeholder, .form_body input[type=email]:-ms-input-placeholder, .form_body select:-ms-input-placeholder {
  color: #aaaaaa;
}
.form_body textarea, .form_body input[type=text], .form_body input[type=email] {
  background-color: #F8F8F8;
}
.form_body textarea:focus, .form_body input[type=text]:focus, .form_body input[type=email]:focus {
  background-color: #fdfdfd;
}
.form_body textarea {
  vertical-align: bottom;
  white-space: pre-wrap;
  height: 230px;
  line-height: 1.6em;
}
.form_body .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_body .date span {
  display: inline-block;
  padding: 0em 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .form_body .date .text {
    width: 100%;
    margin-bottom: 5px;
  }
}
.form_body .date .input {
  width: 65px;
}
.form_body .date02, .form_body .date03 {
  margin-top: 20px;
}
.form_body .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_body .flex_area .field, .form_body .flex_area .input {
  width: 100px;
}
.form_body .flex_area p {
  display: inline-block;
  padding: 0em 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.form_body .flex .field + .field, .form_body .flex .field .input, .form_body .flex .input + .field, .form_body .flex .input .input {
  margin-top: 10px;
}
.form_body .field + .text, .form_body .input + .text {
  margin: 8px 0px;
}
.form_body .field + .notice, .form_body .input + .notice {
  margin-top: 8px;
}
.form_body .select_wrap {
  position: relative;
  border-radius: 0px;
  z-index: 1;
}
.form_body .select_wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #C8C8C8 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}
.form_body .select_wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: -2;
}
.form_body .select_wrap.prefectures, .form_body .select_wrap.prefectures_different {
  max-width: 195px;
}
.form_body .change_text {
  margin-bottom: 5px;
}
.form_body .change_text .midashi {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  line-height: 1.6em;
}
.form_body .bottom_area {
  margin-top: 25px;
  text-align: center;
}
.form_body .bottom_area .text {
  text-align: center;
}
.form_body .bottom_area .text a {
  color: #C4AB85;
  text-decoration: underline;
}
.form_body .bottom_area .check_group .horizontal-item {
  text-align: center;
  margin-top: 10px;
}
.form_body .btn_area {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .form_body .btn_area .btn + .btn {
    margin-top: 10px;
  }
}
.form_body .btn_area .btn {
  position: relative;
  border: 0px;
  display: inline-block;
  background-color: #C4AB85;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
}
.form_body .btn_area .btnBack:before, .form_body .btn_area .btnBack:after {
  left: -30px;
}
.form_body .btn_area .btnBack:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -2px;
}
.form_body .btn_area .btnBack, .form_body .btn_area .btnSend {
  display: none;
}

.radio .horizontal-item {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.radio .horizontal-item:last-child {
  margin-right: 0px;
}
.radio .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.radio label {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  padding-left: 22px;
  display: inline-block;
}
.radio label input[type=radio] {
  display: none;
}
.radio label input[type=radio] + span {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 3px;
}
.radio label input[type=radio] + span:before, .radio label input[type=radio] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0px;
}
.radio label input[type=radio] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border: 1px #E0E0E0 solid;
  border-radius: 0px;
}
.radio label input[type=radio] + span:after {
  margin: 4px 4px;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: #C4AB85;
  border-color: #C4AB85;
  border-radius: 50%;
}
.radio label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: #E0E0E0;
}
.radio label input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio label input[type=radio] + span:before {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .check_group .horizontal-item {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .check_group .horizontal-item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .check_group .horizontal-item {
    margin-right: 30px;
  }
}
.check_group label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 23px;
  display: inline-block;
}
.check_group label input[type=checkbox] {
  display: none;
}
.check_group label input[type=checkbox] + span {
  display: inline-block;
  font-size: 15px;
  color: #505050;
}
.check_group label input[type=checkbox] + span:before, .check_group label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.check_group label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 16px;
  height: 16px;
  border: 1px #E0E0E0 solid;
}
.check_group label input[type=checkbox] + span:after {
  z-index: 1;
  width: 5px;
  height: 7px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -4px;
}
.check_group label input[type=checkbox]:checked + span:before {
  background-color: #C4AB85;
  border-color: #C4AB85;
}
.check_group label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cal-group {
  position: relative;
}
.cal-group + .cal-group {
  margin-top: 25px;
}
.cal-group .label {
  margin-bottom: 5px;
  font-weight: bold;
}
.cal-group .calendar + .calendar {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cal-group + .cal-group {
    margin-top: 25px;
  }
  .cal-group .label {
    margin-bottom: 0px;
    margin-right: 20px;
    white-space: nowrap;
  }
  .cal-group .calendar {
    width: 300px;
  }
  .cal-group .calendar + .calendar {
    margin-top: 0px;
    margin-left: 15px;
  }
}
.service .horizontal-item {
  display: block;
}

@media screen and (min-width: 768px) {
  .form_body dl {
    padding: 25px 0px;
  }
  .form_body dl dt {
    margin-bottom: 20px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .form_body dl dt {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl dt.notop {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl.center dt {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body dl .notice {
    font-size: 1.3rem;
    line-height: 1.6em;
    color: #777777;
  }
}
@media screen and (min-width: 768px) {
  .form_body .radio .horizontal-item {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .form_body textarea, .form_body input[type=text], .form_body input[type=email], .form_body select {
    padding: 14px 15px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .date span {
    padding: 0em 0.4em;
  }
  .form_body .date .text {
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .form_body .date .input {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .years .field, .form_body .years .input {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .flex .field + .field, .form_body .flex .field + .input, .form_body .flex .input + .field, .form_body .flex .input + .input {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .field + .text, .form_body .input + .text {
    margin: 8px 0px;
  }
  .form_body .field + .notice, .form_body .input + .notice {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .form_body .change_text {
    margin-bottom: 10px;
  }
  .form_body .change_text .midashi {
    font-size: 2rem;
    line-height: 1.6em;
  }
  .form_body .change_text .text {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) {
  .form_body .bottom_area {
    margin-top: 25px;
    padding: 0px;
  }
  .form_body .bottom_area .text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .form_body .btn_area {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_body .btn_area .btnBack {
    margin-right: 9%;
  }
  .form_body .btn_area .btn {
    padding: 1em 10px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1180px) {
  .form_body dl {
    padding: 25px 0px;
  }
  .form_body .date .text {
    padding-bottom: 9px;
    padding-right: 20px;
  }
  .form_body .date .input {
    width: 90px;
  }
  .form_body .date02, .form_body .date03 {
    margin-top: 25px;
  }
  .form_body .years .field, .form_body .years .input {
    width: 120px;
  }
  .form_body .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form_body .flex .field + .field, .form_body .flex .field + .input, .form_body .flex .input + .field, .form_body .flex .input + .input {
    margin-top: 0px;
    margin-left: 15px;
  }
  .form_body .field + .text, .form_body .input + .text {
    margin: 10px 0px;
  }
  .form_body .field + .notice, .form_body .input + .notice {
    margin-top: 10px;
  }
  .form_body .change_text .midashi {
    font-size: 2.5rem;
    line-height: 1.6em;
  }
  .form_body .change_text .text {
    margin-bottom: 25px;
  }
  .form_body .bottom_area a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .form_body .bottom_area a:hover {
    opacity: 0.6;
  }
  .form_body .btn_area .btn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 380px;
  }
  .form_body .btn_area .btn:hover {
    opacity: 0.6;
  }
}
.change_select {
  display: none;
}
.change_select.active {
  display: block;
}

.change_text .text {
  display: none;
}

/* ======================================================
	error_message
========================================================= */
.error_message {
  margin-top: 12px;
  margin-bottom: 10px;
}
.error_message span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
  font-size: 14px;
}
.error_message + .error_message {
  margin-top: -6px;
}
.error_message + .cal-group {
  margin-top: 30px;
}

.btnConfirm.nocheck {
  background-color: #999;
  border-color: #999;
  cursor: default;
  pointer-events: none;
}

/* ======================================================
	confirm
========================================================= */
.confirm .apply_links, .confirm .privacy_box {
  display: none;
}
.confirm .bgspace {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}
.confirm .bottom_area, .confirm .phone_area {
  display: none;
}
.confirm .btnBack, .confirm .btnSend {
  display: inline-block;
}
.confirm .btnConfirm {
  display: none;
}
.confirm .form_body {
  margin-top: 0px;
}
.confirm .form_body .box_form {
  background-color: #fff;
}
.confirm .form_body .requre {
  display: none;
}
.confirm .form_body dl {
  padding: 20px 0px;
  border-bottom: 1px solid #F2F0ED;
}
.confirm .form_body dl dt span {
  display: none;
}
.confirm .form_body .head > .midashi {
  display: none;
}
.confirm .form_body .cast .input {
  width: auto;
}
.confirm .form_body .cal-group .calendar {
  width: auto;
}
.confirm .form_body .date .text {
  padding-bottom: 0px;
}
.confirm .form_body dl dt {
  padding: 0px;
}
.confirm .form_body .date .input {
  width: auto;
}
.confirm .form_body .years .field, .confirm .form_body .years .input {
  width: auto;
}
.confirm .form_body .radio {
  line-height: 1em;
}
.confirm .form_body .select_wrap {
  background-color: rgba(0, 0, 0, 0);
}
.confirm .form_body .select_wrap:before {
  display: none;
}
.confirm .form_body .radio {
  line-height: 0.75em;
}
.confirm .form_body .radio .horizontal-item {
  margin: 0px !important;
}
.confirm .form_body .notice {
  display: none;
}
.confirm .form_body .field + .text, .confirm .form_body .input + .text {
  margin: 0px;
  display: none;
}

@media screen and (min-width: 768px) {
  .confirm .form_body dl {
    padding: 25px 0px;
  }
  .confirm .form_body dl dt {
    padding-top: 0px;
    width: 240px;
  }
  .confirm .form_body .column + .column {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .confirm .form_body dl {
    padding: 25px 0px;
    max-width: 720px;
    margin: 0px auto;
  }
  .confirm .form_body dl dt {
    padding-top: 0px;
    width: 260px;
  }
  .confirm .form_body dl dd {
    font-size: 16px;
  }
}
/* ======================================================
	thanks
========================================================= */
.thanks_block {
  max-width: 920px;
  margin: 0px auto;
}
.thanks_block .textbox {
  padding: 30px 5vw;
  background-color: #fff;
}
.thanks_block .textarea p + p {
  margin-top: 1.5em;
}
.thanks_block .btn_area {
  margin-top: 40px;
  text-align: center;
}
.thanks_block .btn_area .btn {
  position: relative;
  display: inline-block;
  background-color: #C4AB85;
  width: 100%;
  color: #fff;
  padding: 0.7em 10px 0.7em 10px;
  text-align: center;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
  max-width: 340px;
}

@media screen and (min-width: 768px) {
  .thanks_block .textbox {
    padding: 45px 20px;
  }
  .thanks_block .textarea p {
    font-size: 1.6rem;
    line-height: 2.3em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .thanks_block .btn_area {
    margin-top: 70px;
    text-align: center;
  }
  .thanks_block .btn_area .btn {
    padding: 1.2em 10px 1.2em 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .thanks_block .textbox {
    padding: 50px 30px;
  }
  .thanks_block .btn_area .btn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .thanks_block .btn_area .btn:hover {
    background-color: #333;
  }
}
/* ======================================================
	form
========================================================= */
@media screen and (max-width: 767px) {
  #form {
    padding-top: 120px;
  }
}
#form .inner {
  max-width: 1120px;
  margin: 0px auto;
  position: relative;
}
#form .phone_area {
  max-width: 520px;
  margin: 0px auto 20px auto;
  background-color: #F8F8F8;
  padding: 20px;
}
#form .phone_area .midashi {
  text-align: center;
  line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  margin-bottom: 15px;
}
#form .phone_area .phone {
  text-align: center;
}
#form .phone_area .phone a {
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.3em;
  font-size: 6.5vw;
  color: #C4AB85;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
#form .phone_area .phone a span {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
#form .phone_area .phone a span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 30px;
  background-size: cover;
  height: 30px;
  margin-top: -14px;
  background-image: url(../img/icon_phone.png);
}
#form .phone_area .notice {
  text-align: center;
  margin-top: 5px;
  color: #333333;
}
#form .privacy_box {
  padding: 30px 5vw;
  background-color: #fff;
  border: 1px solid #999;
  max-width: 720px;
  margin: 40px auto 40px auto;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#form .privacy_box .center {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #form .phone_area {
    margin: 0px auto 40px auto;
    padding: 30px 20px;
  }
  #form .phone_area .midashi {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #form .phone_area .phone a {
    margin-top: 0.1em;
    font-size: 2.8rem;
  }
  #form .phone_area .phone a span {
    padding-left: 38px;
  }
  #form .phone_area .notice {
    margin-top: 5px;
  }
  #form .privacy_box {
    padding: 35px 40px;
    margin: 50px auto 50px auto;
  }
  #form .privacy_box .midashi01 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  #form .phone_area .phone a {
    cursor: default;
    pointer-events: none;
  }
  #form .privacy_box {
    padding: 35px 60px;
    margin: 60px auto 60px auto;
  }
}
@media screen and (min-width: 1180px) {
  #form {
    padding-top: 130px;
  }
  #form .phone_area {
    margin: 0px auto 60px auto;
  }
  #form .phone_area .midashi {
    font-size: 2.3rem;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #form .phone_area .phone a {
    margin-top: 0.1em;
    font-size: 3rem;
  }
  #form .phone_area .phone a span {
    padding-left: 40px;
  }
}
/* =============================================
- anime
================================================ */
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@-webkit-keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
@keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@-webkit-keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
@keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
/*-----------------------------------------------------------------
  moveY
----------------------------------------------------------------- */
/* Safari and Chrome */
@-webkit-keyframes moveY {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* Firefox */
/*-----------------------------------------------------------------
  vertical01
----------------------------------------------------------------- */
@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(-15px) translateX(-15px);
            transform: translateY(-15px) translateX(-15px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical02 {
  0% {
    -webkit-transform: translateY(-10px) translateX(-10px);
            transform: translateY(-10px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-10px) translateX(10px);
            transform: translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical03 {
  0% {
    -webkit-transform: translateY(-8px) translateX(-8px);
            transform: translateY(-8px) translateX(-8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical04 {
  0% {
    -webkit-transform: translateY(8px) translateX(8px);
            transform: translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes vertical05 {
  0% {
    -webkit-transform: translateY(8px) translateX(0px);
            transform: translateY(8px) translateX(0px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes vertical05 {
  0% {
    -webkit-transform: translateY(8px) translateX(0px);
            transform: translateY(8px) translateX(0px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*-----------------------------------------------------------------
  animate
----------------------------------------------------------------- */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* =============================================
- loading
================================================ */
/* =============================================
- common
================================================ */
#fv .img02 {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#fv .side_area, #fv .text01, #fv .text02 {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#fv.on .img02, #fv.on .side_area, #fv.on .text01, #fv.on .text02 {
  opacity: 1;
}
#fv.on .img02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#fv.on .text01 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
#fv.on .text02 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
#fv.on .side_area {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

/* =============================================
- ctablock
================================================ */
/*# sourceMappingURL=style.css.map */