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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #333;
  font-size: 1.2em;
}

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin-top: 0;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_txWrap p + p {
  margin-top: 1em;
}

.gl_txWrap p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group + .gl_group {
  margin-top: 50px;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ani_active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ani_once {
  text-align: center;
}

.ttl_02 {
  opacity: 0;
}

.ttl_02.ani_active {
  -webkit-animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_up 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.deliciousnessWrap_item_tBox_ttl02 {
  opacity: 0;
}

.deliciousnessWrap_item_tBox_ttl02.ani_active {
  -webkit-animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: fadeIn_left 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.gl_img {
  opacity: 0;
}

.gl_img.ani_active {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

body {
  line-height: 1.7;
  color: #777;
  font-size: 1em;
}

p {
  line-height: 1.8;
  color: #777;
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

h1,
h2,
h3,
h4 {
  line-height: 1.7;
  color: #777;
  text-align: center;
}

.container_w,
.containerB_w {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container,
.containerB {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .container,
  .container_w {
    padding-right: 20px;
    padding-left: 20px;
  }
}

article {
  position: relative;
}

article:not(.article_topimgWrap) + article {
  margin-top: 100px;
}

@media screen and (max-width: 600px) {
  article:not(.article_topimgWrap) + article {
    margin-top: 70px;
  }
}

.sc_05,
.sc_07 {
  padding-top: 100px;
  padding-bottom: 100px;
  /* ドット（水玉）模様のCSS */
  background-color: #faf7e9;
  background-image: radial-gradient(rgba(242, 148, 25, 0.05) 8%, transparent 7%), radial-gradient(rgba(242, 148, 25, 0.05) 8%, transparent 7%);
  background-position: 0 0, 21px 21px;
  background-size: 42px 42px;
}

.gl_txWrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ttl_02 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6em;
  color: #f29419;
  letter-spacing: 0.05em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #f29419;
  border-bottom: 2px solid #f29419;
  margin-bottom: 70px;
}

.ttl_02 span {
  display: inline-block;
  text-align: left;
  padding-left: 3em;
  position: relative;
}

.ttl_02 span::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../img/comm_ap_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - (2em/ 2));
  left: 0;
}

@media screen and (max-width: 1000px) {
  .ttl_02 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 600px) {
  .ttl_02 {
    font-size: 1.8em;
  }
}

.gl_list {
  padding: 0;
  padding-left: 10em;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .gl_list {
    padding-left: 2em;
  }
}

.gl_list li {
  font-size: 1.6em;
  padding: 0.2em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gl_list li::before {
  background-color: #f29419;
  margin-right: 0.5em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.4em;
}

.sc_01 {
  background-image: url("../img/comm_ap_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

@media screen and (max-width: 1500px) {
  .sc_01 {
    background-image: none;
  }
}

.logoWrap {
  text-align: center;
  margin-bottom: 50px;
}

.logoWrap img {
  max-width: 300px;
  margin-bottom: 20px;
}

.logoWrap_ttl {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.maincopyWrap {
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
}

.maincopyWrap.ani_active {
  -webkit-animation: maincopyWrap 0.8s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: maincopyWrap 0.8s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes maincopyWrap {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1.2) translate(0px, -30px);
            transform: rotate(0deg) scale(1.2) translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes maincopyWrap {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1.2) translate(0px, -30px);
            transform: rotate(0deg) scale(1.2) translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

.gr_workWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .gr_workWrap {
    display: block;
  }
}

.gr_workWrap_img {
  width: 45%;
}

@media screen and (max-width: 600px) {
  .gr_workWrap_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.gr_workWrap_tx {
  width: 45%;
}

@media screen and (max-width: 600px) {
  .gr_workWrap_tx {
    width: 100%;
  }
}

.gr_workWrap_tx p {
  background-color: #f8b300;
  border-radius: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2em;
  text-align: center;
  padding: 20px;
}

.gr_workWrap_tx p + p {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .gr_workWrap_tx p + p {
    margin-top: 15px;
  }
}

.gr_workimgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .gr_workimgWrap {
    display: block;
  }
}

.gr_workimgWrap img {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .gr_workimgWrap img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.gr_abouthereWrap {
  margin-bottom: 30px;
}

.gr_abouthereWrap_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .gr_abouthereWrap_unit {
    display: block;
  }
}

.gr_abouthereWrap_unit_ttl,
.gr_abouthereWrap_unit_tx {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .gr_abouthereWrap_unit_ttl,
  .gr_abouthereWrap_unit_tx {
    width: 100%;
    text-align: center;
  }
}

.gr_abouthereWrap_unit_ttl {
  background-color: #8db248;
  border-radius: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2em;
  text-align: center;
  padding: 20px;
}

.gr_abouthereWrap_unit_tx {
  font-size: 2em;
  padding-bottom: 20px;
}

.gr_abouthereWrap p + p {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .gl_img .gr_flowimgWrap_pc {
    display: none;
  }
}

.gl_img .gr_flowimgWrap_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .gl_img .gr_flowimgWrap_sp {
    display: block;
  }
}

.gr_mapWrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.accessWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .accessWrap_inner {
    width: 100%;
  }
}

.accessWrap_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
  .accessWrap_unit {
    display: block;
    margin-bottom: 15px;
  }
}

.accessWrap_unit_ttl,
.accessWrap_unit_tx {
  font-size: 1.8em;
}

.accessWrap_unit_ttl {
  background-color: #f8b300;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  min-width: 13em;
}

@media screen and (max-width: 600px) {
  .accessWrap_unit_ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}

.accessWrap_unit_tx {
  margin-left: 3em;
}

@media screen and (max-width: 600px) {
  .accessWrap_unit_tx {
    margin-left: 0;
    text-align: center;
  }
}

.companynameWrap {
  background-color: #faf7e9;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.companynameWrap .companynameWrap_ttl {
  text-align: center;
  font-size: 2em;
}

.companynameWrap .companynameWrap_cap {
  text-align: center;
  font-size: 1.5em;
}

.footer_telWrap {
  background-color: #f8b300;
  border-radius: 100px;
  padding: 20px;
  margin-bottom: 50px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}

@media screen and (max-width: 600px) {
  .footer_telWrap {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 50px;
  }
}

.footer_telWrap_ttl {
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.footer_telWrap_tel {
  color: #fff;
  font-size: 5em;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 600px) {
  .footer_telWrap_tel {
    font-size: 3em;
  }
}

.footer_telWrap_tel .footer_telWrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.footer_copyWrap p {
  text-align: center;
  margin-bottom: 50px;
  color: #7a6a56;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 600px) {
  .footer_copyWrap p {
    font-size: 1.5em;
  }
}

.footer_infobox {
  text-align: center;
  margin-bottom: 30px;
}

.footer_infobox a {
  display: block;
  text-align: center;
}

.footer_infobox a + a {
  margin-top: 5px;
}

header {
  z-index: 5;
  position: relative;
  background-color: #f8b300;
}

header .container_header {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: navIn 0.8s;
          animation: navIn 0.8s;
}

header.fixed .container_w {
  padding: 15px 0;
}

@-webkit-keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 768px) {
  header.fixed {
    -webkit-animation: none;
            animation: none;
  }
}

.menu_logo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu_logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1000px) {
  .menu_logo {
    margin-left: 20px;
  }
}

.menu_logo img {
  display: inline-block;
  max-height: 50px;
  max-width: 250px;
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 10px;
}

.menu_head {
  width: 100%;
  padding-left: 100px;
}

@media screen and (max-width: 1000px) {
  .menu_head {
    padding-left: 60px;
  }
}

.menu_head .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: auto;
  padding: 0px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .menu_head .menu {
    -webkit-animation: fadeIn 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
            animation: fadeIn 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
}

.menu_head .menu li.menu_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0;
}

.menu_head .menu li.menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.menu_head .menu li.menu_item a:hover {
  -webkit-transform: translateY(-5px) scale(1.05);
          transform: translateY(-5px) scale(1.05);
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .menu_head .menu li.menu_item a:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.icon_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
  header {
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #eee;
    background-color: #f29419;
    width: 100%;
    -webkit-animation: navIn 1.5s;
            animation: navIn 1.5s;
  }
  header .container_header {
    height: 100%;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu_logo {
    margin: 0;
    margin-right: auto;
    height: 45px;
  }
  .menu_logo img {
    height: 100%;
    width: auto;
  }
  .menu_head .menu {
    display: none;
    background: #fff;
    background: #faf7e9;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
    padding: 30px 20px;
    border-radius: 30px;
  }
  .menu_head .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding: 20px 10px;
    text-align: left;
  }
  .menu_head .menu li.menu_item.lc_last {
    border: none;
  }
  .menu_head .menu li.menu_item a {
    color: #f29419;
  }
  .sp_only {
    display: block;
  }
  header.active .menu_head .menu {
    display: block;
    -webkit-animation: menu_active 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: menu_active 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  @-webkit-keyframes menu_active {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menu_active {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .icon_hamburger,
  .icon_hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 6;
  }
  .icon_hamburger {
    position: relative;
    margin-left: auto;
    width: 35px;
    height: 32px;
    margin: 10px 0;
  }
  .icon_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    background-color: #fff;
    border-radius: 4px;
  }
  .icon_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .icon_hamburger span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  .icon_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .icon_hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15.5px) rotate(-315deg);
            transform: translateY(15.5px) rotate(-315deg);
    -webkit-transform: translateY(14.5px) rotate(-315deg);
            transform: translateY(14.5px) rotate(-315deg);
  }
  .icon_hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .icon_hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15.5px) rotate(315deg);
            transform: translateY(-15.5px) rotate(315deg);
    -webkit-transform: translateY(-14.5px) rotate(315deg);
            transform: translateY(-14.5px) rotate(315deg);
  }
}

#modal_overlay {
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#modal_overlay.active {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}

footer {
  margin-top: 100px;
}

footer p {
  color: #333;
}

.footer_logo_wrap {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer_logo_wrap:hover {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .footer_logo_wrap {
    width: 200px;
  }
}

.footer_nav_wrap {
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
}

.menu_footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: auto;
  padding: 0px 0;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.menu_footer .menu .menu_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.menu_footer .menu .menu_item.lc_last {
  border-right: 1px solid #fff;
}

.menu_footer .menu .menu_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.menu_footer .menu .menu_item a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .menu_footer .menu .menu_item a {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .menu_footer .menu {
    display: block;
    width: 60%;
  }
  .menu_footer .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    text-align: center;
  }
  .menu_footer .menu li.menu_item.lc_last {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .menu_footer .menu li.menu_item {
    padding: 8px;
    border-left: none;
  }
  .menu_footer .menu li.menu_item a::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .menu_footer .menu {
    width: 90%;
  }
}

.footer_copy_wrap {
  background-color: #7a6a56;
  padding: 50px 20px;
}

.footer_copy {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  color: #fff;
}

#pagetop_wrap {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#pagetop_wrap.show {
  opacity: 1;
}

#pagetop_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pagetop_wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  -webkit-animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 600px) {
  .pagetop_wrap {
    visibility: hidden;
  }
}

.pagetop_wrap_img a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  text-decoration: none;
  z-index: 100;
}

.pagetop_wrap_css {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  background: #ddd;
  opacity: 0.6;
  border-radius: 50%;
}

.pagetop_wrap_css::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.carouselWrap {
  margin-bottom: 100px;
}

.carouselWrap_inner {
  width: 100%;
}

.slider .slide_box,
.slider .slide_box::before {
  height: 40vw;
}

@media screen and (max-width: 600px) {
  .slider .slide_box,
  .slider .slide_box::before {
    height: 85vw;
  }
}

.slider .slide_box::before {
  content: "";
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
  width: 110%;
  background-position: center center;
  width: 100%;
}

.slider .slide_01::before {
  background-image: url(../img/home_slide_01.jpg);
}

.slider .slide_02::before {
  background-image: url(../img/home_slide_02.jpg);
}

.slider .slide_03::before {
  background-image: url(../img/home_slide_03.jpg);
}

@media screen and (max-width: 600px) {
  .slider .slide_01::before {
    background-image: url(../img/home_slide_01_sp.jpg);
  }
  .slider .slide_02::before {
    background-image: url(../img/home_slide_02_sp.jpg);
  }
  .slider .slide_03::before {
    background-image: url(../img/home_slide_03_sp.jpg);
  }
}

.slider .slide-animation {
  -webkit-animation: topSlide 14s 0s forwards;
          animation: topSlide 14s 0s forwards;
}

@-webkit-keyframes topSlide {
  0% {
    -webkit-transform: scale(1) translate(-10%, 0px);
            transform: scale(1) translate(-10%, 0px);
  }
  100% {
    -webkit-transform: scale(1.08) translate(0%, 0px);
            transform: scale(1.08) translate(0%, 0px);
  }
}

@keyframes topSlide {
  0% {
    -webkit-transform: scale(1) translate(-10%, 0px);
            transform: scale(1) translate(-10%, 0px);
  }
  100% {
    -webkit-transform: scale(1.08) translate(0%, 0px);
            transform: scale(1.08) translate(0%, 0px);
  }
}
/*# sourceMappingURL=style.css.map */